@charset "utf-8";
.mtll {
	margin-top: 120px !important;
}

.mbll {
	margin-bottom: 120px !important;
}

.ptll {
	padding-top: 120px !important;
}

.pbll {
	padding-bottom: 120px !important;
}

.mtl {
	margin-top: 80px !important;
}

.mbl {
	margin-bottom: 80px !important;
}

.ptl {
	padding-top: 80px !important;
}

.pbl {
	padding-bottom: 80px !important;
}

.mtml {
	margin-top: 50px !important;
}

.mbml {
	margin-bottom: 50px !important;
}

.ptml {
	padding-top: 50px !important;
}

.pbml {
	padding-bottom: 50px !important;
}

.mtm {
	margin-top: 45px !important;
}

.mbm {
	margin-bottom: 45px !important;
}

.ptm {
	padding-top: 45px !important;
}

.pbm {
	padding-bottom: 45px !important;
}

.mtms {
	margin-top: 20px !important;
}

.mbms {
	margin-bottom: 20px !important;
}

.ptms {
	padding-top: 20px !important;
}

.pbms {
	padding-bottom: 20px !important;
}

.mts {
	margin-top: 20px !important;
}

.mbs {
	margin-bottom: 20px !important;
}

.pts {
	padding-top: 20px !important;
}

.pbs {
	padding-bottom: 20px !important;
}

.mtss {
	margin-top: 10px !important;
}

.mbss {
	margin-bottom: 10px !important;
}

.ptss {
	padding-top: 10px !important;
}

.pbss {
	padding-bottom: 10px !important;
}

html {
	min-width: 1120px;
}

.inner {
	width: 1080px;
	margin-left: auto;
	margin-right: auto;
}


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

header {
	padding: 0 0 18px;
	position: relative;
}

header .header_in {
	justify-content: flex-start;
}

.seo_txt {
	background: #46c800;
	font-size: 1.2rem;
	color: #fff;
	padding: 4px 0;
	margin-bottom: 23px
}

header .logo {
	margin-right: 80px;
}

header .logo a {
	width: 176px;
	height: 81px;
}

header .header_in {
	height: inherit;
}

header .pc_tel {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

header .pc_tel li + li {
	margin-left: 20px;
}

.open_menu {
	z-index: 9999;
	position: relative;
	margin-left: auto;
	margin-right: 0;
	margin-top: -1px;
}

.open_menu > ul {
	position: relative;
	width: 270px;
}

.open_menu > ul a {
	font-size: 1.5rem;
	color: #fff;
	text-decoration: none;
	width: 100%;
	padding: 11px 15px;
	letter-spacing: 2px;
	background: #ff91b8;
}

.open_menu > ul a:hover {
	opacity: 1;
	background: #febbd3;
}

.open_menu > ul a {
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
}

.open_menu > ul > li > a {
	border-radius: 5px;
}

.open_menu > ul ul {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	display: none;
}

.open_menu > ul ul:before {
	position: absolute;
	top: -6px;
	height: 5px;
	width: 100%;
	content: "";
	background: #ff91b8;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
}

.open_menu > ul a:hover + ul:before {
	background: #febbd3;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
}

.open_menu > ul ul li {
	margin-top: 1px;
}

.open_menu .touch-button {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 50%;
	top: 15px;
	right: 15px;
	position: absolute;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
}

.open_menu .touch-button:before {
	content: "";
	position: absolute;
	top: 5px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-left: 2px solid #ff91b8;
	border-bottom: 2px solid #ff91b8;
	width: 8px;
	height: 8px;
	right: 6px;
}

.open_menu .flexnav-show + .touch-button {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
}

.open_menu > ul ul li:last-child a {
	border-radius: 0 0 5px 5px;
}

.open_menu .item-with-ul > a:hover {
	border-radius: 5px 5px 0 0;
}


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


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

.f_link01 {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: center;
}

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

.f_link01 li + li {
	margin-left: 5px;
}

.f_link02 {
	width: 970px;
	margin: 0 auto;
	position: relative;
}

.f_link02:before {
	position: absolute;
	content: "";
	background: url(../images/menu-kirakira2.png) left top no-repeat;
	width: 43px;
	height: 66px;
	top: -25px;
	background-size: contain;
	right: -50px;
}

.f_link02:after {
	position: absolute;
	content: "";
	background: url(../images/menu-kirakira1.png) left top no-repeat;
	width: 53px;
	height: 56px;
	bottom: -25px;
	background-size: contain;
	left: -50px;
}

.f_link02 li {
	width: 236px;
	margin: 0;
}

.f_link03 {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	margin: 0 auto;
	width: 991px;
}

.f_link03 li {
	width: 326px;
}

.f_link03 li:first-child {
	width: 329px;
}

.f_link03 li:last-child {
	width: 988px;
	margin-left: auto;
	margin-right: 0;
	margin-top: 15px;
}

/* バナー3個並び
.f_link04 {
	width: 584px;
	margin-left: auto;
	margin-right: auto;
}
*/

.f_link04 {
	width: 386px;
	margin-left: auto;
	margin-right: auto;
}

.f_link04 li {
	width: 186px;
	margin-bottom: 0;
}

.f_txt01 {
	margin-top: 30px;
	font-size: 1.3rem;
}

.f_link05 {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	width: 630px;
	margin-left: auto;
	margin-right: auto;
}

.f_link05 li {
	margin: 0;
}

.f_link05 li:not(:last-child) {
	width: 270px;
}

.f_link05 li:nth-child(2) {
	margin-left: 20px;
}

.f_link05 li:last-child {
	width: 350px;
	margin-top: 30px;
}


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

#page-top {
	right: 30px;
	bottom: 15px;
}

#page-top > img {
	width: 60px;
	height: 60px;
}


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

footer small {
	font-size: 1.2rem;
	padding: 30px;
}


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

main {}


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

.lead {
	font-size: 1.8rem;
	margin-bottom: 30px;
}


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


/*______________________________________________________________________________
page_tl_block */

.page_tl_block {
	margin-top: 75px;
	background: no-repeat;
	margin-bottom: 40px;
}

.page_tl_block .page_tl {
	background-size: 23px 6px;
	padding-bottom: 30px;
	width: inherit;
}

.page_tl_block .page_tl:before {
	width: 78px;
	height: 86px;
	bottom: 15px;
	left: -50px;
}

.page_tl_block .pink {
	font-size: 2rem;
}

.page_tl_block .main {
	font-size: 2.4rem;
}

.page_tl_block .page_tl * + * {
	margin-top: 12px;
}


/*______________________________________________________________________________
tl_02 */

.tl_02 {
	background-size: 23px 6px;
	padding-bottom: 25px;
	margin-bottom: 30px;
	margin-top: 50px;
	line-height: 1.9rem;
}


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


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

.btn_block {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

.btn_block ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.btn_block li {
	width: 360px;
}

.btn_block li + li {
	margin-top: 0;
}

.btn_block a {
	padding: 21px 10px;
	font-size: 1.9rem;
}

.btn_block .line a {
	padding-left: 50px;
}

.btn_block .line a:before {
	width: 32px;
	height: 31px;
	left: 14px;
}

.btn_block .mail a {
	padding-left: 35px;
}

.btn_block .mail a:before {
	width: 32px;
	height: 31px;
	left: 14px;
}

.btn_block .arrow a span {
	padding-right: 32px;
}

.btn_block .arrow a span:before {
	width: 22px;
	height: 22px;
}

.btn_block .arrow a span:after {
	width: 8px;
	height: 8px;
	right: 9px;
}

.link_arrow span {
	padding-right: 30px;
	font-size: 1.6rem;
}

.link_arrow span:before {
	width: 22px;
	height: 22px;
}

.link_arrow span:after {
	width: 8px;
	height: 8px;
	right: 9px;
}


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


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

.mv {
	margin-bottom: 80px;
	margin-top: 0;
}

.mv,
.mv .inner {
	height: 610px;
	position: relative;
}

.mv .img {
	width: 496px;
}

.mv .txt01 {
	font-size: 3.6rem;
	margin-bottom: 40px;
	line-height: 1.9;
}

.mv .txt02 {
	font-size: 2rem;
	letter-spacing: 0;
	line-height: 2.4;
}

.mv .txt {
	padding-top: 145px;
	padding-left: 50px;
}


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

.message_block {
	padding: 30px 50px;
	/* font-weight: bold; */
	text-align: center;
	font-size: 2rem;
	line-height: 2;
}

.message_block:before {
	width: 132px;
	height: 102px;
}

.message_block:after {
	width: 132px;
	height: 102px;
}


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

.green_block {
	padding: 10px;
}

.green_block_in {
	padding: 25px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.green_block figure {
	width: 310px;
	margin-right: 40px;
	margin-bottom: 0;
}

.green_block .txt_block {
	flex: 1;
}

.green_block .green_in_tl {
	text-align: left;
	font-size: 2.4rem;
	margin-bottom: 14px;
}

.green_block .copy {
	text-align: left;
	margin-bottom: 20px;
}

.green_block .txt {
	line-height: 2;
}

.green_block + .green_block {
	margin-top: 30px;
}


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

.dot_bg {
	padding: 70px 0;
}

.dot_yellow {
	padding: 60px 0;
}

.dot_bg.dot_bg_mini {
	padding: 35px 0 60px;
}

.bg_check {
	padding: 40px 0;
}


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

.money_block {
	margin-left: 90px;
	margin-top: 0;
	padding: 21px 20px 21px 110px;
	min-height: 180px;
}

.money_block .tl {
	width: 180px;
	top: 50%;
	left: -90px;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	height: 180px;
}

.money_block .con {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
}

.money_block .con:before {
	position: absolute;
	content: "";
	width: 2px;
	height: 100%;
	background: #4bd300;
	top: 0;
	left: 410px;
}

.money_block .example {
	width: 400px;
	margin-left: 0;
	margin-right: auto;
}

.money_block .txt {
	width: 410px;
	border-top: none;
	margin: 0;
	padding: 0;
	line-height: 2.1;
	font-size: 1.6rem;
}

.money_block .name_block {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 10px;
}

.money_block .name {
	font-size: 2rem;
}

.money_block .cat {
	margin: 0;
	font-size: 1.6rem;
	padding: 1px 13px;
	margin-left: 14px;
}

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

.money_block .con dl {
	font-size: 1.6rem;
}

.money_block .con dl + dl {
	margin-top: 0px;
}

.money_block + .money_block {
	margin-top: 44px;
}


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

.kakomi {
	padding: 35px;
	width: 100%;
}


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

.white_block {
	padding: 10px 10px 45px 10px;
}

.white_block .tl_box {
	padding: 10px;
	margin-bottom: 50px;
}

.white_block .tl_box_in {
	padding: 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.white_block .tl_box figure {
	margin-bottom: 0;
	width: 310px;
	margin-right: 40px;
}

.white_block .tl_box .txt {
	flex: 1;
}

.white_block .tl_box .in_tl {
	font-size: 2.5rem;
	text-align: left;
	padding-bottom: 25px;
}

.white_block .tl_box .tl_txt {
	font-size: 2rem;
	line-height: 2.1;
}

.white_block .con {
	margin-left: 40px;
	margin-right: 40px;
}

.white_block + .white_block {
	margin-top: 50px;
}

.white_block .img_block {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: -24px;
}

.white_block .img_block li {
	width: 306px;
	margin: 24px 0 0 0 !important;
}


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

.av_bnr {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.av_bnr li {
	width: 270px;
	margin: 0;
}

.av_bnr li + li {
	margin-top: 0;
}

.av_bnr li p + p {
	margin-top: 15px;
	font-size: 1.4rem;
}


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

.actress_block ul {
	margin-top: -50px;
}

.actress_block li {
	width: 226px;
	margin-top: 50px;
}

.actress_block li p + p {
	margin-top: 15px;
}


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

.voice_block_wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-top: -50px;
}

.voice_block_wrap.single {
	justify-content: center;
}

.voice_block,
.voice_block + .voice_block {
	width: 512px;
	margin-top: 50px;
}

.voice_block.single {
	width: 700px;
}

.voice_block .name {
	font-size: 1.8rem;
	margin-top: 20px;
	padding-bottom: 3px;
}

.voice_block .prof {
	font-size: 1.4rem;
}


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

.office_block_wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-top: -50px;
}

.office_block,
.office_block + .office_block {
	width: 512px;
	margin-top: 50px;
}

.office_block .name {
	font-size: 1.8rem;
	margin-top: 20px;
	padding-bottom: 3px;
}

.office_block .prof {
	font-size: 1.6rem;
	margin-top: 20px;
	padding-bottom: 3px;
}


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

.ribon_block {
	padding: 25px;
	overflow: hidden;
}

.ribon_block:after {
	width: 132px;
	height: 102px;
	right: -20px;
}

.ribon_block .hosoku {
	font-size: 1.6rem;
	display: inline;
	margin: 0;
}

.ribon_block + .ribon_block {
	margin-top: 30px;
}


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

.panel_block_wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
	margin-top: -45px;
}

.panel_block .btn_block li {
	width: 100%;
}

.panel_block,
.panel_block + .panel_block {
	width: 515px;
	margin-top: 45px;
	padding: 30px;
	position: relative;
	padding-bottom: 100px;
}

.panel_block .panel_tl {
	font-size: 2.4rem;
	margin-bottom: 20px;
}

.panel_block figure {
	width: 272px;
	margin-bottom: 20px;
}

.panel_block .btn_block {
	margin-top: 20px;
	width: 98%;
	width: calc(100% - 60px);
	position: absolute;
	bottom: 30px;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.panel_block .btn_block a {
	font-size: 2rem;
	padding: 6px;
	width: 272px;
	margin: 0 auto;
}

.panel_block .btn_block .btn_style {
	color: #fff;
	text-decoration: none;
	background: #ff91b8;
	display: block;
	text-align: center;
	letter-spacing: 0.1em;
	font-size: 2rem;
	padding: 6px;
	border-radius: 100px;
	width: 48.5%;
	margin: 0;
}

.box_c {
	margin-right: auto;
	margin-left: auto;
	margin-top: 45px;
}
/*______________________________________________________________________________
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
qa_block */

.qa_block {
	padding: 30px 40px;
}

.qa_block .qa_q {
	font-size: 2.4rem;
	padding-bottom: 20px;
	margin-bottom: 25px;
}

.qa_block + .qa_block {
	margin-top: 35px;
}


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


.form_block dl {
	display: flex;
	flex-wrap: wrap;
	padding: 20px;
	margin: 30px 0;
	background: #fcfff7;
	border-radius: 10px;
}
.form_block dt {
	color: #000;
	width: 40%;
	padding-bottom: 20px;
	margin: 0;
}
.form_block dd {
	width: 60%;
	padding-bottom: 20px;
}

.form_txt_01 {
	background: #FFF;
	width: 80%;
	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: 80%;
	height: 16rem;
	border-radius: 7px;
	padding: 0.5em;
	border: 1px solid #59ce19;
	margin-bottom:0;
}
.btn_send img {
	width: 294px;
}

.form_content {
	padding-top: 80px;
}

.form-inner {
padding-top: 0;
    margin-top:0;
}

.bnr {
	margin: 0 auto 4vw auto;
	width: 400px;
}
/*------------------------------------------------------------------------------
--------------------------------------------------------------------------------LINE info
img_layout */

.img_layout {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.img_layout figure {
	max-width: 300px;
	width: 28%;
	margin: 0;
}

.img_layout .txt_block {
	width: 65%;
}

.img_layout.img_layout_r {
	flex-direction: row-reverse;
}

.img_layout_c {
	align-items: center;
}

.img_layout_step .stelnum {
	width: 100px;
	height: 90px;
	padding: 16px;
	font-size: 4.8rem;
	left: 0;
	top: -53px;
}

.img_layout_step .stelnum span {
	font-size: 1.4rem;
}

.img_layout_step .stelnum:after {
	border-width: 20px 50px 0 50px;
	bottom: -20px;
}

.img_layout .txt_block {
	position: relative;
}

.img_layout_step .step_tl {
	font-size: 2.6rem;
	margin-left: 120px;
	margin-bottom: 50px;
}

.kakomi_line {
	margin-top: 70px;
	border-radius: 10px;
	padding: 40px;
}

.kakomi_line + .kakomi_line {
	margin-top: 30px;
}
aside {
	margin-top: 80px;
}

.graybg {
	padding: 50px 0;
}

.inbeta {
	margin-top: 30px;
	padding: 20px;
}
.kakomi_line p.btn_block {
	width: 360px;
	margin-top: 20px;
}
.kakomi_line .btn_block a {
	font-size: 2rem;
	padding: 6px;
	width: 272px;
	margin: 0 auto;
}