body {
  overflow-x: hidden;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
}

main a {
  color: #1a0dab;
}

main a:hover {
  text-decoration: underline;
}

hr {
  margin: 10px 0!important;
}

.contents {
  max-width: 980px;
  margin: 0 auto;
}

.teikei_logo {
  margin: 10px;
}

.nrlogo {
  display: flex;
  align-items: center;
  padding-left: 20px;
}

.nrlogo img {
  max-width: inherit;
}

.nrtext {
  font-size: 1.3rem;
  padding-left: 8px;
  vertical-align: middle;
}

.news {
  margin: 20px;
  border: 2px solid #1A0087;
  font-size: 1.4rem;
  padding: 10px;
}

.newstext {
  font-size: 1.4rem;
}

.title {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  margin: 50px 0 30px;
  border-bottom: 2px solid #FF0000;
}

.titlesmall {
  font-size: 1.5rem;
}

.mainimg {
  max-width: inherit;
	text-align: center;
}

.answertext {
  font-size: 2.0rem;
  font-weight: bold;
  margin: 50px;
  text-align: center;
}

.answerimg img {
  max-width: inherit;
  width: 100%;
  margin: 20px;
}

.answer {
  width: 50%;
  margin: 15px auto;
  text-align: center;
}

.fas {
  margin: 0 8px;
}

.cp_list {
  padding: 0.5em;
  list-style: none;
  font-weight: bold;
  font-size: 1.8rem;
}

.cp_list {
  position: relative;
  padding: 0.5em 1em 0 2.3em;
  margin: 10px;
  border-bottom: 1px solid rgba(255, 143, 0, 1);
}

.cp_list:after, .cp_list:before {
  content: '';
  position: absolute;
  transform: rotate(45deg);
}

.cp_list:before {
  top: 0.7em;
  left: 0.2em;
  width: 12px;
  height: 12px;
  border: 2px solid rgba(255, 143, 0, 1);
}

.cp_list:after {
  top: 0.9em;
  left: 0.7em;
  width: 14px;
  height: 14px;
  background: rgba(255, 143, 0, 0.5);
  transform: rotate(60deg);
}

.litext {
  font-size: 1.5rem;
}

.litext1 {
  font-size: 1.8rem;
}

.litext2 {
  font-size: 1.5rem;
  margin-top: 10px;
  font-weight: bold;
}

.red {
  color: #FF0004;
  font-weight: bold;
}

.red1 {
  color: #FF0004;
  font-weight: bold;
}



.indent {
  text-indent: -1em;
  padding-left: 2em;
}

.indent1 {
  text-indent: -1em;
  padding-left: 2em;
}
.indent2 {
  text-indent: -1em;
  padding-left: 3em;
}
.sbtitle {
  border-left: 4px solid #FF0000;
  padding-left: 15px!important;
  font-size: 1.8rem;
  font-weight: bold;
}

.button {
  max-width: 300px;
  margin-left: 30px;
  margin-top: 10px;
}
.button a:hover {
  text-decoration: none;
}

*, *:before, *:after {
  box-sizing: border-box;
}

.col_2 {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* IE10 */
  margin-top: 50px;
}

.col_2>div {
  width: 50%;
  padding: 10px;
}

@media screen and (max-width: 960px) {
  .col_2>div {
    width: 100%;
  }
}

.ECM_RadioInput {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.ECM_RadioInput:hover {
  background: rgba(0, 0, 0, 0.05);
}

.ECM_RadioInput-Input {
  opacity: 0;
  width: 0;
  margin: 0;
}

.ECM_RadioInput-Input:focus+.ECM_RadioInput-DummyInput {
  border: solid 2px #333333;
  background: #EEEEEE;
}

.ECM_RadioInput-Input:checked+.ECM_RadioInput-DummyInput {
  border: solid 2px #333333;
}

.ECM_RadioInput-Input:checked+.ECM_RadioInput-DummyInput::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #333333;
}

.ECM_RadioInput-DummyInput {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  border: solid 2px #888;
}

.ECM_RadioInput-LabelText {
  margin-left: 12px;
  display: block;
  font-size: 1.6rem;
}

.radioarea {
  margin: 5px 20px 23px;
}

.area {
  width: 980px;
  margin: 0 auto!important;
}

a.btn_01 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  position: relative;
  background: #FF0000;
  border: 1px solid #FF0000;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 0 45px 0 25px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
  font-weight: bold;
}

a.btn_01:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}

a.btn_01:hover {
  background: #fff;
  color: #FF0000;
  ;
}

a.btn_01:hover:before {
  border-top: 2px solid #FF0000;
  border-right: 2px solid #FF0000;
}

a.btn_02 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  position: relative;
  background: #fff;
  border: 1px solid #FF0000;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 0 45px 0 25px;
  color: #FF0000;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
  font-weight: bold;
}

a.btn_02:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #FF0000;
  border-right: 2px solid #FF0000;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}

a.btn_02:hover {
  background: #FF0000;
  color: #fff;
  ;
}

a.btn_02:hover:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.cp_actab {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  color: #333;
}

.cp_actab input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.cp_actab label {
  font-weight: bold;
  line-height: 3;
  position: relative;
  display: block;
  padding: 0 0 0 0.2em;
  cursor: pointer;
  margin: 0 0 1px 0;
}

.cp_actab .cp_actab-content {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.35s;
  transition: max-height 0.35s;
  color: #333333;
  background: #EDEDED;
}

.cp_actab .cp_actab-content ul li {
  margin: 1em;
}


/* :checked */

.cp_actab input:checked~.cp_actab-content {
  max-height: 80em;
}


/* Icon */

.cp_actab label::after {
  line-height: 3;
  /* position: absolute;*/
  top: 0;
  /*right: 0;
	display: block;*/
  width: 5em;
  height: 3em;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  text-align: center;
  font-size: 1.4rem;
}

.cp_actab input[type=checkbox]+label::after {
  content: '　見る+';
}

.cp_actab input[type=checkbox]:checked+label::after {
  content: '　閉じる×';
}

.number {
  padding-left: 30px;
  font-size: 1.4rem;
}


.text01 {
  font-size: 1.3rem;
  margin: 10px 0 0 20px;
}

.text02 {
  font-size: 1.3rem;
  margin: 10px 10px 0px;
}

.price {
  padding-left: 30px;
  margin-top: 30px;
}

.pricetext {
  font-size: 1.6rem;
}

.contact {
  margin: 20px;
  text-align: center;
}

.contacttext {
  font-size: 1.3rem;
  text-align: left;
}

.tokusho {
  margin: 0 20px;
  font-size: 1.3rem;
  text-align: left;
}

.mainte {
  margin: 30px 10px 0;
  text-align: center;
  font-size: 1.2rem;
}

.last {
  padding: 10px;
}

.footertext {
  text-align: center;
  color: #FFFFFF;
  font-size: 1.2rem;
}

.waontable {
  margin-top: 10px;
}

.listimage {
  text-align: center;
}

.listarea {
  padding-left: 30px;
}

.listarea2 {
  padding: 5px;
}



@media screen and (max-width: 960px) {
  .contents {
    width: 100%;
  }
  .teikei_logo img {
    width: 20%;
  }
  .logotext {
    font-size: 1.6rem;
    padding-left: 10px;
  }
  .nrtext {
    font-size: 1.1rem;
  }
  .news {
    font-size: 1.2rem;
  }
  .newstext {
    font-size: 1.2rem;
  }
  .title {
    font-size: 1.5rem;
    margin: 10px;
  }
  .titlesmall {
    font-size: 1.2rem;
  }
  .indent1 {
    text-indent: -1em;
    padding-left: 0;
  }
  .listarea {
    padding: 8px;
  }
  .radioarea {
    margin: 8px;
    padding-left: 10px;
  }
  .text03 {
    font-size: 1.4rem;
  }
  .mainte {
    font-size: 1.2rem;
    text-align: left;
  }
  a.btn_01, a.btn_02, a.btn_03 {
    font-size: 1.5rem;
  }
  .answer {
    width: 80%;
  }
  .answertext {
    font-size: 1.5rem;
    margin: 20px 0;
    text-align: center;
  }
  .answerimg img {
    width: 100%;
    margin: 0;
  }
  .cp_list {
    font-size: 1.5rem;
  }
  .litext {
    font-size: 1.3rem;
  }
  .litext1 {
    font-size: 1.5rem;
  }
  .litext2 {
    font-size: 1.3rem;
  }

  .indent2 {
    text-indent: -1em;
    padding-left: 2.5em;
  }
}

 /* クラス名を hokkaido に変更（上下マージン2rem、幅100%） */
  .hokkaido {
    width: 100%;
    margin-top: 2rem;    /* 上マージン 2rem */
    margin-bottom: 2rem; /* 下マージン 2rem */
    overflow-x: auto;    /* 画面幅が極端に狭くなった場合の横スクロール安全対策 */
    -webkit-overflow-scrolling: touch;
  }
  
  /* テーブル全体のスタイル */
  .hokkaido table {
    border-collapse: collapse; /* 枠線を1本線にする */
    color: black;              /* 文字色を黒に指定 */
    width: 100%;               /* 画面めいっぱい（100%） */
    table-layout: fixed;       /* 列の幅の比率を固定する */
  }
  
  /* 各列の幅の割合（比率）を指定 */
  .hokkaido th:nth-child(1), .hokkaido td:nth-child(1) {
    width: 30%; /* エリア名の列幅：30% */
  }
  .hokkaido th:nth-child(2), .hokkaido td:nth-child(2) {
    width: 70%; /* 営業所名の列幅：70% */
  }

  /* セル（見出し・データ）のスタイル */
  .hokkaido th, .hokkaido td {
    border: 1px solid black;   /* 黒い枠線 */
    padding: 12px 10px;        /* セル内の余白（少し広げて見やすく） */
    text-align: left;
    vertical-align: middle;    /* 縦方向は中央揃え */
    word-wrap: break-word;     /* 画面が狭いときは自動で改行 */
  }

  /* 見出し行のみのスタイル */
  .hokkaido th {
    background-color: #ff9999; /* 赤ベース */
    text-align: center;        /* 見出しのみ中央揃え */
  }