@charset "UTF-8";
body {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
}


/*提携用ヘッダー*/

.mainHeader_tei_topNav {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin: 0 auto;
  padding: 14px 10px 12px 10px;
  width: 1080px;
}

.mainHeader_tei_headerLogo img {
  max-width: 150px;
  width: 100%;
  border: 1px solid #fff;
}

@media screen and (max-width:799px) {
  .mainHeader_tei_sp {
    background-color: #ed0000;
  }
  .mainHeader_tei_sp_topNav {
    background-color: #ed0000;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0 0 0 0;
    position: relative;
    width: 100%;
    z-index: 140;
  }
  .mainHeader_tei_sp_headerLogo {
    /*padding: 4.7% 5% 4.7% 4%;*/
    display: flex;
    align-items: center;
    padding: 13px 13px 13px 13px;
    text-align: center;
    width: 38.67%;
  }
  .mainHeader_tei_sp_headerLogo img {
    max-width: 114px;
    width: 100%;
    border: 1px solid #fff;
  }
}


/*提携用ヘッダー*/


/*共通*/

#contents {
  width: 980px;
  margin: 0 auto;
}

#contents .title {
  margin-top: 1.5rem;
  font-size: 1.8rem;
  color: #333;
  border-bottom: 2px solid #666262;
  text-align: center;
  font-weight: bold;
}

#contents .title_red {
  margin: 20px 0 50px;
  font-size: 1.8rem;
  color: #333;
  text-align: center;
  font-weight: bold;
}

#contents .title_red span {
  border-bottom: 2px solid #FF0000;
}

.fontsize2 {
  font-size: 1.8rem;
}

.information {
  margin-top: 2.0rem;
}

.date {
  text-align: right;
  padding-bottom: 5.0rem;
}

#contents a {
  color: #0840B1;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.indent1 {
  padding-left: 2em;
  text-indent: -1em;
}

.pa20 {
  padding: 20px;
}

.boder {
  border-bottom: 1px #333 solid;
}


/*ボックス*/

.red_box {
  padding: 0.5em 1em;
  margin: 1em 0;
  border: solid 3px #FF0004;
  text-align: center;
  font-size: 2.0rem;
}

.red_box p {
  margin: 0;
  padding: 0;
}

.text {
  margin-top: 2.0rem;
  font-weight: bold;
  font-size: 16px;
}

.text1 {
  font-size: 16px;
}

.text2 {
  font-size: 15px;
  padding-left: 20px;
}

.text3 {
  font-size: 15px;
  padding-left: 2em;
  text-indent: -1em;
}
.text4 {
  font-size: 15px;
  padding-left: 3em;
  text-indent: -1em;
}
.last {
  margin-bottom: 5.0rem;
}


/*0302_2テーブル*/

.table0302_2 {
  border-collapse: collapse;
  margin: 20px auto;
  padding: 0;
  width: 650px;
  border: 1px solid #333;
}

.table0302_2 tr {
  background-color: #fff;
}

.table0302_2 th, .table0302_2 td {
  padding: .35em 1em;
  border-bottom: 1px solid #333;
  font-size: 1.2rem;
}

.table0302_2 th {
  text-align: center;
  border-right: 1px solid #333;
  font-weight: normal;
}

.table0302_2 td {
  border-right: 1px solid #333;
}

.table0302_2 thead th {
  font-size: 1.3rem;
  /* padding: 1em;*/
}

.table0302_2 thead tr {
  background-color: #FF9E00;
  color: #fff;
}

.table0302_2 tbody th {
  text-align: left;
  font-size: 1.2rem;
  border-right: 1px solid #333;
}

@media screen and (max-width: 600px) {
  .table0302_2 {
    width: 90%;
  }
}


/*0302_2テーブルここまで*/


/*0302_2関係*/

.title-price {
  margin: 1em 0;
  background-color: #fff;
  border: 2px solid #0B0098;
  letter-spacing: .3px;
}

.title-price-title {
  color: #fff;
  font-weight: bold;
  font-size: 2.0rem;
  background-color: #0B0098;
  padding: 4px 6px;
  text-align: center;
  margin-bottom: 1.5rem;
}

.text_0302 {
  font-size: 1.5rem;
  padding-left: 2em;
}

.title-price p {
  margin: 0;
}

.text_b {
  font-size: 3.0rem;
  font-weight: bold;
}

.text_bold {
  font-weight: bold;
  text-align: center;
  font-size: 1.5rem;
}

@media screen and (max-width:799px) {
  .text_b {
    font-size: 2.0rem;
  }
  .text_bold {
    font-size: 1.3rem;
    text-align: left;
  }
  .title-price-title {
    font-size: 1.2rem;
  }
}


/*================================================
 *  タブレット/スマートフォン向けデザイン
 ================================================*/


/* スクロールバーを考慮して20px大きいサイズで切り替え */

@media screen and (max-width:799px) {
  body {
    box-sizing: border-box;
    width: 100%;
    /*padding:0 5px;*/
  }
  #contents {
    width: 100%;
  }
  main {
    margin: 1.5rem;
  }
  #contents .title {
    font-size: 1.5rem;
  }
  #contents .title_red {
    margin: 20px 0;
    font-size: 1.5rem;
  }
  .text_0302 {
    font-size: 1.1rem;
    padding-left: 5px;
  }
  .indent1 {
    padding-left: 2em;
    text-indent: -1em;
  }
  .fontsize2 {
    font-size: 1.3rem;
  }
  .pa20 {
    padding: 10px;
  }
  .text {
    font-size: 15px;
  }
  .text {
    font-size: 15px;
  }
  .text1 {
    font-size: 13px;
  }
  .text2 {
    font-size: 13px;
    padding-left: 5px;
  }
  .text3 {
    font-size: 13px;
    padding-left: 1em;
    text-indent: -1em;
  }
  .text4 {
  font-size: 13px;
  padding-left: 1em;
  text-indent: -1em;
}
}