@charset "utf-8";
/* CSS Document */
/* インデックスページ */
.t_main_visual {
	margin-top: 80px;
}
.t_br_pc{
    display: none;
}
/* カエル企画とは：説明 */
.t_setumei {
	background-color: #F6DD0F;
	text-align: center;
	width: 100%;
}
.t_setumei .t_midashi {
	display: inline-block;
	font-size: 0.7rem;
	margin: 30px auto 10px;
	padding: 10px;
	color: #fff;
}
.t_setumei .t_kaeru {
	height: 100vh;
	flex: 1;
}
.t_setumei p {
	flex: 1;
	padding: 0px 20px;
	margin-top: 10px;
}
.t_setu_img{
	position:relative;
	width:100%;
	height:350px;
}
/*カエルアニメーション*/
.ball{
	position: absolute;
	left: 0;
	right: 0;
	top:0;
	bottom: 0;
	margin: auto;
	width:180px;
	height:120px;
	animation: bound-anim 1s infinite;
}

@keyframes bound-anim {
	0%,100% {top: 0;transform: scale(1);}
	30% {top: -60%; transform: scale(0.96,1.04);}
	60% {transform: scale(1);}
	90% {top: 0;transform: scale(1.15,0.9);}
}

/*トップページ：ニュース*/
.t_news{
    margin: 20px;
}
.t_container{
    padding: 10px;
}
.t_news ul{
    margin: 0 20px 10px;
}

.t_news li:not(:last-child){
    border-bottom: 1px dotted #333;
}
.t_news li{
    padding: 10px;
}

.t_k_jyohou {
	display: inline-block;
	background-color: #F6DD0F;
	padding: 5px 13px;
	margin: 20px auto;
}
.t_kouen{
    margin: 15px auto;
    width: 100%;
    height: 80px;
    display: flex;
}

 .t_k_jyohou {
	padding-top: 10px;
}

.t_k_jyohou a {
    text-decoration: none;
    color: #281A14;
}
.t_kouen img {
    margin: 5px;
    width: 20%;
}
.t_kouen .t_k_jyohou:hover {
	opacity: 0.7;
}

/*トップページ：ハス周辺*/
.t_jirei{
    margin: 70px auto;
}
.t_jirei .container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.t_jirei h3{
    flex: 1;
    text-align: center;
    color: #fff;
}
.t_jirei img{
    margin-top: 20px;
    flex: 1;
}
.t_jirei a:hover{
    opacity: 0.7;
}

/* コンテンツ */

.t_content {
		margin-bottom: 50px;
}

.t_bg_white{
    margin: 0 auto;
    max-width: 1000px;
    display: flex;
}
.t_bg_white article{
    margin: 0 auto;
    flex: 0 0 30%;
    min-height: 90px;
}
.t_bg_white a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.t_photo {
    height: 90px;
    width: 90px;
	background-position: center;
	background-size: cover;
}
.t_content .brown {
	background-color: #fff;
	padding-top: 30px;
	}
.t_content {
	background-color: #fff;
}
.t_container img {
	width: 60%;
	display: block;
	margin: 0 auto;
	padding-bottom: 20px;
}
.t_bg_white .t_photo:hover {
	opacity: 0.7;
}
.t_bg_white p {
	text-align: center;
	padding-bottom:30px;
	font-weight: bold;
	margin-top: 10px;
}
.t_bg_white a {
	text-decoration: none;
	color: #281A14;
}
.t_bg_white img {
	width: 1.3em;
	vertical-align: middle;
}

/* テーブル：事業内容 */
.t_bg_green {
	background-color: #1E6E57;
	background-image: url("images/iconicon50%.svg");
	background-size: 1200px;
	color: #fff;
	padding: 60px 0;
}
.t_jigyou {
	background-color: #1E6E57;
	text-align: center;
}
.t_jigyou a{
	color: #fff;
	text-decoration: none;
}
.t_jigyou_p {
	margin-top: 15px;
}
#t_aika_content img {
	width: 20%;
	display: none;
}
.t_daichi img {
	width: 40%;
	display: none;
}
.t_daichi {
	 animation:3s linear infinite rotation3;
}
@keyframes rotation3{
  0%{ transform:rotateY(0);}
  100%{ transform:rotateY(360deg); }
}
.t_jigyou table {
	margin: 20px auto 5px;
	max-width: 100%;
	font-size: 12px;
}
.t_jigyou table th,
.t_jigyou table td{/*table内のthに対して*/
  padding: 5px 7px;
  vertical-align: middle;
}
.t_j_icon {
	width: 17px;
	height: 17px;
	margin-right: 10px;
	vertical-align: middle;
}
/*
.t_link{
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.t_link p{
    margin-right: 20px;
    font-size: 0.8em;
}
*/

/* SNS:埋め込み */
.t_bg_yellow {
	background-color:#F6DD0F;
	color:black;
	padding: 20px;
} 
.t_bg_yellow iframe {
	display: block;
	max-width: 90%;
	margin: 20px auto 0;
}
.t_bg_yellow img {
	width: 70%;
	display: block;
	margin: 0 auto;
	padding-bottom: 30px;
}
/* インデックスページ：タブレットバージョン */
@media (min-width:415px) and (max-width:768px){
 /*　画面サイズが415pxから768pxまではここを読み込む　*/
		.t_setu_bg p {
		font-size: 1.2rem;
		margin: 0 30px;
		padding: 10px;
	}

	.t_setumei {
		max-width: 1000px;
		margin: 0px auto;
	}
	.t_h2 {
		font-size: 1.5rem;
		padding: 10px 30px;
	}
    .t_br_pc{
        display: block;
    }
    .t_br_s{
        display: none;
    }
    .t_k_jyohou {
	padding: 5px 20px;
}

    .t_photo{
        width: 130px;
        height: 130px;
    }
    
}


/* インデックスページ：メディアクエリ */
/* PCバージョン */
@media(min-width:769px){
	.t_setumei .t_setu_bg {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		flex-direction: row-reverse;
		max-width: 900px;
		margin-bottom: 50px;
		padding: 0px;
	}
	.t_setu_bg p {
		font-size: 1.2rem;
	}
	.t_setumei {
		max-width: 1000px;
		margin: 0px auto;
	}
	.t_h2 {
		font-size: 1.5rem;
		padding: 10px 30px;
	}
     .t_br_pc{
        display: block;
    }
    .t_br_s{
        display: none;
    }
	.t_setumei .t_midashi {
		margin-top: 50px;
	}
	.t_bg_yellow .t_midashi {
		flex:0 0 100%;
	}
	.t_setu_bg .t_setu_text {
		flex: 0 0 60%;
		margin-left: 0;
	}
	.t_setu_bg .t_setu_img {
		flex: 0 0 40%;
		margin-left: 0;
	}
    
    .t_news{
        margin: 20px auto;
        width: 80%; 
    }
    
	.t_jirei .container {
		flex-direction: row;
	}
    .t_jirei h3{
        flex: 0 0 400px;
    }
    
    .t_kouen{
    width: 60%;
    }
     .t_k_jyohou {
	padding: 8px 30px;
}
    .t_bg_white{
    max-width: 1000px;
}
    .t_photo{
        width: 200px;
        height: 200px;
    }
	
	.t_jigyou {
		flex: 0 0 50%;
		margin: 0 auto;
	}
	.t_bg_green {
		display: flex;
		padding:50px 30px;
	}
    
    .t_jigyou table {
	font-size: 14px;
}
	.t_container img {
	width: 35%;
	}
	.t_bg_yellow img {
	width: 35%;
	}
	.t_aika_content #rect {
		flex: 0 0 40%;
	}
	#rect {
     width:22%;
    text-align:center;
    color:#fff;
	}
	#rect img {
		z-index: 10000;
		display: block;
		width: 350%;
		margin-left: 0;
		padding: 0;
	}
	.t_daichi {
		flex: 0 0 25%;
	}
	.t_daichi img {
		z-index: 10000;
		display: block;
		width: 70%;
		margin-top: 30px;
	}
		#rect{
	animation-name:expansion;
	animation-duration:3s;
	animation-timing-function:ease-in;
	animation-delay:0s;
	animation-iteration-count:infinite;
	animation-direction:alternate;
	animation-fill-mode:forwards;
	animation-play-state:running;
	}
	}
	
@keyframes expansion{
  0%{
 	margin-top:0px;
  }
	3%{
 	margin-top:0px;
  }
  50%{
  	margin-top:60px;
  }
	  53%{
  	margin-top:60px;
  }
  100%{
  	margin-top:0px;
  }
}
.t_bg_yellow iframe {
	width: 400px;
}




/* サービス*/
#tablemagic,#stagemagic,#illusionmagic,#wadumamagic
{
	text-align: center;
	margin: 60px 0;
}
#s_cusreview
{
	text-align: center;
	margin: 30px 0;
}

#tablemagic{
	background-image: linear-gradient(rgba(255,255,255,1),rgba(255,255,255,0.6)),url("../images/dya.png");
	background-position: center;
	background-repeat: no-repeat;
}

#stagemagic{
	background-image: linear-gradient(rgba(255,255,255,1),rgba(255,255,255,0.6)),url("../images/heart.png");
	background-position: center;
	background-repeat: no-repeat;
}
#illusionmagic{
	background-image: linear-gradient(rgba(255,255,255,1),rgba(255,255,255,0.6)),url("../images/spade.png");
	background-position: center;
	background-repeat: no-repeat;
}
#wadumamagic{
	background-image: linear-gradient(rgba(255,255,255,1),rgba(255,255,255,0.6)),url("../images/wagara.png");
	background-position: left;
	background-repeat: no-repeat;
}
.s_img{
    margin-top: 20px;
    max-width:310px;
    height:auto;
}
.s_textfield{
	padding:30px;	
	margin: 5px 10px 20px;
}

.s_text{
	text-align: left;
}

.s_h3{
	margin-top: 20px;
	font-size:25px;
}
.s_border{
	margin: 0 auto 30px;
	display: block;
}

#servicelist{
	margin: 10px;
	width: 250px;
}

#servicelist li{
	margin: 20px;
	border-bottom: solid 1px #fff;
}
#servicelist li a{
	color: white;
	text-decoration: none;
}
#servicelist li a::after{
    margin-left: 1rem;
    font-family: "FontAwesome";
    content: "\f103";
}
#waduma{
	font-size: 30px;
	font-family: 游明朝;
}

.h3_underline::after{
	content: "";
	display: inline-block;
	background-image: url("../images/h3_border_b.png");
	background-repeat: no-repeat;
	height: 20px;
	width: 100%;
	margin: 20px;
}

.s_review{
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	padding: 1em 2em;
	width: 80%;
	box-shadow: 5px 5px 20px 5px rgba(0,0,0,0.7);
}
.s_review img{
	padding: 10px 10px 0;
	width: 90%;
	max-width:400px;
	max-height:400px;
}
.s_review small{
    margin-bottom: 10px;
    width: 90%;
    text-align: right;
    display: block;
    color: #a8a8a8;
}
.s_reviewtext{
	padding: 0px 40px;
	text-align: left;
	 background-image:
    linear-gradient(
      180deg,
      rgba(0,0,0,0) 0%,
      rgba(0,0,0,0) 97%,
      #ddd 97%,
      #ddd 100%
    );
  background-size:100% 2em;
  line-height:2;
}
.note p{
  margin-bottom:2em;
}
.s_reviewtext span{
	display: block;
	text-align: right;
	font-size: 0.7em;
}
.s_whosereview{
	white-space: nowrap;
}

/*サービス：画面サイズ768以上*/
@media(min-width: 768px){
	#servicelist{
		display: flex;
		justify-content: center;
		width: auto;
	}
	#servicelist li{
		margin:10px;
	}
	.s_textfield{
		margin: 0;
		padding: 20px 30px;
		width: 60%;
		align-items: center;
		padding-right:0;
	}
	.wadumaflex{
		display: flex;
		flex-direction: row-reverse;
	}
	.s_text{
		font-size: 14px;	
		padding: 0 20px;
	}
	.s_img{
        margin: 0 10px;
        max-width:350px;
        height:auto;
	}
	#tablemagic,#illusionmagic{
		display:flex;
		align-items: center;
		vertical-align: bottom;
		height:auto;
		transition-property: margin;
		transition-duration: 0.5s; 
	}
	#stagemagic,#wadumamagic{
		display:flex;
		flex-direction: row-reverse;
		vertical-align: bottom;
		align-items: center;
		height:auto;
		transition-property: margin;
		transition-duration: 0.5s; 
	}
	.wadumaflex .h3_underline::after{
		display:none;
	}
	.h3_underline::after{
		margin:5px;
	}	
	#waduma{
		font-size: 50px;
		padding:0px 5px 20px;
		writing-mode: vertical-rl;
			-webkit-writing-mode: vertical-rl;
			-ms-writing-mode: tb-rl;
		white-space: nowrap;
	}
	
	rt{
		font-size: 14px;
		padding-left:10px;
	}
	
	.flogpics img{
		display: inline-block;
	margin-left: auto;
	margin-right: auto;
	}
	#reviewflexbox{
		max-width: 1000px;
		margin:0 auto 20px auto;
	}
	#tablemagic{
	background-position: right;
}
	#stagemagic{
	background-position: left;
}
	#illusionmagic{
	background-position: right;
}
	.flogpics{
		height:4em;
		width:4em;
}
	.s_review{
	width: 80%;
	max-width: 1000px;
	box-shadow: 5px 5px 20px 5px rgba(0,0,0,0.7);
}
    .s_review small{
    width: 80%;
    }
	.s_review img{
		max-width: 500px;
	}

}

/*サービス：画面サイズ1000px以上*/
@media(min-width: 1000px){
	#tablemagic,#illusionmagic{
		margin-left:20vw;
	}
	#stagemagic,#wadumamagic{
		margin-right:20vw;
	}
		.s_textfield{
			max-width: 500px;
			padding:40px;	
	}
}


/*メンバー：全体*/
.m_container{
	margin: 0 auto 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: transparent;
}
.m_h3{
	margin-top: 50px;
}
.m_h4{
    color: #fff;
}
.m_h4_2{
    color: #281A14;
}

/*メンバー：メンバー紹介*/
.m_mainmember{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #fff;
}
.m_mainmember_in{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.m_member{
    margin-top: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: transparent;
	flex: 0 0 1;
}
.m_ribbon{
	display: flex;
    justify-content: center;
    align-items: center;
	width: 200px;
	height: 35px;
	background-position: center;
	background-size: cover;
}
#m_photo_d,
#m_photo_a{
    margin-top: 10px;
}
/*メンバー：サイムネイル*/
#m_thum_d ul,
#m_thum_a ul{
	width: 250px;
	display: flex;
	justify-content: space-between;
	list-style-type: none;
}
.card{
    position: relative;
}
.card a{
    display: block;
}
.card_reverse{
    position: absolute;
    top: 0;
    left: 0;
}
.card img{
	box-shadow: 1px 3px 2px #333;
}
/* メンバー：サムネイル表面の表示 */
.card_surface {
    transform: rotateY(0deg);
    transition: transform 300ms 150ms;
}
.card_reverse {
    transform: rotateY(90deg);
    transition: transform 300ms;
}
/* メンバー：サムネイル裏面の表示 */
a:hover .card_surface {
    transform:rotateY(90deg);
    transition: transform 300ms;
}
a:hover .card_reverse {
    transform:rotateY(0deg);
    transition: transform 300ms 150ms;
}
/*メンバー：メンバー紹介文*/
.m_text{
	max-width: 250px;
	margin-top: 30px;
	padding: 20px;
}
.m_text p{
	line-height: 1.8em;
}
.m_text_in{
	display: flex;
	flex-direction: column;
}
.m_text_in .kaeru1{
	margin-top: 10px;
	margin-left: 50px;
	transform:rotate(340deg);
}
.m_text_in .kaeru2{
	margin-top: 50px;
	margin-left: 100px;
	transform:rotate(20deg);
}
.m_h5{
	margin-top: 20px;
	display: inline-block;
	line-height: 3.5em;
	width: 3.5em;
	border-radius: 50%;
	text-align: center;
}
.m_paform{
	max-width: 250px;
	margin-top: 10px;
	font-size: 12px;
}
.m_sns{
	margin-top: 20px;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.m_sns p{
	text-align: center;
}
.m_sns p::before{
	content: url("../images/starl.png");
}
.m_sns p::after{
	content: url("../images/starr.png");
}
.m_sns a{
	margin-bottom: 5px;
	padding: 5px 10px;
	display: inline-block;
	text-decoration: none;
}
/* メンバー：サポートメンバー */
.m_support{
	padding-bottom: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
    background-color: #fff;
}
.m_support_in{
	display: flex;
	flex-direction: column;
    justify-content: center;
	align-items: center;
}
.m_supportmember{
    margin: 15px;
    display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: transparent;
	flex: 1 1 300px;
}
.m_support_img{
    margin: 10px 0 20px;
	border-radius: 50%;
}
/* メンバー：画面サイズ415～768 */
@media(min-width:415px) and (max-width:768px){
	.m_mainmember,
	.m_support{
		width: 90%;
	}
}
/* メンバー：画面サイズ769px以上 */
@media(min-width:769px){
	.m_container{
		max-width: 1000px;
		padding: 5px;
		display: flex;
		flex-direction: row;
	}
    .m_mainmember,
	.m_support{
		width: 90%;
	}
	.m_mainmember_in{
		flex-direction: row;
	}
	.m_support_in{
        width: 700px;
		display: flex;
		flex-direction: row;
        align-items: flex-start;
	}
	.m_member,
    .m_supportmember{
		margin: 25px;
	}
}
.wrap{
	overflow: hidden;
}

/*ギャラリー：全体*/
/*ギャラリー：コンテンツ内容*/
.g_wrapper{
	width: 100%;
	margin: 0 auto;
}
/*ギャラリー：写真のサイズ*/
.slick-slider img{
	width: 200px;
	height: 200px;
}
/*ギャラリー：写真の背景の白*/
.g_bgcol{
	padding: 30px 0;
}
/*ギャラリー：ｈ３の下の点線*/
.g_h3 img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.g_h3{
	padding-bottom: 30px;
}
/*ギャラリー：PC(769以上）*/
@media(min-width:769px){
	.slick-slider img{
		width: 80%;
		height: auto;
		margin:  auto 0;
		/*width: 500px;
		height: 500px;*/
	}
	.g_wrapper{
		width: 1000px;
		height: 0 auto;
	}
	.slick-slider{
	padding: 20px 50px;
	background-color: #fff;
	}
}


/*近日公開黄色ベース*/
.e_main{
  text-align: center;
}
.e_container{
  padding-bottom: 30px;
}
.e_container h3 {
  padding-top: 30px;
}

.koukoku{
		padding-bottom: 20px;
}
.koukoku img{
	width: 90%;
	max-width: 300px;
}
.e_kaeru img{
	margin-top:50px; 
	width: 50%;
}
.bn img{
width: 300px;
}

/*各article緑色ベース*/
.e_container article {
  margin-top: 30px;
  margin-bottom: 50px;
  padding-top: 50px;
  padding: 50px;
}
.e_bg{
	max-width: 800px;
	margin: auto;
}

/*バックナンバー*/
.bn {
  padding-top: 50px;
  padding-bottom: 50px;
}
.bn p {
  padding-top: 20px;
	padding-bottom: 30px;
}


.bnimg img {
  width: 40%;
  height: auto;
  padding: 10px;
}

/*@min769以上の時パソコン*/
@media(min-width:769px) {
	.e_container{
		max-width: 1000px;
		margin: 0 auto;
	}
	.e_container article{
		max-width: 800px;
		margin: 30px auto;
	}
	.e_first{
		display: flex;
		max-width: 500px;
	}
	.koukoku{
		flex:0 0 80%;
	}
	.bun{
		flex: 0 0 60%;
		font-size: 120%;
	}
	.bun p{
		padding: 10px;
	}
	.e_kaeru{
		padding-top: 30px;
	}

	/*@min769以上の時パソコン_バックナンバー*/
	.bn{
		max-width: 1000px;
		margin: 80px auto;
	}

	.bnimg {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		padding: 0 30px;
	}
	.bnimg-in {
		flex: 0 0 50%;
	}
	.bnimg img {
		width: 45%;
		margin: 0;
	}
}



/*お問い合わせ：よくある質問*/
/*
.q_a {
  background-position: bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 20px;
  padding-top: 0px;
	margin-bottom: 20px;
}
*/
.t_k_send{
	margin: 0 auto 10px;
    border: 0;
    outline: 0;
    padding: 5px 25px;
    display: block;
    color: #fff;
    background-color: #1E6E57;
	text-decoration: none;
}
.q_a{
	margin: 0 auto 30px;
    padding: 30px 0px;
	}
.q_a .c_border{
	width: 70vw;
	margin: 0 auto;	
	text-align: center;
	}
.c_h3 {
    margin: 0;
    padding: 0;
}
.q{/*それぞれの質問白枠*/
    margin: 30px auto;
    width: 90%;
    min-height: 150px; /*仮*/
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 20px;
    color: #333;
    cursor: pointer;
}
.c_q_i { /*ハスの葉QアイコンPNG*/
  width: 20%;
  padding: 10px;	
}
.c_text { /*Q&Aテキスト*/
  padding: 10px 15px 0 0;
  width: 70%;
  text-align: center;
}
.c_h5 { /*Q&AのーQテキスト*/
    margin: 0;
    font-size: 14px;
    text-align: center;
}
	.c_line{
		width: 80%;
		height: auto;
		margin-bottom: 10px;
	}
/*アンサー*/
.c_a_text{
		display: none;
		margin: 0 auto;
		padding: 20px 50px;
        width: 60%;
		background-color: #fff;
		text-align: center;
		font-size: 12px;
		color: #000;
		border: dashed 3px #1E6E57;
	}

.c_n_table_cover{
    display: none;
}
.c_n_table {
    margin: 0 auto;
    width: 70%;
  border-collapse: collapse;
  border: solid 1px #fff;/*表全体を線で囲う*/
}
.c_n_table th, .c_n_table td {
	font-size: 12px;
	color: #000;
	padding: 20px 40px;
	background-color: #fff;
  border: dashed 3px #1E6E57;/**/
  /*破線 1px オレンジ*/
}
.c_n_table span{
	font-size: 20px;
}


.c__text { /*Q&AのーAテキスト、黄色ゾーンテキスト
	、茶色ゾーン説明テキスト*/
  margin: 0;
  text-align: center;
  font-size: 12px;
}

.br::before {
	content: "\A" ;
	white-space: pre ;
}
.c_form_p img{
	width: 90%;
}

.c_form_p .c__text{
	color: #fff;
}

/*お問い合わせ：黄色ゾーン電話番号*/
aside {
  background-image: url("../images/q_a_telYelloy.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 500px;
  font-size: 12px;
  text-align: center;
  padding: 10px;
}
#c_tel_yokonarabi {
  max-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#c_p{
    margin: 10px auto 0;
	font-weight: bold;
    color: #281A14;
}
#c_tel {
  font-size: 2em;
    color: #281A14;
    text-decoration: none;
}
#c_tel_icon {
  width: 6%;
  padding: 3px;
  margin: 0;
}
/*お問い合わせ：茶色ゾーン*/
.c_form { /*お問い合わせフォーム全体*/
  margin: 30px auto;
}

.c_form_p { /*説明テキスト*/
  text-align: center;
  background-color: #281a14;
  margin: 0px 30px;
  padding: 5px 0 15px;
	background-size: 10;
}
.c_f_botan{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.c_h4 {
    margin:20px 0 5px; 
  font-size: 1.3em;
}
.w { /*個人法人＿背景・位置設定*/
    margin: 10px auto;
    width: 70%;
    display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 20px;
    text-decoration: none;
      text-align: center;
  font-size: 16px;
    color: #281A14;
}
.w:hover { /*active*/
  background-image: linear-gradient(rgba(40, 26, 20, 0.1), rgba(40, 26, 20, 0.4));
  background: #764E4F;
  border: solid 1px #fff; /*線*/
  opacity: 0.8;
}
.c_red { /*/指アイコン＆こちらからまとめ*/
	padding-bottom: 10px;
  display: flex;
  flex: 1 3;
  justify-content: center;
}
.c_zirei { /*/事例イベントテキスト*/
  padding: 0;
  margin-bottom: 10px;
  font-size: 12px;
}
.c_kotirakara {
  font-weight: bold;
  font-size: 1.2em;
  color: #8B0000;
  text-decoration-line: underline;
}
/*お問い合わせ：画面サイズ769px以上*/
@media(min-width:769px) {
/*ーーーーーーーーーーー緑ゾーンーーーーーーーーー↓↓↓*/
	.q_a{
		width: 90%;
		max-width: 1000px;
		padding: 50px 0;
	}
	.q_a .c_border{
		width: 60%;
		padding-top: 10px;
	}
	.q{
        width: 80%;
	}
	.c_q_i{
		max-width: 120px;
	}
	.c_q_matome .c_a_text{
		text-align: center;
	}
	.c_text{
		width: 50%;
	}
	.c_line{
		width: 80%;
		height: auto;
		margin-bottom: 10px;
	}
	.c_h5{
		font-size: 18px;
		letter-spacing: 0.1em;
	}
	/*ーーーーーーーーーーー緑ゾーンここまでーーーーー↑↑↑*/
	/*ーーーーーーーーー黄色ゾーンーーーーーーー↓↓↓*/
  aside {
      min-height: 250px;
    background-size: 100%;
    font-size: 18px;
    height: 250px;
  }
  .c_yelloy_text {
    padding: 0px;
  }
	.c_border{
		margin: 0 auto;
		padding-bottom: 10px;
	}
  #c_tel {
    font-size: 60px;
    text-shadow: 1px 2px 3px #808080;
  }
	#c_tel_yokonarabi{
		padding: 0;
		margin: 0;
	}
	#c_tel_yokonarabi:hover{
		opacity: 0.9;
		text-decoration: underline;
	}
  .c_yelloy_text .c__text {
    font-size: 16px;
    letter-spacing: 0.1em;
    padding-top: 10px
  }
  #c_p {
    font-size: 24px;
  }

	/*ーーーーーーーーーーー黄色ゾーンここまでーーーーー↑↑↑*/
	/*ーーーーーーーーーーー茶色ゾーンーーーーーーーーーーー↓↓↓*/
    .c_form{
        width: 90%;
        max-width: 1000px;
    }
    .c_form_p {
    margin: 0 160px;
  }
	.c_form_p .c_a_text{
		letter-spacing: 0.1em;
		font-size: 18px;
		padding-bottom: 20px;
	}
  .c_f_botan {
    flex-direction: row;
  }
  .w {
	  margin: 10px;
    width: 350px;
    height: 200px;
    background-image: url("../images/h3_border_mini_b.svg");
    background-repeat: no-repeat;
    background-position: 50% 125px;
    background-size: 80%;
  }
  .c_h4 {
    font-size: 40px;
  }
}



/* お問い合わせフォーム：*/
.c_form_container{
	margin: 0 auto 50px auto;
	padding-top: 30px;
	padding-bottom: 30px;
	width: 90%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #fff;
}
.c_form_head{
	margin-bottom: 30px;
	padding: 10px 0;
	width: 100%;
	background-color: #fff;
	text-align: center;
}
.c_form_container li{
	margin: 10px 5px;
	display: inline-block;
}
form{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.c_form_container table,
.c_form_container th,
.c_form_container td
{
	padding: 5px;
	border-collapse: collapse;
	text-align: center;
}
.c_form_container table{
	margin: 10px auto;
	width: 80%;
}
.c_form_container th{
	border-top: 2px solid #fff;
	min-width: 80px;
	background-color:#1E6E57;
	color: white;
	vertical-align: middle;
}
.c_form_container td{
	width: 50vw;
}
.c_input{
	width: 100%;
}
.c_magictype{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.c_form_container textarea{
	min-height: 100px;
}
.c_form_container button{
	margin: 0 auto 10px;
	border: 0;
	outline: 0;
	padding: 5px 25px;
	display: block;
	color: #fff;
	background-color: #1E6E57;
}
.c_form_container button:hover{
	background-color: #0D3329;
}
.c_form_container small{
	margin: 5px 40px;
}

/* お問い合わせフォーム：画面サイズ415～768 */
@media(min-width:415px) and (max-width:768px){

	.c_form_container table{
		max-width: 500px;
	}
	.c_form_container th{
		width: 40%;
		min-width: 100px;
	}
}
/* 769px以上 */
@media(min-width:769px){
	.c_form_container{
		max-width: 1000px;
	}
	.c_br{
		display: none;
	}
	.c_form_container table{
		max-width: 700px;
	}
	.c_form_container th{
		width: 20vw;
		min-width: 200px;
	}
	.c_form_container td{
		width: 20vw;
		min-width: 400px;
	}
}
