@charset "utf-8";

#content{}

.container{
	width: 1280px;
	margin: 80px auto 160px;
}

@media only screen and (max-width: 1280px){
  .container{
	margin: 40px auto 60px auto;
    width:100%;
    padding: 0 15px ;
  }
}

.container_full{
  	margin: 80px auto 160px;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.telLink{
  color: inherit;
  text-decoration: none;
}

@media (min-width: 750px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

/*-------------------------------
　　　COMMON
-------------------------------*/
#h_Area{
	height: 120px;
	position: relative;
	background: url(../img/page/h1-back.png) no-repeat center ;
	background-size: cover;
	}

@media screen and (max-width: 768px) {
#h_Area{
    height: 120px;
  }
}

.h_inner{
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
	min-height: 120px;
}

@media screen and (max-width: 768px) {
  .h_inner{
		min-height: 120px;
		display: flex;
		align-items: center;
  }
}

#breadcrumb {
	position: relative;
	height: 40px;
}

#breadcrumb ul {
	height:  24px;
	padding:  24px 0 0;
}

#breadcrumb li {
	float: left;
	padding: 0 5px 0;
  font-size: 16px;
}

#breadcrumb li img{margin-right: 16px;}

#breadcrumb li a{text-decoration: none; color: inherit;}

@media only screen and (max-width: 1360px){
  #breadcrumb{
	display: none;
  }
}

/*------ h1,h2,h3 ------*/
h1{
	position:absolute;
	z-index:1;
	color: #103495;
	font-size: 40px;
	font-weight: bold;
  top: calc(50% - 20px);
	right: 0;
	left: 0;
	text-align: center;
  line-height: 1;
}

h1::first-letter{color: #FF9900;}

@media screen and (max-width: 768px) {
  h1 {
    top: calc(50% - 10px);
		font-size: 21px;
    text-align: center;
  }
}

h2{
  font-size: 4.0rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-bottom: 64px;
}

h2 span{
  background: #fff;
  padding: 0 150px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 950px) {
  h2{
    font-size: 21px;
  }
  h2 span{
    padding: 0 10px;
  }
}

h2::before{
  content: '';
  width: 100%;
  height: 19px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  background: url("../img/h2_dot.png") no-repeat center;
}

.h3border{
	width:100%;
	margin-bottom: 42px;
	font-size: 3.2rem;
	font-weight: bold;
  line-height: 48px;
  height: 48px;
  background: url("../img/page/h3.png") no-repeat left;
  padding-left: 32px;
}

.h3blue,
.h3org{
	width:100%;
	margin-bottom: 24px;
	font-size: 2.4rem;
	font-weight: bold;
  line-height: 48px;
  height: 48px;
}

.h3blue{color: #103495;}
.h3org{color: #FF9900;}

.h3org::before{
  content: url("../img/page/h3org.png");
  display: inline-block;
  margin-right: 16px;
  vertical-align: middle;
  line-height: 0;
}

.ex_h3{
  width: 100%;
  background: #103495;
  line-height: 56px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  margin-bottom: 40px;
  border-radius: 26px;
}

h4.h4radius{
  width: 1116px;
  margin: 0 auto 64px;
  line-height: 72px;
  background: #103495;
  border-radius: 36px;
  text-align: center;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
}

@media screen and (max-width:1280px) {
  h4.h4radius{width: 100%;}
}

@media screen and (max-width: 768px) {
  h4.h4radius{
    width: 100%;
    font-size: 18px;
    line-height: 2;
  }
}

.ttl_circle{
  width: 100%;
  line-height: 64px;
  border-top: 4px solid #FF9900;
  color: #fff;
  background: #103495;
  margin-bottom: 32px;
  font-weight: bold;
}

.ttl_circle::before{
  content: url(../img/page/ttl_circle.png);
  display: inline-block;
  margin-left: 24px;
  margin-right: 16px;
  line-height: 24px;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .h3border,.h3blue,.h3org{font-size: 21px;}
}

/*------ SIDE ------*/
.leadArea{
	margin-bottom: 88px;
}

.lead-contents{
	width: 902px;
	float: right;
}

.side-contents{
	width: 266px;
	float: left;
}

@media screen and (max-width: 1280px) {
	.lead-contents, 
	.contents-area{
		width: 100%;
		margin: 0;
	}
	
	.side-contents{
		display: none;
	}
}

.side-linkbox{
	margin-bottom: 40px;
}

.side-linkbox p{
  line-height: 80px;
  background: #F9F9F9;
	font-size: 21px;	
	font-weight: bold;
  position: relative;
  text-align: center;
}

.side-linkbox p::before{
  content: url("../img/page/side_linkbox.png");
  display: block;
  position: absolute;
  top: 0;
  line-height: 10px;
}

.side-linkbox ul,li{
	list-style: none;
}

.side-linkbox ul{
	padding: 24px 0 24px 50px;
  background: #FDFDFD;
}

.side-linkbox li{
	margin-bottom: 16px;
  font-size: 16px
}

.side-linkbox li a{text-decoration: none;color: inherit;}
.side-linkbox li a:hover{text-decoration: underline;}

.side-linkbox li:before{
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 16px;
  border: transparent solid 10px;
  border-left-color: #103495;
  vertical-align: middle;
}

/*-------------------------------
　　　BLOG archive,shingle
-------------------------------*/
.archivewapper{
	display: inline-block;
  margin-bottom: 64px;
}

.archivewapper:last-child{margin-bottom: 0;}

.archivewapper dt{
	width: 300px;
	float: left;
}

.archivewapper dd{
	width: 570px;
  height: 300px;
	margin:0 0 0 30px;
	float: left;
  position: relative;
}

@media screen and (max-width: 950px) {
  .archivewapper dd{width: 400px;}
}

@media screen and (max-width: 768px) {
	.archivewapper dt{
		width: 100%;
	}
	.archivewapper dd{
		width: 100%;
    height: auto;
		margin-left: 0;
	}
}

.archivewapper_ttl{
  line-height: 80px;
  background: #FFFBF6;
	font-size: 16px;	
	font-weight: bold;
  position: relative;
  text-align: left;
  padding: 0 48px;
  margin-bottom: 32px;
}

.archivewapper_ttl::before{
  content: '';
  width: 100%;
  height: 12px;
  background: url("../img/page/side_linkbox.png");
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 10px;
}

.archivewapper_ttl span{
  background: #103495;
  color: #fff;
  padding: 8px 32px;
  display: inline-block;
  margin-left: 32px;
  line-height: 1;
}

.thumbnail{
  width: 300px;
	height: 300px;
	display: block;
  object-fit: cover;
  overflow: hidden;
  border:1px solid #eee;
}

.thumbnail img {
    transition: .3s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumbnail img:hover{
  transform: scale(1.1);
  transform-origin: center;
}

@media screen and (max-width: 768px) {
  .thumbnail{width: 100%; height: 250px;}
  .thumbnail img{width: 100%;height: 250px;object-fit: cover;}
}

.title-bol{
	overflow: hidden;
	white-space: nowrap;
	font-weight: bold;
	text-overflow: ellipsis; 
  margin: 64px 0 24px;
}

@media screen and (max-width: 950px) {
  .title-bol{margin: 24px 0;}
}

/*Pagenation*/
.pageNation {
	text-align: center;
	margin: 0 auto;
}
.pageNation ul {
    margin: 0;
}
.pageNation li {
  width: 50px;
	font-size: 16px;
	margin-right: 6px;
	display: inline-block;
	color: #103495;
	text-align: center;
  overflow: hidden;
  line-height: 50px;
  border:1px solid #103495;
  border-radius: 2px;
}
.pageNation li.prev,
.pageNation li.next {
  width: 50px;
}
.pageNation li.active {
	color: #fff;
	background-color: #103495;
}
.pageNation li a {
	display: block;
	line-height: 50px;
  width: 100%;
  text-decoration: none;
  color: inherit;
}
.pageNation li a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #103495;
}


/*---- single-backNext ----*/
.backNext{
  width: 600px;
  margin: 160px auto 0;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .backNext{
    margin-top: 100px;
  }
}

.backNext li a,
.see_next{
  display: block;
  width: 273px;
  height: 52px;
  line-height: 52px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  color: #103495;
  text-decoration:none!important;
  border:1px solid #103495;
  position: relative;
}

.backNext li a:hover,
.see_next:hover{
  background:#103495;
  color: #fff;
}


@media screen and (min-width: 769px) {
  .see_next{
    position: absolute;
    right:0;
    bottom:0;
  }
}
@media screen and (max-width: 768px) {
  .see_next{
    margin: 24px auto 0;
  }
}

.backNext__back a::before{
  content: url("../img/page/back.png");
  position: absolute;
  left: 30px;
  top:0;
  bottom:0;
  margin: auto;
}

.backNext__back a:hover::before{
  content: url("../img/page/back_wht.png")
}

.backNext__next a::after,
.see_next::after{
  content: url("../img/page/next.png");
  position: absolute;
  right: 30px;
  top:0;
  bottom:0;
  margin: auto;
}

.backNext__next a:hover::after,
.see_next:hover::after{
  content: url("../img/page/next_wht.png")
}

@media screen and (max-width: 1200px) {
  .backNext{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
  }
  
  .backNext li{
    width: 100%;
    margin-bottom: 30px;
  }
  .backNext li a{
    width: 80%;
    margin: 0 auto;
    font-size: 2.0rem;
  }
}

.blog_ttl{
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 64px;
}

@media screen and (max-width: 768px) {
  .blog_ttl{
    font-size: 21px;
  }
}


/*-------------------------------
　　　PAGE common
-------------------------------*/
/*------ font,text layout ------*/
.ftB{font-weight: bold;}
.ft_org{color: #FF9900;}
.txt_blue{
  color: #103495;
  font-weight: bold;
}
.txt_org{
  color: #FF9900;
  font-weight: bold;
}
.tCenter{text-align: center;}
.textLink{ 
  text-decoration: none; 
  font-weight: bold; 
  color: #103495; 
  border-bottom: 1px solid #103495;
}

.line_through{
  text-decoration: line-through; 
}

/*------ conatct table ------*/
.tbl_basic{
  width: 100%;
  border-collapse: separate;
  border-spacing: 32px;
}

.tbl_basic th{
  width: 30%;
  background:#FFFBF6;
  color: #103495;
  padding:0 0 0 80px;
  font-weight: bold;
  vertical-align: middle;
  position: relative;
}

@media screen and (max-width: 950px) {
  .tbl_basic{
    border-spacing: 0;
  }
  .tbl_basic th,
  .tbl_basic td{
    width: 100%;
    display: block;
  }
  .tbl_basic th{
    background: #FF9900;
    padding: 5px 0;
    margin-bottom: 16px;
    color: #fff;
    text-align: center;
  }
  .tbl_basic td{
    margin-bottom: 32px;
  }
}

/*------ orange table ------*/
.tbl_org{
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px 16px;
}
.tbl_org th{
  width: 20%;
  background: #FF9900;
  color: #fff;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
}

.tbl_org td{
  padding: 30px;
  border: 1px solid #FF9900;
}

@media screen and (max-width: 768px) {
  .tbl_org th,
  .tbl_org td{
    width: 100%;
    display: block;
  }
}

/*------ arrow table th td幅指定別途必要------*/
.tbl{
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0px 10px;
}

.tbl th,
.tbl td {
  padding: 10px;
}

.tbl th {
  background: #103495;
  vertical-align: middle;
  overflow: visible;
  position: relative;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.tbl th:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #103495;
  border-width: 10px;
  margin-top: -10px;
}

/* firefox */
@-moz-document url-prefix() {
  .tbl th::after {
  float: right;
  padding: 0;
  left: 30px;
  top: 10px;
  content: " ";
  height: 0;
  width: 0;
  position: relative;
  pointer-events: none;
  border: 10px solid transparent;
  border-left: #103495 10px solid;
  margin-top: -10px;
  }
}

.tbl td {
  background: #F9F9F9;
  padding: 16px 0 16px 20px;
}

.office_cost th,
.support_cost th,
.set_cost th,
.reform_cost th{
  width: 30%;
}

.office_cost td,
.support_cost td,
.set_cost td,
.reform_cost td{
  border: 2px solid #103495;
  color: #103495;
  background: #fff;
}

.asterisk::before{
  content: '必須';
  background: #FF9900;
  color: #fff;
  font-size: 12px;
  border-radius: 20px;
  display: inline-block;
  width: 50px;
  padding: 2px;
  text-align: center;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 20px;
}

@media screen and (max-width: 768px) {
  .tbl th,
  .tbl td{
    width: 100%;
    display: block;
  }
  .tbl th::after{
    content: none;
  }
}

@media screen and (max-width: 950px) {
  .asterisk::before{
    background: #fff;
    color: #ff9900;
  }
}

/*------ cost table ------*/
.costTable{
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px 10px;
  margin: 32px 0 24px;
}

@media screen and (max-width: 768px) {
  .costTable{margin: 16px auto 16px;}
}

.costTable th{
  width: 25%;
  background: #F9F9F9;
  border:2px solid #103495;
  border-right: none;
  color: #103495;
  text-align: center;
  padding: 10px 0;
  vertical-align: middle;
}

.costTable td{
  border:2px solid #103495;
  padding: 10px;
  color: #103495;
}

/*------ col2 ------*/
.col2{
  width: 100%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .about_lcol2{margin-bottom: 100px;}
}

.col2 li{
  width: 574px;
}

@media screen and (max-width: 1280px) {
  .col2 li{
    width:48%;
  }
}
@media screen and (max-width: 768px) {
  .col2 li{
    width:100%;
  }
}

/*------ ttl ------*/
.ttl-blue{background: #103495;}
.ttl-org{background: #FF9900;}

.ttl-blue,
.ttl-org{
  width: 100%;
  color: #fff;
  line-height: 64px;
  text-align: center;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .ttl-blue,
  .ttl-org{
    font-size: 18px;
    line-height: 32px;
  }
}

/*------ full size ------*/
.pageFull{
  width: 100%;
  padding: 64px 0 80px;
}

.full_blue,
.full_org{
  position: relative;
}

.full_blue::before,
.full_org::before{
  content: '';
  width: 280px;
  height: 487px;
  display: block;
  bottom: 250px;
  left: 0;
  position: absolute;
}
.full_blue::after,
.full_org::after{
  content: '';
  width: 280px;
  height: 487px;
  display: block;
  bottom: 250px;
  right: 0;
  position: absolute;
  z-index: -1;
}

.full_blue{background: #FAFDFF;}
.full_blue::before{background: url("../img/page/full_left-blue.png") no-repeat center;}
.full_blue::after{background: url("../img/page/full_right-blue.png") no-repeat center;}


.full_org{background: #FFFBF6;}
.full_org::before{background: url("../img/page/full_left-org.png") no-repeat center;}
.full_org::after{background: url("../img/page/full_right-org.png") no-repeat center;}

.full_ttl{
  width: 524px;
  text-align: center;
  color: #103495;
  font-size: 32px;
  font-weight: bold;
  margin:0 auto 64px;
  position: relative;
}

.full_ttl span{
  font-size: 40px;
  display: block;
}

@media screen and (max-width: 768px) {
  .full_ttl{
    width: 80%;
    font-size: 21px;
  }
  .full_ttl span{font-size: 24px;}
}

.full_ttl::after{
  content: '';
  background: url("../img/page/full_ttl.png") no-repeat center;
  width: 100%;
  height: 14px;
  display: block;
  -webkit-background-size: contain;
  background-size: contain;
}

.air_ttl_deco01,
.air_ttl_deco02,
.office_ttl_deco02,
.support_ttl_deco01,
.support_ttl_deco02,
.set_ttl_deco02{
  display: none;
}

@media screen and (min-width: 1280px) {
  .air_ttl_deco01,
  .support_ttl_deco01{
    position: absolute;
    top: -120px;
    left: -160px;
    display: block;
  }

  .air_ttl_deco02,
  .office_ttl_deco02,
  .support_ttl_deco02,
  .set_ttl_deco02{
    position: absolute;
    top: -40px;
    right: -330px;
    display: block;
  }
}

.full_col3{
  width: 100%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.full_col3 li{
  width: 378px;
}

@media screen and (max-width: 1280px) {
  .full_col3{  
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around
  }
  .full_col3 li{
    width: 48%;
    margin-bottom: 40px;
  }
  .full_col3 li:last-child{
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .full_col3 li{
    width: 100%;
    margin-bottom: 40px;
  }
}

.full_col3 img{
  display: block;
  margin: 0 auto 32px;
}

.full_col3_ttl{
  width: 100%;
  margin-bottom: 42px;
  background: #103495;
  color: #fff;
  text-align: center;
  line-height: 56px;
  border-radius: 35px;
  font-weight: bold;
}

.ac_coat{
  margin: 80px auto 160px;
  display: block;
}

@media screen and (max-width: 768px) {
  .ac_coat{margin: 80px auto;}
}

/*------ flow ------*/

.flowList{
  width: 100%;
  margin-bottom: 160px;
}

@media screen and (max-width: 768px) {
  .flowList{margin-bottom: 100px;}
}

.flowList li{
  width: 100%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 200px;
  position: relative;
  align-items: flex-start;
}

.flowList li::after{
  content: '';
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-width: 39px 66px 0 66px;
  border-color: #e2e2e2 transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -120px;
}

@media screen and (max-width: 768px) {
  .flowList li::after{bottom: -80px;}
  .flowList li{border: 1px solid #103495;padding: 10px; }
}

.flowList li:last-child{margin-bottom: 0;}
.flowList li:last-child::after{content: none;}

.flowList_box{
  width: 788px;
}

@media screen and (max-width: 1280px) {
  .flowList_box{width: 70%;}
  .flowList img{width: 25%;}
}

@media screen and (max-width: 768px) {
  .flowList li{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 140px;
  }
  .flowList_box{
    width: 100%;
  }
  
  .flowList img{
    width: 80%;
    display: block;
    margin:  0 auto 24px;
  }
}

.flowList_ttl{
  font-size: 32px;
  font-weight: bold;
  color: #103495;
  margin-bottom: 32px;
}

.flowList_ttl span{
  width: 296px;
  line-height: 59px;
  color: #fff;
  text-align: center;
  display: inline-block;
  margin-right: 32px;
  background: #103495;
  border-radius: 30px;
}

@media screen and (max-width: 768px) {
  .flowList_ttl{font-size: 21px;}
  .flowList_ttl span{width: 25%;line-height: 40px;}
}

.flow_gry_wrap{
  width: 100%;
  background: #F9F9F9;
  padding: 24px 50px;
  margin-top: 40px;
  font-size: 16px;
}


/*------ box,wrap ------*/
.w768{
  width: 768px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .w768{width: 100%;}
}

.w860{
  width: 880px;
  margin: 0 auto;
}
.w1000{
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 1280px) {
  .w860{
    width: 100%;
    margin: 0 auto;
  }
  .w1000{
    width: 100%;
    margin: 0 auto 100px;
  }
}

@media screen and (max-width: 768px) {
  .w1000{margin-bottom: 0;}
}

.gry_wrap{
  width: 100%;
  background: #F9F9F9;
  padding: 24px 10px;
  text-align: center;
}

/*------ cost ------*/
.cost_col2{
  width: 100%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-start;
}

.cost_notice{
  font-size: 16px;
  margin-bottom: 54px;
}

@media screen and (max-width: 768px) {
  .cost_notice{margin-bottom: 24px;}
}

.cost_col2_box{
  width: 624px;
  padding-top: 32px;
}


@media screen and (max-width: 1280px) {
  .cost_col2{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cost_col2 img{
    display: block;
    margin: 0 auto 24px;
  }
  .cost_col2_box{
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .cost_col2_box{
    width: 100%;
  }
  
  .cost_col2 img{
    width: 100%;
    margin: 0 auto 24px;
  }
}

.office_cost{
  margin-bottom: 80px;
}

.line_through{
   text-decoration: line-through;
}


/*------ voice ------*/
.voice{
  width: 100%;
    display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.voice li{
  width: 600px;
  margin-bottom: 80px;
}

.voice li:nth-last-child(1),
.voice li:nth-last-child(2){
  margin-bottom: 0;
}

.voice_ttl{
  color: #103495;
  font-weight: bold;
  margin-bottom: 32px;
}

.voice_ttl::before{
  content: url("../img/page/list_ico-org.png");
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  margin-right: 16px;
}

.voice_text{
  width: 100%;
  background: #F9F9F9;
  padding: 40px;
}

@media screen and (max-width: 1280px) {
  .voice li{
    width: 48%;
  }
}

@media screen and (max-width: 768px) {
  .voice li{
    width: 100%;
  }
  .voice li,
  .voice li:nth-last-child(2){
    margin-bottom: 32px;
  }
}

/*------ credit ------*/
.credit_wrap{}
.credit_ttl{
  line-height: 64px;
  background: #103495;
  color: #fff;
  text-align: center;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .credit_ttl{font-size: 18px;line-height: 1.2;padding: 5px 0;}
}

.credit_txt{
  border: 8px solid #103495;
  border-top: none;
  padding: 20px 50px;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .credit_txt{
    padding: 10px;
  }
}

.credit_txt ul{
  margin-bottom: 24px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gray_wrap_left{
  width: 100%;  
  background: #F9F9F9;
  padding: 16px 200px;
}

@media screen and (max-width: 950px) {
  .gray_wrap_left{
    padding: 10px;
  }
}

/*-------------------------------
　　　PAGE -about-
-------------------------------*/
.about_lcol2_flex{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-start;
}

.about_lcol2_flex p{
  width: 360px;
}

@media screen and (max-width: 768px) {
  .about_lcol2_flex{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about_lcol2_flex img{
    display: block;
    margin: 0 auto;
  }
  .about_lcol2_flex p{
    width: 100%;
  }
}

.summery_wrap{
  margin-bottom: 160px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1280px) {
  .summery_wrap{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  .summery_wrap{
    margin-bottom: 100px;
  }
}

.tbl_summery{
  width: 700px;
}

.tbl_summery th{
  width: 25%;
  border-left: 8px solid #FF9900;
}

#googlemap{
  width: 510px;
  height: 480px;
  margin: 10px 0;
}

@media screen and (max-width: 1280px) {
  .tbl_summery,
  #googlemap{
    width: 48%;
  }
}

@media screen and (max-width: 950px) {
  .tbl_summery,
  #googlemap{
    width: 100%;
  }
  #googlemap{
    height: 250px;
  }
}

@media screen and (max-width: 768px) {
  .tbl_summery th{width: 100%;}
}


.area_notice{
  width: 100%;
  border:5px solid #cce5ff;
  padding: 30px;
  font-size: 24px;
  margin-bottom: 160px;
}

@media screen and (max-width: 768px) {
  .area_notice{
    margin-bottom: 100px;
    font-size: 18px;
    padding: 10px;
  }
}

.area_notice_text{
  color: #103495;
  font-size: 32px;
  font-weight: bold;
  border-bottom: 4px solid #103495;
  padding-bottom: 20px;
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .area_notice_text{
    font-size: 21px;
    border-bottom: 2px solid #103495;
    padding-bottom: 10px;
    margin-bottom: 24px;
  }
}

.gry_box{
  width: 100%;
  background: #F9F9F9;
  padding: 24px 40px;
  font-size: 16px;
}

/*------ faq ------*/
.toggle_contents{margin-bottom: 20px;}

.toggle_btn {
	display: inline-block;
	width: 164px;
	height: 32px;
  margin: auto;
	background: url( "../img/page/about/faq-click.png") no-repeat right top;
	position: absolute;
	top: 0;
  bottom: 0;
	right: 30px;
	cursor: pointer;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.toggle_btn.selected {
	background: url("../img/page/about/faq-click.png") no-repeat right top;
}

.toggle_title{
	font-weight: bold;
	line-height: 64px!important;
	margin: 0;
	padding: 0 0 0 75px;
	position: relative;
  background: #F9F9F9;
}

.toggle_txt{
	display: none;
  font-weight: bold;
  border: 3px solid #F9F9F9;
  padding: 5px 0 5px 75px;
}

@media screen and (max-width: 768px) {
  .toggle_title{
    padding: 50px 30px 10px;
    font-size: 18px;
    line-height: 2!important;
  }
  .toggle_txt{
    padding: 10px 30px;
    font-size: 18px;
    line-height: 2!important;
  }
  .toggle_btn{
    top: 10px;
    right: 10px;
    bottom: unset;
  }
}

.toggle_title::before{
  content:'Q.';
  color: #FF9900;
  display: inline-block;
  margin-right: 20px;
}

.toggle_txt::before{
  content:'A.';
  color: #FF9900;
  display: inline-block;
  margin-right: 20px;
}



/*-------------------------------
　　　PAGE -privacy-
-------------------------------*/
.privacy{}
.privacy_lead{margin-bottom: 80px;}
.privacy_wrap{
  background: #F9F9F9;
  padding: 32px 50px;
}

@media screen and (max-width: 768px) {
  .privacy_wrap{
    padding: 20px;
  }
}

.privacy_wrap ul{
  margin:32px 0 0 32px;
}

/*-------------------------------
　　　PAGE -air-
-------------------------------*/
.air_feature_wrap{
  width: 100%;
  margin-bottom: 80px;
}

.air_feature_text{
  width: 735px;
  float: left;
}

.air_feature_wrap img{
  float: right;
}

@media screen and (max-width: 1280px) {
  .air_feature_text{
    width: 100%;
    float: none;
  }
  .air_feature_wrap img{
    float: none;
    display: block;
    margin: 0 auto 30px;
  }
}

.ac_wrap{
  margin-bottom: 160px;
}

@media screen and (max-width: 768px) {
  .ac_wrap{
    margin-bottom: 100px;
  }  
}

.ac_ttl{
  width: 100%;
  line-height: 72px;
  text-align: center;
  font-sise:24px;
  font-weight: bold;
  border: 1px solid #103495;
  margin-bottom: 40px;
}

.ac_list{
  width: 100%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ac_list li{
  width: 384px;
}

@media screen and (max-width: 1280px) {
  .ac_list{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ac_list li{
    width: 100%;
    margin-bottom: 32px;
  }
}

.ac_list_ttl{
  font-weight: bold;
  color: #103495;
  margin-bottom: 24px;
}

.ac_list_ttl::before{
  content: url("../img/page/list_ico-blue.png");
  display: inline-block;
  margin-right: 16px;
  vertical-align: middle;
  line-height: 0;
}

.reason_wrap{
  width: 100%;
  background: #FFEFDB;
  padding: 80px;
}

@media screen and (max-width: 768px) {
  .reason_wrap{
    padding: 20px;
  }
}

.tbl_reason{
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px 10px;
}

.tbl_reason th{
  width: 20%;
  text-align: center;
  padding: 10px 0;
  background: #FF9900;
  color: #fff;
  font-weight: bold;
  vertical-align: middle;
}

.tbl_reason td{
  background: #fff;
  padding: 10px;
}

/*-------------------------------
　　　PAGE -set-
-------------------------------*/
.off_banner{
  width: 80%;
  display: block;
  margin: 0 auto 80px;
}

@media screen and (max-width: 768px) {
  .off_banner{width: 100%;}
}

.set_menu{
  width: 90%;
  margin: 0 auto 80px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.set_menu li{
  width: 48%;
  margin-bottom: 20px;
}
.set_menu a{
  width: 100%;
  display: block;
  line-height: 64px;
  color: #103495;
  border:3px solid #103495;
  text-align: center;
  text-decoration: none;
  position: relative;
}

.set_menu a::after{
  content:url( "../img/page/set/house_set.png") ;
  position: absolute;
  top:0;
  bottom: 0;
  margin: auto;
  left: 10px;
  height: 54px;
}

.set_menu a:hover{
  background: #103495;
  color: #fff;
}

.set_menu_arw::before{
  position: absolute;
  right: 10px;
  bottom: 0;
  top: 0;
  margin: auto;
  height: 20px;
}

@media screen and (max-width: 1280px) {
  .set_menu li{width: 100%;font-size: 18px;}
}

.set_contents_ttl{
  width: 100%;
  background: #103495;
  line-height: 54px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .set_contents_ttl{
    font-size: 21px;
    line-height: 40px;
  }
}

.setList{
  width: 100%;
}

.setList dt,
.setList dd{
  width: 100%;
  text-align: left;
}

.setList dt{
  font-weight: bold;
}

.setList dt::before,
.setList02 li::before{
  content: url("../img/page/set/setList.png");
  display: inline-block;
  line-height: 0;
  vertical-align: middle;
  margin-right: 10px;
}

.setList02{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.setList dd{
  font-size: 16px;
  margin-bottom: 32px;
}

.setTable{
  width: 100%;
  color: #103495;
  margin-bottom: 40px;
}

.setTable th{
  width: 25%;
  background: #F9F9F9;
  border: 2px solid #103495;
  font-weight: bold;
  text-align: center;
}

.setTable td{
  border: 2px solid #103495;
  border-left: none;
  text-align: center;
  padding: 5px 10px;
}

.th_blue{background: #CCE5FF!important;}

.peroff{
  width: 100%;
  padding:10px 20px;
  margin-bottom: 32px;
  background: #d2d9eb;
  font-size: 16px;
}

/*-------------------------------
　　　PAGE -other-
-------------------------------*/
.other_menu{
  width: 100%;
  margin-bottom: 80px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.other_menu li{
  width: 30%;
  margin-bottom: 20px;
}

@media screen and (max-width: 1280px) {
  .other_menu li{
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .other_menu li{
    width: 100%;
  }
}

.other_menu a{
  width: 100%;
  display: block;
  line-height: 60px;
  text-align: center;
  color: #103495;
  text-decoration: none;
  font-weight: bold;
  border: 3px solid #103495;
  position: relative;
}

.other_menu a:hover{
  background: #103495;
  color: #fff;
}

.other_col2{
  width: 100%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-start;
}

.other_col2_text{
  width: 738px;
}

@media screen and (max-width: 1280px) {
  .other_col2 img{
    width: 40%;
  }
  .other_col2_text{width: 56%;}
}

@media screen and (max-width: 768px) {
  .other_col2{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .other_col2 img{width: 100%;margin-bottom: 24px;}
  .other_col2_text{width: 100%;}
}

.floor_feature{
  width: 560px;
  color: #103495;
  font-size: 24px;
  font-weight: bold;
  padding: 70px 0;
}

@media screen and (min-width: 769px) {
  .floL{float: left;}
  .floR{float: right;}
}

@media screen and (max-width: 1280px) {
  .floR{width: 48%;}
  .floor_feature{
    width: 48%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .floR{width: 100%;}
  .floor_feature{
    width: 100%;
    margin: 0 auto;
    padding: 24px 0 0;
    font-size: 21px;
  }
}


.other_ttl{
  width: 100%;
  background: #FF9900;
  line-height: 56px;
  color: #fff;
  text-align: center;
  margin-bottom: 56px;
  font-size: 24px;
  border-radius: 35px;
}

@media screen and (max-width: 950px) {
  .other_ttl{
    font-size: 21px;
    line-height: 2;
    padding: 10px;
  }
}

.org_wrap{
  width: 100%;
  background: #FFFBF6;
  padding: 50px 80px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .org_wrap{
    padding: 50px 20px;
  }
}

.coating_list{
  width: 100%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.coating_list li{margin-bottom: 80px;}
.coating_list li:last-child{margin-bottom: 0;}

.list_half{width: 45%;}
.list_full{width: 100%;}
@media screen and (max-width: 768px) {
  .list_half{width: 100%;}
}
.blue_ttl{
  width: 700px;
  line-height: 56px;
  background: #103495;
  color: #fff;
  text-align: center;
  font-sise:24px;
  font-weight: bold;
  position: absolute;
  top: -28px;
  left: 0;
  right:0;
  margin: auto;
  border-radius: 35px;
}

.coat_water_list{
  width: 738px;
}

@media screen and (max-width: 1280px) {
  .coat_water_list{width: 48%;}
}
@media screen and (max-width: 768px) {
  .coat_water_list{width: 100%;}
  .blue_ttl{width: 90%;}
}

.coat_water_list dt{
  font-size: 24px;
  color: #103495;
  border-bottom: 2px dotted #103495;
  padding-bottom: 16px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .coat_water_list dt{
    font-size: 21px;
  }
}

.coat_water_list dd{
  margin-bottom: 32px;
}

.coat_water_list dd:last-child{
  margin-bottom: 0;
}

.coatList02 li::before{
  content: url("../img/page/set/setList.png");
  display: inline-block;
  line-height: 0;
  vertical-align: middle;
  margin-right: 10px;
}

.coatList02{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.coat_col2{
  width: 100%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-start;
}

.coat_col2 p{
  width: 570px;
}

@media screen and (max-width: 1280px) {
  .coat_col2{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .coat_col2 p,
  .coat_col2 img{
    width: 48%;
  }
}

@media screen and (max-width: 768px) {
  .coat_col2 p,
  .coat_col2 img{
    width: 100%;
  }
}

.covid_img{
  display: block;
  margin: 0 auto 32px;
}

/*-------------------------------
　　　PAGE -reform-
-------------------------------*/
.reform_ttl{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
}

.reform_org_ttl{
  width: 1116px;
  margin: 0 auto 160px;
  line-height: 80px;
  border: 3px solid #FF9900;
  color: #FF9900;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 1280px) {
  .reform_org_ttl{
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .reform_org_ttl{
    margin-bottom: 100px;
    font-size: 21px;
    line-height: 2;
  }
}

/*-------------------------------
　　　PAGE -support-
-------------------------------*/
.support_col3{
  width: 100%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.support_col3 li{
  width: 378px;
}

@media screen and (max-width: 1280px) {
  .support_col3{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around
  }
  .support_col3 li{
    width: 48%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .support_col3 li{
    width: 100%;
    margin-bottom: 40px;
  }
}

.support_col3 li img{
  display: block;
  margin: 0 auto 40px;
}

.support_col3 p{
  font-weight: bold;
  margin-bottom: 24px;
}

.ex_ttl{
  width: 100%;
  line-height: 56px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  background: #F90;
  position: relative;
}
@media screen and (max-width: 768px) {
  .ex_ttl{font-size: 21px;}
}

.ex_ttl::after{
  content: '';
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  position: absolute;
  border-style: solid;
  border-width: 11px 12px 0 12px;
  border-color: #ff9900 transparent transparent transparent;
}

.ex_text{
  background: #F9F9F9;
  padding: 40px;
  font-weight: bold;
}

.support_org_ttl{
  width: 1116px;
  margin: 0 auto 160px;
  line-height: 80px;
  border: 3px solid #FF9900;
  color: #FF9900;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}

@media screen and (max-width: 1280px) {
  .support_org_ttl{
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .support_org_ttl{
    margin-bottom: 100px;
    font-size: 21px;
    line-height: 2;
  }
}

.cost_gry_notice{
  width: 100%;
  background: #F9F9F9;
  color: #103495;
  padding: 16px 50px;
  font-weight: bold;
  margin-top: 32px;
}

/*-------------------------------
　　　PAGE -contact-
-------------------------------*/
.contact_tel_wrap{
  margin-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .contact_tel_wrap{
    margin-bottom: 100px;
  }
}

.w768 .contact_tel_wrap{
  margin-bottom: 40px;
}

.contact_tel_ttl{
  line-height: 64px;
  background: #103495;
  color: #fff;
  text-align: center;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .contact_tel_ttl{font-size: 18px;line-height: 1.2;padding: 5px 0;}
  .contact_tel_ttl span{display: block;}
}

.contact_tel_txt{
  background: #F9F9F9;
  text-align: center;
  padding: 21px 0;
  font-size: 64px;
  font-weight: bold;
  line-height: 1;
}

.contact_tel_txt::before{
  content: '';
  width: 111px;
  height: 69px;
  background: url(../img/page/contact/free.png) no-repeat center;
  display: inline-block;
  margin-right: 16px;
  line-height: 0;
  vertical-align: middle;
}

.contact_tel_txt span{
  font-size: 21px;
  font-weight: normal;
  display: block;
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  .contact_tel_txt{font-size: 32px;}
  .contact_tel_txt span{font-size: 18px;}
  .contact_tel_txt::before{
    width: 80px;
    background-size: contain;
    margin-right: 0;
  }
}

.contact_flow{
  width: 100%;
  margin-bottom: 48px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact_flow li{
  width: 378px;
  background: #F9F9F9;
  outline: solid 5px #F9F9F9; 
  color: #103495;
  font-size: 24px;
  text-align: center;
  line-height: 54px;
  font-weight: bold;
  position: relative;
}

@media screen and (max-width: 1280px) {
  .contact_flow li{width: calc(100% / 3);}
}

@media screen and (max-width: 1280px) {
  .contact_flow li{
    font-size: 16px;
    line-height:2;
    outline: none;
  }
}

@media screen and (min-width: 1281px) {
  .contact_flow li::after{
    content: '';
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    border-width: 20.5px 0 20.5px 23px;
    border-color: transparent transparent transparent #FF9900;
    position: absolute;
    right: -50px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}

.contact_flow li:last-child::after{
  content: none;
}

.flow_active{
  background: #103495!important;
  color: #fff!important;
  border: solid 1px #fff;
	outline: solid 5px #103495!important;  
  box-sizing: border-box;
}

@media screen and (max-width: 1280px) {
  .flow_active{
    border: none;
    outline: none!important;
  }
}

.stepno{
  position: absolute;
  width: 62px;
  height: 66px;
  display: block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background: url(../img/page/contact/step.png) no-repeat center;
  top: -40px;
  left: 10px;
  line-height: 64px;
}

@media screen and (max-width: 1280px) {
  .stepno{display: none;}
}

.flow_active .stepno{
  background: url("../img/page/contact/step_active.png")no-repeat center;
  color: #103495;
}

.contact_flow_text{
  width: 100%;
  padding: 24px 80px;
  border:3px dotted #CCE5FF;
  margin-bottom: 48px;
}

@media screen and (max-width: 768px) {
  .contact_flow_text{padding: 10px;}
}

.form_wrap{
  padding: 0 50px;
}

@media screen and (max-width: 950px) {
  .form_wrap{
    padding: 0 10px;
  }
}

.service_type{
  font-weight: bold;
  color: #FF9900;
  font-size: 24px;
  border-bottom: 2px dotted #ff9900;
}

@media screen and (min-width: 769px) {
  .ml24{margin-left: 24px;}
}

@media screen and (max-width: 768px) {
  .service_type{
    font-size: 18px;
  }
}


/*------ margin,padding ------*/
.mB16{margin-bottom: 16px;}
.mB24{margin-bottom: 24px;}
.mB32{margin-bottom: 32px;}
.mB40{margin-bottom: 40px;}
.mB48{margin-bottom: 48px;}
.mB64{margin-bottom: 64px;}
.mB80{margin-bottom: 80px!important;}
.mB100{margin-bottom: 100px;}
.mB160{margin-bottom: 160px;}
.mB128{margin-bottom: 128px!important;}
.pT0{padding-top: 0;}
.mT64{margin-top: 64px;}
.mt24{margin-top: 24px;}
.mt40{margin-top: 40px;}

@media screen and (max-width: 768px) {
  .mB160{margin-bottom: 100px;}
  .mB128{margin-bottom: 100px!important;}
  .sp_mB80{margin-bottom: 80px;}
  .w768{width: 100%;}
  .tCenter{text-align: left;}
  .pcView{display: none}
}