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: 1000px;
  margin: 0 auto;
}

.teikei_logo {
  margin: 10px;
}

.nrlogo {
  display: flex;
  align-items: center;
  padding-left: 60px;
}

.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;
}

.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 {
  font-weight: bold;
  font-size: 3rem;
  text-align: center;
  color: white;
  background-color: #ed0000;
  padding: 0.2em;
  margin: 1em 0;
}


.litext {
  font-size: 1.6rem;
	margin-bottom: 1rem;
}

.litext1 {
  font-size: 1.7rem;
}

.litext2 {
  font-size: 1.5rem;
  margin-top: 10px;
  font-weight: bold;
}

.indent {
  text-indent: -1em;
  padding-left: 2em;
}

.indent2 {
  text-indent: -1em;
  padding-left: 3em;
}

.sbyoyaku {
  margin: 20px 0;
}

.sbtitle {
  border-left: 4px solid #FF0000;
  padding-left: 15px!important;
  font-size: 1.8rem;
  font-weight: bold;
}

.button {
  max-width: 300px;
  margin: 30px auto;
}
 .button a:hover {
    text-decoration: none;
  }


.changetext {
  text-align: center;
  font-size: 1.6rem;
  margin-top: 10px;
}

.table2025{
		margin: 1rem auto;
		font-size: 1.6rem;
	}
	
	.table2025 th{
		padding: 1rem;
	}
	
	.th2025{
		display: inline-block;
		border: #ed0000 1px solid;
		border-radius: 3px;
		background-color: #ed0000;
		color: white;
		padding: 0 1rem;
		font-size: 110%;
		
	}
	
	.table2025 td{
		padding: 1rem;
	}

.smalltext{
	font-size: 80%;
}

.middletext{
	font-size: 90%;
}

.greenback{
	background-color: #fffae0;
	padding: 2rem;
	text-align: center;
	margin: 3rem auto;
	font-size: 1.6rem;
	border-radius: 20px;
	width: fit-content;
}

.toggle {
  display: none;
}
.option {
  position: relative;
  margin: 2em 0;
}

.note {
  display: block!important;
}
.toggle:checked + .sidebar + .note {
  max-height: 100%;
  transition: all 1.5s;
}
.toggle:checked + .sidebar::before {
  transform: rotate(90deg) !important;
}
.tab_container {
  background-color: #fff;
  margin: 0 auto;
}
.tab_item {
  width: calc(100%/2);
  padding: 15px 0;
  border-bottom: 3px solid #00878b;
  background-color: #ececec;
  text-align: center;
  color: #00878b;
  display: block;
  float: left;
  font-weight: bold;
  transition: all 0.2s ease;
}

.tab2{
	color: #ed0000;
}
.tab_item:hover {
  opacity: 0.75;
}
input[name="tab_item"] {
  display: none;
}
.tab_content {
  display: none;
  clear: both;
  overflow: hidden;
}
#tab1:checked ~ #tab1_content, #tab2:checked ~ #tab2_content {
  display: block;
}
.tab_container input:checked + .tab_item{
  background-color: #00878b;
  color: #fff;
}

.tab_container input:checked + .tab2{
  background-color: #ed0000;
  color: #fff;
}

 .topmaru{
	text-align: center;
    font-size: 2rem;
    background-color: #ed0000;
    color: white;
    padding: 1rem 0 0;
	}

.blue{
	font-size: 3rem;
    font-weight: bold;
    background-color: cornflowerblue;
    color: white;
    text-align: center;
    border-radius: 10px;
    margin: 2rem;
}

.bluebox{
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
    border: 3px solid cornflowerblue;
    border-radius: 22px;
    padding: 2rem;
}

.bluebox div{
	padding: 0 2rem;
}

.noborder{
	border: none;
	flex-wrap: nowrap;
}

.bluebox table{
	font-size: 2rem;
}

.bluebox td{
	padding: 1rem;
}

.noborder table{
	font-size: 1.9rem;
}


.shinkansen{
	position: relative;
	padding-left: 50px;
	font-size: 2rem;
	border-bottom: 3px solid cornflowerblue;
}


.shinkansen::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 33px;
  background-image: url("../img/shinkansen.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.plane::before {
/*	height: 33px;*/
  background-image: url("../img/plane.png");
}



.yoyakuarea {
  width: 400px;
  margin: 0 auto;
  text-align: left;
  margin-top: 50px;
}

.textlink {
  font-size: 1.4rem;
  padding-left: 30px;
}


.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: 20px;
  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;*/
  font-size: 1.3rem;
  line-height: 3;
  position: relative;
  display: block;
  padding: 0 0 0 4em;
  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: '　閉じる×';
}

.cp_actab02 {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  color: #333;
}

.cp_actab02 input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.cp_actab02 label {
  font-weight: bold;
  line-height: 3;
  position: relative;
  display: block;
  /*padding: 0 0 0 2em;*/
  cursor: pointer;
  margin: 0 0 1px 0;
}

.cp_actab02 .cp_actab-content {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.35s;
  transition: max-height 0.35s;
  color: #333333;
  background: #EDEDED;
}

.cp_actab02 .cp_actab-content ul li {
  margin: 1em;
  font-size: 1.3rem;
}


/* :checked */

.cp_actab02 input:checked~.cp_actab-content {
  max-height: 10em;
  margin-bottom: 5px;
}


/* Icon */

.cp_actab02 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_actab02 input[type=checkbox]+label::after {
  font-family: "Font Awesome 5 Free";
  content: '　\f059';
  font-weight: 900;
}

.cp_actab02 input[type=checkbox]:checked+label::after {
  content: '　×';
}

.number {
  padding-left: 20px;
  font-size: 1.6rem;
  font-weight: bold;
}

.number02 {
  text-align: center;
}

.red {
  color: #FF0004;
  font-weight: bold;
  font-size: 1.4rem;
}

.red1 {
  color: #FF0004;
  font-weight: bold;
}

.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;
}

.listarea {
  padding-left: 30px;
　padding-bottom: 30px;
}

.listarea2 {
  padding: 5px;
}

.red {
  font-size: 1.8rem;
}

@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;
  }
	.nrlogo{
		padding-left: 20px;
	}
	.nrlogo img{
		width: 130px;
		
	}
  .news {
    font-size: 1.2rem;
  }
  .newstext {
    font-size: 1.2rem;
  }
  .title {
    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: 2.5rem;
  }
	 .topmaru{
    font-size: 1.5rem;
	}
	.blue{
		font-size: 2.5rem;
	}
	.bluebox{
		justify-content: space-evenly;
		max-width: 100vw;
		margin: 0 1rem;
	}
	
	.bluebox div{
		padding: 0;
	}
	
	.noborder{
		flex-wrap: wrap;
	}
	.bluebox table{
		font-size: 1.3rem;
	}
	
	.shinkansen{
		width: 85vw;
		
	}
	
	.table2025 th{
		width: 28%;
		font-size: 13px;
	}
.th2025{
	font-size: 1.3rem;
}
	
	.table2025 td{
		font-size: 1.3rem;
	}


  .litext {
    font-size: 1.3rem;
	  margin-bottom: 1rem;
  }
  .litext1 {
    font-size: 1.5rem;
  }
  .litext2 {
    font-size: 1.3rem;
  }
  .red {
    font-size: 1.5rem;
  }
  .sbyoyaku {
    padding-left: 10px;
  }
  .number {
    margin-top: 10px;
    padding-left: 20px;
    font-size: 1.4rem;
  }
  .number2 {
    padding-left: 20px;
  }
  .yoyakuarea {
    width: 100%;
  }
  .indent {
    text-indent: -1em;
    padding-left: 1.5em;
  }
  .indent2 {
    text-indent: -1em;
    padding-left: 2.5em;
  }
}

@media screen and (max-width: 320px) {
  .number {
    font-size: 1.2rem;
  }
}



/* 利尻専用------------------------------*/

 .green_table ul {
  }


  .green_table ul li {
    width: 33%;
    margin-right: 5px;
    padding: 6px 0 5px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    float: left;
  }



  .green_table ul li {
    background: #bdd6cf;
  }

  .green_table ul li:first-child {
    background: #e6efed;
	height: 195px;
  }


  .green_table ul li:last-child {
    margin-right: 0;
  }

* {
  margin: 0;
  padding: 0;
}


.clear:after {
  content: "";
  display: block;
  clear: both;
}


ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

.txt_s {
  font-size: 85%;
}

.txt_l {
  font-size: 110%;
}

.txt_ll {
  font-size: 150%;
}

.p_bt10 {
  padding-bottom: 10px;
}

.p_bt15 {
  padding-bottom: 15px;
}

.p_bt20 {
  padding-bottom: 20px;
}

.m_tp10 {
  margin-top: 10px;
}

.m_bt5 {
  margin-bottom: 5px;
}

.btm {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

a {
  transition: 0.4s;
  text-decoration: underline;
  color: #42985C;
}

a:hover {
  opacity: 0.6;
}

.tel {
  color: #d70c18;
}

.tel a {
  text-decoration: none;
  color: #d70c18;
}

.kome {
  text-indent: -1em;
  padding-left: 1em;
}




.box_tit {
  background: #68bd82;
  color: #ffffff;
}


.box_img img {
  width: 100%;
}

.box_eigyou dl dt {
  color: #ffffff;
  padding: 7px 0 4px;
  text-align: center;
}

.box_eigyou dl dt.eigyou_rishiri {
  background: #cd88a6;
  border-radius: 8px;
}

.box_eigyou dl dt.eigyou_rebun {
  background: #71bcc6;
  border-radius: 8px;
}

.box_eigyou dl dt.eigyou_time {
  background: #9f9fa0;
}

.box_eigyou dl dd span {
  border: 1px solid #222222;
  padding: 5px 5px 4px;
  margin-right: 10px;
}




p.tit_rishiri {
  line-height: 100%;
  color: #cd88a6;
}


.f_left p {
  padding: 20px 0;
}

.f_left p.tit_rishiri {
  height: 23px;
  padding-top: 7px;
  padding-bottom: 20px;
}

.f_left p.tit_rishiri {
  background: url(img/icon_07.png) no-repeat;
}



.ritou_map {
  text-align: center;
}

ul.ritou_size {
  margin: 20px 0 0;
}

ul.ritou_size li span,
.price_list span {
  color: #717071;
}

.car dl dt {
  color: #d70c18;
  font-weight: bold;
}

.car dl dd {
  text-align: center;
}

dl.price_list {
  border: 1px solid #68BD82;
}

dl.price_list dt {
  color: #ffffff;
  background: #68BD82;
  border-radius: 8px;
  text-align: center;
  padding: 7px 0 5px;
}


.tit_green_table {
  text-align: center;
  padding: 12px 0 10px;
}


.tit_green_table span {
  background: #ffffff;
  padding: 5px 20px 3px;
  border-radius: 20px;
  font-weight: bold;
}



.tit_green_table {
  background: #6bada1;
  color: #6bada1;
}


.green_table table {
  width: 100%;
  border-top: 2px solid #222222;
  border-bottom: 2px solid #222222;
}


.green_table table th,
.green_table table td {
  font-weight: normal;
  text-align: center;
  width: 25%;
  padding: 10px 0 8px;
}

.green_table table th.bor,
.green_table table td.bor {
  border-bottom: 1px solid #222222;
}


.green_table table th {
  border-bottom: 1px dotted #222222;
}


.green_table table th {
  background: #bdd6cf;
}

,
.green_table table td {
  border-left: 1px solid #222222;
}


.green_table table td.bg {
  background: #e6efed;
}

.green_table table td.bghigh {
  background: #fbe3e3;
}






/* スマホcss------------------------------*/

@media screen and (max-width: 768px) {

  .bg_rishiri, {
    background-size: auto 100%;
  }

  .pc {
    display: none;
  }

  h2 {
    font-size: 137%;
    line-height: 160%;
    margin-bottom: 30px;
  }

  .header {
    padding: 60px 0;
  }

  .header p {
  padding: 40px 20px;
  color: #fff;
  font-weight: bolder;
  text-shadow:1px 1px 2px #222;
    font-size:15px;
}


  .box_tit,
  .box_rishiri,{
    padding: 40px 10px;
  }

  .box_price,
  .box_yoyaku {
    margin: 0px 10px;
  }

  ul.page_link li a {
    padding: 15px 0;
    font-size: 110%;
  }

  ul.page_link li a.rishiri {
    margin-bottom: 10px;
    background-position: 95% 50%;
  }

 
  .box_eigyou dl {
    padding: 10px 10px 0;
  }

  .box_eigyou dl dd {
    padding-top: 10px;
  }

  .p_time {
    text-indent: -5.5em;
    padding-left: 5.5em;
  }

  .box_eigyou img {
    width: 100%;
    max-width: 400px;
  }


  .ritou_map {
    padding: 15px;
  }

  .ritou_map img {
    width: 100%;
  }
	.greenback{
		font-size: 1.3rem;
	}
  .tab_container{
    display: flex;
    flex-wrap: wrap;
	}

  ul.point {
    margin: 20px 10px 30px;
    padding: 15px 10px 5px;
  }

  p.tit_rishiri, {
    font-size: 125%;
    padding: 7px 0 20px 35px;
  }

  ul.ritou_size {
    margin: 20px 0 0;
  }

  ul.ritou_size li {
    text-indent: -1em;
    padding-left: 1em;
  }

  ul.ritou_size li span {
    color: #717071;
  }


  .f_left p.tit_rishiri {
    font-size: 125%;
    padding-left: 34px;
  }

  ul.ritou_size li {
    text-indent: -1em;
    padding-left: 1em;
  }

  .car dd img {
    width: 100%;
    max-width: 215px;
  }


  dl.price_list {
    margin-top: 50px;
    padding: 10px;
  }

  dl.price_list dt {
    margin-bottom: 10px;
  }


  .tit_green_table {
    margin-top: 40px;
  }

  .tit_sp_table {
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    padding: 10px 0 8px;
    margin-top: 5px;
  }



  .green_table .tit_sp_table {
    background: #bdd6cf;
  }


  .green_table {
    height: 350px;
    overflow-y: scroll;
	 width: 95vw;
  }

 
  .green_table::-webkit-scrollbar {
    width: 10px;
  }


  .green_table::-webkit-scrollbar-thumb {
    background: #c1c1c1;
  }


  .green_table::-webkit-scrollbar-track-piece:start {
    background: #f1f1f1;
  }


  .green_table::-webkit-scrollbar-track-piece:end {
    background: #f1f1f1;
  }

  ul.bt_yoyaku {
    margin-top: 40px;
  }

  ul.bt_yoyaku li {
    padding: 30px 0;
  }

  ul.bt_yoyaku li img {
    width: 90%;
    max-width: 421px;
  }

  ul.bt_yoyaku li:nth-child(1) {
    margin-bottom: 20px;
  }

 

.yoyaku_box {
  color: #ffffff;
  padding:0;
  width:100%;
}

ul.yoyaku_btn li a {
  display: block;
  width:90%;
  margin:0 auto;
  text-align: center;
  line-height: 100%;

  text-decoration: none;
  font-weight: bold;
  font-size:150%;
}

ul.yoyaku_btn li a.yoyaku {
  padding:20px 0;
  border: 2px solid #68bd82;
  color: #fff;
  background-color: #68bd82;
  background-image: url(img/arrow_04.png);
  background-position: top 50% right 20px;
  background-repeat: no-repeat;
}





@media screen and (min-width:426px) and (max-width:769px) {
	
	  .car {
    margin: 0 auto 1rem;
	display: flex;
	justify-content: center;
  }

  .car dl {
    width: 33%;
    float: left;
  }

  .car dd img {
    width: 90%;
  }



}



@media screen and (max-width: 425px) {
	
	  .car {
    margin: 0 auto 1rem;
	display: flex;
	justify-content: center;
  }

  .car dl dt,
  .car dl dd {
    width: 90%;
    margin: 20px auto;
  }


}


/* パソコンcss------------------------------*/

@media screen and (min-width: 769px) {

  .sp {
    display: none;
  }

  .f_right {
    float: right;
  }

  .f_left {
    float: left;
  }

  h2 {
    font-size: 225%;
    margin-bottom: 50px;
  }

  .header {
    padding: 330px 0;
  }

  .page_link,
  .box_eigyou,
  .box_price,
  .box_yoyaku {
    width: 1000px;
    margin: 0 auto;
  }



  .box_tit,
  .box_rishiri{
    padding: 60px 0;
  }

  ul.page_link li {
    float: left;
  }

  ul.page_link li a {
    width: 480px;
    padding: 20px 0;
    font-size: 150%;
  }

  ul.page_link li a.rishiri {
    margin-right: 30px;
    background-position: 440px 50%;
  }

 

  .box_eigyou dl {
    padding: 30px;
    width: 580px;
    float: left;
  }

  .box_eigyou dl dt {
    width: 6em;
    margin-right: 1em;
    text-align: center;
    float: left;
  }

  .box_eigyou dl dd {
    padding-top: 8px;
    margin-left: 7em;
  }

  .box_eigyou img {
    margin: 20px 10px 0 0;
    width: 350px;
    float: left;
  }

  ul.point {
    margin-top: 30px;
    padding: 15px 30px 5px;
  }

  .f_left p.tit_rishiri{
    font-size: 160%;
    padding-left: 35px;
  }

  ul.ritou_size li {
    text-indent: -4em;
    padding-left: 4em;
  }

  .car {
    margin: 60px auto 0;
	display: flex;
	justify-content: center;
  }

  .car dl {
    width: 33%;
  }

  dl.price_list {
    margin-top: 30px;
    padding: 25px 25px 20px;
  }

  dl.price_list dt {
    width: 13em;
    float: left;
  }

  dl.price_list dd {
    margin-left: 14.5em;
  }

  dl.price_list dd ul {
    padding-top: 7px;
  }

  dl.price_list dd ul li {
    min-width: 10em;
    margin: 0 1em 5px 0;
    float: left;
  }


  .tit_green_table {
    margin-top: 5px;
    margin-top: 60px;
  }

	
	
 


  .green_table table {
    margin-top: 5px;
  }

  .box_price {
    margin-bottom: 60px;
  }

  .box_yoyaku {
    margin: 60px auto;
  }

  ul.bt_yoyaku {
    margin-top: 60px;
  }

  ul.bt_yoyaku li {
    padding: 50px 0;
    width: 100%;
    float: left;
  }

  ul.bt_yoyaku li:nth-child(1) {
    margin-right: 20px;
  }

  dl.price_list dt {
    padding: 20px 0 18px;
  }
	
	}
	


 

	
