@charset "utf-8";
/* CSS Document */

/* 全体----------------------------------　*/
*  { 
    padding : 0px ; margin : 0px ; 
}

/* body----------------------------------　*/
body   {
	color:#493733;
	font-size: 14px;
	line-height: 180%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a img {
    border-style:none;
}
a:hover img{
  opacity:0.6;
  filter: alpha(opacity=60);
}

a {
	text-decoration:none;
	color:#2a9ac1;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
}

.clear { 
    clear:both; 
}
.clear hr { 
    display: none; 
}
img{max-width: 100%;height: auto;}

/* header----------------------------------　*/
#header {
	border-top:5px solid #84d6fa;
}
#headerInner {
	border-bottom:1px solid #ccc;
}
#h_box1 {
	width:1001px;
	margin:0 auto;
	padding-bottom:15px;
}


/* サイト名 */
#logoUnit {
	float:left;
	display:inline;
	width:687px;
	padding-top:16px;
}


h1#logo {
	float:left;
	display:inline;
	width:387px;
}
h1#logo a {
  display:block;
  width:356px;
  height:108px;
  background-image:url("img/logo.png");
  background-repeat:no-repeat;
}
h1#logo span {
  display:none;
}

/* ヘッダー問い合わせ */

#toiawaseUnit {
	float:right;
	display:inline;
	width:290px;
	background:url(img/contact_back.png) no-repeat;
	height:77px;
	padding-top:45px;
	padding-left:8px;
}
.tel span {
    display: none;
}
.tel a {
	display:block;
	width:282px;
    height: 33px;
    background-image: url('img/tel.png');
    background-repeat: no-repeat;
}
#mail span {
    display: none;
}
#mail a {
	display:block;
	width:282px;
    height: 26px;
    background-image: url('img/mail.png');
    background-repeat: no-repeat;
	margin-top:8px;
}



#h_box2 {
	width:1001px;
	margin:0 auto;
	margin-bottom:20px;
}


/* ナビ固定 */
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}



/* グローバルナビ　*/

#globalNavi {
	width: 1001px;
	clear: both;
}   
#globalNavi a {
    width:143px;
    height: 62px;   
    display: block;   
    text-indent: -9999px;   
    overflow: hidden;   
}   
#globalNavi:after   { height:0; visibility: hidden; content: "."; display: block; clear: both; }   
#globalNavi li  {   
	list-style:none;
	float:left;
	display:inline;
}   
#globalNavi .gnavi01 a  {   
    background: url(img/navi01.png) no-repeat;
}   
#globalNavi .gnavi02 a  {   
    background: url(img/navi02.png) no-repeat;
}   
#globalNavi .gnavi03 a  {   
    background: url(img/navi03.png) no-repeat;
}   
#globalNavi .gnavi04 a  {   
    background: url(img/navi04.png) no-repeat;
}   
#globalNavi .gnavi05 a  {   
    background: url(img/navi05.png) no-repeat;   
}
#globalNavi .gnavi06 a  {   
    background: url(img/navi06.png) no-repeat;   
}
#globalNavi .gnavi07 a  {   
    background: url(img/navi07.png) no-repeat;   
}

#globalNavi a:hover {
	background-position: 0 -62px;
}



/* content----------------------------------　*/
#content {
	width:1001px;
	margin:0 auto;
	padding-bottom:20px;
}

#slidewrap {
	margin-bottom:20px;
}


/* バナー　*/

.box {
	float: left;
	margin-right:13px;
}

.boxContainer {
	overflow: hidden;
	margin-bottom:30px;
}

/* clearfix */
.boxContainer:before,
.boxContainer:after {
    content: "";
    display: table;
}
 
.boxContainer:after {
    clear: both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.boxContainer {
    zoom: 1;
}




/* section */

.section {
	margin-bottom:40px;
}
.section p {
	margin-bottom:15px;
}

.block-right {
	float:right;
	display:inline;
}
.block-left {
	float:left;
	display:inline;
	width:700px;
}
.top-title {
	margin-bottom:30px;
}
.red {
	color:#ff2800;
	font-weight:700;
}

.banner {
	margin-bottom:7px;
}



/* 対応エリア */

.area_title {
	background-color:#59b7d5;
	color:#FFF;
	font-size:16px;
	margin-bottom:20px;
	padding:5px 20px;
	font-weight:700;
}


.img_left {
	float:left;
	display:inline;
	width:282px;
}
.table01 {
	float:right;
	display:inline;
}
.table01 td {
	padding:0.5em 1em;
}

.area {
	line-height:150%;
	list-style:none;
}
.green {
	color:#16ac6d;
	font-weight:700;
}
.pink {
	color:#f29dc4;
	font-weight:700;
}
.yellow {
	color:#cab123;
	font-weight:700;
}
.orange {
	color:#f3980b;
	font-weight:700;
}
.blue {
	color:#05b3ef;
	font-weight:700;
}



/* page-top----------------------------------　*/



#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
	background:#84d6fa;
    text-decoration: none;
    color: #232323;
    width: 80px;
    padding: 20px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #fff95f;
}


/* footer----------------------------------　*/

#footer {
	background:url(img/f_back.png) repeat-x;
	padding-bottom:30px;
}
#footerInner {
	width:1001px;
	margin:0 auto;
}
.tel_unit {
	float:left;
	display:inline;
	background:url(img/f_contact01.png) no-repeat;
	padding-left:250px;
	height:57px;
}
.tel_unit .tel {
	padding-top:13px;
}
.c_button {
	float:right;
	display:inline;
}


.under20 {
	margin-bottom:20px;
}

.add_unit {
	float:left;
	display:inline;
	width:700px;
}
.c_name {
	font-size:16px;
	font-weight:700;
	margin-bottom:10px;
}
.add {
	line-height:130%;
}


.iso {
	float:right;
	display:inline;
}



/* 選ばれる理由----------------------------------　*/


#mainWrap {
	margin-bottom:40px;
}
#main {
	margin-bottom:5px;
}

#reason_number {
	width: 1000px;
	clear: both;
}

#reason_number a {
    width:196px;
    height: 46px;   
    display: block;   
    text-indent: -9999px;   
    overflow: hidden;   
}   




#reason_number:after   { height:0; visibility: hidden; content: "."; display: block; clear: both; }   
#reason_number li  {   
	list-style:none;
	float:left;
	display:inline;
}   
#reason_number .num01 a  {   
    background: url(img/reason_b01.png) no-repeat;
	margin-right:5px;
}   
#reason_number .num02 a  {   
    background: url(img/reason_b02.png) no-repeat;
	margin-right:5px;
}   
#reason_number .num03 a  {   
    background: url(img/reason_b03.png) no-repeat;
	margin-right:5px;
}   
#reason_number .num04 a  {   
    background: url(img/reason_b04.png) no-repeat;
	margin-right:5px;
}   
#reason_number .num05 a  {   
    background: url(img/reason_b05.png) no-repeat;   
}   
#reason_number a:hover {
	background-position: 0 -46px;
}


.section h2 {
	border-bottom:1px solid;
	margin-bottom:30px;
	font-size:30px;
	font-weight:normal;
	height:38px;
	padding-top:20px;
}



.reason_title01 {
	background:url(img/reason01.png) no-repeat;
	padding-left:75px;
}

.reason_title02 {
	background:url(img/reason02.png) no-repeat;
	padding-left:75px;
}

.reason_title03 {
	background:url(img/reason03.png) no-repeat;
	padding-left:75px;
}
.reason_title04 {
	background:url(img/reason04.png) no-repeat;
	padding-left:75px;

}
.reason_title05 {
	background:url(img/reason05.png) no-repeat;
	padding-left:75px;
}



.section h3 {
	background-color:#2a9ac1;
	border-left:5px solid #493733;
	color:#FFF;
	font-size:18px;
	padding:10px 20px;
	margin-bottom:15px;
	font-weight:normal;
}

.section p {
	font-size:16px;
}


.table05 {
	margin-bottom: 10px;
	width: 100%;
}
.table05 td {
	padding:0.5em 1em;
	border-bottom:1px solid #2a9ac1;
	border-left:10px solid #2a9ac1;
}



/* サービス案内----------------------------------　*/


#service_number {
	width: 1000px;
	clear: both;
}

#service_number a {
    width:196px;
    height: 46px;   
    display: block;   
    text-indent: -9999px;   
    overflow: hidden;   
}   




#service_number:after   { height:0; visibility: hidden; content: "."; display: block; clear: both; }   
#service_number li  {   
	list-style:none;
	float:left;
	display:inline;
}   
#service_number .num01 a  {   
    background: url(img/service_b01.png) no-repeat;
	margin-right:5px;
}   
#service_number .num02 a  {   
    background: url(img/service_b02.png) no-repeat;
	margin-right:5px;
}   
#service_number .num03 a  {   
    background: url(img/service_b03.png) no-repeat;
	margin-right:5px;
}   
#service_number .num04 a  {   
    background: url(img/service_b04.png) no-repeat;
	margin-right:5px;
}   
#service_number .num05 a  {   
    background: url(img/service_b05.png) no-repeat;   
}   
#service_number a:hover {
	background-position: 0 -46px;
}



.img_right {
	float:right;
	display:inline;
	margin-left:20px;
}


.section h4 {
	background-color:#FCC;
	padding:5px 20px;
	margin-bottom:10px;
}

.s_unit {
	width:650px;
}

.table02 {
	width:800px;
	margin-bottom:20px;
}
.table02 th {
	text-align:left;
	background-color:#2a9ac1;
	padding:0.5em 1em;
	color:#FFF;
}
.table02 td {
	padding:0.5em 1em;
}
.table02 ul {
	list-style:none;
}





/* 工事の流れ----------------------------------　*/

.flow_unit {
	background-color:#ededed;
	padding:30px 20px;
	margin-bottom:20px;
}

.flow_inner {
	width:640px;
}

.flow_unit h4 {
	color:#2a9ac1;
	padding-left:20px;
	margin-bottom:15px;
	font-size:18px;
	background-color:#FFF;
	border:1px solid #2a9ac1;
}
.flow_unit p {
	padding-left:20px;
}

.toiawase {
	font-weight:700;
	color:#F39;
}



/* 会社案内----------------------------------　*/

.table03 {
	width:100%;	
}
.table03 th {
	padding:0.5em 1em;
	background-color:#daf3ff;
}
.table03 td {
	padding:0.5em 1em;
}


.map_wrapper {
	width:800px;
	margin-left:100px;
	text-align:center;
	margin-bottom:30px;
}


.v_unit {
	width:640px;
	float:left;
}



.staff_unit {
	margin-bottom:40px;
}
.staff_innner {
	margin-left:20px;
}
.staff_unit p {
	font-size:14px;
}
.staff_photo {
	text-align:center;
	margin-bottom:20px;
}
.staff_name {
	font-weight:700;
	font-size:20px;
	border-left:10px solid #2a9ac1;
	border-bottom:1px solid #2a9ac1;
	padding-left:20px;
	color:#2a9ac1;
	margin-bottom:10px;
}




/* 保証について----------------------------------　*/

.table04 {
	width:520px;
	border-top:1px solid #000;
	border-left:1px solid #000;
	border-collapse:collapse;
	margin-bottom:15px;
}

.table04 th {
	padding:0.5em 1em;
	background-color:#daf3ff;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
}
.table04 td {
	padding:0.5em 1em;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
}
	



/* お客様の声----------------------------------　*/

.voice_sample {
	float:left;
	width:33%;
	height:400px;
	padding: 20px 10px;
	box-sizing: border-box;
	border:1px solid #ccc;
}




/* 施工事例----------------------------------　*/

.liquid{
  padding: 10px;
  text-align:center;
}
.liquid-col{
  padding: 20px 10px;
  box-sizing: border-box;
  float: left;
  width: 33%;
}
.liquid-col a {
	color:#493733;
	font-weight:normal;
}

.liquid-col-inner{
  background: #ebe7d8;
  width:300px;
}
.liquid ul {
	list-style:none;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
}


.prev {
	float:left;
	display:inline;
}
.next {
	float:right;
	display:inline;
}



@media screen and (max-width: 768px) and (min-width: 481px){
  .liquid-col{
    width: 50%;
  }
}
@media screen and (max-width: 480px){
  .liquid-col{
    width: 100%;
  }
}

.text_center {
	text-align:center;
	padding:20px 0;
}






/* お問い合わせ----------------------------------　*/

.txt_red {
	color:#F03;
}

.hoge {
border:0;
padding:10px;
font-size:1.3em;
font-family:Arial, sans-serif;
color:#666;
border:solid 1px #ccc;
margin:0;
width:300px;
-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
}
	
.hoge2 {
border:0;
padding:10px;
font-size:1.3em;
font-family:Arial, sans-serif;
color:#666;
border:solid 1px #ccc;
margin:0;
width:150px;
margin-bottom:10px;
-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
}	
	
.hoge3 {
border:0;
padding:10px;
font-size:1.3em;
font-family:Arial, sans-serif;
color:#666;
border:solid 1px #ccc;
margin:0;
width:450px;
-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
}
	
input:focus {
    border:solid 1px #F96;
}
	
	
.s_button {
border:solid 1px #ccc;
padding:10px 40px;
margin-right:10px;
font-family:Arial, sans-serif;
text-transform:uppercase;
font-weight:bold;
color:#333;
background-color:#e6f27f;
cursor:pointer;
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
	
	.m-head{
	display: none;
}

.res-a {
	width: 50%;
	float: left;
}
.res-b {
	width: 50%;
	float: right;
}
.foot-banner {
	display: none;
}
.movie {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-bottom: 20px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	border: 1px solid #BDAC74;
	background-image: -webkit-linear-gradient(270deg,rgba(255,248,240,1.00) 0%,rgba(255,224,200,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,248,240,1.00) 0%,rgba(255,224,200,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,248,240,1.00) 0%,rgba(255,224,200,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,248,240,1.00) 0%,rgba(255,224,200,1.00) 100%);
}
.movie .mov-a span {
	font-size: 110%;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	background-color: #977045;
	color: #FFFFFF;
	line-height: 100%;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-radius: 2px;
	text-align: right;
	float: right;
	font-weight: bold;
	background-image: -webkit-linear-gradient(270deg,rgba(98,93,80,1.00) 0%,rgba(69,64,49,1.00) 99.48%);
	background-image: -moz-linear-gradient(270deg,rgba(98,93,80,1.00) 0%,rgba(69,64,49,1.00) 99.48%);
	background-image: -o-linear-gradient(270deg,rgba(98,93,80,1.00) 0%,rgba(69,64,49,1.00) 99.48%);
	background-image: linear-gradient(180deg,rgba(98,93,80,1.00) 0%,rgba(69,64,49,1.00) 99.48%);
}
.movie-box iframe {
	height: 270px;
	width: 480px;
}


.mov-a {
	float: left;
	width: 40%;
}
.mov-b {
	float: right;
	width: 55%;
	text-align: right;
}
.mov-a h3 {
	font-size: 170%;
	color: #5F4E3C;
	border-bottom: 1px dotted #74685E;
	line-height: 160%;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

.p-sec0{display: flex;justify-content: center;}
.philosophy .p-sec0 h2 {
 text-align: center;
 font-size: 160%;
 color: rgba(61,61,61,1.00);
 font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
 display: inline-block;
 margin: 47px 0;
 text-shadow: 0 0 2px white;
 position: relative;
}
.philosophy .p-sec0 h2:before {
 content: "";
 position: absolute;
 background: #ffd69d;
 width: 100px;
 height: 100px;
 border-radius: 50%;
 top: 40%;
 left: 50%;
 -webkit-transform: translate(-50%,-50%);
 transform: translate(-50%,-50%);
 z-index: -1;
}

.philosophy .p-sec0 h2 span {
 display: block;
 font-size: 60%;
 margin-top: 15px;
 margin-bottom: 30px;
}
.philosophy h2 span:before,.philosophy h2 span:after{
content: '―';  
}
.p-sec1 {
 margin-bottom: 30px;
}
.p-sec1 .h3,.p-sec2 .h3 {
 color: rgba(41,41,41,1.00);
 font-size: 120%;
 text-align: center;
 text-shadow: 1px 1px 1px rgba(168,168,168,1.00);
 padding-bottom: 0px;
}
.p-sec1 .h3:after,.p-sec2 .h3:after {
 content: '';
 height: 3px;
 border-radius: 1px;
 background-color: rgba(75,75,75,1.00);
 width: 160px;
 display: block;
 margin-left: auto;
 margin-right: auto;
 margin-top: 15px;
 background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,1.00) 0%,rgba(135,135,135,1.00) 17.62%,rgba(104,104,104,1.00) 74.09%,rgba(255,255,255,1.00) 100%);
 background-image: -moz-linear-gradient(0deg,rgba(255,255,255,1.00) 0%,rgba(135,135,135,1.00) 17.62%,rgba(104,104,104,1.00) 74.09%,rgba(255,255,255,1.00) 100%);
 background-image: -o-linear-gradient(0deg,rgba(255,255,255,1.00) 0%,rgba(135,135,135,1.00) 17.62%,rgba(104,104,104,1.00) 74.09%,rgba(255,255,255,1.00) 100%);
 background-image: linear-gradient(90deg,rgba(255,255,255,1.00) 0%,rgba(135,135,135,1.00) 17.62%,rgba(104,104,104,1.00) 74.09%,rgba(255,255,255,1.00) 100%);
}
.p-sec1 article {
 text-align: center;
 font-size: 90%;
 line-height: 200%;
}
.p-sec2{
 display: flex;
 justify-content: space-between;
}
.p-sec2 div {
 width: 49%;

}
.p-sec2 div ul {
 margin-top: 30px;
 margin-right: 30px;
 margin-bottom: 30px;
 margin-left: 30px;
 display: block;
 padding-top: 0px;
 padding-right: 0px;
 padding-bottom: 0px;
 padding-left: 0px;
}
.p-sec2 div li {
 font-size: 90%;
 color: rgba(61,61,61,1.00);
 margin-bottom: 10px;
 list-style-type: none;
 text-align: center;
 padding-top: 0px;
 padding-right: 0px;
 padding-bottom: 0px;
 padding-left: 0px;
 margin-top: 0px;
 margin-right: 0px;
 margin-left: 0px;
 display: block;
}
.p-sec3 .h2 {
 position: relative;
 display: flex;
 padding: 0 55px;
 font-size: 110%;
 color: rgba(73,73,73,1.00);
 text-align: center;
 justify-content: center;
 margin-bottom: 30px;
}

.p-sec3 .h2:before, .p-sec3 .h2:after {
  content: '';
  position: absolute;
  top: 40%;
  display: inline-block;
  width: 45px;
  height: 2px;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
}
.p-sec3{
 margin-top: 50px;
}
.p-sec3 .h2:before {
 right: 80%;
}
.p-sec3-box {
  display: flex;
 justify-content: space-between;
 flex-direction: row;

 flex-wrap: wrap;
}
.p-sec3 .h2:after {
 left: 80%;
}

.p-sec3 .p-sec3-box dl {
 width: 32%;
 border-radius: 8px;
 -webkit-box-shadow: 1px 1px 2px rgba(151,151,151,1.00);
 box-shadow: 1px 1px 2px rgba(151,151,151,1.00);
 font-size: 80%;
 padding-top: 10px;
 padding-bottom: 10px;
}
.p-sec3-box dt, .p-sec3-box dd {
 margin-top: 0px;
 margin-right: 5px;
 margin-bottom: 0px;
 margin-left: 5px;
 padding-top: 0px;
 padding-right: 5px;
 padding-bottom: 0px;
 padding-left: 5px;
}
.p-sec3-box dt {
 margin-bottom: 10px;
 font-size: 120%;
 border-bottom: 1px dotted rgba(172,172,172,1.00);
 padding-bottom: 8px;
}
h3 span {
 font-size: 80%;
 margin-left: 30px;
}
.voice-list{ display: flex;
 justify-content: space-between;
 flex-direction: row;
 flex-wrap: wrap;}
.voice-list li{text-align: center;
 flex-basis: 33%;
 list-style-type: none;
 margin-bottom: 10px;position: relative;
}
.voice-list li span{position: absolute;bottom: 0;left: 0; width: 100%;color: white;background:rgba(0,0,0,0.60);text-align: center;}


.samo,.samo ul{display: flex;justify-content: space-between;margin-top: 10px;}
.samo div,.samo ul li {
 flex-basis: 49%;
 list-style-type: none;
}

.murata-g{}
.murata-g ul{ display: flex;
 justify-content: space-between;
 flex-direction: row;
 flex-wrap: wrap;
}

.murata-g ul li{flex-basis: 45%;margin: 1px;border: 1px gray solid;padding: 2%;display: flex;
 justify-content: space-between;align-items: center;}
.murata-g ul li span{flex-basis: 30%;}
.murata-g ul li div{flex-basis: 70%;padding: 10px;}
.murata-g ul li h5{font-size: 120%;}













.line {
 position: relative;
}
.line div {
 position: absolute;
 right: 0px;
 top: 5px;
 z-index: 1050;
}
.line div a {
 display: block;
 border-radius: 5px;
 padding-top: 5px;
 padding-right: 5px;
 padding-bottom: 5px;
 padding-left: 5px;
 background-color: rgba(255,255,255,1.00);
 border: 1px solid rgba(116,116,116,1.00);
}
.line-modal {
 max-width: 600px;
 margin-left: auto;
 margin-right: auto;
 text-align: left;padding-right: 15px;
}
.line-modal h2 {margin-bottom: 30px;}
.line-modal h2 span {color: rgba(29,176,0,1.00)}
.line-modal li,.line-modal dt,.line-modal dd,.line-modal ul{list-style: none;padding: 0;margin: 0;}
.line-modal section{min-height: 300px;margin-bottom: 60px;}
.line-modal section h3 {margin-bottom: 30px;}
.line-modal .sec01 article {display: flex;
 justify-content: space-between;justify-content: center;}
 .line-modal .flex{ display: flex;
 justify-content: space-between;}
.line-modal .sec01  article dl{ flex-basis: 30%;padding: 5%;display: flex;margin: 1%; flex-direction: column;border: 2px solid rgba(211,211,211,1.00);border-radius: 10px;}
.line-modal .sec01  article dl dt{flex-basis: 20%;}
.line-modal .sec01  article dl dd{flex-basis: 75%;display: flex;justify-content: center;
align-items: center;}

.line-modal .sec02 .flex-a {flex-basis: 70%;}
.line-modal .sec02 .flex-b {flex-basis: 28%;}
.line-modal .sec02 article ul{ display: flex;
 justify-content: space-between;margin-top: 20px;margin-bottom: 50px;}
.line-modal .sec02 article ul li{flex-basis: 23%;padding: 1%;}
.line-modal .sec02 article ul li:nth-child(1),.line-modal .sec02 article ul li:nth-child(3){transform:translateY(20px) }

.line-modal .sec03 .flex-a {flex-basis: 60%;}
.line-modal .sec03 .flex-b {flex-basis: 38%;}


.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 60px 10px;
  text-align: center
}

.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}

.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 70%;
  max-width: 600px;
  padding: 30px 10px 15px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  vertical-align: middle;
  border-radius: 15px;
  border: 3px solid green;
}

.modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
}

.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8)
}

.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  color: #95979c !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}

.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important
}

.company-photo {
 text-align: center;
 margin-bottom: 30px;
 margin-top: 30px;
}
.company-photo img {
 margin-left: auto;
 margin-right: auto;
 display: block;
 width: 90%;
 text-shadow: 0px 0px;
 border-radius: 5px;
 -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,1.00);
 box-shadow: 0px 0px 5px rgba(0,0,0,1.00);
 border: 5px solid rgba(255,255,255,1.00);
 margin-bottom: 10px;
}

.-line div:after{display: flex;content: "Dr.いえさぽ～と";background: rgba(255,118,0,1.00);border-radius: 5px;border: 1px solid gray;align-items: center;justify-content: center;height: 30px;margin-top: 5px;font-weight: 600;color:white; }

