@charset "UTF-8";

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

html {
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 62.5%;
}

/*@media screen and (max-width: 768px) {
	html {
		font-size: 70%;
	}
}*/
header,
footer{
	background: url('../../../images/lp/mangalp/header_logo_bg.png') no-repeat center bottom;
	background-size: cover;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

body {
	margin: 0;
	padding: 0;
	color: #4d4d4d;
	line-height: 1.6;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック',  'メイリオ', 'Meiryo', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 1.5rem;
	width: 100%;
    height: 100vh;
	letter-spacing: 2px;
	background: #fff;
	font-feature-settings: "palt" 1;
}

div,
h1,
h2,
h3,
p,
ul,
ol,
li,
dl,
dt,
dd {
	margin: 0;
	padding: 0
}

li {
	list-style: none
}

img {
	border: 0;
	height: auto;
	vertical-align: bottom;
}

a {
	text-decoration: none;
	color: #666
}

a:hover {
	opacity: .95
}
section{
	max-width: 820px;
    margin: 0 auto;
    padding-top: 60px;
}

h1{
	font-size: 2em;
    line-height: 1.4;
    border-bottom: 2px dotted #bdbdbd;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-align: center;
}
h1 span{
	    display: block;
    font-size: .8em;
}
h2 {
	padding: .25em .5em;
    margin: 80px auto 30px;
    color: #494949;
    background: 0 0;
    border-left: solid 5px #ff6c94;
}
.serif{
	/*font-family: 'Times New Roman', "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;*/
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
}

.on_sp{
	display: none;
}
.red{
	font-weight: 900;
	color: #e53935;
}
.blue{
	font-weight: 900;
	color: #3187f9;
}
.green{
	font-weight: 900;
	color: #4caf50;
}
.bold{
	font-weight: 900;
}
.bk_pink{
	background: rgba(255, 213, 227, 0);
    background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 50%, rgb(255, 213, 227) 0%);
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 50%, rgb(255, 213, 227) 0%);
    background: -o-linear-gradient(90deg, rgba(255, 255, 255, 0) 50%, rgb(255, 213, 227) 0%);
    background: -ms-linear-gradient(90deg, rgba(255, 255, 255, 0) 50%, rgb(255, 213, 227) 0%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, rgb(255, 213, 227) 0%);
}
.kv,
.sec{
	text-align: center;
}
.kv img,
.sec img{
	width: 100%;
	max-width: 600px;
}
.sec img:not(:last-child){
	margin-bottom: 1em;
}
.txt_in p:not(:last-child){
	margin-bottom: 1em;
}
.cv_link{
	text-align: center;
	padding: 0 1em;
	margin: 1em auto;
}
.cv_link a img{
	width: 100%;
	max-width: 350px;
}
.link_b{
	    text-align: right;
    margin-top: 5px;
}
.link_b a{
	color: #1071bc;
    text-decoration: underline;
}
.chara{
	-webkit-flex: 0 0 25%;
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    -o-flex: 0 0 25%;
    flex: 0 0 25%;
	margin-right: 2%;
}
.chara img{
	display: block;
	margin-right: auto;
	margin-left: auto;
	border-radius: 50%;
	width: 100px;
}
.talker{
	margin: 2em auto;
}
.talker .chara+div{
    position: relative;
    padding: 1em;
    border: 1px solid #ccc;
    background: #fff;
    font-size: 1.6rem;
    font-weight: 900;
    -webkit-flex: 1 0 70%;
    -moz-flex: 1 0 70%;
    -ms-flex: 1 0 70%;
    -o-flex: 1 0 70%;
    flex: 1 0 70%;
    border-radius: 10px;
}
.talker .chara+div:before,
.talker .chara+div:after{
	position: absolute;
    top: 50%;
    width: 0;
    height: 0;
    border: solid transparent;
    content: "";
    right: 100%;
}
.talker .chara+div:before{
	    margin-top: -9px;
    border-width: 9px 21px;
    border-color: transparent;
    border-right-color: #ccc;
}
.talker .chara+div:after{
	margin-top: -8px;
    border-width: 8px 20px;
    border-color: transparent;
    border-right-color: #fff;
}

.stech_bx{
	padding: 1.5em;
    margin: 2em 0;
    background: #fff2f6;
    box-shadow: 0 0 0 8px #fff2f6;
    border: dashed 2px #ffa5c1;
}

.recommended_h2,
.reason_h2{
	border: none;
	text-align: center;
}
.recommended_h2 img,
.reason_h2 img{
	width: 100%;
	max-width: 750px;
}


.reason,
.recommended{
	line-height: 1.6;
}
.recommended{
	line-height: 1.4;
}
.recommended li{
	-webkit-flex: 0 0 24%;
	-moz-flex: 0 0 24%;
	-ms-flex: 0 0 24%;
	-o-flex: 0 0 24%;
	flex: 0 0 24%;
	border: 1px solid #a78107;
	padding: 15px;
	margin-bottom: 10px;
	font-size: 14px;
}


.recommended h3:before,
.recommended h3:after{
	display: block;
	content: "";
	width: 100%;
	height: 25px;
}
.recommended h3:before{
	background: url("../../../images/lp/mangalp/recommended_top.png") no-repeat center;
}

.recommended h3:after{
	background: url("../../../images/lp/mangalp/recommended_btm.png") no-repeat center;
}

.recommended h3{
	font-size: 14px;
	text-align: center;
	margin-bottom: 10px;
}

.recommended h3 span{
	color: #ae76d5;
	font-size: 18px;
	font-weight: bold;
}


.reason li{
	-webkit-flex: 0 0 49%;
	-moz-flex: 0 0 49%;
	-ms-flex: 0 0 49%;
	-o-flex: 0 0 49%;
	flex: 0 0 49%;
	margin-bottom: 50px;
}

.reason img{
	width: 25%;
	max-width: 120px;
	vertical-align: top;
}

.reason .h3_box{
	display: inline-block;
	width: 70%;
	padding-left: 5px;
	font-size: 13px;
}
.reason h3{
	font-size: 20px;
	background: url("../../../images/lp/mangalp/reason_line.png") repeat-x left bottom;
	padding-bottom: 10px;
	margin-bottom: 10px;
	line-height: 1.2;
}
.reason h3 span{
	color: #ff4980;
}
.reason p{
	letter-spacing: 1px;
}
.room_bx div{
    border: 1px solid #a78107;
    padding: 20px 10px;
    -webkit-box-shadow: 2px 2px 3px 0px rgba(222, 215, 200, 0.75);
    -moz-box-shadow: 2px 2px 3px 0px rgba(222, 215, 200, 0.75);
    box-shadow: 2px 2px 3px 0px rgba(222, 215, 200, 0.75);
    text-align: center;
    margin-bottom: 30px;
}
.room_bx img{
	margin-bottom: 10px;
	width: 100%;
	max-width: 750px;
}
.shop:not(:last-child){
	border-bottom: 1px solid #f0ebdc;
	margin-bottom: 30px;
}
.shop h3{
	font-size: 1.3em;
	margin-bottom: 20px;
	text-align: center;
}
.shop h3 span{
	background: url("../../../images/lp/mangalp/line_wavy.png") repeat-x left bottom;
    padding-bottom: 8px;
}
.img_holder{
	-webkit-flex: 1 0 40%;
    -moz-flex: 1 0 40%;
    -ms-flex: 1 0 40%;
    -o-flex: 1 0 40%;
    flex: 1 0 40%;
}

.img_holder img{
	border: 5px solid #fff;
	-webkit-box-shadow: 1px 1px 3px #bbb;
	box-shadow: 1px 1px 3px #bbb;
	width: 100%;
	max-width: 320px;
}

.shop_info{
	padding-left: 10px;
	margin-bottom: 30px;
	width: 60%;
}

.shop_info>p{
	padding-left: 2px;
	padding-bottom: 10px
}

.shop_info>p span{
	background: #FF4980;
	color: #fff;
	font-weight: normal;
	padding: 1px 20px;
	vertical-align: middle;
	margin-right: 10px;
}

/* table */

.shop table{
	display: inline-block;
	vertical-align: top;
	width: 100%;
/*	border-collapse:collapse;*/
	color: #4d4d4d;
	line-height: 1.4;
}
.shop table td:nth-of-type(odd){
	padding: 8px 5px;
	width: 20%;
	vertical-align: middle;
	background: #f0ebdc;
}

.shop table td:nth-of-type(even){
	padding: 8px 5px;
	width: 30%;
	vertical-align: middle;
	border: 1px solid #e1e1e1;
}
.voice li{
	margin-bottom: 30px
}
.voice .flex>p{
	-webkit-flex: 1 0 15%;
    -moz-flex: 1 0 15%;
    -ms-flex: 1 0 15%;
    -o-flex: 1 0 15%;
    flex: 1 0 15%;
    text-align: center;
    margin-bottom: 20px;
}
.voice .flex>p span{
	display: block;
	font-size: 11px;
    letter-spacing: 1px;
}
.voice .flex>div{
	padding: 20px;
    border-radius: 20px;
    background: #fef2ff;
    position: relative;
    -webkit-flex: 1 0 80%;
    -moz-flex: 1 0 80%;
    -ms-flex: 1 0 80%;
    -o-flex: 1 0 80%;
    flex: 1 0 80%;
}
.voice .flex>div:before{
	content: "";
	display: block;
	border: 10px solid transparent;
	border-right-color: #fef2ff;
	position: absolute;
	right: 100%;
	top: 50px;

}
.voice .txt_in p:first-child{
	font-weight: 600;
	font-size: 1.2em;
	padding-bottom: 5px;
	border-bottom: 1px dashed #d08ed4;
	margin-bottom: 10px;
}

.salary{
	background: #fff;
	margin-top: 1.5em;
	padding: 10px 20px;
	border: 1px dashed #d08ed4;
	border-radius: 10px;
}

.salary p:first-child{
	margin-top: -20px;
    margin-bottom: 10px;
    text-align: center;
}
.salary p:first-child span{
	background: #d08ed4;
	color: #fff;
    padding: 3px 40px;
    border-radius: 5px;
}
.salary i{
	color: #d08ed4;
	margin-right: 5px;
}
.salary .blue{
	font-size: 1.8em;
	text-align: right;
}
.with_img{
    display: block;
    margin: 0 auto 50px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(187, 187, 187, 0.75);
    -moz-box-shadow: 0px 0px 3px 0px rgba(187, 187, 187, 0.75);
    box-shadow: 0px 0px 3px 0px rgba(187, 187, 187, 0.75);
    width: 100%;
    max-width: 470px;
}
.form_sec{
	margin-top: 60px;
}
.form_sec>p{
	text-align: center;
}
.form_bx{
	margin-top: 20px;
	border: 1px solid #ffa5c1;
	border-top: 5px solid #ffa5c1;
	border-bottom: 5px solid #ffa5c1;
	padding: 40px;
}
.form_ttl{
	font-size: 1.4em;
	padding-bottom: 0.5em;
	border-bottom: 1px dashed #ffa5c1;
	font-weight: 900;
	line-height: 1.4
}
.form_ttl span{
	font-size: 14px;
	display: inline-block;
}

.touroku_form{
	width: 100%;
	border-spacing: 20px;
}
input{
	border: 1px solid #c3c3c3;
    padding: 10px 5px;
    width: 98%;
}
.form_sec button[type="submit"]{
	font-size: 20px;
	border: 5px solid #ffb4bc;
	margin: 20px auto 10px;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 50px;
	background: #f77683; /* Old browsers */
	background: -moz-linear-gradient(top,  #f77683 0%, #de394b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #f77683 0%,#de394b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #f77683 0%,#de394b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f77683', endColorstr='#de394b',GradientType=0 ); /* IE6-9 */
	color: #fff;
	font-weight: 900;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(187, 187, 187, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(187, 187, 187, 0.75);
    box-shadow: 0px 0px 10px 0px rgba(187, 187, 187, 0.75);
    -webkit-transition: all .4s;
    transition: all .4s;
    letter-spacing: 2px;

}
.form_sec button[type="submit"]:hover{
	box-shadow: none;
}
.form_sec button[type="submit"] img{
	width: 50px;
	vertical-align: middle;
	margin-right: 10px;
}
.touroku_form .kind{
	background: #fff2f6;
	width: 30%;
	padding: 5px 15px;
	vertical-align: middle;
	position: relative;
}

/* required */

.required{
	font-size: 11px;
	padding: 1px 5px;
	color: #fff;
	background: #ff4c60;
	vertical-align: middle;
	margin-right: 5px;
	font-weight: 600;
    border-radius: 5px;
}

.txt_harf {
	width: 47%;
}

.handling_bx{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #c3c3c3;
	font-size: 11px;
	overflow-y: auto;
	height: 95px;
	background: #fbfbfb;
}

.handling_ttl{
	border-bottom: 1px dotted #c3c3c3;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-size: 14px;
}

.note_box {
    /*width: 810px;*/
    margin: 0 auto;
    color: red;
    /*margin-bottom: 45px;*/
    margin-bottom: 10px;
    text-align: center;
    font-size: 13px;
}
.note_box + div{
	text-align: center;
}

.privacy-box {
    padding: 0 10px;
    font-size: 12px;
}

.privacy {
    font-size: 1.2rem;
}

.privacy dl dt {
    /*font-size: 16px;*/
    font-size: 1.6rem;
    border-bottom: 1px dotted #B0A070;
    color: #B0A070;
    /*padding-top: 10px;*/
    margin-bottom: 15px;
    text-align: center;
}

.privacy-box ul {
    margin: 30px 0;
}

.privacy-box li:not(:last-child) {
    margin-bottom: 15px;
}

.privacy-box li {
    text-indent: -2em;
    padding-left: 2em;
}

.privacy-box li table {
    border-spacing: 0;
    border: 1px solid #ccc;
    border-bottom: 0;
}

.privacy table {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
}

.privacy-box li td:first-child {
    width: 130px;
    border-right: 1px solid #ccc;
    text-align: center;
}

.privacy-box li table td {
    text-indent: 0;
}

.privacy-box li td {
    width: auto;
    border-bottom: 1px solid #ccc;
}

.privacy-box li td:first-child br {
    display: none;
}

.privacy-box table td {
    font-weight: normal;
    padding: 10px;
}

.privacy-box .ttl {
    margin-bottom: 10px!important;
    font-weight: 600;
}

.privacy-contact {
    padding: 15px;
    border: 1px solid #c3c3c3;
}

/* riyou_txt */

.riyou_txt{
	width: 80%;
	padding: 10px 15px 15px;
	margin-right: auto;
	margin-left: auto;
	border: 5px dashed #ffa5c1;
	text-align: center;
	margin-bottom: 20px;
	background: #fff4f8;
}

.riyou_txt input{
	width: auto;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
}

.riyou_txt .required{
	margin-right: 0;
	display: inline-block;
	padding: 1px 15px;
    margin-bottom: 10px;
}

/* error_txt */

.error_txt{
	border: 1px solid #f00;
	background: #fff7f9;
	padding: 10px;
	margin-bottom: 30px;
}
.p-mark img{
	width: 60px;
	margin-right: 10px;
}


#modal-content{
	width:50%;
	margin:1.5em auto 0;
	padding:10px 20px;
	border:2px solid #aaa;
	background:#fff;
	z-index:2;
}

.modal-p{
	margin-top:1em;
}

.modal-p:first-child{
	margin-top:0;
}

.button-link{
	color:#00f;
	text-decoration:underline;
}
 
.button-link:hover{
	cursor:pointer;
	color:#f00;
}

#myModal_open + label{
  pointer-events: none;
}
#myModal_open + label button{
  opacity: .4;
}
#myModal_open + label.clicked{
  pointer-events: auto;
}
#myModal_open + label.clicked button{
  opacity: 1;
}



.myModal_popUp,
input[name="myModal_switch"],
#myModal_open + label ~ label {
  display: none;
}
#myModal_open + label,
#myModal_close-button + label {
  cursor: pointer;
}

.myModal_popUp {
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
}
#myModal_open:checked ~ #myModal_close-button + label{
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
@-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

#myModal_open:checked + label ~ .myModal_popUp {
  background: #fff;
  display: block;
  width: 90%;
  height: 80%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  z-index: 998;
}

#myModal_open:checked + label ~ .myModal_popUp > .myModal_popUp-content {
  width: calc(100% - 40px);
  height: calc(100% - 20px - 44px );
  padding: 10px 20px;
  overflow-y: auto;
  -webkit-overflow-scrolling:touch;
}

#myModal_open:checked + label + #myModal_close-overlay + label {
  background: rgba(0, 0, 0, 0.70);
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  z-index: 997;
}

#myModal_open:checked ~ #myModal_close-button + label {
  display: block;
  background: #fff;
  text-align: center;
  font-size: 25px;
  line-height: 44px;
  width: 90%;
  height: 44px;
  position: fixed;
  bottom: 10%;
  left: 5%;
  z-index: 999;
}
#myModal_open:checked ~ #myModal_close-button + label::before {
  content: '×';
}
#myModal_open:checked ~ #myModal_close-button + label::after {
  content: 'CLOSE';
  margin-left: 5px;
  font-size: 80%;
}

#myModal_open:checked ~ #myModal_close-button + label {
    background: #30be1a;
    color: #fff;
    box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
    transition: .3s;
}

@media (min-width: 768px) {
  #myModal_open:checked + label ~ .myModal_popUp {
    width: 400px;
    height: 400px;
  }
  #myModal_open:checked + label ~ .myModal_popUp > .myModal_popUp-content {
    height: calc(100% - 20px);
  }
  #myModal_open:checked + label ~ .myModal_popUp > .myModal_popUp-content p{
  	color: #30be1a;
    font-size: 25px;
    margin: 50px 0 15px 0;
  }
  #myModal_open:checked ~ #myModal_close-button + label {
    width: 44px;
    height: 44px;
    left: 43%;
    top: 62%;
    margin-left: 240px;
    margin-top: -285px;
    overflow: hidden;
    box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
    border-radius: 50%;
  }
  #myModal_open:checked ~ #myModal_close-button + label::after {
    display: none;
  }
}
footer{
    line-height: 1;
    font-size: .9em;
    border-top: 1px solid #fcebea;
    margin-top: 80px;
    letter-spacing: 1px;
}

@media screen and (max-width: 768px){
	body{
		font-size: 1.6rem;
	}
	header img{
		width: 80px;
	}
	section{
		padding: 30px 10px 0;
	}
	.recommended li{
		-webkit-flex: 0 0 49%;
		-moz-flex: 0 0 49%;
		-ms-flex: 0 0 49%;
		-o-flex: 0 0 49%;
		flex: 0 0 49%;
		padding: 10px;
		font-size: 12px;
	}
	.reason li {
	    -webkit-flex: 0 0 100%;
	    -moz-flex: 0 0 100%;
	    -ms-flex: 0 0 100%;
	    -o-flex: 0 0 100%;
	    flex: 0 0 100%;
	    margin-bottom: 0;
	}
	.reason li:not(:last-child):after{
		content: "";
	    display: block;
	    width: 90%;
	    height: 1px;
	    background: #e1e1e1;
	    margin: 2rem auto;
	}
}
@media screen and (max-width: 536px){
	.img_holder{
	    text-align: center;
	    margin-bottom: 20px;
	}
	.shop_info{
		width: 100%;
		padding-left: 0;
	}
	.salary .blue{
		font-size: 1.2em;
		text-align: center;
	}
	.voice .flex>div:before{
		right: auto;
		left: 50%;
		top: -20px;
		border-right-color: transparent;
		border-bottom-color: #fff2f6;
		transform: translate(-50%,0);
	}
	.form_bx{
		padding: 20px;
	}
	.form_ttl{
		margin-bottom: 10px;
	}
	.touroku_form{
		border-spacing: 5px;
	}
	.touroku_form .kind,
	.touroku_form .answer{
		display: block;
		width: 100%;
		margin-bottom: 5px;
	}
	.touroku_form .answer{
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 425px){
	body{
		font-size: 1.4rem;
	}
	h2{
		margin: 60px auto 20px;
	}
	.on_pc{
	display: none;
	}
	.on_sp{
		display: block;
	}
	header img{
		width: 50px;
	}
	.recommended_h2 img,
	.reason_h2 img{
		width: 100%;
	}
	.recommended h3{
		letter-spacing: 0;
	}
	.recommended h3 span{
		font-size: 16px;
	}
	.reason h3{
		font-size: 18px;
	}
	.reason p{
		font-size: 12px;
		line-height: 1.2
	}
	.with_img{
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 375px){
	.stech_bx{
		padding: 1em;
	}
	.talker .chara+div{
		margin-top: 20px;
	}
	.talker .chara+div:before,
	.talker .chara+div:after{
		right: auto;
	    left: 20px;
	}
	.talker .chara+div:before{
		top: -23px;
	    border-width: 16px;
	    border-color: transparent;
	    border-bottom-color: #ccc;
	}
	.talker .chara+div:after{
		top: -22px;
		left: 21px;
	    border-width: 15px;
	    border-color: transparent;
	    border-bottom-color: #fff;
	}
	.voice .flex>div{
		padding: 15px;
	}
	.salary{
		padding: 10px;
	}
	.form_bx{
		padding: 10px;
	}
	.riyou_txt{
		width: 100%;
		padding: 10px;
	}

}
.link_txt{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.link_txt a{
	color: #54b6ff;
	text-decoration: underline;
}

.cv_bnr{
	margin-top: 30px;
	text-align: center;
}
.cv_bnr img{
	max-width: 100%;
}
.cv_btn{
	margin-top: 10px;
	text-align: center;
}

.cv_btn a{
	display: block;
	width: 95%;
	max-width: 300px;
    margin: 1rem auto;
    padding: 1rem;
    text-decoration: none;
    color: #fff;
    border-radius: 40px;
    box-shadow: 0px 0px 5px #5b5758;
    cursor: pointer;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
    line-height: 1.4;
    border: 1px solid #ff0c4f;
    background: -moz-linear-gradient(top,#ff326b 0%,#ff326b 50%,#ff326b 50%,#ff0c4f);
    background: -webkit-gradient(linear, left top, left bottom, from(#ff326b),color-stop(0.50, #ff326b),color-stop(0.50, #ff326b),to(#ff0c4f));
}
.mb10{
	margin-bottom: 10px;
}
.center{
	text-align: center;
}
.btn_red {
	border: 1px solid #ff0c4f;
	background: -moz-linear-gradient(top,#ff326b 0%,#ff326b 50%,#ff326b 50%,#ff0c4f);
	background: -webkit-gradient(linear, left top, left bottom, from(#ff326b),color-stop(0.50, #ff326b),color-stop(0.50, #ff326b),to(#ff0c4f));
}
.btn_green_line{
	border: 1px solid #39bf4f;
	background: -moz-linear-gradient(top,#67bf76 0%,#67bf76 50%,#67bf76 50%,#39bf4f);
	background: -webkit-gradient(linear, left top, left bottom, from(#67bf76),color-stop(0.50, #67bf76),color-stop(0.50, #67bf76),to(#39bf4f));
}
.btn_red,
.btn_green_line {
    display: block;
    margin: 1rem auto;
    padding: 1rem;
    text-decoration: none;
    color: #fff;
    text-align: center;
    border-radius: 40px;
    box-shadow: 0 0 5px #5b5758;
    cursor: pointer;
    box-sizing: border-box;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: .1rem;
    line-height: 1.4;
    position: relative;
    width: 60%;
}
.btn_red>span,
.btn_green_line>span {
    display: inline-block;
    vertical-align: middle;
    width: 70%;
}
.btn_red:before{
	content: "";
    display: inline-block;
    vertical-align: middle;
	width: 10%;
	max-width: 23px;
	height: 37px;
	background: url("../../../images/sp/entry_option_img01.png") no-repeat center;
	background-size: 100%;
}
.btn_green_line:before {
	content: "";
    display: inline-block;
    vertical-align: middle;
    width: 14%;
    max-width: 36px;
    height: 37px;
    background: url(../../../images/sp/line_img.png) no-repeat center;
    background-size: 100%;
}
.btn_red:after,
.btn_green_line:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../../../images/sp/btn_sankaku04.png) no-repeat center;
    background-size: 100%;
    vertical-align: middle;
}
.f_right {
	float: right;
}
.mt20 {
	margin-top: 2rem;
}
.mb20 {
	margin-bottom: 2rem;
}

@media screen and (max-width: 425px){
.btn_red, .btn_green_line {
    width: 90%;
}
}