@charset "UTF-8";
/*
 * ================================================
 * 
 * common
 * 
 * ================================================
 */
.img_w_100 {
  width: 100%;
  height: auto; }

.img_w_80 {
  width: 80%;
  height: auto; }

.mincho {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, serif; }

.gothic {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"; }

a {
  color: #999; }
  a:hover {
    color: #999;
    opacity: 0.7; }

.text_underline {
  text-decoration: underline; }

p {
  margin-bottom: 1.5em; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

/* margin */
.mgt0 {
  margin-top: 0 !important; }

.mgt10 {
  margin-top: 10px !important; }

.mgt15 {
  margin-top: 15px !important; }

.mgt20 {
  margin-top: 20px !important; }

.mgt30 {
  margin-top: 30px !important; }

.mgt35 {
  margin-top: 35px !important; }

.mgt40 {
  margin-top: 40px !important; }

.mgt45 {
  margin-top: 45px !important; }

.mgt50 {
  margin-top: 50px !important; }

.mgt140 {
  margin-top: 140px !important; }

.mgb0 {
  margin-bottom: 0 !important; }

.mgb5 {
  margin-bottom: 5px !important; }

.mgb10 {
  margin-bottom: 10px !important; }

.mgb15 {
  margin-bottom: 15px !important; }

.mgb20 {
  margin-bottom: 20px !important; }

.mgb25 {
  margin-bottom: 25px !important; }

.mgb30 {
  margin-bottom: 30px !important; }

.mgb35 {
  margin-bottom: 35px !important; }

.mgb40 {
  margin-bottom: 40px !important; }

.mgb50 {
  margin-bottom: 50px !important; }

.mgl10 {
  margin-left: 10px !important; }

.mgr5 {
  margin-right: 5px !important; }

.mgr10 {
  margin-right: 10px !important; }

.mglr-auto {
  margin: 0 auto; }

/* padding */
.pd0 {
  padding: 0 !important; }

.pd10 {
  padding: 10px !important; }

.pd15 {
  padding: 15px !important; }

.pd20 {
  padding: 20px !important; }

.pd30 {
  padding: 30px !important; }

.pd40 {
  padding: 40px !important; }

.pd45 {
  padding: 45px !important; }

.pd50 {
  padding: 50px !important; }

.pdt0 {
  padding-top: 0 !important; }

.pdt10 {
  padding-top: 10px !important; }

.pdt15 {
  padding-top: 15px !important; }

.pdt20 {
  padding-top: 20px !important; }

.pdt30 {
  padding-top: 30px !important; }

.pdt40 {
  padding-top: 40px !important; }

.pdt45 {
  padding-top: 45px !important; }

.pdt50 {
  padding-top: 50px !important; }

.pdb0 {
  padding-bottom: 0 !important; }

.pdb10 {
  padding-bottom: 10px !important; }

.pdb15 {
  padding-bottom: 15px !important; }

.pdb20 {
  padding-bottom: 20px !important; }

.pdb25 {
  padding-bottom: 25px !important; }

.pdb30 {
  padding-bottom: 30px !important; }

.pdb40 {
  padding-bottom: 40px !important; }

.diplay_table {
  display: table; }

.diplay_table_cell {
  display: table-cell; }

.bg_yellow {
  background-color: #FFF100 !important; }

.bg_light_green {
  background-color: #ABCD03 !important; }

.text_light_green {
  color: #ABCD03 !important; }

.text_gray {
  color: #999 !important; }

.list_style_disc {
  list-style: disc;
  margin: 0 0 2.5em 15px;
  padding: 0 0 0 3em; }

ol {
  margin: 0 0 2.5em 15px;
  padding: 0 0 0 3em; }

/* form */
.form-control {
  border-radius: 3px;
  font-size: 15px;
  height: auto;
  overflow: hidden;
  padding: 6px 12px; }

input.form-control::placeholder {
  color: #999; }

.select-wrap {
  background-color: #FFF;
  border-radius: 3px;
  border: 1px solid #ced4da;
  overflow: hidden;
  position: relative; }

.select-wrap:before {
  background: url("../images/common/nav_icon_arrow_black@2x.png") no-repeat;
  background-size: 7px;
  content: "";
  display: block;
  margin: auto 0;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 7px;
  height: 11px;
  transform: rotate(90deg); }

select {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  color: #828c9a;
  outline: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  padding: 4px 12px 3px;
  width: 100%;
  overflow: hidden; }

select option {
  background-color: #fff;
  color: #333; }

select::-ms-expand {
  display: none; }

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a; }

.select-wrap.select-primary:before {
  color: #fff; }

.select-wrap.select-primary > select {
  background: #0084B4;
  color: #fff;
  border-color: #0084B4; }

.select-wrap.select-primary > select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #fff; }

.select-wrap.select-inverse:before {
  color: #fff; }

.select-wrap.select-inverse > select {
  color: #fff;
  border-color: #fff; }

.select-wrap.select-inverse > select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #fff; }
