/* 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;
}

.doui {
        padding: 0.5em 1em;
        margin-top: 2em;
        font-weight: bold;
        background: #FFF;
        border: solid 3px #95A6C2;/*ç·š*/
        border-radius: 10px;/*è§’ã®ä¸¸ã¿*/
}
.doui p {
        margin: 0; 
        padding: 0;
}


/* 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:#6BABBE;
	line-height:1.75rem;
}

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

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

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

#contents .presetTitle01{
	padding:0;
}

#contents.eturan{
	padding:0 !important;
}

/*- 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 .presetTitle01.long span{
	min-width:14rem;
}

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

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

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

#menu a{
	text-align:center;
	font-weight:bold;
	color:#6BABBE;
	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 #6BABBE;
	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:#6BABBE;
	text-align:center;
}

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

/*- 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:#6BABBE;
	text-align:center;
}

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

/*- Class miniTitle -*/
.miniTitle{
	background:#6BABBE;
	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:#6BABBE;
	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:190px;
	}
}

.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 #6BABBE;
	top:70%;
}

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

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

.btnCircle li a[disabled]{
	pointer-events: none;
	background:#CCCCCC;
}
.btnCircle li a[disabled]:after{
	border-top:0.8rem solid #CCCCCC;
}

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

.presetBtn3.houkoku li{
	width:35vw;
	margin-top:5rem;
	margin-bottom:5rem;
}
@media screen and (min-width:781px){
	/*画面幅が781px以上の時*/
	.presetBtn3.houkoku 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 a.before:after{
	border-bottom:none;
	border-right:none;
	border-top:2px solid #FFFFFF;
	border-left:2px solid #FFFFFF;
	left:10%;
}

.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);
}	
.presetBtn3 .sumi {
	display:block;
	width:100%;
	padding:5% 0;
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
	border-radius:50px;
	position:relative;
	background: #888888;
}

/*- 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:#6BABBE;
}

.presetBtn4 input{
	background:#6BABBE;
}

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

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

/*- 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;
}

.centerInfo a{
	color:#0000FF;
}

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

header h1{
	width:50%;
}

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 #6BABBE;
	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 #6BABBE;
	border-right:1px solid #6BABBE;
	position:absolute;
	top:50%;
	right:10%;
	transform:translateY(-50%) rotate(-45deg);
}

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

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

/*- ボタン用スタイル -*/
.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:#6BABBE;
	color:#FFFFFF;
	margin-top:8%;
	padding:5%;
	font-size:0.9em;
}

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

footer p{
	margin-top:1rem;
}

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:#6BABBE;
	margin-top:5%;
	padding:10px 0;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	font-size:1.4rem;
	border-radius:50px;
}

#login header img{
	width:70% !important;
	margin:0 auto;
}

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

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

#login .blue{
	color:#0000FF;
}

#login .red{
	color:#FF0000;
}

#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:1rem;
	border:none;
	box-sizing: border-box;
	font-size:100%;
}

#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 #6BABBE;
	border-bottom:1px solid #6BABBE;
	transform:rotate(-45deg);
}

#login form .presetBtn a{
	background:#6BABBE;
}



/* 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 #6BABBE;
	border-bottom:1px solid #6BABBE;
	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]{
	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:60px;
}

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

#matching #menu li:nth-of-type(6) p{
	display:inline-block;
	width:30px;
	height:30px;
	border-radius: 50%;
	background-color:#6BABBE;
	position:absolute;
	color:#fff;
	font-weight:bold;
	font-size:0.8em;
	line-height:30px;
	right:10px;
	top:10px;
}

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

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

#matching #menu li:first-of-type{
	/* width:100%; */
}

#matching #menu li:nth-of-type(6),
#matching #menu li:nth-of-type(7),
#matching #menu li:nth-of-type(8){
	/*width:calc(100% / 3);*/
}

#matching #menu li:nth-of-type(8){
	/*background:#F9F7EE;*/
}

#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 #menu .kari li:first-of-type{
	width:50%;
}

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





#matching #contents .presetTitle01 span{
	min-width:15.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 dt{
	border-top:1px dashed #734900;
	flex-wrap:wrap;
	position: relative;
	width:100%;
	margin:0;
	padding:15px;
	background-color:#FFFFFF;
}
#matching #contents .list dl dt:nth-child(odd) {
	background:#E8F9FE;
}
#matching #contents .list dl dt:last-child{
	border-bottom:1px dashed #734900;
	/* padding-bottom:2rem; */
	margin-bottom:2rem;
}

#matching #contents .list dl dt: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 dl dt a {
    display: block;
}
#matching #contents .list .kaiin {

}
#matching #contents .list .kaiin .no {
	display:inline-block;
	background: #6BABBE;
	text-align:center;
	padding:4px 10px;
	min-width:15px;
	border-radius:50%;
	color:#FFFFFF;
}
#matching #contents .list .kaiin .head {
	margin-bottom:5px;
	display:flex;
	align-items: center;
}
#matching #contents .list .kaiin .age {
	margin:10px 0;
}
#matching #contents .list .kaiin .wrapper {
    margin-left: 8px;
}
#matching #contents .list .kaiin .wrapper span {
    float: left;
	margin-right:15px;
}
#matching #contents .list .kaiin .wrapper div {
    border: 1px solid;
    border-color: #734900;
    background-color: #FFFFFF;
    float: left;
    height: 15px;
    width: 18px;
    padding: 2px;
    border-right: none;
	font-size:0.8em;
}
#matching #contents .list .kaiin .wrapper div:last-child {
    border-right: 1px solid;
}

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

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

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

/*
#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:#6BABBE;
	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:#6BABBE;
}

#matching #contents .pager input{
	background:#6BABBE;
}




#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:#6BABBE;
}

#matching .presetBtn input{
	background:#6BABBE;
}

#matching .presetBtn3 a{
	background:#6BABBE;
}

#matching .presetBtn3 input{
	background:#6BABBE;
}

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

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

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

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

#matching #member {
	position: relative;
	margin-top:1rem;
	padding:0;
	/*text-align: center;*/
}
	  
#matching #member p{
		position: absolute;
		top: 92%;
		left: 5%;
		/*-ms-transform: translate(-95%,-15%);
		-webkit-transform: translate(-95%,-15%);
		transform: translate(-95%,-15%);
		*/
		margin :0;
		padding:0;
}	  

#matching #member img{
	
	width: 90%;
	border:0;
	margin : 0 auto ;
}

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

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



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

#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 #6BABBE;
	border-right:2px solid #6BABBE;
	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 #6BABBE;
	border-bottom:1px solid #6BABBE;
	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:#E8F9FE;
	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:#6BABBE;
	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:#6BABBE;
}

#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);
	font-size:100%;
}
@media screen and (min-width:781px){
	/*画面幅が781px以上の時*/
	#chpwd #contents dd input{
		height:48px;
	}
}

#chpwd form .presetBtn a{
	background:#6BABBE;
}

#chpwd form .presetBtn input{
	background:#6BABBE;
}

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

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

#chpwd form .presetBtn3 a{
	background:#6BABBE;
}

#chpwd form .presetBtn3 input{
	background:#6BABBE;
}

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

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

/* 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 #6BABBE;
	border-bottom:1px solid #6BABBE;
	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 #6BABBE;
	border-bottom:1px solid #6BABBE;
	position:absolute;
	top:50%;
	right:1rem;
	transform:translateY(-60%) rotate(45deg);
}

#reserve dd select{
	background:rgba(0,0,0,0);
	border:none;
	width:100vw;
	padding:8px;
	appearance:none;
}
@media screen and (min-width:781px){
	/*画面幅が781px以上の時*/
	#reserve dd select{
		width:480px;
	}
}

#reserve .presetBtn a{
	background:#6BABBE;
}

#reserve .presetBtn2 a{
	background:#6BABBE;
}

#reserve .presetBtn3 a{
	background:#6BABBE;
}

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

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

#reserve-date > .raisyo header h1{
	width:50%;
	margin:0 auto;
}

#reserve-date .raisyo header p{
	background:#6BABBE;
	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:#6BABBE;
	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:20%;
	padding-left:1rem;
	font-weight:bold;
	color:#734900;
	font-size:1.25rem;
	text-align:left;
}

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

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

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

#reserve-date #contents .date dd.chosei{
	width:30%;
	font-size:1rem;
	padding-left:2rem;
	color:#734900;
	text-align:left;
	margin-top:20px;
}

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

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

#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 #6BABBE;
	border-bottom:1px solid #6BABBE;
	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;
	font-size:100%;
}

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

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

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

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

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


/* 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:#6BABBE;
	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:#6BABBE;
	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:#6BABBE;
	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:#6BABBE;
	text-decoration:underline;
}

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

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

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

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

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

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

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


/* 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:#E8F9FE;
	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:#6BABBE;
}

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

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

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

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

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

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

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


/* 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:#E8F9FE;
	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 #6BABBE;
	border-bottom:1px solid #6BABBE;
	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;
	font-size:100%;
	box-sizing: border-box;
}

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

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

#taikai form .presetBtn a{
	background:#6BABBE;
}

#taikai form .presetBtn input{
	background:#6BABBE;
}

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

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

#taikai form .presetBtn3 a{
	background:#6BABBE;
}

#taikai form .presetBtn3 input{
	background:#6BABBE;
}

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

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

/* nini
---------------------------------------------------------------------*/
#nini #contents .presetTitle01 span{
	min-width:12rem;
}
#nini #contents .presetTitle01.long 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;
	word-break: break-all;
}

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

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

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

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

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

#nini dd{
	margin-top:10px;
	text-align:left;
	word-break:break-all;
}

#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 dd > .step_s2 .block5{
	width:25%;
	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 .block6{
	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);
}

#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 #contents img{
	max-width:100%;
	width:auto;
	height:auto;
	display:inline-block;
}

#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 #6BABBE;
	border-bottom:1px solid #6BABBE;
	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;
	font-size: 100%;
}

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

#nini dd textarea{
	width:100%;
	padding:0.5rem;
	height:10rem;
	display: block;
    box-sizing: border-box;
	font-family: inherit;
	font-size: 100%;
	resize:none;
}
@media screen and (min-width:781px){
	/*画面幅が781px以上の時*/
	#nini dd textarea{
		height:192px;
	}
}

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

#nini form .presetBtn a{
	background:#6BABBE;
}

#nini form .presetBtn input{
	background:#6BABBE;
}

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

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

#nini form .presetBtn.cancel a{
	background:#9e99a1;
}

#nini form .presetBtn.cancel input{
	background:#9e99a1;
}

#nini form .presetBtn3 a{
	background:#6BABBE;
}

#nini form .presetBtn3 input{
	background:#6BABBE;
}

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

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

#nini form .mt-20{
	margin-top:20px;
}

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

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

#nini dd label {
	/* white-space: nowrap; */
	display: inline-block;
}
#nini dd label input[type="checkbox"]{
	width:20px;
	height:20px;
}

#nini .error {
	margin-top:10px;
	color:#ff0000;
}

#nini .basyo{
	margin:2px 10px;
}
#nini .basyo2{
	margin-left:10px;
	font-size:0.8em;
}
#nini .basyo a,
#nini .basyo2 a{
	text-decoration: underline;
	color:#0000FF;
}
#nini .basyo button{
	font-size:100%;
}
#nini .title{
	margin:8px 0;
	font-weight:bold;
}

#nini .entry dd p{
	margin:8px 0;
}
#nini .entry .title,
#nini .confirm .title{
	margin:8px 30px 8px 0;
}
#nini .entry .hissu{
	font-weight: bold;
	color: #ff0000;
}
#nini input[type="checkbox"],
#nini input[type="radio"] {
	width:20px;
	height:20px;
	position:relative;
	top:2px;
	margin-right:4px;
}
#nini dl dd label {
	margin-right:1.2rem;
}
#nini .fflag label {
	display: inline-block;
}
#nini .holiday label {
	display: inline-block;
}
#nini .chatreceive label {
	display: inline-block;
	width: 100%;
}
#nini .hobby label {
	display: inline-block;
}
#nini #img1 img,
#nini #img2 img {
	max-width:100vw;
	max-height:100vh;
	width:auto;
	height:auto;
}
#nini .midashi {
	margin:10px 0;
	font-weight:bold;
}

#nini .humanimg {
  display: flex;
  justify-content: center;
  gap: 20px; /* 画像の間隔 */
  flex-wrap: wrap; /* 幅が足りないときに折り返す */
}
#nini .humanimg img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 600px) {
  #nini .humanimg {
    flex-direction: column;
    align-items: center;
  }
}

/* ShowCase
---------------------------------------------------------------------*/
#nini .selector header {
    padding: 0 10px;
    margin: 0 20px;
}

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

#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:#6BABBE;
	text-decoration:underline;
}

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

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

#uinfo .presetBtn a{
	background:#6BABBE;
}

#uinfo .presetBtn input{
	background:#6BABBE;
}

#uinfo .presetBtn3 a{
	background:#6BABBE;
}

#uinfo .presetBtn3 input{
	background:#6BABBE;
}

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

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

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

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

#uinfo .presetBtn.disagree a{
	background:#9e99a1;
}

#uinfo .presetBtn.disagree input{
	background:#9e99a1;
}

#uinfo .bookmark .presetBtn3 li{
	margin-top:1rem;
}
#uinfo .bookmark .presetBtn3 li.bookmark{
	width:65%;
}
#uinfo .bookmark .presetBtn3 li.bookmarkbtn{
	width:30%;
}
#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 #6BABBE;
	border-bottom:1px solid #6BABBE;
	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;
	font-size:100%;
}
#uinfo .message {
	text-align: left;
}
#uinfo .message .attr {
	color: red;
	margin: 1em 0 1em 0;
}

#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 #6BABBE;
	border-bottom:1px solid #6BABBE;
	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%;
	height:3em;
	font-size:100%;
	padding:0.5em;
	resize:none;
}

#uinfo .kodawari {
    display:flex;
    height:1.5rem;
}
#uinfo .kodawari div {
    border: 1px solid #000000;
    background-color: #FFFFFF;
    border-right: none;
    position:relative;
    width: 22px;
}
#uinfo .kodawari div:first-child {
    margin-left:5px;
}
#uinfo .kodawari div:last-child {
    border-right: 1px solid;
}
#uinfo .kodawari div span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform : translate(-50%,-50%);
    transform : translate(-50%,-50%);
}
#uinfo .kodawari img {
    max-width:17px !important;
    width:17px !important;
    height:16px !important;
    display:block !important;
}

#uinfo #img1 img,
#uinfo #img2 img {
	max-width:100vw;
	max-height:100vh;
	width:auto;
	height:auto;
}

#uinfo .humanimg {
  display: flex;
  justify-content: center;
  gap: 20px; /* 画像の間隔 */
  flex-wrap: wrap; /* 幅が足りないときに折り返す */
}
#uinfo .humanimg img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 600px) {
  #uinfo .humanimg {
    flex-direction: column;
    align-items: center;
  }
}







/* 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;*/
	text-align:center;
}

#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:#6BABBE;
	text-decoration:underline;
}

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

#follow #contents .view dl{
	background:#E8F9FE;
	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 #6BABBE;
	border-right:2px solid #6BABBE;
	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;
	box-sizing: border-box;
	font-family: inherit;
	font-size: 100%;
	resize: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;
	padding: 0.5rem;
	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 #6BABBE;
	border-bottom:1px solid #6BABBE;
	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:#6BABBE;
}

#follow .presetBtn input{
	background:#6BABBE;
}

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

#follow .presetBtn3 a{
	background:#6BABBE;
}

#follow .presetBtn3 input{
	background:#6BABBE;
}

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

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

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

#follow .presetBtn3 li.back input{
	background:#888888;
}
#follow .basyo {
	text-align: left;
}
#follow .basyo a {
	text-decoration: underline;
	color:#0000FF;
}

/* forget
---------------------------------------------------------------------*/

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

#forget > header h1{
	width:70%;
	margin:0 auto;
}

#forget header p{
	background:#6BABBE;
	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;
	font-size:100%;
}

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

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

#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:#6BABBE;
}

#forget .presetBtn input{
	background:#6BABBE;
}

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

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

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

#forget .presetBtn3 a{
	background:#6BABBE;
}

#forget .presetBtn3 input{
	background:#6BABBE;
}

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

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

#forget textarea{
	width:100%;
	padding:0.5rem;
	height:50vw;
	display: block;
    box-sizing: border-box;
	font-family: inherit;
	font-size: 100%;
}
@media screen and (min-width:781px){
	/*画面幅が781px以上の時*/
	#forget dd textarea{
		height:240px;
	}
}

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

/* 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 dl.list a{
	color:#6BABBE;
	text-decoration:underline;
}

#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 .msg4{
	color:#FF3333;
	font-weight:bold;
}

#kousin .msg4 a{
	color:#6BABBE;
	font-weight:bold;
	text-decoration:underline;
}

#kousin .txtA {
	padding: 10px;
	border: solid 1px #6BABBE;
	color:#6BABBE;
}

#kousin form .presetBtn a{
	background:#6BABBE;
}

#kousin form .presetBtn input{
	background:#6BABBE;
}

#kousin form .presetBtn.back a{
	background:#888888;
}

#kousin #contents .koumoku{
	padding:0 5%;
	margin-top:1rem;
}
#kousin #contents section .koumoku {
	border:3px solid #95A6C2;
	padding:10px 20px;
	margin-top:20px;
}
#kousin #contents section .koumoku h5{
	padding: .3em 2em .1em .5em;
	border-left: 4px solid #6BABBE;
	margin-bottom:10px;
}
#kousin #contents section .koumoku .doui {
    padding: 0.5em 1em;
    margin-top: 15px;
    background: #fff;
    border: solid 3px #95A6C2;
	border-radius: 10px;
}
#kousin #contents section .koumoku a{
	display:block;
	color:#471be6;
	margin-left:20px;
	margin-bottom:5px;
	text-decoration: underline;
}

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

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

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

#rule header p{
	background:#6BABBE;
	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:#6BABBE;
	margin-top:-35px;
}

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


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

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

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

#privacy header p{
	background:#6BABBE;
	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:#6BABBE;
}

#privacy form .presetBtn input{
	background:#6BABBE;
}

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

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

#mailauth > header h1{
	width:70%;
	margin:0 auto;
}

#mailauth header p{
	background:#6BABBE;
	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;
	font-size:100%;
}

#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:#6BABBE;
}

#mailauth .presetBtn input{
	background:#6BABBE;
}

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

#mailauth .presetBtn3 a{
	background:#6BABBE;
}

#mailauth .presetBtn3 input{
	background:#6BABBE;
}

#mailauth .doui {
	margin-top:20px;
}
#mailauth .doui li {
	margin:20px 0;
}
#mailauth .doui li a{
	text-decoration:underline;
	color:#0000FF;
}
#mailauth .doui li input[type="checkbox"] {
	width:20px;
	height:20px;
	position:relative;
	top:2px;
	margin-right:4px;
}
#mailauth .presetBtn input[disabled]{
	background:#CCCCCC;
}
#mailauth #douimsg {
	margin-top:20px;
	text-align:center;
	font-weight:bold;
}

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

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

#preregist > header h1{
	width:70%;
	margin:0 auto;
}

#preregist header p{
	background:#6BABBE;
	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:12rem;
}

#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;
	word-break: break-all;
}

#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;
	font-size:100%;
}

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

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

#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:50px;
}

#preregist dl .confirm{
	margin-top:20px;
	background:#E8F9FE;
	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:40%;
	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.children span{
	width:5em;
	flex:none;
}

#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;
	font-size:100%;
}

#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 #6BABBE;
	border-bottom:1px solid #6BABBE;
	position:absolute;
	top:50%;
	right:1rem;
	transform:translateY(-60%) rotate(45deg);
}

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

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

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

#preregist dd textarea{
	width:100%;
	padding:1rem;
	font-size:100%;
	resize:none;
}

#preregist .presetBtn a{
	background:#6BABBE;
}

#preregist .presetBtn input{
	background:#6BABBE;
}

#preregist .presetBtn2-1 a,
#preregist .presetBtn2-2 a{
	background: #6BABBE;
    font-size: 0.8rem;
}

#preregist .presetBtn3 a{
	background:#6BABBE;
}

#preregist .presetBtn3 input{
	background:#6BABBE;
}

#preregist .presetBtn3 .back a,
#preregist .presetBtn3 .back input{
	background:#888888;
}

#preregist .holiday label {
	/* white-space: nowrap; */
	display: inline-block;
}
#preregist input[type="checkbox"],
#preregist input[type="radio"] {
	width:20px;
	height:20px;
	position:relative;
	top:2px;
	margin-right:4px;
}
#preregist dl dd label {
	margin-right:1.2rem;
}


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

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

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

#reservation header p{
	background:#6BABBE;
	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:#6BABBE;
}

#reservation .presetBtn input{
	background:#6BABBE;
}

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

#reservation .presetBtn3 a{
	background:#6BABBE;
}

#reservation .presetBtn3 input{
	background:#6BABBE;
}

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

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

#tokubetsu > header h1{
	width:70%;
	margin:0 auto;
}

#tokubetsu header p{
	background:#6BABBE;
	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:#E8F9FE;
	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:#6BABBE;
}

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

#tokubetsu form .presetBtn a{
	background:#6BABBE;
}

#tokubetsu form .presetBtn input{
	background:#6BABBE;
}

#tokubetsu form .presetBtn3 a{
	background:#6BABBE;
}

#tokubetsu form .presetBtn3 input{
	background:#6BABBE;
}


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

#seikon header img{
	width:50% !important;
	margin:0 auto;
}

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

#seikon header p{
	background:#6BABBE;
	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:#E8F9FE;
	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 #6BABBE;
	border-bottom:1px solid #6BABBE;
	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:#6BABBE;
}

#seikon form .presetBtn input{
	background:#6BABBE;
}

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

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

#seikon form .presetBtn3 a{
	background:#6BABBE;
}

#seikon form .presetBtn3 input{
	background:#6BABBE;
}

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

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

#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:#6BABBE;
	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 #6BABBE;
	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);
	font-size:100%;
}
#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 #6BABBE;
	border-bottom:1px solid #6BABBE;
	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 a{
	display:block;
	color:#471be6;
	margin-left:20px;
	margin-bottom:5px;
	text-decoration: underline;
}

@media screen and (min-width:781px){
	/*画面幅が781px以上の時*/
	#systemdoui .koumoku section dd select{
		width:624px;
	}
}

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

#systemdoui .koumoku section .seiyaku {
	margin-top:20px;
}
#systemdoui .koumoku section .seiyaku label > p {
	margin-left:20px;
	text-indent:-27px;
}
#systemdoui .koumoku section .seiyaku label > p > img {
	width:20px;
	height:20px;
	display:inline;
	margin-left:6px;
}
#systemdoui .koumoku section .seiyaku > div {
	margin-top:10px;
	margin-left:2rem;
}
#systemdoui .koumoku section .seiyaku > div p {
	margin-left:3rem;
	text-indent:-3rem;
}

#systemdoui .presetBtn3 a{
	background:#6BABBE;
}

#systemdoui .presetBtn3 input{
	background:#6BABBE;
}

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

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

#systemdoui .presetBtn a{
	background:#6BABBE;
}



/* question
---------------------------------------------------------------------*/
#question header{
	padding:5% 5% 0;
	margin:0;
}
#question > header h1 {
    width: 70%;
    margin: 0 auto;
}

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

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

#question h3{
	font-weight:bold;
	font-size:1.5rem;
	text-align:center;
}

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

#question form div span{
	flex:1;
}

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

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

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

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

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

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

#question form .presetBtn a{
	background:#6BABBE;
}

#question form .presetBtn.back a{
	background:#888888;
}


#question .box dt{
	margin-bottom:10px;
}
#question .box dt:first-of-type ~ dt {
	margin-top: 5%;
}
#question dd p,
#question dd div{
	overflow:hidden;
	position:relative;
}

#question 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);
	height:40px;
}

#question 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);
}

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

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

#question dd select{
	width:100%;
	padding:0.5rem;
	appearance:none;
	font-size:100%;
}

#question dd input{
	width:100%;
	padding:1rem;
	font-size:100%;
	box-sizing: border-box;
}

#img_wrap {
	position: relative;
}
#img_wrap::before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/guard.png);
	background-position: top left;
	background-size: 100% 100%;
}
#img_wrap img {
	display: block;
}


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

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

#matching #contents .list2 dl.midoku{
	background-color: #b6e7f3;
}

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

#matching #contents .list2 dl:last-child{
	border-bottom:1px dashed #734900;
}

#matching #contents .list2 dt,
#matching #contents .list2 dd{
	/* margin-top:1rem; */
	box-sizing:border-box;
}

#matching #contents .list2 dt{
	width:35%;
	/* padding-left:1rem; */
	font-weight:bold;
	color:#734900;
	text-align:left;
	padding-right:1rem;
}

#matching #contents .list2 dt:first-of-type ~ dt,
#matching #contents .list2 dd:first-of-type ~ dd{
	margin-top:2%;
}

#matching #contents .list2 dd{
	width:65%;
	text-align:left;
}

#matching #contents .list2 dd.all{
	width:100%;
	text-align:left;
}

#matching #contents .list2 dd a{
	color:#0000ff;
}


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

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

#matching #contents .list3 dl.midoku{
	background-color: #b6e7f3;
}

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

#matching #contents .list3 dl:last-child{
}

#matching #contents .list3 dt,
#matching #contents .list3 dd{
	/* margin-top:1rem; */
	box-sizing:border-box;
}

#matching #contents .list3 dt{
	width:65%;
	font-weight:bold;
	color:#734900;
	text-align:left;
}

#matching #contents .list3 dt.miniTitle{
	width:65%;
	background:#FFFFFF;
	color: #734900;
	text-align: left;
	font-weight:bold;
	padding: 5px 0;
}

#matching #contents .list3 dt:first-of-type ~ dt,
#matching #contents .list3 dd:first-of-type ~ dd{
	margin-top:2%;
}

#matching #contents .list3 dd{
	width:35%;
	text-align:right;
	padding-right: 1rem;
}

#matching #contents .list3 dd.all{
	width:100%;
	text-align:left;
}

#matching #contents .list3 dd a{
	color:#0000ff;
}


/* houkoku
---------------------------------------------------------------------*/
#houkoku header{
	padding:5% 5% 0;
	margin:0 0 30px 0;
}
#houkoku header p{
	background:#6BABBE;
	margin-top:5%;
	padding:10px 0;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	font-size:1.4rem;
	border-radius:50px;
}
#houkoku header img{
	width:70% !important;
	margin:0 auto;
}

#houkoku form div + ul{
	margin-top:8%;
}
#houkoku form div + ul li:first-of-type ~ li{
	margin-top:1rem;
}
#houkoku form div + ul a{
	line-height:1rem;
	display:flex;
	align-items:center;
	justify-content:center;
}
#houkoku form div + ul a:after{
	content:"";
	display:block;
	width:0.5rem;
	height:0.5rem;
	margin-left:10px;
	border-right:1px solid #6BABBE;
	border-bottom:1px solid #6BABBE;
	transform:rotate(-45deg);
}
#houkoku #contents .presetTitle01 span{
	min-width:18rem;
}

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

#houkoku #contents div.osirase{
	/* padding:0 5%; */
	margin-top:3rem;
}

#houkoku #contents .osirase section {
    border: 5px solid #AEBBD0;
    padding: 3%;
}

#houkoku #contents .osirase section .doui {
    padding: 0.5em 1em;
    margin-top: 1em;
    /* font-weight: bold; */
    background: #FFF;
    border: solid 3px #95A6C2;
    border-radius: 10px;
}

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

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

#houkoku h5{
	text-align:center;
	/* padding-left: 1rem; */
	font-size:1.25rem;
	margin-top:3%;
	color:#103675;
	font-weight:bold;
}

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

#houkoku form{
	padding:0 5%;
}

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

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

#houkoku dl .text{
	padding-right:3%;
	padding-left:3%;
	margin-bottom:20px;
	word-break: break-all;
}

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

#houkoku dt {
    margin-bottom: 10px;
}
/* #houkoku dl{
	margin-top:10px;
	margin-bottom:20px;
} */

#houkoku #contents .info dl {
	/* border-top: 1px dashed #734900; */
	/* border-bottom: 1px dashed #734900; */
	/* margin-top: 5%; */
	display: flex;
	flex-wrap: wrap;
}
#houkoku #contents .info dt, #houkoku #contents .info dd {
    /* margin-top: 0.5rem; 
    padding-bottom: 0.5rem; */
    box-sizing: border-box;
    /* border-bottom: 1px dashed #734900; */
}

#houkoku #contents .info dt {
    width: 30%;
    /* padding-left: 1rem; */
    font-weight: bold;
    color: #734900;
    text-align: left;
}
#houkoku #contents .info dd {
    width: 70%;
    padding-left: 2rem;
	margin-bottom: 10px;
    text-align: left;
}
#houkoku #contents .info dt:first-of-type ~ dt, #houkoku #contents .info dd:first-of-type ~ dd {
	margin-top: 0;
}
#houkoku dl .confirm{
	margin-top:20px;
	background:#E8F9FE;
	padding:5%;
	box-shadow:0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

#houkoku dl .confirm dd{
	padding-right:3%;
	padding-left:3%;
	word-break: break-all;
}

/* #houkoku dt{
	margin-bottom:10px;
} */

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

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

#houkoku 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);
}

#houkoku 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);
}

#houkoku 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);
}

#houkoku 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);
}

#houkoku dd > .step_s2 .block5{
	width:25%;
	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);
}

#houkoku dd > .step_s2 .block6{
	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);
}

#houkoku #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);
}

#houkoku #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);
}
#houkoku #contents dd .step_t2 input{
	width:30%;
	padding:1rem;
}
#houkoku #contents dd .step_t2 input[type="text"][disabled]{
	background:#E0E0E0;
}

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

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

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

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

#houkoku dd select{
	width:100%;
	padding:0.5rem;
	appearance:none;
	font-size: 100%;
}

#houkoku dd input{
	width:100%;
	padding:1rem;
	font-size: 100%;
}

#houkoku dd textarea{
	width:100%;
	padding:0.5rem;
	height:30vw;
	display: block;
    box-sizing: border-box;
	font-family: inherit;
	font-size: 100%;
}
@media screen and (min-width:781px){
	/*画面幅が781px以上の時*/
	#houkoku dd textarea{
		height:150px;
	}
}

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

#houkoku form .presetBtn a{
	background:#6BABBE;
}

#houkoku form .presetBtn input{
	background:#6BABBE;
}

#houkoku form .presetBtn.back a{
	background:#888888;
}

#houkoku form .presetBtn.back input{
	background:#888888;
}

#houkoku form .presetBtn.cancel a{
	background:#9e99a1;
}

#houkoku form .presetBtn.cancel input{
	background:#9e99a1;
}

#houkoku form .presetBtn3 a{
	background:#6BABBE;
}

#houkoku form .presetBtn3 input{
	background:#6BABBE;
}

#houkoku form .presetBtn3 li.back a{
	background:#888888;
}

#houkoku form .presetBtn3 li.back input{
	background:#888888;
}

#houkoku form .mt-20{
	margin-top:20px;
}

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

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

#houkoku dd label {
	white-space: nowrap;
}
#houkoku dd label input[type="checkbox"]{
	width:20px;
	height:20px;
}

#houkoku .error {
	margin-top:10px;
	color:#ff0000;
}

#houkoku .basyo{
	margin:2px 10px;
}
#houkoku .basyo2{
	margin-left:10px;
	font-size:0.8em;
}
#houkoku .basyo a,
#houkoku .basyo2 a{
	text-decoration: underline;
	color:#0000FF;
}
#houkoku .title{
	margin:8px 0;
	font-weight:bold;
}

#houkoku .entry dd{
	padding:0 20px;
}
#houkoku .entry dd p{
	margin:8px 0;
}
#houkoku .entry .title,
#houkoku .confirm .title{
	margin:8px 30px 8px 0;
}
#houkoku .entry .hissu{
	font-weight: bold;
	color: #ff0000;
}


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

#fileupload > header h1 img{
	max-width:100% !important;
}

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


#fileupload img{
	max-width:70%;
	margin-left: auto;
	margin-right: auto;
}

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

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

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

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

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

#fileupload form{
	/* padding:0 5%; */
	padding:0 2%;
}

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

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

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

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

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

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

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

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

#fileupload dd .step_s2{
	display:flex;
}

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

#fileupload 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);
}

#fileupload 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);
}

#fileupload 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);
}

#fileupload dd > .step_s2 .block4{
	width:20%;
	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);
}

#fileupload #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);
}

#fileupload #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);
}
#fileupload #contents dd .step_t2 input{
	width:30%;
	padding:1rem;
}

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

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

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

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

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

#fileupload dd textarea{
	width:100%;
	padding:0.5rem;
	height:10vw;
}

#fileupload dd label {
	display: inline-block;
}

#fileupload form .presetBtn a{
	background:#6BABBE;
}

#fileupload form .presetBtn input{
	background:#6BABBE;
}

#fileupload form .presetBtn3 a{
	background:#6BABBE;
}

#fileupload form .presetBtn3 input{
	background:#6BABBE;
}

#fileupload .link{
	text-align: center;
}
#fileupload .link a{
	color: #6BABBE;
	text-decoration: underline;
}

#fileupload .miniTitle{
	text-align:left;
	font-weight:bold;
	color:#333333;
	margin-bottom: 0;
	padding: 0.25rem 0.5rem;
	border-left: 6px solid #6BABBE;
	border-radius: 0;
	background: transparent;
}
#fileupload .presetBtn3 .miniTitle a.none{
	padding: 0;
	text-align: left;
	color:#333333;
	background-color: #FFFFFF;
	text-decoration: underline;
}
#fileupload .presetBtn3 .miniTitle a.none::after{
	display: none;
}

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

#topback{
	width:60px;
	height:60px;
	text-decoration: none;
	box-sizing: border-box;
	background:#6BABBE;
	position: fixed;
	right: 0;  
	bottom: 50px;
	z-index: 99999;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor:pointer;
}
#topback span {
	display:block;
	font-size:1rem;
	color:#FFF;
	margin-top: 18px;
}
#topback span:after{
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 9px 9px 9px;
	border-color: transparent transparent #FFF transparent;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin: 16px auto auto;
	position:absolute;
}


/* ID home-search
---------------------------------------------------------------------*/

#home-search .presetTitle01 span{
    /*min-width:7rem;*/
    min-width:10.5rem;
}
#home-search .presetTitle01.long span{
    min-width:16rem;
}

#home-search dd p, 
#home-search dd div,
#home-search span.priority{
    overflow: hidden;
    position: relative;
}

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

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

#home-search dt {
    margin-bottom: 10px;
}

#home-search dd select {
    width: 100%;
    padding: 0.5rem;
    appearance: none;
}

#home-search dd input, 
#home-search dd textarea, 
#home-search dd select,
#home-search .priority select{
    background: rgba(0,0,0,0);
    border: none;
    font-size:1rem;
}

#home-search dd input {
    padding: 1rem;
}
#home-search dd input[type="checkbox"],
#home-search dd input[type="radio"] {
	width:20px;
	height:20px;
}

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

#home-search 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);
}

#home-search #contents dd .step_t2 > * {
    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);
}

#home-search #contents .list dl dt:nth-child(odd) {
    background: #E8F9FE;
}

#home-search #contents .list dl dt {
    border-top: 1px dashed #734900;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 10px;
    background-color: #FFFFFF;
    height:220px;
    display: flex;
}
#home-search #contents .list.kakunin dl dt {
    height:150px;
}
#home-search #contents .list dl dt a {
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1;
}

#home-search #contents .list dt, #matching_search #contents .list dd {
    margin-top: 1rem;
    box-sizing: border-box;
}

#home-search #contents .list dl dt: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);
}

#home-search #contents .kodawaru {
    margin-bottom: 5px;
}

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

#home-search #contents .list dl dt:last-child {
    border-bottom: 1px dashed #734900;
    /* padding-bottom: 2rem; */
    margin-bottom: 2rem;
}

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

#home-search #contents .pager input{
    background:#6BABBE;
}

#home-search #contents .pager input {
    font-size: 0.9rem;
    padding: 10% 0;
}

#home-search #contents .button_wrap2 {
    color: #fff;
    position: relative;
    line-height: 2.8em;
    width: auto;
    transition: 0.5s;
    margin: 0 auto;
}

#home-search #contents .button_wrap2::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: 75%;
    transform: translateY(-50%) rotate(135deg);
}

#home-search #contents .list .ex {
    margin-top:13px;
    position:absolute;
    margin-left:70px;
    margin-right:100px;
}
#home-search #contents .list .ex span {
    padding: 0.2em 0.6em;
    color: #FFFFFF;
    background: #1c81e6;
    border-radius: 10px;
    font-size:0.8em;
    appearance: textarea;
}

#home-search .priority-top {
    display:block;
    color:#000000;
    margin-left:3%;
    z-index:2;
    width:100%;
    position:absolute;
    bottom:20px;
}

#home-search .priority select {
    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);
}

#home-search .priority select {
    width: 120px;
    padding: 0.5rem;
    appearance: none;
}

#home-search span.priority:after {
    content: "";
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    border-right: 1px solid #6BABBE;
    border-bottom: 1px solid #6BABBE;
    position: absolute;
    top: 50%;
    right: 0.9rem;
    transform: translateY(-60%) rotate(45deg);
}

#home-search #contents .list .no {
    display: inline-block;
    background: #6BABBE;
    text-align: center;
    padding: 4px 10px;
    min-width: 15px;
    border-radius: 50%;
    color: #FFFFFF;
    position:absolute;
    top:8%;
    left:5%;
	font-weight:bold;
}
#home-search #contents .list .kidoku {
    display: inline-block;
    background: #BBBBBB;
    text-align: center;
    padding: 4px 20px;
    border-radius: 20%;
    color: #FFFFFF;
    position:absolute;
    top:8%;
    right:5%;
	font-size:0.8em;
}

#home-search #contents .list .kibo {
    display: inline-block;
    position:absolute;
    top:10px;
    left:10px;
}

#home-search #contents .list .kaiin {
    margin-left:8%;
    margin-top:70px;
}

#home-search #contents .list .kaiin > div {
    display: block;
}

#home-search #contents .list .kaiin .age {
    margin: 8px 0;
}

#home-search .wrapper {
    display:flex;
    height:1.5rem;
}

#home-search .wrapper div {
    border: 1px solid #000000;
    background-color: #FFFFFF;
    border-right: none;
    position:relative;
    width: 22px;
}

#home-search .wrapper div:first-child {
    margin-left:5px;
}

#home-search .wrapper div:last-child {
    border-right: 1px solid;
}

#home-search .wrapper div span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform : translate(-50%,-50%);
    transform : translate(-50%,-50%);
}

#home-search .wrapper img {
    max-width:17px !important;
    width:17px !important;
    height:16px !important;
    display:block !important;
}

#home-search .heart {    
    margin:5px 0;
}

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

#home-search .presetBtn input {
    background-color: #6BABBE;
}

#home-search .back input {
    background-color: #777777;
}

#home-search #contents .list {
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
}
@media screen and (min-width: 781px) {
    #home-search #contents .list {
        margin-left: calc(((480px - 100%) / 2) * -1);
        margin-right: calc(((480px - 100%) / 2) * -1);
    }
}
#home-search #contents .list .kakunin {
	color:#00008b;
}

#home-search .presetBtn a{
	background:#6BABBE;
}

#home-search .presetBtn input{
	background:#6BABBE;
}

#home-search .presetBtn3 a{
	background:#6BABBE;
}

#home-search .presetBtn3 input{
	background:#6BABBE;
}

#home-search .presetBtn.back a{
	background:#777777;
}

#home-search .presetBtn.back input{
	background:#777777;
}

#home-search .presetBtn3 .back input{
	background:#777777;
}

#home-search .presetBtn3 li.back a{
	background:#777777;
}

#home-search .presetBtn3 li.back input{
	background:#777777;
}

/* ID meeting
---------------------------------------------------------------------*/

#meeting .presetTitle01 span{
    /*min-width:7rem;*/
    min-width:10.5rem;
}

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

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

#meeting #contents .list dl.midoku{
	background-color: #b6e7f3;
}

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

#meeting #contents .list dl:last-child{
	border-bottom:1px dashed #734900;
}

#meeting #contents .list dt,
#meeting #contents .list dd{
	/* margin-top:1rem; */
	box-sizing:border-box;
}

#meeting #contents .list dt{
	width:35%;
	/* padding-left:1rem; */
	font-weight:bold;
	color:#734900;
	text-align:left;
	padding-right:1rem;
}

#meeting #contents .list dt:first-of-type ~ dt,
#meeting #contents .list dd:first-of-type ~ dd{
	margin-top:2%;
}

#meeting #contents .list dd{
	width:65%;
	text-align:left;
}

#meeting #contents .list dd.all{
	width:100%;
	text-align:left;
}

#meeting #contents .list dd a{
	color:#0000FF;
	text-decoration:underline;
}

#meeting .presetBtn a{
	background:#6BABBE;
}

#meeting .presetBtn input{
	background:#6BABBE;
}

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

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

/* syoki
---------------------------------------------------------------------*/

#syoki #contents .presetTitle01 span{
	min-width:11.5rem;
}

#syoki dl{
	margin-top:20px;
	margin-bottom:40px;
}

#syoki form{
	padding:0 5%;
}

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

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

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

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

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

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

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

#syoki input[type="radio"] {
	width:20px;
	height:20px;
}

#syoki .presetBtn a,
#syoki .presetBtn input,
#syoki .presetBtn3 a,
#syoki .presetBtn3 input{
	background:#6BABBE;
}

#syoki .presetBtn.back a,
#syoki .presetBtn.back input,
#syoki .presetBtn3 .back a,
#syoki .presetBtn3 .back input{
	background:#777777;
}

#syoki .kome {
	color:#FF0000;
}

#syoki .error{
	color:red;
	margin-top:20px;
	margin-bottom:20px;
}

/* spot-list
---------------------------------------------------------------------*/

#spot-list .presetTitle01 span{
    /*min-width:7rem;*/
    min-width:10.5rem;
}

#spot-list #contents .list a{
	display:block;
	padding:5% 2%;
	position:relative;
}
#spot-list #contents .list a: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:2%;
	transform:translateY(-50%) rotate(-45deg);
}
#spot-list #contents .list a[disabled]{
	pointer-events: none;
	color:#888888;
}
#spot-list #contents .list li{
	border-top: 1px dashed #734900;
}
#spot-list #contents .list li:last-child{
	border-bottom: 1px dashed #734900;
}
#spot-list #contents .list dl {
	display: flex;
	flex-wrap: wrap;
}
#spot-list #contents .list dt,
#spot-list #contents .list dd{
	margin-top:0.5em;
	box-sizing:border-box;
}
#spot-list #contents .list dt{
	width:5rem;
	font-weight:bold;
	color:#734900;
	text-align:left;
	display: flex;
}
#spot-list #contents .list dd{
	width:calc(100% - 5rem);
	text-align:left;
}


#spot-list .presetBtn a{
	background:#6BABBE;
}
#spot-list .presetBtn input{
	background:#6BABBE;
}
#spot-list .presetBtn.back a{
	background:#777777;
}
#spot-list .presetBtn.back input{
	background:#777777;
}
#spot-list .kensu {
	margin-bottom:20px;
	margin-left:10px;
}
#spot-list .midashi {
	margin:20px 0 20px 10px;
	font-weight:bold;
}

/* meeting-area
---------------------------------------------------------------------*/
#meeting-area .raisyo header{
	padding:5% 5% 0;
	margin:0;
}

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

#meeting-area #contents .presetTitle01 span{
	min-width:9rem;
}
#meeting-area #contents .presetTitle01.long span{
	min-width:14rem;
}

#meeting-area div.w_msg {
    margin: 1.5em auto 0;
    padding: 1em;
	width: 90%;
    color: #FF0000;
    background-color: #ECE8E1;
    border: 2px solid #FF0000;
    border-radius: 8px;
    font-weight: bold;
}

#meeting-area div.reasonnaiyo{
	padding: 5px 5px 5px 20px;
	font-size: 14px;
	word-break: break-all;
	word-wrap: break-word;
}

#meeting-area .txtC {
	padding:0.5rem;
}

#meeting-area .txtC p{
	text-align:left;
	padding-left:0.5rem;
	padding-right:0.5rem;
}

#meeting-area .txtC p.naiyo{
	padding-left: 0;
	border: 1px solid #999999;
	border-radius: 5px;
	background-clip: border-box;
    word-break: break-all;
    word-wrap: break-word;
	/* background-color: #ebebe4; */
}
#meeting-area .txtC p.naiyo:focus{
	outline: 0;
	border-color: #FFFFFF;
}

#meeting-area .txtC p.error{
	color: #FF0000;
}

#meeting-area .txtC .miniTitle{
	margin-top:1rem;
	margin-bottom:0.5rem;
}

#meeting-area .txtC .memo{
	font-size:14px;
}

#meeting-area .txtR p{
	text-align:right;
	padding:0 0.5rem 0.5rem 0;
	color:#734900;
}

#meeting-area .example {
	text-align:left;
	display: flex;
	justify-content: space-between;
	color:#734900;
}
#meeting-area .example p{
	padding: 0;
}
#meeting-area .example .box1 {
	margin: 4px;
	padding: 4px;
	text-align:left;
}
#meeting-area .example .box2 {
	margin: 4px;
	padding: 4px;
	text-align:left;
}

#meeting-area .txtL p{
	text-align:left;
	margin: 15px 10px 0 10px;
}

#meeting-area .txtL p a{
	color:#0000FF;
	text-decoration:underline;
}

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

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

#meeting-area #contents .date.none_border dl{
	border-top:none;
}

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

#meeting-area #contents .date.none_border dt,
#meeting-area #contents .date.none_border dd{
	border-top:none;
	border-bottom:none;
}

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

#meeting-area #contents .date dt{
	width:30%;
	padding-left:1rem;
	font-weight:bold;
	color:#734900;
	font-size:0.9rem;
	text-align:left;
}

#meeting-area #contents .date.none_border dt.reserve-dayweek {
	margin-top: 0.5rem;
	width:30%;
	padding-bottom: 0;
}

#meeting-area #contents .date.none_border dd.reserve-detail {
	width: 70%;
	margin: 0;
	padding: 0;
}

#meeting-area #contents .date.none_border dd.reserve-detail .reserve-detail-top dt,
#meeting-area #contents .date.none_border dd.reserve-detail .reserve-detail-top dd {
	margin: 0;
	padding: 0;
	line-height: 3rem;
}

#meeting-area #contents .date a{
	color:#6BABBE;
	text-decoration:underline;
}

#meeting-area #contents .date dd{
	/* width:30%; */
	/* font-size:1.5rem; */
	font-size:0.9rem;
	color:#734900;
	text-align:left;
}
#meeting-area #contents .date dd:nth-of-type(3n - 2),
#meeting-area #contents .date dd:nth-of-type(3n - 1){
	width:20%;
}
#meeting-area #contents .date dd:nth-of-type(3n){
	width:30%;
}

#meeting-area #contents section input[type=radio],
#meeting-area #contents section input[type=checkbox] {
    width: 20px;
    height: 20px;
	margin-right:2px;
	vertical-align:middle;
}

#meeting-area #contents section
select[readonly],
input[type="radio"][readonly],
input[type="checkbox"][readonly]{
	pointer-events:none;
}

#meeting-area table {
	background:#FCEDF0;
}

#meeting-area table a{
	text-decoration:underline;
	color:#6BABBE;
}

#meeting-area 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);
}

#meeting-area dd p,
#meeting-area dd div{
	overflow:hidden;
	position:relative;
}

#meeting-area dd div.step_t1{
	margin: 5px 5px 5px 25px;
}

#meeting-area .presetBtn a{
	background: #6BABBE;
}

#meeting-area .presetBtn3 .back a{
	background: #777777;
}

#meeting-area .presetBtn3 a{
	background: #6BABBE;
}

#meeting-area #contents dd .step_t1 .textarea{
	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);
}

#meeting-area dd textarea{
	width:98%;
	padding:0.5rem;
	height:15vw;
	font-family: inherit;
	font-size:100%;
	background:rgba(0,0,0,0);
	border:none;
}

#meeting-area dd textarea:focus{
	outline:0;
}

#meeting-area .caution{
	margin:10px 0;
	border:1px solid #333;
	background-color:#FFFACD;
}
#meeting-area .caution .midashi{
	margin:20px 10px 10px;
	font-size:1.2em;
	text-align:center;
}
#meeting-area .caution .midashi span{
	font-weight:bold;
	text-decoration:underline;
}
#meeting-area .caution .midashi ~ p{
	margin:10px;
}
#meeting-area .caution .midashi ~ p span{
	font-weight:bold;
}
#meeting-area .caution2{
	color:#FF0000;
}