*{
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-weight: normal;
	box-sizing: border-box;
//	transition: all 0.5s ease;
}
html{
	width: 100%;
	overflow-x: hidden;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
html,
body{
	position: relative;
	font-size: clamp(11px, 3.1vw, 15px);
	margin: 0 auto;
	line-height: 1em;
	height: 100%;
}
@media screen and (min-width:768px) {
	html,
	body,
	#header_menu,
	div#link_contact,
	#menu,
	#total_contact{
		position: relative;
		display: block;
		max-width: 480px;
		margin: auto;
	}
	#menu.true{
		right: 50%;
		margin-right: -240px;
	}
}
@media screen and (max-width:767px) {
	#menu.true{
		right: 0;
	}
}
.index_header_triple{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	padding: 0.25em;
}
.index_header_triple p{
	margin: 0.25em;
	padding: 0.25em 0.25em 0 0.25em;
	background: linear-gradient(rgba(255,255,255,1),rgba(240,240,240,1));
	font-size: 0.9em;
	width: 33.33333%;
	border-radius: 0.5em;
	box-shadow: 0 0.25em 0.5em rgba(0,0,0,0.1);
}
.index_header_triple span{
	display: block;
	font-size: 1.6em;
	line-height: 1.25em;
}
.index_header_triple img{
	display: block;
	width: auto;
	height: 3em;
	margin: auto;
	opacity: 0.2;
}

			div.slideshow{
				position: relative;
			}
			div.slideshow img{
				top: 0;
				opacity: 0;
				position: absolute;
				z-index: 0;
			}
			div.slideshow img.active{
				position: relative;
				opacity: 1;
				z-index: 1;
				transition: all 0.5s ease;
			}
			
header ul{
	margin-top: 0.5em;
}
header li{
	position: raltive;
	text-align: left;
	padding: 0.5rem 1rem 0.5rem 2.5rem;
	font-size: 1.3em;
	line-height: 1.5em;
}
header hr{
	height: 0;
	margin: 0;
	background: none;
	border: none;
	border-top: 2px solid rgba(40,180,171,1);
}
	#total_contact{
		position: fixed;
		justify-content: center;
		align-items: center;
		display: flex;
		width: 100%;
		height: 100%;
		background: rgba(255,255,255,0.9);
		z-index: 12;
		opacity: 0;
		top: 100vh;
		padding: 1em;
	}
	#total_contact.true{
		top: -7.5vh;
		opacity: 1;
	}
#total_contact_inner{
	width: 100%;
	background: rgba(255,255,255,1);
	border: 5px solid rgba(178,40,79,1);
	border-radius: 1em;
	overflow: hidden;
	text-align: center;
}
#total_contact_inner p:first-of-type{
	background: rgba(178,40,79,1);
	color: rgba(255,255,255,1);
	line-height: 2em;
	padding: 0;
	margin-bottom: 1em;
	font-size: 1.5em;
}
#total_contact_inner p{
	padding: 0 0.5em 0.5em 0.5em;
}
#total_contact_inner img{
	border-radius: 0.5em;
}


.contact_table{
	background: rgba(255,255,255,1);
	border: 5px solid rgba(178,40,79,1);
	border-radius: 1em;
	overflow: hidden;
	text-align: center;
}
.contact_table p:first-of-type{
	background: rgba(178,40,79,1);
	color: rgba(255,255,255,1);
	line-height: 2em;
	padding: 0;
	margin-bottom: 1em;
}
.contact_table p{
	padding: 0 0.5em 0.5em 0.5em;
}

#menu,
#total_contact{
	transition: all 0.5s ease;
}
span.heart{
	position: absolute;
	display: inline-block;
	content: '';
	width: 2em;
	height: 2em;
	background: rgba(255,255,255,1);
	transform: rotate(-45deg);
	top: 0.75em;
	left: 0.5em;
}
span.heart:before{
	position: absolute;
	display: block;
	content: '';
	width: 2em;
	height: 2em;
	top: -1em;
	right: 0;
	border-radius: 50%;
	background: rgba(255,255,255,1);
}
span.heart:after{
	position: absolute;
	display: block;
	content: '';
	width: 2em;
	height: 2em;
	top: 0;
	right: -1em;
	border-radius: 50%;
	background: rgba(255,255,255,1);
}
h1.nomal{
	font-size: 1.75em;
	line-height: 1.25em;
	font-weight: 100;
}
h1.nomal span{
	font-size: 0.5em;
	line-height: 1em;
	display: block;
	margin-bottom: 1em;
}
@font-face{
	font-family: "ARBONNIE";
	src: url("./ARBONNIE.ttf") format("truetype");
}
.bonnie{
	font-family: "ARBONNIE";
}
div.header_logo{
	font-size: 2em;
	color: rgba(255,69,144,1);
	filter: drop-shadow(0 0 0.1em rgba(255,255,255,1));
}
div.header_logo div{
	line-height: 2em;
}
div.header_logo .bonnie{
	font-size: 4em;
	margin: 0 0.1em 0 0;
}
div.header_logo div.heart{
	position: relative;
	display: inline-block;
	width: 3em;
	height: 3em;
}
div.header_logo span.small{
	position: absolute;
	display: block;
	line-height: 1.1em;
	font-size: 0.75em;
	z-index: 1;
	width: 100%;
	top: 0.75em;
	text-align: center;
	margin-left: -0.1em;
	color: rgba(255,255,255,1);
}
div.header_logo span.heart{
	position: absolute;
	display: inline-block;
	content: '';
	width: 2em;
	height: 2em;
	background: rgba(255,69,144,1);
	transform: rotate(-45deg);
	top: 0.75em;
	left: 0.5em;
}
div.header_logo span.heart:before{
	position: absolute;
	display: block;
	content: '';
	width: 2em;
	height: 2em;
	top: -1em;
	right: 0;
	border-radius: 50%;
	background: rgba(255,69,144,1);
}
div.header_logo span.heart:after{
	position: absolute;
	display: block;
	content: '';
	width: 2em;
	height: 2em;
	top: 0;
	right: -1em;
	border-radius: 50%;
	background: rgba(255,69,144,1);
}
#index_header_background{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 20em;
}

div.header_logo_small{
	font-size: 1.05em;
	padding: 0.5em 0 0.5em 0;
	background: rgba(40,180,171,1);
}
div.header_logo_small a{
	color: rgba(255,255,255,1);
	text-decoration: none;
	font-weight: 100;
}
div.header_logo_small .bonnie{
	font-size: 4em;
	margin: 0 0.1em 0 0.2em;
}
div.header_logo_small div{
	position: relative;
	display: inline-block;
	width: 3em;
	height: 3em;
}
div.header_logo_small span.small{
	position: absolute;
	display: block;
	line-height: 1.1em;
	font-size: 0.75em;
	color: rgba(0,0,0,1);
	z-index: 1;
	width: 100%;
	top: 0.75em;
	text-align: center;
	margin-left: -0.1em;
	color: rgba(71,205,198,1);
}
rt{
	margin-left: -0.25em;
	letter-spacing: -1.88em;
}

.sawarabi{
	font-family: "Sawarabi Mincho";
}
div, p, h1, h2, h3, h4, h5, h6{ display:block; }
h1,h2,h3,h4{ clear:both; }
img{
	display: block;
}
.FloatEnd{
	clear: both;
	display: block;
	height: 1px;
}
a,a:visited{
	color: #412B0F;
	font-weight :bold;
}
a img{
	border: none;
}
hr{
	margin: 5px 0;
	background: none;
	border: none;
	border-top: 1px solid rgba(0,0,0,0.05);
	border-bottom: 1px solid rgba(255,255,255,0.5);
}


header{
	position: relative;
	font-size: 10px;
	text-align: center;
}
footer{
	width: 100%;
	font-size: 0.75em;
	line-height: 1.2em;
	text-align:center;
	padding: 1em;
}
footer a{
	text-decoration: none;
	font-weight: 100;
}

.container{
	position: relative;
	padding: 10px;
}
h1{
	width: 100%;
	text-align: center;
	padding: 5px 0;
	line-height: 1em;
	font-weight: bold;
}
h1 span{
	display: none;
}
h3{
	position: relative;
	font-size: 1em;
	line-height: 20px;
	font-weight: bold;
	margin: 0 0 10px 0;
	text-align: center;
}
.container p{
	position: relative;
	line-height: 1.5em;
	margin: 0 0 1em 0;
}
.container p:last-of-type{
	margin-bottom: 0;
}
p.lady{
	position: relative;
	margin: 0 0 5px 0;
	padding: 0 0 0 70px;
}
p.lady span{
	position: absolute;
	left: 0;
	text-align: center;
	width: 65px;
	font-size: 11px;
	line-height: 16px;
}
p.cn{
	padding: 0 0 0 1em;
}
p.cn:before{
	position: absolute;
	content: "※";
	left: 0;
}
.answer{
	position: relative;
	padding: 10px 10px 10px 26px;
	border-bottom: 1px dashed rgba(0,0,0,0.05);
	font-weight: bold;
}
.answer:before{
	position: absolute;
	content: "A";
	top: 50%;
	text-align: center;
	left: 0;
	width: 24px;
	height: 24px;
	line-height: 24px;
	margin-top: -12px;
}


#menu{
	position: fixed;
	display: block;
	width: 100%;
	height: 100vh;
	top: 0;
	right: 100%;
	padding: 0 10px;
	z-index: 12;
	padding-bottom: 68px;
	overflow: auto;
}
#body.false{
	overflow: hidden;
}
.list{
	position: relative;
	border: 1px solid rgba(0,0,0,0.1);
	margin: 0 0 5px 0;
}
.list a{
	display: block;
	padding: 5px;
	line-height: 30px;
	text-decoration: none;
}
.list a span{
	font-weight: bold;
}
.list.red{
	border: none;
	border: 1px solid #E4007F;
}
.list.red a{
	color: #E4007F;
}
.list a:after{
	position: absolute;
	content: "▲";
	font-size: 12px;
	top: 50%;
	right: 5px;
	margin-top: -14px;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

b,
strong{
	font-weight: bold;
}

p.link{
	border: 1px solid rgba(0,0,0,0.25);
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}
p.link a{
	display: block;
	width: 100%;
	text-decoration: none;
	text-align: center;
	font-size: 15px;
	line-height: 48px;
}
#receipt_on{
	text-align: center;
	font-size: 15px;
	line-height: 48px;
	font-weight: bold;
}

.entry{
	border: 1px solid rgba(0,0,0,0.1);
	padding: 5px;
	margin: 0 0 10px 0;
}
.entry_list{
	position: relative;
	margin: 0 0 10px 0;
	padding: 10px;
}
.entry_list h2 a{
	text-decoration: none;
}
#pn li{
	width: 50%;
}
#pn li:first-child{
	float: left;
	padding: 0 2.5px 0 0;
}
#pn li:last-child{
	float: right;
	padding: 0 0 0 2.5px;
}
#pn li a{
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	padding: 5px;
	height: 46px;
	overflow: hidden;
	background: linear-gradient(rgba(255,255,255,1), rgba(246,246,246,1));
	background: -moz-linear-gradient(rgba(255,255,255,1), rgba(246,246,246,1));
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)), to(rgba(246,246,246,1)));
	broder-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-top: 1px solid rgba(0,0,0,0.05);
	border-right: 1px solid rgba(0,0,0,0.1);
	border-bottom: 2px solid rgba(0,0,0,0.15);
	border-left: 1px solid rgba(0,0,0,0.1);
	text-shadow: 0 1px 0 rgba(255,255,255,1);
}
#header_menu{
	width: 100%;
	position: absolute;
	display: flex;
	flex-wrap: nowrap;
	padding: 0.2em 0.1em;
	border-bottom: 2px solid rgba(40,180,171,1);
	box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	z-index: 12;
	font-family: "Sawarabi Mincho";
}
#header_menu.true{
	top: 0;
	position: fixed;
}
#header_menu img{
	width: auto;
	height: 5vw;
	max-height: 32px;
	margin: 0 auto;
	padding: 0;
}
#header_menu span{
	display: block;
	padding: 0.5em 0 0 0;
	line-height: 1em;
	font-size: 1.25em;
	color: rgba(80,208,201,1);
}
#header_menu p{
	width: 25%;
	margin: 0;
	padding: 0 2px;
}
#header_menu a{
	position: relative;
	display: block;
	text-align: center;
	text-decoration: none;
	width: 100%;
	padding: 5px;
	border-top: 1px solid rgba(0,0,0,0.05);
	border-right: 1px solid rgba(0,0,0,0.1);
	border-bottom: 2px solid rgba(0,0,0,0.15);
	border-left: 1px solid rgba(0,0,0,0.1);
	text-shadow: 0 1px 0 rgba(255,255,255,1);
}
#header_menu a.point:before{
	position: absolute;
	display: block;
	content: "　";
	top: 5px;
	left: 0;
	width: 100%;
	height: 24px;
	background: url('../img2/icon.png') no-repeat;
}
#header_menu a.point.type1:before{
	background-position: center 0;
}
#header_menu a.point.type2:before{
	background-position: center -192px;
}
#header_menu a.point.type3:before{
	background-position: center -96px;
}
#header_menu a.point.type4:before{
	background-position: center -72px;
}
#header_menu a.point.type5:before{
	background-position: center -168px;
}



#receipt{
	display: none;
	margin: 0 0 10px 0;
}
img{
	width: 100%;
	height: auto;
}
#logo{
	width: 100%;
	border-bottom: 1px solid rgba(0,0,0,0.05);
	margin: 0;
	padding: 5px;
}

.explain{
	border: 1px solid rgba(0,0,0,0.05);
	padding: 5px;
	margin: 0 0 20px 0;
}
.explain p{
	position: relative;
	margin: 0;
	padding: 3px 0 3px 21px;
	border-bottom: 1px dashed rgba(0,0,0,0.1);
}
.explain p:before{
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	margin-top: -9px;
	width: 18px;
	height: 18px;
}
.explain p:after{
	position: absolute;
	content: '';
	top: 50%;
	left: 4px;
	margin-top: -5px;
	width: 8px;
	height: 5px;
	border-left: 2px solid rgba(255,255,255,1);
	border-bottom: 2px solid rgba(255,255,255,1);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	z-index: 1;
}
.explain p:last-child{
	border: none;
}

.question{
	position: relative;
	border-top: 1px solid rgba(71,205,198,1);
	border-bottom: 1px dashed rgba(71,205,198,1);
	background: none;
	padding: 10px 10px 10px 26px;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
}
.question:before{
	position: absolute;
	display: block;
	content: "Q";
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	left: 0;
	top: 50%;
	margin-top: -12px;
}

#menu div{
	padding: 5px;
	margin: 10px 0 0 0;
}
#menu div p:last-child{
	margin: 0;
}
#menu .title1,
#menu .title2{
	margin: -5px -5px 5px -5px;
	padding: 5px 10px;
}
#contact{
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 999;
	text-align: center;
}
#contact div{
	width: 100%;
	max-width: 480px;
	background: rgba(255,255,255,1);
	margin: 0 auto;
	border-top: 0.25em solid rgba(71,205,198,1);
	height: 5em;
	display: flex;
	flex-wrap: nowrap;
	padding: 0.25em;
}
#contact div p:first-of-type{
	width: 100%;
	padding-right: 0.25em;
}
#contact div p:first-of-type span{
	display: block;
	line-height: 4.25rem;
	background: rgba(255,69,144,1);
	color: rgba(255,255,255,1);
	border-radius: 0.5rem;
	font-size: 1.75em;
}
#contact div p:last-of-type{
}
#contact div p:last-of-type span{
	display: block;
	line-height: 1em;
	background: rgba(40,180,171,1);
	border-radius: 0.5em;
	width: 4.25rem;
	height: 4.25rem;
	padding-top: 1em;
	color: rgba(255,255,255,1);
}
#contact a{
	display: block;
	width: 100%;
	text-decoration: none;
}
#contact a img{
	width: auto;
	display: block;
	height: 48px;
	margin: 0 auto;
	padding: 3px;
}
#contact table{
	width: 100%;
	font-size: 12px;
	border-collapse: collapse;
	border: 0;
}
#contact table tr{
	vertical-align: middle;
}
#contact table td{
	padding: 0 2.5px;
}
#contact table tr:first-of-type td:first-of-type{
	font-size: 11px;
}
#contact tr:first-of-type td:last-child{

}
#contact tr:first-of-type td:last-of-type img{

}

.ribbon{
	display: block;
	position: relative;
	height: 45px;
	vertical-align: middle;
	text-align: center;
}
.ribbon:before{
	content: '';
	display: block;
	position: absolute;
	width: 0;
	bottom: 10px;
	left: -5px;
	z-index: 0;
//	border: 10px solid rgba(20,165,154,1);
	border: 10px solid rgba(239,20,69,1);
	border-left-width: 5px;
	border-left-color: transparent;
}
.ribbon:after{
	content: '';
	display: block;
	position: absolute;
	width: 0;
	bottom: 10px;
	right: -5px;
	z-index: 0;
//	border: 10px solid rgba(20,165,154,1);
	border: 10px solid rgba(239,20,69,1);
	border-right-width: 5px;
	border-right-color: transparent;
}
.ribbon .deco{
	position: relative;
	margin: 0;
	padding: 5px 20px;
	line-height: 20px;
	font-size: 13px;
	font-weight: bold;
	z-index: 1;
}
.ribbon .deco:before{
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	border: none;
	border-bottom: solid 5px transparent;
//	border-right: solid 10px rgba(6,133,120,1);
	border-right: solid 10px rgba(209,34,73,1);
}
.ribbon .deco:after{
	position: absolute;
	content: '';
	top: 100%;
	right: 0;
	border: none;
	border-bottom: solid 5px transparent;
//	border-left: solid 10px rgba(6,133,120,1);
	border-left: solid 10px rgba(209,34,73,1);
}


.treatment{
	display: block;
	position: relative;
	height: 5em;
	vertical-align: middle;
	text-align: center;
	margin: 1em 0;
	border-bottom: 1px solid rgba(0,0,0,0.05);
}
.treatment h3{
	text-align: left;
	padding-left: 1em;
}
.treatment span{
	position: absolute;
	left: 1em;
	color: rgba(71,205,198,1);
	top: 2em;
	line-height: 1.25em;
}
.treatment:before{
	content: '';
	display: block;
	position: absolute;
	width: 0;
	top: 0;
	left: 0;
	z-index: 1;
	border: 10px solid transparent;
	border-left-width: 5px;
	border-left-color: rgba(255,255,255,1);
}
.treatment div{
	position: absolute;
	width: 64px;
	height: 64px;
	top: -8px;
	right: 0;
	overflow: hidden;
}
.treatment img{
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	width: 64px;
	margin: 0;
	z-index: 1;
}

.h2{
	position: relative;
	margin: 0;
	padding: 5px 4px;
	line-height: 1em;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.h3{
	position: relative;
	margin: 0;
	padding: 5px 4px;
	line-height: 1em;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	border-left: 10px solid rgba(71,205,198,1);
	overflow-x: hidden;
	margin: 0 0 10px 0;
}
.h3:after{
	position: absolute;
	display: block;
	content: "　";
	width: 100%;
	border-bottom: 1px solid rgba(71,205,198,0.5);
	bottom: 0;
}

#pop{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	padding: 10px;
	z-index: 999;
}
#pop div{
	padding: 10px;
	margin-bottom: 10px;
}
#pop div:first-child{
	border: 3px solid  rgba(71,205,198,1);
}
#pop div p{
	position: relative;
}
#pop table{
	width: 100%;
	margin: 10px 0;
}
#pop table td:first-child{
	padding-right: 2.5px;
}
#pop table td:last-child{
	padding-left: 2.5px;
}
p.link:before{
	position: absolute;
	display: block;
	content: '';
	top: 0em;
	left: -0.5em;
	width: 2em;
	height: 10em;
	background: rgba(247,72,133,1);
	color: rgba(255,255,255,1);
	text-shadow: 1px 0 0 rgba(0,0,0,0.25);
	line-height: 2em;
}
p.link:after{
	position: absolute;
	display: block;
	content: "CLICK";
	font-size: 0.75em;
	transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	top: 1.5em;
	left: -0.25em;
	color: rgba(255,255,255,1);
	line-height: 2em;
}



/*background*/
#wrapper{
	background: url('../image/wrapper_background.png') center top;
}
#menu .title2{
	background: rgba(111,105,107,1);
}
#logo,
#menu .title1,
.ribbon .deco,
.treatment h3,
.treatment div,
.h2,
.explain p:before,
.question:before,
p.lady span{
	background: rgba(71,205,198,1);
}
.ribbon .deco,
.answer:before{
	background: rgba(247,72,133,1);
}
.h3{
	background: none;
}
.explain{
	background: rgba(0,0,0,0.025);
}
#contact a.c_mail{
	background: rgba(254,146,90,1);
	border-bottom: 2px solid rgba(0,0,0,0.15);
	box-shadow: 0 1px 3px rgba(0,0,0,0.25);
}
#contact a.c_tel{
	background: rgba(103,205,229,1);
	border-bottom: 2px solid rgba(0,0,0,0.15);
	box-shadow: 0 1px 3px rgba(0,0,0,0.25);
}
#contact a.c_line{
	background: rgba(50,205,50,1);
	border-bottom: 2px solid rgba(0,0,0,0.15);
	box-shadow: 0 1px 3px rgba(0,0,0,0.25);
}
#pop,
#menu{
	background: rgba(255,255,255,0.9);
}
#pop div,
#menu div{
	background: rgba(255,255,255,1);
}
#header_menu,
#header_menu a,
p.link,
.list{
	background: linear-gradient(rgba(255,255,255,1), rgba(246,246,246,1));
	background: -moz-linear-gradient(rgba(255,255,255,1), rgba(246,246,246,1));
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)), to(rgba(246,246,246,1)));
}





/*color*/
body,
form#simulation label{
	color: rgba(111,105,107,1);
}

.ribbon .deco,
#menu .title1,
#menu .title2,
.h2,
.treatment,
.answer:before,
.entry_list h2 a,
.question:before,
#contact a,
p.lady span{
	color: rgba(255,255,255,1);
}
.h3,
.question{
	color: rgba(71,205,198,1);
}
.ribbon .deco{
//	color: rgba(253,248,156,1);
}
b,
strong,
.answer,
.list.red a:after{
	color: rgba(255,69,144,1);
}
.list a:after{
	color: rgba(0,0,0,0.1);
}
#check_enter img{
	background: rgba(247,72,133,1);
	padding: 5px;
	border-bottom: 2px solid rgba(0,0,0,0.2);
}
#check_exit img{
	background: rgba(0,0,0,0.1);
	padding: 5px;
	border-bottom: 2px solid rgba(0,0,0,0.2);
}




/*border-radius*/
#pop div,
#pop table img,
img.border,
.bbs span,
footer .red p,
footer li ul li p,
footer li ul li span,
p.link,
form#simulation label,
p.yen,
#header_menu a,
#menu div,
#menu p,
#footer_menu p,
#contact a,
.explain p:before,
p.lady span{
	border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-mox-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#menu .title1,
#menu .title2{
	border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
}
.question:before,
.answer:before,
.treatment div{
	border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
#menu p,
#footer_menu p{
	border-bottom: 2px solid rgba(0,0,0,0.2);
}
#menu p.red{
	border-bottom: 2px solid #E4007F;
}
#menu p.twitter,
#footer_menu p.twitter{
	background: rgba(29,161,242,1);
}
#menu p.facebook,
#footer_menu p.facebook{
	background: rgba(66,103,178,1);
}
#menu p.twitter a,
#menu p.facebook a,
#footer_menu p.twitter a,
#footer_menu p.facebook a{
	color: rgba(255,255,255,1);
}




/*box-shadow*/
img.catch,
#menu,
#menu div,
.entry_list,
#pop div{
	box-shadow: 0 1px 1px rgba(0,0,0,0.25);
}
p.link{
	box-shadow: 0 2px 0 rgba(0,0,0,0.25);
}
.treatment div{
	box-shadow: 1px 1px 0 rgba(71,205,198,0.5);
}





/*font*/
body{
	font-family:'YuGothic', '游ゴシック体', 'Yu Gothic', '游ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Helvetica, Arial, Verdana;
}


			div.note strong,
			div.note b{
			}
			div.border_frame{
				margin-top: 1em;
				padding: 2px;
				background: rgba(255,255,255,0.5);
				box-shadow: 0 1px 3px rgba(0,0,0,0.25);
			}
			div.border_frame div.inner{
				border: 1px dashed rgba(71,205,198,0.25);
				padding: 1em;
			}
			div.note{
				background-color: rgba(0,0,0,0); /* 背景色 */
				background-image: linear-gradient(180deg, rgba(0,0,0,0.05) 1px, transparent 1px); /* 罫線の色と太さ  */
				background-size: 100% 2em; /* 行の高さ */
				line-height: 2em; /* 文字の高さ */
				padding-bottom: 1px; /* 最終行の下にも罫線を引く */
				margin-bottom: 1em;
			}
			div.note p{
				line-height: 2em;
			}
			div.note p.cn{
				margin-top: -0.75em;
			}
			div.note.type0{
				margin-bottom: 0;
			}
.textWhite{
	color: rgba(255,255,255,1);
}

.memo{
	background: rgba(71,205,198,1);
	text-align: center;
	font-size: 1.1em;
	color: rgba(255,255,255,1);
	padding: 1em 0.5em;
	position: relative;
	margin-bottom: 1em;
	line-height: 1.5em;
}
.memo:before{
	position: absolute;
	display: block;
	content: '';
	width: 1em;
	height: 1em;
	transform: rotate(135deg);
	background: rgba(255,255,255,1);
	top: -0.55em;
	left: -0.5em;
}
.memo:after{
	position: absolute;
	display: block;
	content: '';
	width: 0.5em;
	height: 0.5em;
	top: 0.25em;
	left: 0.25em;
	border-right: 0.1em solid rgba(255,255,255,1);
	border-bottom: 0.1em solid rgba(255,255,255,1);
}
.memo2{
	border: 0.1em solid rgba(71,205,198,1);
	text-align: center;
	font-size: 1.1em;
	color: rgba(71,205,198,1);
	padding: 0.75em 0.5em;
	position: relative;
	margin-bottom: 1em;
	font-weight: 100;
	line-height: 1.5em;
}
.memo2:before{
	position: absolute;
	display: block;
	content: '';
	width: 1em;
	height: 1em;
	transform: rotate(135deg);
	background: rgba(255,255,255,1);
	border-top: 0.1em solid rgba(71,205,198,1);
	top: -0.55em;
	left: -0.5em;
}
.memo2:after{
	position: absolute;
	display: block;
	content: '';
	width: 0.5em;
	height: 0.5em;
	top: 0.25em;
	left: 0.25em;
	border-right: 0.1em solid rgba(71,205,198,1);
	border-bottom: 0.1em solid rgba(71,205,198,1);
}
.under_memo2{
	position: relative;
	border: 0.1em solid rgba(71,205,198,1);
	border-top: none;
	margin-bottom: 1em;
	padding: 0.5em;
	padding-top: 0;
	margin-top: -1.25em;
	background: rgba(255,255,255,1);
}
.clip{
	position: absolute;
	top: -0.75em;
	right: 0.25em;
}
.clip:before{
	content: '';
	display: block;
	width: 0.6em;
	height: 0.3em;
	border-radius: 50% / 100% 100% 0 0;
	border: 0.15em solid rgba(71,205,198,1);
	border-bottom: 0;
}
.clip:after{
	content: '';
	display: block;
	width: 0.45em;
	height: 0.225em;
	border-radius: 50% / 0 0 100% 100%;
	border: 0.15em solid rgba(71,205,198,1);
	border-top: 0;
}
.clip span{
	content: '';
	display: block;
	width: 0.7em;
	height: 1em;
	border: 0.15em solid rgba(71,205,198,1);
	border-top: 0;
	border-bottom: 0;
	position: relative;
}
.clip span:before{
	position: absolute;
	content: '';
	display: block;
	width: 0.9em;
	height: 0.3em;
	border-left: 0.15em solid rgba(71,205,198,1);
	left: 0.6em;
}

div.pn{
	margin-top: 2em;
	display: flex;
	flex-wrap: nowrap;
	text-align: center;
}
div.pn a{
	text-decoration: none;
	color: rgba(255,255,255,1);
}
a.prev{
	display: inline-block;
	width: 50%;
	padding: 0 0.05em 0 1.5em;
}
a.next{
	display: inline-block;
	width: 50%;
	padding: 0 1.5em 0 0.05em;
}
a.prev span,
a.next span{
	position: relative;
	display: block;
	background: rgba(40,180,171,1);
	line-height: 3em;
	opacity: 0.1;
}
a.prev span:before{
	position: absolute;
	display: block;
	content: '';
	width: 3em;
	height: 3em;
	background: rgba(40,180,171,1);
	top: 0;
	left: -1.5em;
	border-radius: 100%;
}
a.next span:before{
	position: absolute;
	display: block;
	content: '';
	width: 3em;
	height: 3em;
	background: rgba(40,180,171,1);
	top: 0;
	right: -1.5em;
	border-radius: 100%;
}
a.prev span.true,
a.next span.true{
	opacity: 1;
}

a.recruit{
	text-decoration: none;
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 0.5em;
}
a.recruit:after{
	position: absolute;
	width: 6em;
	content: 'CLICK';
	z-index: 1;
	right: -1.5em;
	bottom: 0.75em;
	line-height: 1.5em;
	transform-origin: 50% 50%;
	transform: rotate(-45deg);
	font-weight: 100;
}
a.recruit.line:after{
	background: rgba(255,255,255,1);
	color: rgba(59,213,27,1);
}
a.recruit.mail:after{
	background: rgba(255,255,255,1);
	color: rgba(253,53,146,1);
}
a.recruit.tel:after{
	background: rgba(253,53,146,1);
	color: rgba(255,255,255,1);
}
a.recruit.line{
	background: rgba(59,213,27,1);
	color: rgba(255,255,255,1);
}
a.recruit.mail{
	background: rgba(253,53,146,1);
	color: rgba(255,255,255,1);
}
a.recruit.tel{
	background: rgba(240,240,240,1);
	color: rgba(34,34,34,1);
}
a.recruit .image{
	position: absolute;
	width: 4.75em;
	height: 4.75em;
	top: 0.5em;
	left: 0.5em;
}
a.recruit .text1,
a.recruit .text2{
	display: block;
	padding-left: 3.5em;
	line-height: 1.4em;
}
a.recruit .text1{
	padding-top: 1rem;
	font-size: 1.4em;
}
a.recruit .text2{
	padding-bottom: 1rem;
	font-size: 1.2em;
	background: linear-gradient(rgba(0,0,0,0.05),rgba(0,0,0,0.025));
}