/* 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;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
@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:#F06060;
	line-height:1.75rem;
}

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

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

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

#contents .presetTitle01{
	padding:0;
}

/*- 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:#fff9fa;
	width:50%;
}

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

#menu a:after{
	content:"";
	display:block;
	width:0;
	height:0;
	/* border:0.5rem solid #817165; */
	border:0.5rem solid #F06060;
	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:#ffdfe4;
}

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

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

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

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

/*- Class miniTitle -*/
.miniTitle{
	background:#F06060;
	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:#F06060;
	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 #F06060;
	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:80%;
	max-width:336px;
	margin:5% auto 0;
}

.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);
}	

.presetBtn .button_wrap{
    color: #fff;
    position: relative;
    line-height: 2.8em;
    width: auto;
    transition: 0.5s;
    margin:0 auto;
}

.presetBtn .button_wrap::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-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-weight:bold;
	color:#FFFFFF;
	border-radius:50px;
	position:relative;
}

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

/*- Class presetBtn4 -*/

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

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

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

.presetBtn4 a{
	display:block;
	width:100%;
	padding:5% 0;
	text-align:center;
	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-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:#F06060;
}

.presetBtn4 input{
	background:#F06060;
}

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

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


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

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

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

/* 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.7);
	}
}
header h1 div {
	height:50px;
}

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 #F06060;
	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;
	color:#FFFFFF;
}

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

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

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

/*- ボタン用スタイル -*/
.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:#FFFFFF;
  	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:#F06060;
	color:#FFFFFF;
	margin-top:auto;
	/* padding:5% 5% 15%; */
	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:#F06060;
	margin-top:5%;
	padding:10px 0;
	text-align:center;
	color:#FFFFFF;
	font-size:1.4rem;
	border-radius:50px;
}

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

#login h3{
	font-weight:bold;
	font-size:1.5rem;
	/* color:#817165; */
	color:#F06060;
}

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

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

#login form div p:nth-of-type(1){
	font-weight:bold;
	text-align:left;
	margin-left:0.5rem;
	color:#FFFFFF;
}

#login form div p:nth-of-type(2){
	overflow:hidden;
	border-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;
	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 #F06060;
	border-bottom:1px solid #F06060;
	transform:rotate(-45deg);
}

#login form .presetBtn a{
	background:#F06060;
	border-bottom: 3px solid #FF5F7B;
}

/* ouboform
---------------------------------------------------------------------*/

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

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

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

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

#ouboform #contents .presetTitle01 span{
	min-width:13rem;
}

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

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

#ouboform form div span{
	flex:1;
}

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

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

#ouboform form{
	padding:0 5%;
}

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

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

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

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

#ouboform dd .step4{
	display:flex;
	justify-content:flex-start;
	align-items: center;
}

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

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

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

#ouboform dd .step4 > input{
	width:50%;
	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);
}

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

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

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

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

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

#ouboform dl .confirm .address{
	/* margin-top:30px; */
}

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

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

#ouboform dl .confirm .text{
	padding-right:3%;
	padding-left:3%;
	word-break: break-word
}

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

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

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

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

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

#ouboform dd .step_s2{
	display:flex;
}

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

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

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

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

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

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

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

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

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

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

#ouboform dd textarea {
	height:6rem;
	width:100%;
	padding:1rem;
	resize:none;
}

#ouboform dd select{
	width:100%;
	padding:1rem;
	appearance:none;
}

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

#ouboform dd input[type="checkbox"] {
	width:20px;
	height:20px;
	vertical-align:middle;
	padding:0;
}

#ouboform .presetBtn a{
	background:#F06060;
	border-bottom: 3px solid #FF5F7B;
}

#ouboform .presetBtn input{
	background:#F06060;
}

#ouboform .presetBtn2-1 a,
#ouboform .presetBtn2-2 a{
	background:#F06060;
}

#ouboform .presetBtn3 a{
	background:#F06060;
	border-bottom: 3px solid #FF5F7B;
}

#ouboform .presetBtn3 input{
	background:#F06060;
}

#ouboform .miniTitle span {
	font-size:0.9em;
	margin-left:1em;
}

#ouboform .txtC p {
	color:#F00;
	font-weight:bold;
	/* font-size:0.8em; */
	margin-bottom:1em;
}

#ouboform .kgazo [id^="imgreal"] {
	width:70%;
	max-width:250px;
	margin:20px auto;
}
#ouboform .kgazo [id^="imgdel"] {
	text-align:right;
}
#ouboform .kgazo input[type="file"] {
	padding:0.5rem 0;
}
#ouboform .kgazo [id^="imgdel"] input {
	width:20px;
	height:20px;
}
#ouboform .error_text{
	color: #FF0000;
}

#ouboform .presetBtnPost{
	margin-left:5px;
}
#ouboform .presetBtnPost a{
	display:block;
	width:110px;
	padding:5% 0;
	text-align:center;
	font-size:0.9rem;
	color:#555555;
	border-radius:10px;
	position:relative;
	background:#ccc;
	border-bottom: 3px solid #999;
}
#ouboform .teikyubi label {
	display:inline-block;
	margin-right: 0.5em;
}

#ouboform .kakunin label > p {
	margin-left:27px;
	text-indent:-27px;
	overflow: initial;
}
#ouboform .kakunin label > p > img {
	width:20px;
	height:20px;
	display:inline;
	margin-left:6px;
}

#ouboform .fin {
	margin:20% 0;
}

/* editform
---------------------------------------------------------------------*/

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

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

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

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

#editform #contents .presetTitle01 span{
	min-width:16rem;
}

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

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

#editform form div span{
	flex:1;
}

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

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

#editform form{
	padding:0 5%;
}

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

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

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

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

#editform dd .step4{
	display:flex;
	justify-content:flex-start;
	align-items: center;
}

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

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

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

#editform dd .step4 > input{
	width:50%;
	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);
}

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

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

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

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

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

#editform dl .confirm .address{
	/* margin-top:30px; */
}

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

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

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

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

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

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

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

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

#editform dd .step_s2{
	display:flex;
}

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

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

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

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

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

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

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

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

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

#editform dd textarea {
	height:6rem;
	width:100%;
	padding:1rem;
	resize:none;
}

#editform dd select{
	width:100%;
	padding:1rem;
	appearance:none;
}

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

#editform dd input[type="checkbox"] {
	width:20px;
	height:20px;
	vertical-align:middle;
	padding:0;
}

#editform .presetBtn a{
	background:#F06060;
	border-bottom: 3px solid #FF5F7B;
}

#editform .presetBtn input{
	background:#F06060;
}

#editform .presetBtn2-1 a,
#editform .presetBtn2-2 a{
	background:#F06060;
}

#editform .presetBtn3 a{
	background:#F06060;
	border-bottom: 3px solid #FF5F7B;
}

#editform .presetBtn3 input{
	background:#F06060;
}

#editform .miniTitle span {
	font-size:0.9em;
	margin-left:1em;
}

#editform .txtC p {
	color:#F00;
	font-weight:bold;
	font-size:0.8em;
	margin-bottom:1em;
}

#editform .kgazo [id^="imgreal"] {
	width:70%;
	max-width:250px;
	margin:20px auto;
}
#editform .kgazo [id^="imgdel"] {
	text-align:right;
}
#editform .kgazo input[type="file"] {
	padding:0.5rem 0;
}
#editform .kgazo [id^="imgdel"] input {
	width:20px;
	height:20px;
}
#editform .error_text{
	color: #FF0000;
}

#editform .presetBtnPost{
	margin-left:5px;
}
#editform .presetBtnPost a{
	display:block;
	width:110px;
	padding:5% 0;
	text-align:center;
	font-size:0.9rem;
	color:#FFFFFF;
	border-radius:10px;
	position:relative;
	background:#ccc;
	border-bottom: 3px solid #999;
}
#editform .teikyubi label {
	display:inline-block;
	margin-right: 0.5em;
}

#editform .kakunin label > p {
	margin-left:27px;
	text-indent:-27px;
	overflow: initial;
}
#editform .kakunin label > p > img {
	width:20px;
	height:20px;
	display:inline;
	margin-left:6px;
}

#editform .fin {
	margin:20% 0;
}

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

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

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

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

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

#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 .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 .step1 input{
	width:100%;
	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:#F06060;
	border-bottom: 3px solid #FF5F7B;
}

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

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

#forget .presetBtn3 a{
	background:#F06060;
	border-bottom: 3px solid #FF5F7B;
}

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

#forget .miniTitle span {
	font-size:0.9em;
	margin-left:1em;
}

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

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

#forget .txtC p {
	color:#F00;
	font-weight:bold;
	font-size:0.8em;
	margin-bottom:1em;
}

#forget .fin {
	margin:20% 0;
}

/*- ID company -*/
#company .presetBtn a{
	background:#F06060;
	border-bottom: 3px solid #FF5F7B;
}

#company .presetBtn{
	margin-top:5rem;
}
