html {
	margin: 0;
	padding: 0;
	font-size: 10px;
}

body {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic",  Osaka , sans-serif;
	line-height: 1.5;
	color: #666;
	min-width: initial;
}

h2 {
	font-size: 22px;
	font-weight: bold;
	color: #1d5bb8;
	text-align: center;
	margin: 0;
	border-bottom: solid 5px #1d5bb8;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
h2 label {
	font-size: 22px;
}

#form #info h3 {
	margin: 10px 0 8px 0;
	padding: 8px 0;
	color: #ffffff;
	font-size: 1.4rem;
	text-align: center;
	background: #1d5bb8;
}

#form #info h3 span {
	font-size: 1.6rem;
}

#form #inputArea h3 {
	margin:0 0 8px 0;
	padding: 10px 14px;
	color: #333333;
	font-size: 1.6rem;
	font-weight: bold;
	background: #dae9ec url(../../images/2016/bg_grid_01.png);
	box-sizing: border-box;

}
/* oka */
#form #inputArea section.inner {
	position: relative;
}

#form h3 span.required {
	margin: 0 0 0 12px;
	color: #ff0000;
	font-size: 1.2rem;
	font-weight: normal;
}

img{
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: top;
}



#content {
	margin: 0 auto;
	font-size: 1.4rem;
}

#form {
	position:relative;
}

#form ul#flow {
	margin:0px auto 20px auto;
	text-align: center;
}
#form ul#flow li{
	display: inline-block;
	font-weight:bold;
	font-size: 1.8rem;
	color:#333333;
}

#form ul#flow li img{
	vertical-align: top;
	margin-right: 8px;
}
#form ul#flow li img.arrow{
	margin:8px 10px 0px 9px;
}
#form ul#flow li span{
	display: inline-block;
	margin-top: 3px;
}
#form ul#flow li.cur{
	font-size: 1.8rem;
	color: #3333cc;
}
#form ul#flow li.cur span{
	display: inline-block;
	margin-top: 1px;
}

#form #info {
	margin:0px 0 20px 0;
}

#form #info > p {
	margin: 0 14px 1em 14px;
}

#form #info strong{
	margin: 0 14px;
	color: #ff0000;
	font-weight:normal;
}

#form #info #privacypolicy {
	margin: 0 0 10px 0;
}
#form #info #privacypolicy a.toggle {
	margin:0 0 8px 0;
	padding: 10px 14px;
	display: block;
	position: relative;
	color: #333333;
	font-size: 1.6rem;
	font-weight: bold;
	background: #dae9ec url(../../images/2016/bg_grid_01.png);
	box-sizing: border-box;
}

#form #info #privacypolicy a.toggle span:after {
	margin-top: -10px;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	right: 10px;
	content: '+';
	color: #ffffff;
	font-size: 1.6rem;
	text-align: center;
	background: #1d5bb8;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

#form #info #privacypolicy a.toggle.active span:after {
	content: '-';
}

#form #info #privacypolicy div.privacyContents {
	margin: 10px;
	padding: 10px;
	display: none;
	border: solid 1px #cccccc;
}

	#form #info #privacypolicy div.privacyContents h4 {
		margin: 0 0 10px 0;
		color: #1d5bb8;
		font-size: 1.6rem;
		font-weight: bold;
	}

	#form #info #privacypolicy div.privacyContents h5 {
		font-size: 1.4rem;
		font-weight: bold;
	}

	#form #info #privacypolicy div.privacyContents ol {
		padding: 0 0 0 24px;
	}

	#form #info #privacypolicy div.privacyContents ol li {
		font-size: 1.4rem;
		font-weight: normal;
	}

	#form #info #privacypolicy div.privacyContents .responsible {
		margin: 0;
		text-align: right;
	}

#form .input_text{
}
#form .input_text p{
	margin: 0 0 1em 14px;
	font-size: 1.4rem;
}
#form .inner{
	padding:0px 14px;
	overflow:hidden;
}
#form .input_full,#form .input_num,#form .input_textarea, #form input.input_wide, #form .input_overquarter, #form .input_quarter, #form input.input_half{
	padding: 8px 4px;
	font-size: 1.4rem;
	border: solid 1px #cccccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-sizing: border-box;
}

#form select {
	-webkit-appearance: none;
	padding: 8px 4px;
	color: #333333;
	font-family: sans-serif;
	font-size: 1.4rem;
	border: solid 1px #cccccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-sizing: border-box;
}

#form .input_radio{
	width:146px;
	float:left;
}
#form .input_radio input{
	margin-right:8px;
}
#form .input_radio .input_quarter{
	margin-left:8px;
}
#form .input_radio_num{
	width:292px;
}
#form .input_radio_num input{
	margin-right:8px;
}
#form .input_radio_num .input_quarter{
	margin-left:8px;
}
#form .input_full{
	width:85%;
}
#form .input_num{
	width:200px;
	overflow:hidden;
	margin-right:0px;
	padding-right:0px;
}
#form .input_textarea{
	width:94%;
	padding-top:8px;
	height:191px;
}
#form .input_wide{
	width:292px;
}
#form .input_overquarter{
	text-align:center;
	width:66px;
}
#form .input_quarter{
	margin:7px 0px 7px 0px;
	text-align:center;
	width:52px;
}
#form .input_half{
	width:146px;
}
#form .input_wide{
}

#form .date {
}
#form .date .input_overquarter,#form .date .input_quarter{
	margin:0px 2px 0px 0px;
}

#form #submit{
	padding:0px 14px;
	margin: 0px auto;
}
#form #submit input {
	-webkit-appearance: none;
	margin: 0 0 14px 0;
	padding:12px 0px;
	display:inline-block;
	text-align:center;
	width:100%;
	color:#ffffff;
	font-weight:bold;
	font-size: 1.6rem;
	border: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #d10f29;
	/* -webkit-box-shadow: 0px 1px 0px #B50D24; */
	/* -moz-box-shadow: 0px 1px 3px #B50D24; */
	/* box-shadow: 0px 4px 0px #B50D24; */
	outline: 0;
}

#form section p.note {
	margin: 14px 1em 14px;
}

/***********************************
check
***********************************/

.check p{
	margin: 0 14px 6px 14px;
}
.check_first{
	margin: 6px 14px 1em 14px;
}

p.checkNote {
	margin: 0 14px 1em 14px;
}

#confirm {
	margin: 0;
}
#confirm p{
	margin: 14px;
	padding: 6px 0;
	text-align:center;
	background:#ffffff;
}
#form_send{
	width:292px;
	margin:0px auto 16px auto;
	text-align:center;
}
#form_send .back{
	-webkit-appearance: none;
	margin: 0 0 14px 0;
	padding:12px 0px;
	display:inline-block;
	text-align:center;
	width:100%;
	color:#666666;
	font-weight:bold;
	font-size: 1.6rem;
	border: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #dddddd;
	/* -webkit-box-shadow: 0px 1px 0px #cccccc; */
	/* -moz-box-shadow: 0px 1px 3px #cccccc; */
	/* box-shadow: 0px 4px 0px #cccccc; */
	outline: 0;
}
#form_send .send{
	-webkit-appearance: none;
	margin: 0;
	padding:12px 0px;
	display:inline-block;
	text-align:center;
	width:100%;
	color:#ffffff;
	font-weight:bold;
	font-size: 1.6rem;
	border: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #d10f29;
	/* -webkit-box-shadow: 0px 1px 0px #B50D24; */
	/* -moz-box-shadow: 0px 1px 3px #B50D24; */
	/* box-shadow: 0px 4px 0px #B50D24; */
	outline: 0;
}

/************************************
end
************************************/
#end{
	margin-top:10px;
}

#end h3 {
	margin: 10px 0 8px 0;
	padding: 8px 0;
	color: #ffffff;
	font-size: 1.4rem;
	text-align: center;
	background: #1d5bb8;
}

#end p{
	margin:14px 10px 30px 10px;
	font-size: 14px;
	text-align:center;
}

#end p{
	font-size:114%;
	margin:32px 0px;
	text-align:center;
}
 #end img{
 	display:block;
 	margin:0px auto;
	text-align:center;
}
#end h4{
	margin: 0 0 8px 0;
	padding: 6px 14px;
	color: #333333;
	font-size: 1.4rem;
	font-weight: normal;
	background: #dae9ec url(../../images/2016/bg_grid_01.png);
}
#end ul#plan {
	margin:14px auto;
	padding:0 10px;
	overflow: hidden;
	list-style-type: none;
}
#end ul#plan li{
	margin: 0 1% 10px 1%;
	width: 48%;
	height: 44px;
	float: left;
	font-size: 1.4rem;
	text-align: center;
	line-height: 44px;
	border: solid 2px #dae9ec;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-sizing: border-box;

}
#end ul li a{
	display: block;
	text-decoration: none;
}
/************************************
privacy
************************************/
#privacy h3{
	margin:14px 0px;
}
#privacy h4{
	margin:8px 14px;
	font-size:125%;
}
#privacy h5{
	margin:8px 14px;
}
.his_back{
	width:292px;
	margin:0px auto 16px auto;
	text-align:center;
}

.his_back a{
	letter-spacing:0.3em;
	display:inline-block;
	text-align:center;
	width:100%;
	font-weight:bold;
	font-size:150%;
	padding:8px 0px 10px 0.3em;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	background: -moz-linear-gradient(center top, #f8c9cc 2%,#f#f0f0f0 4%,#e0e0e0 50%,#d7d7d7 51%,#dadada 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.02, #f0f0f0),color-stop(0.5, #e0e0e0),color-stop(0.51, #d7d7d7),color-stop(1, #dadada));
	text-shadow: 0px -1px 0px rgba(255,255,255,0.6);
	-webkit-box-shadow: 0px 1px 2px rgb(66, 66, 66);
	-moz-box-shadow: 0px 1px 2px rgb(66, 66, 66);
	-ms-box-shadow: 0px 1px 2px rgb(66, 66, 66);
	box-shadow: 0px 1px 2px rgb(66, 66, 66);
	color:#333333;
}
#privacy ul{
	text-align:left;
	height:auto;
	width:auto;
	padding:0px;
	position:static;
	margin-bottom:28px;
}
#privacy li{
	padding:0px 14px;
	font-weight:normal;
	font-size:100%;
	margin:8px 0px;
	float:none;
}

#privacy .detail{
	font-size:93%;
	text-align:right;
}

/************************************
error
************************************/
#error{
	margin:20px auto 40px auto;
}
#error h3 {
	margin: 10px 0 8px 0;
	padding: 8px 0;
	color: #ffffff;
	font-size: 1.4rem;
	text-align: center;
	background: #1d5bb8;
}

#error p{
	margin:14px 10px 30px 10px;
	font-size: 1.4rem;
}

#form .input_head{
	height:31px;
	overflow:hidden;
	width:16px;
	margin:4px 8px 0px 0px;
	font-size: 125%;
	vertical-align:middle;
}

#form p.error {
	margin: 1px 0 3px 0;
	padding: 4px 7px;
	background: #ffeeee url(../../img/error_bg.gif);
	text-shadow: 1px 1px 0 #fff;
	color: #f00;
}

/************************************
130207 carrier link
************************************/
#info p.note{
	color:#ff0000;
}

#carrier{
	margin:30px 0 10px 0;
}

#carrier h3{
	font-size: 26px;
	font-weight: bold;
	color: #1d5bb8;
	text-align: center;
	margin: 0;
	border-bottom: solid 5px #1d5bb8;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

#carrier h4{
	margin:0 0 8px 0;
	color: #1d5bb8;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}

#carrier p {
	margin: 0 14px 1em 14px;
}


#carrier p.domain{
	font-size: 2rem;
}

#carrier a.toggle {
	padding: 10px 0;
	display: block;
	position: relative;
	color: #333333;
	font-size: 1.4rem;
	font-weight:bold;
	text-align: center;
	vertical-align: middle;
	background: #dddddd url(../../images/2016/bg_grid_01.png);
	box-sizing: border-box;
}

#carrier a.toggle span:after {
	margin-top: -10px;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	right: 10px;
	content: '+';
	color: #ffffff;
	font-size: 1.6rem;
	background: #666666;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

#carrier a.toggle.active span:after {
	content: '-';
}

#carrier .docomo,
#carrier .au,
#carrier .softbank {
	margin: 0 0 10px 0;
}

#carrier .docomo div,
#carrier .au div,
#carrier .softbank div {
	padding: 10px 10px 0 10px;
	display: none;
}

/* ------------------------------
	popwin
------------------------------ */
#content #popwin{
	margin: 0;
	text-align: center;
	width: 134px;
	height: 80px;
	box-sizing: border-box;
	background: url(../../img/popwin_bg.png) left top no-repeat;
	color: #fff;
	font-size: 0.9em;
	padding: 18px 0 0;
	text-shadow: 1px 1px 0 #00447e;
	line-height: 1.4;
}

#content #popwin span{
	font-size: 14px;
}

.compmsg{
	margin-left: 5px;
	background: url(../../img/comp_bg.png) left top no-repeat;
	width: 24px;
	height: 25px;
	display: inline-block;
}


.sign {
    border: solid 1px #ccc;
    margin: 20px 10px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sign-image {
    width: 140px;
}
.sign-text {
    width: auto;
}

/* ------------------------------
	202205
------------------------------ */
#form .zip_attention {
    position: relative;
    font-size: 1.4rem;
    margin: 10px 15px 20px 15px;
    padding: 20px 30px;
    border: 0;
    border-radius: 10px;
    background: #efefef;
    text-shadow: 1px 1px 0 #fff;
}
#form .zip_attention::before {
    content: "";
    position: absolute;
    border: 12px solid transparent;
    border-bottom: 12px solid #efefef;
    top: -24px;
    left: 50px;
}
#form .zip_attention p {
	margin-bottom: 0;
}
#form .zip_attention a {
	text-decoration: underline;
	color: #0068b7;
}

#form .choice {
	display: block;
	margin-bottom: 0.5em;
}
#form .estimate-date_month {
	width: 7em;
	margin-right: 0.5em;
}
#form .estimate-date_day {
	width: 4em;
	margin-right: 0.5em;
	margin-left: 0.5em;
}
#form .estimate-date_time {
	width: 5em;
	margin-right: 0.5em;
	margin-left: 0.5em;
}
#form .estimate-date_select_wrap~.estimate-date_select_wrap {
	margin-top: 1em;
}
#form .reserve-date_month {
	width: 7em;
	margin-right: 0.5em;
}
#form .reserve-date_day {
	width: 4em;
	margin-right: 0.5em;
	margin-left: 0.5em;
}
#form .mypage-note {
	margin-top: 1em;
	margin-bottom: 0;
    border-bottom: dotted 1px #0068b7;
	padding-bottom: 1em;
}
#form .inquiry {
	width: calc(100% - 2em);
}
#form .inquiry textarea {
	min-height: 10em;
	width: 100%;
}

#form .btn_search-address {
    width: 90px;
	padding: 6px 4px;
	border: none;
    border-radius: 5px;
    font-size: 14px;
    text-shadow: 1px 1px 0 #ffffff;
}