/* CSS Document */

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


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

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

ol, ul{
    list-style:none;
}

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

caption, th{
    text-align:left;
}

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

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

a:focus {
	outline:none;
}

html{
	overflow-y:scroll;
}


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



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

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

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

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

#contents .presetTitle01{
	padding:0;
}

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

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

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

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

#news dt{
	width:15%;
}

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

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

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

#news .party{
	background:#F05E4D;
}

#news .course{
	background:#F065A8;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*- Class miniTitle -*/
.miniTitle{
	background:#E64966;
	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:calc(480px * 0.4);
	}
}

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

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

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

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

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

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

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

.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:calc(480px * 0.3);
	}
}

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

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

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

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


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

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

.centerInfo section p a{
	color:#E64966;
	text-decoration:underline;
}

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

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

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

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

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

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

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

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

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

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

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



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

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

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

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

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

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

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

#login form div span{
	flex:1;
}

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

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

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

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

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

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

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

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



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

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

#matching .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 a{
	color:#734900;
}

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

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

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

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

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

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

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



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



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

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



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

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

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

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

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

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

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

#supporter #list dl:after{
	content:"";
	display:block;
	width:0.7rem;
	height:0.7rem;
	border-bottom:2px solid #E64966;
	border-right:2px solid #E64966;
	position:absolute;
	top:50%;
	right:0;
	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:8rem;
	/* width:4rem; */
}

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

#supporter #list input {
    background: #E64966;
}

#supporter #list .back input {
    background: #777777;
}

#supporter #list .mstatus{
    padding:0 5%;
    margin-bottom:20px;
}

#supporter #list .mstatus > div{
    overflow:hidden;
    position:relative;
    width:100%;
    border:none;
    border-radius:5px;
    box-sizing:border-box;
    box-shadow:0px 0px 5px 0px #BBBBBB inset;
}

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

#supporter #list .mstatus select {
    background:rgba(0,0,0,0);
    border:none;
    width:100%;
    padding:0.5rem;
    appearance:none;
    font-size:1rem;
}

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

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

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

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

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

#nini form{
	padding:0 5%;
}

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

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

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

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

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

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

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

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

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

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

#nini dd > .step_s1 .block{
	width:100%;
	border:none;
	border-radius:5px;
	box-sizing:border-box;
	box-shadow:0px 0px 5px 0px #BBBBBB inset;
}

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

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

#nini #contents dd .step_t1 > *{
	width:100%;
	border:none;
	border-radius:5px;
	box-sizing:border-box;
	box-shadow:0px 0px 5px 0px #BBBBBB inset;
}

#nini #contents dd .step_t2 > *{
	width:25%;
	border:none;
	border-radius:5px;
	box-sizing:border-box;
	box-shadow:0px 0px 5px 0px #BBBBBB inset;
}
#nini #contents dd .step_t2 input{
	width:30%;
	padding:1rem;
}

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

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

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

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

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

#nini dd textarea{
	width:100%;
	padding:0.5rem;
	/* height:10vw; */
	height:20vw;
	font-size:100%;
	resize: none;
}

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

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

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

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

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

#nini #contents .torokumada{
	margin: 1em auto;  
	padding: 1em;
	width: 90%; /*幅の調節*/
	color: #E64966; /*文字色*/
	background-color: #ffeef6; /*背景色*/
	border: 2px solid #E64966; /*線の太さ・色*/
	border-radius: 8px; /*角の丸み*/ 
	font-weight:bold;
}


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

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

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

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

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

#uinfo #contents dt,
#uinfo #contents dd{
	margin-top:0.5rem;
	padding-bottom:0.5rem;
	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:25%;
	/* width:20%; */
	padding-left:1rem;
	font-weight:bold;
	color:#734900;
	text-align:left;
}

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

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

#uinfo #contents dd a{
	color:#E64966;
	text-decoration:underline;
}
	
#uinfo #contents .btnCircle{
	margin-top:8%;
}

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

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

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

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

#uinfo .omiailist {
	background-color:#FCEDF0;
}
#uinfo .omiailist dt {
	font-size:80%;
}


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

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

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

#follow #contents .msg{
	text-align:center;
	margin-bottom:20px;
}

#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%;
	/* width:25%; */
	padding-left:1rem;
	font-weight:bold;
	color:#734900;
	text-align:left;
}

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

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

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

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

/*
#follow #contents .view dd:first-of-type ~ dt{
	margin-top:1rem;
}
*/

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


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

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

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

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

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

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

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

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

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

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

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


/*▼吹き出し用*/
#follow #contents .rireki #a-box1{
	padding:120px 0 50px 0;
}
/*
#follow #contents .rireki #a-box2{
	padding:140px 0 50px 0;
}

#follow #contents .rireki #msgall{
	width:50px;
	height:40px;
	background:#ffffff;
}*/

#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;
	width:100%;
	padding:30px 0;
	border-radius:20px;
}
/*
#follow #contents .rireki table#bbs2{
	width:100%;
	height:50px;
	background-color:#96D0B3;
	border:none;
	border-radius:10px;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	padding-bottom:20px;
}*/

#follow #contents .rireki .arrow_box_right_b {

	position: relative;
	z-index: 1;

	background: #FFFFFF;
	border: 2px solid #FFFFFF;
/*	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: #FFFFFF;
	border-width: 10px;
	margin-top: -10px;
}

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

#follow #contents .rireki .arrow_box_right_b.blue {
	background: #def;
	border: 2px solid #def;
}
#follow #contents .rireki .arrow_box_right_b.blue:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #def;
}
#follow #contents .rireki .arrow_box_right_b.blue:before {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #def;
}
#follow #contents .rireki .arrow_box_right_b.pink {
	background: #ffdfff;
	border: 2px solid #ffdfff;
}
#follow #contents .rireki .arrow_box_right_b.pink:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #ffdfff;
}
#follow #contents .rireki .arrow_box_right_b.pink:before {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #ffdfff;
}

#follow #contents .rireki .arrow_box_left_pm {

	position: relative;

	background: #def;
	border: 2px solid #def;
/*	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:55%;
}

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

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

#follow #contents .rireki .arrow_box_left_pw {

	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:55%;
}

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

#follow #contents .rireki .arrow_box_left_pw:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #ffdfff;
	border-width: 10px;
	margin-top: -10px;
}
#follow #contents .rireki .arrow_box_left_pw: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;
	word-break: break-all;
}

#follow #contents .rireki table#bbs span{
	text-align:left;
	font-size:12px;
}
/*▲吹き出し用*/

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

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

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

#follow #contents .entry dd > :not(input[type="radio"]){
	width:100%;
	border:none;
	border-radius:5px;
	box-sizing:border-box;
	box-shadow:0px 0px 5px 0px #BBBBBB inset;
}

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

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

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

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

#follow dd textarea{
	width:100%;
	padding:0.5rem;
	height:30vw;
	font-size:100%;
	resize:none;
}
@media screen and (min-width:781px){
	/*画面幅が781px以上の時*/
	#follow dd textarea{
		height:calc(480px * 0.3);
	}
}

#follow #contents .syoken dd{
	text-align:left;
}

#follow dd input,
#follow dd textarea,
#follow dd select{
	background:rgba(0,0,0,0);
	border:none;
	font-size:100%;
}

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

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

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

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

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

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


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

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

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

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

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

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

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

#forget form div span{
	flex:1;
}

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

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

#forget form{
	padding:0 5%;
}

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

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

#forget dd .step > *{
	width:100%;
	border:none;
	border-radius:5px;
	box-sizing:border-box;
	box-shadow:0px 0px 5px 0px #BBBBBB inset;
}

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

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

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

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

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

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

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

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

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

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

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

#search dd select{
	width:130vw;
	padding:8px;
	appearance:none;
}
@media screen and (min-width:781px){
	/*画面幅が781px以上の時*/
	#search dd select{
		width:calc(480px * 1.3);
	}
}

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

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



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

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

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

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

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

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

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

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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

#reserve dd > .area{
	width:100%;
	border:none;
	border-radius:5px;
	box-sizing:border-box;
	box-shadow:0px 0px 5px 0px #BBBBBB inset;
}

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

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

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

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

#reserve dd select{
	width:100%;
	padding:8px;
	appearance:none;
	font-size:100%;
}

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ▼2025/10/15 morishita */
/* mailauth
---------------------------------------------------------------------*/

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

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

#mailauth header p{
	/* background:#9933FF; */
	background:#F06060;
	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:11rem;
}

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

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

#mailauth form div span{
	flex:1;
}

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

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

#mailauth form{
	padding:0 5%;
}

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

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

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

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

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

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

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

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

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

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

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

#mailauth dd p,
#mailauth dd div{
	overflow:hidden;
	position:relative;
	word-break: break-all;
}

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

#mailauth .presetBtn a{
	/* background:#9933FF; */
	background:#F06060;
}

#mailauth .presetBtn input{
	/* background:#9933FF; */
	background:#F06060;
}

#mailauth .presetBtn2-1 a,
#mailauth .presetBtn2-2 a{
	/* background:#9933FF; */
	background:#F06060;
}

#mailauth .presetBtn3 a{
	/* background:#9933FF; */
	background:#F06060;
}

#mailauth .presetBtn3 input{
	/* background:#9933FF; */
	background:#F06060;
}

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

/*- Class presetTitle01 -*/
#mailauth .presetTitle01 span{
	/* color:#9933FF; */
	color:#F06060;
}

#mailauth .presetTitle01:after,
#mailauth .presetTitle01:before{
	/* background:#9933FF; */
	background:#F06060;
}

#mailauth footer{
	/* background:#9933FF; */
	background:#F06060;
}
/* ▲2025/10/15 morishita */