@charset "utf-8";
/* CSS Document */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	border-style:none;
	outline:0;
	font-size:100%;
	font-style:normal;
	font-weight:normal;
	vertical-align:top;
	background:transparent;
}
html {  
	overflow-y:scroll;
	font-size: 62.5%;
} 
body {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight:normal;
	line-height:1.8em;
	-webkit-text-size-adjust : 100%;
	word-wrap : break-word;
	overflow-wrap : break-word;
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", 'Open Sans', sans-serif;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}
main {
	display:block;
}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	font-weight:normal;
	vertical-align:baseline;
	background:transparent;
}
ins {
	background-color:#ffffff;
	color:#000;
	text-decoration:none;
}
img{
	max-width: 100%;
	height: auto;
	width /***/:auto;
}
mark {
	background-color:#ffffff;
	color:#000; 
	font-style: italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	display : table; 
	table-layout : fixed;
}
tr,th,td {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
hr {
	display:block;
	height:1px;
	border:0;   
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
caption,th {
	text-align:left; 
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
ul,ol,li {
	list-style:none;
}
br {
	letter-spacing:0;
}
*, *: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;
}
/*link*/
a:link {
	color:#040000;
	text-decoration:none;
}
a.linktext {
	text-decoration:underline;
}
a.linktext:hover {
	text-decoration:none;
}
a:visited {
	color:#040000;;
	text-decoration:none;
}
a:hover {
	color:#040000;;
	text-decoration:none;
}
a:active {
	color:#040000;
	text-decoration:none;
}
input, button, textarea, select {
	margin: 0;
	padding: 0;
	background: none transparent;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size:100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="text"]{
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	cursor: pointer;
	-webkit-appearance: button;
}
/*form_tag*/
.input {
	padding: 10px 3px;
	vertical-align: middle;
	font-size: inherit;
	color: inherit;
	box-sizing: content-box;
	text-indent: .01px;
	text-overflow: "";
	background:#ffffff;
	border:1px solid #ebf7f6;
	width: 100%;
}
.select {
	padding: 10px 3px;
	vertical-align: middle;
	font-size: inherit;
	color: #040000;
	box-sizing: content-box;
	text-indent: .01px;
	text-overflow: "";
	/*background:#ffffff;*/
	border:1px solid #ebf7f6;
	width: 99%; 
}
.textarea {
	padding: 10px;
	vertical-align: middle;
	color: inherit;
	box-sizing: content-box;
	text-indent: .01px;
	text-overflow: "";
	background:#ffffff;
	border:1px solid #ebf7f6;
	width:100%;
	min-height:220px;
	-moz-box-sizing: border-box;
	-wbkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-family: sans-serif;
}
input.postcode {
 width: 5em;
 display: inline-block;
 margin-bottom: 5px;
}
.error {
	border:1px solid #b8172b;
}
select::-ms-expand {
display: none;
}
.selectarea {
	position: relative;
	cursor: pointer;
 color: #040000;
}
.selectarea option {
 color: #040000;
 position: relative;
 z-index: 100;
}
.selectarea .arrow-under-br {
 border-top: 5px solid #b8172b;
	border-right: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid transparent;
	margin: 0 0 0 0;
	position: absolute;
	right: 30px;
	top: 25px;
 z-index: 1;
}
.btn_disabled[disabled],
.btn_disabled[disabled]:hover,
.btn_disabled[disabled]:active {
	width:100%;
	height:100%;
	text-align:center;
	line-height:40px;
	border:1px solid #b8b8b8;
	background: #fafafa;
	cursor: default;
	position: static;
	color: #b9b9b9;
	margin:8px 0;
	border-radius: 2px;
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px;
	-webkit-appearance: button;
}
/*radio,checkbox*/
.box-check {
	padding: 12px;
}
.box-check input[type=radio],
.box-check input[type=checkbox] {
	display: inline-block;
	margin-right: 6px;
}
.box-check input[type=radio] + label,
.box-check input[type=checkbox] + label {
	position: relative;		
	display: inline-block;
	margin-right: 12px;		
	font-size: 14px;
	line-height: 30px;		
	cursor: pointer;
} 
@media (min-width: 1px) {
.box-check input[type=radio],
.box-check input[type=checkbox] {
	display: none;
	margin: 0;
}
.box-check input[type=radio] + label,
.box-check input[type=checkbox] + label {
	padding: 0 0 0 24px;
}
.box-check input[type=radio] + label::before,
.box-check input[type=checkbox] + label::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;		
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 18px;
	height: 18px;
	margin-top: -9px;		
	background: #FFF;
}
.box-check input[type=radio] + label::before {
	border: 1px solid #ece6d7;
	border-radius: 30px;
}
.box-check input[type=checkbox] + label::before {
	border: 1px solid #ece6d7;
}
.box-check input[type=radio]:checked + label::after,
.box-check input[type=checkbox]:checked + label::after {
	content: "";
	position: absolute;
	top: 50%;		
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}
.box-check input[type=radio]:checked + label::after {
	left: 5px;		
	width: 8px;
	height: 8px;
	margin-top: -4px;		
	background: #b8172b;
	border-radius: 8px;
}
.box-check input[type=checkbox]:checked + label::after {
	left: 3px;		
	width: 16px;
	height: 8px;
	margin-top: -8px;		
	border-left: 3px solid #0b4d84;
	border-bottom: 3px solid #0b4d84;		
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
}