<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*
/*    CSS MENU
/*
/*    -&gt; header
/*    -&gt; footer + pagetop
/*    -&gt; モジュール
/*    -&gt; ページ固有
*/


/*******************************************************************************
/*******************************************************************************
header */

header {
	padding: 8px 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	background: #fff;
}

header .header_in {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	height: 40px;
}

header .logo a {
	background: url(../images/logo.png) center center no-repeat;
	width: 88px;
	height: 40px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
	background-size: contain;
}

header .logo {
	margin-left: 0;
	margin-right: auto;
}

header .btn.rbc-alpha {
	background: #ff91b8;
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 7px 10px 6px 10px;
	border-radius: 5px;
	font-size: 11px;
}

header #sp-line {
	background: url(../images/line_sp.png) center center no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
	background-size: contain;
	height: 30px;
	width: 37.5px;
	margin-left: 6px;
}

header #sp-call {
	background: url(../images/call_sp.png) center center no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
	background-size: contain;
	height: 30px;
	width: 37.5px;
	margin-left: 6px;
}

.remodal-wrapper {
	position: fixed;
	z-index: 10000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	overflow: auto;
	text-align: center;
	-webkit-overflow-scrolling: touch;
}

.remodal {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	min-height: 100%;
	padding: 10vw;
	-webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
	-webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
	transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
	transition: transform 0.2s ease-out, opacity 0.2s ease-out;
	transition: transform 0.2s ease-out, opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
	-webkit-transform: scale(0.95);
	transform: scale(0.95);
	opacity: 0;
	color: #182a3c;
	background: rgba(255, 255, 255, 0.85);
	background-clip: padding-box;
	padding-top: 15vw;
}

.remodal-is-active .remodal {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.remodal li {
	margin-top: 7vw;
}

.remodal li a {
	display: block;
	text-decoration: none;
}

.remodal.spcontact li a {
	background: #ff92b9;
	color: #fff;
	font-size: 2rem;
	padding: 3vw;
	border-radius: 10vw;
}

.remodal.spcontact li.line a {
	background: #4ad300;
}

.remodal-close {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 32px;
	height: 32px;
	-webkit-transition: background 0.2s ease-out;
	transition: background 0.2s ease-out;
	text-decoration: none;
	border-radius: 50%;
	background: url(../images/close.png) center center no-repeat;
	background-size: contain;
	display: block;
}


/*******************************************************************************
/*******************************************************************************
footer + pagetop */


/*______________________________________________________________________________
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
f_link */

.f_link01 a,
.f_link02 a,
.f_link03 a,
.f_link04 a,
.f_link05 a {
	width: 100%;
}

.f_link01 li + li,
.f_link03 li + li,
.f_link05 li + li {
	margin-top: 3vw;
}

.f_link02 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-top: -2%;
}

.f_link02 li {
	width: 48%;
	margin-top: 2%;
}

.f_link04 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-left: -0.3vw;
	margin-right: -0.3vw;
}

.f_link04 li {
	width: 48%;
	margin-bottom: 3vw;
}

.f_txt01 {
	margin-top: 5vw;
}

.f_link05 li {
	margin-left: auto;
	margin-right: auto;
}

.f_link05 li:not(:last-child) {
	width: 55%;
}

.f_link05 li:last-child {
	width: 80%;
}


/*______________________________________________________________________________
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
page-top */

#page-top {
	position: absolute;
	bottom: 15px;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	float: right;
	right: 10px;
	margin-bottom: -5px;
}

#page-top.fixed {
	position: fixed;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

#page-top &gt; img {
	height: 39px;
	width: 39px;
}


/*______________________________________________________________________________
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
footer*/

footer {
	border-top: 5px solid #86db0e;
}

footer small {
	text-align: center;
	display: block;
	padding: 5vw;
}


/*******************************************************************************
/*******************************************************************************
モジュール */

main {
	position: relative;
	padding-bottom: 60px;
}


/*______________________________________________________________________________
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
テキスト */

.lead {
	text-align: center;
	font-weight: bold;
	margin-bottom: 4vw;
	line-height: 1.9;
}

.under_line.txtf {
	text-decoration: underline;
}


/*______________________________________________________________________________
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
タイトル */


/*______________________________________________________________________________
page_tl_block */

.page_tl_block {
	margin-top: 8vw;
	text-align: center;
	margin-bottom: 5vw;
}

.page_tl_block .page_tl {
	display: inline-block;
	background: url(../images/tl_oblique.png) left bottom repeat-x;
	background-size: 5.1vw;
	padding-bottom: 4vw;
	position: relative;
	width: 100%;
}

.page_tl_block .page_tl:before {
	position: absolute;
	content: "";
	background: url(../images/h2_icon.png) left bottom no-repeat;
	width: 10vw;
	height: 100%;
	background-size: contain;
	left: 0;
	bottom: 3vw;
}

.page_tl_block .pink {
	display: block;
	color: #ff91b8;
	font-weight: bold;
	font-size: 1.8rem;
	position: relative;
}

.page_tl_block .main {
	display: block;
	font-weight: bold;
	font-size: 2.1rem;
	position: relative;
}

.page_tl_block .page_tl * + * {
	margin-top: 2vw;
}


/*______________________________________________________________________________
tl_02 */

.tl_02 {
	margin-top: 5vw;
	background: url(../images/tl_oblique.png) left bottom repeat-x;
	background-size: 5.1vw;
	padding-bottom: 4vw;
	position: relative;
	margin-bottom: 5vw;
	font-weight: bold;
	font-size: 1.9rem;
	line-height: 1.7;
}

.tl_02 span {
	color: #ff91b8;
}


/*______________________________________________________________________________
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
リスト */


/*______________________________________________________________________________
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ボタン */

.btn_block a {
	color: #fff;
	text-decoration: none;
	background: #ff91b8;
	display: block;
	text-align: center;
	border-radius: 7px;
	letter-spacing: 0.1em;
	font-size: 1.8rem;
	padding: 3vw 2vw;
}

.btn_block li {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.btn_block li + li {
	margin-top: 4vw;
}

.btn_block .line a {
	position: relative;
	padding-left: 8.5vw;
	background: #4bd300;
}

.btn_block .line a:before {
	position: absolute;
	content: "";
	background: url(../images/icon_line.png) center center no-repeat;
	width: 6vw;
	height: 6vw;
	background-size: contain;
	left: 2vw;
	top: 50%;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

.btn_block .mail a {
	position: relative;
	padding-left: 8vw;
}

.btn_block .mail a:before {
	position: absolute;
	content: "";
	background: url(../images/icon_mail.png) center center no-repeat;
	width: 6vw;
	height: 6vw;
	background-size: contain;
	left: 2vw;
	top: 50%;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

.btn_block .arrow span {
	position: relative;
	padding-right: 6vw;
	display: inline-block;
}

.btn_block .arrow a span:before {
	content: "";
	position: absolute;
	background: #fff;
	width: 4vw;
	height: 4vw;
	border-radius: 50%;
	top: 50%;
	right: 0%;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

.btn_block .arrow a span:after {
	content: "";
	position: absolute;
	width: 1.5vw;
	height: 1.5vw;
	top: 50%;
	right: 1.5vw;
	-webkit-transform: translate(0%, -50%) rotate(-135deg);
	transform: translate(0%, -50%) rotate(-135deg);
	border-left: 2px solid #ff91b8;
	border-bottom: 2px solid #ff91b8;
}

.link_arrow span {
	position: relative;
	padding-right: 6vw;
	display: block;
}

.link_arrow span:before {
	content: "";
	position: absolute;
	background: #4bd300;
	width: 4vw;
	height: 4vw;
	border-radius: 50%;
	top: 50%;
	right: 0%;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

.link_arrow span:after {
	content: "";
	position: absolute;
	width: 1.5vw;
	height: 1.5vw;
	top: 50%;
	right: 1.5vw;
	-webkit-transform: translate(0%, -50%) rotate(-135deg);
	transform: translate(0%, -50%) rotate(-135deg);
	border-left: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}


/*______________________________________________________________________________
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
表 */


/*______________________________________________________________________________
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
mv */

.mv {
	background: #f3f5f4;
	position: relative;
	height: 73vw;
	margin-bottom: 5vw;
	margin-top: 56px;
}

.mv .txt {
	padding-top: 13vw;
	position: relative;
	z-index: 10;
}

.mv .txt01 {
	color: #ff91b8;
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 1.6;
	margin-bottom: 5vw;
}

.mv .txt02 {
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 1.8;
}

.mv .img {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 46vw;
	z-index: 9;
}


/*______________________________________________________________________________
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
message_block */

.message_block {
	border: 2px solid #4bd301;
	background: url(../images/dot_yellow.png) center center repeat;
	background-size: 6px;
	position: relative;
	padding: 4vw;
	font-weight: bold;
}

.message_block:before {
	position: absolute;
	content: "";
	background: url(../images/ribbon_t.png) left top no-repeat;
	width: 15vw;
	height: 100%;
	background-size: contain;
	top: 0;
	left: 0;
}

.message_block:after {
	position: absolute;
	content: "";
	background: url(../images/ribbon_b.png) right bottom no-repeat;
	width: 15vw;
	height: 100%;
	background-size: contain;
	bottom: 0;
	right: 0;
}

.message_block p {
	position: relative;
}


/*______________________________________________________________________________
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
green_block */

.green_block {
	border: 1px solid #eceee8;
	padding: 2vw;
}

.green_block_in {
	background: #f4faea;
	padding: 6vw;
}

.green_block figure {
	position: relative;
	width: 74%;
	margin: 0 auto 3vw;
}

.green_block figure:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	border: 1px solid #46c800;
	width: 100%;
	height: 100%;
}

.green_block .green_in_tl {
	font-weight: bold;
	text-align: center;
	font-size: 2.1rem;
	margin-bottom: 2vw;
}

.green_block .copy {
	color: #47cb00;
	text-align: center;
	font-size: 2rem;
	margin-bottom: 3vw;
}

.green_block + .green_block {
	margin-top: 3vw;
}


/*______________________________________________________________________________
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
bg */

.dot_bg {
	background: url(../images/bg-dot2.png) left top repeat;
	padding: 5vw 0;
}

.dot_yellow {
	background: url(../images/dot_yellow_big.png) left top repeat;
	padding: 5vw 0;
}

.bg_check {
	background: url(../images/bg-pattern1.png) left top repeat;
	padding: 5vw 0;
}


/*______________________________________________________________________________
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
money_block */

.money_block {
	border: 2px solid #4bd301;
	border-radius: 10px;
	position: relative;
	background: #fff;
	margin-top: 15vw;
	padding: 18vw 5vw 5vw;
}

.money_block .tl {
	position: absolute;
	background: #4bd301;
	width: 30vw;
	height: 30vw;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #fff;
	border-radius: 50%;
	font-size: 2.2rem;
	line-height: 1.4;
	top: -15vw;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	font-weight: bold;
}

.money_block .tl p:nth-child(2) {
	font-size: 4rem;
	font-weight: bold;
	line-height: 1.2;
}

.money_block .tl p:nth-child(3) {
	line-height: 1.2;
}

.money_block .tl p:nth-child(3) span {
	font-size: 50%;
	vertical-align: middle;
}

.money_block .name_block {
	text-align: center;
	margin-bottom: 5vw;
}

.money_block .name {
	font-weight: bold;
	text-align: center;
	font-size: 2.8rem;
}

.money_block .cat {
	background: #ff91b8;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	font-size: 2rem;
	padding: 0.6vw 3vw;
	border-radius: 13vw;
	margin-top: 2vw;
}

.money_block .cat span {
	font-size: 80%;
	vertical-align: baseline;
}

.money_block .con dl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	font-weight: bold;
	font-size: 1.6rem;
}

.money_block .con dt {
	width: 10.5em;
}

.money_block .con dd {
	flex: 1;
}

.money_block .con dl + dl {
	margin-top: 1.5vw;
}

.money_block .txt {
	margin-top: 3vw;
	padding-top: 3vw;
	border-top: 2px solid #4bd300;
}

.money_block + .money_block {
	margin-top: 19vw;
}


/*______________________________________________________________________________
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
kakomi */

.kakomi {
	border: 1px solid #4bd300;
	border-radius: 10px;
	background: #fff;
	padding: 5vw;
}


/*______________________________________________________________________________
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
white_block */

.white_block {
	border: 2px solid #4bd300;
	background: #fff;
	padding: 3vw 3vw 5vw 3vw;
}

.white_block .tl_box {
	border: 1px solid #ebede6;
	padding: 3vw;
	margin-bottom: 5vw;
}

.white_block .tl_box_in {
	background: #f4faea;
	padding: 4vw;
}

.white_block .tl_box figure {
	position: relative;
	width: 75%;
	margin: 0 auto 4vw auto;
}

.white_block .tl_box figure:before {
	position: absolute;
	content: "";
	border: 1px solid #4bd300;
	width: 100%;
	height: 100%;
}

.white_block .tl_box .in_tl {
	color: #4bd300;
	font-weight: bold;
	text-align: center;
	font-size: 2.3rem;
	padding-bottom: 3vw;
}

.white_block .tl_box .tl_txt {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.8;
}

.white_block .con {
	margin-left: 2vw;
	margin-right: 2vw;
}

.white_block .img_block li {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}

.white_block .img_block li + li {
	margin-top: 5vw;
}

.white_block + .white_block {
	margin-top: 5vw;
}


/*______________________________________________________________________________
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
av_bnr */

.av_bnr li {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.av_bnr li p + p {
	margin-top: 3vw;
	font-size: 90%;
}

.av_bnr li + li {
	margin-top: 5vw;
}

.av_bnr a {
	color: #000;
	text-decoration: none;
}


/*______________________________________________________________________________
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
actress_block */

.actress_block {
	margin-top: -4%;
}

.actress_block ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-top: -4%;
}

.actress_block li {
	width: 47%;
	text-align: center;
	margin-top: 4%;
}

.actress_block li p + p {
	margin-top: 2vw;
}


/*______________________________________________________________________________
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
voice_block */

.voice_block a {
	text-decoration: none;
	color: #000;
	text-align: center;
	width: 100%;
}

.voice_block .name {
	color: #4bd300;
	font-size: 2rem;
	margin-top: 2vw;
	padding-bottom: 0.5vw;
	line-height: 1.4;
}

.voice_block + .voice_block {
	margin-top: 4vw;
}


/*______________________________________________________________________________
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
office_block */

.office_block {
	text-decoration: none;
	color: #000;
	text-align: center;
	width: 100%;
}

.office_block .prof {
	font-size: 1.6rem;
	margin-top: 2vw;
	padding-bottom: 0.5vw;
	line-height: 1.4;
}

.office_block + .office_block {
	margin-top: 4vw;
}



/*______________________________________________________________________________
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ribon_block */

.ribon_block {
	border: 2px solid #4bd301;
	background: url(../images/dot_yellow.png) center center repeat;
	background-size: 6px;
	position: relative;
	padding: 4vw;
}

.ribon_block:after {
	position: absolute;
	content: "";
	background: url(../images/ribbon_b.png) right bottom no-repeat;
	width: 15vw;
	height: 100%;
	background-size: contain;
	bottom: 0;
	right: 0;
}

.ribon_block p {
	position: relative;
	font-weight: bold;
	font-size: 2rem;
	z-index: 10;
}

.ribon_block + .ribon_block {
	margin-top: 3vw;
}

.ribon_block .hosoku {
	font-weight: normal;
	display: block;
	margin-top: 1vw;
}


/*______________________________________________________________________________
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
panel_block */

.panel_block {
	border: 2px solid #4bd301;
	background: url(../images/dot_yellow.png) center center repeat;
	background-size: 6px;
	position: relative;
	padding: 5vw 4vw;
}

.panel_block .panel_tl {
	color: #4bd300;
	text-align: center;
	font-weight: bold;
	font-size: 2.5rem;
	margin-bottom: 3vw;
}

.panel_block figure {
	position: relative;
	width: 74%;
	margin: 0 auto 3vw;
}

.panel_block figure:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	border: 1px solid #46c800;
	width: 100%;
	height: 100%;
}

.panel_block .btn_block {
	margin-top: 5vw;
}

.panel_block .btn_block a {
	border-radius: 10vw;
}

.panel_block .btn_block .line {
	background: #4bd300;
}

.panel_block + .panel_block {
	margin-top: 5vw;
}

.box_c {
	margin-top: 5vw;
}

/*______________________________________________________________________________
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
qa_block */

.qa_block {
	border: 2px solid #4bd301;
	background: #fff;
	background-size: 6px;
	position: relative;
	padding: 4vw;
	border-radius: 8px;
}

.qa_block .qa_q {
	color: #4bd300;
	font-size: 2rem;
	position: relative;
	padding-left: 1.5em;
	font-weight: bold;
	border-bottom: 2px solid #4bd300;
	padding-bottom: 2vw;
	margin-bottom: 3vw;
}

.qa_block .qa_q:before {
	position: absolute;
	content: "Q.";
	top: 0;
	left: 0;
}

.qa_block + .qa_block {
	margin-top: 5vw;
}


*______________________________________________________________________________
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
form_block */


.form_block dl {
	display: block;
}
.form_block dt {
	color: #45c600;
	width: 100%;
	margin-top: 6vw;
	margin-bottom: 1vw;
}
.form_block dd {
	width: 100%;
	padding-bottom: 0;
}
.form_txt_01 {
	background: #FFF;
	width: 100%;
	border-radius: 7px;
	padding: 0.5em;
	border: 1px solid #59ce19 !important;
}
.form_txt_02 {
	background: #FFF;
	width: 20%;
	border-radius: 7px;
	padding: 0.5em;
	margin-right: 6px;
	border: 1px solid #59ce19 !important;
}
textarea {
	background: #FFF;
	width: 100%;
	height: 16rem;
	border-radius: 7px;
	padding: 0.5em;
	border: 1px solid #59ce19;
	margin-bottom: 4vw;
}
.btn_send {
	text-align:center;
	margin-top: 20px;
}

.btn_send img {
	width: 80%;
}

.form_content {
	padding-top: 40px;
}

.form-inner {
padding-top: 50px;
    margin-top:-50px;
}

.IDd {
	font-size: 76%;
	text-align: center;
	margin: 0 0 20px 0;

}

.bnr {
	margin: 4vw;
}
/*------------------------------------------------------------------------------
--------------------------------------------------------------------------------LINE info
img_layout */

.img_layout figure {
	width: 50vw;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 6vw;
}

.img_layout_step .stelnum {
	background: #00ca41;
	color: #fff;
	top: 0;
	position: absolute;
	left: 5.6vw;
	font-size: 9vw;
	font-weight: 500;
	line-height: 1.2;
	padding: 3vw 0 0;
	width: 18vw;
	text-align: center;
}

.img_layout_step .stelnum:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4vw 9vw 0 9vw;
	border-color: #00ca40 transparent transparent transparent;
	bottom: -4vw;
	left: 0;
}

.img_layout_step .stelnum span {
	display: block;
	font-size: 1rem;
}

.img_layout_step .step_tl {
	font-weight: 500;
	margin-left: 23vw;
	font-size: 2rem;
	line-height: 1.4;
	margin-bottom: 8vw;
}

.img_layout_step_pink .stelnum {
	background: #ff91b8;
}

.img_layout_step_pink .stelnum:after {
	border-color: #ff91b8 transparent transparent transparent;
}

.kakomi_line {

	background: url(../images/dot_yellow.png) center center repeat;
	background-size: 6px;
	margin-top: 8vw;
	padding: 8vw 5.6vw;
	position: relative;
	border-radius: 0 !important;
	border: 2px solid #4bd301;
}

.kakomi_line + .kakomi_line {
	margin-top: 3vw;
}

.graybg {
	background: #f4f7fb;
	padding: 12vw 0;
}
.img_layout figure {

	border: 1px solid #46c800;

}

.graybg &gt; .inner &gt; div &gt; .kakomi:first-child {
	margin-top: 0;
}

aside {
	margin-top: 12vw;
}

.inbeta {
	background: #FFF;
	padding: 5vw;
	margin-top: 5vw;
}
.kakomi_line .btn_block {
	margin: 4vw auto 0 auto;
	width:90%;
	text-align: center;
}
.kakomi_line .btn_block .line {
background: #4bd301;
	border-radius: 10vw;
}
h3.step_tl {
	font-weight: 700 !important;
	font-size: 2.7rem !important;
	margin-bottom: 3vw;
}

.kakomi_line h4 {
	color: #4bd300;
	font-weight: 700;
	font-size: 2.2rem !important;
	margin-bottom: 2vw;
}
</pre></body></html>