@charset "UTF-8";

/**
 *
 * レスポンシブウェブデザイン用
 *
**/



/**
 * スマートフォン端末用
**/

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

/**
 * 再定義
**/

body {
	min-width: 0;
	font-size: 1.6rem;
	line-height: 2.6rem;
}


a.opa:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

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


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



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


/**
 * ラップ
**/
.wrap {
	width: 100%;
}

.con_inner {
	margin: 0 auto 0 auto;
	width: 90%;
}


/**
 * ヘッダー
**/
header {
	width: 94%;
	margin: 0 auto 0 auto;
	padding: 0 0 10px 0;
}

/*header 左*/
.h_logo{
	float: left;
	margin: 15px 0 0 0;
	width: 55%;
}

.h_logo img{
	display: block;
	width: 60%;
}

.h_logo h1{
	font-size: 1.0rem;
	line-height: 1.4rem;
	margin: 5px 0 0 0;
}

/*header 右*/
nav {
	float: right;
	width: 45%;
}

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

nav li {
	float: right;
    border: none;
    margin: 0 0 0 3%;
	width: 42%;
}

nav li a {
	padding: 0;
}

nav li a img {
	width: 100%;
	height: auto;
	display: block;
}

.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: 90%;
	margin: 20px auto 0 auto;
    padding: 15px 0 15px 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.0rem;
    font-weight: bold;   
}

.bt_green_u a {
	width: 90%;
	margin: 30px auto 0 auto;
    padding: 15px 0 15px 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.0rem;
    font-weight: bold;
}

.bt_green_t a {
	width: 90%;
	margin: 30px auto 0 auto;
    padding: 15px 0 15px 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.0rem;
    font-weight: bold;
}



/**
 * フッター
**/

footer {
	width: 96%;
	margin: 0 0 0 0;
	padding: 20px 3% 20px 3%;
	background: #0a490a;
	text-align: center;
	color: #fff;
	font-size: 1.2rem;
	line-height: 2.0rem;
}

footer a {
	color: #fff !important;
}

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



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

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

/*左コンテンツ*/
.main_l {
	width: 100%;
	margin: 0 0 0 0;
	float: none;
}

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

.main_l h2 span {
	font-size: 3.4rem;
	line-height: 4.0rem;
}

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

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

.main_price_r {
	float: left;
	width: 78%;
	margin: 5px 0 0 0;
	font-size: 1.8rem;
	line-height: 2.0rem;
	font-weight: bold;
}

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

.copy_price01 {
	font-size: 4.0rem;
	line-height: 5.0rem;
	font-style: italic;
}

.sp_mainimg {
	width: 90%;
	margin: 20px 5% 0 5%;
	display: block;
}

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

.main_point li {
	margin: 10px 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: 2px 0 2px 0;
	text-align: center;
	font-size: 1.0rem;
	line-height: 1.4rem;
	width: 15%;
	float: left;
}

.main_point li p {
	font-size: 1.7rem;
	float: left;
	margin: 5px 0 0 0;
	width: 81%;
}

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


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

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

.top_service h2 span {
	font-size: 3.0rem;
	line-height: 3.8rem;
	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: 30px 0 0 0;
	width: 100%;
}

.service_list li:nth-child(3),
.service_list li:nth-child(5) {
	border-right: none;
	width: 100%;
	padding: 30px 0 0 0;
}

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

.service_list li h3 {
	font-size: 2.4rem;
	line-height: 3.0rem;
	padding: 0 0 0 20%;
	font-weight: bold;
	width: auto;
	height: auto;
	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%;
	background-size: auto 35px;
}

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

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

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

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

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


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

.service_eg {
	border: 1px solid #ddd;
	margin: 30px 0 0 0;
	position: relative;
	padding: 30px 3% 30px 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: 80%;
	text-align: center;
}

.service_eg img {
	width: 100%;
	float: none; 
}

.service_eg_r {
	width: 100%;
	float: none;
}

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

.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: 15px 0 0 0;
}


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

.service_box img {
	float: none;
	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: 1.6rem;
    font-weight: bold;
}


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

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

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

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

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

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

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

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

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

.top_merit li img {
	margin: 15px 0 0 0;
	max-width: 30%;
}

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

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


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

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

.top_reson h2 span {
	font-size: 5.0rem;
	line-height: 3.8rem;
}

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

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

.top_reson li:last-child {
	width: 100%;
	margin: 30px 0 0 0;
}

.top_reson li h3 {
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 3.2rem;
	margin: 10px 0 0 0;
}

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

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


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

.top_voice h2 {
	font-size: 2.4rem;
	line-height: 3.2rem;
	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: 30px 0 0 0;
}

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

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

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

.voice_txt {
	width: 100%;
}

.voice_txt h4 {
	font-size: 2.2rem;
	line-height: 3.0rem;
	font-weight: bold;
	margin: 10px 0 0 0;
}

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


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

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

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


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

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

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

.top_price li {
	margin: 0 0 20px 0;
	padding: 0 0 30px 0;
	width: 100%;
	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: 4px 0 10px 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: 20px 0 0 0;
}

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

.plan_waku p {
	margin: 15px 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.0rem;
}

.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 7px;
	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.0rem;
}

.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 7px;
	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.0rem;
}

.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 7px;
	width: 100%;
	text-align: left;
	padding: 0 0 0 8%;
}


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

.plan_listmore li {
	margin: 5px 0 0 0;
}


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

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

.top_flow h2 span {
	font-size: 5.0rem;
	line-height: 4.2rem;
}

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

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

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

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

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

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

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

.flow_img img {
	max-width: 80%;
	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.0rem;
	padding: 0 0 0 30px;
}

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

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

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

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

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


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

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


}