@charset "utf-8";


/*■■■■■■■
　　共通設定
■■■■■■■■*/
body {
	font-family: "Yu Gothic", "メイリオ", "Lucida Grande", "YuGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Geneva, Arial, Verdana, sans-serif;
	color: #000;
	line-height: 1.4;
	text-align: center;
	font-size: 38px;
}

/*
■ ブラウザのマージンとパディング初期化
*/
* {
	margin: 0;
	padding: 0;
}

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

/*
■ イメージ初期化
*/
img {
	vertical-align: top;
	margin: 0;
	padding: 0;
	border: none;
}

/*
■ 境界線
*/
hr {
	display: none;
}

/*
■ リンク設定
*/


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

a:hover {
	color: #AAA;
	text-decoration: underline;
}

a:visited {
	color: #AAA;
	text-decoration: underline;
}

/*
■ float
*/
.fcl:after {
	content: " ";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

/*
■ テキスト
*/
.align_center {
	text-align: center;
}

.align_left {
	text-align: left;
}

.align_right {
	text-align: right;
}

.txt_red {
	color: #c00;
}

.txt_yellow {
	color: #FF0;
}

.txt_orange {
	color: #ff6600;
}

.txt_white {
	color: #FFF;
}

.txt_bold {
	font-weight: bold;
}

/*
■ マージン/パディング調整
*/
.m_top5 {
	margin-top: 5px;
}

.m_top10 {
	margin-top: 10px;
}

.m_top15 {
	margin-top: 15px;
}

.m_top20 {
	margin-top: 20px;
}

.m_top25 {
	margin-top: 25px;
}

.m_top30 {
	margin-top: 30px;
}

.m_top35 {
	margin-top: 35px;
}

.m_top40 {
	margin-top: 40px;
}

.m_top45 {
	margin-top: 45px;
}

.m_top50 {
	margin-top: 50px;
}

.m_top55 {
	margin-top: 55px;
}

.m_top60 {
	margin-top: 60px;
}

.m_bottom5 {
	margin-bottom: 5px;
}

.m_bottom10 {
	margin-bottom: 10px;
}

.m_bottom15 {
	margin-bottom: 15px;
}

.m_bottom20 {
	margin-bottom: 20px;
}

.m_bottom25 {
	margin-bottom: 25px;
}

.m_bottom30 {
	margin-bottom: 30px;
}

.m_bottom35 {
	margin-bottom: 35px;
}

.m_bottom40 {
	margin-bottom: 40px;
}

.m_bottom45 {
	margin-bottom: 45px;
}

.m_bottom50 {
	margin-bottom: 50px;
}

.m_bottom55 {
	margin-bottom: 55px;
}

.m_bottom60 {
	margin-bottom: 60px;
}

.m_left30 {
	margin-left: 30px;
}


/*
■ リスト
*/
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/*
■ サイズ調整
*/
/*
■ 背景
*/
.bg_full {
	width: 100%;
	margin: 0;
}

.bg_header {
	background: #FFF;
	border-bottom: solid 5px #f19149;
}

.bg_thanks {
	background: #f6f8fb;
	border-bottom: solid 5px #f19149;
}

.bg_yellow {
	background: #f19149;
}

.bg_footer {
	color: #FFF;
	background: #6a3906;
	padding: 15px 0 20px;
}

.bg_white {
	background: #FFF;
}

/*
■ 非表示
------------------------------------------*/
.hd {
	font-size: 0px;
}



/*■■■■■■■■■■■
　　コンテンツ基本設定
■■■■■■■■■■■■*/

.wrap {
	text-align: left;
}

h2 {
	text-align: center;
}

.sec_01 ol li,
.sec_03 ol li {
	border-bottom: dashed 1px #999;
	padding: 40px 0;
}

.sec_01 ol li:last-child,
.sec_03 ol li:last-child {
	border-bottom: none;
	padding: 20px 0 0 0;
}

.sec_02 .box_3x h3 {
	margin-bottom: 30px;
}

.sec_02 ul {
	list-style: disc outside;
	margin: 30px 0 0 1em;
}

.form_03 ul {
	list-style: disc outside;
	margin: 30px 5% 30px 10%;
	font-size: 0.8em;
}

p.ex {
	width: 90%;
	margin: 0 5% 50px;
	font-size: 0.9em;
}

/*
コンテンツ幅
*/
.box_1020 {
	width: 100%;
	margin: 0;
}

.box_640 {
	width: 1000px;
	margin: 0 auto;
}

.title_inner {
	background: url(../../img/sp_top_title_bg_01.png) no-repeat top center;
	background-size: contain;
	padding-top: 100px;
}

/*
基本設定
*/
.txt_ss {
	font-size: 0.6em;
}

.txt_s {
	font-size: 0.7em;
}

.txt_m {
	font-size: 0.7em;
}

.txt_l {
	font-size: 1.1em;
}

.txt_ll {
	font-size: 1.3em;
}

.txt_detail {
	line-height: 2;
}

.lf:after {
	content: ' ';
	display: block;
}

img {
	width: 1000px;
}

.sp_hd {
	display: none;
}

.bg_grid {
	background: url(../../img/bg_square.png) repeat;
	padding-bottom: 100px;
}

.bg_orange {
	background: #FFF;
	border-top: solid 5px #f19149;
	border-bottom: solid 2px #cccccc;
}

.border_orange {
	width: 80%;
	margin: auto 5% 50px;
	padding: 30px 5%;
	background: #FFF;
	border-top: solid 5px #f19149;
	border-bottom: solid 2px #cccccc;
}

.border_yellow {
	background: #FFF;
	border-top: solid 5px #f19149;
	border-bottom: solid 5px #f19149;
}

.bg_pink {
	width: 90%;
	max-height: 100%;
	padding: 30px 5%40px;
	margin-bottom: 50px;
	background: #ffefdf;
}

.box_title {
	padding: 20px 0;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}

/**/
.logo img {
	width: 400px;
	margin: 10px 300px;
}

.sec_01 ol,
.sec_03 ol {
	width: 90%;
	margin: 10px 3% 50px 7%;
	list-style-position: outside;
	font-size: 0.7em;
}


.sec_02 .contents_body {
	width: 90%;
	padding: 50px 5%;
	max-height: 100%;
}

.sec_02 p {
	margin-bottom: 30px;
}

.sec_02 .box_3x {
	width: 100%;
	overflow: auto;
	margin: 0 0 50px 0;
	font-size: 0.8em;
	line-height: 1.6;
}

.sec_02 h3 img,
.sec_04 .f_right {
	width: 45%;
	float: left;
	margin: 0 5% 0 0;
}

.sec_02 .f_right {
	padding-top: 30px;
}

.sec_02 ul {
	font-size: 0.7em;
}

.form_01,
.form_02,
.form_03 {
	max-height: 100%;
	margin-bottom: 50px;
}

.form_03 {
	margin-bottom: 0;
}

.form_01 h3,
.form_02 h3 {
	margin-left: 5%;
}

.number {
	font-family: "Verdana", sans-serif;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	color: #f19149;
}

.bg_footer .box_1020 {
	width: 90%;
	max-height: 100%;
	padding: 20px 5%;
}

#formWrap dl {
	width: 100%;
	margin: 0;
	font-size: 48px;
	line-height: 1;
	text-align: left;
}

#formWrap dt {
	width: 90%;
	padding: 0.8em 5%;
	font-weight: bold;
}

#formWrap .nn dt {
	background: #fcfcfc;
	/* Old browsers */
	background: -moz-linear-gradient(top, #fcfcfc 1%, #efefef 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fcfcfc 1%, #efefef 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fcfcfc 1%, #efefef 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border-top: 5px solid #bfbfbf;
	border-bottom: 2px solid #bfbfbf;
}

#formWrap .hs dt {
	background: #ffffff;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 1%, #fce9e9 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 1%, #fce9e9 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 1%, #fce9e9 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border-top: 5px solid #f29c9f;
	border-bottom: 2px solid #f29c9f;
}

#formWrap .nn dt span {
	background: #bfbfbf;
	color: #FFF;
	padding: 3px 10px;
	font-size: 0.8em;
	;
}

#formWrap .hs dt span,
.hissu {
	background: #f29c9f;
	color: #FFF;
	padding: 3px 10px;
	font-size: 0.8em;
}

#formWrap dd {
	width: 90%;
	padding: 1em 5%;
}

#formWrap .nn dd {
	background: #FFF;
}

#formWrap .hs dd {
	background: #FFF;
}

#formWrap input[type="text"] {
	width: 90%;
	height: 2.4em;
	line-height: 1.6em;
	background-color: #fff;
	border: 1px solid #000;
	font-size: 48px;
	padding: 0.2em 5%;
}

/*#formWrap select {
	width:100%;
font-size:48px;
	padding:0.5em 5%;
}*/
#formWrap select {
	position: relative;
	width: 100%;
	font-size: 48px;
	padding: 0.5em 5%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #000;
	background: #eee;
	background: -webkit-linear-gradient(top, #fff 0%, #efebe1 100%);
	background: linear-gradient(to bottom, #fff 0%, #efebe1 100%);
}

#formWrap label {
	position: relative;
}

#formWrap label:after {
	display: block;
	content: " ";
	position: absolute;
	top: 50%;
	right: 32px;
	width: 20px;
	height: 20px;
	margin-top: -8px;
	background: url(../../img/arrow.png) 0 0 no-repeat;
	background-size: 20px;
	pointer-events: none;
}

#formWrap textarea {
	width: 90%;
	height: 2.4em;
	line-height: 1.6em;
	background-color: #fff;
	border: 1px solid #000;
	font-size: 48px;
	padding: 0.2em 5%;
	height: 5em;
}

.number_btn a {
	margin: 20px auto 60px;
	font-size: 1.6em;
	border: 2px solid #c9c9c9;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family: arial, helvetica, sans-serif;
	padding: 0.5em 1.5em;
	text-decoration: none;
	display: inline-block;
	text-shadow: 0px 0px 0 rgba(0, 0, 0, 0.3);
	font-weight: bold;
	color: #f19149;
	background-color: #FFFFFF;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E0DFDF));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #E0DFDF);
	background-image: -moz-linear-gradient(top, #FFFFFF, #E0DFDF);
	background-image: -ms-linear-gradient(top, #FFFFFF, #E0DFDF);
	background-image: -o-linear-gradient(top, #FFFFFF, #E0DFDF);
	background-image: linear-gradient(to bottom, #FFFFFF, #E0DFDF);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FFFFFF, endColorstr=#E0DFDF);
}

.btn a,
input[type="button"] {
	margin: 50px auto 0;
	border: 2px solid #c9c9c9;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family: arial, helvetica, sans-serif;
	padding: 1em 6em;
	text-decoration: none;
	display: inline-block;
	text-shadow: 0px 0px 0 rgba(0, 0, 0, 0.3);
	font-weight: bold;
	color: #666666;
	background-color: #FFFFFF;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E0DFDF));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #E0DFDF);
	background-image: -moz-linear-gradient(top, #FFFFFF, #E0DFDF);
	background-image: -ms-linear-gradient(top, #FFFFFF, #E0DFDF);
	background-image: -o-linear-gradient(top, #FFFFFF, #E0DFDF);
	background-image: linear-gradient(to bottom, #FFFFFF, #E0DFDF);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FFFFFF, endColorstr=#E0DFDF);
}

input[type="button"] {
	font-size: 38px;
}

.btn a:hover {
	opacity: 0.7;
	text-decolation: none;
}

#formWrap input[type="submit"] {
	font-size: 48px;
	margin: 50px auto 100px;
	webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family: arial, helvetica, sans-serif;
	padding: 1em 5em;
	text-decoration: none;
	display: inline-block;
	text-shadow: 0px 0px 0 rgba(0, 0, 0, 0.3);
	font-weight: bold;
	color: #FFF;
	background-color: #FFFFFF;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E0DFDF));
	background-image: -webkit-linear-gradient(top, #00cc33, #329a01);
	background-image: -moz-linear-gradient(top, #00cc33, #329a01);
	background-image: -ms-linear-gradient(top, #00cc33, #329a01);
	background-image: -o-linear-gradient(top, #00cc33, #329a01);
	background-image: linear-gradient(to bottom, #00cc33, #329a01);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#00cc33, endColorstr=#329a01);
}

#formWrap input[type="submit"]:hover {
	opacity: 0.7;
	text-decolation: none;
}

.agreement-text {
	font-size: .9em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 2em;
	letter-spacing: 0;
}

.agreement-text a {
	color: red;
	font-size: 1.2em;
	text-decoration: underline;
}

.privacy.agreement .box h2 {
	color: black;
}