@charset "utf-8";
@import url("import.css");
/* 共通
-------------------------------------------------------------*/
.pc {
	display: none;
}
.switch {
	visibility: hidden;
}
html, body {
	width: 100%;
	max-width: 100%;
	overflow-x:hidden;
}
body {
	font-family: Verdana, Roboto, "Droid Sans",  "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif !important;
	-webkit-text-size-adjust: 100%;
	line-height: 1.5;
	font-size: 14px;

}
#outer {
	width: 100%;
	overflow: hidden;
}
#___plusone_0 {
	width: 65px !important;
}
.inner {
	margin: 20px 4% 0;
}
img.fit {
	width: 100%;
	height: auto;
}
a {
	outline: none;
	color: #fff;
}
*, *: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;
}
img{
	max-width:100%;
	height:auto;
	width:auto;	
}
.content{
	max-width:100%;
}
/* ヘッダー
-------------------------------------------------------------*/
header {
	width: 100%;
	text-align:left;
	margin-bottom:4%;
	position:relative;
	box-sizing:border-box;
}
header .bottom{
	position:relative;

}
header .wrapper{


}
header h1{
	padding:12px 0 15px 20px;
}
header h1 img{
	width:160px;
}
header .top_line{
	background:#e51373;
	color:#ffff00;
	line-height:40px;
	font-size:30px;

}
header .top_line h2{
	font-weight:bold;
	font-size:16px;
	padding:0 0 0 20px;
}
header .bottom_line{
	background:#ffff00;
	height:20px;
	margin-top:-20px;
	width:100%;

}

header .bottom{
	position:relative;

}
header .bottom .photo{
	width:45%;

	float:right;
}
header p.text{
	width:50%;
	float:left;
	font-size:13px;
	line-height:1.6;
	padding:5% 0 0 4%;	
}
/* メイン画像
-------------------------------------------------------------*/
.main_image {
	margin: 0 auto 1px;
	text-align: left;
	overflow: hidden;
}
.main_image p.bg {
	width: 100%;
}
.main_image img {
	width: 100%;
	height: auto;
}
/* キャンペーン
-------------------------------------------------------------*/
.campaign {
	padding-top: 15px;
	overflow: hidden;
}
.campaign p {
	width: 109%;
}
.campaign p img {
	width: 100%;
	height: auto;
}
/* check
-------------------------------------------------------------*/
.check {
	text-align: center;
	background: #F8DDE9;
}
.check h2 {
	padding: 0 0 1%;
}
.check figure {
	padding: 0px 0 1%;
}
/* フォームボタン
-------------------------------------------------------------*/
.form_area{
	margin:2% 4%;
	padding:4%;
	border:1px solid #e51373;
	box-sizing:border-box;
}
.form {
	margin: 3% 4% 4%;
}
.form img {
	width: 100%;
	height: auto;
}

/* フッター
-------------------------------------------------------------*/

footer {
	background:#e51373;
	color:#fff;
	padding:30px 4% 10%;
}
footer img{
	vertical-align:top;
}
footer ul {
	text-align: center;
	margin-bottom:25px;
}
footer ul li {

	margin-bottom:15px;
	display: inline-block;
	margin-right: 10px;
		padding-right: 15px;
	border-right:1px solid #fff;

}
footer ul li:last-child {
	border-right:none;
		padding-right: 0;
	margin-right: 0;
}
footer ul li a {
	text-decoration: none;
	font-size: 13px;
	color: #fff;
}

.social-button img {
	vertical-align: top;
}
.social-button{
	text-align:center;
	
		display:inline-block;
}
.social-button li {
	float: left;
	
		display:inline-block;
	padding-left: 5px;
	height: 24px;
}
footer .copy {
	text-align: center;
	font-size: 10px;
	margin: 10px 4%;
	padding-bottom: 20px;
}
#page-top a {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 9999;
	text-align: center;
	text-decoration: none;
	background: #e51373;
	border-radius: 3px;
	color: #fff;
	display: block;
	width: 15%;
	padding: 5% 0;
}
/* ------------------------------------------------------------*/
/* フォームページ */
/* ------------------------------------------------------------*/

/* ------------------------------------------------------------*/
/* カウンセリング */
/* ------------------------------------------------------------*/

.cunseling_text{
	padding-top:2%;
}
.cunseling_text img{
	padding-top:2%;
	padding-bottom:2%;
}
#counseling_info .cunseling_text h3 {
    font-size: 20px;
	margin-bottom:6%;
    font-weight: bold;
    color: #ce202c;
	text-align:center;
}
.form_area{

}

.form_area .point{
	margin-bottom:4%;
}
.form_area .point em{
	margin-left:0 !important;
}
.form_area .form_border{
	margin:4% 0%;
	color:#000;
	padding:2% 0%;
	background:#fff;
}

.cunseling_text p{
	margin-bottom:2%;
}

/*-------------------------------------------------------------*/
/* フォーム(サポート) */
/*-------------------------------------------------------------*/
input[type="submit"] {
  -webkit-appearance: none;
}
button {
  -webkit-appearance: none;
}
#counseling #contents {
	padding: 20px 4%;
}
/* カウンセリング */
.form_area .counseling h2 {
	font-size: 26px;
	padding: 0 10px 5px;
	text-align: center;
	margin-bottom: 15px;
	border-bottom: 8px solid #c9c9ca;
}
.form_area p.text {
	margin-bottom: 15px;
}
.form_area .flow {
	margin-bottom: 15px;
}
.form_area .flow1 {
	margin-top: 5px;
	margin-bottom: 15px;
}
.form_area .flow2 {
	margin-bottom: 15px;
}
.form_area .counseling img {
	width: 100%;
	height: auto;
}
.form_area h3 {
	font-size: 18px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 15px;
}
.form_area .text {
	padding-bottom: 5px;
}
.form_area img {
	width: 100%;
	height: auto;
}
.form_area .label {
	font-size: 17px;
	padding-bottom: 5px;
	letter-spacing: 1.2px;
}
.form_area form label{
	margin-bottom:4%;
	font-size:15px;
}
.form_area .small {
	font-size: 15px;
	display: block;
	font-weight: bold;
}
.form_area em {
	font-size: 14px;
	margin-left: 5px;
	color: #f00;
}
.form_area .input {
	font-size: 17px;
	margin-bottom: 13px;
}
.form_area dt {
	font-size: 15px;
	font-weight:bold;
	margin-bottom: 10px;
}
.form_area dl{
	margin-bottom:2%;
}
.form_area .input span {
	font-size: 13px;
}
.form_area .input input[type="text"],
.form_area .input input[type="email"] {
	width: 98% !important;
	padding: 5px 1%;
	text-align: left !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.radios input {
	display: none;
}
.form_area .hagaki{
	font-size:15px;
}
.form_area .input textarea {
	width: 95% !important;
	height: 6em !important;
}
.radios label {
	display: block;
	float: left;
	cursor: pointer;
	width: 30%;
	padding: 15px 0px;
	background: #bdc3c7;
	color: #000;
	font-size: 16px;
	text-align: center;
	line-height: 1;
	transition: .2s;
}
.radios label:first-of-type {
	border-radius: 3px 0 0 3px;
}
.radios label:last-of-type {
	border-radius: 0 3px 3px 0;
}
.radios input[type="radio"]:checked + .switch {
	background-color: #161414;
	color: #fff;
}
.form_area .form_privacy {
	border-top: 1px solid #000;
	padding: 15px 0 0;
	margin-top: 5px;
}
.form_area .form_privacy p {
	font-size: 14px;
	margin-bottom: 15px;
}
.form_area .submit input {
	width: 100%;
}
.form_area .send {
	margin-top: 20px;
	margin-bottom: 15px;
	text-align: center;
	font-size: 20px;
	padding: 10px 0;
	letter-spacing: 1.4px;
}
.form_area .submit {
	text-align: center;
	margin: 0 auto;
	font-size: 20px;
}
.form_area form .privacy {
	font-size: 13px;
	border-top:2px dotted #000;
	padding-top:5%;
}

.form_area form .privacy .right a{
	display:block;
	font-size:11px;
	text-align:center;
	margin:3% 0 6%;
	padding: 3% 20px 2.5% 15px;
	border: 1px solid #333;
	background: url(../images/link_icon2.png) no-repeat 95% center #fff;
	color: #333;
	transition: all 0.1s linear 0s;
	text-decoration:none;
}
.form_area .submit_btn{
	display: block;
    font-size: 100%;
    font-weight: bold;
	border:none;
    color: #fff;
	width:100%;
	text-align:center;
	margin:2% 0 8%;
	outline:none;
	padding: 18px 20px 18px 15px;
		background: url(../images/link_icon2_on.png) no-repeat 95% center #e51374;
}
.form_area input[type=reset]{
    font-size: 100%;
    font-weight: bold;
	margin:0 20px 0 0 ;
	border:none;
    color: #fff;
	cursor:pointer;
	padding: 15px 50px 13px 30px;
		display: inline-block;

		position:relative;
		top:-2px;
		width:100%;
	
		background: url(../images/link_icon2_on.png) no-repeat 95% center #808080;
}
.mfp_element_reset, #mfp_button_send{
	display: block;
    font-size: 100%;
    font-weight: bold;
	border:none;
    color: #fff;
	text-align:center;
	margin:2% 0 4%;
	outline:none;
	padding: 18px 20px 18px 15px;
		background: url(../images/link_icon2_on.png) no-repeat 95% center #e51374;
}
#mfp_button_cancel{
	display: block;
    font-size: 100%;
    font-weight: bold;
	margin:0 auto;
	border:1px solid #333;
    color: #333;

	cursor:pointer;
	background:#fff;
	padding: 3px 50px 3px 40px;
		display: block;
}
.form_area .info_text{
	padding-top:8%;
	
}
.finish_page a{
	color:#333;

}
.finish_page .info_text{

		margin-top:8%;
}
.form_area .info_text h4 {
font-size: 16px;
	font-weight:bold;
    margin-bottom: 10px;
    padding-bottom: 6px;
    border-bottom: 1px dashed #000;
}
.form_area .info_text h5 {
font-size: 14px;
font-weight:bold;
margin-bottom: 2px;
}
.form_area .info_text p{
	margin-bottom:25px;
	font-size:12px;
}
.mfp_element_submit, .mfp_element_reset, .mfp_element_button {
	font-size: 24px;
	width: 600px;
	padding: 5% 0 !important;
	cursor:pointer;
}
.st-accordion ul {
	border-bottom: 1px solid #161b61;
}
.st-accordion ul li {
	border-top: 1px solid #161b61;
	overflow: hidden;
	min-height: 52px;
}
.st-accordion ul li > a {
	color: #221814;
	padding: 18px 10px 15px;
	font-size: 20px;
	display: block;
	position: relative;
	text-decoration: none;
	line-height: 1;
	font-weight: bold;
	color: #221814;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho" serif;
	outline: none;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}
.st-accordion ul li > a span {
	background: transparent url(../images/support_menu_mark.png) no-repeat center center;
	text-indent: -9000px;
	width: 26px;
	height: 14px;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -7px;
	opacity: 1;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.st-accordion ul li > a:hover {
	color: #221814;
	background: #ddd;
}
.st-accordion ul li > a:hover span {
	opacity: 1;
	right: 10px;
}
.st-accordion ul li.st-open > a {
	color: #221814;
}
.st-accordion ul li.st-open > a span {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
	right: 10px;
	opacity: 1;
}
.st-content {
	border-top: 1px solid #161b61;
	padding: 20px 0px 30px 0px;
	margin-bottom: 100px;
}

.error_msg {
	color: #f00;
	font-size: 14px;
}
.form_area input[type="text"], .form_area textarea, .form_area input[type="email"] {
	padding: 9px 10px !important;
	border: 1px solid #000;
	text-align: left !important;
}

section.support form .privacy {
	margin-top: 20px;
	border-top: 1px solid #000;
	padding-top: 20px;
	font-size: 14px;
}
#mfp_phase_confirm_inner h4 {
	font-size: 18px !important;
	margin-bottom: 20px;
	background: url(../images/slit_step2.png) center 50px no-repeat;
	background-size:100% auto;
	text-align: center;
}
#mfp_phase_confirm_inner table{
	color:#000;
}
table#mfp_confirm_table{
	border-bottom: 1px solid #CCC;
}
table#mfp_confirm_table tr th {
	width: 30% !important;
}
table#mfp_confirm_table tr td {
	width: 70% !important;
}
table#mfp_confirm_table tr th, table#mfp_confirm_table tr td {
	padding: 10px 20px !important;
}
#mfp_phase_confirm_inner h4 {
	font-size: 18px !important;
	margin-bottom: 20px;
	background: url(../images/support_flow2.jpg) center 50px no-repeat;
	background-size: 100% auto;
	text-align: center;
	height: 100px;
}
#mfp_phase_confirm_inner #mfp_button_send {
	width: 100%;
}
#mfp_phase_confirm_inner #mfp_button_cancel {
	width: 100%;
	margin-top:-4%;
}
.error_msg {
	color: #f00;
	font-size: 14px;
}
.pulldown select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff url(../images/arw_select_down.png) no-repeat right+5px center;
	background-position: right+7 center;
	color: #252525;
	margin-bottom: 10px;
	height: 40px;
	border:1px solid #666;
	padding:5px 25px 5px 5px;
	background-size: 10px auto;
}

.form_area .thanks_text {
    margin: 4% 0px;
    font-size: 14px;
	text-align:center;
}