@charset "UTF-8";
@font-face {
	font-family: 'MPLUSRounded1c';
	src: url("/fonts/MPLUSRounded1c-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
	font-family: 'MPLUSRounded1c';
	src: url("/fonts/MPLUSRounded1c-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: medium;
}
@font-face {
	font-family: 'MPLUSRounded1c';
	src: url("/fonts/MPLUSRounded1c-ExtraBold.ttf") format("truetype");
    font-weight: 700;
    font-style: bold;
}
input[type="button"],input[type="text"],input[type="submit"],input[type="image"],input[type="password"],textarea,select{
	-webkit-appearance: none;
	border-radius: 0;
	font-size: 16px;
}
html {
	width: 100%;
	height: 100%;
	-webkit-overflow-scrolling: touch;
}
body {
	font-family: 'MPLUSRounded1c', 'メイリオ', 'Arial';
	margin: 0px auto;
	font-size: 18px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	width: 100%;
	height: 100%;
	-webkit-text-size-adjust: 100%;
	background: url("/images/background.png");
	color: #40220F;
}
#wrap {
	max-width: 1200px;
	margin: 0 auto;
	height: 100%;
	position: relative;
}
#wrap::before {
	content: '';
	width: 50%;
	height: 100%;
	position: fixed;
	top: 0;
	left: calc(50% + 600px);
	background: url("/images/bg_wrap_r.png") repeat-y;
	background-color: #FFF;
}
#wrap::after {
	content: '';
	width: 50%;
	height: 100%;
	position: fixed;
	top: 0;
	right: calc(50% + 600px);
	background: url("/images/bg_wrap_l.png") repeat-y;
	background-position: right;
	background-color: #FFF;
}
img {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
	-khtml-user-select: none;
}
p {
	margin: 0;
	padding: 0;
}
ul {
	margin: 0;
	padding: 0;
}
a {
	font-size: 16px;
	color: #003BD3;
	text-decoration: underline;
}
a:link {color:#003BD3;}
a:visited {color:#003BD3;}
a:hover {color:#003BD3;}
a:active {color:#ECB74E;}
a.arrow.left {
	margin-left: 30px;
	position:relative;
}
a.arrow.left::before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 14px 9px 0;
	border-color: transparent #003BD3 transparent transparent;
	position: absolute;
	top: 4px;
	left: -20px;
}

.button {
	height: 40px;
	line-height: 40px;
	font-weight: 500;
	font-size: 18px;
	color: #FFF;
	text-align: center;
	min-width: 100px;
	position: relative;
    display: inline-block;
	margin: 0 auto;
}
.button.pink {
	background: url("/images/button/pink/c.png") repeat-x;
}
.button.pink::before {
	content: '';
	width: 10px;
	height: 40px;
	background: url("/images/button/pink/l.png") no-repeat;
	position: absolute;
	top: 0;
	left: -10px;
}
.button.pink::after {
	content: '';
	width: 10px;
	height: 40px;
	background: url("/images/button/pink/r.png") no-repeat;
	position: absolute;
	top: 0;
	right: -10px;
}
.button.blue {
	background: url("/images/button/blue/c.png") repeat-x;
}
.button.blue::before {
	content: '';
	width: 10px;
	height: 40px;
	background: url("/images/button/blue/l.png") no-repeat;
	position: absolute;
	top: 0;
	left: -10px;
}
.button.blue::after {
	content: '';
	width: 10px;
	height: 40px;
	background: url("/images/button/blue/r.png") no-repeat;
	position: absolute;
	top: 0;
	right: -10px;
}
contents {
	width: calc(100% - 20px);
	margin: 0 auto;
	padding-bottom: 70px;
	display: block;
}
.contents_inner {
	margin: 0 auto;
	padding: 10px;
	background: #40210FB3;
	margin-top: 20px;
	border-radius: 5px;
	max-width: 840px;
}
.contents_inner_title{
	background: url("/images/bg_title.png") repeat-x;
	height: 40px;
	line-height: 40px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	border-radius: 4px;
	position: relative;
	top: -6px;
	left: -6px;
	width: calc(100% + 12px);
}
.input_outer {
	width: 100%;
	height: 44px;
	background: #fff;
	margin: 20px auto;
	box-sizing: border-box;
	border: 2px solid #333;
	border-radius: 8px;
	padding: 2px;
	position: relative;
	margin-top: 45px;
	line-height: 36px;
}
.input_outer input, .input_outer select {
    height: 30px;
    font-size: 18px;
    border: none;
    outline: none;
    width: 100%;
    box-sizing: border-box;
	margin: 3px auto;
	background: none;
	position: relative;
}
.input_outer input::placeholder {
	font-size: 16px;
	color: #BBB;
	font-weight: bold;
}
#err {
	width: 100%;
	background: #FFE2E2;
	border: 2px solid #40210F;
	border-radius: 5px;
	font-size: 14px;
	padding: 5px;
    box-sizing: border-box;
	color: #40210F;
	display: none;
	margin: 10px auto;
	list-style: none;
}
#err li {
	margin-left: 30px;
	position: relative;
	line-height: 18px;
    padding: 5px 0;
}
#err li::after {
	content: '';
	width: 22px;
	height: 20px;
	background: url("/images/icon/caution.png") no-repeat;
	position: absolute;
	top: 3px;
	left: -30px;
}
.msgbox {
	width: 100%;
	background: #FFFB;
	border-left: 2px solid #333;
	border-top: 2px solid #333;
	border-right: 2px solid #EEE;
	border-bottom: 2px solid #EEE;
	border-radius: 5px;
	font-size: 14px;
	padding: 5px;
    box-sizing: border-box;
	color: #143324;
	margin-top: 20px;
	list-style-type: none;
}
.msgbox li {
	margin: 20px 30px;
/*	margin-left: 30px;*/
	font-size: 14px;
	background: #07f;
	border-radius: 10px;
	color: #FFF;
    box-sizing: border-box;
	padding: 5px;
	position: relative;
	box-shadow: 2px 2px #666;
    width: max-content;
    max-width: calc(100% - 60px);
}
.msgbox li::before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3.5px 10px 3.5px 0;
	border-color: transparent #0077ff transparent transparent;
	position: absolute;
	top: 8px;
	left: -9px;
}
.msgbox li::after {
	content: '';
	width: 22px;
	height: 20px;
	background: url("/images/icon/human.png") no-repeat;
	position: absolute;
	top: 3px;
	left: -30px;
}
.noitem {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 50px;
	color: #FFF;
}





