@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Shippori+Antique+B1&display=swap');

/* ======================================================

	structure CSS

========================================================= */
body {
	min-height: 100vh;
}
.container{
	width:100%;
	min-width:1000px;
	padding-bottom: 200px;
	min-height: 100vh;
}
.container.seminar {
	padding-bottom: 0;
}

.header{
	width:100%;
}

.headerArea{
	margin:0 auto;
	width:1000px;
}

.contents{
	margin:0 auto;
	width:1000px;
	padding-top: 5px;
}
.container.seminar .contents {
	width:1100px;
	padding: 0;
}

#footer{
	width:100%;
	min-width: 1000px;
	position: absolute;
	bottom: 0;
}

.copyright{
	width:100%;
}

/* clear */
.headerArea:after,
.contents:after,
.footerArea:after{
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0;
}

.mt5{ margin-top: 5px!important;}

input[type="submit"] { cursor: pointer; }
input[type="submit"]:hover { opacity: .6; }

@media screen and (max-width: 1040px) {
	.headerArea {
		width:100%;
		height:auto;
	}
	.contents {
		width: 100%;
		padding: 0 3%;
	}
	#footer{
		min-width:100%;
	}

	.footerArea{
		width:100%;
	}

	.container{
		min-width:100%;
		padding-bottom: 210px;
	}


}
@media screen and (max-width: 599px) {
	#footer{
		width:100%;
		position: static;
		bottom: 0;
	}
	.footerArea{
		width:100%;
	}
}


/* ======================================================

	body

========================================================= */
body {
	color: #5f5165;
	font-size:18px;
	font-size: 1.8rem;
	line-height:1.5em;
	position: relative;
	background: url("images/28/bg_w.png") repeat, linear-gradient(to top, #EBD5C2, #FFF);
	background-attachment: fixed;
}
body.seminar {
	background: url("images/28/seminar_bg.jpg") no-repeat bottom center;
	background-size: contain;
}


@media screen and (max-width: 835px) {
	body{
		min-width:100%;
		word-wrap:break-word;
		font-size: 1.4rem;
		line-height: 1.5em;
		background: none;
	}
	body::before {
		background: url("images/28/bg_w.png") repeat, linear-gradient(to top, #EBD5C2, #fff);
		background-size: auto, 100%;
		content: "";
		display: block;
		position: fixed;/* 擬似要素ごと固定 */
		top: 0;
		left: 0;
		z-index: -1;
		width: 100%;/* 横幅いっぱい */
		height: 100vh;/* 縦幅いっぱい */
	}
	body.seminar::before {
		content:"";
		display:block;
		position:fixed;
		top:0;
		left:0;
		z-index:-1;
		width:100%;
		height:100vh;
		background: url("images/28/seminar_bg.jpg") no-repeat bottom center;
		background-size: contain;
	}
}


/* ======================================================

	header

========================================================= */
.header{
	width: 100%;
	height: auto;
	position: relative;
	z-index: 99;
	background: url("images/28/menu_bg.png") no-repeat right 20px bottom 0px, url("images/28/menu_bg.jpg") no-repeat;
	background-size: auto, cover;
}
.header::after {
	content: "";
	background-color: #402D48;
	height: 36px;
	width: 100%;
	position: absolute;
	top: 0;
}

.headerArea{
	padding: 2px 0 5px;
	margin:0 auto;
	
	height: auto;
	text-align: left;
	position: relative;
}
.headerArea h1 {
	font-family: 'Shippori Antique B1', sans-serif;
	font-weight: 400;
	position: relative;
	padding: 70px 0 20px;
	text-align: center;
}
.headerArea h1, .headerArea h1 a, .h_logo a {
	font-weight: 400;
	text-decoration: none;
	color: #fff;
	text-shadow: 0 0 5px #97624B, 1px 1px 3px #97624B, -1px -1px 3px #97624B;
	font-size: 50px;
	font-size: 4.1rem;
	line-height: 1.4em;
	letter-spacing: .05em;
}
.headerArea.sub h1 a {
	text-decoration: none;
	color: #6bb4d2;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.5em;
}
.headerArea h1 img {
	display: inline-block;
	vertical-align: baseline;
}
.headerArea h1 span {
	display: inline-block;
	vertical-align: bottom;
	padding-bottom: 34px;
}

.headerArea h2 {
	font-family: 'Shippori Antique B1', sans-serif;
	font-weight: 400;
	text-align: center;
	font-size: 41px;
	font-size: 4.1rem;
	line-height: 1.3em;
	color: #5f5165;
	text-shadow: 0 0 3px #f0cdce, 1px 1px 3px #f0cdce, -1px -1px 3px #f0cdce;
	margin-bottom: 30px;
}
.headerArea h3 {
	font-weight: bold;
	text-align: center;
	font-size: 27px;
	font-size: 2.7rem;
	line-height: 1.3em;
	color: #B59312;
	text-shadow: 0 0 3px #FFF1BD, 1px 1px 3px #FFF1BD, -1px -1px 3px #FFF1BD;
	margin-bottom: 30px;
}

.h_logomark {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 2;
}

.headerArea .h_info dt {
	position: absolute;
	z-index: 2;
	top: 45px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}
.h_info dd:first-of-type {
	position: absolute;
	z-index: 2;
	left: 50px;
	bottom: 45px;
}
.h_info dd:last-of-type {
	position: absolute;
	z-index: 2;
	right: 40px;
	bottom: 45px;
}

.h_info li{
	display:inline-block;
	vertical-align:middle;}

.h_info a{
	color:#333;
	text-decoration:none;}

.h_info a:hover{
	opacity:0.7;}

.mv {
	width: 100%;
}
.headerArea.sub_logo h1 {
	padding-top: 40px;
}
.sub_logo span {
	font-size: 28px!important;
	line-height: 1em;
	padding-top: 10px;
	padding-bottom: 0!important;
	display: inline-block;
	vertical-align: middle!important;
}
.sub_logo img {
	width: 50%;
	height: auto;
	display: inline-block;
	vertical-align: middle!important;
}
.sub_ttl {
	padding: 25px 10px;
	margin-bottom: 25px;
	color: #fff;
	text-align: center;
	border-top: solid 5px #6bb4d2;
	border-bottom: solid 5px #8ED2C4;
	background-color: #fff;
	background: -webkit-linear-gradient(to top, #6bb4d2, #D2ECE7);
	background: linear-gradient(to top, #6bb4d2, #D2ECE7);
}
.sub_ttl h2 {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1.5em;
	text-shadow: 1px 1px 3px rgba(0,0,0,.7);
}
.sub_ttl.sub_ttl_prg span {
	/*display: block;*/
	font-size: .65em;
	line-height: 1.4em;
	margin: 3px 0;
}

/* clear */
.headerArea::after, .sp_gnavArea::after{
	content:" ";
	display:block;
	clear:both;
	font-size:0;}
@media screen and (max-width:835px){
	.header{ margin-bottom: 20px;}
		
	.headerArea{
		width:94%;
		height:auto;
		padding: 70px 0 20px;
		margin: 0 auto;
	}
	.h_logomark { display: none;}

	.h_info dt img{
		width: 90%;
		height: auto;
	}
	.h_info dd img{
		width: 100%;
		height: auto;
	}
	.headerArea .h_info dt {
		top: 10%;
	}
	.h_info dd:first-of-type {
		bottom: auto;
		top: 28%;
		left: 5%;
		width: 30%;
	}
	.h_info dd:last-of-type {
		bottom: 20px;
		width: 90%;
		left: 4%;
	}
	.h_logo{
		float:none;
		height: 37px;
		width: auto;
		padding: 1px 1px 1px 10px;
	}
	.h_logo img {
		height: 55px;
		width: auto;
	}
	.h_address {
		font-size: 1.2rem;
		line-height: 1.2em;
	}
	.headerArea .mv_img {
		overflow: hidden;
	}
	.headerArea .mv_img img {
		width: 100%;
		height: auto;
	}
	.headerArea .mv_img::before, .headerArea .mv_img::after {
		width: 80px;
		height: 50px;
		background-size: 100% 100%;
	}
	.headerArea h1 {
		padding: 0;
		width: 100%;
		margin: 0 auto 15px;
	}
	.headerArea h1 img {
		width: 100%;
		height: auto;
	}
	.headerArea h1, .headerArea h1 a, .h_logo a {
		font-size: 3.8vw;
		line-height: 1.5em;
	}
	.headerArea.sub h1 a {
		font-size: 4.3vw;
		line-height: 1.5em;
	}
	.headerArea h1 span {padding-bottom: 0;}
	.headerArea h2 {font-size: 3.8vw; line-height: 1.4em;}
	.headerArea h3 {font-size: 2.8vw;}
	.headerArea h3 {margin-bottom: 0;}
	.sub_ttl h2 {
		font-size: 28px;
		font-size: 2.8rem;
		line-height: 1.5em;
	}
}
@media screen and (max-width: 835px) {
	.header {
		background: url("images/28/menu_bg.png") no-repeat right 20px bottom 30px, url("images/28/menu_bg.jpg") no-repeat;
		background-size: 30% auto, cover;
	}
}
@media screen and (max-width: 599px) {
	.header {
		background: url("images/28/menu_bg.png") no-repeat right 20px bottom 20px, url("images/28/menu_bg.jpg") no-repeat;
		background-size: 40% auto, cover;
	}
	.headerArea h1, .headerArea h1 a, .h_logo a {
		font-size: 5.8vw;
		line-height: 1.3em;
		text-align: left;
	}
	.headerArea h2 {
		font-size: 5.8vw;
		line-height: 1.3em;
		text-align: left;
	}
	.headerArea h3 {
		font-size: 4.5vw;
		line-height: 1.3em;
		text-align: left;
	}
}
@media screen and (max-width: 450px) {
	.h_info li.h_address { display: none;}
	.h_logo img {
		height: 50px;
	}
	.headerArea.sub h1 a {
		font-size: 4.2vw;
		line-height: 1.5em;
	}
	.h_logo {
		padding-left: 5px;
	}
	.sub_ttl {
		margin-bottom: 15px;
	}
	.sub_ttl h2 {
		font-size: 5vw;
		line-height: 1.4em;
	}

}


/* ======================================================

	gnav

========================================================= */
.gnav ul{
	position: relative;
	width: 1000px;
	margin:25px auto 0;
	font-size: 0;
}

/* clear */
.gnav ul::after{
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0;
}

.gnav li {
	float: left;
	text-align: center;
	margin: 0 1% 0 0;
	width: 13.4%;
}
.gnav li span {
	font-size: 1.6rem;
	line-height: 1.7em;
	display: block;
	border-bottom: 3px solid #606060;
}
.gnav li:last-child{
	margin-right: 0;
}
.gnav li span:hover {
	border-bottom: 3px solid #2F8BE0;
	font-weight: bold;
}
.gnav li a {
	color: #606060;
	text-decoration: none;
	display: block;
}

/* ドロップメニュー */
.gnav > li.d_menu {
	position: relative;
}

li.d_menu ul.d_menu_li {
	position: absolute;
	z-index: 0;
	top: -30px;
	width: 13.4%;
	background: rgba(255,255,255,.50);
	opacity: 0;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

li.d_menu:hover ul.d_menu_li {
	z-index: 99999;
	top: 5px;
	visibility: visible;
	opacity: 1;
}
li.d_menu ul.d_menu_li li {
	position: relative;
	margin: 0;
	width: 100%;
	border-bottom: 3px solid #D6D6D6;
	background: rgba(255,255,255,.50);
}
li.d_menu ul.d_menu_li li a {
	font-size: 1.4rem;
	padding: 10px 0 5px;
	color: #000;
}
li.d_menu ul.d_menu_li li:hover {
	font-weight: bold;
	border-bottom: 3px solid #2F8BE0;
}
.sp_btn {
	display: none;
}
.sp_nav {
	display: none;
}

.side_nav .nav_koukai {
	font-size: 95%;
	letter-spacing: -.05em;
}

@media screen and (max-width:835px){
	.gnav ul{
		margin:0 auto;
		width:100%;}

	.sp_gnavArea_w {
		position: fixed;
		z-index: 9999;
		width: 100%;
	}
	.sp_gnavArea{
		background: #402D48;
		background-size: 70% auto;
		padding: 7px 0;
		min-height: 50px;
	}
	.sp_gnavArea::before {
		position: absolute;
		content: "第28回 なるほど！なっとく！！高次脳機能障害";
		color: #fff;
		font-size: 2.4vw;
		top: 15px;
		left: 10px;
		z-index: 999;
		font-family: 'Shippori Antique B1', sans-serif;
		letter-spacing: 0;
		width: 90%;
	}

	.sp_gnav_btn{
		width:auto;
		padding:5px 5px;
		text-align:right;}

	.sp_gnav {
		display:none;
		z-index:100;
		margin-bottom:0;
		background-color: rgba(255,255,255,.97);}

	.sp_gnav li{
		position:relative;
		width: 50%;
		float: left;
	}
	.sp_gnav li:last-child {
		width: 100%;
	}
	.sp_gnav li a {
		display:block;
		padding: 15px 7px;
		border-bottom:1px solid #ccc;
		color:#333;
		text-decoration:none;}
	.sp_gnav li a::before {
		content: "> ";
		font-size: 2vw;
	}
	.sp_gnav li:nth-child(even) {
		border-left:1px solid #ccc;
	}

	.sp_gnav li a:hover{
		opacity:0.7;}
	
	/*sp_btn*/
	.sp_btn {
		position: absolute;
		display: block;
		width: 30px;
		height: 30px;
		top: 17px;
		right: 10px;
		cursor: pointer;
		z-index: 1002;
	}
	.sp_btn div {
		position: relative;
	}
	.sp_btn div::after {
		content: "MENU";
		color: #f0cdce;
		font-size: 11px;
		font-weight: bold;
		position: absolute;
		top: -17px;
		left: -3px;
	}
	.sp_btn span {
		display: block;
		position: absolute;
		height: 4px;
		width: 100%;
		background: #f0cdce;
		left: 0;
	}
	.sp_btn span:nth-child(1) {
		top: 0;
	}
	.sp_btn span:nth-child(2) {
		top: 11px;
	}
	.sp_btn span:nth-child(3) {
		top: 22px;
	}

	.sp_btn.open span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
		-webkit-transition: all 0.3s ease-out;;
		-moz-transition: all 0.3s ease-out;;
		-ms-transition: all 0.3s ease-out;;
		-o-transition: all 0.3s ease-out;;
		transition: all 0.3s ease-out;;}

	.sp_btn.open span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.sp_btn.open span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
		-webkit-transition: all 0.3s ease-out;;
		-moz-transition: all 0.3s ease-out;;
		-ms-transition: all 0.3s ease-out;;
		-o-transition: all 0.3s ease-out;;
		transition: all 0.3s ease-out;;}

}

@media screen and (max-width:420px){
	.sp_gnavArea::before {
		font-size: 2.8vw;
		top: 5px;
		z-index: 999;
		width: 80%;
	}
	.sp_gnavArea{
		position: relative;
		background-size: 63% auto;
	}
	.sp_gnavArea::before {
		font-size: 4.4vw;
	}
	.sp_gnav li{
		font-size:13px;
		font-size: 1.3rem;
		line-height: 1.5em;
	}
	.sp_gnav li a {
		padding: 10px 7px;
	}
}


/* ======================================================

	contents

========================================================= */

/* ======================================================

	main

========================================================= */
/*.main{ background: rgba(255,255,255,.90);}*/
.main.seminar {
	padding-top: 30px;
}
.seminar_l {
	float: left;
	width: 680px;
}
.seminar_r {
	float: right;
	width: 400px;
}
.innner {
	width: 94%;
	margin: 0 auto;
}

.top_his {
	overflow-y: scroll;
	max-height: 150px;
	background: #fff;
	padding: 15px;
	margin-bottom: 10px;
}
.top_his dt {
	clear: both;
	float: left;
}
.top_his dd {
	padding-left: 120px;
	padding-bottom: 10px;
	margin-bottom: 1em;
	border-bottom: 1px dotted #DEDEDE;
}

.f_info {
	width: 100%;
	margin-top: 25px;
}
.f_info > li {
	float: left;
	width: 48%;
	min-height: 190px;
	margin-right: 1.2%;
	background: rgba(255,255,255,.85);
	border: 1px solid #EBDDC2;
	text-align: center;
}
.f_info > li:nth-child(2) {
	float: right;
	margin-right: 0;
}
.f_info > li:nth-child(3) {
	width: 100%;
	margin: 20px 0 0;
	padding-bottom: 10px;
	min-height: auto;
}
.f_info dl dt {
	background-color: #f0cdce;
	color:#403744;
	padding: 10px;
	font-weight: 700;
	font-size: 2.0rem;
	line-height: 1.5em;
}
.f_info dd {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5em;
	padding: 3px;
}
.f_info dd span.fs_b {
	font-size: 1.8rem;
	line-height: 1.5em;
}
.f_info dd:first-of-type {
	margin-top: 10px;
}
.f_support li {
	margin: 3px 7px;
	display: inline-block;
}
.f_support::after {
	content: "（以上・五十音順）";
	margin-left: 1em;
	font-size: 1.2rem;
	display: block;
	text-align: right;
}

.bn_link {
	display: inline-block;
	width: 300px;
	margin: 20px 10px 0;
	text-align: center;
}
.bn_link a {
	display: block;
	border: 2px solid #405a8f;
	padding: 10px;
	text-decoration: none;
	color: #6bb4d2;
	font-weight: 700;
	border-radius: 15px;
	border-bottom: 6px solid #023B59;
	line-height: 1.5em;
}
.bn_link.bg_green a {
	background: #405a8f;
	color: #fff;
}
.bn_link.bg_white a {
	background: rgba(255,255,255,.70);
}
.bn_link a:hover {
	background: #6bb4d2;
	color: #fff;
}
.bn_link.bg_green a:hover {
	background: #d7e070;
	color: #023B59;
}

.aim_video {
	width: 60%;
	margin: 20px auto 0;
}

@media screen and (max-width:1040px){
	.f_info dd span.fs_b {
		font-size: 1.6vw;
		line-height: 1.3em;
	}
	.f_info > li {
		min-height: 180px;
	}
}
@media screen and (max-width:835px){
	.innner { width: 100%;}
	
	.top_nav > ul > li > dl > dd dt {
		width: 165px;
	}
	.top_nav > ul > li > dl > dd dd {
		padding-left: 185px;
	}
	.f_info > li {
		min-height: 170px;
	}
	.f_info dd {
		font-size: 1.2rem;
	}
	.btn_syukuji {
		width: 88%;
	}
	.seminar_l, .seminar_r {
		float: none;
		width: 100%;
	}
	/*.main.seminar {
		padding-top: 50px;
	}*/
}
@media screen and (max-width:599px){
	.top_his dt {
		float: none;
	}
	.top_his dd {
		padding-left: 1em;
		padding-bottom: 10px;
		margin-bottom: 1em;
		border-bottom: 3px dotted #fff;
	}
	.top_nav > ul > li > dl > dt {
		padding: 12px 3%;
		font-size: 1.1em;
		line-height: 1.5em;
	}
	.top_nav > ul > li > dl > dt span {
		font-size: .7em;
	}
	.top_nav > ul > li > dl > dd {
		padding: 15px 3%;
	}
	.top_nav > ul > li > dl > dd dt {
		float: none;
		width: 100%;
		background: #eee;
		text-align: center;
	}
	.top_nav > ul > li > dl > dd dt span {
		float: none;
		display: block;
		text-align: left;
		background: #fff;
	}
	.top_nav > ul > li > dl > dd dd {
		padding-left: 0;
		display: block;
		margin-top: 2px;
	}

	.top_nav_btn2 li {
		display: block;
		margin: 15px 0;
		width: 100%;
	}
	.f_info {
		margin: 0;
	}
	.f_info > li {
		width: 100%;
		margin: 0 0 15px 0;
		min-height: auto;
	}
	.f_info dl {
		float: none!important;
		width: 100%;
	}
	.f_info dd:last-of-type {
		margin-bottom: 10px;
	}
	.f_info > li:last-child {
		margin: 0;
	}
	.f_support li:last-child::after {
		font-size: 2.5vw;
	}
	.aim_video {
		width: 100%;
		margin-top: 0;
	}

}
@media screen and (max-width:420px){
	.f_info dl dt {
		font-size: 4.5vw;
	}
	.f_info dd {
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 1.5em;
	}
	.f_info dd span.fs_b {
		font-size: 4.2vw;
		line-height: 1.5em;
	}
	.bn_link { width: 100%; margin: 20px 0 0;}
}

.anchor {
	padding-top: 20px;
	margin-top: -20px;
}

.outline_sup .f_support li {
	margin: 0 1em 0 0;
}

@media screen and (max-width:835px){
	.anchor {
		padding-top: 50px;
		margin-top: -50px;
	}
}



/* ======================================================

	footer

========================================================= */
#footer{
	clear: both;
	position: absolute;
	bottom: 0;
	background: #402D48;
}
#footer a, .copyright a {
	color: #fff;
}
.footerArea {
	width: 1000px;
	margin: 0 auto;
	padding-top: 15px;
}
.fnav {
	text-align: center;
	margin-bottom: 10px;
}
.fnav li:first-child::before {
	content: "｜ ";
	color: #fff;
}
.fnav li{
	display: inline-block;
	font-size: 1.4rem;
	margin-bottom:5px;
	padding:0 2px;
}
.fnav li::after {
	content: " ｜";
	color: #fff;
}
.fnav li:nth-child(10)::before {
	content: "｜ ";
	color: #fff;
}
#footer .fnav li a{
	text-decoration:none;
}
#footer .fnav li a:visited {
	color:#fff;
}
#footer .fnav li a:hover{
	color: #FFD53A;
}

.f_txt {
	text-align: center;
	margin-bottom: 20px;
}

@media screen and (max-width: 1040px) {
	.footerArea{
		padding:0;
		width: 100%;
	}
}
@media screen and (max-width: 835px) {

	.fnav{
		text-align: left;
		margin-bottom: 0;
	}

	.fnav li{
		margin: 0;
		font-size: 1.2rem;
		display: block;
		border-bottom:1px solid #f0cdce;
		border-right: 1px solid #f0cdce;
		width: 50%;
		float: left;
	}
	.fnav li:nth-child(2n) {
		border-right: none;
	}
	.fnav li:last-child {
		width: 100%;
	}
	#footer .fnav li a{
		display:block;
		padding: 7px 2vw;
		min-height:23px;
		color: #fff;
	}
	#footer .fnav li a:visited {
		color: #fff;
	}
	.fnav li:first-child::before, .fnav li::after, .fnav li:nth-child(10)::before {
		content: "";
	}
	.fnav li a::before {
		content: "> ";
		font-size: 1.5vw;
	}
	
	.f_txt {
		border-bottom: 1px solid #dae8ea;
		margin-bottom: 0;
		padding: 7px;
	}


}
@media screen and (max-width: 599px) {
	.fnav li.f_w100 {
		width: 100%;
		border-left: none;
		border-right: none;
	}
	/*.fnav li, .fnav li:last-child{
		width: 100%;
		border-left: none;
		border-right: none;
	}*/
	/*.fnav li:nth-child(2n), .fnav li:nth-child(even) {
		border-left: none;
		border-right: none;
	}*/
	.fnav_bd {
		border-right: 1px solid #99FF99!important;
	}
}
@media screen and (max-width: 480px) {
	.footerArea img{
		width:100%;
	}

	.f_tel{
		font-size:22px;
	}
	
	.f_txt {
		font-size: 3.7vw;
	}

}
@media screen and (max-width: 420px) {
	.fnav li {
		font-size: 13px;
		font-size: 1.3rem;
	}
}


/* ==============================================

	copyright

================================================= */
.copyright{
	position: relative;
	clear:both;
	/*padding: 10px 10px 65px;*/
	padding: 10px;
	font-size:1.4rem;
	text-align:center;
	background: #f0cdce;
	color: #403744;
}
.copyright a { color: #403744!important;}

@media screen and (max-width: 599px) {
	.copyright{
		font-size: 2.8vw;
		line-height: 1.4em;
		text-align: left;
		padding: 10px 60px 10px 10px;
	}
	.copyright::before {
		background: url("../source_temp/images/f_txt.png") no-repeat center center #6bb4d2;
		background-size: 90% auto;
	}
}



/* =======================================

	#pageTop

========================================== */
#pageTop{
	position:fixed;
	right:30px;
	bottom:20px;
	z-index: 100;
	padding:20px 22px 17px 22px;
	-moz-border-radius:7px ;
	-webkit-border-radius:7px ;
	border-radius:7px ;
	background-color: #f0cdce;
}
#pageTop:link, #pageTop:visited {
	color: #90697F;
	font-size: 20px;
	font-size: 2.0rem;
	text-decoration: none;
}
#pageTop:hover{
	opacity:0.7;
}

@media screen and (max-width: 835px) {
	#pageTop {
		bottom:10px;
		right:10px;
		padding:15px 15px 12px 15px;
	}
}


.dnone { display: none;}

/* =======================================

	menu

========================================== */
.main_menu {
	text-align: center;
	margin-bottom: 40px;
	padding: 0;
	background: rgba(55,16,73,0.60);
}
.main_menu ul {
	width: 1000px;
	margin: 0 auto;
}
.main_menu ul li {
	display: inline-block;
	width: 24.4%;
	margin: 0;
}
.main_menu li:first-child { margin-left: 0;}
.main_menu li:last-child { margin-right: 0;}
.main_menu li a {
	display: block;
	text-decoration: none;
	padding: 20px 10px;
	font-size: 2rem;
	font-weight: bold;
	background: #402D48;
	color: #ffffff;
}
.main_menu li a:hover, .main_menu li.current a {
	background: #f0cdce;
	color: #402D48;
}

.on-d_txt img {
	display: inline-block;
	vertical-align: middle;
	background: #444;
	padding: 2px;
}

.d_ib { display: inline-block;}

.history dl{ display: flex;}
.history dl dt { width: 6em;}
@media screen and (max-width: 599px) {
	.history dl{ display: block;}
	.history dl dt { width: 100%; display: block;}
}

@media screen and (max-width: 1040px) {
	.main_menu ul {
		width: 100%;
	}
	.main_menu li a {
		font-size: 2vw;
	}
}


.modal {
	text-align: center;
}

.notice_box {
	padding: 0 10px;
	margin-bottom: 10px;
}
@media screen and (max-width: 735px) {
	.notice_box {
		margin-bottom: 15px;
	}
}



/*画像右クリック禁止*/
.copy-guard, img.copy-guard {
	pointer-events: none;
}

.zoomer_wrapper {
  border: 1px solid #ddd;
  border-radius: 3px;
  height: 500px;
  margin: 10px 0;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 835px) {
	.modaal-content-container {
		padding: 50px 10px 20px!important;
	}
	.chat_box {
		max-height: 200px;
	}
}

.modaal-wrapper .modaal-close {
	background: #000!important;
}

.slider-wrap img {
  width: 100%;
  height: auto;
}

.lb-data .lb-number {
	font-size: 1em!important;
}

/*@media screen and (max-height: 1000px) {
	.modaal-inner-wrapper {
		padding-top: 30px!important;
	}
}*/

/*別窓*/
.window_frame {
	width: 100%;
	padding: 20px;
}
.scroll_box {
	overflow-y: auto;
	max-height: 200px;
	background: #fff;
	padding: 0 15px;
	margin-bottom: 10px;
}
.scroll_box.scroll {
	padding-top: 0;
}
@media screen and (max-width: 599px) {
	.window_frame {
		padding: 20px 3%;
	}
}

.l_img {
	width: 134px;
	margin-right: 50px;
}
@media screen and (max-width: 1040px) {
	.l_img {
		width: 16%;
		margin-right: 3%;
	}
}
@media screen and (max-width: 835px) {
	.l_img {
		width: 20%;
		margin-right: 4%;
	}
	.l_img img {
		width: 100%;
		height: auto;
	}
	.l_txt {
		width: 70%;
	}
}
@media screen and (max-width: 420px) {
	.l_img {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
		text-align: center;
	}
	.l_img img {
		width: auto;
	}
	.l_txt {
		width: 100%;
	}
}

.bg_img { background: url("images/28/flow_bg.png") no-repeat right 15px bottom 10px #fff;}
@media screen and (max-width: 599px) {
	.bg_img { background: url("images/28/flow_bg_sp.png") no-repeat right 10px bottom 10px #fff;}
}