@charset "UTF-8";

/**
 *
 * CSSリセット、再定義
 *
**/


/**
 * CSSリセット
 * 参照元：http: //meyerweb.com/eric/tools/css/reset/
**/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote: before, blockquote: after,
q: before, q: after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/**
 * 再定義
**/

/*rootのfontsize　62.5%で　1rem=10px*/
html { font-size: 62.5%; }

body {
	margin: 0;
	padding: 0;
	text-align: justify;
	min-width: 1000px;
	color: #1d1312;
	font: 2.0rem -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Noto Sans Japanese,Meiryo, sans-serif;
		-webkit-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
		-webkit-font-smoothing: antialiased;
	line-height: 3.0rem;
	letter-spacing: 0px;
	z-index: 1;
	color: #393332;
}

table {
	letter-spacing: 0px;
	empty-cells:  show;
}

table td, table td {
	empty-cells: show;
}

a:link { color: #0099ff; }

a:hover {
	opacity: .5;
	-webkit-opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
	text-decoration: none;
}

a:visited { color: #0099ff; }

a {
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}

img {
	border: none;
}

h1,h2,h3,h4,h5 {
	font-family: "Noto Sans Japanese";
}

/**
 * SP表示
**/
.sp_disp { display: none !important; }


/**
 * フォントカラー
**/

.txt_center{
	text-align: center;
}

.red_b{
	color: #ff0000;
	font-weight: bold;
	font-size: 1.2rem;
}

.txt_red{
	color: #ff0000;
}

.mk_yellow{
	background: #ffff09;
	font-weight: bold;
}

.txt_b{
	font-weight: bold;
	font-size: 1.2rem;
}

/**
 * テキストアライン
**/

.txt_right { text-align: right !important; }
.txt_left { text-align: left !important; }
.txt_center { text-align: center !important; }
.txt_center img {
	margin-left: auto !important;
	margin-right: auto !important;
}
.txt_small {
	font-size: 1.4rem;
	line-height: 2.2rem;
	font-weight: normal;
}
.kerning {font-feature-settings: "palt";
}

/**
 * clearfix
**/

.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}



/* レイアウト・共通デザイン
   ================================================================ */


/**
 * ラップ
**/


.wrap {
	width: 100%;
}

.con_inner {
	margin: 0 auto 0 auto;
	width: 1000px;
}


/**
 * ヘッダー
**/
header {
	width: 1000px;
	margin: 0 auto 0 auto;
	padding: 0 0 20px 0;
}

/*header 左*/
.h_logo{
	float: left;
	margin: 22px 0 0 0;
}

.h_logo img{
	display: block;
}

.h_logo h1{
	font-size: 1.6rem;
	margin: 5px 0 0 0;
}

/*header 右*/
nav {
	float: right;
}

nav ul {
	margin: 20px 0 0 0;
}

nav li {
	float: right;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: 2px solid #ddd;
    margin: 0 0 0 10px;
}

nav li a {
	display: block;
	padding: 18px 20px 16px 58px;
	font-size: 1.8rem;
	text-decoration: none;
	color: #000 !important;
	font-weight: bold;
}

.nav_price {
	background: url(images/common/h_btico01.png) no-repeat;
	background-position: 20px 50%;
}

.nav_contact {
	background: url(images/common/h_btico02.png) no-repeat;
	background-position: 20px 50%;
}


/**
 * ページコンテンツ（共通部分）
**/

/*パンくず*/


/*ページタイトル*/

.pagetitle {
}

.pagetitle h1 {
	color: #fff;
	font-size: 5.0rem;
	line-height: 4.0rem;
	font-weight: bold;
	margin: 130px 0 10px 0;
}

.title_img span {
	color: #fff;
	font-size: 2.4rem;
	line-height: 2.8rem;
	font-family: "Noto Sans Japanese";
	font-style: italic;
}


/*ボタン*/
.bt_white a {
	width: 70%;
	margin: 30px auto 0 auto;
    padding: 20px 0 18px 0;
	color: #00b900;
    display: block;
    background: #fff url(images/common/ico_arrow_green_u.png) no-repeat;
    background-position: 6% 50%;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    text-decoration: none;
    text-align: center;
    font-size: 2.6rem;
    font-weight: bold;   
}

.bt_green_u a {
	width: 50%;
	margin: 50px auto 0 auto;
    padding: 20px 0 18px 0;
	color: #fff;
    display: block;
    background: #00b900 url(images/common/ico_arrow_white_u.png) no-repeat;
    background-position: 8% 50%;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    text-decoration: none;
    text-align: center;
    font-size: 2.6rem;
    font-weight: bold;
}

.bt_green_t a {
	width: 50%;
	margin: 50px auto 0 auto;
    padding: 20px 0 18px 0;
	color: #fff;
    display: block;
    background: #00b900 url(images/common/ico_arrow_white_t.png) no-repeat;
    background-position: 8% 50%;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    text-decoration: none;
    text-align: center;
    font-size: 2.6rem;
    font-weight: bold;
}



/**
 * フッター
**/

footer {
	width: 100%;
	margin: 0 0 0 0;
	padding: 50px 0 50px 0;
	background: #0a490a;
	text-align: center;
	color: #fff;
	font-size: 1.6rem;
	line-height: 2.4rem;
}

footer a {
	color: #fff !important;
}

.copyright {
	margin: 10px 0 0 0;
}



/* TOP-メイン
   ================================================================ */

.main {
	background: #00b900;
	padding: 60px 0 60px 0;
}

/*左コンテンツ*/
.main_l {
	width: 62%;
	margin: 0 3% 0 0;
	float: left;
}

.main_l h2 {
	color: #0a490a;
	font-size: 3.0rem;
	line-height: 3.8rem;
	font-weight: bold;
	text-align: center;
}

.main_l h2 span {
	font-size: 4.6rem;
	line-height: 5.4rem;
}

/*左コンテンツ-料金*/
.main_price {
	width: 90%;
	margin: 20px auto 0 auto;
	text-align: center;
	color: #ffff00;
}

.main_price img {
	float: left;
	width: 22%;
}

.main_price_r {
	float: left;
	width: 78%;
	margin: 8px 0 0 0;
	font-size: 3.0rem;
	line-height: 3.8rem;
	font-weight: bold;
}

.main_price_r span {
	text-shadow: 4px 0px 0px #0a490a;  
}

.copy_price01 {
	font-size: 7.0rem;
	line-height: 6.4rem;
	font-style: italic;
}

/*左コンテンツ-ポイント*/
.main_point {
	clear: both;
	margin: 30px 0 0 0;
	color: #fff;
}

.main_point li {
	margin: 15px 0 0 0;
}

.main_point li:first-child {
	margin: 0 0 0 0;
}

.main_point li div {
	border: 1px solid #fff;
	margin: 0 3% 0 0;
	padding: 5px 0 5px 0;
	text-align: center;
	font-size: 1.6rem;
	width: 18%;
	float: left;
}

.main_point li p {
	font-size: 2.8rem;
	float: left;
	margin: 6px 0 0 0;
}

/*右イメージ*/
.main_r {
	width: 35%;
	float: right;
	margin: 20px 0 0 0;
}


/* TOP-コンテンツ（サービス）
   ================================================================ */
.top_service {
	padding: 80px 0 80px 0;
}

.top_service h2 {
	font-size: 3.6rem;
	line-height: 4.4rem;
	font-weight: bold;
	color: #00b900;
	text-align: center;
}

.top_service h2 span {
	font-size: 4.6rem;
	line-height: 5.4rem;
	font-weight: bold;
	color: #00b900;
	text-align: center;
}

/*サービスリストのレイアウト*/
.service_list {
	margin: 0 0 0 0;
	flex-flow: row wrap;
	display: flex;
}

.service_list li {
	border-bottom: 1px solid #ddd;
}

.service_list li:nth-child(1),
.service_list li:nth-child(2) {
	margin: 50px 0 0 0;
	width: 100%;
}

.service_list li:nth-child(3),
.service_list li:nth-child(5) {
	border-right: 1px solid #ddd;
	width: 46.5%;
	padding: 30px 3% 0 0;
}

.service_list li:nth-child(4),
.service_list li:nth-child(6) {
	width: 46.5%;
	padding: 30px 0 0 3%;
}

.service_list li h3 {
	font-size: 3.0rem;
	line-height: 3.6rem;
	padding: 0 0 0 138px;
	font-weight: bold;
	width: auto;
	height: 68px;
	display: table-cell;
	vertical-align: middle;
}

/*サービス1～6のアイコン*/
.service_list li:first-child h3 {
	background: url(images/top/ico_service01.png) no-repeat;
	background-position: 0 50%;
}

.service_list li:nth-child(2) h3 {
	background: url(images/top/ico_service02.png) no-repeat;
	background-position: 0 50%;
}

.service_list li:nth-child(3) h3 {
	background: url(images/top/ico_service03.png) no-repeat;
	background-position: 0 50%;
}

.service_list li:nth-child(4) h3 {
	background: url(images/top/ico_service04.png) no-repeat;
	background-position: 0 50%;
}

.service_list li:nth-child(5) h3 {
	background: url(images/top/ico_service05.png) no-repeat;
	background-position: 0 50%;
}

.top_service li:nth-child(6) h3 {
	background: url(images/top/ico_service06.png) no-repeat;
	background-position: 0 50%;
	width: 50%;
}


/*サービス01の内容*/
.service_txt {
	margin: 30px auto 0 auto;
	width: 96%;
}

.service_eg {
	border: 1px solid #ddd;
	margin: 60px 0 0 0;
	position: relative;
	padding: 50px 3% 50px 3%;
}

.service_eg h4 {
	color: #00b900;
	background: #fff;
	margin: 0 auto;
	font-size: 2.4rem;
	line-height: 3.2rem;
	font-weight: bold;
	position: absolute;
	top: -16px;
	left: 0;
	right: 0;
	width: 30%;
	text-align: center;
}

.service_eg img {
	width: 45%;
	float: left; 
}

.service_eg_r {
	width: 52%;
	float: right;
}

.service_eg_r h5 {
	color: #0a490a;
	font-size: 2.4rem;
	font-weight: bold;
}

.service_eg_r ul {
	margin: 20px 0 0 0;
}

.service_eg_r li:nth-child(1),
.service_eg_r li:nth-child(2),
.service_eg_r li:nth-child(3),
.service_eg_r li:nth-child(4),
.service_eg_r li:nth-child(5) {
	border: none;
	margin: 10px 0 0 0;
	padding: 5px 4%;
	border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    background: #85e249;
    width: 80%;
    position: relative;
}

.service_eg_r li:before {
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	background: url(images/top/ico_fuki_r.png) no-repeat;
	right: -18px;
}

.service_eg_r li:first-child {
	border: none;
	margin: 0 0 0 0;
}

.service_eg_r p {
	margin: 30px 0 0 0;
}


/*サービス02～06の内容*/
.service_box {
	margin: 30px 0 30px 0;
}

.service_box img {
	float: left;
	width: 35%;
}

.service_box_r {
	float: right;
	width: 65%;
}

.service_box_r p {
	width: 94%;
	margin: 20px 0 0 auto;
}

.service_box_r p:first-child {
	margin: 0 0 0 auto;
}

.bt_sample a {
	width: 86%;
	margin: 10px auto 0 auto;
    padding: 8px 0 8px 0;
	color: #00b900;
    display: block;
    border: 2px solid #00b900;
    background: #fff url(images/common/ico_arrow_green.png) no-repeat;
    background-position: 8% 50%;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    text-decoration: none;
    text-align: center;
    font-size: 2.0rem;
    font-weight: bold;
}


/* TOP-コンテンツ（メリット）
   ================================================================ */
.top_merit {
	background: #faf7f7;
	padding: 80px 0 80px 0;
}

.top_merit h2 {
	font-size: 3.6rem;
	line-height: 4.4rem;
	font-weight: bold;
	color: #00b900;
	text-align: center;
}

.top_merit h2 span {
	font-size: 4.6rem;
	line-height: 5.4rem;
	font-weight: bold;
	color: #00b900;
	text-align: center;
}

/*メリットの内容*/
.top_merit ul {
	margin: 50px 0 0 0;
	flex-flow: row wrap;
	display: flex;
}

.top_merit li {
	width: 48%;
	background: #ffff00;
	padding: 30px 0 30px 0;
	text-align: center;
}

.top_merit li:first-child {
	margin: 0 2% 0 0;
}

.top_merit li:nth-child(2) {
	margin: 0 0 0 2%;
}

.top_merit li h3 {
	font-weight: bold;
	font-size: 3.0rem;
	line-height: 3.8rem;
}

.top_merit li h3 span {
	font-size: 6.0rem;
	line-height: 6.4rem;
	color: #ff0000;
}

.top_merit li img {
	margin: 20px 0 0 0;
}

.top_merit li p {
	text-align: left;
	margin: 20px auto 0 auto;
	width: 90%;
}

.merit_caption {
	margin: 20px 0 0 0;
}


/* TOP-コンテンツ（選ばれる理由）
   ================================================================ */
.top_reson {
	padding: 80px 0 80px 0;
}

.top_reson h2 {
	font-size: 4.6rem;
	line-height: 5.4rem;
	font-weight: bold;
	color: #00b900;
	text-align: center;
}

.top_reson h2 span {
	font-size: 7.0rem;
	line-height: 5.4rem;
}

.top_reson ul {
	flex-flow: row wrap;
	display: flex;
	margin: 50px 0 0 0;
}

.top_reson li {
	width: 31.3%;
	margin: 0 3% 0 0;
	text-align: center;
}

.top_reson li:last-child {
	width: 31.3%;
	margin: 0 0 0 0;
}

.top_reson li h3 {
	font-weight: bold;
	font-size: 3.0rem;
	line-height: 3.8rem;
	margin: 20px 0 0 0;
}

.top_reson li h3 .txt_small {
	font-size: 2.0rem;
	font-weight: bold;
}

.top_reson li p {
	text-align: left;
	margin: 20px 0 0 0;
}


/* TOP-コンテンツ（ご利用者の声）
   ================================================================ */
.top_voice {
	padding: 80px 0 80px 0;
	background: #faf7f7;
}

.top_voice h2 {
	font-size: 3.6rem;
	line-height: 4.4rem;
	font-weight: bold;
	color: #00b900;
	text-align: center;
}

.top_voice ul {
	background: #fff;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin: 50px 0 0 0;
}

.top_voice li {
	width: 90%;
	margin: 40px auto 30px auto;
	padding: 0 2% 40px 2%;
	border-bottom: 1px dotted #999;
	flex-flow: row wrap;
	display: flex;
}

.top_voice li:last-child {
	border-bottom: none;
	padding: 0 2% 20px 2%;
}

.voice_img {
	width: 20%;
	margin: 0 3% 0 0;
	text-align: center;
	color: #00b900;
	font-size: 1.8rem;
	line-height: 2.6rem;
	font-weight: bold;
}

.voice_txt {
	width: 77%;
}

.voice_txt h4 {
	font-size: 2.8rem;
	line-height: 3.6rem;
	font-weight: bold;
}

.voice_txt p {
	margin: 15px 0 0 0;
}


/* TOP-コンテンツ（エピソード）
   ================================================================ */
.top_episode {
	padding: 80px 0 80px 0;
}

.top_episode h2 {
	font-size: 3.6rem;
	line-height: 4.4rem;
	font-weight: bold;
	color: #00b900;
	text-align: center;
}

.top_episode p {
	margin: 30px 0 0 0;
}


/* TOP-コンテンツ（プラン料金・お申込み）
   ================================================================ */
.top_price {
	padding: 80px 0 80px 0;
	background: #00b900;
	color: #fff;
}

.top_price h2 {
	font-size: 4.6rem;
	line-height: 5.4rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.top_price ul {
	flex-flow: row wrap;
	display: flex;
	margin: 50px 0 0 0;
}

.top_price li {
	margin: 0 2% 0 0;
	padding: 0 0 30px 0;
	width: 31%;
	color: #000;
	background: #fff;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	text-align: center;
}

.top_price li:last-child {
	margin: 0 0 0 0;
}

.top_price li h3 {
	color: #fff;
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 3.2rem;
	padding: 8px 0 12px 0;
	width: 100%;
}

.plan_copy {
	padding: 5px 0 5px 0;
	margin: 10px auto 10px auto;
	font-weight: bold;
	font-family: "Noto Sans Japanese";
	width: 94%;
}

.top_price li p {
	font-size: 2.8rem;
}

.bt_cv a {
	width: 90%;
	margin: 20px auto 0 auto;
    padding: 10px 0 10px 0;
	color: #00b900;
    display: block;
    background: #ffff00 url(images/common/ico_arrow_green.png) no-repeat;
    background-position: 10% 50%;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    text-decoration: none;
    text-align: center;
    font-size: 2.6rem;
    font-weight: bold;
}

.plan_txt {
	margin: 30px 0 0 0;
}

.plan_waku {
	margin: 30px 0 0 0;
	padding: 30px 3% 30px 3%;
	background: #fff;
	color: #000;
}

.plan_waku p {
	margin: 20px 0 0 0;
}

.plan_waku p:first-child {
	margin: 0 0 0 0;
}

/*月払いプランの内容*/
.plan01 {
	border: 5px solid #6fc0e9;
}

.plan01 h3 {
	background: #6fc0e9;
}

.plan01 p {
	color: #6fc0e9;
}

.plan01 .plan_price {
	color: #6fc0e9;
	width: 88%;
	margin: 20px auto 0 auto;
}

.plan01 .plan_price div {
	color: #6fc0e9;
	border: 1px solid #6fc0e9;
	width: 18%;
	float: left;
	margin: 0 2% 0 0;
}

.plan01 .plan_price p {
	float: left;
	font-size: 2.4rem;
	width: 79%;
}

.plan01 .plan_price p span {
	font-size: 4.6rem;
}

.plan01 .plan_price p .txt_small {
	font-size: 1.8rem;
}

.plan01 h4 {
	clear: both;
	background: url(images/top/plan_fuki01.png) no-repeat;
	background-position: 50% 50%;
	color: #6fc0e9;
	margin: 15px 0 5px 0;
}

.plan01 ul {
	margin: 20px auto 0 auto;
	padding: 20px 0 0 0;
	width: 90%;
	border-top: 1px solid #6fc0e9;
	display: block;
}

.plan01 li {
	background: url(images/top/ico_listmark01.png) no-repeat;
	background-position: 0 10px;
	width: 100%;
	text-align: left;
	padding: 0 0 0 8%;
}


/*6ヶ月前払いプランの内容*/
.plan02 {
	border: 5px solid #f87171;
}

.plan02 .plan_copy {
	background: #ffff00;
}

.plan02 h3 {
	background: #f87171;
}

.plan02 p {
	color: #f87171;
}

.plan02 .plan_price {
	color: #f87171;
	width: 88%;
	margin: 20px auto 0 auto;
}

.plan02 .plan_price div {
	color: #f87171;
	border: 1px solid #f87171;
	width: 18%;
	float: left;
	margin: 0 2% 0 0;
}

.plan02 .plan_price p {
	float: left;
	font-size: 2.4rem;
	width: 79%;
}

.plan02 .plan_price p span {
	font-size: 4.6rem;
}

.plan02 .plan_price p .txt_small {
	font-size: 1.8rem;
}

.plan02 h4 {
	clear: both;
	background: url(images/top/plan_fuki02.png) no-repeat;
	background-position: 50% 50%;
	color: #f87171;
	margin: 15px 0 5px 0;
}

.plan02 ul {
	margin: 20px auto 0 auto;
	padding: 20px 0 0 0;
	width: 90%;
	border-top: 1px solid #f87171;
	display: block;
}

.plan02 li {
	background: url(images/top/ico_listmark02.png) no-repeat;
	background-position: 0 10px;
	width: 100%;
	text-align: left;
	padding: 0 0 0 8%;
}


/*12ヶ月前払いプランの内容*/
.plan03 {
	border: 5px solid #ff9900;
}

.plan03 h3 {
	background: #ff9900;
}

.plan03 p {
	color: #ff9900;
}

.plan03 .plan_price {
	color: #ff9900;
	width: 88%;
	margin: 20px auto 0 auto;
}

.plan03 .plan_price div {
	color: #ff9900;
	border: 1px solid #ff9900;
	width: 18%;
	float: left;
	margin: 0 2% 0 0;
}

.plan03 .plan_price p {
	float: left;
	font-size: 2.4rem;
	width: 79%;
}

.plan03 .plan_price p span {
	font-size: 4.6rem;
}

.plan03 .plan_price p .txt_small {
	font-size: 1.8rem;
}

.plan03 h4 {
	clear: both;
	background: url(images/top/plan_fuki03.png) no-repeat;
	background-position: 50% 50%;
	color: #ff9900;
	margin: 15px 0 5px 0;
}

.plan03 ul {
	margin: 20px auto 0 auto;
	padding: 20px 0 0 0;
	width: 90%;
	border-top: 1px solid #ff9900;
	display: block;
}

.plan03 li {
	background: url(images/top/ico_listmark03.png) no-repeat;
	background-position: 0 10px;
	width: 100%;
	text-align: left;
	padding: 0 0 0 8%;
}


/*プランの注釈（リスト）*/
.plan_listmore {
	margin: 0;
	display: block;
}


/* TOP-コンテンツ（ご利用の流れ）
   ================================================================ */
.top_flow {
	padding: 80px 0 80px 0;
	background: #d3fed3;
}

.top_flow h2 {
	font-size: 3.6rem;
	line-height: 4.4rem;
	font-weight: bold;
	color: #00b900;
	text-align: center;
}

.top_flow h2 span {
	font-size: 6.0rem;
	line-height: 4.4rem;
}

.top_flow ul {
	margin: 50px 0 0 0;
	flex-flow: row wrap;
	display: flex;
}

.top_flow li {
	background: #fff;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    width: 45.5%;
    padding: 20px 2% 20px 2%; 
}

.top_flow li:first-child {
	margin: 0 0.5% 0 0;
}

.top_flow li:nth-child(2) {
	margin: 0 0 0 0.5%;
}

.top_flow li:nth-child(3) {
	margin: 10px 0.5% 0 0;
}

.top_flow li:nth-child(4) {
	margin: 10px 0 0 0.5%;
}

.flow_img {
	float: left;
	width: 22%;
	text-align: center;
	padding: 0 3% 0 0;
}

.flow_img img {
	max-width: 90%;
	margin: 10px 0 0 0;
}

.flow_txt {
	float: left;
	width: 69%;
	border-left: 1px dotted #00b900;
	padding: 0 0 0 3%;
}

.flow_txt h3 {
	font-weight: bold;
	font-size: 2.4rem;
	padding: 0 0 0 40px;
}

.top_flow li:first-child h3 {
	background: url(images/top/ico_maru01.png) no-repeat;
	background-position: 0 50%;
}

.top_flow li:nth-child(2) h3 {
	background: url(images/top/ico_maru02.png) no-repeat;
	background-position: 0 50%;
}

.top_flow li:nth-child(3) h3 {
	background: url(images/top/ico_maru03.png) no-repeat;
	background-position: 0 50%;
}

.top_flow li:nth-child(4) h3 {
	background: url(images/top/ico_maru04.png) no-repeat;
	background-position: 0 50%;
}

.flow_txt p {
	margin: 10px 0 0 0;
}


/* PAGE-コンテンツ
   ================================================================ */
.page {
	padding: 0 0 80px 0;
}

.page_title {
	background: #00b900;
	color: #fff;
	font-size: 2.8rem;
	text-align: center;
	width: 100%;
	padding: 30px 0 30px 0;
	margin: 0 0 80px 0;
}


/* お問合わせ
   ================================================================ */

.const_info {
}

.const_info img {
	width: 25%;
	margin: 30px 3% 0 0;
	float: left;
}

.const_info p {
	float: right;
	width: 72%;
}

/**
 * フォーム
**/

.form_box input[type=checkbox] {
    width: 25px;
    height: 25px;
    margin: 0 5px 0 0;
    vertical-align: middle;
}

.const_form {
	background: #f7fce8;
}

.form_box {
	margin: 0 auto 80px auto;
	padding: 0 0 50px 0;
	background: #fff;
	border-top: 15px solid #ff6666;
	font-family: "Noto Sans Japanese";
}

.form_box h3{
	font-size: 4.0rem;
	line-height: 5.0rem;
	font-family: "Noto Sans Japanese";
	font-weight: bold;
	text-align: center;
	margin: 50px 0 50px 0;
}

.form_box table{
	width: 94%;
	border: 1px solid #fdbdbd;
	margin: 30px auto 0 auto;
	font-size: 2.4rem;
	line-height: 3.4rem;
	font-weight: bold;
}

.form_box table th{
	width: 240px;
	border-bottom: 1px solid #fdbdbd;
	border-right: 1px solid #fdbdbd;
	background: #ffecec;
	padding: 15px;
	text-align: left;
	color: #ff6666;
	vertical-align: middle;

}

.form_box table td{
	border-bottom: 1px solid #fdbdbd;
	text-align: left;
	padding: 15px;
}


@media only screen and (max-width: 1000px) {

	.form_box table{
		width: 100%;
		margin: 30px 0 0 0;
		font-size: 2.8rem;
		line-height: 3.8rem;
		font-weight: bold;
	}

	.form_box table th{
		display: block;
		width: auto;
	}

	.form_box table td{
		display: block;
		width: auto;
	}

}

.yellow_mkbox {
	text-align: center;
	background: #fdfa0a;
	padding: 5px 0;
	margin: 0 0 10px 0;
}

.form_box a{
	color: #0099ff;
}

.any{
	background: #999999;
	color: #fff;
	font-size: 2.0rem;
	padding: 2px 5px;
	margin: 0 10px 0 0;
}

.required{
	background: #f83755;
	color: #fff;
	font-size: 2.0rem;
	padding: 2px 5px;
	margin: 0 10px 0 0;
}

.bt_doui{
	width: 90%;
	margin: 30px auto 0 auto;
	padding: 15px;
	display: block;
	border: 3px solid #ddd;
	text-align: left;
	font-weight: bold;
	font-size: 2.4rem;
}

@media only screen and (max-width: 1000px) {

	.bt_doui{
		margin: 30px 0 0 0;
	    padding: 15px 15px 20px 15px;
	    display: block;
	    border: 3px solid #ddd;
	    text-align: left;
	    font-weight: bold;
	    font-size: 4.0rem;
	    line-height: 5.0rem;
	}

}

/*フォーム(WPシステム上のソース)*/

.form_box input[type=checkbox] {
    width: 20px;
    height: 20px;
}

.form_box textarea {
    border: 1px solid #ddd;
    width: 100%;
}

.form_box　input {
    border: 1px solid #ddd;
    margin: 0 10px 0 0;
}

.form_box input, .contact_box textarea {
    padding: 10px;
    line-height: 2.8rem;
    font-size: 1.8rem;
}

.bt_send {
	width: 630px;
	height: 110px;
	margin: 40px auto 0 auto;
	transition: 0.5s;
	display: block;
}

.bt_send:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

@media only screen and (max-width: 1000px) {

	.form_box input[type=checkbox] {
	    width: 60px;
	    height: 60px;
	}

	.form_box input, .form_box textarea {
	    padding: 20px;
	    line-height: 5.2rem;
	    font-size: 4.2rem;
	    width: 95%;
	}

}


/* エラーメッセージ */

.screen-reader-response {
	display: block;
    padding: 0 20px;
    margin: 30px 0 20px 0;
    font-size: 2.4rem;
    line-height: 3.4rem;
    color: #ff0000;
    font-weight: bold;
    text-align: left;
}

.screen-reader-response ul {
	list-style: circle;
	list-style-position: inside;
	margin: 10px 0 0 0;
}

.wpcf7-not-valid-tip {
	background: #ff0000;
	color: #fff;
	padding: 5px 0;
	margin: 10px 0;
	text-align:center;
	width: 100%;
	display: block;
}

.wpcf7-validation-errors{
    margin: 30px 0 0 0;
    font-size: 2.4rem;
    line-height: 3.4rem;
    color: #ff0000;
    font-weight: bold;
	display: block;
    border: 5px solid #ff0000;
    padding: 20px;
}

.wpcf7-response-output{

}

.wpcf7-mail-sent-ok{
	margin: 30px 0 0 0;
    font-size: 2.4rem;
    line-height: 3.4rem;
    color: #000;
    font-weight: bold;
	display: block;
    border: 5px solid #fdfa0a;
    padding: 20px;
}