body.renovation{
 color: #000;
	width: auto;
}
.spDisp {
    display: none;
}



.renovation .l-contents #contents_main{
	position: relative;
	background-image: url(../img/md001.jpg);
	padding: 250px 0 330px;
}
	.headBtnNavi{
		position: absolute;
		left: 0px;
		top: 470px;
		width: 100%;
		z-index: 100;
	}
	.headBtnNavi .headBtnNaviInner{
		  width: 70%;
    max-width: 1200px;
    margin: 0 auto;
				text-align: center;
	}
	.headBtnNavi .headBtnNaviInner .btnList{
		margin: 0px;
		padding: 0px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.headBtnNavi .headBtnNaviInner .btnList .btn{
	 width: 300px;
		padding: 0px;
		border-radius: 20px;
		font-size: 20px;
	}
		.headBtnNavi .headBtnNaviInner .btnList .btn a{
			transition: all 300ms 0s ease;
			display: flex;
			flex-wrap: wrap;
			align-items: center;
			justify-content: center;
	}
		.headBtnNavi .headBtnNaviInner .btnList .btn a img{
	 height: 25px;
		margin: 0px 10px 0px 0px;
	}
	.headBtnNavi .headBtnNaviInner .btnList .btn a:hover{
	 opacity: 0.7;
	}
	.headBtnNavi .headBtnNaviInner .btnList .btn-contact{
	 margin: 0px 20px;
	}
	.headBtnNavi .headBtnNaviInner .btnList .btn-contact a{
		background: #ed6d00;
		padding: 15px 0px;
		color: #FFF;
		border-radius: 15px;
		vertical-align: middle;
		box-shadow: 2px 0px 3px rgb(0,0,0,0.5);
	}
	.headBtnNavi .headBtnNaviInner .btnList .btn-request{
	 margin: 0px 20px;
	}
	.headBtnNavi .headBtnNaviInner .btnList .btn-request a{
		padding: 15px 0px;
		background: #FFF;
  color: #ed6d00;
		border-radius: 15px;
		vertical-align: middle;
		box-shadow: 2px 0px 3px rgb(0,0,0,0.5);
		
	}
.flexIndex{
		position: absolute;
		left: -1px;
		top: 650px;
		padding: 5px;
		border: 1px solid #dfdfdf;
		background: #FFF;
		width: 14%;
		max-width: 270px;
		z-index: 999;
		transition: all 300ms 0s ease;
	}
	.flexIndex.fixed{
	 position: fixed;
		left: -1px;
		top: 120px;
	}
	.flexIndex.close{
		top: inherit;
		bottom: 20px;
		
	}
	.flexIndex .closeBtn{
		position: absolute;
		right: 4px;
		top: 4px;
		padding: 0px;
		background: #FFF;
		cursor: pointer;
		width: 20px;
		height: 20px;
		line-height: 1;
		font-size: 20px;
	}
	.flexIndex .closeBtn:before{
	 content: "▼";
	}
	.flexIndex.close .closeBtn:before{
	 content: "▲";
	}
	
	.flexIndex .top{
		margin: 0px 0px 5px 0px;
		padding: 0px 0px 5px 0px;
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		line-height: 1;
		border-bottom:  1px solid #dfdfdf;
		cursor: pointer;
	}
	.flexIndex.close .top{

	border-bottom: none;
	}
	.flexIndex .linklist{
	 display: block;
	}
	.flexIndex.close .linklist{
		display: none;
	}
	.flexIndex .linklist li{
	 margin: 0px;
		padding: 0px;
		display: block;
	}
	.flexIndex .linklist li a{
	 margin: 0px;
		padding: 6px 3px 6px 31px;
		text-indent: -28px;
		display: block;
		color: #111;
		font-size: 13px;
	}
	.flexIndex .linklist li:nth-child(even) a{
	 background: #f1f1f1;
	}
	body .box.me001,
	body .box{
		width: 70%;
	}
		@media screen and (max-width: 1070px){
				.flexIndex{
				 display: none;
				}
					body .box.me001,
					body .box{
						width: 94%;
					}
		}
body #contents_main #con_md001{
	color: #000;
}
		
		body #contents_main #con_md001 #con_md001_in #con_box001 h1{
			font-size: 280%;
			letter-spacing: -0.03em;
			text-shadow: 2px 0px 3px rgb(0,0,0,0.5);
		}
		body #contents_main #con_md001 #con_md001_in #con_box001 h1 b{
		 	font-size: 150%;
				line-height: 1.8;
		}
		body #contents_main #con_md001 #con_md001_in #con_box001 h1 br{
		 display: none;
		}
		@media screen and (max-width: 1070px){
		body #contents_main #con_md001 #con_md001_in #con_box001 h1{
			font-size: 140%;
			line-height: 1.1;
			letter-spacing: -0.03em;
			text-shadow: 2px 0px 3px rgb(0,0,0,0.5);
		}
		body #contents_main #con_md001 #con_md001_in #con_box001 h1 br{
		 display: block;
		}
		}
	@media screen and (max-width: 870px){
			.headBtnNavi{
				position: fixed;
				left: 0px;
				top:inherit;
				bottom: 0px;
				z-index: 999;
			}
			.headBtnNavi .headBtnNaviInner{
				  width: 100%;
						text-align:center;
			}
			.headBtnNavi .headBtnNaviInner .btnList{
				margin: 0px;
				padding: 0px;
				display:flex;
				flex-wrap: wrap;
				justify-content: center;
				background-color: #FFF;
			}
			.headBtnNavi .headBtnNaviInner .btnList .btn{
				width: 50%;
				padding: 0px;
				font-size: 14px;
				line-height: 18px;
				border-radius:0px;
			}
			.headBtnNavi .headBtnNaviInner .btnList .btn a img{
			 height: 20px;
				margin-right: 20px;
				vertical-align: middle;
			}
			.headBtnNavi .headBtnNaviInner .btnList .btn-contact{
				margin: 0px;
			}
			.headBtnNavi .headBtnNaviInner .btnList .btn-contact a{
				border-radius: 0px;
				padding: 10px 0px;
			}
				.headBtnNavi .headBtnNaviInner .btnList .btn-request{
								margin: 0px;
				}
				 
			.headBtnNavi .headBtnNaviInner .btnList .btn-request a{
				border-radius: 0px;
				padding: 10px 0px;
			}
			body .qs_back_to_top{
				bottom: 50px;
			}
			.renovation .l-contents #contents_main{
				padding: 230px 10px 160px;
			}
			body #contents_main #con_md001 #con_md001_in{
				display: block;
			}
			#contents_main #con_md001 #con_md001_in #con_box001{
				margin: 0px;
			}
	}
	
	.timinglist{
	 margin: 0px 0px;
		padding: 0px;
		display: flex;
		flex-wrap: wrap;
	}
	.timinglist .timingBox{
	 margin: 0px 20px 20px 0px;
		width : -webkit-calc(50% - 10px) ;
   width : calc(50% - 10px) ;
	}
	.timinglist .timingBox:nth-child(even){
			margin: 0px 0px 20px 0px;
	}
	.timinglist .timingBox .index{
	 font-weight: bold;
		margin: 0px 0px 5px 0px;
	}
		@media screen and (max-width: 870px){
				.timinglist{
	 margin: 0px 0px;
		padding: 0px;
		display: block;
	}
	.timinglist .timingBox{
	 margin: 0px 0px 20px 0px;
		width :auto;
	}
		}


.box.onayami{
  		margin: 0 auto;
  	}
  
  	.inner_area_o .onayamiList.onayamiList_r{
  		display: block;
  		display: flex;
      flex-wrap: wrap;
  				justify-content: center;
  	}
  	.inner_area_o .onayamiList.onayamiList_r .row{
  		  display: flex;
      flex-wrap: wrap;
      justify-content:center;
  				margin:0px 20px;
  	}
  	.inner_area_o .onayamiList.onayamiList_r .row .onayamiBox{
  			width : -webkit-calc(30% - 20px) ;
     width : calc(30% - 20px) ;
  			margin: 0px 10px 20px;
  	}
  	
  	@media screen and (min-width: 769px) {
  		body .inner_area_o{
  			padding: 50px 0 0 0;
  		}
  		.inner_area_o .onayamiList.onayamiList_r .row .onayamiBox:nth-child(1),
  		.inner_area_o .onayamiList.onayamiList_r .row .onayamiBox:nth-child(2),
  		.inner_area_o .onayamiList.onayamiList_r .row .onayamiBox:nth-child(3){
  			position: relative;
  			left: -75px;
  		}
  		.inner_area_o .onayamiList.onayamiList_r .row .onayamiBox:nth-child(4),
  		.inner_area_o .onayamiList.onayamiList_r .row .onayamiBox:nth-child(5),
  		.inner_area_o .onayamiList.onayamiList_r .row .onayamiBox:nth-child(6){
  			position: relative;
  			left: 75px;
  			top: -50px;
  		}
  	}
  	@media screen and (max-width: 768px) {
  		body .inner_area_o{
  			padding: 50px 0px 40px;
  	}
  	.inner_area_o .onayamiList.onayamiList_r .row .onayamiBox{
  			width : -webkit-calc(50% - 20px) ;
     width : calc(50% - 20px) ;
  	}
  	}
			
			.acBox .plist{
  		margin: 0px 0px 30px 0px;
  	}
  	.acBox .plist li{
  		margin: 0px 0px 5px 15px;
  		text-indent: -15px;
  	}
  	.acBox .plist li:before{
  	 content: "●";
  		color: #ed6d00;
  		margin-right: 5px;
  	}
			
			.beforeAfterList{
  		margin: 0px auto;
  		padding: 0px;
  		max-width: 1000px;
  	}
  	.beforeAfterList .beforeAfterBox{
  		margin: 0px;
  		padding: 30px 0px;
  		display: flex;
  		flex-wrap: wrap;
  		justify-content: space-between;
  		background: url(/renovation/img/icon_bf.png) center center no-repeat;
  		background-size: 4% auto;
  	}
  	.beforeAfterList .beforeAfterBox .before,
  	.beforeAfterList .beforeAfterBox .after{
  	 width: 45%;
  		margin: 0px;
  		text-align: center;
  	}
  		.beforeAfterList .beforeAfterBox .before img,
  		.beforeAfterList .beforeAfterBox .after img	{
  		 margin: 0px 0px 10px 0px;
  			max-width: 100%;
  		}
  		.ind_nav001 .ind_nav_in li.ind_in02 .self001.self001_sp::before {
  		 display: block!important;
  		}
				
.flowArea{
  		margin: 0px;
  		padding: 0px;
  	}
  	.flowArea .flowList{
  		margin: 0px;
  		padding: 0px 140px 0px 60px;
  		display: flex;
  		flex-wrap: wrap;
  		justify-content: space-between;
  		background: url(/renovation/img/back_flow.png) center center no-repeat;
  		background-size: 100% auto;
  	}
  	.flowArea .flowList .flowBox{
  	 margin: 0px;
  		padding: 5px 3px 10px;
  		border-radius: 10px;
  		border: 4px solid #333;
  		background: #FFF;
  	}
  	.flowArea .flowList .flowBox .no{
  		margin: 0px 0px 5px 0px;
  		text-align: center;
  		font-size: 18px;
  		font-weight: bold;
  		color: #333;
  	}
  	.flowArea .flowList .flowBox .c{
  		text-align: center;
  		font-size: 20px;
  		color: #333;
  		font-weight: bold;
  	}
  		@media screen and (min-width: 766px){
  	.flowArea .flowList .flowBox .c{
  	 -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  	}
  		}
  	@media screen and (max-width: 767px){
  		.flowArea .flowList{
  				margin: 0px;
  				padding: 30px 0px 75px 0px;
  				display: block;
  				background: url(/renovation/img/back_flow_sp.png) center bottom no-repeat;
  				background-size: auto 100% ;
  			}
  			.flowArea .flowList .flowBox{
  				margin: 0px 0px 20px 0px;
  				display: flex;
  				justify-content: space-between;
  				align-items: center;
  			}
  	.flowArea .flowList .flowBox .no{
  				margin: 0px;
  				text-align: center;
  				font-size: 18px;
  				font-weight: bold;
  				width: 40px;
  	}
  	.flowArea .flowList .flowBox .c{
  	 margin: 0px;
  		padding: 0px;
  		width : -webkit-calc(100% - 40px) ;
     width : calc(100% - 40px) ;
  			text-align: left;
  			
  	}
  	}
			@media screen and (max-width: 768px) {
    .spDisp {
        display: block;
    }
}


.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}

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

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

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

.top15 {
  margin-top: 15px !important;
}

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

.top25 {
  margin-top: 25px !important;
}

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

.top35 {
  margin-top: 35px !important;
}

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

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

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

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

.btm15 {
  margin-bottom: 15px !important;
}

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

.btm25 {
  margin-bottom: 25px !important;
}

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

.btm35 {
  margin-bottom: 35px !important;
}

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

.btm45 {
  margin-bottom: 45px !important;
}

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

.btm55 {
  margin-bottom: 55px !important;
}

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

.btm65 {
  margin-bottom: 65px !important;
}

.btm70 {
  margin-bottom: 70px !important;
}

.btm75 {
  margin-bottom: 75px !important;
}

.btm80 {
  margin-bottom: 80px !important;
}

.btm85 {
  margin-bottom: 85px !important;
}

.btm90 {
  margin-bottom: 90px !important;
}

.btm95 {
  margin-bottom: 90px !important;
}

.pT0 {
  padding-top: 0 !important;
}

.pT5 {
  padding-top: 5px !important;
}

.pT10 {
  padding-top: 10px !important;
}

.pT15 {
  padding-top: 15px !important;
}

.pT20 {
  padding-top: 20px !important;
}

.pT25 {
  padding-top: 25px !important;
}

.pT30 {
  padding-top: 30px !important;
}

.pT35 {
  padding-top: 35px !important;
}

.pT40 {
  padding-top: 40px !important;
}

.pT45 {
  padding-top: 45px !important;
}

.pT80 {
  padding-top: 80px !important;
}

.pT90 {
  padding-top: 90px !important;
}

.pT100 {
  padding-top: 100px !important;
}

.pB0 {
  padding-bottom: 0 !important;
}

.pB5 {
  padding-bottom: 5px !important;
}

.pB10 {
  padding-bottom: 10px !important;
}

.pB15 {
  padding-bottom: 15px !important;
}

.pB20 {
  padding-bottom: 20px !important;
}

.pL10 {
  padding-left: 10px !important;
}

.lm5 {
  margin-left: 5px !important;
}

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

.lm15 {
  margin-left: 15px !important;
}

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

.lm50 {
  margin-left: 50px !important;
}

.lm60 {
  margin-left: 60px !important;
}

.lm70 {
  margin-left: 70px !important;
}

.rm5 {
  margin-right: 5px !important;
}

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

.rm15 {
  margin-right: 15px !important;
}

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


/* CSS Document */
.officers {
  background-image: url(image/md001.jpg);
}

.renovation {
  background-image: url(image/renovation/md001.jpg);
}



.inner_area03 .inner_area_in {
  background-position: 30% center;
  background-size: auto 640px;
}
}
@media screen and (max-width: 768px) {
  .box.me001 .center img {
    width: 95px;
  }
  .box.me001 .right img {
    width: 70%;
  }
}
/* Uniq Kaishu */
body.kaishu {
  letter-spacing: 0.06em;
}
.cmnAnchor {
display: inline-block;
margin-top: -100px;
padding-top: 100px;
}
.starTbl {
  margin-bottom: 100px;
}
.starTbl table {
  background-color: #FFF;
  border-collapse: separate;
}
.starTbl table th, .starTbl table td {
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  color: #000;
  font-size: 20px;
  line-height: 1.5;
  padding: 15px 5px;
  text-align: center;
}
.starTbl table th {
  background-color: #F0F0F0;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.01em;
  padding: 10px 20px;
  text-align: left;
}
.starTbl table th span {
  display: block;
  font-size: 14px;
}
.starTbl table thead th {
  background-color: #C9C9C9;
  padding: 25px 15px 22px;
  text-align: center;
}
.starTbl table.b thead th {
  background: none;
		border: none;
}


.starTbl table td {
  letter-spacing: 0.4em;
  width: 23%;
}

		.starTbl table.b td,
		.starTbl table.b th {
			border: none;
			background: #FFF;
		}
		.starTbl table.b tr:nth-child(even) th,
		.starTbl table.b tr:nth-child(even) td{
  	background: #f2f2f2;
		}

.starTbl table tr td:nth-of-type(1) {
  border-right: 2px solid #EF6C00;
}
.starTbl table.b tr td:nth-of-type(1) {
  border-left: 1px solid #DEDEDE;
		border-right: none;
}
.starTbl table tr td:nth-of-type(2) {
  border-left: 2px solid #EF6C00;
  border-right: 2px solid #EF6C00;
}
.starTbl table.b tr td:nth-of-type(2) {
  border-left: 3px solid #EF6C00;
  border-right: 3px solid #EF6C00;
		color: #416178;
}
.starTbl table tr td:nth-of-type(3) {
  border-left: 2px solid #EF6C00;
}
.starTbl table.b tr td:nth-of-type(3) {
  border-left: none;
}
.starTbl table tr td.last {
  border-bottom: 4px solid #EF6C00;
}
.starTbl table thead tr th:nth-of-type(2) {
  border-right: 2px solid #EF6C00;
}
.starTbl table.b thead tr th:nth-of-type(2) {
  border:none;
}

.starTbl table thead tr th:nth-of-type(3) {
  background-color: #FF7900;
  color: #FFF;
  border-left: 2px solid #EF6C00;
  border-right: 2px solid #EF6C00;
  border-top: 4px solid #EF6C00;
}
.starTbl table.b thead tr th:nth-of-type(3) {
  background: none;
  border: none;
}

.starTbl table thead tr th:nth-of-type(4) {
  border-left: 2px solid #EF6C00;
}

.starTbl table.b thead tr th:nth-of-type(4) {
  border: none;
}




.starTbl table.b thead tr th{
	vertical-align: bottom;
	padding: 0px;
	color: 0px;
}
.starTbl table.b thead tr th .tab-innner {
 width: 100%;
	background: #fba149;
	border-radius: 10px 10px 0px 0px;
	padding: 20px 0px;
	color: #FFF;
}
.starTbl table.b thead tr th:nth-of-type(3) .tab-innner {
 background: #EF6C00;
	padding: 40px 0px 20px 0px;
}
@media screen and (max-width: 768px) {
	.starTbl table.b thead tr th .tab-innner {
	 padding: 5px 0px 5px 0px;
		line-height: 1.2;
	}
	.starTbl table.b thead tr th:nth-of-type(3) .tab-innner {
	 padding: 15px 0px 15px 0px;
	}
}

.starTbl table th a, .starTbl table td a {
color: #1a0dab;
display: block;
text-decoration: underline;
transition: 0.2s;
}
.starTbl table.b th a, .starTbl table.b td a {
color: #000;
}

.starTbl table th a:hover, .starTbl table td a:hover {
text-decoration: none;
}


.starTbl .attList {
margin-top: 15px;
}

.starTbl .attList li {
font-size: 13px;
margin: 0 0 5px;
text-indent: -2.3em;
padding-left: 2.3em;
}
.starTbl table td.star {
text-align: left;
letter-spacing: 0.2em;
padding-left: 30px;
}
.starTbl table td.star span {
display: block;
max-width: 6rem;
margin: 0 auto;
}

.starTbl table td.star span.att {
display: inline;
font-size: 14px;
font-weight: 500;
letter-spacing: normal;
margin: 0!important;
width: 3rem;
}

.starTbl table.b td.star span.att {
 color: #EF6C00;
	font-weight: bold;
}


ul.kaishu01 {
  display: flex;
		flex-wrap: wrap;
  justify-content: space-between;
}
ul.kaishu01 li {
  width: 46%;
		margin: 0px 0px 20px 0px;
		padding: 0px;
		background: #FFF;
		box-shadow: 2px 2px 3px rgb(0,0,0,0.5);
}
ul.kaishu01 li img {
  height: auto;
  width: 100%;
		aspect-ratio:2/1;
		object-fit: cover;
}
ul.kaishu01 li span {
  display: inline-block;
  padding-top: 10px;
}
ul.kaishu01 li .title{
  display: block;
  padding: 10px 0px;
		text-align: center;
		margin-bottom: 5px;
		font-weight: bold;
		font-size: 120%;
		color: #FFF;
		background: #000;
}
ul.kaishu01 li .text{
  margin: 0px;
		padding: 10px 20px;
}
ul.kaishu01 li p{
  margin: 0px;
		padding: 10px 20px;
}

.kaishuHead {
  display: flex;
  font-size: 158%;
  font-weight: bold;
  margin: 30px 0;
}
.kaishuHead span.tokucho {
  background-color: #000;
  color: #FFF;
  display: flex;
  align-items: center;
  padding: 15px;
}
.kaishuHead span.triangle {
  content: '';
  display: inline-block;
  margin-right: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 0 0 20px;
  border-color: transparent transparent transparent #000;
}
.kaishuHead span.title {
display: flex;
align-items: center;
}
.centerNav90 {
  margin: 0 auto;
  width: 90%;
}
.centerNav ul.ind_nav_in {
  display: flex;
  justify-content: center;
  margin-bottom: 20px !important;
}
.centerNav ul.ind_nav_in li {
  margin-bottom: 0 !important;
}
.icon_01, .icon_02 {
  padding-left: 55px !important;
}
.icon_01:after, .icon_02:after {
  background: url("image/renovation/icon_mail.png") center center no-repeat;
  content: '';
  display: inline-block;
  height: 17px;
  width: 24px;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -8px;
}
.icon_01:after {
  background: url("image/renovation/icon_mail.png") center center no-repeat;
}
.icon_02:after {
  background: url("image/renovation/icon_online.png") center center no-repeat;
}
.tab#f_tab002.three li, .tab#f_tab003.three li, .tab#f_tab004.three li {
  width: 32%;
}
.yakudachiList {
  display: flex;
  justify-content: space-between;
}
.yakudachiList li {
width: 32%;
  max-width: 384px;
}
.yakudachiList li img {
  height: auto;
  width: 100%;
  max-width: 100%;
  transition: 0.4s;
}
.yakudachiList li a:hover img {
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -o-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}
.yakudachiList li h3 {
  font-size: 116%;
  font-weight: bold;
  padding-top: 30px;
}
.yakudachiList li p {
  display: block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
  letter-spacing: normal;
  margin-top: 25px;
  border: solid 4px #ddd;
  font-size: 100%;
  font-weight: bold;
}
.yakudachiList li p span {
  display: block;
  -moz-transition: ease-in 0.2s;
  -o-transition: ease-in 0.2s;
  -webkit-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
  padding: 15px 36px 15px 20px;
  position: relative;
  background-image: linear-gradient(to right, #ffffff 50%, #eeeeee 50%);
  background-position: 0 0;
  background-size: 200% auto;
  height: 100%;
}
.yakudachiList li a:hover p span {
  background-position: -100% 0;
}
.yakudachiList li a p span::before {
  -moz-transition: ease-out 0.3s 0.3s;
  -o-transition: ease-out 0.3s 0.3s;
  -webkit-transition: ease-out 0.3s;
  -webkit-transition-delay: 0.3s;
  transition: ease-out 0.3s 0.3s;
  content: "";
  display: block;
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -6px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.spDisp {
  display: none;
}
.spHide {
  display: block;
}


ul.kaishu02 {
  display: flex;
  justify-content: space-between;
}
ul.kaishu02 li {
  width: 32%;
}
ul.kaishu02 li img {
  height: auto;
  width: 100%;
}
ul.kaishu02 li span {
  display: inline-block;
  font-weight: bold;
}

.kaishu02_txt {
  margin-top: 12px;
  width: 100%;
}

.kaishu03_txt {
  font-size: 12px;
  margin-bottom: 10px;
  
}

.kaishu04_txt {
  font-size: 12px;
  background-color: #ddd;
  padding: 10px;
  margin-bottom: 40px;
}




@media screen and (max-width: 768px) {
.cmnAnchor {
margin-top: -60px;
padding-top: 60px;
}
  .spDisp {
    display: block;
  }
  .spHide {
    display: none;
  }
  .kaishuSec01 {
    padding-top: 10px;
  }
  body.kaishu h4.head001 {
    font-size: 106% !important;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  body.kaishu h3.head003 {
    font-size: 120% !important;
    line-height: 1.3;
    margin-bottom: 25px;
    padding-bottom: 10px;
  }
  body.kaishu .head007 {
    font-size: 100% !important;
  }
  body.kaishu .btm30 {
    margin-bottom: 15px !important;
  }
  body.kaishu .btm40 {
    margin-bottom: 25px !important;
  }
  body.kaishu .btm90 {
    margin-bottom: 40px !important;
  }
  body.kaishu .spBtm0 {
    margin-bottom: 0 !important;
  }
  body.kaishu .spLeft {
    text-align: left !important;
  }
  body.kaishu .indentList {
    display: inline-block;
    text-decoration: underline;
    line-height: 1.6;
    text-indent: -1.2em;
    padding-left: 1.2em;
  }
  body.kaishu .b_area001.b_a001 {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
  body.kaishu footer {
    margin-top: -80px;
  }
  body.kaishu .b_box001, body.kaishu .content#f_cont002, body.kaishu .content#f_cont003, body.kaishu .content#f_cont004 {
    border: 4px solid #DDD;
  }
  body.kaishu .ind_nav002 .ind_nav_in li.ind_in, body.kaishu .ind_nav001 .ind_nav_in li.ind_in02, body.kaishu .ind_nav001 .ind_nav_in li.ind_in {
    border: solid 4px #333;
  }
  .starTbl {
    margin-bottom: 50px;
  }
  .starTbl table th, .starTbl table td {
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-top: none;
    border-bottom: 1px solid #CCC;
    font-size: 11px;
    line-height: 1.1;
    padding: 5px 5px;
  }
  .starTbl table th {
    border-right: none;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: -0.01em;
    padding: 9px 2px 6px 7px;
    text-align: left;
    width: 40%;
  }

  .starTbl table th span {
    font-size: 9px;
    padding-top: 2px;
  }
  .starTbl table thead th {
    border-left: 1px solid #999;
    padding: 15px 5px;
    text-align: center;
    width: auto;
  }
  .starTbl table td {
    letter-spacing: 0.2em;
    padding: 12px 2px;
    width: 20%;
  }
		.starTbl table.b td,
		.starTbl table.b th {
			border: none;
			background: #FFF;
		}
		
		
.starTbl table td.star {
text-align: left;
letter-spacing: 0.02em;
padding-left: 10px;
}
.starTbl table td.star span {
display: block;
max-width: 6rem;
margin: 0 auto;
}

.starTbl table td.star span.att {
display: inline;
font-size: 9px;
font-weight: 500;
letter-spacing: normal;
margin: 0!important;
width: 3rem;
}


  ul.kaishu01 {
    display: block;
  }
  ul.kaishu01 li {
    font-size: 12px;
    margin: 0 0 20px;
				width: auto;
  }
  ul.kaishu01 li span {
    display: block;
    padding-top: 7px;
  }

  ul.kaishu02 {
    display: block;
  }
  ul.kaishu02 li {
    font-size: 16px;
    margin: 0 5% 20px;
    width: 90%;
  }
  ul.kaishu02 li span {
    display: block;
    display: inline-block;
  }
  .kaishu03_txt {
    margin-bottom: 10px;
  }
  .kaishu04_txt {
    font-size: 12px;
    background-color: #ddd;
    padding: 10px;
    margin-bottom: 40px;
  }



  .kaishuHead {
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-top: none;
    display: block;
    font-size: 158%;
    font-weight: bold;
    margin: 0 -3% 20px;
    padding-top: 0;
    text-align: center;
  }
  .kaishuHead span.tokucho {
    display: inline-block;
    font-size: 12px;
				margin: 20px 0px 0px 0px;
    padding: 7px 15px 6px;
  }
  .kaishuHead span.num {
    margin-left: 5px;
    font-weight: 500;
  }
  .kaishuHead span.triangle {
    display: none;
  }
  .kaishuHead span.title {
    display: block;
    font-size: 18px;
    font-weight: bold !important;
    padding: 12px 10px 0;
  }
  .centerNav90 {
    width: auto;
  }
  .centerNav ul.ind_nav_in {
    display: block;
    margin-bottom: 20px !important;
  }
  .centerNav ul.ind_nav_in li {
    margin-bottom: 7px !important;
    width: 100% !important;
  }
  .tab#f_tab002.three li, .tab#f_tab003.three li, .tab#f_tab004.three li {
    width: 49%;
  }
  .tab#f_tab003.three li.sp100 {
    width: 100%;
  }
  .yakudachiList {
    display: block;
    margin: 15px auto 0;
    width: 90%;
  }
  .yakudachiList li {
    margin-bottom: 30px;
    max-width: none;
    max-width: auto;
    width: auto;
  }
  .yakudachiList li a:hover img {
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.0);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .yakudachiList li h3 {
  font-size: 100%!important;
  padding-top: 20px;
}
  .yakudachiList li p {
    margin-top: 10px;
    border: solid 4px #333;
    font-size: 87% !important;
    font-weight: bold;
  }
  .yakudachiList li p span {
    padding: 10px 14px;
  }
  .yakudachiList li a:hover p span {
    background-position: -100% 0;
  }
  .yakudachiList li a p span::before {
    display: none;
  }
}


#contents_main:after {
background: -moz-linear-gradient(left, rgba(255,255,255,1), rgba(255,255,255,0));
  background: -webkit-linear-gradient(left, rgba(255,255,255,1), rgba(255,255,255,0));
  background: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0));
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.eraImg {
width: 100%;
height: auto;
max-width: 800px;
}

.thumbMoji {
font-size: 12px;
}





#pickup {
	margin-bottom: 80px;
}
#pickup #pickup_in {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
#pickup #pickup_in #slider2 {
  margin-bottom: 80px;
}
#pickup #pickup_in #slider2:after {
	content: "";
	display: block;
	clear: both;
}

#pickup #pickup_in #slider2 li {
    float: left;
    margin-bottom: 20px;
    margin-right: 1%;
    width: 24.2%;
}



@media screen and (max-width: 1000px) {
#pickup #pickup_in #slider2 li {
		float: left;
		margin-right: 0!important;
	    width: 48%;
	}
#pickup #pickup_in #slider2 li:nth-child(2n){
		float: right;
	}
}
@media screen and (max-width: 480px) {
#pickup #pickup_in #slider2 li {
		float: none;
	    width: 100%;
	}
#pickup #pickup_in #slider2 li:nth-child(2n){
		float: none;
	}
}
#pickup #pickup_in #slider2 li:nth-child(4n) {
    margin-right: 0;
}
#pickup #pickup_in #slider2 li a {
  display: block;
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
  -moz-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  -webkit-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}
#pickup #pickup_in #slider2 li a .s_list {
  width: 100%;
}
#pickup #pickup_in #slider2 li a .s_list li {
  display: table;
  width: 100%;
  margin-bottom: 6px;
}
#pickup #pickup_in #slider2 li a .s_list li span,
#pickup #pickup_in #slider2 li a .s_list li em {
  display: table-cell;
  font-size: 76%;
  padding: 4px;
}
#pickup #pickup_in #slider2 li a .s_list li em {
  width: 70%;
  padding: 4px 8px;
}
#pickup #pickup_in #slider2 li a .s_list li span {
  width: 30%;
  background: #000;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
#pickup #pickup_in #slider2 li a:hover .s_box h3::before {
  background-position: -100% 0;
}
#pickup #pickup_in #slider2 li .s_box {
  background: #fff;
  /* padding: 14px;*/
  -moz-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  -webkit-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}
#pickup #pickup_in #slider2 li .s_box h3 {
  margin-bottom: 20px;
  padding-bottom: 7px;
  -moz-transition: ease-in 0.5s;
  -o-transition: ease-in 0.5s;
  -webkit-transition: ease-in 0.5s;
  transition: ease-in 0.5s;
  font-weight: bold;
  font-size: 116%;
  position: relative;
  z-index: 2;
}
 #pickup #pickup_in #slider2 li .s_box h3::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  height: 6px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  background-image: linear-gradient(to right, #d2d2d2 50%, #000000 50%);
  background-position: 0 0;
  background-size: 200% auto;
  transition: .3s;
}
#pickup #pickup_in figure {
  margin: 0 0 14px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
#pickup #pickup_in a figure img {
  -moz-transition: ease 1.6s;
  -o-transition: ease 1.6s;
  -webkit-transition: ease 1.6s;
  transition: ease 1.6s;
}
#pickup #pickup_in a:hover > figure img {
  transform: scale(1.15, 1.15);
  -webkit-transform: scale(1.15, 1.15);
  -moz-transform: scale(1.15, 1.15);
  -ms-transform: scale(1.15, 1.15);
  -o-transform: scale(1.15, 1.15);
}
#pickup #pickup_in a:hover > figure figcaption {
  opacity: 1;
}
#pickup .btn{
 clear: both;
	text-align: center;
	max-width: 400px;
	margin: 0 auto;
}


#pickup .btn p {
  display: block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
  letter-spacing: normal;
  margin-top: 25px;
  border: solid 4px #ddd;
  font-size: 100%;
  font-weight: bold;
}
#pickup .btn p span {
  display: block;
  -moz-transition: ease-in 0.2s;
  -o-transition: ease-in 0.2s;
  -webkit-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
  padding: 15px 36px 15px 20px;
  position: relative;
  background-image: linear-gradient(to right, #ffffff 50%, #eeeeee 50%);
  background-position: 0 0;
  background-size: 200% auto;
  height: 100%;
}
#pickup .btn a:hover p span {
  background-position: -100% 0;
}
#pickup .btn a p span::before {
  -moz-transition: ease-out 0.3s 0.3s;
  -o-transition: ease-out 0.3s 0.3s;
  -webkit-transition: ease-out 0.3s;
  -webkit-transition-delay: 0.3s;
  transition: ease-out 0.3s 0.3s;
  content: "";
  display: block;
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -6px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.inner_area06 #flow .btn{
 clear: both;
	text-align: center;
	max-width: 400px;
	margin: 0 auto;
}


.inner_area06 #flow .btn p {
  display: block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
  letter-spacing: normal;
  margin-top: 25px;
  border: solid 4px #ddd;
  font-size: 100%;
  font-weight: bold;
}
.inner_area06 #flow .btn p span {
  display: block;
  -moz-transition: ease-in 0.2s;
  -o-transition: ease-in 0.2s;
  -webkit-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
  padding: 15px 36px 15px 20px;
  position: relative;
  background-image: linear-gradient(to right, #ffffff 50%, #eeeeee 50%);
  background-position: 0 0;
  background-size: 200% auto;
  height: 100%;
}
.inner_area06 #flow .btn a:hover p span {
  background-position: -100% 0;
}
.inner_area06 #flow .btn a p span::before {
  -moz-transition: ease-out 0.3s 0.3s;
  -o-transition: ease-out 0.3s 0.3s;
  -webkit-transition: ease-out 0.3s;
  -webkit-transition-delay: 0.3s;
  transition: ease-out 0.3s 0.3s;
  content: "";
  display: block;
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -6px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}





.box.me001 .kaishu01 li .btn{
 clear: both;
	text-align: center;
	max-width: 400px;
	margin: 0 auto;
}
.box.me001 .li .btn{
	clear: both;
	text-align: center;
	margin: 0 auto;
	max-width: 400px;
}

.box.me001 .kaishu01 li .btn p,
.box.me001 .li .btn p {
  display: block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
  letter-spacing: normal;
  margin-top: 25px;
  border: solid 4px #ddd;
  font-size: 100%;
  font-weight: bold;
}
.box.me001 .kaishu01 li .btn p span,
.box.me001 .li .btn p span{
  display: block;
  -moz-transition: ease-in 0.2s;
  -o-transition: ease-in 0.2s;
  -webkit-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
  padding: 15px 36px 15px 20px;
  position: relative;
  background-image: linear-gradient(to right, #ffffff 50%, #eeeeee 50%);
  background-position: 0 0;
  background-size: 200% auto;
  height: 100%;
}
.box.me001 .kaishu01 li .btn a:hover p span,
.box.me001 .li .btn a:hover p span{
  background-position: -100% 0;
}
.box.me001 .kaishu01 li .btn a p span::before,
.box.me001 .li .btn a p span::before{
  -moz-transition: ease-out 0.3s 0.3s;
  -o-transition: ease-out 0.3s 0.3s;
  -webkit-transition: ease-out 0.3s;
  -webkit-transition-delay: 0.3s;
  transition: ease-out 0.3s 0.3s;
  content: "";
  display: block;
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -6px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}



.inner_area .inner_area_in.bb01_b .box.me001 .btn{
 clear: both;
 text-align: center;
 max-width: 700px;
 margin: 0 auto;
}


.inner_area .inner_area_in.bb01_b .box.me001 .btn p {
  display: block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
  letter-spacing: normal;
  margin-top: 25px;
  border: solid 4px #ddd;
  font-size: 100%;
  font-weight: bold;
}
.inner_area .inner_area_in.bb01_b .box.me001 .btn p span {
  display: block;
  -moz-transition: ease-in 0.2s;
  -o-transition: ease-in 0.2s;
  -webkit-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
  padding: 15px 36px 15px 20px;
  position: relative;
  background-image: linear-gradient(to right, #ffffff 50%, #eeeeee 50%);
  background-position: 0 0;
  background-size: 200% auto;
  height: 100%;
}
.inner_area .inner_area_in.bb01_b .box.me001 .btn a:hover p span {
  background-position: -100% 0;
}
.inner_area .inner_area_in.bb01_b .box.me001 .btn a p span::before {
  -moz-transition: ease-out 0.3s 0.3s;
  -o-transition: ease-out 0.3s 0.3s;
  -webkit-transition: ease-out 0.3s;
  -webkit-transition-delay: 0.3s;
  transition: ease-out 0.3s 0.3s;
  content: "";
  display: block;
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -6px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


.acBox{
	background: #fff;
 padding: 0px 20px;
 border: solid 1px #000;
}
.acBox .acViewArea{
 display: none;
}
.acBox .ocBtn{
 height: 60px;
	cursor: pointer;
	background: url(/renovation/img/ac_btn_d_n.png) right center no-repeat;
	background-position: center bottom 20px;
	background-size: auto 40px;
}
.acBox.open .ocBtn{
	background: url(/renovation/img/ac_btn_u_n.png) right center no-repeat;
	background-position: center top 10px;
	background-size: auto 40px;
}

.ctitle{
 margin: 0px 0px 20px 0px;
	padding: 0px;
	text-align: center;
	    font-size: 140% !important;
    font-weight: bold;
}
.ltitle{
 margin: 40px 0px 20px;
	padding: 0px;
	text-align: left;
	    font-size: 140% !important;
    font-weight: bold;
}
.btitle{	
 margin: 0px;
	padding: 20px 10px;
	
	text-align: center;
	    font-size: 162% !important;
    font-weight: bold;
				color: #FFF;
				background: #000;
}
@media screen and (max-width: 768px) {
	.ctitle,
	.ltitle,
	.btitle{
		font-size: 110% !important;
	}
}
.ctaArea{
	padding: 100px 0px;
	margin: 0px;
	background: #ffb171;
}
.ctaArea .ctaList{
	width: 70%;
	max-width: 1200px;
 margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ctaArea .ctaList .btn{
 width : -webkit-calc(50% - 50px) ;
 width : calc(50% - 50px) ;
}
.ctaArea .ctaList a {
    transition: all 300ms 0s ease;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
				padding: 30px 0px;
				border-radius: 15px;
				box-shadow: 2px 0px 3px rgb(0,0,0,0.5);
				font-size: 20px;
				font-weight: bold;
}
.ctaArea .ctaList a img{
     height: 25px;
    margin: 0px 10px 0px 0px;
}
.ctaArea .ctaList .btn-contact a {
    background: #ed6d00;
    color: #FFF;
}

.ctaArea .ctaList .btn-request a {
    background: #FFF;
    color: #ed6d00;
}
@media screen and (max-width: 768px) {
.ctaArea{
	padding: 60px 0px;
	margin: 0px;
}
			.ctaArea .ctaList{
			width: 90%;
			display: block;
		}
		.ctaArea .ctaList .btn{
			width :auto;
		}
		.ctaArea .ctaList .btn-contact{
			margin: 0px 0px 20px 0px;
		}
}


#a2 .btn{
 clear: both;
	text-align: center;
	max-width: 600px;
	margin: 0 auto;
	padding: 0px 0px 60px 0px;
}


#a2 .btn p {
  display: block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
  letter-spacing: normal;
  margin-top: 25px;
  border: solid 4px #ddd;
  font-size: 100%;
  font-weight: bold;
}
#a2 .btn p span {
  display: block;
  -moz-transition: ease-in 0.2s;
  -o-transition: ease-in 0.2s;
  -webkit-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
  padding: 15px 36px 15px 20px;
  position: relative;
  background-image: linear-gradient(to right, #ffffff 50%, #eeeeee 50%);
  background-position: 0 0;
  background-size: 200% auto;
  height: 100%;
}
#a2 .btn a:hover p span {
  background-position: -100% 0;
}
#a2 .btn a p span::before {
  -moz-transition: ease-out 0.3s 0.3s;
  -o-transition: ease-out 0.3s 0.3s;
  -webkit-transition: ease-out 0.3s;
  -webkit-transition-delay: 0.3s;
  transition: ease-out 0.3s 0.3s;
  content: "";
  display: block;
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -6px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.statusTable{
	margin: 0px 0px 30px 0px;
	border: 1px solid #000;
	border-collapse: collapse;
}
.statusTable th,
.statusTable td{
 margin: 0px;
	padding: 5px 10px;
	border: 1px solid #000;
}
.statusTable th{
	background: #000;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
.statusTable td.g{
	width: 150px;
	background: #eee;
 color: #000;
	font-weight: bold;
}

.inner_area_o {
	padding: 50px 0px;
	margin: 0px;
	background: #e6e6e6;
		z-index: 5;
		position: relative;
}
.inner_area_o .head_title{
 margin: 0px 0px 40px 0px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 2;
}
.inner_area_o .head_title b{
    font-size: 168%
}
.inner_area_o .onayamiList{
	margin: 0px;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.inner_area_o .onayamiList .onayamiBox{
 margin: 0px;
	padding: 0px;
	width : -webkit-calc(25% - 30px) ;
 width : calc(25% - 30px) ;
}
.inner_area_o .onayamiList .onayamiBox .img{
 margin: 0px 0px 10px 0px;
	padding: 0px;
	text-align: center;
}
.inner_area_o .onayamiList .onayamiBox .img img{
 margin: 0px;
	padding: 0px;
	width: 100%;
	max-width: 200px;
	object-fit: cover;
	border-radius: 50%;
	aspect-ratio:1/1;
}
.inner_area_o .onayamiList .onayamiBox .text{
 margin: 0px;
	padding: 0px;
	text-align: center;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
body .head003{
	font-size: 140% !important;
}


.inner_area_o {
	padding: 50px 0px 0px 0px;

}
.inner_area_o .head_title{
	font-size: 16px;
}
.inner_area_o .head_title b{
    font-size: 140%;
}
.inner_area_o .onayamiList .onayamiBox{
 margin: 0px 0px 50px 0px;
	padding: 0px;
	width : -webkit-calc(50% - 20px) ;
 width : calc(50% - 20px) ;
}
}
.inner_area_w {
	padding: 50px 0px;
	margin: 0px;
	background: #FFF;
	z-index: 5;
	position: relative;
}

.b_box001 {
  background: #fff;
  padding: 20px;
  border: solid 1px #000;
}

.b_area001 {
  width: 100%;
  display: table;
}

.b_area001.b_a001 {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: dotted 1px #ccc;
}

.b_area001 .b_area001_l,
.b_area001 .b_area001_r {
  display: table-cell;
  vertical-align: middle;
}

.b_area001 .b_area001_l {
  width: 298px;
}

.b_area001 .b_area001_l p {
  border: solid 2px #fff;
}

.b_area001 .b_area001_r {
  padding-left: 30px;
}

.b_area002 {
  width: 100%;
  display: table;
}

.b_area002.b_a001 {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: dotted 1px #ccc;
}

.b_area002 .b_area001_l,
.b_area002 .b_area001_r {
  display: table-cell;
  vertical-align: middle;
}

.b_area002 .b_area001_r {
  width: 298px;
  vertical-align: top;
  /*p {
    border: solid 2px $wc;
  }*/
}

.b_area002 .b_area001_l {
  padding-right: 30px;
}

/*****************b_area001-yet*/
.k_box001 {
  clear: both;
  padding-top: 40px;
}

.k_box001 .k_box001_in {
  padding-top: 40px;
  border-top: dotted 1px #ccc;
}

.ph_list003 {
  letter-spacing: -0.4em;
}

.ph_list003.four li {
  width: 23.5%;
  margin-right: 2%;
}

.ph_list003.four li:nth-child(3n) {
  margin-right: 2%;
}

.ph_list003.four li:nth-child(4n) {
  margin-right: 0;
}

.ph_list003 li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 32%;
  margin-right: 2%;
  text-align: center;
}

.ph_list003 li:nth-child(3n) {
  margin-right: 0;
}


.red {
  color: #f11f7d !important;
  font-size: 12px;
}

.red02 {
  color: #990000 !important;
}

.org {
  color: #EB5F00;
}

.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

.inner_area02 .inner_area_in.bb02 {
  background: #eee;
  color: #000;
  padding-top: 100px;
}
.inner_area02 {
  width: 100%;
  position: relative;
  z-index: 3;
}
.inner_area06 .inner_area_in.upper{
	    padding-top: 300px;
}

@media screen and (max-width: 640px) {
    .b_area001 .b_area001_l, .b_area001 .b_area001_r {
        display: block;
        width: 100%;
								margin-bottom: 10px;
    }
				.b_area001 .b_area001_l, .b_area001 .b_area001_r {
        display: block;
        width: 100%;
								padding-left: 0;
    }
				.inner_area06 .inner_area_in.upper{
	    padding-top: 0px;
				}
}



