@charset "utf-8";
@import "date-picker.css";

h1#Request {
	font-size:257%; /* 36px */
	font-weight:normal;
	text-align:center;
	color:#333;
	margin-top:40px;
	margin-bottom:40px;
	border:none;
	margin-left:0;
	padding-left:0;
	}


h2.ttl {
	border-bottom:3px solid #ddd;
	clear: both;
	padding:0 0 0px 0px;
	margin-bottom:30px;
	margin-top:62px;
	font-size:214%; /* 30px */
	}

h2.ttl span {
	border-left: #00a8ec solid 5px;
	font-weight:normal;
	margin:0 0 24px 0;
	padding:0 0px 0px 25px;
	line-height:1.2;
	display:block;
}

h2.ttl span.eo {
	border:none;
	display:inline;
	padding-left:0;
	margin:0px 0 0 0;
}

h2.ttl span.red-b {
	font-size:12px; /* 14px 47% */
	border:none;
	padding-left:0;
	margin:0px 0 0 0;
	padding:0;
	font-weight:bold;
	display:inline;
	border:none;
	}

h3.ttl {
	padding:0;
	margin-bottom:30px;
	margin-top:52px;
	font-size:171%; /* 24px */
	text-align:center;
	font-weight:bold;
	}

.center { text-align:center;}
.red { color:#ff5566;}
.red-b { color:#ff5566; font-weight:bold;}
.mt0 { margin-top:0px;}
.mt40 { margin-top:40px;}
.mb10 { margin-bottom:10px;}
.mb5 { margin-bottom:5px;}
.mb50 { margin-bottom:50px;}
.ml30 { margin-left:30px;}
.b { font-weight:bold;}
.f12 {  font-size:12px;/*font-size:86%;*/}
a.u-line { text-decoration:underline;}
.mb150 { margin-bottom:150px;}
.mb250 { margin-bottom:250px;}
.mtb205 { margin-top:20px;margin-bottom:5px;}

/* for sp
--------------------*/
.media_sp h1#Request { font-size:154%; margin-bottom:10px; text-align:center;} /* 40px sp基本13px*/
.media_sp h2.ttl { font-size:131%; padding:0 0 5px 0px; margin-top:40px; margin-bottom:20px; font-weight:normal;} /* 34px sp基本13px*/
.media_sp h2.ttl span { padding:0 0px 0px 10px; margin-bottom:4px;border-left: #00a8ec solid 4px;}
.media_sp h2.ttl span.red-b { padding:0; margin-bottom:0px;border-left: none;}
.media_sp h2.ttl span.eo { margin:0px; padding-left:0; border:none;} /* 26px sp基本13px*/
.media_sp h3.ttl { font-size:112%; padding:0; margin-top:20px; margin-bottom:10px; text-align:left; line-height:1.4;} /* 24px sp基本13px*/
.media_sp .mb50 { margin-bottom:25px;}
.media_sp .mt40 { margin-top:20px;}
.media_sp .f12 { font-size:11px; /* 85% */}
.media_sp .mb150 { margin-bottom:75px;}
.media_sp .mb250 { margin-bottom:125px;}


/* stepBox01
---------------------------------------------------------- */

.pict-tel { /* margin:0 150px 0 170px; */
	margin:0;
	width:100%;
	padding-right:340px;
	overflow:hidden;
	padding-left:160px;
    /* display: box;
    display: -webkit-box;
    display: -moz-box; */
	display:table;
}

.pict-tel p {
    background: #01a8ec;
    border: 1px solid #01a8ec;
    border-radius: 15px;
    font-size:150%;
    line-height: 22px;
    margin: 35px 0 0;
    padding: 18px 0px 15px;
    position: relative;
    text-align: center;
    color:#fff;
    font-family: "メイリオ","Meiryo","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Arial,Helvetica,Verdana,sans-serif;
	width:48%;
	/* width:60%; */
	float:left;
	display:table-cell;
vertical-align:middle;
}

.pict-tel img {
    margin: 0;
	display:table-cell;
vertical-align:middle;
}


.stepBox01 {
    margin-bottom: 20px;
    padding: 10px;
    border: 5px solid #dddddd;
    background: #f9f9f9;
    box-sizing: border-box;
}
    .stepBox01 ul {
        display: inline-block;
        vertical-align: top;
        overflow: hidden;
        border: 1px solid #cccccc;
        background: #ffffff;
		width:100%;
        box-sizing: border-box;
}
        .stepBox01 ul li {
            position: relative;
            display: table;
            float: left;
            margin-left: -24px;
            padding-left: 37px;
            width: 310px;
            height: 58px;
            background: url(../img/bg_arrow01.png) right center no-repeat;
			box-sizing: border-box;
			        }

        .stepBox01 ul li.first {
            margin-left: 0;
            padding-left: 13px;
            width: 315px;
			background: #e5eefd;}

		.stepBox01 ul li.current { width: 330px;}
        .stepBox01 ul li.current,
        .stepBox01 ul li.last.current { background: #fff url(../img/bg_arrow02.png) 0 center no-repeat;}


        .stepBox01 ul li.current p { background: url(../img/bg_arrow01.png) right center no-repeat;}

        .stepBox01 ul li.last { background-image: none;}

		.stepBox01 ul li p {
			position: relative;
			display: table-cell;
			vertical-align: middle;
			font-size:107%; /* 15px */
			padding-right: 24px;
			text-align:center;
			padding-top:7px;
		}

		.stepBox01 ul li span.st-name {}

		.stepBox01 ul li span.st-num {
			color:#00a8ec;
			font-size:193%; /* 27px */
			font-weight:bold;
			margin-right:7px;
			}


			/* confirm
			--------------------*/

			.conf .stepBox01 ul li.first {
			background: #fff;}

			.conf .stepBox01 ul li.current {
			background: #e5eefd;
			}

			.conf .stepBox01 ul li.current { width: 320px;}
			.conf .stepBox01 ul li.current { background: #e5eefd url(../img/bg_arrow01.png) 0 center no-repeat;}

			.conf .stepBox01 ul li.current p { background: url(../img/bg_arrow02.png) right center no-repeat;}

			.conf .stepBox01 ul li.first { width: 320px;}


			/* end
			--------------------*/
			.fend .stepBox01 ul {	background: #e5eefd;}

			.fend .stepBox01 ul li.first {
			background: #fff;}

			.fend .stepBox01 ul li.last { background: #e5eefd url(../img/bg_arrow01.png) 0 center no-repeat;}
			.fend .stepBox01 ul li.current { background: #fff url(../img/bg_arrow01.png) 0 center no-repeat;}


@media print {
	.stepBox01 {display:none;}
	}


.clearfix::after, #contents::after, .section::after, #headerBtn01::after, .colWrap01::after, .topMenuList01::after, .topMenuList02::after, #gNavi02 .navi01::after, #gNavi02 .navi02::after, .btnDownl01::after, .callDetail01::after, .selectBox01::after, .downloadBox01::after, .listBtnBasic03::after, .menuView01 ul::after, .listBtnWrap01::after, .stepBox01 ul::after, .tableWrap01::after {
    clear: both;
    content: ".";
    display: block;
    height: 0px;
    visibility: hidden;
}

/* for sp
--------------------*/

.media_sp .pict-tel {
	 width:99%;
	 margin-left:0%;
	 padding:0 0% 0 0;
	 }


.media_sp .pict-tel p {
    background: #01a8ec none repeat scroll 0 0;
    border: 1px solid #01a8ec;
    border-radius: 10px;
    font-size:0.75rem;
	line-height:1.2rem;
    margin:5% 0 4% 0;
    padding: 2% 0 2%;
    /* padding: 0.5rem 0.2rem; */
	letter-spacing:-0.05em;
    position: relative;
    text-align: center;
    color:#fff;
	width:72%;
    /* max-width: 100%;  */
	 }

.media_sp .pict-tel img {
    margin:0;
    max-width: 27%;
    height:auto;
	vertical-align: middle;
	 }


.media_sp .stepBox01 {
    margin-bottom: 20px;
    padding: 0px;
    border: 5px solid #dddddd;
    background: #fff;
}
    .media_sp .stepBox01 ul {
        display: inline-block;
        vertical-align: top;
        overflow: hidden;
        border: none;
		width:100%;
    }
        .media_sp .stepBox01 ul li {
            margin-left: -24px;
            padding-left: 34px;
            width: 28%;
            height: 48px;
            background: url(../img/bg_arrow01.png) right center no-repeat;
        }

        .media_sp .stepBox01 ul li.first {
            margin-left: 0;
            padding-left: 5px;
            width: 64%;
			background: #e5eefd;}

			.media_sp .stepBox01 ul li span.st-num,
			.media_sp .stepBox01 ul li span.st-name {
				font-size:112%;
				}


			/* 文字まわり */
			.media_sp .fir .stepBox01 ul li.current span.st-num,
			.media_sp .fir .stepBox01 ul li.last span.st-num {
				color:#000000;
				}

			.media_sp .fir .stepBox01 ul li.current span.st-name,
			.media_sp .fir .stepBox01 ul li.last span.st-name {
				display:none;
}

        .media_sp .stepBox01 ul li.current { background: #fff url(../img/bg_arrow02.png) 0 center no-repeat;}

		.media_sp .stepBox01 ul li.last { background:none; width: 12%; padding-left:40px;}
		.media_sp .stepBox01 ul li p {
			padding-right: 12px;
		}


			/* confirm
			--------------------*/

			/* .media_sp .conf .stepBox01 ul li {
            margin-left: -14px;
            padding-left: 34px;
			} */

			.media_sp .conf .stepBox01 ul li.first {
            margin-left: 0px;
            padding-left: 0px;
            width: 27%;
			background: #fff;}

			.media_sp .conf .stepBox01 ul li.current {
            margin-left: -24px;
            padding-left: 13px;
            width: 62%;
			background: #e5eefd;}

			.media_sp .conf .stepBox01 ul li.last {
            margin-left: -10px;
            padding-left: 28px;
				}


			.media_sp .conf .stepBox01 ul li.current { background: #e5eefd url(../img/bg_arrow01.png) 0 center no-repeat;
			}

			.media_sp .conf .stepBox01 ul li.first span.st-num,
			.media_sp .conf .stepBox01 ul li.last span.st-num {
				color:#000000;
				}

			.media_sp .conf .stepBox01 ul li.first span.st-name,
			.media_sp .conf .stepBox01 ul li.last span.st-name {
				display:none;
			}


			/* end
			--------------------*/

			.media_sp .fend .stepBox01 ul li.first {
            margin-left: 0px;
            padding-left: 0px;
            width: 20%;
			background: #fff;}

			.media_sp .fend .stepBox01 ul li.last {
            margin-left: -20px;
            padding-left: 33px;
            width: 57%;
			background: #e5eefd;}


			.media_sp .fend .stepBox01 ul li.last { background: #e5eefd url(../img/bg_arrow01.png) 0 center no-repeat;}
			.media_sp .fend .stepBox01 ul li.current { background: #fff url(../img/bg_arrow01.png) 0 center no-repeat; width: 22%;}

			.media_sp .fend .stepBox01 ul li.first span.st-num,
			.media_sp .fend .stepBox01 ul li.current span.st-num {
				color:#000000;
				}

			.media_sp .fend .stepBox01 ul li.first span.st-name,
			.media_sp .fend .stepBox01 ul li.current span.st-name {
				display:none;
			}

			.media_sp .fend .stepBox01 ul li.last p { padding-right:5px; }
			.media_sp .fend .stepBox01 ul li.current p { background:none;}


/* プライバシー */
#PrivacyBox {
	overflow:hidden;
	background:#f9f9f9;
	border:1px solid #ddd;
	width:100%;
	box-sizing: border-box;
	margin:0;
	padding:0;
}

	#Veri {overflow:hidden;
	border-bottom:1px solid #ddd;
	padding-bottom:15px;
	margin:10px 30px 18px 30px;
	}

		#Veri .verisignL {
			width: 120px;
			float: left;}
		#Veri .verisignL div>div>img { 
			max-width: 100px;
		}
		#Veri .verisignR {
			width: 770px;
			float: left;
			margin-top: 1em;
			line-height:1.8;}


	.box-checkbox {
		text-align:center;
		margin:20px auto;
		}

	.box-checkbox ul {
		margin:30px auto 40px auto;
	}

	.box-checkbox li{
		display:block;
		}

	.box-checkbox label {
		padding:15px 20px;
		box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.1);
		border-radius: 7px;
		border:1px solid #ccc;
		background:#fff;
		width:30%;
		}

	.box-checkbox li.active_label {
		background-color:transparent;}
	.box-checkbox label.active_label {
		background-color: #e5eefd;
}



	/* .box-checkbox:hover,ul.box-radio li:hover,.checklist label:hover,
	.box-radio-in li:hover {
		background:#e5eefd;} */


	ul.box-radio {
		overflow:hidden;
		margin-left:27.125%;
		}

	ul.box-radio-in {
		overflow:hidden;
		margin-top:5px;
		}

	ul.box-radio li,ul.box-radio-in li {
		margin-right:20px;
		float:left;
		width:30%;
		border-radius: 7px;
		border:1px solid #ccc;
		background:#fff;
		}

	ul.box-radio  label,ul.box-radio-in label {
		padding:15px 20px;
		box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.1);
		display:block;
		}

	.checklist {
		}

	.checklist label {
		padding:15px 20px;
		box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.1);
		border-radius: 7px;
		border:1px solid #ccc;
		background:#fff;
		display:block;
/*		margin:20px auto;*/
		margin:0px 10px 10px 0px;
		float:left;
		margin-right:10px;}

	ul.box-radio li.active_label,
	ul.box-radio-in li.active_label,
	  ul.checklist label.active_label {
		background-color: #e5eefd;
}



		/* for sp
		--------------------*/
		.media_sp #Veri { padding-bottom:5px; margin:5px 10px 14px 10px;}
		.media_sp #Veri .verisignL { width: 24%;}
		.media_sp #Veri .verisignL img { max-width: 70px;}
		.media_sp #Veri .verisignR { width: 70%; margin-left:10px;}
		.media_sp #PrivacyBox .ml30 { margin:0px 12px;}
		.media_sp #PrivacyBox .mb5 { margin-bottom:10px;}
		.media_sp .box-checkbox  {　margin:0px auto;}
		.media_sp .box-checkbox ul {　margin:0px auto 0px auto;}
		.media_sp .box-checkbox label { width:85%; margin:0px auto; padding:12px 10px;}
		.media_sp ul.box-radio { margin-left:0%; width:100%;}
		.media_sp ul.box-radio li { width:48%; margin-right:5px;}
		.media_sp ul.box-radio-in { margin-top:0px;}
		.media_sp ul.box-radio-in li { width:60%; margin-right:5px; margin-top:5px;}
/*		.media_sp ul.box-radio-in li:nth-child(2) { width:54%;}
*/
		.media_sp ul.box-radio li:nth-child(2),.media_sp ul.box-radio-in li:nth-child(2) { margin-right:0px;}
		.media_sp .checklist label { float:none; width:80%; margin:5px 0; padding: 10px 10px;}
		.media_sp .checklist label:nth-child(4) { float:none;}
		.media_sp ul.box-radio label,.media_sp ul.box-radio-in label { padding:10px;}




/* !Table
---------------------------------------------------------- */
.tableBox01 {
    display: table;
    margin-bottom: 5px;
    width: 100%;
}

.table_basic01 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	line-height:2.4;
}
    .table_basic01.optionSvc{
        margin-bottom: 5px;
    }

.tableTotal { width: 317px;}

    .table_basic01 th {
        padding: 20px 20px;
		font-size:114%; /* 16px */
        text-align: left;
        border: 1px solid #cccccc;
        line-height: 1.2;
		background:#f3f3f3;
        font-weight: bold;
		vertical-align:middle;
		width:25%;
    }

	.table_basic01 th span {
		display: inline-block;
	}


    .table_basic01 td {
        padding: 20px 20px;
        text-align: left;
        border: 1px solid #cccccc;
		line-height:1.8;
}

    .table_basic01 td table.ininquiry {
		margin:10px 0 14px 0;
		width:88%;}


    .table_basic01 td table.ininquiry td {
		border:none;
		vertical-align:middle;
		padding:5px 0px;
		text-align:left;
    }

    .table_basic01 td table.ininquiry td.w16 {
    width:16%;}

	.table_basic01 td table.ininquiry td.w26 {
    width:26%;}

	input.fl-l { float:left; margin-right:20px;}

	input.size {
    height: 38px;
    padding: 9px 9px 9px 20px;
    border: 1px solid #CCC;
    box-shadow: 1px 1px 1px rgba(4, 0, 0, 0.2) inset;
    box-sizing: border-box;
	/* font-size:14px; */
	font-size:100%; /* 14px */
}

	.table_basic01 textarea { border:1px solid #ccc; width:96%; resize: both; min-height:140px; min-width:500px; padding:12px;}
	.media_pc .table_basic01 textarea { max-width:718px;}


	/* for sp
	--------------------*/
	.media_sp .table_basic01 th { padding: 10px 10px; width:34%; vertical-align:top; font-size:108%; /* 14px */}
	.media_sp .table_basic01 td { padding: 10px 10px; }
	.media_sp input.fl-l { margin-right:10px;}
	.media_sp .table_basic01 td table.ininquiry { margin:5px 0 7px 0;}
	.media_sp .table_basic01 td table.ininquiry td {
		width:100%;
		display:block;
		padding:2px 0px;
    }
	.media_sp .table_basic01 textarea {font-size: 16px; width:98%; resize: both; min-height:100px; min-width:140px; padding:3px;}
	.media_sp input.size {
    padding: 8px 4px 8px 6px;
	line-height:1.2;
	font-size:16px;}
	.media_sp .furi { font-size:72%;}

	/* .media_sp .table_basic01 td table.ininquiry td input.size { width:100%;}
	.media_sp table_basic01 textarea.size { width:65%;} */


.inputWrap01 {
    overflow: hidden;
	margin-top:0px;
}

.inputForm02 {
    width: 180px;
    border: 1px solid #CCC;
}

.label01 {
    display: block;
    position: relative;
}
label {
    cursor: pointer;
}


.label01::before {
    content: "";
    right: 0px;
    top: 0px;
    width: 33px;
    height: 35px;
    background: #DDD none repeat scroll 0% 0%;
    position: absolute;
    pointer-events: none;
    z-index: 9999;
}


.label01::after {
    content: "";
    right: 11px;
    top: 13px;
    width: 0px;
    height: 0px;
    position: absolute;
    border-style: solid;
    border-color: #666 transparent transparent;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-width: 8px 5px;
    pointer-events: none;
    z-index: 9999;
}


.selectForm01 {
    display: inline-block;
    width: 100%;
    height: 35px;
    padding: 0px 0px 0px 12px;
    background: #FFF none repeat scroll 0% 0%;
    outline: medium none;
    border: medium none;
    -moz-appearance: none;
    cursor: pointer;
    /* box-shadow: 1px 1px 1px rgba(4, 0, 0, 0.2) inset; */
    box-sizing: border-box;
    z-index: 9998;
	font-size:100%; /* 14px */
}

	.media_sp .selectForm01 {
		font-size: 16px;
		display: inline-block;
		padding-left: 15px;
		width: 100%;
		height: 35px;
		border: none;
		background: #ffffff;
		outline: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		cursor: pointer;
		border-radius: 0;
		-webkit-box-shadow: inset 1px 1px 1px rgba(4,0,0,.2);
		-moz-box-shadow: inset 1px 1px 1px rgba(4,0,0,.2);
		box-shadow: inset 1px 1px 1px rgba(4,0,0,.2);
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	select.size {
            display: inline-block;
            height: 35px;
            padding: 0 0 0 12px;
            background: #ffffff;
            outline:none;
            border: none;
            -webkit-appearance:none;
            -moz-appearance:none;
            appearance:none;
            cursor:pointer;
            -webkit-box-shadow: inset 1px 1px 1px rgba(4,0,0,.2);
            -moz-box-shadow: inset 1px 1px 1px rgba(4,0,0,.2);
            box-shadow: inset 1px 1px 1px rgba(4,0,0,.2);
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            z-index: 9999;
	}

	.type01 { width: 218px;}
    .type02 { width: 138px;}
    .type03 { width: 178px;}
    .type04 { width: 100%;}
	.type05 { width: 418px;}
	.type06 { width: 200px;}
    .inputBirth01 { width: 137px;}

	/* for sp
	-------------------- */
	.media_sp .type01 { width: 80%;}
    .media_sp .type02 { width: 40%;}
    .media_sp .type03 { width: 46%;}
	.media_sp .type05 { width: 100%;}


	/* 吹き出し */

	.fukidasi-g {
	  position: relative;
	  width: 100%;
	  background-color: #f3f3f3;
	  text-align: center;
	  padding:22px 0;
	  margin-bottom:30px;
  	  box-sizing: border-box;
	  line-height:1.2;
	}

	.fukidasi-g:before {
	  content: "";
	  position: absolute;
	  bottom: -12px;
	  left: 50%;
	  margin-left: -12px;
	  width: 0;
	  height: 0;
	  border-top: 12px solid #f3f3f3;
	  border-left: 12px solid transparent;
	  border-right: 12px solid transparent;
	}

	.post {
		float:right;
		margin-right:80px;
		 line-height:1.4;}

	/* for sp
	-------------------- */
	.media_sp .fukidasi-g { text-align:1.4; text-align:left; padding:12px 7px;}
	.media_sp .post { float:none; margin-top:5px; display:block; width:100%;}



/* ボタン装飾 */

#SubmitArea {
    text-align: center;
	overflow:hidden;
}

.media_sp #SubmitArea { width:100%;}
.media_sp #SubmitArea input { width:100%;}


.conf #SubmitArea {
    text-align: center;
	margin:40px auto 100px auto;
	}

.conf #SubmitArea input {
	float:left;
}

.conf #SubmitArea input:nth-child(2) {
	float:right;
}


.conf #SubmitArea button {
	float:left;
}

.conf #SubmitArea button:nth-child(2) {
	float:right;
}


.btnSubmit01 {
    overflow: hidden;
    width: 200px;
    -webkit-box-shadow: 0 0 6px #dddddd;
    -moz-box-shadow: 0 0 6px #dddddd;
    box-shadow: 0 0 6px #dddddd;
    border: solid 1px #cccccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFFFFF;
    cursor: pointer;
	text-align:left;
    position: relative;
    width: 100%;
	vertical-align:middle;
}

.btnSubmit01.type01 {
    position: relative;
    width: 400px;
    height: 80px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btnSubmit01.type01:hover {
  background-color: #f3f3f3;
  text-decoration: none;
}

.btnSubmit01.type02 {
    position: relative;
    height: 80px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btnSubmit01.back {
	width:240px;
	text-align:center;
}


.btnSubmit01 span {
    vertical-align: middle;
    padding: 4px 15px 0 15px;
    color: #000000;
	font-size:158%; /* 22px */
	font-weight:bold;
}

.btnSubmit01.back span {
	text-align:center;
}

.btnSubmit01 span:before {
    content: "";
    position: absolute;
    right: 20px;
    top: 42%;
    margin-top: -9px;
    width: 30px;
    height: 29px;
    background: url(../../common3/img/ico_arrow01.png) 0 center no-repeat;
}



.btnSubmit01.back span:after {
    content: "";
    position: absolute;
    left: 10px;
    top: 42%;
    margin-top: -9px;
    width: 30px;
    height: 29px;
    background: url(../../common3/img/ico_arrow02.png) 0 center no-repeat;
}

.btnSubmit01.back span:before {
    background:none;
}


.btnSubmit01:hover {
    background-image: none;
    /* background-color: #f3f3f3; */
	background-color:#eff4fc;
    -webkit-box-shadow: 0 0 6px #dddddd;
    -moz-box-shadow: 0 0 6px #dddddd;
    box-shadow: 0 0 6px #dddddd;
    border: solid 1px #cccccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}


.btnSubmit01[disabled], .btnSubmit01[disabled]:hover, .btnSubmit01[disabled]:active {
    cursor: default;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
    -webkit-filter: "alpha(opacity=60)";
    background-color: #FFFFFF;
}


	/* for sp
	-------------------- */
	.media_sp .btnSubmit01 {
		text-align:left;
		width:100%;
		height: 60px;
		font-size:100%;
	}

	.media_sp .btnSubmit01 span {
		color: #000000;
		font-size:115%; /* 22px */
	}

	.media_sp .conf #SubmitArea {
	margin:20px auto 40px auto;
	}

	.media_sp .conf #SubmitArea {
		width:100%;
	}

	.media_sp .conf #SubmitArea input:nth-child(3) {
		width:52%;
	}
	.media_sp .conf #SubmitArea input:nth-child(4) {
	width:42%;
	float:right;
	}


	 .media_sp .conf .btnSubmit01 {
		width:40%;
	}
	.media_sp .conf .btnSubmit01.back {
	width:58%;
	text-align:center;
	}

	.media_sp .conf .btnSubmit01 span {
		padding-left:10px;}
	.media_sp .conf .btnSubmit01.back span {
		padding-right:10px;}


	.media_sp .btnSubmit01 span:before {background-size:80%; right: 5px;}

	.media_sp .btnSubmit01.back span:after {
		left: 5px;
		background-size:80%;
	}
	.media_sp .conf .btnSubmit01 span:before { right:0;}





/* Error
---------------------------------------------------------- */
	#ErrorBox {
		background-color:#ffeeef;
		border:1px solid #ff5566;
		width:100%;
		color:#ff5566;
		margin-bottom:30px;
			box-sizing: border-box;
}

		#ErrorBox .AlertBox {
			margin:20px 20px;
			line-height:1.6;}

		/* for sp
		-------------------- */
		.media_sp #ErrorBox {
			margin-bottom:10px;
		}
		.media_sp #ErrorBox .AlertBox {
			margin:10px;
			font-size:90%;
		}

	.fukidasi-err {
	  position: relative;
	  background-color: #ffeeef;
	  border:1px solid #ff5566;
	  text-align: center;
	  color:#ff5566;
	  text-align: center;
	  padding:22px 0;
	  margin-bottom:30px;
  	  box-sizing: border-box;
	  margin:0px auto 20px auto;
	  width:100%;
	  display:block;
	  font-weight:bold;
	}

	#PrivacyBox .fukidasi-err {
	  width:94%;
		margin:20px auto;
}


	.fukidasi-err:before {
	  content: "";
	  position: absolute;
	  bottom: -12px;
	  left: 50%;
	  margin-left: -12px;
	  width: 0;
	  height: 0;
	  border-top: 12px solid #ff5566;
	  border-left: 12px solid transparent;
	  border-right: 12px solid transparent;
	}

	.fukidasi-err:after {
	  content: "";
	  position: absolute;
	  bottom: -11px;
	  left: 50%;
	  margin-left: -12px;
	  width: 0;
	  height: 0;
	  border-top: 12px solid #ffeeef;
	  border-left: 12px solid transparent;
	  border-right: 12px solid transparent;
	}


		/* for sp
	-------------------- */
	.media_sp .fukidasi-err {
		margin-bottom:10px;
		padding:10px 5px;
		line-height:1.4;
		font-size:90%;
	}

	.media_sp .fukidasi-err:before {
	  bottom: -8px;
	  margin-left: -8px;
	  border-top: 8px solid #ff5566;
	  border-left: 8px solid transparent;
	  border-right: 8px solid transparent;
	}

	.media_sp .fukidasi-err:after {
	  bottom: -7px;
	  margin-left: -8px;
	  border-top: 8px solid #ffeeef;
	  border-left: 8px solid transparent;
	  border-right: 8px solid transparent;
	}

.block_type1 {
    margin-top: 10px;
}

.disabled_label {
    background-color: #f9f9f9 !important;
}



/* btn-clear */
.btn-clear {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 7px;
	box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.1);
	cursor: pointer;
	padding: 4px 15px;
	text-align: center;
	white-space: nowrap;
}

.btn-clear:hover {
	background: #f6f6f6;
}

.media_sp .btn-clear {
    display: inline-block;
}



/* mineo */
body {
	border-top: none;
}

#l_header {
	padding: 10px 0;
	z-index: 50;
}

#l_header .head_wrap {
	height: 80px;
}

#l_header .logo {
	padding: 0;
}

.inner_content > p {
	margin-bottom: 20px;
}

textarea {
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Arial,Helvetica,Verdana,sans-serif;
	font-size: 16px;
}

.table_basic01 {
	table-layout: fixed;
}

.table_basic01 th {
	width: 240px;
}


/* checklist flex */
.checklist.flexlist {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}

.checklist.flexlist li {
	margin-right: 10px;
	width: 40%;
}

.checklist.flexlist li label {
	box-sizing: border-box;
	width: 100%;
}

.inputForm02 {
	width: 260px;
}


/* inputForm_file */
.inputForm_file {
	margin-bottom: 20px;
}

.file .attention li {
	padding-left: 1em;
	text-indent: -1em;
}

.file .attention li em {
	font-style: normal;
	font-weight: bold;
}


/* conf */
.conf .attention {
	color: #F00;
	margin: 20px 0;
}

.conf #SubmitArea .modal {
	cursor: pointer;
	float: right;
}

.conf #SubmitArea .modal .btn_on {
	display: none;
}

.conf #SubmitArea .modal:hover .btn_on {
	display: block;
}

.conf #SubmitArea .modal:hover .btn_off {
	display: none;
}

.ua-ios .conf #SubmitArea .modal .btn_off {
	display: block !important;
}
.ua-ios .conf #SubmitArea .modal .btn_on {
	display: none !important;
}

.modal-overlay {
	background: rgba(0, 0, 0, .3);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.modal-inner {
	background: #FFF;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	left: 50%;
	padding: 60px 20px;
	position: relative;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 700px;
	width: auto;
}

.modal-inner p {
	margin-bottom: 6px;
}

.modal-inner .btn_wrapper {
	margin-top: 20px;
}

.modal-inner .btn_wrapper .bt {
	border: 1px solid #ccc;
	border-radius: 6px;
	cursor: pointer;
	display: inline-block;
	margin: 0 8px;
	padding: 10px 20px;
}

.modal-inner .btn_wrapper .bt:hover {
	background: #eee;
}

/* fend */
.fend .inner_content p {
	margin-bottom: 20px;
}

.fend .inner_content p em {
	font-size: 130%;
	font-style: normal;
	font-weight: bold;
}

.mineo_support {
	border: 1px solid #ddd;
	border-radius: 6px;
	margin-bottom: 20px;
}

.mineo_support .block_header {
	background: #f3f3f3;
	padding: 20px 20px 15px;
}

.mineo_support .block_header h3 {
	font-size: 120%;
	margin-bottom: 5px;
}

.mineo_support .block_header p {
	margin: 0;
}

.mineo_support .block_body {
	padding: 20px 20px 0;
}

.mineo_support .block_body p {
	font-size: 120%;
	margin-bottom: 30px;
	padding-left: 1em;
	position: relative;
}

.mineo_support .block_body p:before {
	content: '■';
	left: 0;
	position: absolute;
	top: .1em;;
}

.fend .mineo_support .block_body em {
	color: #093;
	font-size: 170%;
}

.mineo_support .block_body strong {
	font-size: 110%;
	margin-left: 10px;
}


/* for sp -------------------- */
.media_sp #l_header .head_wrap {
	height: 54px;
}

.media_sp #l_header .logo {
	padding-top: 0;
	width: 86px;
}

/* checklist flex */
.media_sp .table_basic01 {
	display: block;
	width: 100%;
}

.media_sp .table_basic01 th,
.media_sp .table_basic01 tbody,
.media_sp .table_basic01 tr,
.media_sp .table_basic01 td {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.media_sp .table_basic01 th {
	border-bottom: none;
}

.media_sp .table_basic01 tr:nth-of-type(1n+2) th {
	border-top: none;
}

.media_sp .checklist.flexlist {
	display: block;
}

.media_sp .checklist.flexlist li {
	margin: 0 0 10px;
	width: 100%;
}

.media_sp .inputForm02 {
	width: 100%;
}

.media_sp .selectForm01 {
	padding-left: 10px;
}


/* inputForm_file */
.media_sp .inputForm_file {
	margin-bottom: 20px;
}

.media_sp .inputForm_file input[type=file] {
	margin-bottom: 10px;
	width: 100%;
}

.media_sp .file .attention li {
	padding-left: 1em;
	text-indent: -1em;
}

.media_sp .file .attention li em {
	font-style: normal;
	font-weight: bold;
}

.media_sp .table_basic01 td table.ininquiry {
    width: 100%;
}

.media_sp input.size {
	display: block;
	width: 100%;
}

.media_sp .conf #SubmitArea .modal {
    width: 42%;
    float: right;
}

.media_sp .conf #SubmitArea .modal img {
	width: 100%;
}

/* fend */
.media_sp .mineo_support .block_header {
	padding: 20px 10px 15px;
}

.media_sp .mineo_support .block_body {
	padding: 15px 10px 0;
}

.media_sp .mineo_support .block_body p {
	font-size: 100%;
	margin-bottom: 20px;
}

.media_sp .fend .mineo_support .block_body em {
	display: block;
	font-size: 150%;
	margin: 10px 0 0;
}

.media_sp .mineo_support .block_body strong {
	display: block;
	font-size: 120%;
	margin: 10px 0 0;
}
















