@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
/* 
 メインカラー　#0D6F73
 サブカラー　#F29A2E
 背景　#FFFDF9
 薄いグリーン背景　#EDF7F5
 薄いオレンジ背景　#FFF4E8
 テキストカラー　#3F3A36
 補助カラー　#E5E2DC
 */

/* 共通 */
.post_content h2{
    font-size: 1.8rem;
	background: #F29A2E;
	color: #fff;
	padding: .5em;
}
.post_content h3{
	font-size: 1.5rem;
	border-bottom: 1px solid #F29A2E;
	padding: 0 .5em .5em .5em;
}
.post_content h4{
    font-size: 1.3rem;
	border-bottom: 1px dashed #F29A2E;
	padding: 0 .5em .5em .5em;
}
.post_content h5{
    font-size: 1.2rem;
	border-left: 5px solid #F29A2E;
	padding: 0 .5em;
}
.post_content h6{
    font-size: 1.1rem;
}
.post_content h2.green{
	background: #0d6f73;
}
.post_content h3.green,
.post_content h4.green,
.post_content h5.green{
	border-color: #0d6f73;
}

@media (max-width: 600px) {
	.post_content h2{
		font-size: 1.5rem;
	}
	.post_content h3{
		font-size: 1.3rem;
	}
	.post_content h4{
		font-size: 1.2rem;
	}
	.post_content h5{
		font-size: 1.1rem;
	}
	.post_content h6{
		font-size: 1rem;
	}
}
/* フッター */
#before_footer_widget{
	margin-bottom: 0;
}
#before_footer_widget .l-container {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
}
.w-footer__box{
	text-align: center;
}

/* コンタクトフォーム */
.wpcf7{
	max-width: 840px;
	margin: 0 auto;
}
.post_content .wpcf7 th{
	background: none;
	border: none;
	text-align: right;
}
.post_content .wpcf7 td{
	background: none;
	border: none;
}
.wpcf7 input, .wpcf7 select,.wpcf7 textarea {
	width: 100%;
}
.wpcf7 input.wpcf7-submit{
	display: table;
	max-width: 360px;
	height: 60px;
	background: #0D6F73;
	color: #fff;
	margin: 0 auto;
	transition: all .6s;
}
.wpcf7 input.wpcf7-submit:hover{
	background: #ccc;
}
.required{
	display: inline-block;
	font-size: 10px;
	background: #E36B5D;
	color: #FFF9F2;
	padding: 0 1em;
	border-radius: 5px;
	margin-left: 1em;
}
.any{
	display: inline-block;
	font-size: 10px;
	background: #ccc;
	color: #fff;
	padding: 0 1em;
	border-radius: 5px;
	margin-left: 1em;
}
@media (max-width: 600px) {
	.post_content .wpcf7 th,
	.post_content .wpcf7 td{
		display: block;
		width: 100%;
		text-align: left;
	}
}

/* ご利用の流れ */
.post_content .swell-block-step__item h2.swell-block-step__title{
    background: none;
    color:#3f3a36;
}