@charset "utf-8";
body {
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
}
h1 img{
	max-width: 192px;
	padding: 10px 0 10px 0;
}
.icatch img{
	width: 100%;
	margin-bottom: -5px;
}
.price-area{
	background: #D6F2FF;
	
}
/*------------------------------------------------------*/
.price-area .section-inner{
    width: calc(100% - 40px);
    max-width: 420px;
    margin: 0 auto;
    padding: 30px 0;
}
.price-area h2{
	max-width: 495px;
	width: 100%;
	margin: 10px auto 6px;
}
.price-area h2 img{
	width: 100%;
}
.price-area h2 + p{
	text-align: center;
	margin: 0 0 15px;
}
.price-area ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.price-area ul li {
    max-width: 200px;
    width: 47%;
    padding: 10px 0;
    border: 2px solid #0B318F;
    background: url(../images/icon-blue.png) no-repeat calc(100% - 10px) center ,#fff;
    background-size: 17px;
    line-height: 1.3em;
    letter-spacing: 0.1em;
    border-radius: 10px;
    box-shadow: 0 3px 0px #0B318F;
    margin: 6px 0 10px;
}
.price-area ul li .c1{
    font-size: 13px;
}
.price-area ul li .c2{
    font-size: 23px;
    color: #FF4E00;
}
.price-area ul li .c3{
    color: #FF4E00;
}
.price-area ul + p{
	font-size: 12px;
	margin: 10px 0 0;
	line-height: 1.56em;
}
/*モーダルを開くボタン*/
.modal-open{
  /* display: flex; */
  /* align-items: center; */
  text-align: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  /* width: 300px; */
  /* height: 50px; */
  font-weight: bold;
  color: #10ABC2;
  /* background: #000; */
  margin: auto;
  cursor: pointer;
}
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,50%);
  padding: 40px 10px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  z-index: 100;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
  opacity: 1;
  visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  /* max-width: 500px; */
  width: calc(100% - 10px);
  max-width: 460px;
}
/*モーダルを閉じるボタンの指定*/
.modal-close{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: 0px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.modal-content{
  background: #fff;
  text-align: left;
  padding: 30px 15px;
  border-radius: 15px;
}
.modal-content h2{
   color: #0b318f;
   font-weight: bold;
   border-bottom: 1px solid #0b318f;
   padding: 0 0 10px;
   margin: 0 0 15px;
}
.modal-content h3{
   font-weight: bold;
   padding: 0 0 0 25px;
   background: url(../images/icon-circlerei.png) no-repeat left center;
   margin: 20px 0 5px;
}
.modal-content h4{
   color: #0b318f;
   font-weight: bold;
   padding: 30px 0 20px;
   text-align: center;
}
.modal-content table{
   border: 2px solid #0b318f;
   margin: 10px 0;
   width: 100%;
}
.modal-content table.nenryohi{
	width: 900px;
}
.modal-content table th{
   color: #0b318f;
   border: 1px solid #0b318f;
   padding: 5px;
   font-size: 14px;
   text-align: center;
	background: #D6F2FF;
}
.modal-content table th span{
	font-size: 12px;
}
.modal-content table td{
   border: 1px solid #0b318f;
   padding: 5px;
   font-size: 14px;
	text-align: center;
}
.modal-content table td:nth-child(2){
	background: #FFF34D;
	color: #FF4E00;
}

.modal-content p{
	font-size: 12px;
}
.nenryohi-wrap {
	overflow-x: scroll;
}
.nenryohi{
	width: 800px;
}
.modal-content table.nenryohi td:nth-child(2){
	background: #FFF;
	color: #000;
}
section.reason{
    padding: 40px 0 0px;
}
section.reason .section-inner{
    width: calc(100% - 40px);
    max-width: 420px;
    margin: 0 auto;
    /* padding: 30px 0; */
}
section.reason h2 {
    max-width: 176px;
    margin: 0 auto 20px;
}
section.reason h2 img {
    width: 100%;
}
section.reason figure{
    width: 335px;
    margin: 30px auto;
}
section.reason figure img{
    width: 100%;
}
section.reason .t-reason1{
    font-size: 15px;
    line-height: 1.9em;
    margin-bottom: 15px;
    text-align: center;
}
section.reason .t-reason1 span{
	font-size: 28px;
	font-weight: bold;
	color: #FF4E00;
	position: relative;
	top: 2px;
	z-index: -10;
}
section.reason .t-reason2{
    font-size: 12px;
    line-height: 1.5em;
}
.kakuningamen {
	background: url(../images/img-spgamen.png) calc(100% + 85px) center no-repeat;
	background-size: 240px;
	padding: 30px 0 100px;
}
.kakuningamen .section-inner{
	width: calc(100% - 210px);
	margin: 0 0 0 30px;
	line-height: 1.6em;
}
.kakuningamen h2{
   color: #0b318f;
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 0 20px;
	margin: 40px 0 20px;
	background:  url(../images/icon-skyblue.png) no-repeat left center;
	background-size: 10px;
}
.kakuningamen p{
	font-size: 14px;
}
/*------------------------------------------------------*/

.qa {
	background: #D6F2FF;
	padding: 50px 0;
}
.qa .section-inner{
    width: calc(100% - 40px);
    max-width: 420px;
    margin: 0 auto;
}
.qa h2{
	width: 230px;
	margin: 30px auto 10px;
}
.qa h2 img{
	width: 100%;
}
.qa .accordion {
  margin-top: 20px;
  background: #fff;
  border-radius: 5px;
  padding: 7px;
}

.qa .question {
  font-size: 20px;
  font-weight: bold;
  padding: 2px 10px 0 10px;
  /* background-color: gray; */
  color: #fff;
  position: relative;
}
.qa .question li:nth-child(1){
	background: url(../images/icon-q.png) no-repeat left center;
	background-size: 19px;
	padding: 5px 0 5px 25px;
	color: #10ABC2;
	font-size: 16px;
}
.qa .question li:nth-child(2){
	background: url(../images/icon-a.png) no-repeat left center;
	background-size: 19px;
	padding: 5px 0 5px 25px;
	color: #EA5504;
	font-size: 16px;
}
.question::before {
  position: absolute;
  top: 23px;
  /* font-family: 'Font Awesome 5 Free'; */
  content: '　　';
  font-weight: 900;
  right: 2px;
  transition: 0.3s;
  background: url(../images/icon-orangearrow.png) no-repeat center center;
  background-size: 22px;
}

.question.open::before {
  transform: rotate(180deg);
}

.qa .answer {
  padding: 0px 10px 15px 33px;
  display: none;
  font-size: 14px;
  line-height: 1.6em;
}
.qa .ex_btn_more{
	color: #0B318F;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: 40px 0 0;
}
.qa .ex_btn_more:after{
	content: "";
	display: block;
	width: 30px;
	height: 16px;
	top: 6px;
	position: relative;
	margin:  auto;
	background: url(../images/icon-bluearrow.png) no-repeat center bottom;
	background-size: 23px;
	transition: 0.3s;
}
.qa .ex_btn_more.open::after {
    transform: rotate(180deg);
}
.qa .ex_more {
    display: none;
    width: 100%;
}
/*------------------------------------------------------*/
section.movie {
    max-width:800px;
    width: calc(100% - 80px);
    margin: 0 auto;
    padding: 50px 0 0px;
}
section.movie video {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

/*------------------------------------------------------*/
.swiper-wrapper {
	/* サイズ調整 */
	width: 100%;
	height: 300px;
}
.swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-button-next:after, .swiper-button-prev:after{
	color: #0b318f;
}
section.example {
	background-size: cover;
	background-attachment: fixed;
	padding: 50px 0 20px;
}
.example h2 {
	background: #0b318f;
	color: #fff;
	padding: 15px 0;
	text-align: center;
	font-size: 16px;
	position: relative;
	margin: 0px 0px 0px;
}
.example h2 span{
	font-size: 14px;
}
.example h2:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 10px solid #0b318f;
}
.example .inner_wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.example_box{
	padding: 40px 42px 45px;
}
.example_box figure{
	margin: 0;
}
.example_box figure img{
	width: 100%;
}
.example_box h3 {
	font-size: 16px;
	font-weight: bold;
	color: #0b318f;
	padding: 5px 10px 5px 22px;
	background: url(../images/icon-kaminari.png) no-repeat left 7px;
	background-size: 15px;
}
.example_box h3 + p {
	font-size: 14px;
	margin: 0;
	padding: 0 0 0 6px;
}
.example_box .kirikaezengo{
	margin: 10px 0 0 0;
	line-height: 2.0em;
}
.example_box .kirikaezengo span:nth-child(1),
.example_box .kirikaezengo span:nth-child(4){
	padding: 5px;
	background: #333;
	font-size: 13px;
	color: #fff;
	border-radius: 5px;
	margin: 0px 10px 20px 0px;
}
.example_box .kirikaezengo span:nth-child(4){
	/* margin: 24px 0px 0 0px; */
}
.example_box .sakugenritu{
	margin: 0px 0 5px;
}
.example_box .sakugenritu{
	color: #EA5504;
	font-size: 19px!important;
	font-weight: bold;
	line-height: 1.5em;
}
.example_box .sakugenritu span:nth-child(1),
.example_box .sakugenritu span:nth-child(4){
	padding: 5px;
	background: #EA5504;
	font-size: 13px;
	/* font-weight: bold; */
	color: #fff;
	border-radius: 5px;
	margin: 0px 10px 0 0;
	/* display: inline-block; */
	/* position: relative; */
	/* top: 0px; */
	/* z-index: -10; */
}
.example_box .sakugenritu span:nth-child(4){
	/* margin: 0 5px 0 0px; */
}
.example_box .sakugenritu span:nth-child(2),
.example_box .sakugenritu span:nth-child(5),
.example_box .sakugenritu span:nth-child(6){
	font-size: 16px;
	font-weight: bold;
}
.jirei-kingaku {
	font-size: 18px!important;
	background: linear-gradient(transparent 57%, rgba(255, 255, 0, 0.6392156862745098) 0%);
	/* font-family: 'Kosugi Maru', sans-serif; */
	font-weight: normal;
	/* letter-spacing: 0.1em; */
}
.example_box .sakugenritu span.jirei-kingaku span:nth-child(1){
	background: none!important;
	color: #EA5504!important;
	margin: 0!important;
	padding: 0 1px 0 0!important;
}
.example_box .sakugenritu span.jirei-kingaku  span:nth-child(3){
	margin: 0 0 0 4px;	
}
.example_box .jirei-hosoku{
	font-size: 12px;
	color: #707070;
}

.example .ex_more {
	display: none;
	width: 100%;
}
.example .ex_more .ex_more_inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.example .ex_btn_more {
	cursor: pointer;
	width: 300px;
	height: 80px;
	color: #333;
	border: 2px solid #3e3e3e;
	border-radius: 50px;
	padding-top: 10px;
	text-align: center;
	position: relative;
	font-size: 26px;
	margin: 20px auto;
}
.example .ex_btn_more:after {
	position: absolute;
	bottom: 10px;
	left: calc(50% - 13px);
	content: "\f078";
	font-family: FontAwesome;
}

	.btn-linkexample{
		margin: 0 auto;
	}
	.btn-linkexample a{
		color: #fff;
		display: block;
		cursor: pointer;
		width: 300px;
		color: #fff;
		border: 3px solid #fff;
		border-radius: 50px;
		padding: 10px 0;
		text-align: center;
		position: relative;
		font-size: 26px;
		margin: 40px auto 0;
		background: #0b318f;
	}
	.btn-linkexample a:hover{
		border: 3px solid #1a2f8d;
		background: #fff;
		color: #1a2f8d;
	}
	.top_example .ex_more .ex_more_box {
		display: flex;
		justify-content: space-between;
		padding: 0 20px;
	}

@media ( max-width : 1025px){
	.example_box h3 {
		font-size: 18px;
		text-align: left;
	}
	.example_box h3 + p {
		text-align: left;
	}
	.example_box .kirikaezengo{
		text-align: left;
	}
	.example_box .kirikaezengo span:nth-child(2){
		margin: 0 10px 0 0;
	}
	.example_box .kirikaezengo br.sp{
		display: none;
	}
	.example_box .sakugenritu{
		font-size: 20px!important;
		text-align: left;
	}
	.example_box .sakugenritu span.jirei-kingaku span:nth-child(1){
		display: inline-block;
		position: relative;
		top: -2px;
		font-size: 18px;
	}
	.example_box .sakugenritu span:nth-child(1),
	.example_box .sakugenritu span:nth-child(4){
		font-size: 14px;
	}
	.example_box .sakugenritu span:nth-child(4){
		margin: 0 5px 0 0px;
	}
	.example_box .sakugenritu span:nth-child(2),
	.example_box .sakugenritu span:nth-child(5),
	.example_box .sakugenritu span:nth-child(6){
		font-size: 16px;
		font-weight: bold;
	}
	.jirei-kingaku {
		font-size: 24px!important;
	}
	.example_box .jirei-hosoku{
		text-align: left;
	}
}
@media ( max-width : 800px){
	section.example h2{
		font-size: 16px;
		padding: 15px 0;
	}
	section.example h2:before {
	    top: 100%;
	    left: 50%;
	    margin-left: -10px;
	    border: 10px solid transparent;
	    border-top: 10px solid #0b318f;
	}
	.example_box .kirikaezengo br.sp{
		display: block;
		height: 0px;
		content: "";
	}
	.example_box .kirikaezengo br:after{
		content: "　";
		display: block;
		margin: 10px;
	}
	.example_box .kirikaezengo span:nth-child(4) {
	    margin: 0px 10px 0 0px;
	}
	.example .ex_btn_more{
		font-size: 16px;
		height: 54px;
		padding-top: 10px;
	}
	
}
@media ( max-width : 630px){
	.example .inner_wrap {
	    display: block;
	    flex-wrap: wrap;
	    justify-content: space-between;
	}
	.example_box {
	    width: 80%;
		margin: 30px auto;
	}
    .example_box .jirei-hosoku {
        font-size: 12px;
    }
}

/*------------------------------------------------------*/
.flow{
	margin: 50px 0 0;
}
.flow .section-inner{
    width: calc(100% - 40px);
    max-width: 420px;
    margin: 0 auto;
}
.flow h2 {
	background: #0b318f;
	color: #fff;
	padding: 15px 0;
	text-align: center;
	font-size: 16px;
	position: relative;
	margin: 0px -20px 50px;
}
.flow h2 span{
	font-size: 14px;
}
.flow h2:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 10px solid #0b318f;
}
.flow .accordion .question{
	color: #0B318F;
	font-weight: bold;
	border-top: 1px solid #D6F2FF;
	padding: 20px 0 20px 50px;
	position: relative;
}
.flow .accordion .question:before {
    position: absolute;
    top: 23px;
    content: "　　";
    font-weight: 900;
    right: 2px;
    transition: 0.3s;
    background: url(../images/icon-bluearrow.png) no-repeat center center;
    background-size: 23px;
}

.flow .accordion:nth-child(2) .question{
	background: url(../images/flow-1.png) left center no-repeat;
	background-size: 40px;
}
.flow .accordion:nth-child(3) .question{
	background: url(../images/flow-2.png) left center no-repeat;
	background-size: 40px;
}
.flow .accordion:nth-child(4) .question{
	background: url(../images/flow-3.png) left center no-repeat;
	background-size: 40px;
}
.flow .accordion:nth-child(5) .question{
	background: url(../images/flow-4.png) left center no-repeat;
	background-size: 40px;
}
.flow .accordion:last-child{
	border-bottom: 1px solid #D6F2FF;
}
.flow  .answer {
  padding: 0px 10px 15px 50px;
  display: none;
  font-size: 14px;
  line-height: 1.6em;
}
.flow p.btn-mosikomi a{
    color: #fff;
    border-radius: 5px;
    padding: 10px 10px 10px 10px;
    font-weight: bold;
    background:  #FF4E00;
    box-shadow: 0px 4px 0px #b43801;
	text-decoration: none;
	display: block;
	width: 180px;
	text-align: center;
	margin: 20px auto 40px;
}
/*------------------------------------------------------*/

.form{
	background: #D6F2FF;
	padding: 40px 20px;
}
.form .form-harea{
	background: url(../images/img-man1.png) no-repeat right top;
	padding: 0 0 22px;
}
.form h2{
	color: #0B318F;
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 4px;
	background: linear-gradient(transparent 57%, rgba(255, 255, 0, 0.6392156862745098) 0%);
	display: inline-block;
}
.form .form-h-hosoku1{
	font-size: 14px;
	color: #0B318F;
}
.form .form-h-hosoku2{
	background: #FEF7CF;
	font-size: 13px;
	padding: 10px;
	margin: 0px 0 20px;
}
.form form{
	background: #fff;
	padding: 10px 20px 20px 20px;
}
form table{
	width: 100%;
}
form table th,
form table td{
	display: block;
}
form table th{
	color: #0B318F;
	font-weight: bold;
	padding: 15px 0 8px;
}
form table th .must{
	color: red;
}
form table tr input{
	font-size: 16px;
	border-radius: 3px;
	border: 1px solid #999;
	margin: 0 5px 0 0;
}
form .small{
	display: block;
	font-size: 14px;
	margin: 5px 0 10px;
}
form table tr.form-name input{
	width: 200px;
}
form table tr.form-mail input{
	width: 80%;
}
form table tr.form-jyusyo td input:first-child,
form table tr.form-yusojyusyo td input:first-child{
	margin: 0 0 10px;
	width: 150px;
}
form table tr.form-jyusyo td input:last-child,
form table tr.form-yusojyusyo td input:last-child{
	width: 80%;
}
form .form-mesai h3{
	color: #0B318F;
	font-weight: bold;
	margin: 15px 0 0 0;
}

form .form-mesai input{
	margin: 0 0 10px;
}
.mesai-sample{
	background: #efefef;
	padding: 15px 20px;
	margin: 10px 0px 20px;
}
.mesai-sample p{
	color: #0B318F;
	font-weight: bold;
	margin: 0 0 5px;
}
.form-mesai ul li img {
	width: 100%;
}
.form-mesai ul{
	display: flex;
	flex-wrap: wrap;
}
.form-mesai ul li{
	width: 50%;
}
.form-mesai ul li .modal-open{
	text-align: left;
	color: #333;
	font-weight: normal;
	text-decoration: underline;
	padding: 0 0 5px;
}
.form-mesai ul li .modal-body{
	position: relative;
	z-index: 10;
}
.mesai-nashi{
	margin: 0 0 30px;
	border-bottom: 1px solid #ccc;
	padding: 0 0 30px;
}
.mesai-nashi .ex_btn_more{
	color: #fff;
	border-radius: 5px;
	padding: 10px 40px 10px 10px;
	margin: 10px 0 0;
	font-weight: bold;
	background: url(../images/icon-maruarrow.png) no-repeat calc(100% - 10px) center, #FF4E00;
	box-shadow: 0px 4px 0px #b43801;
}
.mesai-nashi .ex_btn_more {
   animation: blinking 1s ease-in-out infinite alternate;
   position: relative;
   z-index: 10;
}
@keyframes blinking {
   0% {opacity: 0.5;}
   100% {opacity: 1;}
}
.mesai-nashi .ex_more {
    display: none;
    width: calc(100% - 40px);
    background: #fff6f2;
    padding: 20px 20px 20px;
}
.mesai-nashi th{
	color: #FF4E00;
}
.mesai-nashi td .small{
	font-size: 13px;
}
.form-biko textarea{
	width: 100%;
}
.form-question textarea{
	width: 100%;
	padding: 0 0 30px;
	border-radius: 3px;
	border: 1px solid #999;
}
form #btn_form{
	text-align: center;
}
form #btn_form input{
	padding: 10px 30px;
	border-radius: 3px;
	border: none;
	background: #0B318F;
	color: #fff;
	margin: 30px auto 0;
}
#keiyaku main .section-inner{
	width: calc(100% - 40px);
	margin:60px auto;
}
#keiyaku main .keiyaku-chui h2{
	text-align:center;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 20px;
	color:  #FF4E00;
}
#keiyaku main .keiyaku-chui ul li{
	margin: 0 0 20px 0;
}
#keiyaku form .payment td{
	background: #efefef;
	padding: 10px 15px 15px;
}
#keiyaku .payment .red{
	color: red;
	font-size: 14px;
}
#keiyaku form .payment img{
	width: 300px;
}
/*------------------------------------------------------*/

footer {
	border-top: 1px solid #ddd;
}
footer ul{
	display: flex;
	justify-content: center;
}
footer ul li{
	padding: 20px;
}
footer ul li a{
	color: #333;
}
footer .footer-nav + p{
	width: 200px;
	margin: 0 auto;
}
footer .footer-nav + p img{
	width: 100%;
}
footer p{
	font-size: 14px;
	text-align: center;
	padding: 10px 0;
}
/*-----------------------------------jyuryodentohikaku---*/
.page h1{
	font-size: 14px;
}
.page .page-title {
    background-image: url(../images/bg_about.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom;
    padding: 55px 0;
    border-top: 1px solid #0b318f;
}
.page .page-title h2{
	text-align: center;
	font-size: 20px;
	letter-spacing: 0.2em;
	text-shadow: 0px 0px 10px #000;
	color: #fff;
	font-weight: bold;
}
.jyuryo-list{
	max-width: 1000px;
	width: calc(100% - 40px);
	margin: 30px auto;
}
.jyuryo-list ul{
	display: flex;
	flex-wrap: wrap;
}
.jyuryo-list ul li{
	min-width: 170px;
	padding: 5px 10px 5px 0;
}
.jyuryo-list ul li a{
	color: #333;
	font-size: 16px;
}
.jyuryo-list ul li a:before{
	content: "・";
}
section.jyuryo-box {
    max-width: 800px;
    width: calc(100% - 40px);
    margin: 0 auto;
}
section.jyuryo-box h3{
	font-size: 18px;
	font-weight: bold;
	margin: 30px 0 0;
}
section.jyuryo-box table {
    border: 1px solid #333;
    width: 1000px;
    margin: 20px 0 5px;
}
section.jyuryo-box table th,section.jyuryo-box table td{
    border: 1px solid #333;
}
.jyuryo-box table th,
.jyuryo-box table td{
    padding: 5px 5px;
	text-align: center;
	font-size: 14px;
}
section.jyuryo-box table th{
	font-weight: bold;
}
section.jyuryo-box table .bg-g{
	background: #E2EFDA;
}
section.jyuryo-box table .bg-y{
	background: #FFF2CC;
}
section.jyuryo-box table .bg-b{
	background: #D9E1F2;
	color: red;
	border: 1px solid #333;
}
@media (max-width : 1030px){
	.jyuryo-box1,
	.jyuryo-box2{
		overflow-x: scroll;
	}
}
@media (min-width: 701px){

    .page section.jyuryo-box{
        max-width: 1000px;
        width: calc(100% - 20px);
        margin: 0 auto 50px;
    }
    .jyuryo-box-wrap {
        display: flex;
        justify-content: space-between;
        font-size: 14px;
    }
    .jyuryo-box-leben,
    .jyuryo-box-kizon{
        max-width: 500px;
        width: calc(50% - 10px);
    }
    section.jyuryo-box{
        max-width: 50%;
    }

}

.jyuryo-hosoku{
    background: #fafafa;
    padding: 20px 0px 10px;
    font-size: 13px;
}
/*-----------------------------------------------kakunin*/
.kakunin-contents {
	width: calc(100% - 40px);
	margin: 50px auto;
}