/* CSS Document */

/* reset.css, body, header, footer */


/* reset：20180615.ver_1.1 版
---------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, a, address, big,
em, img, small, strong, b, i,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, embed, figure, figcaption, 
footer, header, nav, output, ruby, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	font-style:normal;
	font-weight:normal;
	font-size:100%;
	vertical-align:baseline;

}

article, aside, details, figcaption, figure, iframe,
footer, header, hgroup, menu, nav, section, img {
	display:block;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse:collapse; 
    border-spacing:0;
}

caption, th{
    text-align:left;
}

img{
	max-width:100%;
	width:100%;
	height:auto;
}

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

a:focus {
	outline:none;
}

html{
	overflow-y:scroll;
}


/* body
---------------------------------------------------------------------*/
body{
	font-family:"ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	overflow-x:hidden;
}
@media screen and (min-width:781px){
	/*画面幅が781px以上の時*/
	body {
		width:480px;
		margin-right: auto;
		margin-left : auto;
	}
}


/* all
---------------------------------------------------------------------*/
/*- ID pageTitle -*/
#pageTitle{
	margin-top:10%;
	text-align:center;
	font-size:1.8rem;
	font-weight:bold;
	color:#E64966;
	line-height:1.75rem;
}

#pageTitle *{
	height:1.75rem;
	width:auto;
	margin:0 auto;
}

/*- ID userName -*/
#userName{
	background:#E64966;
	text-align:center;
	font-size:1.2rem;
	color:#FFFFFF;
	margin-top:5%;
	padding:5% 10%;
}

/*- ID contents -*/
#contents{
	padding:0 5%;
	margin-top:5%;
}

#contents .presetTitle01{
	padding:0;
}

/*- ID news -*/
#news{
	margin-top:5%;
}

#news dl{
	padding:0 5%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

#news dt,
#news dd{
	padding-bottom:1rem;
	border-bottom:1px dashed #734900;
}

#news dt:first-of-type ~ dt,
#news dd:first-of-type ~ dd{
	margin-top:5%;
}

#news dt{
	width:15%;
}

#news dd{
	width:85%;
	padding-left:10%;
	box-sizing:border-box;
}

#nres time,
#news .category{
	margin-bottom:10px;
}

#news .category{
	width:40vw;
	padding:10px 0;
	text-align:center;
	color:#FFFFFF;
	line-height:1rem;
	border-radius:30px;
}
@media screen and (min-width:781px){
	/*画面幅が781px以上の時*/
	#news .category{
		width:312px;
	}
}

#news .party{
	background:#F05E4D;
}

#news .course{
	background:#F065A8;
}

#news .experi{
	background:#9FC230;
}

#news .sport{
	background:#3FCDD9;
}

/*- ID menu -*/
#menu{
	margin-top:5%;
}

#menu ~ footer{
	margin-top:0 !important;
}

#menu .presetTitle01 span{
	min-width:7rem;
}

#menu a,
#menu ul{
	display:flex;
}

#menu ul{
	flex-wrap:wrap;
	justify-content:space-between;
}

#menu li{
	background:#FCEDF0;
	width:50%;
}

#menu a{
	text-align:center;
	font-weight:bold;
	color:#E64966;
	height:30vw;
	align-items:center;
	justify-content:center;
	position:relative;
}
@media screen and (min-width:781px){
	/*画面幅が781px以上の時*/
	#menu a{
		height:144px;
	}
}

#menu a:after{
	content:"";
	display:block;
	width:0;
	height:0;
	border:0.5rem solid #E64966;
	border-top-color:transparent;
	border-left-color:transparent;
	position:absolute;
	right:10px;
	bottom:10px;
}

#menu li:first-of-type,
#menu li:nth-of-type(4n),
#menu li:nth-of-type(4n + 1){
	background:#FADBE0;
}

/*- Class presetTitle01 -*/
.presetTitle01{
	margin-bottom:1rem;
	padding:0 5%;
	display:flex;
	align-items:center;
}

.presetTitle01 > *{
	flex:1;
	flex-basis:content;
}

.presetTitle01 span{
	padding:0 0.8rem;
	font-size:1.5rem;
	font-weight:bold;
	color:#E64966;
	text-align:center;
}

.presetTitle01:after,
.presetTitle01:before{
	content:"";
	display:block;
	width:100%;
	height:1px;
	background:#E64966;
}

/*- Class presetTitle02 -*/
.presetTitle02{
	margin-bottom:1rem;
	text-align:center;
	font-size:1.25rem;
	font-weight:bold;
	color:#103675;
}

.presetTitle02:after{
	content:"";
	display:block;
	width:2rem;
	height:0.5rem;
	margin:5px auto 0;
	background:#95A6C2;
	border-radius:20px;
}

/*- Class presetTitle03 -*/
.presetTitle03{
	margin-bottom:1rem;
	padding:0 5%;
	display:flex;
	align-items:center;
}

.presetTitle03 > *{
	flex:1;
	flex-basis:content;
}

.presetTitle03 span{
	padding:0 0.8rem;
	font-size:1.5rem;
	font-weight:bold;
	color:#E64966;
	text-align:center;
}

.presetTitle03:after,
.presetTitle03:before{
	content:"";
	display:block;
	width:100%;
	height:1px;
	background:#E64966;
}

/*- Class presetTitle04 -*/
.presetTitle04{
	margin-bottom:1rem;
	padding:0 5%;
	display:flex;
	align-items:center;
}

.presetTitle04 > *{
	flex:1;
	flex-basis:content;
}

.presetTitle04 span{
	padding:0 0.8rem;
	font-size:1.5rem;
	font-weight:bold;
	color:#E64966;
	text-align:center;
}

.presetTitle04:after,
.presetTitle04:before{
	content:"";
	display:block;
	height:1px;
	background:#E64966;
}

/*- Class miniTitle -*/
.miniTitle{
	background:#E64966;
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
	padding:5px 0;
	border-radius:20px;
}

/*- Class miniTitle2 -*/
.miniTitle2{
	background:#018257;
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
	padding:5px 0;
	border-radius:20px;
}

/*- Class btnCircle -*/
.btnCircle,
.btnCircle a{
	display:flex;
}

.btnCircle{
	justify-content:space-between;
}

.btnCircle li{
	width:40vw;
}
@media screen and (min-width:781px){
	/*画面幅が781px以上の時*/
	.btnCircle li{
		width:312px;
	}
}

.btnCircle a{
	background:#E64966;
	height:40vw;
	color:#FFFFFF;
	font-weight:bold;
	font-size:1.5rem;
	border-radius:50%;
	position:relative;
	align-items:center;
	justify-content:center;
}
@media screen and (min-width:781px){
	/*画面幅が781px以上の時*/
	.btnCircle a{
		height:234px;
	}
}

.btnCircle a:after,
.btnCircle a:before{
	content:"";
	display:block;
	width:0px;
	height:0px;
	border:1.2rem solid transparent;
	position:absolute;
	left:50%;
	transform:translateX(-50%);
}

.btnCircle a:before{
	border-top:0.8rem solid #FFFFFF;
	top:71%;
}

.btnCircle a:after{
	border-top:0.8rem solid #E64966;
	top:70%;
}

.btnCircle li:nth-of-type(2) a{
	background:#517389;
}

.btnCircle li:nth-of-type(2) a:after{
	border-top-color:#517389;
}

/*- Class presetBtn -*/
.presetBtn{
	width:70vw;
	margin:5% auto 0;
}
@media screen and (min-width:781px){
	/*画面幅が781px以上の時*/
	.presetBtn{
		width:336px;
	}
}

.presetBtn a{
	display:block;
	width:100%;
	padding:5% 0;
	text-align:center;
	font-size:1.25rem;
	font-weight:bold;
	color:#FFFFFF;
	border-radius:50px;
	position:relative;
}

.presetBtn a:after{
	content:"";
	display:block;
	width:0.7rem;
	height:0.7rem;
	border-bottom:2px solid #FFFFFF;
	border-right:2px solid #FFFFFF;
	position:absolute;
	top:50%;
	right:10%;
	transform:translateY(-50%) rotate(-45deg);
}

.presetBtn input{
	display:block;
	width:100%;
	padding:5% 0;
	text-align:center;
	font-size:1.25rem;
	font-weight:bold;
	color:#FFFFFF;
	border-radius:50px;
	position:relative;
}

.presetBtn input:after{
	content:"";
	display:block;
	width:0.7rem;
	height:0.7rem;
	border-bottom:2px solid #FFFFFF;
	border-right:2px solid #FFFFFF;
	position:absolute;
	top:50%;
	right:10%;
	transform:translateY(-50%) rotate(-45deg);
}	

/*- Class presetBtn2 -*/

.presetBtn2-1,
.presetBtn2-2,
.presetBtn2-1 a,
.presetBtn2-2 a{
	display:flex;
}

.presetBtn2-1{
	justify-content:space-between;
}

.presetBtn2-2{
	justify-content:flex-end;
}

.presetBtn2-1 li,
.presetBtn2-2 li{
	width:30vw;
	margin-top:1rem;
	margin-bottom:1rem;
}
@media screen and (min-width:781px){
	/*画面幅が781px以上の時*/
	.presetBtn2-1 li,
	.presetBtn2-2 li{
		width:144px;
	}
}

.presetBtn2-1 a,
.presetBtn2-2 a{
	display:block;
	width:100%;
	padding:5% 0;
	text-align:center;
	font-size:1.25rem;
	font-weight:bold;
	color:#FFFFFF;
	border-radius:50px;
	position:relative;
}

/*- Class presetBtn3 -*/

.presetBtn3,
.presetBtn3 a{
	display:flex;
}

.presetBtn3{
	justify-content:space-between;
}

.presetBtn3 li{
	width:35vw;
	/* width:40vw; */
	margin-top:5rem;
	margin-bottom:1rem;
}
@media screen and (min-width:781px){
	/*画面幅が781px以上の時*/
	.presetBtn3 li{
		width:168px;
	}
}

.presetBtn3.nini li{
	width:35vw;
	margin-top:5rem;
	margin-bottom:5rem;
}
@media screen and (min-width:781px){
	/*画面幅が781px以上の時*/
	.presetBtn3.nini li{
		width:168px;
	}
}

.presetBtn3 a{
	display:block;
	width:100%;
	padding:5% 0;
	text-align:center;
	/* //font-size:1.25rem; */
	font-weight:bold;
	color:#FFFFFF;
	border-radius:50px;
	position:relative;
}
.presetBtn3 a:after{
	content:"";
	display:block;
	width:0.7rem;
	height:0.7rem;
	border-bottom:2px solid #FFFFFF;
	border-right:2px solid #FFFFFF;
	position:absolute;
	top:50%;
	right:10%;
	transform:translateY(-50%) rotate(-45deg);
}

.presetBtn3 input{
	display:block;
	width:100%;
	padding:5% 0;
	text-align:center;
	/* //font-size:1.25rem; */
	font-weight:bold;
	color:#FFFFFF;
	border-radius:50px;
	position:relative;
}

.presetBtn3 input:after{
	content:"";
	display:block;
	width:0.7rem;
	height:0.7rem;
	border-bottom:2px solid #FFFFFF;
	border-right:2px solid #FFFFFF;
	position:absolute;
	top:50%;
	right:10%;
	transform:translateY(-50%) rotate(-45deg);
}	

/*- Class presetBtn4 -*/

.presetBtn4,
.presetBtn4 a{
	display:flex;
}

.presetBtn4{
	justify-content:space-between;
}

.presetBtn4 li{
	width:35vw;
	margin-top:5rem;
	margin-bottom:1rem;
}
@media screen and (min-width:781px){
	/*画面幅が781px以上の時*/
	.presetBtn4 li{
		width:168px;
	}
}

.presetBtn4 a{
	display:block;
	width:100%;
	padding:5% 0;
	text-align:center;
	/* //font-size:1.25rem; */
	font-weight:bold;
	color:#FFFFFF;
	border-radius:50px;
	position:relative;
}
.presetBtn4 a:after{
	content:"";
	display:block;
	width:0.7rem;
	height:0.7rem;
	border-bottom:2px solid #FFFFFF;
	border-right:2px solid #FFFFFF;
	position:absolute;
	top:50%;
	right:10%;
	transform:translateY(-50%) rotate(-45deg);
}

.presetBtn4 input{
	display:block;
	width:100%;
	padding:5% 0;
	text-align:center;
	/* //font-size:1.25rem; */
	font-weight:bold;
	color:#FFFFFF;
	border-radius:50px;
	position:relative;
}

.presetBtn4 input:after{
	content:"";
	display:block;
	width:0.7rem;
	height:0.7rem;
	border-bottom:2px solid #FFFFFF;
	border-right:2px solid #FFFFFF;
	position:absolute;
	top:50%;
	right:10%;
	transform:translateY(-50%) rotate(-45deg);
}	

.presetBtn4 a{
	background:#E64966;
}

.presetBtn4 input{
	background:#E64966;
}

.presetBtn4 li:nth-of-type(2) a{
	background:#517389;
}

.presetBtn4 li:nth-of-type(2) a:after{
	border-top-color:#517389;
}

/*- Class presetBtn5 -*/

.presetBtn5,
.presetBtn5 a{
	display:flex;
}

.presetBtn5{
	justify-content:space-between;
}

.presetBtn5 a{
	display:block;
	width:90%;
	padding:2% 0;
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
	border-radius:50px;
	position:relative;
	font-size:0.8em;
	margin:0 auto;
}
.presetBtn5 a.after:after{
	content:"";
	display:block;
	width:0.5rem;
	height:0.5rem;
	border-bottom:2px solid #FFFFFF;
	border-right:2px solid #FFFFFF;
	position:absolute;
	top:50%;
	right:10%;
	transform:translateY(-50%) rotate(-45deg);
}
.presetBtn5 a.before:before{
	content:"";
	display:block;
	width:0.5rem;
	height:0.5rem;
	border-top:2px solid #FFFFFF;
	border-left:2px solid #FFFFFF;
	position:absolute;
	top:50%;
	left:10%;
	transform:translateY(-50%) rotate(-45deg);
}


/*- Class centerInfo -*/
.centerInfo{
	padding:0 5%;
	margin-top:1rem;
}

.centerInfo section{
	border:10px solid #AEBBD0;
	padding:5%;
}

.centerInfo .txtC p{
	text-align:center;
}

.relative {
    position: relative;
    z-index: 1;
}
.absolute {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.absolute2 {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    z-index: 3;
}

/* header
---------------------------------------------------------------------*/
header{
	padding:5% 5% 0;
	position:relative;
}

header h1{
	width:60vw;
}
@media screen and (min-width:781px){
	/*画面幅が781px以上の時*/
	header h1{
		width:288px;
	}
}

header > div{
	z-index:999;
	position:absolute;
	bottom:0;
	right:10vw;
}
@media screen and (min-width:781px){
	/*画面幅が781px以上の時*/
	header > div{
		right:48px;
	}
}

header .nav{
	background:#FFFFFF;
	width:100vw;
	border-bottom:10px solid #E64966;
	z-index:99;
	position:absolute;
	top:0;
	left:0;
}
@media screen and (min-width:781px){
	/*画面幅が781px以上の時*/
	header .nav{
		width:480px;
	}
}

header .nav ul{
	width:75vw;
}
@media screen and (min-width:781px){
	/*画面幅が781px以上の時*/
	header .nav ul{
		width:360px;
	}
}

header .nav a{
	display:block;
	padding:5% 8%;
	position:relative;
}

header .nav a:after{
	content:"";
	display:block;
	width:0.5rem;
	height:0.5rem;
	border-bottom:1px solid #E64966;
	border-right:1px solid #E64966;
	position:absolute;
	top:50%;
	right:10%;
	transform:translateY(-50%) rotate(-45deg);
}

header .nav li:nth-of-type(odd) a{
	background:#FBE4E8;
}

header .nav li:nth-of-type(even) a{
	background:#FEF6F7;
}

/*- ボタン用スタイル -*/
.menu-trigger,
.menu-trigger span {
  	display: inline-block;
  	transition: all .4s;
  	box-sizing: border-box;
}
.menu-trigger {
  	position: relative;
  	width:10vw;
  	height:8vw;
}
@media screen and (min-width:781px){
	/*画面幅が781px以上の時*/
	.menu-trigger {
		width:48px;
		height:38px;
	}
}
.menu-trigger span {
  	position: absolute;
  	left: 0;
  	width: 100%;
 	height: 2px;
  	background-color:#734900;
  	border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  	top:0;
}
.menu-trigger span:nth-of-type(2) {
  	top:50%;
	transform:translateY(-50%);
}
.menu-trigger span:nth-of-type(3) {
  	bottom:0;
}

/* 展開時 */
.menu-trigger.active span:nth-of-type(1) {
  	transform: translateY(-50%) rotate(-315deg);
	top:50%;
}
.menu-trigger.active span:nth-of-type(2) {
  	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  	transform: translateY(-50%) rotate(315deg);
	top:50%;
}
/*- ボタン用スタイル -*/



/* footer
---------------------------------------------------------------------*/
footer{
	background:#E64966;
	color:#FFFFFF;
	margin-top:8%;
	padding:5%;
}

footer h2{
	font-weight:bold;
	font-size:1.2rem;
}

footer p{
	margin-top:1rem;
	font-size:0.9rem;
}

footer p a{
	text-decoration:underline;
	color:#FFFFFF;
}

footer #copyright{
	text-align:center;
}



/* top, login
---------------------------------------------------------------------*/
#top > *:not(footer),
#login > *:not(footer){
	margin-top:8%;
	padding:0 5%;
}

#top > header h1,
#login > header h1{
	width:100%;
}



/* top
---------------------------------------------------------------------*/
#top > header{
	margin-top:10%;
}

#top #btm_btn a:after{
	content:"";
	display:block;
}

#top #btm_btn li:first-of-type ~ li{
	margin-top:5%;
}

#top #btm_btn a{
	display:block;
	color:#734900;
	padding:1rem;
	border:1px solid #734900;
	border-radius:10px;
	box-sizing:border-box;
	position:relative;
}

#top #btm_btn a:after{
	width:0.5rem;
	height:0.5rem;
	border-right:1px solid #734900;
	border-bottom:1px solid #734900;
	position:absolute;
	right:1rem;
	top:50%;
	transform:translateY(-50%) rotate(-45deg);
}



/* login
---------------------------------------------------------------------*/
#login header{
	padding:5% 5% 0;
	margin:0;
}

#login header p{
	background:#E64966;
	margin-top:5%;
	padding:10px 0;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	font-size:1.4rem;
	border-radius:50px;
}

#login > div{
	text-align:center;
}

#login h3{
	font-weight:bold;
	font-size:1.5rem;
}

#login h3 + p{
	margin-top:1rem;
}

#login form div{
	margin-top:5%;
	display:flex;
}

#login form div span{
	flex:1;
}

#login form div p{
	flex:8;
	overflow:hidden;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	box-shadow:0px 0px 5px 0px #B7B7B7 inset;
}

#login form div input{
	background:rgba(0,0,0,0);
	width:100%;
	height:100%;
	padding:0 0 0 1rem;
	border:none;
}

#login form div + p{
	margin-top:10px;
}

#login form div + ul{
	margin-top:8%;
}

#login form div + ul li:first-of-type ~ li{
	margin-top:1rem;
}

#login form div + ul a{
	line-height:1rem;
	display:flex;
	align-items:center;
	justify-content:center;
}

#login form div + ul a:after{
	content:"";
	display:block;
	width:0.5rem;
	height:0.5rem;
	margin-left:10px;
	border-right:1px solid #E64966;
	border-bottom:1px solid #E64966;
	transform:rotate(-45deg);
}

#login form .presetBtn a{
	background:#E64966;
}



/* matching
---------------------------------------------------------------------*/
/*
#matching .presetTitle01 span{
	color:#734900;
}

#matching .presetTitle01:after,
#matching .presetTitle01:before{
	background:#734900;
}
*/

#matching .box dt{
	margin-bottom:10px;
}

#matching dd .step_t1 > *{
	width:100%;
	border:none;
	border-radius:5px;
	box-sizing:border-box;
	box-shadow:0px 0px 5px 0px #BBBBBB inset;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#FFFFFF), to(#FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
}

#matching dd .step_t2{
	display:flex;
	justify-content:flex-start;
	align-items: flex-end;
	/* //margin-top:10px; */
}

#matching dd > .step_s1 .block{
	width:100%;
	border:none;
	border-radius:5px;
	box-sizing:border-box;
	box-shadow:0px 0px 5px 0px #BBBBBB inset;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#FFFFFF), to(#FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
}

#matching #contents dd .step_t2 > *{
	width:25%;
	border:none;
	border-radius:5px;
	box-sizing:border-box;
	box-shadow:0px 0px 5px 0px #BBBBBB inset;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#FFFFFF), to(#FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
}
#matching #contents dd .step_t2 input{
	width:30%;
	padding:1rem;
}

#matching dd p,
#matching dd div{
	overflow:hidden;
	position:relative;
}

#matching dd .step_s1 div:after{
	content:"";
	display:block;
	width:0.5rem;
	height:0.5rem;
	border-right:1px solid #E64966;
	border-bottom:1px solid #E64966;
	position:absolute;
	top:50%;
	right:1rem;
	transform:translateY(-60%) rotate(45deg);
}

#matching dd input,
#matching dd textarea,
#matching dd select{
	background:rgba(0,0,0,0);
	border:none;
}

#matching dd select{
	width:100%;
	padding:0.5rem;
	appearance:none;
}

#matching dd input{
	width:100%;
	padding:1rem;
}

#matching dd label {
	display: block;
	float: left;
}
#matching dd label.w-130 {
	width: 130px;
}
#matching dd label.w-150 {
	width: 150px;
}
#matching dd label.w-190 {
	width: 190px;
}
#matching dd label.w-100p {
	width: 100%;
}

#matching dd input[type=checkbox],
#matching dd input[type=radio]{
	width:20px;
	height:20px;
}

#matching dd textarea{
	width:100%;
	padding:0.5rem;
	height:10vw;
}
@media screen and (min-width:781px){
	/*画面幅が781px以上の時*/
	#matching dd textarea{
		height:48px;
	}
}

#matching #list{
	padding-right:8%;
	padding-left:8%;
}

#matching #list dl{
	margin-top:10px;
}

#matching #list .text{
	margin-bottom:10px;
	padding-right:3%;
	padding-left:3%;
}

#matching dt:first-of-type ~ dt{
	margin-top:5%;
}

#matching .centerInfo img{
	max-width:100%;
	width:auto;
	height:auto;
	display:inline-block;
}

#matching .centerInfo a{
	text-decoration:underline;
}

#matching #menu li{
	background:#F9F7EE;
}

#matching #menu li.logout,
#matching #menu li.logout a {
	height:12vw;
}
@media screen and (min-width:781px){
	/*画面幅が781px以上の時*/
	#matching #menu li.logout,
	#matching #menu li.logout a {
		height:58px;
	}
}

#matching #menu a{
	color:#734900;
}

#matching #menu a:after{
	border-bottom-color:#734900;
	border-right-color:#734900;
}

#matching #menu li:first-of-type,
#matching #menu li:nth-of-type(4n),
#matching #menu li:nth-of-type(4n + 1){
	background:#F2EFDD;
}

#matching #menu ul + ul{
	margin:5% 0;
}

#matching #menu ul + ul li{
	background:#F3F5F8 !important;
	flex:1;
}

#matching #menu ul + ul a{
	color:#103675;
}

#matching #menu ul + ul a:after{
	border-bottom-color:#103675;
	border-right-color:#103675;
}

#matching #menu ul + ul li:nth-of-type(even){
	background:#E7EBF1 !important;
}


#matching #contents .presetTitle01 span{
	min-width:10.5rem;
}

#matching #contents .presetTitle03 span{
	min-width:30.5rem;
}

#matching #contents > section section{
	margin-top:5%;
}

#matching #contents .nlink{
	/* //text-align:center; */
}

/*
#matching > div{
	text-align:center;
}
*/

#matching #contents h4{
	text-align:center;
	font-size:1.25rem;
	font-weight:bold;
	color:#103675;
}

#matching #contents dl{
	border-top:1px dashed #734900;
	margin-top:5%;
	display:flex;
	flex-wrap:wrap;
}

#matching #contents .list{
	margin-bottom:10vw;
}
@media screen and (min-width:781px){
	/*画面幅が781px以上の時*/
	#matching #contents .list{
		margin-bottom:48px;
	}
}

#matching #contents .list dl{
	border-top:1px dashed #734900;
	margin-top:1rem;
	display:flex;
	flex-wrap:wrap;
	position: relative;
}

#matching #contents .list dl.last{
	border-bottom:1px dashed #734900;
	padding-bottom:2rem;
}

#matching #contents .list a:last-child > dl{
	border-bottom:1px dashed #734900;
	padding-bottom:1rem;
}

#matching #contents .list dl:after{
	content:"";
	display:block;
	width:0.7rem;
	height:0.7rem;
	border-bottom:2px solid #777777;
	border-right:2px solid #777777;
	position:absolute;
	top:50%;
	right:5%;
	transform:translateY(-50%) rotate(-45deg);
}


#matching #contents .list dt,
#matching #contents .list dd{
	margin-top:0.4rem;
	box-sizing:border-box;
}

#matching #contents .list dt{
	width:30%;
	padding-left:1rem;
	font-weight:bold;
	color:#734900;
	text-align:left;
}

#matching #contents .list dd{
	width:70%;
	padding-left:1rem;
	text-align:left;
}

#matching #contents .list dt:first-of-type,
#matching #contents .list dd:first-of-type{
	margin-top:1rem;
}

/*
#matching #contents dt,
#matching #contents dd{
	margin-top:1rem;
	padding-bottom:1rem;
	box-sizing:border-box;
	border-bottom:1px dashed #734900;
}

#matching #contents dt:first-of-type ~ dt,
#matching #contents dd:first-of-type ~ dd{
}

#matching #contents dt{
	width:20%;
	padding-left:1rem;
	font-weight:bold;
	color:#734900;
	text-align:left;
}

#matching .txtC p{
	text-align:center;
}

#matching #contents dd{
	width:80%;
	padding-left:2rem;
	text-align:left;
}
*/
#matching #contents .info dl{
	border-top:1px dashed #734900;
	margin-top:5%;
	display:flex;
	flex-wrap:wrap;
}

#matching #contents .info dt,
#matching #contents .info dd{
	margin-top:1rem;
	padding-bottom:1rem;
	box-sizing:border-box;
	border-bottom:1px dashed #734900;
}

#matching #contents .info dt:first-of-type ~ dt,
#matching #contents .info dd:first-of-type ~ dd{
}

#matching #contents .info dt{
	width:30%;
	padding-left:1rem;
	font-weight:bold;
	color:#734900;
	text-align:left;
}

#matching #contents .info dd{
	width:70%;
	padding-left:2rem;
	text-align:left;
}

#matching #contents img{
	max-width:100%;
	width:auto;
	height:auto;
	display:inline-block;
}

#matching #contents dd a{
	color:#E64966;
	text-decoration:underline;
}

#matching #contents .supporter img{
	max-width:100px;
}

#matching #contents .btnCircle{
	margin-top:8%;
}

#matching #contents .pager{
	margin-top:5vw;
	margin-bottom:5vw;
	line-height:10vw;
	display: table;
}
@media screen and (min-width:781px){
	/*画面幅が781px以上の時*/
	#matching #contents .pager{
		margin-top:24px;
		margin-bottom:24px;
		line-height:48px;
	}
}
#matching #contents .pager .box {
	display: table-cell;
	width:20vw;
	text-align:center;
	font-weight:bold;
}
@media screen and (min-width:781px){
	/*画面幅が781px以上の時*/
	#matching #contents .pager .box {
		width:96px;
	}
}
#matching #contents .pager a{
	background:#E64966;
}

#matching #contents .pager input{
	background:#E64966;
}




#matching .error p{
	text-align:center;
	color:red;
	margin-top:20px;
	margin-bottom:20px;
}

.txtC p.msg{
	text-align:center;
	padding-top:20vw;
	padding-bottom:20vw;
}
@media screen and (min-width:781px){
	/*画面幅が781px以上の時*/
	.txtC p.msg{
		padding-top:96px;
		padding-bottom:96px;
	}
}

#matching .presetBtn a{
	background:#E64966;
}

#matching .presetBtn input{
	background:#E64966;
}

#matching .presetBtn3 a{
	background:#E64966;
}

#matching .presetBtn3 input{
	background:#E64966;
}

#matching .presetBtn.back a{
	background:#777777;
}

#matching .presetBtn.back input{
	background:#777777;
}

#matching .presetBtn3 li.back a{
	background:#777777;
}

#matching .presetBtn3 li.back input{
	background:#777777;
}

/* event
---------------------------------------------------------------------*/
#event #news .presetTitle01 span{
	min-width:9rem;
}



/* company
---------------------------------------------------------------------*/
#company .presetBtn a{
	background:#E64966;
}

#company #news .presetTitle01 span{
	min-width:12rem;
}



/* supporter
---------------------------------------------------------------------*/
#supporter #list{
	margin-top:5%;
}

#supporter #list .presetTitle01 span{
	min-width:10.5rem;
}

#supporter #list ul{
	padding:0 5%;
}

#supporter #list li{
	border-bottom:1px dashed #734900;
}

#supporter #list li:first-of-type ~ li{
	margin-top:8%;
}

#supporter #list a{
	display:block;
	margin-top:1rem;
	padding-bottom:1rem;
}

#supporter #list dl{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	position:relative;
}

#supporter #list dl:after{
	content:"";
	display:block;
	width:0.7rem;
	height:0.7rem;
	border-bottom:2px solid #E64966;
	border-right:2px solid #E64966;
	position:absolute;
	top:50%;
	right:8%;
	transform:translateY(-50%) rotate(-45deg);
}

#supporter #list dt:first-of-type ~ dt,
#supporter #list dd:first-of-type ~ dd{
	margin-top:5px;
}

#supporter #list dt{
	width:4rem;
}

#supporter #list dd{
	width:calc(100% - (4rem + 5px));
}



/* details
---------------------------------------------------------------------*/
#details #contents .presetTitle01 span{
	min-width:10.5rem;
}

#details #contents > section section{
	margin-top:8%;
}

#details #contents h4{
	text-align:center;
	font-size:1.25rem;
	font-weight:bold;
	color:#103675;
}

#details #contents dl{
	border-top:1px dashed #734900;
	margin-top:5%;
	display:flex;
	flex-wrap:wrap;
}

#details #contents dt,
#details #contents dd{
	margin-top:1rem;
	padding-bottom:1rem;
	box-sizing:border-box;
	border-bottom:1px dashed #734900;
}

#details #contents dt:first-of-type ~ dt,
#details #contents dd:first-of-type ~ dd{
}

#details #contents dt{
	width:20%;
	padding-left:1rem;
	font-weight:bold;
	color:#734900;
}

#details #contents dd{
	width:80%;
	padding-left:2rem;
}

#details #contents .btnCircle{
	margin-top:8%;
}



/* search
---------------------------------------------------------------------*/
#search #contents .presetTitle01 span{
	min-width:12rem;
}

#search form{
	padding:0 5%;
}

#search dt:first-of-type ~ dt{
	margin-top:5%;
}

#search dd{
	margin-top:10px;
}

#search dd > *{
	width:100%;
	border:none;
	border-radius:5px;
	box-sizing:border-box;
	box-shadow:0px 0px 5px 0px #BBBBBB inset;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#FFFFFF), to(#FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
}

#search dd p,
#search dd div{
	overflow:hidden;
	position:relative;
}

#search dd div:after{
	content:"";
	display:block;
	width:0.5rem;
	height:0.5rem;
	border-right:1px solid #E64966;
	border-bottom:1px solid #E64966;
	position:absolute;
	top:50%;
	right:1rem;
	transform:translateY(-60%) rotate(45deg);
}

#search dd input,
#search dd select{
	background:rgba(0,0,0,0);
	border:none;
}

#search dd select{
	width:100%;
	padding:8px;
	appearance:none;
}

#search dd input{
	width:100%;
	padding:1rem;
	height:20vw;
}
@media screen and (min-width:781px){
	/*画面幅が781px以上の時*/
	#search dd input{
		height:96px;
	}
}

#search .presetBtn a{
	background:#E6A432;
}



/* result
---------------------------------------------------------------------*/
#result #contents .presetTitle01 span{
	min-width:12rem;
}

#result #contents dl{
	background:#FCEDF0;
	padding:5%;
	box-shadow:0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

#result #contents dd:first-of-type ~ dt{
	margin-top:1rem;
}

#result #contents dd{
	text-align:center;
	margin-top:10px;
}

#result #contents ul{
	margin-top:8%;
}

#result #contents li{
	padding-bottom:1rem;
	border-bottom:1px dashed #734900;
}

#result #contents li:first-of-type ~ li{
	margin-top:5%;
}

#result #contents li a{
	display:block;
	color:#E64966;
	margin-top:5px;
	text-decoration:underline;
}

#result .presetBtn a{
	background:#E6A432;
}



/* event-details
---------------------------------------------------------------------*/
#event-details #contents .presetTitle01 span{
	min-width:9rem;
}

#event-details #contents .presetTitle01 ~ *{
	margin-top:5%;
}

#event-details #contents dl,
#event-details #contents div{
	display:flex;
}

#event-details #contents #icon_flex{
	align-items:center;
	padding:0 2%;
}

#event-details #contents #left{
	flex:1;
}

#event-details #contents #right{
	flex:5;
	margin-left:1rem;
}

#event-details #contents #right span{
	display:inline-block;
	color:#FFFFFF;
	text-align:center;
	border-radius:20px;
}

#event-details #contents #right .Receptionist{
	background:#AC9344;
	margin-right:1rem;
	width:5rem;
}

#event-details #contents #right .category{
	width:9rem;
}

#event-details #contents #right .party{
	background:#F05E4D;
}

#event-details #contents #right .course{
	background:#F065A8;
}

#event-details #contents #right .experi{
	background:#9FC230;
}

#event-details #contents #right .sport{
	background:#3FCDD9;
}

#event-details #contents > section > p{
	font-weight:bold;
	color:#E64966;
}

#event-details #contents dl{
	flex-wrap:wrap;
	align-items:center;
	justify-content:space-between;
}

#event-details #contents dt:first-of-type ~ dt,
#event-details #contents dd:first-of-type ~ dd{
	margin-top:10px;
}

#event-details #contents dt{
	width:4rem;
	border:1px solid #000000;
	padding:0 5px;
}

#event-details #contents dd{
	width:calc(100% - (4rem + 20px));
}

#event-details #contents figcaption{
	margin-top:1rem;
}

#event-details #contents > section section h4{
	margin-bottom:10px;
}

#event-details .presetBtn a{
	background:#E6A432;
}


/* chpwd
---------------------------------------------------------------------*/
#chpwd #contents .presetTitle01 span{
	min-width:14rem;
}

#chpwd h3{
	font-weight:bold;
	font-size:1.5rem;
}

#chpwd h4{
	font-size:1.5rem;
	margin-top:2%;
	margin-bottom:1%;
	color:#ff0000;
	font-weight:bold;
}

#chpwd form{
	padding:0 5%;
}

#chpwd form div p{
	text-align:left;
}

#chpwd .txtC p{
	text-align:center;
}

#chpwd dt:first-of-type ~ dt{
	margin-top:5%;
}

#chpwd #contents dl{
	margin-top:10px;
	margin-bottom:20px;
}

#chpwd #contents dt{
	margin-top:10px;
}

#chpwd #contents dd{
	margin-top:10px;
	text-align:center;
}

#chpwd #contents dd > *{
	width:100%;
	border:none;
	border-radius:5px;
	box-sizing:border-box;
	box-shadow:0px 0px 5px 0px #BBBBBB inset;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#FFFFFF), to(#FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
}

#chpwd #contents dd p,
#chpwd #contents dd div{
	overflow:hidden;
	position:relative;
}

#chpwd #contents dd input{
	width:100%;
	padding:1rem;
	height:10vw;
	background:rgba(0,0,0,0);
	border:none;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#FFFFFF), to(#FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
}
@media screen and (min-width:781px){
	/*画面幅が781px以上の時*/
	#chpwd #contents dd input{
		height:48px;
	}
}

#chpwd form .presetBtn a{
	background:#E64966;
}

#chpwd form .presetBtn input{
	background:#E64966;
}

#chpwd form .presetBtn.back a{
	background:#777777;
}

#chpwd form .presetBtn.back input{
	background:#777777;
}

#chpwd form .presetBtn3 a{
	background:#E64966;
}

#chpwd form .presetBtn3 input{
	background:#E64966;
}

#chpwd form .presetBtn3 li.back a{
	background:#777777;
}

#chpwd form .presetBtn3 li.back input{
	background:#777777;
}

/* reserve
---------------------------------------------------------------------*/

#reserve #contents .presetTitle01 span{
	min-width:15rem;
}

#reserve div{
	text-align:center;
}

#reserve .txtL p{
	text-align:left;
}

#reserve dl{
	margin-top:20px;
}

#reserve form{
	padding:0 5%;
}

#reserve dt:first-of-type ~ dt{
	margin-top:5%;
}

#reserve dd{
	margin-top:10px;
}

#reserve dd .date{
	display:flex;
	justify-content:center;
}

#reserve dd > .date .block{
	width:30%;
	margin-left:10px;
	margin-right:5px;
	border:none;
	border-radius:5px;
	box-sizing:border-box;
	box-shadow:0px 0px 5px 0px #BBBBBB inset;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#FFFFFF), to(#FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
}

#reserve dd > .area{
	width:100%;
	border:none;
	border-radius:5px;
	box-sizing:border-box;
	box-shadow:0px 0px 5px 0px #BBBBBB inset;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#FFFFFF), to(#FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
}

#reserve dd p,
#reserve dd div{
	overflow:hidden;
	position:relative;
}

#reserve dd .date .block:after{
	content:"";
	display:block;
	width:0.5rem;
	height:0.5rem;
	border-right:1px solid #E64966;
	border-bottom:1px solid #E64966;
	position:absolute;
	top:50%;
	right:1rem;
	transform:translateY(-60%) rotate(45deg);
}

#reserve dd .area:after{
	content:"";
	display:block;
	width:0.5rem;
	height:0.5rem;
	border-right:1px solid #E64966;
	border-bottom:1px solid #E64966;
	position:absolute;
	top:50%;
	right:1rem;
	transform:translateY(-60%) rotate(45deg);
}

#reserve dd select{
	background:rgba(0,0,0,0);
	border:none;
	width:100%;
	padding:8px;
	appearance:none;
}

#reserve .presetBtn a{
	background:#E64966;
}

#reserve .presetBtn2 a{
	background:#E64966;
}

#reserve .presetBtn3 a{
	background:#E64966;
}

/* reserve-date
---------------------------------------------------------------------*/

#reserve-date .raisyo header{
	padding:5% 5% 0;
	margin:0;
}

#reserve-date > .raisyo header h1{
	width:100%;
}

#reserve-date .raisyo header p{
	background:#E64966;
	margin-top:5%;
	padding:10px 0;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	font-size:1.4rem;
	border-radius:50px;
}

#reserve-date #contents .presetTitle01 span{
	min-width:18rem;
}

#reserve-date div{
	text-align:center;
}

#reserve-date .txtL p{
	text-align:left;
}

#reserve-date .txtL p a{
	color:#E64966;
	text-decoration:underline;
}

#reserve-date #contents h4{
	text-align:center;
	font-size:1.25rem;
	margin-top:2%;
	margin-bottom:5%;
}

#reserve-date #contents .date dl{
	border-top:1px dashed #734900;
	display:flex;
	flex-wrap:wrap;
}

#reserve-date #contents .date dt,
#reserve-date #contents .date dd{
	margin-top:1rem;
	padding-bottom:1rem;
	box-sizing:border-box;
	border-bottom:1px dashed #734900;
}

#reserve-date #contents dt:first-of-type ~ dt,
#reserve-date #contents dd:first-of-type ~ dd{
}

#reserve-date #contents .date dt{
	width:50%;
	padding-left:1rem;
	font-weight:bold;
	color:#734900;
	font-size:1.25rem;
	text-align:left;
}

#reserve-date #contents .date a{
	color:#E64966;
	text-decoration:underline;
}

#reserve-date #contents .date dd{
	width:50%;
	font-size:1.5rem;
	padding-left:2rem;
	color:#734900;
	text-align:left;
}

#reserve-date table {
	background:#FCEDF0;
}

#reserve-date table a{
	text-decoration:underline;
	color:#E64966;
}

#reserve-date dd > .area{
	width:100%;
	border:none;
	border-radius:5px;
	box-sizing:border-box;
	box-shadow:0px 0px 5px 0px #BBBBBB inset;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#FFFFFF), to(#FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
}

#reserve-date dd p,
#reserve-date dd div{
	overflow:hidden;
	position:relative;
}

#reserve-date dd .area:after{
	content:"";
	display:block;
	width:0.5rem;
	height:0.5rem;
	border-right:1px solid #E64966;
	border-bottom:1px solid #E64966;
	position:absolute;
	top:50%;
	right:1rem;
	transform:translateY(-60%) rotate(45deg);
}

#reserve-date dd select{
	background:rgba(0,0,0,0);
	border:none;
	width:100%;
	padding:8px;
	appearance:none;
}

#reserve-date .presetBtn a{
	background:#E64966;
}

#reserve-date .presetBtn2-1 a,
#reserve-date .presetBtn2-2 a{
	background:#E64966;
}

#reserve-date .presetBtn3 a{
	background:#E64966;
}

#reserve-date .presetBtn.back a{
	background:#777777;
}

#reserve-date .presetBtn.back input{
	background:#777777;
}


/* reserve-time
---------------------------------------------------------------------*/

#reserve-time .raisyo header{
	padding:5% 5% 0;
	margin:0;
}

#reserve-time > .raisyo header h1{
	width:100%;
}

#reserve-time .raisyo header p{
	background:#E64966;
	margin-top:5%;
	padding:10px 0;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	font-size:1.4rem;
	border-radius:50px;
}

#reserve-time #contents .presetTitle01 span{
	min-width:18rem;
}

#reserve-time div{
	text-align:center;
}

#reserve-time .txtL p{
	text-align:left;
}

#reserve-time .txtL p a{
	color:#E64966;
	text-decoration:underline;
}

#reserve-time #contents h4{
	text-align:center;
	font-size:1.25rem;
	margin-top:2%;
	margin-bottom:5%;
}

#reserve-time #contents dl{
	border-top:1px dashed #734900;
	display:flex;
	flex-wrap:wrap;
}

#reserve-time #contents dt,
#reserve-time #contents dd{
	margin-top:1rem;
	padding-bottom:1rem;
	box-sizing:border-box;
	border-bottom:1px dashed #734900;
}

#reserve-time #contents dt:first-of-type ~ dt,
#reserve-time #contents dd:first-of-type ~ dd{
}

#reserve-time #contents dt{
	width:50%;
	padding-left:1rem;
	font-weight:bold;
	color:#734900;
	font-size:1.25rem;
	text-align:left;
}

#reserve-time #contents dt a{
	color:#E64966;
	text-decoration:underline;
}

#reserve-time #contents dd{
	width:50%;
	font-size:1.5rem;
	padding-left:2rem;
	color:#734900;
	text-align:left;
}

#reserve-time #contents dd a{
	color:#E64966;
	text-decoration:underline;
}

#reserve-time table {
	background:#FCEDF0;
}

#reserve-time table a{
	text-decoration:underline;
	color:#E64966;
}

#reserve-time .presetBtn a{
	background:#E64966;
}

#reserve-time .presetBtn.back a{
	background:#777777;
}

#reserve-time .presetBtn.back input{
	background:#777777;
}

#reserve-time .presetBtn2-1 a,
#reserve-time .presetBtn2-2 a{
	background:#E64966;
}

#reserve-time .presetBtn3 a{
	background:#E64966;
}


/* reserve-detail
---------------------------------------------------------------------*/

#reserve-detail #contents .presetTitle01 span{
	min-width:18rem;
}

#reserve-detail div{
	text-align:center;
}

#reserve-detail .txtL p{
	text-align:left;
}

#reserve-detail form{
	padding:0 5%;
}

#reserve-detail dt:first-of-type ~ dt{
	margin-top:2%;
}

#reserve-detail dl{
	margin-top:20px;
	margin-bottom:20px;
	background:#FCEDF0;
	padding:5%;
	box-shadow:0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

#reserve-detail dd{
	margin-top:10px;
	padding-right:3%;
	padding-left:3%;
}

#reserve-detail dd p,
#reserve-detail dd div{
	overflow:hidden;
	position:relative;
}

#reserve-detail #contents dd a{
	text-decoration:underline;
	color:#E64966;
}

#reserve-detail .presetBtn a{
	background:#E64966;
}

#reserve-detail .presetBtn.back a{
	background:#777777;
}

#reserve-detail .presetBtn.back input{
	background:#777777;
}

#reserve-detail .presetBtn2 a{
	background:#E64966;
}

#reserve-detail .presetBtn3 a{
	background:#E64966;
}

#reserve-detail .presetBtn3 li.back a{
	background:#777777;
}

#reserve-detail .presetBtn3 li.back input{
	background:#777777;
}


/* taikai
---------------------------------------------------------------------*/
#taikai #contents .presetTitle01 span{
	min-width:18rem;
}

#taikai h3{
	font-weight:bold;
	font-size:1.5rem;
}

#taikai h4{
	text-align:center;
	margin-bottom:20px;
}

#taikai h5{
	font-size:1.5rem;
	margin-top:2%;
	margin-bottom:1%;
	color:#ff0000;
	font-weight:bold;
}

#taikai form{
	padding:0 5%;
}

#taikai .txtC{
	text-align:center;
	margin-bottom:10px;
}

#taikai dt:first-of-type ~ dt{
	margin-top:5%;
}

#taikai dl{
	margin-top:10px;
	margin-bottom:20px;
}

#taikai dl .confirm{
	background:#FCEDF0;
	padding:5%;
	box-shadow:0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

#taikai dl .confirm dd{
	padding-right:3%;
	padding-left:3%;
}

#taikai dd{
	margin-top:10px;
}

#taikai dd > *{
	width:100%;
	border:none;
	border-radius:5px;
	box-sizing:border-box;
	box-shadow:0px 0px 5px 0px #BBBBBB inset;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#FFFFFF), to(#FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
}

#taikai dd p,
#taikai dd div{
	overflow:hidden;
	position:relative;
}

#taikai dd div:after{
	content:"";
	display:block;
	width:0.5rem;
	height:0.5rem;
	border-right:1px solid #E64966;
	border-bottom:1px solid #E64966;
	position:absolute;
	top:50%;
	right:1rem;
	transform:translateY(-60%) rotate(45deg);
}

#taikai dd input,
#taikai dd select{
	background:rgba(0,0,0,0);
	border:none;
}

#taikai dd select{
	width:100%;
	padding:8px;
	appearance:none;
}

#taikai dd input{
	width:100%;
	padding:1rem;
	/* //height:10vw; */
}

#taikai form .presetBtn a{
	background:#E64966;
}

#taikai form .presetBtn input{
	background:#E64966;
}

#taikai form .presetBtn.back a{
	background:#777777;
}

#taikai form .presetBtn.back input{
	background:#777777;
}

#taikai form .presetBtn3 a{
	background:#E64966;
}

#taikai form .presetBtn3 input{
	background:#E64966;
}

#taikai form .presetBtn3 li.back a{
	background:#777777;
}

#taikai form .presetBtn3 li.back input{
	background:#777777;
}

/* nini
---------------------------------------------------------------------*/
#nini #contents .presetTitle01 span{
	min-width:18rem;
}

#nini h3{
	font-weight:bold;
	font-size:1.5rem;
}

#nini h4{
	text-align:center;
	font-size:1.25rem;
	margin-bottom:5%;
	color:#103675;
	font-weight:bold;
}

#nini h5{
	text-align:center;
	font-size:1.25rem;
	margin-top:7%;
	color:#103675;
	font-weight:bold;
}

#nini h6{
	text-align:center;
	margin-bottom:20px;
}

#nini form{
	padding:0 5%;
}

#nini .txtC{
	text-align:center;
}

#nini .userImg td{
    padding-left:5px;
}

#nini dl .text{
	padding-right:3%;
	padding-left:3%;
	margin-bottom:20px;
}

#nini dt:first-of-type ~ dt{
	margin-top:5%;
}

#nini dl{
	margin-top:10px;
	margin-bottom:20px;
}

#nini dl .confirm{
	margin-top:20px;
	background:#FCEDF0;
	padding:5%;
	box-shadow:0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

#nini dl .confirm dd{
	padding-right:3%;
	padding-left:3%;
}

#nini dt{
	margin-bottom:10px;
}

#nini dd .step_s2{
	display:flex;
	/* //justify-content:center; */
}

#nini dd .step_t2{
	display:flex;
	justify-content:flex-start;
	align-items: flex-end;
	//margin-top:10px;
}

#nini dd > .step_s1 .block{
	width:100%;
	border:none;
	border-radius:5px;
	box-sizing:border-box;
	box-shadow:0px 0px 5px 0px #BBBBBB inset;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#FFFFFF), to(#FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
}

#nini dd > .step_s2 .block2{
	width:15%;
	margin-left:10px;
	margin-right:5px;
	margin-bottom:10px;
	border:none;
	border-radius:5px;
	box-sizing:border-box;
	box-shadow:0px 0px 5px 0px #BBBBBB inset;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#FFFFFF), to(#FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
}

#nini dd > .step_s2 .block3{
	width:15%;
	margin-left:10px;
	margin-right:5px;
	border:none;
	border-radius:5px;
	box-sizing:border-box;
	box-shadow:0px 0px 5px 0px #BBBBBB inset;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#FFFFFF), to(#FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
}

#nini dd > .step_s2 .block4{
	width:80%;
	margin-left:10px;
	margin-right:5px;
	border:none;
	border-radius:5px;
	box-sizing:border-box;
	box-shadow:0px 0px 5px 0px #BBBBBB inset;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#FFFFFF), to(#FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
}

#nini #contents dd .step_t1 > *{
	width:100%;
	border:none;
	border-radius:5px;
	box-sizing:border-box;
	box-shadow:0px 0px 5px 0px #BBBBBB inset;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#FFFFFF), to(#FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
}

#nini #contents dd .step_t2 > *{
	width:25%;
	border:none;
	border-radius:5px;
	box-sizing:border-box;
	box-shadow:0px 0px 5px 0px #BBBBBB inset;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#FFFFFF), to(#FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
}
#nini #contents dd .step_t2 input{
	width:30%;
	padding:1rem;
}
#nini #contents dd .step_t2 input[type="text"][disabled]{
	background:#E0E0E0;
}

#nini dd p,
#nini dd div{
	overflow:hidden;
	position:relative;
}

#nini dd .step_s1 div:after,
#nini dd .step_s2 div:after{
	content:"";
	display:block;
	width:0.5rem;
	height:0.5rem;
	border-right:1px solid #E64966;
	border-bottom:1px solid #E64966;
	position:absolute;
	top:50%;
	right:1rem;
	transform:translateY(-60%) rotate(45deg);
}

#nini dd input,
#nini dd textarea,
#nini dd select{
	background:rgba(0,0,0,0);
	border:none;
}

#nini dd select{
	width:100%;
	padding:0.5rem;
	appearance:none;
}

#nini dd input{
	width:100%;
	padding:1rem;
}

#nini dd textarea{
	width:100%;
	padding:0.5rem;
	height:20vw;
}
@media screen and (min-width:781px){
	/*画面幅が781px以上の時*/
	#nini dd textarea{
		height:96px;
	}
}

#nini dd input[type=radio],
#nini dd input[type=checkbox] {
	width:20px;
	height:20px;
}

#nini form .presetBtn a{
	background:#E64966;
}

#nini form .presetBtn input{
	background:#E64966;
}

#nini form .presetBtn.disagree{
	background:#517389;
}

#nini form .presetBtn.back a{
	background:#777777;
}

#nini form .presetBtn.back input{
	background:#777777;
}

#nini form .presetBtn3 a{
	background:#E64966;
}

#nini form .presetBtn3 input{
	background:#E64966;
}

#nini form .presetBtn3 li.back a{
	background:#777777;
}

#nini form .presetBtn3 li.back input{
	background:#777777;
}

#nini div.align-center{
	text-align: center;
	margin-bottom:10vw;
}
@media screen and (min-width:781px){
	/*画面幅が781px以上の時*/
	#nini div.align-center{
		margin-bottom:48px;
	}
}

#nini div.align-center img{
	max-width: 50%;
	margin: 0 auto;
}

/* uinfo
---------------------------------------------------------------------*/
#uinfo #contents .presetTitle01 span{
	min-width:10.5rem;
}

#uinfo #contents > section section{
	margin-top:5%;
}

#uinfo > div{
	text-align:center;
}

#uinfo #contents h4{
	text-align:center;
	font-size:1.25rem;
	font-weight:bold;
	color:#103675;
}

#uinfo #contents dl{
	border-top:1px dashed #734900;
	margin-top:5%;
	display:flex;
	flex-wrap:wrap;
}

#uinfo #contents dt,
#uinfo #contents dd{
	margin-top:1rem;
	padding-bottom:1rem;
	box-sizing:border-box;
	border-bottom:1px dashed #734900;
}

#uinfo #contents dt:first-of-type ~ dt,
#uinfo #contents dd:first-of-type ~ dd{
}

#uinfo #contents dt{
	width:20%;
	padding-left:1rem;
	font-weight:bold;
	color:#734900;
	text-align:left;
}

#uinfo #contents dd{
	width:80%;
	padding-left:2rem;
	text-align:left;
}

#uinfo #contents img{
	max-width:100%;
	width:auto;
	height:auto;
	display:inline-block;
}

#uinfo #contents dd a{
	color:#E64966;
	text-decoration:underline;
}

#uinfo #contents .supporter img{
	max-width:100px;
}

#uinfo #contents .btnCircle{
	margin-top:8%;
}

#uinfo .presetBtn a{
	background:#E64966;
}

#uinfo .presetBtn input{
	background:#E64966;
}

#uinfo .presetBtn3 a{
	background:#E64966;
}

#uinfo .presetBtn3 input{
	background:#E64966;
}

#uinfo .presetBtn.back a{
	background:#777777;
}

#uinfo .presetBtn.back input{
	background:#777777;
}

#uinfo .presetBtn3 li.back a{
	background:#777777;
}

#uinfo .presetBtn3 li.back input{
	background:#777777;
}

#uinfo .presetBtn.disagree a{
	background:#517389;
}

#uinfo .presetBtn.disagree input{
	background:#517389;
}

#uinfo .bookmark .presetBtn3 li{
	margin-top:1rem;
}
#uinfo .bookmark.mb-10{
	margin-bottom:10vw;
}
@media screen and (min-width:781px){
	/*画面幅が781px以上の時*/
	#uinfo .bookmark.mb-10{
		margin-bottom:48px;
	}
}

#uinfo .bookmark .block{
	width:100%;
	border:none;
	border-radius:5px;
	box-sizing:border-box;
	box-shadow:0px 0px 5px 0px #BBBBBB inset;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#FFFFFF), to(#FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
}

#uinfo .bookmark div.block{
	overflow:hidden;
	position:relative;
}

#uinfo .bookmark div.block:after{
	content:"";
	display:block;
	width:0.5rem;
	height:0.5rem;
	border-right:1px solid #E64966;
	border-bottom:1px solid #E64966;
	position:absolute;
	top:50%;
	right:1rem;
	transform:translateY(-60%) rotate(45deg);
}

#uinfo select{
	background:rgba(0,0,0,0);
	border:none;
	width:100%;
	padding:0.5rem;
	appearance:none;
}
#uinfo .riyu dd{
	margin-top:10px;
}
#uinfo .riyu dd > *{
	width:100%;
	border:none;
	border-radius:5px;
	box-sizing:border-box;
	box-shadow:0px 0px 5px 0px #BBBBBB inset;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#FFFFFF), to(#FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
}
#uinfo .riyu dd p,
#uinfo .riyu dd div{
	overflow:hidden;
	position:relative;
}
#uinfo .riyu dd div:after{
	content:"";
	display:block;
	width:0.5rem;
	height:0.5rem;
	border-right:1px solid #ef7d88;
	border-bottom:1px solid #ef7d88;
	position:absolute;
	top:50%;
	right:1rem;
	transform:translateY(-60%) rotate(45deg);
}
#uinfo .riyu dd select{
	background:rgba(0,0,0,0);
	border:none;
	width:100%;
	padding:8px;
	appearance:none;
}

#uinfo .riyu dd textarea{
	width:100%;
	padding:0.5rem;
	height:5rem;
	background:rgba(0,0,0,0);
	border:none;
}

/* follow
---------------------------------------------------------------------*/
#follow #contents .presetTitle01 span{
	min-width:15rem;
}

#follow #contents > section section{
	margin-top:5%;
}

#follow > div{
	text-align:center;
}

#follow #contents .txtL p{
	text-align:left;
}

#follow #contents h4{
	text-align:center;
	font-size:1.25rem;
	font-weight:bold;
	color:#103675;
}

#follow #contents h5{
	text-align:center;
	font-size:1.25rem;
	font-weight:bold;
}

#follow #contents .info dl{
	border-top:1px dashed #734900;
	margin-top:5%;
	display:flex;
	flex-wrap:wrap;
}

#follow #contents .info dt,
#follow #contents .info dd{
	margin-top:1rem;
	padding-bottom:1rem;
	box-sizing:border-box;
	border-bottom:1px dashed #734900;
}

#follow #contents .info dt:first-of-type ~ dt,
#follow #contents .info dd:first-of-type ~ dd{
}

#follow #contents .info dt{
	width:30%;
	padding-left:1rem;
	font-weight:bold;
	color:#734900;
	text-align:left;
}

#follow #contents .info dd{
	width:70%;
	padding-left:2rem;
	text-align:left;
}

#follow #contents .view dl .msg{
	text-align:left;
	padding:0 3%;
}

#follow #contents dd a{
	color:#E64966;
	text-decoration:underline;
}

#follow #contents .sort{
	padding:0 7%;
	font-size:1.0rem;
	text-align:left;
	font-weight:bold;
}

#follow #contents .view dl{
	background:#FCEDF0;
	padding:5%;
	box-shadow:0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	margin-top:10px;
	margin-bottom:10px;
}

#follow #contents .view dt,
#follow #contents .view dd{
	margin-top:5px;
	text-align:center;
}

/*
#follow #contents .rireki{
	margin-top:2%;
}

#follow #contents .rireki .presetTitle01 span{
	min-width:10.5rem;
}

#follow #contents .rireki ul{
	padding:0 5%;
}

#follow #contents .rireki li{
	border-bottom:1px dashed #734900;
}

#follow #contents .rireki li:first-of-type ~ li{
	margin-top:8%;
}

#follow #contents .rireki a{
	display:block;
	margin-top:1rem;
	padding-bottom:1rem;
}

#follow #contents .rireki dl{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	position:relative;
}

#follow #contents .rireki dl:after{
	content:"";
	display:block;
	width:0.7rem;
	height:0.7rem;
	border-bottom:2px solid #E64966;
	border-right:2px solid #E64966;
	position:absolute;
	top:50%;
	right:8%;
	transform:translateY(-50%) rotate(-45deg);
}

#follow #contents .rireki dt:first-of-type ~ dt,
#follow #contents .rireki dd:first-of-type ~ dd{
	margin-top:5px;
}

#follow #contents .rireki dt{
	width:10rem;
	text-align:left;
}

#follow #contents .rireki dd{
	width:calc(100% - (10rem + 5px));
	text-align:left;
}
*/

#follow #contents .rireki #a-box{
	padding:20px 0 50px 0;
}

#follow #contents .rireki table#bbs{
	width:100%;
	background-color:#96D0B3;
	border:none;
	border-radius:10px;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	padding-bottom:20px;
}

#follow #contents .rireki .bbs2{
	background:#96D0B3;
	text-align:center;
	padding:30px 0;
	border-radius:20px;
}

#follow #contents .rireki .arrow_box_right_b {

	position: relative;
	z-index: 1;

	background: #def;
	border: 2px solid #def;
	
	float:right;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:20px;
	margin-left:10px;
	padding:5px;
	border-radius:10px;
	text-align:left;
	width:60%;
}

#follow #contents .rireki .arrow_box_right_b:after, .arrow_box_right_b:before {

	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#follow #contents .rireki .arrow_box_right_b:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #def;
	border-width: 10px;
	margin-top: -10px;
}

#follow #contents .rireki .arrow_box_right_b:before {
	border-color: rgba(255, 170, 221, 0);
	border-left-color: #def;
	border-width: 13px;
	margin-top: -13px;
}

#follow #contents .rireki .arrow_box_left_p {

	position: relative;

	background: #ffdfff;
	border: 2px solid #ffdfff;
	
	float:left;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:10px;
	margin-left:20px;
	padding:5px;
	border-radius:10px;
	text-align:left;
	width:60%;
}

#follow #contents .rireki .arrow_box_left_p:after, .arrow_box_left_p:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#follow #contents .rireki .arrow_box_left_p:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #ffdfff;
	border-width: 10px;
	margin-top: -10px;
}
#follow #contents .rireki .arrow_box_left_p:before {
	border-color: rgba(255, 170, 221, 0);
	border-right-color: #ffdfff;
	border-width: 13px;
	margin-top: -13px;
}

#follow #contents .rireki table#bbs th{
	width:20%;
	text-align:center;
}
#follow #contents .rireki table#bbs td{
	width:60%;
	text-align:left;
}

#follow #contents .rireki table#bbs span{
	text-align:left;
	font-size:12px;
	word-break: break-all;
}

#follow #contents #msg_input textarea{
	width:100%;
	padding:0.5rem;
	height:25vw;
	background:rgba(0,0,0,0);
	border:none;
}
@media screen and (min-width:781px){
	/*画面幅が781px以上の時*/
	#follow #contents #msg_input textarea{
		height:120px;
	}
}

#follow #contents #msg_input dd > *{
	width:100%;
	border:none;
	border-radius:5px;
	box-sizing:border-box;
	box-shadow:0px 0px 5px 0px #BBBBBB inset;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#FFFFFF), to(#FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
}

#follow #contents #msg_input dt {
	margin-bottom:10px;
}

#follow #contents .entry dl{
	margin-top:10px;
	margin-bottom:20px;
}

#follow #contents .entry dt{
	margin-top:10px;
}

#follow #contents .entry dd{
	margin-top:10px;
	text-align:center;
}

#follow #contents .entry textarea{
	width:100%;
	padding:0.5rem;
	height:10vw;
	background:rgba(0,0,0,0);
	border:none;
}
@media screen and (min-width:781px){
	/*画面幅が781px以上の時*/
	#follow #contents .entry textarea{
		height:48px;
	}
}

#follow #contents .entry dd > *{
	width:100%;
	border:none;
	border-radius:5px;
	box-sizing:border-box;
	box-shadow:0px 0px 5px 0px #BBBBBB inset;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#FFFFFF), to(#FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
}

#follow #contents .entry dd p,
#follow #contents .entry dd div{
	overflow:hidden;
	position:relative;
}

#follow #contents .entry dd div:after{
	content:"";
	display:block;
	width:0.5rem;
	height:0.5rem;
	border-right:1px solid #E64966;
	border-bottom:1px solid #E64966;
	position:absolute;
	top:50%;
	right:1rem;
	transform:translateY(-60%) rotate(45deg);
}

#follow #contents .entry dd input{
	background:rgba(0,0,0,0);
	border:none;
}

#follow #contents .entry dd input{
	width:100%;
	padding:1rem;
	height:10vw;
}
@media screen and (min-width:781px){
	/*画面幅が781px以上の時*/
	#follow #contents .entry dd input{
		height:48px;
	}
}

#follow .presetBtn a{
	background:#E64966;
}

#follow .presetBtn input{
	background:#E64966;
}

#follow .presetBtn2-1 a,
#follow .presetBtn2-2 a{
	background:#E64966;
	font-size:1.0rem;
}

#follow .presetBtn3 a{
	background:#E64966;
}

#follow .presetBtn3 input{
	background:#E64966;
}

#follow .presetBtn.back a{
	background:#777777;
}

#follow .presetBtn.back input{
	background:#777777;
}

#follow .presetBtn3 li.back a{
	background:#777777;
}

#follow .presetBtn3 li.back input{
	background:#777777;
}

#follow #contents .kekka .presetTitle01 span{
	min-width:20rem;
}
#follow #contents .kekka dl{
	border-top:1px dashed #734900;
	margin-top:5%;
	display:flex;
	flex-wrap:wrap;
}

#follow #contents .kekka dt,
#follow #contents .kekka dd{
	margin-top:1rem;
	padding-bottom:1rem;
	box-sizing:border-box;
	border-bottom:1px dashed #734900;
}

#follow #contents .kekka dt:first-of-type ~ dt,
#follow #contents .kekka dd:first-of-type ~ dd{
}

#follow #contents .kekka dt{
	width:20%;
	padding-left:1rem;
	font-weight:bold;
	color:#734900;
	text-align:left;
}

#follow #contents .kekka dd{
	width:80%;
	padding-left:2rem;
	text-align:left;
}

#follow #contents .kekka dd a{
	color:#E64966;
	text-decoration:underline;
}
#follow .riyu dd{
	margin-top:10px;
}
#follow .riyu dd > *{
	width:100%;
	border:none;
	border-radius:5px;
	box-sizing:border-box;
	box-shadow:0px 0px 5px 0px #BBBBBB inset;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#FFFFFF), to(#FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
}
#follow .riyu dd p,
#follow .riyu dd div{
	overflow:hidden;
	position:relative;
}
#follow .riyu dd div:after{
	content:"";
	display:block;
	width:0.5rem;
	height:0.5rem;
	border-right:1px solid #ef7d88;
	border-bottom:1px solid #ef7d88;
	position:absolute;
	top:50%;
	right:1rem;
	transform:translateY(-60%) rotate(45deg);
}
#follow .riyu dd select{
	background:rgba(0,0,0,0);
	border:none;
	width:100%;
	padding:8px;
	appearance:none;
}
/* forget
---------------------------------------------------------------------*/

#forget header{
	padding:5% 5% 0;
	margin:0;
}

#forget > header h1{
	width:100%;
}

#forget header p{
	background:#E64966;
	margin-top:5%;
	padding:10px 0;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	font-size:1.4rem;
	border-radius:50px;
}

#forget #contents .presetTitle01 span{
	min-width:14rem;
}

#forget h3{
	font-weight:bold;
	font-size:1.5rem;
}

#forget h3 + p{
	margin-top:1rem;
}

#forget form div span{
	flex:1;
}

#forget form div p{
	text-align:left;
}

#forget dl{
	margin-top:20px;
}

#forget form{
	padding:0 5%;
}

#forget dt:first-of-type ~ dt{
	margin-top:5%;
}

#forget dd{
	margin-top:10px;
	text-align:left;
}

#forget dd .step2{
	display:flex;
	justify-content:flex-start;
	align-items: flex-end;
}

#forget dd .step3{
	display:flex;
	justify-content:flex-start;
	align-items: flex-end;
}

#forget dd .step1 > *{
	width:100%;
	border:none;
	border-radius:5px;
	box-sizing:border-box;
	box-shadow:0px 0px 5px 0px #BBBBBB inset;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#FFFFFF), to(#FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
}

#forget dd .step2 > *{
	width:30%;
	border:none;
	border-radius:5px;
	box-sizing:border-box;
	box-shadow:0px 0px 5px 0px #BBBBBB inset;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#FFFFFF), to(#FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
}

#forget dd .step3 > *{
	width:25%;
	border:none;
	border-radius:5px;
	box-sizing:border-box;
	box-shadow:0px 0px 5px 0px #BBBBBB inset;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#FFFFFF), to(#FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
}

#forget dd .step1 input{
	width:100%;
	padding:1rem;
}

#forget dd .step2 input{
	width:30%;
	padding:1rem;
}

#forget dd .step3 input{
	width:25%;
	padding:1rem;
}

#forget dd p,
#forget dd div{
	overflow:hidden;
	position:relative;
}

#forget dd input{
	width:100%;
	padding:1rem;
	background:rgba(0,0,0,0);
	border:none;
}

#forget .presetBtn a{
	background:#E64966;
}

#forget .presetBtn input{
	background:#E64966;
}

#forget .presetBtn.back a{
	background:#777777;
}

#forget .presetBtn.back input{
	background:#777777;
}

#forget .presetBtn2-1 a,
#forget .presetBtn2-2 a{
	background:#E64966;
}

#forget .presetBtn3 a{
	background:#E64966;
}

#forget .presetBtn3 input{
	background:#E64966;
}

#forget .presetBtn3 li.back a{
	background:#777777;
}

#forget .presetBtn3 li.back input{
	background:#777777;
}

/* kousin
---------------------------------------------------------------------*/
#kousin #contents .presetTitle01 span{
	min-width:15rem;
}

#kousin h3{
	font-weight:bold;
	font-size:1.5rem;
}

#kousin h4{
	text-align:left;
	font-size:1.25rem;
	margin-top:5%;
	margin-bottom:2%;
	color:#103675;
	font-weight:bold;
}

#kousin form{
	padding:0 2%;
}

#kousin dl.list > dd > ol {
	margin-top:10px;
}

#kousin dl.list > dd > dl dt {
	margin-bottom:5px;
}

#kousin dl.list > dd > dl dd {
	margin-bottom:20px;
}

#kousin dl.list > dd > dl dd ol {
	margin-left:3em;
	margin-top:10px;
	text-indent:-2.0em;
	line-height:1.8;
}

#kousin dl.list > dd > dl dt ol {
	margin-left:2.5em;
	margin-top:10px;
	text-indent:-3.0em;
	line-height:1.8;
}

#kousin dl.list > dd p:first-child{
	text-indent:1em;
}

#kousin .msg1{
	color:#333333;
	font-weight:bold;
}

#kousin .msg2{
	color:#FF3333;
	font-size:1.25rem;
}

#kousin .msg3{
	font-size:0.8rem;
	text-align:center;
	margin-top:10px;
	margin-bottom:20px;
}

#kousin form .presetBtn a{
	background:#E64966;
}

#kousin form .presetBtn input{
	background:#E64966;
}

/* rule
---------------------------------------------------------------------*/

#rule header{
	padding:5% 5% 0;
	margin:0;
}

#rule > header h1{
	width:100%;
}

#rule header p{
	background:#E64966;
	margin-top:5%;
	padding:10px 0;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	font-size:1.4rem;
	border-radius:50px;
}

#rule #contents .presetTitle01 span{
	min-width:10rem;
}

#rule h3{
	font-weight:bold;
	font-size:1.5rem;
}

#rule h4{
	text-align:left;
	font-size:1.25rem;
	margin-top:5%;
	margin-bottom:2%;
	color:#103675;
	font-weight:bold;
}

#rule form{
	padding:0 2%;
}

#rule dl.list > dd > ol {
	margin-top:10px;
}

#rule dl.list > dd > dl dt {
	margin-bottom:5px;
}

#rule dl.list > dd > dl dd {
	margin-bottom:20px;
}

#rule dl.list > dd > dl dd ol {
	margin-left:3em;
	margin-top:10px;
	text-indent:-2.0em;
	line-height:1.8;
}

#rule dl.list > dd > dl dt ol {
	margin-left:2.5em;
	margin-top:10px;
	text-indent:-3.0em;
	line-height:1.8;
}

#rule dl.list > dd p:first-child{
	text-indent:1em;
}

#rule dl.list a{
	text-decoration:underline;
}

#rule .notes {
	margin:5px 0 15px 0em;
	text-indent:-1em;
}

#rule .notes li {
	margin-left:1em !important;
	text-indent:-1em !important;
}

#rule .msg1 p{
	margin-top:20px;
	text-align:center;
	color:#333333;
	font-size:1.25rem;
	font-weight:bold;
}

#rule form .presetBtn3 a{
	background:#E64966;
	margin-top:-35px;
}

#rule form .presetBtn3 input{
	background:#E64966;
	margin-top:-35px;
}


/* privacy
---------------------------------------------------------------------*/

#privacy header{
	padding:5% 5% 0;
	margin:0;
}

#privacy > header h1{
	width:100%;
}

#privacy header p{
	background:#E64966;
	margin-top:5%;
	padding:10px 0;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	font-size:1.4rem;
	border-radius:50px;
}

#privacy #contents .presetTitle01 span{
	min-width:17rem;
}

#privacy h3{
	font-weight:bold;
	font-size:1.5rem;
}

#privacy h4{
	text-align:left;
	font-size:1.25rem;
	margin-top:5%;
	margin-bottom:2%;
	color:#103675;
	font-weight:bold;
}

#privacy form{
	padding:0 2%;
}

#privacy dl.list > dd > ol {
	margin-top:10px;
}

#privacy dl.list > dd > dl dt {
	margin-bottom:5px;
}

#privacy dl.list > dd > dl dd {
	margin-bottom:20px;
}

#privacy dl.list > dd > dl dd ol {
	margin-left:3em;
	margin-top:10px;
	text-indent:-2.0em;
	line-height:1.8;
}

#privacy dl.list > dd > dl dt ol {
	margin-left:2.5em;
	margin-top:10px;
	text-indent:-3.0em;
	line-height:1.8;
}

#privacy dl.list > dd p:first-child{
	text-indent:1em;
}

#privacy dl.list a{
	text-decoration:underline;
}

#privacy .notes {
	margin:5px 0 15px 0em;
	text-indent:-1em;
}

#privacy .notes li {
	margin-left:1em !important;
	text-indent:-1em !important;
}

#privacy .msg1 p{
	margin-top:20px;
	text-align:center;
	color:#333333;
	font-size:1.25rem;
	font-weight:bold;
}

#privacy form .presetBtn a{
	background:#E64966;
}

#privacy form .presetBtn input{
	background:#E64966;
}

/* mailauth
---------------------------------------------------------------------*/

#mailauth header{
	padding:5% 5% 0;
	margin:0;
}

#mailauth > header h1{
	width:100%;
}

#mailauth header p{
	background:#E64966;
	margin-top:5%;
	padding:10px 0;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	font-size:1.4rem;
	border-radius:50px;
}

#mailauth #contents .presetTitle01 span{
	min-width:10rem;
}

#mailauth h3{
	font-weight:bold;
	font-size:1.5rem;
}

#mailauth h3 + p{
	margin-top:1rem;
}

#mailauth form div span{
	flex:1;
}

#mailauth form div p{
	text-align:left;
}

#mailauth dl{
	margin-top:20px;
}

#mailauth form{
	padding:0 5%;
}

#mailauth dt:first-of-type ~ dt{
	margin-top:5%;
}

#mailauth dd{
	margin-top:10px;
	text-align:left;
}

#mailauth p a{
	text-decoration:underline;
}

#mailauth dd .step2{
	display:flex;
	justify-content:flex-start;
	align-items: flex-end;
}

#mailauth dd .step3{
	display:flex;
	justify-content:flex-start;
	align-items: flex-end;
}

#mailauth dd .step1 > *{
	width:100%;
	border:none;
	border-radius:5px;
	box-sizing:border-box;
	box-shadow:0px 0px 5px 0px #BBBBBB inset;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#FFFFFF), to(#FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
}

#mailauth dd .step2 > *{
	width:30%;
	border:none;
	border-radius:5px;
	box-sizing:border-box;
	box-shadow:0px 0px 5px 0px #BBBBBB inset;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#FFFFFF), to(#FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
}

#mailauth dd .step3 > *{
	width:25%;
	border:none;
	border-radius:5px;
	box-sizing:border-box;
	box-shadow:0px 0px 5px 0px #BBBBBB inset;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#FFFFFF), to(#FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
}

#mailauth dd .step1 input{
	width:100%;
	padding:1rem;
}

#mailauth dd .step2 input{
	width:30%;
	padding:1rem;
}

#mailauth dd .step3 input{
	width:25%;
	padding:1rem;
}

#mailauth dd p,
#mailauth dd div{
	overflow:hidden;
	position:relative;
}

#mailauth dd input{
	width:100%;
	padding:1rem;
	background:rgba(0,0,0,0);
	border:none;
}

#mailauth .presetBtn a{
	background:#E64966;
}

#mailauth .presetBtn input{
	background:#E64966;
}

#mailauth .presetBtn2-1 a,
#mailauth .presetBtn2-2 a{
	background:#E64966;
}

#mailauth .presetBtn3 a{
	background:#E64966;
}

#mailauth .presetBtn3 input{
	background:#E64966;
}

#mailauth .doui {
	border: 1px solid #E64966;
	padding: 10px 5px;
}

#mailauth .kiyaku {
	margin: 30px 0;
}

#mailauth .topback {
	margin-top: 30px;
	text-align: center;
}

#mailauth .disable a{
	background:#BBBBBB;
}

/* preregist
---------------------------------------------------------------------*/

#preregist header{
	padding:5% 5% 0;
	margin:0;
}

#preregist > header h1{
	width:100%;
}

#preregist header p{
	background:#E64966;
	margin-top:5%;
	padding:10px 0;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	font-size:1.4rem;
	border-radius:50px;
}

#preregist h4{
	text-align:center;
	font-size:1.25rem;
	margin-bottom:5%;
	color:#103675;
	font-weight:bold;
}

#preregist #contents .presetTitle01 span{
	min-width:20rem;
}

#preregist h3{
	font-weight:bold;
	font-size:1.5rem;
}

#preregist h3 + p{
	margin-top:1rem;
}

#preregist form div span{
	flex:1;
}

#preregist form div p{
	text-align:left;
}

#preregist dl{
	margin-top:20px;
}

#preregist form{
	padding:0 5%;
}

#preregist dt:first-of-type ~ dt{
	margin-top:5%;
}

#preregist dd{
	margin-top:10px;
	text-align:left;
}

#preregist dd .step2{
	display:flex;
	justify-content:flex-start;
	align-items: flex-end;
}

#preregist dd .step3{
	display:flex;
	justify-content:flex-start;
	align-items: flex-end;
}

#preregist dd .step1 > *{
	width:100%;
	border:none;
	border-radius:5px;
	box-sizing:border-box;
	box-shadow:0px 0px 5px 0px #BBBBBB inset;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#FFFFFF), to(#FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
}

#preregist dd .step2 > *{
	width:30%;
	border:none;
	border-radius:5px;
	box-sizing:border-box;
	box-shadow:0px 0px 5px 0px #BBBBBB inset;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#FFFFFF), to(#FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
}

#preregist dd .step3 > *{
	width:25%;
	border:none;
	border-radius:5px;
	box-sizing:border-box;
	box-shadow:0px 0px 5px 0px #BBBBBB inset;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#FFFFFF), to(#FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
}

#preregist dd .step1 input{
	width:100%;
	padding:1rem;
}

#preregist dd .step2 input{
	width:30%;
	padding:1rem;
}

#preregist dd .step3 input{
	width:25%;
	padding:1rem;
}

#preregist dd p,
#preregist dd div{
	overflow:hidden;
	position:relative;
}

#preregist .address{
	padding:0 5%;
	margin-bottom:10%;
}

#preregist dl .confirm .address{
	margin-top:30px;
}

#preregist .userImg td{
    padding-left:5px;
}

#preregist dl .text{
	padding-right:3%;
	padding-left:3%;
	margin-bottom:20px;
}

#preregist dl .confirm .text{
	padding-right:3%;
	padding-left:3%;
}

#preregist dt:first-of-type ~ dt{
	margin-top:5%;
}

#preregist dl{
	margin-top:10px;
	margin-bottom:20px;
}

#preregist dl .confirm{
	margin-top:20px;
	background:#FCEDF0;
	padding:5%;
	box-shadow:0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

#preregist dl .confirm dd{
	padding-right:3%;
	padding-left:3%;
}

#preregist dt{
	margin-bottom:10px;
}

#preregist dd .step_s2{
	display:flex;
	//justify-content:center;
}

#preregist dd .step_t2{
	display:flex;
	justify-content:flex-start;
	align-items: flex-end;
	//margin-top:10px;
}

#preregist dd > .step_s1 .block{
	width:100%;
	border:none;
	border-radius:5px;
	box-sizing:border-box;
	box-shadow:0px 0px 5px 0px #BBBBBB inset;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#FFFFFF), to(#FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
}

#preregist dd > .step_s2 .block2{
	width:15%;
	margin-left:10px;
	margin-right:5px;
	margin-bottom:10px;
	border:none;
	border-radius:5px;
	box-sizing:border-box;
	box-shadow:0px 0px 5px 0px #BBBBBB inset;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#FFFFFF), to(#FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
}

#preregist dd > .step_s2 .block3{
	width:15%;
	margin-left:10px;
	margin-right:5px;
	border:none;
	border-radius:5px;
	box-sizing:border-box;
	box-shadow:0px 0px 5px 0px #BBBBBB inset;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#FFFFFF), to(#FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
}

#preregist dd > .step_s2 .block4{
	width:40%;
	margin-left:10px;
	margin-right:5px;
	border:none;
	border-radius:5px;
	box-sizing:border-box;
	box-shadow:0px 0px 5px 0px #BBBBBB inset;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#FFFFFF), to(#FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
}

#preregist #contents dd .step_t1 > *{
	width:100%;
	border:none;
	border-radius:5px;
	box-sizing:border-box;
	box-shadow:0px 0px 5px 0px #BBBBBB inset;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#FFFFFF), to(#FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
}

#preregist #contents dd .step_t2 > *{
	width:25%;
	border:none;
	border-radius:5px;
	box-sizing:border-box;
	box-shadow:0px 0px 5px 0px #BBBBBB inset;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#FFFFFF), to(#FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
}
#preregist #contents dd .step_t2 input{
	width:30%;
	padding:1rem;
}
#preregist #contents dd .step_t2 input[type="text"][disabled]{
	background:#E0E0E0;
}

#preregist dd p,
#preregist dd div{
	overflow:hidden;
	position:relative;
}

#preregist dd .step_s1 div:after,
#preregist dd .step_s2 div:after{
	content:"";
	display:block;
	width:0.5rem;
	height:0.5rem;
	border-right:1px solid #E64966;
	border-bottom:1px solid #E64966;
	position:absolute;
	top:50%;
	right:1rem;
	transform:translateY(-60%) rotate(45deg);
}

#preregist dd input,
#preregist dd textarea,
#preregist dd select{
	background:rgba(0,0,0,0);
	border:none;
}

#preregist dd select{
	width:100%;
	padding:0.5rem;
	appearance:none;
}

#preregist dd input{
	width:100%;
	padding:1rem;
}

#preregist dd textarea{
	width:100%;
	padding:0.5rem;
	height:20vw;
	resize:none;
}
@media screen and (min-width:781px){
	/*画面幅が781px以上の時*/
	#preregist dd textarea{
		height:96px;
	}
}

#preregist dd input[type=radio],
#preregist dd input[type=checkbox] {
	width:20px;
	height:20px;
}

#preregist .presetBtn a{
	background:#E64966;
}

#preregist .presetBtn input{
	background:#E64966;
}

#preregist .presetBtn2-1 a,
#preregist .presetBtn2-2 a{
	background:#E64966;
}

#preregist .presetBtn3 a{
	background:#E64966;
}

#preregist .presetBtn3 input{
	background:#E64966;
}

/* reservation
---------------------------------------------------------------------*/

#reservation header{
	padding:5% 5% 0;
	margin:0;
}

#reservation > header h1{
	width:100%;
}

#reservation header p{
	background:#E64966;
	margin-top:5%;
	padding:10px 0;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	font-size:1.4rem;
	border-radius:50px;
}

#reservation #contents .presetTitle01 span{
	min-width:10em;
}

#reservation h3{
	font-weight:bold;
	font-size:1.5rem;
}

#reservation h3 + p{
	margin-top:1rem;
}

#reservation form div span{
	flex:1;
}

#reservation form div p{
	text-align:left;
}

#reservation dl{
	margin-top:20px;
}

#reservation form{
	padding:0 5%;
}

#reservation dt:first-of-type ~ dt{
	margin-top:5%;
}

#reservation dd{
	margin-top:10px;
	text-align:left;
}

#reservation dd .step2{
	display:flex;
	justify-content:flex-start;
	align-items: flex-end;
}

#reservation dd .step3{
	display:flex;
	justify-content:flex-start;
	align-items: flex-end;
}

#reservation dd .step1 > *{
	width:100%;
	border:none;
	border-radius:5px;
	box-sizing:border-box;
	box-shadow:0px 0px 5px 0px #BBBBBB inset;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#FFFFFF), to(#FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
}

#reservation dd .step2 > *{
	width:30%;
	border:none;
	border-radius:5px;
	box-sizing:border-box;
	box-shadow:0px 0px 5px 0px #BBBBBB inset;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#FFFFFF), to(#FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
}

#reservation dd .step3 > *{
	width:25%;
	border:none;
	border-radius:5px;
	box-sizing:border-box;
	box-shadow:0px 0px 5px 0px #BBBBBB inset;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#FFFFFF), to(#FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
}

#reservation dd .step1 input{
	width:100%;
	padding:1rem;
}

#reservation dd .step2 input{
	width:30%;
	padding:1rem;
}

#reservation dd .step3 input{
	width:25%;
	padding:1rem;
}

#reservation dd p,
#reservation dd div{
	overflow:hidden;
	position:relative;
}

#reservation dd input{
	width:100%;
	padding:1rem;
	background:rgba(0,0,0,0);
	border:none;
}

#reservation .presetBtn a{
	background:#E64966;
}

#reservation .presetBtn input{
	background:#E64966;
}

#reservation .presetBtn2-1 a,
#reservation .presetBtn2-2 a{
	background:#E64966;
}

#reservation .presetBtn3 a{
	background:#E64966;
}

#reservation .presetBtn3 input{
	background:#E64966;
}

/* tokubetsu
---------------------------------------------------------------------*/

#tokubetsu header{
	padding:5% 5% 0;
	margin:0;
}

#tokubetsu > header h1{
	width:100%;
}

#tokubetsu header p{
	background:#E64966;
	margin-top:5%;
	padding:10px 0;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	font-size:1.4rem;
	border-radius:50px;
}

#tokubetsu #contents .presetTitle01 span{
	min-width:20rem;
}

#tokubetsu h3{
	font-weight:bold;
	font-size:1.5rem;
}

#tokubetsu h4{
	text-align:center;
	font-size:1.25rem;
	margin-bottom:5%;
	color:#103675;
	font-weight:bold;
}

#tokubetsu h5{
	text-align:center;
	font-size:1.25rem;
	margin-top:7%;
	color:#103675;
	font-weight:bold;
}

#tokubetsu h6{
	text-align:center;
	margin-bottom:20px;
}

#tokubetsu form{
	padding:0 5%;
}

#tokubetsu .txtC{
	text-align:center;
}

#tokubetsu .userImg td{
    padding-left:5px;
}

#tokubetsu dl .text{
	padding-right:3%;
	padding-left:3%;
	margin-bottom:20px;
}

#tokubetsu dt:first-of-type ~ dt{
	margin-top:5%;
}

#tokubetsu dl{
	margin-top:10px;
	margin-bottom:20px;
}

#tokubetsu dl .box{
	margin-top:20px;
	background:#FCEDF0;
	padding:5%;
	box-shadow:0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

#tokubetsu dl .box dd{
	padding-right:3%;
	padding-left:3%;
}

#tokubetsu dt{
	margin-bottom:10px;
}

#tokubetsu dd .step_text{
	//font-size:1.25rem;
	color:#333333;
	font-weight:bold;
	margin-bottom:10px;
}

#tokubetsu dl a{
	text-decoration:underline;
	color:#E64966;
}

#tokubetsu dd p,
#tokubetsu dd div{
	overflow:hidden;
	position:relative;
}

#tokubetsu form .presetBtn a{
	background:#E64966;
}

#tokubetsu form .presetBtn input{
	background:#E64966;
}

#tokubetsu form .presetBtn3 a{
	background:#E64966;
}

#tokubetsu form .presetBtn3 input{
	background:#E64966;
}


/* seikon
---------------------------------------------------------------------*/
#seikon header{
	padding:5% 5% 0;
	margin:0;
}

#seikon > header h1{
	width:100%;
}

#seikon header p{
	background:#E64966;
	margin-top:5%;
	padding:10px 0;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	font-size:1.4rem;
	border-radius:50px;
}
#seikon #contents .presetTitle01 span{
	min-width:18rem;
}

#seikon h3{
	font-weight:bold;
	font-size:1.5rem;
}

#seikon h4{
	text-align:center;
	font-size:1.25rem;
	margin-bottom:5%;
	color:#103675;
	font-weight:bold;
}

#seikon h5{
	text-align:center;
	font-size:1.25rem;
	margin-top:7%;
	color:#103675;
	font-weight:bold;
}

#seikon h6{
	text-align:center;
	margin-bottom:20px;
}

#seikon form{
	padding:0 5%;
}

#seikon .txtC{
	text-align:center;
}

#seikon .userImg td{
    padding-left:5px;
}

#seikon dl .text{
	padding-right:3%;
	padding-left:3%;
	margin-bottom:20px;
}

#seikon dt:first-of-type ~ dt{
	margin-top:5%;
}

#seikon dl{
	margin-top:10px;
	margin-bottom:20px;
}

#seikon dl .confirm{
	margin-top:20px;
	background:#FCEDF0;
	padding:5%;
	box-shadow:0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

#seikon dl .confirm dd{
	padding-right:3%;
	padding-left:3%;
}

#seikon dt{
	margin-bottom:10px;
}

#seikon dd .step_s2{
	display:flex;
	//justify-content:center;
}

#seikon dd .step_t2{
	display:flex;
	justify-content:flex-start;
	align-items: flex-end;
	//margin-top:10px;
}

#seikon dd > .step_s1 .block{
	width:100%;
	border:none;
	border-radius:5px;
	box-sizing:border-box;
	box-shadow:0px 0px 5px 0px #BBBBBB inset;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#FFFFFF), to(#FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
}

#seikon dd > .step_s2 .block2{
	width:15%;
	margin-left:10px;
	margin-right:5px;
	margin-bottom:10px;
	border:none;
	border-radius:5px;
	box-sizing:border-box;
	box-shadow:0px 0px 5px 0px #BBBBBB inset;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#FFFFFF), to(#FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
}

#seikon dd > .step_s2 .block3{
	width:15%;
	margin-left:10px;
	margin-right:5px;
	border:none;
	border-radius:5px;
	box-sizing:border-box;
	box-shadow:0px 0px 5px 0px #BBBBBB inset;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#FFFFFF), to(#FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
}

#seikon dd > .step_s2 .block4{
	width:80%;
	margin-left:10px;
	margin-right:5px;
	border:none;
	border-radius:5px;
	box-sizing:border-box;
	box-shadow:0px 0px 5px 0px #BBBBBB inset;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#FFFFFF), to(#FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
}

#seikon #contents dd .step_t1 > *{
	width:100%;
	border:none;
	border-radius:5px;
	box-sizing:border-box;
	box-shadow:0px 0px 5px 0px #BBBBBB inset;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#FFFFFF), to(#FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
}

#seikon #contents dd .step_t2 > *{
	width:25%;
	border:none;
	border-radius:5px;
	box-sizing:border-box;
	box-shadow:0px 0px 5px 0px #BBBBBB inset;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#FFFFFF), to(#FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
}
#seikon #contents dd .step_t2 input{
	width:30%;
	padding:1rem;
}

#seikon dd p,
#seikon dd div{
	overflow:hidden;
	position:relative;
}

#seikon dd .step_s1 div:after,
#seikon dd .step_s2 div:after{
	content:"";
	display:block;
	width:0.5rem;
	height:0.5rem;
	border-right:1px solid #E64966;
	border-bottom:1px solid #E64966;
	position:absolute;
	top:50%;
	right:1rem;
	transform:translateY(-60%) rotate(45deg);
}

#seikon dd input,
#seikon dd textarea,
#seikon dd select{
	background:rgba(0,0,0,0);
	border:none;
}

#seikon dd select{
	width:100%;
	padding:0.5rem;
	appearance:none;
}

#seikon dd input{
	width:100%;
	padding:1rem;
}

#seikon dd textarea{
	width:100%;
	padding:0.5rem;
	height:20vw;
}
@media screen and (min-width:781px){
	/*画面幅が781px以上の時*/
	#seikon dd textarea{
		height:96px;
	}
}

#seikon dd input[type=radio],
#seikon dd input[type=checkbox] {
	width:20px;
	height:20px;
}

#seikon form .presetBtn a{
	background:#E64966;
}

#seikon form .presetBtn input{
	background:#E64966;
}

#seikon form .presetBtn.back a{
	background:#777777;
}

#seikon form .presetBtn.back input{
	background:#777777;
}

#seikon form .presetBtn3 a{
	background:#E64966;
}

#seikon form .presetBtn3 input{
	background:#E64966;
}

#seikon form .presetBtn3 li.back a{
	background:#777777;
}

#seikon form .presetBtn3 li.back input{
	background:#777777;
}

#seikon div.align-center{
	text-align: center;
	margin-bottom:10vw;
}
@media screen and (min-width:781px){
	/*画面幅が781px以上の時*/
	#seikon div.align-center{
		margin-bottom:48px;
	}
}

#seikon div.align-center img{
	max-width: 50%;
	margin: 0 auto;
}

/* systemdoui
---------------------------------------------------------------------*/

#systemdoui > *:not(footer){
	/* margin-top:8%; */
	padding:0 5%;
}
#systemdoui > header h1{
	/* width:100%; */
}

#systemdoui header{
	padding:5% 5% 0;
	margin:0;
}
#systemdoui header p{
	background:#ef7d88;
	margin-top:5%;
	padding:10px 0;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	font-size:1.4rem;
	border-radius:50px;
}

#systemdoui h4{
	text-align:center;
	font-size:1.25rem;
	margin-top:30px;
	margin-bottom:5%;
	color:#103675;
	font-weight:bold;
}

#systemdoui .koumoku{
	padding:0 5%;
	margin-top:1rem;
}
#systemdoui .koumoku .errorhd{
	text-align:center;
	color:#ff0000;
}
#systemdoui .koumoku .error{
	text-align:left;
	color:#ff0000;
}
#systemdoui .koumoku section{
	border:3px solid #95A6C2;
	padding:10px 20px;
	margin-top:20px;
}
#systemdoui .koumoku section h5{
	padding: .3em 2em .1em .5em;
	border-left: 4px solid #ef7d88;
	margin-bottom:10px;
}
#systemdoui .koumoku section .doui {
    padding: 0.5em 1em;
    margin-top: 15px;
    background: #fff;
    border: solid 3px #95A6C2;
	border-radius: 10px;
}

#systemdoui .koumoku section dl.answer dt:before {
    content:"・";
}
#systemdoui .koumoku section dl.answer dt {
    margin:10px 0 2px 0;
}
#systemdoui .koumoku section dl.answer dd input {
    width: 100%;
    padding: 1rem;
    height: 40px;
    background: rgba(0,0,0,0);
    border: none;
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#FFFFFF), to(#FFFFFF));
    background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
}
#systemdoui .koumoku section dl.answer dd > * {
    width: 100%;
    border: none;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: 0px 0px 5px 0px #BBBBBB inset;
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#FFFFFF), to(#FFFFFF));
    background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
}
#systemdoui .koumoku section img {
	width:40%;
	margin:0 auto;
}
#systemdoui .koumoku section .selradio {
	text-align:center;
	margin-top:20px;
}
#systemdoui .koumoku section input[type=radio],
#systemdoui .koumoku section input[type=checkbox] {
    width: 20px;
    height: 20px;
}
#systemdoui .koumoku section dt:first-of-type ~ dt{
	margin-top:5%;
}
#systemdoui .koumoku section dt{
	margin-bottom:10px;
}

#systemdoui .koumoku section dd .step_t2{
	display:flex;
	justify-content:flex-start;
	align-items: flex-end;
}
#systemdoui .koumoku section dd .step_t2 > *{
	width:25%;
	border:none;
	border-radius:5px;
	box-sizing:border-box;
	box-shadow:0px 0px 5px 0px #BBBBBB inset;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#FFFFFF), to(#FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
}
#systemdoui .koumoku section dd .step_t2 input{
	width:30%;
	padding:1rem;
}
#systemdoui .koumoku section dd > .step_s1 .block{
	width:100%;
	border:none;
	border-radius:5px;
	box-sizing:border-box;
	box-shadow:0px 0px 5px 0px #BBBBBB inset;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#FFFFFF), to(#FFFFFF));
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
}
#systemdoui .koumoku section dd p,
#systemdoui .koumoku section dd div{
	overflow:hidden;
	position:relative;
}
#systemdoui .koumoku section dd .step_s1 div:after,
#systemdoui .koumoku section dd .step_s2 div:after{
	content:"";
	display:block;
	width:0.5rem;
	height:0.5rem;
	border-right:1px solid #ef7d88;
	border-bottom:1px solid #ef7d88;
	position:absolute;
	top:50%;
	right:1rem;
	transform:translateY(-60%) rotate(45deg);
}
#systemdoui .koumoku section dd input,
#systemdoui .koumoku section dd textarea,
#systemdoui .koumoku section dd select{
	background:rgba(0,0,0,0);
	border:none;
}

#systemdoui .koumoku section dd select{
	width:100%;
	padding:0.5rem;
	appearance:none;
}

#systemdoui .koumoku section .ex{
	margin-bottom:30px;
	color:#0000ff;
}

#systemdoui .presetBtn3 a{
	background:#ef7d88;
}

#systemdoui .presetBtn3 input{
	background:#ef7d88;
}

#systemdoui .presetBtn3 li.back a{
	background:#777777;
}

#systemdoui .presetBtn3 li.back input{
	background:#777777;
}

#systemdoui .presetBtn a{
	background:#ef7d88;
}

#matching #contents .list span{
	padding:0.1em 0.5em;
	color:#FFFFFF;
	background:#1c81e6;
    border-radius: 10px;/*角の丸み*/
	font-size:0.8em;
}
