@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yuji+Syuku&display=swap');
/*--prefix set--------------------------------------------*/
@media screen and (min-width: 1281px) {
  /*PC*/ }

@media screen and (max-width: 980px) {
  /*SP*/ }

@media screen and (max-width: 1280px) and (min-width: 981px) {
  /*TB*/ }

.container {
max-width: 1170px;
width: 98%;
margin: 0 auto;
text-align: center;	
overflow: hidden;
}

/*パンクズ */
.breadcrumb {
position: relative;
bottom: 3%;
left: 0;     
padding-left: 3%;
}

.breadcrumb li {
  display: inline;/*横に並ぶように*/
  list-style: none;
font-size: 0.8em;
color: #fff; 
font-weight: 500;
}

.breadcrumb li:after {/* >を表示*/
  content: '>';
  padding: 0 0.2em;
color: #fff;
}

.breadcrumb li:last-child:after {
  content: '';
}
.breadcrumb .item_text{
color: #fff;    
}
.breadcrumb li a {
  text-decoration: none;
  color: #fff;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}

section {
    padding: 100px 0 50px;
}


/*===動き・アニメーション=====*/
.img_up img {
    transition: 2s;
    transition-delay: 0.7s;
    transform: translateX(-6%) scale(1.2);
}
.img_up.inview img {
    transform: translateX(0) scale(1);
}
.overwrap{
	overflow: hidden;
}

.ani_text{
}
.ani_text{
	display: block;
	opacity: 0;
	transform: translate(10px,10px);
	transition: transform 1s cubic-bezier(.42,0,.58,1), opacity 1s cubic-bezier(.42,0,.58,1);
}
.ani_text.inview{
	opacity: 1;
	transform: translate(0,0);
}
.ani_text:nth-of-type(1){
	transition-delay:.2s;
}
.ani_text:nth-of-type(2){
	transition-delay:.4s;
}
.ani_text:nth-of-type(3){
	transition-delay:.6s;
}
.ani_text:nth-of-type(4){
	transition-delay:.8s;
}
.ani_text:nth-of-type(5){
	transition-delay:1s;
}
.ani_text:nth-of-type(6){
	transition-delay:1.2s;
}
.ani_text:nth-of-type(7){
	transition-delay:1.4s;
}
.ani_text:nth-of-type(8){
	transition-delay:1.6s;
}
.ani_text:nth-of-type(9){
	transition-delay:1.8s;
}
.ani_text:nth-of-type(10){
	transition-delay:2s;
}
.ani_text:nth-of-type(11){
	transition-delay:2.2s;
}
.ani_text:nth-of-type(12){
	transition-delay:2.4s;
}
.ani_text:nth-of-type(13){
	transition-delay:2.6s;
}
.ani_text:nth-of-type(14){
	transition-delay:2.8s;
}
.ani_text:nth-of-type(15){
	transition-delay:3s;
}
@media (max-width: 750px){
	.ani_text{
		transition-delay: 0s !important;
	}
}

/*フェードイン*/
.flowup{
	opacity: 0;
	transform: translateY(5px);
	transition: opacity 1.2s, transform 1.2s;
}
.flowup.inview{
	opacity: 1;
	transform: translateY(0);
}

.flowup2{
	opacity: 0;
	transform: translate(-10%, 10%);
	transition: opacity 1.6s, transform 1.6s;
}
.flowup2.inview{
	opacity: 1;
	transform: translate(0, 0);
}
.flowup3{
	opacity: 0;
	transform: translate(0, 10%);
	transition: opacity 1.6s, transform 1.6s;
	transition-delay: 0.2s;
}
.flowup3.inview{
	opacity: 1;
	transform: translate(0, 0);
}
.flowup4{
	opacity: 0;
	transform: translate(10%, 10%);
	transition: opacity 1.6s, transform 1.6s;
	transition-delay: 0.4s;
}
.flowup4.inview{
	opacity: 1;
	transform: translate(0, 0);
}
@media (max-width: 960px){
	.flowup2{
		transition-delay: 0s !important;
	}
	.flowup3{
		transition-delay: 0s !important;
	}
	.flowup4{
		transition-delay: 0s !important;
	}
}

.grayscale{
	transition: 0.2s;
	transition-delay: 0.6s;
}
.grayscale.inview{
	filter: grayscale(100%);
}


/*====見出し====*/
.midashi_l h2{
width: 100%;     
font-size: 1.5em;		
text-align:left;	    
line-height: 1.5; 
font-weight: 500;  
}



.midashi_l .strong{
font-size: 1.8em;		   
display: block;    
text-align: left;  
z-index: -5;
display: block;  
font-family: 'Dosis', sans-serif; 
color: #40abe1;
filter:drop-shadow(1px 1px 0px #999);
    
}

.midashi_c h2{
width: 100%;     
font-size: 1.5em;	    
text-align:center;	
line-height: 1.5;
font-weight: 500;           
}

.midashi_c .strong{
font-size: 1.8em;		
display: block;    
text-align: center;  
display: block; 
font-family: 'Dosis', sans-serif; 
color: #40abe1;
filter:drop-shadow(1px 1px 0px #999);
}

.midashi_cw h2{
width: 100%;   
font-size: 1.5em;	    
text-align:center;	
line-height: 1.5; 
font-family: 'Zen Old Mincho', serif;
font-weight: 500; 
color: #fff;    
}
.midashi_cw .strong{
font-size: 1.8em;		
display: block;    
text-align: center;  
z-index: -5;
display: block; 
font-family: 'Prosto One', cursive;         
}


/*===共通===*/

.item-box{
width: 100%;
height: auto;
display: block; 
position: relative;
z-index: 1;
}
.item-t1{
width: 50%; 
padding: 0 3%;   
}
.item-p1{
width: 50%;      
}
.item-p1 img{
width: 100%; 
}
.item-t2{
width: 50%;
padding:  3%;   
display: block;    
}
.item-p2{
width: 50%;   
}
.item-t2 p{
text-align: left;
}
.item-p2 img{
width: 100%;   
}
.item-back1{
position: absolute;
  top: 0%;
 right: 0%;
width: 70%;
height:80%;       
background-color: rgba(0,0,0,0.1);
z-index: -1;      
}
.item-back2{
position: absolute;
  top: 0%;
 left: 0%;
width: 75%;
height: 85%;       
background-color: rgba(0,0,0,0.1);
z-index: -1;      
}
.item-back3{
position: absolute;
  top: 0%;
 left: 0%;
width: 75%;
height: 90%;       
background-color: rgba(0,0,0,0.1);
z-index: -1;      
}
.recruit-box{
width: 100%;
display: block;
background: url("../img/background1.jpg");
background-size: cover;
background-position: left;
background-attachment: fixed;    
}
.item-t3{
width:45%;
position: absolute;
right: 50px;
  top: 50%;
  right: 10%;
  -webkit-transform : translateY(-50%);
  transform : translateY(-50%);    
background: rgba(255,255,255,0.8 );   
padding: 3%;    
}

/*===flex-Box=====*/
.flex-box1{
width: 100%;
height: auto;
display: flex;    
flex-wrap:wrap;
justify-content:space-between;
align-items:center;    
}
.flex-box2{
width: 100%;
height: auto;
display: flex;    
flex-wrap:wrap;
justify-content:center;
align-items: center;
}
.flex-box3{
width: 100%;
height: auto;
display: flex;    
flex-wrap:wrap;
justify-content:flex-start;
}
/*====コンテンツ===*/

.contents-box{
width: 98%;
height: auto;
display: flex;    
flex-wrap:wrap;
justify-content:center;
align-items:center;  
margin: 0 auto;
}
.contents{
width: 380px;  
height: 700px;       
height: auto;    
position: relative; 
margin: 1em;    
}
.contents-back{
width:92%;
height: 95%;   
background-color: rgba(255,255,255,0.1);
display: block;
position: absolute;
left: 5%;
top: 5%;  
z-index: -1;    
}
.cont-box{
width: 350px;   
height: 600px;   
display: block;        
    position: relative;
overflow: hidden;
margin-bottom: 5%;
background: #000; 
}

.cont-box img{
width: 100%;
height:100%;    
object-fit: cover;    
  transform: scale(1);
    transition: all 0.7s;	
    opacity: 0.4;
display: block;     
   
}
.cont-box:hover img {
  transform: scale(1.05);
    text-decoration: transparent;
    opacity: 0.9;
}

.contents_text1{
font-size: 1.5em; 
position: absolute;
top:10px;
right: 10px;  
line-height: 1.3;
color:#fff;
font-family: 'Zen Old Mincho', serif;
font-weight: 500;    
z-index: 10; 
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl; 
letter-spacing: 5px;       
}
.contents_text1 .small{
font-size: 0.5em;    
display: block;
}
.contents_text2{
font-size:0.8em; 
position: absolute;
top:85%;
left: 2%;  
line-height:200%;
color:#fff;   
z-index: 10;   
 width: 96%;  
letter-spacing: 2px;    
}

.center_box {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    display: block;
}

.bg_01{
	background: url("../img/c-foot.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	 position: relative;
}
.bg_01::after {
	content: "";
	background-color:rgba(35,69,204,0.5);
	display: block;
	position: absolute;
  	top: 0;
  	right: 0;
  	bottom: 0;
  	left: 0;
}

.bg_w{	
	 background: linear-gradient(23deg, rgba(227, 246, 255, 1) 0%, rgba(227, 246, 255, 1) 13%, transparent 13%, transparent 80%, rgba(227, 246, 255, 1) 80%, rgba(227, 246, 255, 1) 100%), linear-gradient(42deg, rgba(239, 250, 255, 0.5) 0%, rgba(239, 250, 255, 0.5) 36%, transparent 36%, transparent 77%, rgba(239, 250, 255, 0.5) 77%, rgba(239, 250, 255, 0.8) 100%), linear-gradient(77deg, rgba(239, 250, 255, 0.8) 0%, rgba(239, 250, 255, 0.8) 18%, transparent 18%, transparent 55%);
	background-color: #fff;
}

/*=======業務内容ページ============*/
.heading1 {
    position: relative;
    padding-left: 80px;
    font-size: 1.5rem;
    text-align: left;
}

.heading1::before {
	content: attr(data-number);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	color: rgba(255,255,255,0.3);
	font-size: 50px;
}

.heading1::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #40abe1;
}

.w-box{
	background:#273ACD;
	width: 80%;
	margin: 0 auto;
	border-radius: 20px;
	text-align: left;
	padding: 20px;
}

.wtitle {
  width: 100%;
  color: #505050;/*文字色*/
  padding: 0.5em;/*文字周りの余白*/
  display: inline-block;
  line-height: 1.8;/*行高*/
  background: #fff;/*背景色*/
  font-size: 1.5rem;	
  font-weight: 600;
  text-align: left;
  border-radius: 30px 0px 0px 30px;/*左側の角を丸く*/
  margin: 2% 0 ;
}

.wtitle:before {
  content: '●';
  color: #237ACD;
  margin-right: 8px;
}

.wo-box ul{
	display: flex;
	flex-wrap: wrap;
	
	margin-bottom: 1%;
}
.wo-box li{
	width: calc(100% / 3);
	text-align: justify;
}
.bg_273{
	background: #273ACD;
	padding: 1% 0;
}

@media all and  (max-width:620px){
.wo-box{
	width: 90%;

}
.wtitle {
  font-size: 1.3rem;	
}
.wo-box li{
	width: calc(100% / 2);
}
   
}
@media all and  (max-width:450px){
.wo-box{
	width: 98%;

}
.wtitle {
  font-size: 1.2rem;	
}
.wo-box li{
	width: 100%;
	text-align: center;
}
   
}
/*======== 施工実績ページ ======*/
.w-box{
  width: calc(100% / 3 - 10px);  
  background: #fff;
  padding: 1em;  
  box-shadow: 2px 2px 10px #eee;   
  margin: 0 0 10px 10px;
  color: #237ACD;
}
.w-box .img{
	width: 90%;
	height: 250px;
	margin: auto;	
}
.w-box img{
width: 100%; 
height: 100%;
object-fit: cover;
display: block;
margin: 0 auto;
}
.w-box table{
width: 100%;    
}
.w-box p{
 padding: 1% 1em;  
color:#40abe1;
text-align: left; 
font-size: 0.8em;    
}
.w-box table th{
width: 100%; 
padding: 1% 1em;
padding: 1em;    
border-bottom: solid 1px #eee;    
line-height: 1.75;   
display: block;  
text-align: left;    
}
.w-box table td{
width: 100%;  
text-align: left;
padding: 1% 1em;
line-height: 1.75; 
display: block;  
padding: 1em;    
}

.heading2 {
    position: relative;
    font-size: 1.5rem;
	text-align: center;
}

.heading2::before {
	content: " ";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	color: rgba(255,255,255,0.3);
	font-size: 50px;
}

.heading2::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #40abe1;
}
/*==========採用ページ==============*/
/*---エントリーボタン---*/
.entry {
	position: fixed;
 	right: 10px;
  	bottom:50px;
  	z-index: 2;
	transition: all 0.3s ease-out;
}
a.entry{
	display: block;
	width: 200px;
	height: 200px;
	color: #333;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:0.6rem;
	/*背景画像の指定*/
	background: url("../img/entry_btn.png") no-repeat center;
	background-size: contain;	
}

.entry:hover{
	  transform: scale(1.05);
}

/*---- comic -----*/
#comic{
	background: #273ACD;
}
.comic{
	width: 48%;
	margin: 2% auto;
}
.comic img{
	width: 100%;
	height: 100%;
}


/*-----　募集要項　タブメニュー -----*/

.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin:20px 0;
}
.tab-wrap:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #325A8C;
  display: block;
  order: -1;
}
.tab-label {
  color: #325A8C;
  background: LightGray;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  padding: 10px .5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
}
.tab-label:not(:last-of-type) {
  margin-right: 5px;
}
.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.tab-switch:checked+.tab-label {
  background: #325A8C;
}
.tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  overflow: auto;
  padding: 15px;
  opacity: 1;
  transition: .5s opacity;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  background: #f4f4f4;
}
.tab-switch {
  display: none;
}
.tab-switch:checked+.tab-label {
	color: #fff;
    background: #325A8C;
    margin-top: -0.5rem;
    transition: margin .3s;
    align-items: center;
    display: flex;
    justify-content: center;
}
.tab-label{
    border-radius: 0;
    position: relative;
}
.tab-label:after {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 0;
    border-width: 0 16px 16px 0;
    border-style: solid;
    border-color: #fff #fff #ddd #ddd;
    box-shadow: -1px 1px 2px rgba(0, 0, 0, .1);
}


.table-box2 table{
	width: 100%;    
}
.table-box2 table th{
	width: 35%; 
	padding: 1em;
	background: #40abe1;
	color: #fff;    
	line-height: 1.75;
	border-bottom: solid 1px #fff;  
}
.table-box2 table td{
	width:65%;  
	text-align: left;
	padding: 1em;
	color: #333;
	border-bottom: dotted 1px #555;  
	line-height: 1.75;      
}

/*----- Q&A -----*/
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	font-family: 'FontAwesome', sans-serif;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa .cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 1em 0;
	color: #ffffff;
}
.cp_qa .cp_actab input {
	position: absolute;
	opacity: 0;
}
/* 質問 */
.cp_qa .cp_actab label {
	line-height: 1.6em;
	position: relative;
	display: block;
	margin: 0 0.5em 0.5em 2em;
	padding: 1em 0 2em 0;
	cursor: pointer;
	border-radius: 0.3em;
	background: #237ACD;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
	font-size: 1.2rem;
}
.cp_qa .cp_actab label span {
	display: block;
	padding: 0 2em 1em 2em;
	border-bottom: 1px solid #ffffff;
}
/* --?アイコン */
.cp_qa .cp_actab label::before {
	font-size: 2em;
	position: absolute;
	z-index: 99;
	top: 0.5em;
	left: -1em;
	padding: 0 0.5em;
	content: '\f128';
	border: 3px solid #ffffff;
	border-radius: 50%;
	background: #237ACD;
	display: inline-block;
	width: 1.8em;
	height: 1.8em;
	line-height: 1.8em;
}
/* --▼アイコン */
.cp_qa .cp_actab label::after {
	font-size: 1em;
	font-weight: normal;
	line-height: 1em;
	position: absolute;
	right: 0;
	bottom: 1em;
	content: 'BC';
	display: inline-block;
	width: 100%;
	height: 1em;
	padding: 0.5em;
	text-align: right;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
/* 答え */
.cp_qa .cp_actab .cp_actab-content {
	position: relative;
	overflow: hidden;
	max-height: 0;
	margin: 0 0 0.5em 0;
	padding: 0 0 0 5em;
	-webkit-transition: max-height 0.5s ease;
	        transition: max-height 0.5s ease;
	color: #ffffff;
}
/* --!アイコン */
.cp_qa .cp_actab .cp_actab-content::before {
	font-size: 1.5em;
	position: absolute;
	z-index: 99;
	top: calc(50% - 0.9em);
	left: 2.5em;
	padding: 0 0.6em;
	content: '\f12a';
	color: #ffffff;
	border: 3px solid #ffffff;
	border-radius: 50%;
	background: #2196f3;
	width: 1.8em;
	height: 1.8em;
	line-height: 1.8em;
}
.cp_qa .cp_actab .cp_actab-content p {
	margin: 0.5em 0.5em 0.5em 0;
	padding: 1em 1em 1em 3em;
	border-radius: 0.3em;
	background: #2196f3;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
}
/* 質問を開いた時の仕様 */
/* --答えの高さ */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
	max-height: 40em;
}
/* 質問をクリックした時の▼アイコンの動き */
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
	bottom: 0em;
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

/*====== 会社概要ページ =========*/
/*--- 理念 ----*/

.phy{
	font-family: 'Yuji Syuku', serif;
	font-size: 2em;
}

.table-box table{
width: 100%;    
}
.table-box table th{
width: 35%; 
padding: 1em;
background: #40abe1;
color: #fff;    
line-height: 1.75;
border-bottom: solid 1px #fff;  
}
.table-box table td{
width:65%;  
text-align: left;
padding: 1em;  
border-bottom: dotted 1px #fff;  
line-height: 1.75;      
}

.wrapper{
  width:100%;
  max-width: 960px;
  margin:30px auto;
    background:#fefefe;
}

.area h2{
  font-size:1.3rem;
  margin:0 0 20px 10px;
}

.area li{
  padding: 10px; 
  border-bottom: 1px solid #ddd;
}


/*=======contactページ========*/
.contact-box{
width: 100%;
height: auto;
display: block;  
position: relative;
padding: 2%;   
background: #fff;    
}
.c-img{
width: 100%;
position: absolute;
bottom: 0;
right: 0;
z-index: -1;    
}


.c-con{
width:100%;   
padding: 2%;  
height: auto; 
margin:2% auto 0;
background:#badaf3;    
}

.contact-text1{
font-size: 1em;
line-height: 200%;    
text-align: left;
color: #fff;  
}
.contact-text1 .blue{
	background-color:#40abe1;
	font-size:0.6em;
	padding:0.5em;
    margin-right: 5px;
    line-height:1.8;  
    color: #fff;
    font-weight: 500;
}
.con_flex-box1{
width: 100%; 
display: flex;
flex-wrap:wrap;
justify-content:center; 
}
.heading02 {
	position: relative;
	font-size: 0.7em;
	text-align: center;
	border-bottom: 3px solid #fff;
    display: block;
    color: #333;
    padding-bottom: 0.5em;
    margin-bottom: 1em;
}

.heading02::after {
	content: '';
	position: absolute;
	bottom: -3px;
	left: 50%;
	transform: translateX(-50%);
	width: 70px;
	height: 3px;
	background-color: #333;
}

.c-tel{
width: 47%;       
background:#40abe1;   
position: relative;
padding: 1em;   
margin: 0.5em;  
}
.c-tel a{
width: 100%;     
font-size: 2em;
color:#fff; 	
transition: all 0.5s;	 
display: block;     
width: 100%;  
text-align: center;
font-weight: 500;
line-height: 1.2;  
}
.c-tel:hover a{
text-decoration: transparent;	
opacity: 0.8;     
}
.c-title{
font-size: 0.7em;  
font-family: 'Cinzel', serif;
font-weight: 500;   
display: block;
text-align: center;
color: #333;  
margin-bottom: 3px;    
}
.c-tel .small{
font-size: 0.5em;
color: #fff;    
display: block;
line-height:2;  
}

.fax-button{
max-width:200px;  
width: 100%;    
border: solid 1px #02B0FA;
color:#02B0FA; 
background: #fff;  
display: block;
margin:1%;
transition: all 0.5s; 
text-align: center;
padding: 1%;    
font-size: 0.5em;  
font-weight: 500;
}
.fax-button:hover{
background: #02B0FA;
color:#fff;    
text-decoration: transparent;
    
}

.c-fax{
width: 47%;   
background:#40abe1;   
position: relative;
padding: 1em;  
margin: 0.5em;     
}
.c-fax p{
width: 95%;    
font-size: 2em;
color:#fff; 	
transition: all 0.5s;	 
display: block;     
text-align: center;
font-weight: 500;
line-height: 1.2;  
}

.c-fax .small{
font-size: 0.5em;
color: #fff;    
display: block;  
line-height:2;    
        
}
.m-brder{
border-right: 2px solid #eee;
}

.con-text2{
font-size: 1em;  
color: #fff;     
}
.con-text2 .small{
font-size: 0.9em;
color: #fff; 
display: block; 
}
.contact-wrapper{
width: 100%;	
}
.contact-tel{
font-size: 2em;
display: block; 
transition: all 0.5s;   
width: 100%;
text-align: center; 
width: 50%;
margin: 0 auto;
color: #fff;     
} 
.contact-tel:hover{
text-decoration: transparent;	
background: #004020;  
color: #fff;    
}

.contact-tel .small{
font-size: 0.7em;
display: block;  
border-bottom: solid 1px #fff;
padding: 1% 0;    
}
.contact-fax{
font-size: 2em;;
display: inline-block; 
font-weight:500;  
width: 100%;
text-align: center;    
color: #004020;    
} 

.tel-box{
width: 100%;  
}


/*===メールフォーム======*/
form{
	width: 100%;
	text-align: center;
}
.checkbox_text{
line-height: 1.75;
color: #333;	
}

.mailform{
width: 98%;
}
.mailform table{
width: 100%;    
 
}

.mailform table .blue{
	background-color:#40abe1;
	font-size:0.7em;
	padding:0.5%;
    margin-right: 5px;
    text-align: center;
    color: #fff;
    font-weight: 500;
}
.about-map{
width: 100%;    
}

.mailform table th{
	font-size: 1em;
	text-align: left;
	padding-left: 2%; 
    border-bottom: 1px dotted #b0b0b0;
    font-weight: 400;
    vertical-align: middle;
}

.mailform table td p{
	font-size: 1em;
	padding-top: 1%;
	line-height: 1.7;
}
.mailform table td img{
width:100%;	
margin-top: 1%;	
border-radius: 50px;	
}
.mailform table td{
font-size: 1em;
padding: 2% 1%;
width: 70%; 
border-bottom: 1px dotted #b0b0b0;   
text-align: left;
}
.map-button{
max-width:150px;  
width: 100%;    
border: solid 1px #02B0FA;
color:#02B0FA; 
background: #fff;  
display: block!important;
margin:1%;
transition: all 0.5s; 
text-align: center;
padding: 1%;    
font-size:1em;  
font-weight: 500;
}
.map-button:hover{
background: #02B0FA;
color:#fff;    
text-decoration: transparent;
    
}
.mailform table td iframe{
height: 400px;	
}

.text-y{
width: 50%!important;    
height: 40px!important;    
}
.text{
width: 100%!important;    
}
textarea{
width:100%!important; 
}
.mailform dd p{
	margin-top: 1%;
	font-size:1.1em;
	color:#333;
	letter-spacing: 4px;
	line-height: 1.75;
}

.single p{
	text-align: center;
	color:#333;
}


.form-button
{
margin: 5% 0;
text-align: center;
}

.form-button button {
    cursor: pointer;
    display: block;
    margin: 0 auto 5px;
    padding: 10px 0 10px;
    color: #fff;
    text-align: center;
    width: 250px;
	transition: all 0.5s;	
    border:1px solid #fff; 
    background:#40abe1;
    font-weight: 500;
}
.form-button button:hover{
     background:#fff;  
    color: #40abe1;
    border:1px solid #40abe1;
	text-decoration: transparent;
}
.textarea, textarea, .dropdown {
    border-radius: 2px;
}

input[type=checkbox] + label {
cursor: pointer;
}

button[type="submit"]{
	font-size:1em;
	padding: 10px;
}

input[type="checkbox"]{
	font-size: 1em;
	margin-left: 2%;
	margin-bottom: 2%;
	border:1px solid #bababa;	
}
input[type="text"]{
	height: 40px!important;
	font-size: 1em;
	padding: 10px;
	background:#fff;
	border:1px solid #bababa;
}
input[type="email"]{
    width: 100%;
	height: 40px;
	font-size: 1em;
	padding: 10px;
	background:#fff;
	border:1px solid #bababa;
}

textarea[type="text"]{
padding: 10px;	
font-size: 1em;	
background:#fff;	
border:1px solid #bababa;	
}
.accordion h4{
font-size: 1em;
text-align: left;
padding-bottom: 3px;	
letter-spacing: 2px;
border-bottom: 1px dotted #333;
padding-left: 1%;
color: #333;  
font-weight: 400;
line-height: 2;    
}
.accordion p{
font-size:0.9em;
text-align: left;
letter-spacing: 2px;
padding: 1% 0;	
padding-left: 1%;
color: #333;  
line-height: 2;     
}

.toggle {
	display: none;
}
label{
cursor: pointer!important;
width: 100%;    
display: block;     
}
input[type=checkbox] + label {
cursor: pointer!important;
}

.Label {
    font-size: 1em;
	padding:1% 1% ;
	display: block;
	border-bottom: #fff solid 1px;
    color: #fff;
}
.Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
    text-decoration: transparent;
    margin-bottom: 1em;
}
.Label,
.open {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.5s;
}
.open {		/*本文*/
	height: 0;
	margin-bottom:10px;
	overflow: hidden;
	background:#F5F5F5;
}
.toggle:checked + .Label + .open {	/*開閉時*/
	height: auto;
	transition: all .5s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
    text-decoration: transparent;
}

.item-box .c-foot{
	text-align: left;
	font-size: 1.1rem;
	text-shadow: 0 0 5px #333;
}