@charset "UTF-8";
/* common
====================================================================================================================================== */
/*非表示*/
.none {
  display: none !important;
}

/*スマホ・PC振り分け*/
.sp {
  display: none !important;
}

.sp_inline {
  display: none !important;
}

.pc_tablet_off {
  display: none !important;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

/*左寄せ・右寄せ対策*/
img.left_align_img {
  margin-right: 15px;
}

img.right_align_img {
  margin-left: 15px;
}

iframe {
  max-width: 100%;
  vertical-align: bottom;
}

/*カラー*/
.red {
  color: #c23c1d;
}

.gold {
  color: #c48b30;
}

.gray {
  color: #736357;
}

.fs {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mincho {
  font-family: "Times New Roman", "Lusitana","游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Serif JP", serif;
}

/*hr*/
hr {
  height: 1px;
  border-bottom: dotted 2px #808080;
  background: none;
  margin: 1.5em 0;
  overflow: hidden;
}

/*画像背景のボタン*/
.bg_img_btn a,
a.bg_img_btn {
  display: block;
  background: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*center button list*/
.btn_center_box {
  clear: both;
  overflow: hidden;
  width: 100%;
  margin: 0 0 10px;
}

.btn_center_box:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.btn_center_box ul {
  position: relative;
  left: 50%;
  float: left;
  margin: 0;
  overflow: visible;
  list-style: none;
  list-style-position: inside;
}

.btn_center_box ul:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.btn_center_box li {
  position: relative;
  left: -50%;
  float: left;
  list-style: none;
  display: inline;
}

.btn_center_box li:first-child {
  margin: 0;
}

.button {
  display: inline-block;
  letter-spacing: normal;
  height: 3.7em;
  line-height: 3.7em;
  width: 480px;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}

.button, .button:link {
  text-decoration: none;
}

.button.button_red {
  background-color: #c1272d;
  color: #fff;
}

.button.button_red:hover {
  background-color: #fff;
  color: #c1272d;
}

.button.button_black {
  background-color: #000;
  color: #fff;
}

.button.button_black:hover {
  background-color: #fff;
  color: #000;
}

.button.button_white {
  background-color: #fff;
  color: #666;
}

.button.button_white:hover {
  background-color: #666;
  color: #fff;
}

.button + .button {
  margin-left: 2em;
}

/*見出し*/
h1, h2, h3 {
  font-family: "Times New Roman", "Lusitana","游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Serif JP", serif;
}

h2 {
  font-size: 2.25rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 1.6em;
  letter-spacing: 0.02em;
  margin-bottom: 1.5em;
}

h2:before, h2:after {
  font-size: 1.6em;
}

h2:before {
  content: "“";
  margin-right: 0.25em;
}

h2:after {
  content: "”";
  margin-left: 0.25em;
}

h2.plane:before, h2.plane:after {
  display: none;
}

h3 {
  font-size: 1.9375rem;
  font-weight: normal;
  margin-bottom: 0.8em;
}

h4 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}

/*list*/
#contents ul {
  background: none;
  list-style-type: disc;
  list-style-position: outside;
  padding: 0 0 0 1.2em;
  margin-bottom: 1em;
}

#contents li {
  margin-bottom: 0.5em;
}

/*ul li:before { content:"●"; position:absolute; left:0; top:0; color:#60bce8; padding-right:5px; }*/
ul.plane,
ol.plane {
  list-style-type: none !important;
  padding: 0 !important;
}

#contents ol {
  background: none;
  list-style-type: decimal;
  list-style-position: outside;
  overflow: hidden;
  padding: 0 0 0 1.6em;
  margin-bottom: 1.2em;
}

#contents ol li {
  margin-bottom: 0;
}

#contents ol.icon {
  counter-reset: number;
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
  /*font-size:1.15em;*/
}

#contents ol.icon li {
  line-height: 1.3;
  margin-bottom: 0.7em;
  position: relative;
  padding-left: 1.5em;
}

#contents ol.icon li:before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  left: 0;
  top: 1px;
  background-color: #9d83cb;
  width: 1.3em;
  height: 1.3em;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 1.3;
  font-size: 0.9em;
}

#contents dl {
  margin-bottom: 2em;
}

#contents .hide {
  display: none;
}

/*adjust*/
.clear {
  clear: both;
}

.ma0 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

.mab60 {
  margin-bottom: 60px !important;
}

.mab1em {
  margin-bottom: 1em !important;
}

.mab1_5em {
  margin-bottom: 1.5em !important;
}

.mab2em {
  margin-bottom: 2em !important;
}

.mab2_5em {
  margin-bottom: 2.5em !important;
}

.mab3em {
  margin-bottom: 3em !important;
}

.mab3_5em {
  margin-bottom: 3.5em !important;
}

.mab4em {
  margin-bottom: 4em !important;
}

.mab4_5em {
  margin-bottom: 4.5em !important;
}

.mab5em {
  margin-bottom: 5em !important;
}

.mab5_5em {
  margin-bottom: 5.5em !important;
}

.mat0 {
  margin-top: 0 !important;
}

.mat5 {
  margin-top: 5px !important;
}

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

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

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

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

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

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

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

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

.mar20 {
  margin-right: 20px !important;
}

.mar30 {
  margin-right: 30px !important;
}

.mar40 {
  margin-right: 40px !important;
}

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

.mal20 {
  margin-left: 20px !important;
}

/*font size*/
.font_0 {
  font-size: 0;
}

.font_xs {
  font-size: 0.7em;
}

.font_sm {
  font-size: 0.86em;
}

/*12px*/
.font_la {
  font-size: 1.3em;
}

/*18px*/
.font_xl {
  font-size: 1.5em;
}

/*21px*/
.font_plus {
  font-size: 2em;
}

/*font bold*/
.font_normal {
  font-weight: normal;
}

.font_bold {
  font-weight: bold;
}

.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

/*kerning*/
.kerning0 {
  letter-spacing: 0;
}

.kerning {
  letter-spacing: -0.05em;
}

.kerning01 {
  letter-spacing: -0.1em;
}

.kerning02 {
  letter-spacing: -0.25em;
}

.kerning03 {
  letter-spacing: -0.5em;
}

.kerning_plus {
  letter-spacing: 0.25em;
}

/*line height*/
.lineheight_min {
  line-height: 1.5 !important;
}

/*letter space*/
.letter {
  letter-spacing: 0.06em;
}

.ls_0 {
  letter-spacing: 0;
}

/* 文章枠用CSS
====================================================================================================================================== */
p {
  margin-bottom: 2em;
}

#contents .list_box p {
  margin-bottom: 0;
}

#contents .list_box img {
  max-width: none;
}

/*文字回り込み画像・索引のアイコン画像のマージンをリセット*/
/*#contents .img_box img { margin:0; }*/
/*スタンダード（画像右／左寄せ）*/
.common_box {
  overflow: visible;
}

.common_box:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.common_box .img_box {
  float: left;
  margin-right: 20px;
  width: auto;
  font-size: 12px;
  line-height: 1.7;
}

.common_box .img_box.auto_width img {
  width: auto;
}

.common_box .text_box {
  display: inline;
  overflow: hidden;
}

/*右*/
.common_box.right .img_box {
  float: right;
  margin-right: 0;
  margin-left: 20px;
}

.page_in .common_box.right .img_box {
  margin-right: 10px;
}

/*table*/
table {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  font-size: 1em;
  border-collapse: collapse;
}

table th {
  background: #eee;
  border: solid 1px #ccc;
  font-weight: bold;
  white-space: nowrap;
  vertical-align: top;
  padding: 10px;
}

table td {
  padding: 10px;
  border: solid 1px #ccc;
  vertical-align: top;
}

table caption {
  margin: 0 0 5px;
  font-weight: bold;
  font-size: 1.1em;
}

table thead th,
table thead td {
  background: #222;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
  font-size: 0.9em;
  text-align: center;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  /* sp */
  .sp {
    display: block !important;
  }
  .sp_inline {
    display: inline !important;
  }
  .sp_off {
    display: none !important;
  }
  .button {
    width: 100%;
    max-width: 350px;
  }
  /* 見出し */
  h2 {
    font-size: 2.125rem;
  }
  h2:before, h2:after {
    display: none;
  }
  h3 {
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 540px) {
  .pc_tablet_off {
    display: block !important;
  }
  .pc_tablet_on {
    display: none !important;
  }
  /* 見出し */
  h2 {
    font-size: 1.9375rem;
  }
  h2:before, h2:after {
    display: none;
  }
  h3 {
    font-size: 1.75rem;
  }
}
