@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Train+One&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: 'Noto Sans JP', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
	image-rendering: -webkit-optimize-contrast;
}
a,
a:link {
	color: #24140E;
	text-decoration: none;
	transition: .3s;
}
a:visited {
	color: #24140E;
}
a:hover {
	color: #24140E;
}
a:active {
	color: #24140E;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1160px;
	color: #24140E;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	padding-top: 98px;
	text-align: left;
}
#main {
	display: block;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
	.menuBox {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	body.fixed {
		position: fixed;
		width: 100%;
		height: 100%;
	}
	#container {
		padding-top: 75px;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 98px;
	padding: 14px 15px 10px;
	box-sizing: border-box;
	background-color: #fff;
	border-bottom: 1px solid #EFEFEF;
	z-index: 99;
}
#gHeader h1 {
	width: 295px;
}
#gHeader .sns {
	position: absolute;
	right: 30px;
	top: 32px;
	width: 35px;
}
#gHeader .sns a:hover {
	opacity: 0.75;
}
#gNavi {
	width: 1027px;
	height: 97px;
	padding: 0 28px 1px;
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	align-items: center;
	background-color: #DE215A;
	box-sizing: border-box;
}
#gNavi li {
	width: 125px;
}
#gNavi li:not(:last-child) {
	margin-right: 5px;
}
#gNavi li a {
	height: 50px;
	padding-bottom: 2px;
	font-size: 1.5rem;
	color: #fff;
	letter-spacing: 0.05em;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255,255,255,0.5);
	box-shadow: 2px 2px 0 #B81C4A;
	border-radius: 6px;
	box-sizing: border-box;
	background-image: -moz-linear-gradient( 270deg, #DE215A 0%, #CC2255 100%);
	background-image: -webkit-linear-gradient( 270deg, #DE215A 0%, #CC2255 100%);
	background-image: -ms-linear-gradient( 270deg, #DE215A 0%, #CC2255 100%);
}
#gNavi .on a,
#gNavi li a:hover {
	background: #C22655;
}
@media all and (max-width: 1350px) {
	#gNavi {
		padding-left: 5px;
		width: 850px;
	}
	#gNavi li {
		width: 110px;
	}
	#gNavi li a {
		font-size: 1.4rem;
	}
	#gHeader .sns {
		right: 5px;
	}
}
@media all and (max-width: 1180px) {
	#gHeader {
		padding: 23px 5px 10px;
	}
	#gHeader h1 {
		width: 220px;
	}
}
@media all and (max-width: 1090px) {
	#gNavi {
		width: 745px;
	}
	#gNavi li {
		width: 95px;
	}
	#gNavi li a {
		font-size: 1.2rem;
		letter-spacing: 0;
	}
}
@media all and (max-width: 980px) {
	#gHeader {
		padding-top: 30px;
	}
	#gHeader h1 {
		width: 180px;
	}
	#gNavi {
		width: 700px;
	}
	#gNavi li {
		width: 88px;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		height: 75px;
		padding: 10px;
		border-top: 4px solid #6A102B;
	}
	#gHeader h1 {
		width: 239px;
	}
	#gHeader .sns {
		display: none;
	}
	#gNavi {
		display: none;
	}
	.menu {
		position: absolute;
		width: 60px;
		top: -4px;
		right: 15px;
	}
	.menuBox {
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		padding: 17px 29px 50px;
		overflow-y: auto;
		box-sizing: border-box;
		background-color: #DE215A;
		z-index: 100;
	}
	.close {
		width: 25px;
		margin: 0 0 24px auto;
	}
	.menuBox .menuUl {
		margin: -8px 0 32px;
	}
	.menuBox .menuUl li {
		width: 48.5%;
		margin-top: 8px;
	}
	.menuBox .menuUl li a {
		height: 44px;
		font-size: 1.5rem;
		color: #fff;
		letter-spacing: 0.05em;
		display: flex;
		align-items: center;
		justify-content: center;
		border: 1px solid rgba(255,255,255,0.5);
		box-shadow: 2px 2px 0 #B81C4A;
		border-radius: 6px;
		box-sizing: border-box;
		background-image: -moz-linear-gradient( 270deg, #DE215A 0%, #CC2255 100%);
		background-image: -webkit-linear-gradient( 270deg, #DE215A 0%, #CC2255 100%);
		background-image: -ms-linear-gradient( 270deg, #DE215A 0%, #CC2255 100%);
	}
	.menuBox .ttlImg {
		max-width: 305px;
		margin: 0 auto 16px;
	}
	.menuBox .link {
		padding-top: 11px;
		border-top: 1px dotted #fff;
	}
	.menuBox .menuSns {
		width: 35px;
		margin: 24px 0 0 auto;
	}
}
@media all and (max-width: 330px) {
	.menu {
		right: 5px;
	}
}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	padding: 11px 16px 44px;
	font-size: 1.2rem;
}
#pagePath li {
	padding-right: 4px;
	letter-spacing: 0.05em;
	display: inline;
}
#pagePath li a {
	display: inline-block;
	padding-right: 6px;
}
#pagePath li a:hover {
	text-decoration: underline;
}
@media all and (max-width: 896px) {
	#pagePath {
		padding: 10px 15px 24px;
		font-size: 1.1rem;
	}
	#pagePath li {
		padding-right: 1px;
	}
	#pagePath li a:hover {
		text-decoration: none;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	position: relative;
	padding: 15px;
	background-color: #EFEFEF;
}
#gFooter .fLogo img {
	width: 201px;
}
#gFooter .fLogo span {
	margin: 15px 0 0 20px;
	display: inline-block;
	vertical-align: middle;
	font-size: 1.3rem;
	font-weight: 400;
	letter-spacing: 0.08em;
}
#gFooter .fText {
	position: absolute;
	left: 437px;
	top: 28px;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.05em;
}
#gFooter .fText table {
	position: absolute;
	right: -100px;
	top: 0;
}
#gFooter address {
	position: absolute;
	right: 30px;
	top: 31px;
	font-weight: 400;
	font-style: normal;
	font-size: 1.1rem;
	letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 30px 15px 25px;
		text-align: center;
	}
	#gFooter .fLogo {
		margin-bottom: 27px;
	}
	#gFooter .fLogo img {
		width: 201px;
	}
	#gFooter .fLogo span {
		margin: 10px 0 0;
		display: block;
	}
	#gFooter .fText {
		display: none;
	}
	#gFooter address {
		position: static;
		letter-spacing: 0.08em;
	}
}
/*------------------------------------------------------------
	en
------------------------------------------------------------*/
.en {
	font-weight: 400;
	font-family: 'Train One', cursive;
}
/*------------------------------------------------------------
	color
------------------------------------------------------------*/
.comPink {
	color: #B81C4A !important;
}
.comBlue {
	color: #2CA2B2 !important;
}
.comOrage {
	color: #F07822 !important;
}
.comGreen {
	color: #06AA67 !important;
}
.comPurple {
	color: #AE558B !important;
}
.comYellow {
	color: #AB8F0D !important;
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	margin-top: -1px;
	height: 220px;
	padding-top: 72px;
	box-sizing: border-box;
	background: url("img/greeting/page_title_bg.jpg") center center;
	background-size: cover;
}
@media all and (max-width: 896px) {
	.pageTitle {
		margin: 0;
		height: 100px;
		display: flex;
		align-items: center;
		justify-content: center;
		padding-top: 3px !important;
		background-image: url("img/greeting/sp_page_title_bg.jpg");
	}
	.pageTitle .headLine02 {
		line-height: 1.08;
	}
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	width: 1126px;
	margin: 0 auto;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 15px;
		width: auto !important;
	}
}
/*------------------------------------------------------------
	comBg
------------------------------------------------------------*/
.comBg01 {
	padding: 60px 0 100px;
	background: url("img/common/bg01.png") repeat left top #FAF8F0;
	background-size: 153px auto;
}
.comBg02 {
	padding: 105px 0;
	background: url("img/common/bg02.png") repeat left top;
	background-size: 40px auto;
}
.comBg03 {
	padding: 100px 0;
	background: url("img/common/bg03.png") repeat left top #F0FCFD;
	background-size: 200px auto;
}
.comBg04 {
	padding: 115px 0 100px;
	background: url("img/common/bg04.png") repeat left top #FFF7F7;
	background-size: 272px auto;
}
@media all and (max-width: 896px) {
	.comBg01 {
		padding: 30px 0 60px;
	}
	.comBg02 {
		padding: 90px 0 60px;
	}
	.comBg03 {
		padding: 238px 0 60px;
	}
	.comBg04 {
		padding: 220px 0 60px;
	}
}
/*------------------------------------------------------------
	comBorder
------------------------------------------------------------*/
.comBorder {
	padding: 50px 57px 47px;
	border-radius: 16px;
	background-color: #fff;
	border: 3px solid #DE215A;
}
.comBorder.blue {
	border-color: #30BBCE;
}
.comBorder.orage {
	border-color: #F07822;
}
.comBorder.green {
	border-color: #06AA67;
}
.comBorder.purple {
	border-color: #E16EB4;
}
.comBorder.yellow {
	border-color: #FFDC37;
}
@media all and (max-width: 896px) {
	.comBorder {
		padding: 29px 12px 29px;
	}
}
/*------------------------------------------------------------
	comMoive
------------------------------------------------------------*/
.comMoive {
	width: 537px;
	margin: 0 auto;
	text-align: center;
}
.comMoive span {
	margin-top: 4px;
	display: block;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
}
.comMoive a {
	display: block;
	overflow: hidden;
	border-radius: 8px;
}
.comMoive.border a {
	border: 1px solid #707070;
}
.comMoive a:hover {
	opacity: 0.75;
}
.modaal-video .modaal-inner-wrapper{
	padding:0;
}
.modaal-close:after, 
.modaal-close:before{
	background:#ccc;	
}
.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#666;
}
@media all and (max-width: 896px) {
	.comMoive {
		width: auto !important;
	}
	.comMoive img {
		width: 100%;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 42px;
	padding: 0 10px 17px 37px;
	color: #000;
	line-height: 1.34;
	font-size: 3.2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	background: url("img/common/icon02.png") no-repeat left 1px top 10px;
	background-size: 29px auto;
	border-bottom: 1px solid #DE215A;
}
.headLine01 .sml {
	margin-left: 28px;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.05em;
}
.headLine01 .sml01 {
	font-size: 2.1rem;
	letter-spacing: 0;
}
.headLine01.blue {
	border-bottom-color: #30BBCE;
}
.headLine01.orage {
	border-bottom-color: #F07822;
}
.headLine01.green {
	border-bottom-color: #06AA67;
}
.headLine01.purple {
	border-bottom-color: #E16EB4;
}
.headLine01.yellow {
	border-bottom-color: #FFDC37;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 20px;
		padding: 0 0 19px 33px;
		font-size: 2.2rem;
		line-height: 1.27;
		background-position: left 2px top 5px;
		background-size: 21px auto;
	}
	.headLine01 .sml {
		margin: 2px 0 0;
		display: block;
		line-height: 1.42;
		font-size: 1.4rem;
		letter-spacing: 0;
	}
	.headLine01 .sml01 {
		font-size: 1.8rem;
		letter-spacing: 0.05em;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	text-align: center;
	color: #fff;
	font-size: 4.2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-shadow: 0 0 30px rgba(0,0,0,0.8);
}
.headLine02 .sml {
	font-size: 2rem;
	letter-spacing: 0.05em;
}
.headLine02 .en {
	display: block;
	font-size: 2rem;
	line-height: 1;
	letter-spacing: 0.08em;
	text-shadow: none;
}
.headLine02 .en span {
	padding: 1px 16px 4px;
	margin-bottom: 2px;
	display: inline-block;
	vertical-align: top;
	background-color: #DE215A;
}
@media all and (max-width: 896px) {
	.headLine02 {
		font-size: 2.4rem;
	}
	.headLine02 .en {
		display: none;
	}
	.headLine02 .sml {
		margin: 8px 0 1px;
		font-size: 1.6rem;
		display: block;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	padding: 1px 0 0 39px;
	min-height: 28px;
	margin-bottom: 19px;
	font-size: 2rem;
	line-height: 1.35;
	font-weight: 700;
	letter-spacing: 0.05em;
	background: url("img/common/icon16.png") no-repeat left top;
	background-size: 28px auto;
	box-sizing: border-box;
}
.headLine03 .sml {
	font-size: 1.4rem;
}
.comBorder.blue .headLine03 {
	background-image: url("img/common/icon17.png");
}
.comBorder.orage .headLine03 {
	background-image: url("img/common/icon18.png");
}
.comBorder.purple .headLine03 {
	background-image: url("img/common/icon20.png");
}
.comBorder.green .headLine03 {
	background-image: url("img/common/icon21.png");
}
.comBorder.yellow .headLine03 {
	background-image: url("img/common/icon22.png");
}
@media all and (max-width: 896px) {
	.headLine03 {
		padding: 0 0 0 28px;
		margin-bottom: 16px;
		font-size: 1.4rem;
		line-height: 1.71;
		background-size: 20px auto;
		background-position: left top 2px;
	}
	.headLine03 .sml {
		font-size: 1.1rem;
		display: block;
		margin-top: 3px;
	}
}
/*------------------------------------------------------------
	comLine
------------------------------------------------------------*/
.comLine {
	margin: -7px 0 33px;
	text-align: center;
	font-size: 2.2rem;
	line-height: 1.81;
	letter-spacing: 0.05em;
}
.comLine span {
	padding: 0 45px 10px;
	min-width: 580px;
	margin: 0 auto;
	display: inline-block;
	box-sizing: border-box;
	background: url("img/common/line03.png") no-repeat left center, url("img/common/line04.png") no-repeat center right;
	background-size: 47px auto, 47px auto !important;
}
@media all and (max-width: 896px) {
	.comLine {
		margin: -2px 9px 27px;
		font-size: 1.6rem;
		line-height: 1.5;
	}
	.comLine span {
		min-width: inherit;
		display: block;
	}
}
@media all and (max-width: 350px) {
	.comLine {
		letter-spacing: 0;
		font-size: 1.5rem;
	}
}
/*------------------------------------------------------------
	comLinkUl
------------------------------------------------------------*/
.comLinkUl {
	padding: 23px 0 27px;
	margin-bottom: -45px;
	position: relative;
	z-index: 1;
	border: 3px solid #B8E3FF;
	border-radius: 8px;
	background-color: #fff;
}
.comLinkUl li {
	margin: 0 29px;
	font-weight: 400;
	letter-spacing: 0.05em;
}
.comLinkUl a {
	padding-left: 23px;
	display: block;
	background: url("img/common/icon10.png") no-repeat left top 4px;
	background-size: 18px auto;
}
.comLinkUl a:hover {
	opacity: 0.75;
}
.comLinkUl .color01 a {
	background-image: url("img/common/icon11.png");
}
.comLinkUl .color02 a {
	background-image: url("img/common/icon12.png");
}
.comLinkUl .color03 a {
	background-image: url("img/common/icon13.png");
}
.comLinkUl .color04 a {
	background-image: url("img/common/icon14.png");
}
.comLinkUl .color05 a {
	background-image: url("img/common/icon15.png");
}
@media all and (max-width: 896px) {
	.comLinkUl {
		padding: 0 40px 25px;
		margin-bottom: -60px;
		justify-content: space-between;
	}
	.comLinkUl li {
		margin: 25px 0 0;
		width: 40.5%;
	}
	.comLinkUl a {
		padding-left: 20px;
		background-position: left top 3px;
		background-size: 15px auto;
	}
}
/*------------------------------------------------------------
	comText
------------------------------------------------------------*/
.comText {
	width: 826px;
	margin: -3px auto 41px;
	line-height: 1.625;
}
.comText span {
	display: block;
	font-weight: 700;
}
@media all and (max-width: 896px) {
	.comText {
		width: auto;
		margin: -3px auto 18px;
		line-height: 1.71;
	}
}
/*------------------------------------------------------------
	comBgBox
------------------------------------------------------------*/
.comBgBox {
	padding: 30px;
	background-color: #FFF5F8;
}
.comBgBox:not(:last-of-type) {
	margin-bottom: 30px;
}
.comBorder.blue .comBgBox {
	background-color: #F2FBFC;
}
.comBorder.orage .comBgBox {
	background-color: #FFF9F5;
}
.comBorder.green .comBgBox {
	background-color: #F8FEFB;
}
.comBorder.purple .comBgBox {
	background-color: #F8F1F5;
}
.comBorder.yellow .comBgBox {
	background-color: #FFFAE5;
}
.comBgBox .imgBox {
	margin-bottom: 30px;
	align-items: center;
}
.comBgBox .imgBox:last-child {
	margin-bottom: 0 !important;
}
.comBgBox .imgBox .comMoive {
	width: 350px;
	margin: 0;
}
.comBgBox .imgBox .textBox {
	width: 565px;
	padding-top: 5px;
}
.comBgBox .imgBox p {
	line-height: 1.625;
}
@media all and (max-width: 896px) {
	.comBgBox {
		padding: 20px 19px;
	}
	.comBgBox:not(:last-of-type) {
		margin-bottom: 10px;
	}
	.comBgBox .imgBox .comMoive {
		width: 100% !important;
		order: -1;
		margin: 0 0 18px;
	}
	.comBgBox .imgBox .textBox {
		width: 100%;
		padding-top: 0;
	}
	.comBgBox .imgBox p {
		line-height: 1.71;
	}
}
/*------------------------------------------------------------
	comListUl
------------------------------------------------------------*/
.comListUl {
	position: absolute;
	right: 58px;
	top: 60px;
	text-align: right;
	letter-spacing: 0.05em;
	font-weight: 400;
}
.comListUl li:not(:last-child) {
	margin-bottom: 5px;
}
.comListUl a {
	padding-right: 20px;
	display: inline-block;
	color: #1A73E8;
	background: url("img/common/icon19.png") no-repeat center right;
	background-size: 12px auto;
	text-decoration: underline;
}
.comListUl a:hover {
	text-decoration: none;
}
@media all and (max-width: 896px) {
	.comListUl {
		margin: 30px -12px -12px;
		padding: 17px 12px 0;
		text-align: left;
		border-top: 1px solid #DE215A;
		position: static;
	}
	.comBorder.blue .comListUl {
		border-color: #30BBCE;
	}
	.comBorder.orage .comListUl {
		border-color: #F07822;
	}
	.comBorder.purple .comListUl {
		border-color: #E16EB4;
	}
	.comBorder.green .comListUl {
		border-color: #06AA67;
	}
	.comBorder.yellow .comListUl {
		border-color: #FFDC37;
	}
	.comListUl li {
		letter-spacing: 0;
	}
	.comListUl li:not(:last-child) {
		margin-bottom: 18px;
	}
	.comListUl a {
		display: block;
	}
	.comListUl a:hover {
		text-decoration: underline;
	}
}
/*------------------------------------------------------------
	comTopText
------------------------------------------------------------*/
.comTopText {
	margin-bottom: 67px;
	text-align: center;
	line-height: 1.625;
	letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
	.comTopText {
		margin: 4px 0 28px;
		text-align: left;
		line-height: 1.71;
	}
}
/*------------------------------------------------------------
	comInfo
------------------------------------------------------------*/
.comInfo:not(:last-child) {
	margin-bottom: 52px;
}
.comInfo .headLine01 {
	margin-bottom: 45px;
}
.comInfo .comMoive {
	margin-bottom: 40px;
}
.comInfo .comBgBox {
	padding: 25px 80px 29px;
}
.comInfo .comBgBox .headLine03 {
	margin-bottom: 21px;
}
.comInfo .comBgBox p {
	line-height: 1.625;
}
@media all and (max-width: 896px) {
	.comInfo:not(:last-child) {
		margin-bottom: 47px;
	}
	.comInfo .headLine01 {
		margin-bottom: 22px;
	}
	.comInfo .comMoive {
		margin-bottom: 20px;
	}
	.comInfo .comBgBox {
		padding: 18px 20px;
	}
	.comInfo .comBgBox .headLine03 {
		margin-bottom: 6px;
	}
	.comInfo .comBgBox p {
		line-height: 1.71;
	}
}
/*------------------------------------------------------------
	comBtmUl
------------------------------------------------------------*/
.comBtmUl {
	margin: 49px -57px -26px;
	padding: 21px 28px 0;
	border-top: 1px solid #30BBCE;
}
.comBtmUl li a {
	padding-right: 17px;
	display: inline-block;
	color: #1A73E8;
	background: url("img/common/icon19.png") no-repeat center right;
	background-size: 12px auto;
}
.comBtmUl li a span {
	font-weight: 700;
}
.comBtmUl li a:hover {
	text-decoration: underline;
}
@media all and (max-width: 896px) {
	.comBtmUl {
		margin: 49px -12px -14px;
		padding: 17px 12px 0;
	}
	.comBtmUl li a {
		padding: 0;
		display: block;
		background-position: bottom 5px right;
	}
	.comBtmUl li a span {
		margin-bottom: 3px;
		display: block;
		font-size: 1.2rem;
	}
	.comBtmUl li a:hover {
		text-decoration: none;
	}
}
/*------------------------------------------------------------
	comLinkList
------------------------------------------------------------*/
.comLinkList {
	margin: -20px 0 20px;
	position: relative;
}
.comLinkList:after {
	content: "";
	width: 362px;
}
.comLinkList li {
	margin-top: 20px;
	width: 362px;
	border: 3px solid #DE215A;
	box-sizing: border-box;
	border-radius: 10px;
	box-shadow: 3px 3px 0 #DE215A;
}
.comLinkList li:nth-child(2) {
	border-color: #E16EB4;
	box-shadow: 3px 3px 0 #E16EB4;
}
.comLinkList li:nth-child(3) {
	border-color: #30BBCE;
	box-shadow: 3px 3px 0 #30BBCE;
}
.comLinkList li:nth-child(4) {
	border-color: #F07822;
	box-shadow: 3px 3px 0 #F07822;
}
.comLinkList li:nth-child(5) {
	border-color: #06AA67;
	box-shadow: 3px 3px 0 #06AA67;
}
.comLinkList li:nth-child(6) {
	border-color: #FFDC37;
	box-shadow: 3px 3px 0 #FFDC37;
}
.comLinkList li a {
	height: 104px;
	padding-left: 102px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.38;
	display: flex;
	position: relative;
	align-items: center;
	box-sizing: border-box;
	border-radius: 8px;
	background: url("img/common/icon23.png") no-repeat left 21px center,url("img/common/icon04.png") no-repeat bottom 15px right 17px #fff;
	background-size: 62px auto,16px auto;
}
.comLinkList li:nth-child(2) a {
	background: url("img/common/icon24.png") no-repeat left 23px center,url("img/common/icon06.png") no-repeat bottom 15px right 17px #fff;
	background-size: 59px auto,16px auto;
}
.comLinkList li:nth-child(3) a {
	background: url("img/common/icon25.png") no-repeat left 21px center,url("img/common/icon05.png") no-repeat bottom 15px right 17px #fff;
	background-size: 62px auto,16px auto;
}
.comLinkList li:nth-child(4) a {
	background: url("img/common/icon26.png") no-repeat left 19px center,url("img/common/icon07.png") no-repeat bottom 15px right 17px #fff;
	background-size: 66px auto,16px auto;
}
.comLinkList li:nth-child(5) a {
	background: url("img/common/icon27.png") no-repeat left 17px center,url("img/common/icon08.png") no-repeat bottom 15px right 17px #fff;
	background-size: 74px auto,16px auto;
}
.comLinkList li:nth-child(6) a {
	background: url("img/common/icon28.png") no-repeat left 19px center,url("img/common/icon09.png") no-repeat bottom 15px right 17px #fff;
	background-size: 66px auto,16px auto;
}
.comLinkList li a span {
	margin-top: 5px;
	display: block;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.33;
}
.comLinkList li a .sml {
	padding: 1px;
	position: absolute;
	left: 12px;
	top: -11px;
	width: 108px;
	text-align: center;
	border: 1px solid #06AA67;
	background-color: #fff;
	box-sizing: border-box;
	z-index: 1;
}
.comLinkList li a .sml01 {
	border-color: #DE215A;
}
.comLinkList li a .sml span {
	margin: 0;
	padding: 2px 0 3px;
	font-size: 1.1rem;
	color: #fff;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 0.05em;
	background-color: #06AA67;
}
.comLinkList li a .sml01 span {
	letter-spacing: 0;
	background-color: #DE215A;
}
@media all and (min-width: 897px) {
	.comLinkList li a:hover {
		color: #fff;
		background: url("img/common/icon23_on.png") no-repeat left 21px center,url("img/common/icon29.png") no-repeat bottom 15px right 17px #F84E81;
		background-size: 62px auto,16px auto;
	}
	.comLinkList li:nth-child(2) a:hover {
		background: url("img/common/icon24_on.png") no-repeat left 23px center,url("img/common/icon29.png") no-repeat bottom 15px right 17px #F187C7;
		background-size: 59px auto,16px auto;
	}
	.comLinkList li:nth-child(3) a:hover {
		background: url("img/common/icon25_on.png") no-repeat left 21px center,url("img/common/icon29.png") no-repeat bottom 15px right 17px #64CCDA;
		background-size: 62px auto,16px auto;
	}
	.comLinkList li:nth-child(4) a:hover {
		background: url("img/common/icon26_on.png") no-repeat left 19px center,url("img/common/icon29.png") no-repeat bottom 15px right 17px #FF9950;
		background-size: 66px auto,16px auto;
	}
	.comLinkList li:nth-child(5) a:hover {
		background: url("img/common/icon27_on.png") no-repeat left 17px center,url("img/common/icon29.png") no-repeat bottom 15px right 17px #37BF81;
		background-size: 74px auto,16px auto;
	}
	.comLinkList li:nth-child(6) a:hover {
		background: url("img/common/icon28_on.png") no-repeat left 19px center,url("img/common/icon29.png") no-repeat bottom 15px right 17px #EDD45A;
		background-size: 66px auto,16px auto;
	}
}
@media all and (max-width: 896px) {
	.comLinkList {
		margin: 0 0 10px;
		display: block;
	}
	.comLinkList li {
		margin: 0 0 10px;
		width: auto;
		box-shadow: none !important;
	}
	.comLinkList li:last-child {
		margin-bottom: 0 !important;
	}
	.comLinkList li a {
		height: 74px;
		padding-left: 85px;
		font-size: 1.5rem;
		line-height: 1.4;
		background: url("img/common/icon23.png") no-repeat left 20px center,url("img/common/icon04.png") no-repeat bottom 7px right 7px #fff;
		background-size: 47px auto,14px auto;
	}
	.comLinkList li:nth-child(2) a {
		background: url("img/common/icon24.png") no-repeat left 23px center,url("img/common/icon06.png") no-repeat bottom 7px right 7px #fff;
		background-size: 44px auto,14px auto;
	}
	.comLinkList li:nth-child(3) a {
		background: url("img/common/icon25.png") no-repeat left 21px center,url("img/common/icon05.png") no-repeat bottom 7px right 7px #fff;
		background-size: 47px auto,14px auto;
	}
	.comLinkList li:nth-child(4) a {
		background: url("img/common/icon26.png") no-repeat left 19px center,url("img/common/icon07.png") no-repeat bottom 7px right 7px #fff;
		background-size: 51px auto,14px auto;
	}
	.comLinkList li:nth-child(5) a {
		background: url("img/common/icon27.png") no-repeat left 17px center,url("img/common/icon08.png") no-repeat bottom 7px right 7px #fff;
		background-size: 57px auto,14px auto;
	}
	.comLinkList li:nth-child(6) a {
		background: url("img/common/icon28.png") no-repeat left 19px center,url("img/common/icon09.png") no-repeat bottom 7px right 7px #fff;
		background-size: 49px auto,14px auto;
	}
	.comLinkList li a span {
		margin-top: 3px;
		font-size: 1rem;
		line-height: 1.4;
	}
}
@media all and (max-width: 350px) {
	.comLinkList li a {
		padding-left: 58px;
		background-position: left 5px center,bottom 7px right 7px !important;
	}
}
/*------------------------------------------------------------
	comLinkList
------------------------------------------------------------*/
.comList {
	margin: 0 0 24px;
}
.comList li {
	margin-right: 18px;
	width: 268px;
	border: 3px solid #E16EB4;
	box-sizing: border-box;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 3px 3px 0 #E16EB4;
}
.comList li:nth-child(2) {
	border-color: #30BBCE;
	box-shadow: 3px 3px 0 #30BBCE;
}
.comList li:nth-child(3) {
	border-color: #F07822;
	box-shadow: 3px 3px 0 #F07822;
}
.comList li:nth-child(4) {
	margin-right: 0;
	border-color: #FFDC37;
	box-shadow: 3px 3px 0 #FFDC37;
}
.comList li a {
	height: 84px;
	padding: 0 16px;
	font-size: 1.8rem;
	font-weight: 700;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	background: url("img/common/icon06.png") no-repeat center right 17px #fff;
	background-size: 16px auto;
}
.comList li:nth-child(2) a {
	background-image: url("img/common/icon05.png");
}
.comList li:nth-child(3) a {
	background-image: url("img/common/icon07.png");
}
.comList li:nth-child(4) a {
	background-image: url("img/common/icon09.png");
}
@media all and (min-width: 897px) {
	.comList li a:hover {
		color: #fff;
		background-color: #F187C7;
		background-image: url("img/common/icon29.png");
	}
	.comList li:nth-child(2) a:hover {
		background-color: #64CCDA;
	}
	.comList li:nth-child(3) a:hover {
		background-color: #FD9950;
	}
	.comList li:nth-child(4) a:hover {
		background-color: #EDD45A;
	}
}
@media all and (max-width: 896px) {
	.comList {
		margin: -10px 0 16px;
		justify-content: space-between;
	}
	.comList li {
		margin: 10px 0 0;
		width: 48.4%;
		box-shadow: none !important;
	}
	.comList li a {
		height: 45px;
		padding: 0 8px;
		font-size: 1.3rem;
		background-position: center right 6px;
		background-size: 13px auto;
	}
}
@media all and (max-width: 350px) {
	.comList li a {
		padding: 0 5px;
		font-size: 1.1rem;
	}
}
/*------------------------------------------------------------
	comColorTxt
------------------------------------------------------------*/
.comColorTxt {
	padding: 18px 0 22px;
	margin-bottom: 30px;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.66;
	letter-spacing: 0.05em;
	border: 1px solid #DE215A;
	background-color: #fff;
}
@media all and (max-width: 896px) {
	.comColorTxt {
		padding: 13px 19px 14px;
		margin-bottom: 20px;
		text-align: left;
		font-size: 1.3rem;
		font-weight: 400;
		line-height: 1.61;
	}
}
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.index .mainVisual {
	margin: -2px 0 109px;
	position: relative;
}
.index .mainVisual img {
	width: 100%;
}
.index .mainVisual .textImg {
	position: absolute;
	left: 31.9%;
	top: 18.3%;
	width: 43.41%;
}
.index .mainVisual p {
	width: 100%;
	position: absolute;
	left: 0;
	top: 66%;
	font-size: 1.1vw;
	text-align: center;
	font-weight: 700;
	line-height: 1.66;
	letter-spacing: 0.05em;
}
.index .comBg04 {
	padding: 1px 0 57px;
}
.index .comBg04 h2 {
	margin: -141px 0 26px -19px;
	width: 1139px;
}
.index #main .link {
	padding-top: 20px;
	border-top: 1px dotted #24140E;
}
.index #main .link a:hover {
	opacity: 0.75;
}
.index #main .btmTxt {
	margin-top: 62px;
	text-align: center;
	font-weight: 400;
	line-height: 1.625;
}
.index #main .btmTxt span {
	display: block;
	font-weight: 700;
}
.index #main .btmTxt a {
	color: #1a73e8;
	text-decoration: underline;
}
.index #main .btmTxt a:hover {
	text-decoration: none;
}
@media all and (max-width: 896px) {
	.index .mainVisual {
		margin: 0 0 39px;
	}
	.index .mainVisual .textImg {
		left: 3.9%;
		top: 26.5%;
		width: 94.93%;
	}
	.index .mainVisual p {
		top: 64.5%;
		font-size: 3.73vw;
		line-height: 1.78;
	}
	.index .comBg04 {
		padding: 1px 15px 40px;
	}
	.index .comBg04 h2 {
		margin: -11px auto 20px;
		width: auto;
		max-width: 302px;
	}
	.index #main .link {
		padding-top: 13px;
	}
	.index #main .link a img {
		width: 100%;
	}
	.index #main .btmTxt {
		margin-top: 44px;
		line-height: 1.57;
	}
	.index #main .btmTxt a:hover {
		text-decoration: underline;
	}
}
/*------------------------------------------------------------
	greeting
------------------------------------------------------------*/
.greeting #main .topText {
	margin-bottom: 54px;
	text-align: center;
	line-height: 1.625;
	letter-spacing: 0.05em;
}
.greeting #main .imgBox .pho {
	width: 260px;
}
.greeting #main .imgBox .textBox {
	width: 707px;
	margin-top: -6px;
}
.greeting #main .imgBox p {
	color: #000;
	line-height: 1.625;
}
.greeting #main .imgBox .name {
	margin-bottom: 16px;
	color: #24140E;
	letter-spacing: 0.05em;
}
.greeting #main .imgBox .name span {
	margin-top: -6px;
	display: block;
	font-weight: 900;
	font-size: 2.8rem;
	letter-spacing: 0.05em;
}
.greeting #main .imgBox .name01 span {
	margin-top: -1px;
	font-weight: 700;
	font-size: 2.4rem;
}
.greeting #main .comBorder:not(:last-child) {
	margin-bottom: 40px;
}
@media all and (max-width: 896px) {
	.greeting #main .topText {
		margin: 0 15px 32px;
		text-align: left;
		line-height: 1.71;
	}
	.greeting #main .imgBox {
		display: block;
	}
	.greeting #main .imgBox .pho {
		width: auto;
		margin: 0 27px 0 28px;
		text-align: center;
	}
	.greeting #main .imgBox .textBox {
		width: auto;
		margin-top: 17px;
	}
	.greeting #main .imgBox p {
		line-height: 1.71;
	}
	.greeting #main .imgBox .name {
		margin-bottom: 11px;
	}
	.greeting #main .imgBox .name span {
		margin-top: -4px;
		font-size: 1.8rem;
	}
	.greeting #main .imgBox .name01 span {
		margin-top: -4px;
		font-weight: 900;
		font-size: 1.8rem;
	}
	.greeting #main .comBorder:not(:last-child) {
		margin-bottom: 20px;
	}
}
/*------------------------------------------------------------
	campus
------------------------------------------------------------*/
.campus .pageTitle {
	background-image: url("img/campus/page_title_bg.jpg");
}
.campus #main .topBox {
	padding: 11px 0 95px;
	text-align: center;
}
.campus #main .topBox p {
	margin-bottom: 44px;
	font-size: 2.2rem;
	line-height: 1.81;
	letter-spacing: 0.05em;
}
.campus #main .topBox p span {
	display: inline-block;
	padding: 0 58px;
	background: url("img/common/line01.png") no-repeat left center, url("img/common/line02.png") no-repeat center right;
	background-size: 47px auto, 47px auto;
}
.campus #main .topBox li:nth-child(2) {
	margin: 22px 75px 0;
}
.campus #main .topBox li a:hover {
	opacity: 0.75;
}
.campus #main .comBorder {
	padding-bottom: 48px;
}
.campus #main .comBorder:not(:last-child) {
	margin-bottom: 40px;
}
.campus #main .comBorder .headLine01 {
	margin-bottom: 40px;
}
.campus #main .comBorder p {
	max-width: 847px;
	margin: 49px auto 0;
	line-height: 1.625;
}
@media all and (max-width: 896px) {
	.campus .pageTitle {
		background-image: url("img/campus/sp_page_title_bg.jpg");
	}
	.campus #main .topBox {
		padding: 3px 0 32px;
	}
	.campus #main .topBox p {
		margin-bottom: 32px;
		font-size: 1.6rem;
		line-height: 1.5;
	}
	.campus #main .topBox p span {
		display: block;
	}
	.campus #main .topBox li:nth-child(2) {
		margin: 11px 8px 0;
	}
	.campus #main .comBorder {
		padding-bottom: 26px;
	}
	.campus #main .comBorder:not(:last-child) {
		margin-bottom: 20px;
	}
	.campus #main .comBorder .headLine01 {
		margin-bottom: 20px;
	}
	.campus #main .comBorder p {
		max-width: inherit;
		margin: 18px auto 0;
		line-height: 1.71;
	}
}
@media all and (max-width: 374px) {
	.campus #main .topBox p {
		letter-spacing: 0;
	}
	.campus #main .topBox p span {
		padding: 0 40px;
	}
	.campus #main .topBox li {
		width: 95px;
	}
	.campus #main .topBox li:nth-child(2) {
		margin: 11px 2px 0;
	}
}
/*------------------------------------------------------------
	corporte
------------------------------------------------------------*/
.corporte #pagePath {
	padding-bottom: 77px;
}
.corporte #main .headLine02 {
	margin-bottom: 47px;
	text-shadow: none;
	color: #24140E;
}
.corporte #main .headLine02 .en {
	color: #fff;
}
.corporte #main .topText {
	margin-bottom: 54px;
	text-align: center;
	line-height: 1.625;
	letter-spacing: 0.05em;
}
.corporte #main .comBorder {
	padding-bottom: 67px;
	margin-bottom: 60px;
}
.corporte #main .comBorder ul {
	width: 846px;
	margin: -9px auto 0;
}
.corporte #main .comBorder li {
	border-bottom: 1px solid #DFDFDF;
}
.corporte #main .comBorder li a,
.corporte #main .comBorder li span {
	padding: 22px 0 15px;
	display: block;
	font-weight: 400;
	color: #000;
	letter-spacing: 0.05em;
}
.corporte #main .comBorder li a {
	background: url("img/common/icon03.png") no-repeat right 1px top 27px;
	background-size: 12px auto;
}
.corporte #main .comBorder li a:hover {
	opacity: 0.75;
}
.corporte #main .btmBox {
	width: 500px;
	margin: 0 auto;
	text-align: center;
}
.corporte #main .btmBox .link a:hover {
	opacity: 0.75;
}
.corporte #main .btmBox p {
	margin-top: 14px;
	font-size: 1.4rem;
}
.corporte #main .btmBox p span {
	margin-bottom: 6px;
	display: block;
	font-size: 1.8rem;
	font-weight: 700;
}
@media all and (max-width: 896px) {
	.corporte #pagePath {
		padding-bottom: 36px;
	}
	.corporte #main .headLine02 {
		margin-bottom: 27px;
	}
	.corporte #main .topText {
		margin-bottom: 32px;
		text-align: left;
		line-height: 1.71;
	}
	.corporte #main .comBg01 {
		padding-bottom: 38px;
	}
	.corporte #main .comBorder {
		padding-bottom: 30px;
		margin-bottom: 40px;
	}
	.corporte #main .comBorder ul {
		width: auto;
		margin: -16px auto 0;
	}
	.corporte #main .comBorder li a,
	.corporte #main .comBorder li span {
		padding: 18px 40px 18px 0;
		line-height: 1.8;
	}
	.corporte #main .comBorder li a {
		background-position: right top 27px;
	}
	.corporte #main .btmBox {
		width: auto;
		margin: 0 0 0 1px;
	}
	.corporte #main .btmBox p {
		margin-top: 7px;
		font-size: 1.1rem;
		line-height: 1.81;
	}
	.corporte #main .btmBox p span {
		margin-bottom: -1px;
		font-size: 1.4rem;
	}
}
/*------------------------------------------------------------
	sitemap
------------------------------------------------------------*/
.sitemap #pagePath {
	padding-bottom: 77px;
}
.sitemap #main .headLine02 {
	margin-bottom: 72px;
	text-shadow: none;
	color: #24140E;
}
.sitemap #main .headLine02 .en {
	color: #fff;
}
.sitemap #main .comBorder {
	padding: 61px 0 78px;
}
.sitemap #main .linkUl {
	width: 846px;
	margin: 0 auto;
}
.sitemap #main .linkUl li {
	font-weight: 400;
	letter-spacing: 0.05em;
}
.sitemap #main .linkUl li a {
	padding: 21px 15px 15px 80px;
	color: #000;
	display: block;
	border-bottom: 1px solid #DFDFDF;
}
.sitemap #main .linkUl li a:hover {
	opacity: 0.75;
}
.sitemap #main .linkUl > li > a {
	padding-left: 28px;
	background: url("img/common/icon04.png") no-repeat left 1px top 26px;
	background-size: 18px auto;
}
.sitemap #main .linkUl > li:nth-child(6n + 2) > a {
	background-image: url("img/common/icon05.png");
}
.sitemap #main .linkUl > li:nth-child(6n + 3) > a {
	background-image: url("img/common/icon06.png");
}
.sitemap #main .linkUl > li:nth-child(6n + 4) > a {
	background-image: url("img/common/icon07.png");
}
.sitemap #main .linkUl > li:nth-child(6n + 5) > a {
	background-image: url("img/common/icon08.png");
}
.sitemap #main .linkUl > li:nth-child(6n) > a {
	background-image: url("img/common/icon09.png");
}
@media all and (max-width: 896px) {
	.sitemap #pagePath {
		padding-bottom: 36px;
	}
	.sitemap #main .headLine02 {
		margin-bottom: 32px;
	}
	.sitemap #main .comBorder {
		padding: 2px 12px 27px;
	}
	.sitemap #main .linkUl {
		width: auto;
	}
	.sitemap #main .linkUl li {
		line-height: 1.57;
		font-size: 1.6rem;
	}
	.sitemap #main .linkUl li a {
		padding: 14px 10px 15px 45px;
	}
	.sitemap #main .linkUl > li > a {
		padding: 20px 0 14px 28px;
		background-position: left 1px top 25px;
	}
}
/*------------------------------------------------------------
	branch
------------------------------------------------------------*/
.branch .pageTitle {
	background-image: url("img/branch/page_title_bg.jpg");
}
.branch #main .comBorder {
	padding-bottom: 51px;
	position: relative;
}
.branch #main .comBorder:not(:last-child) {
	margin-bottom: 40px;
}
.branch #main .comBorder .info {
	padding: 11px 2px 0;
}
.branch #main .comBorder .lBox {
	width: 460px;
}
.branch #main .comBorder .rBox {
	width: 436px;
	position: relative;
}
.branch #main .comBorder .info p,
.branch #main .comBorder .info dl {
	line-height: 1.625;
}
.branch #main .comBorder .info h4 {
	margin-bottom: 19px;
	padding-left: 21px;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	position: relative;
}
.branch #main .comBorder .info h4:before {
	margin-top: -6px;
	position: absolute;
	left: 0;
	top: 50%;
	width: 13px;
	height: 13px;
	border-radius: 100px;
	background-color: #06AA67;
	content: "";
}
.branch #main .comBorder .info dd {
	padding: 0 0 0 3.24em;
}
.branch #main .comBorder .pho {
	margin-top: 19px;
	width: 225px;
	overflow: hidden;
	border-radius: 8px;
}
.branch #main .comBorder .img {
	position: absolute;
	right: 2px;
	top: 50px;
	width: 110px;
	text-align: right;
}
.branch #main .comBorder .img a:hover {
	opacity: 0.75;
}
.branch #main .comBorder .img:before {
	position: absolute;
	right: 4px;
	top: 120px;
	background: url("img/branch/icon01.png") no-repeat;
	background-size: 17px auto;
	width: 17px;
	height: 27px;
	content: "";
}
.branch #main .comBorder .img span {
	margin: 40px -11px 0 -70px;
	display: block;
	font-size: 1.4rem;
	line-height: 1.85;
}
@media all and (max-width: 896px) {
	.branch .pageTitle {
		background-image: url("img/branch/sp_page_title_bg.jpg");
	}
	.branch #main .comBorder {
		padding-bottom: 31px;
	}
	.branch #main .comBorder:not(:last-child) {
		margin-bottom: 20px;
	}
	.branch #main .comBorder .info {
		padding: 0 1px;
		display: block;
		margin-top: -1px;
	}
	.branch #main .comBorder .lBox {
		width: auto;
		margin-bottom: 9px;
	}
	.branch #main .comBorder .rBox {
		width: auto;
	}
	.branch #main .comBorder .info p,
	.branch #main .comBorder .info dl {
		line-height: 1.71;
	}
	.branch #main .comBorder .info h4 {
		margin-bottom: 16px;
		padding-left: 23px;
		font-size: 1.4rem;
		line-height: 1.71;
	}
	.branch #main .comBorder .rBox h4 {
		margin-bottom: 8px;
	}
	.branch #main .comBorder .info h4:before {
		margin-top: 0;
		top: 7px;
		left: 3px;
		width: 10px;
		height: 10px;
	}
	.branch #main .comBorder .info dd {
		padding: 0;
	}
	.branch #main .comBorder .pho {
		margin: 18px 25px 22px;
		width: auto;
		text-align: center;
	}
	.branch #main .comBorder .img {
		position: relative;
		right: auto;
		top: auto;
		width: auto;
		margin: 0 3px;
		text-align: left;
	}
	.branch #main .comBorder .img img {
		width: 110px;
	}
	.branch #main .comBorder .img:before {
		right: auto;
		left: 121px;
		top: -2px;
		background: url("img/branch/sp_icon01.png") no-repeat;
		background-size: 27px auto;
		width: 27px;
		height: 17px;
	}
	.branch #main .comBorder .img span {
		margin: 0;
		position: absolute;
		left: 158px;
		right: -10px;
		top: -4px;
		line-height: 1.71;
	}
}
@media all and (max-width: 350px) {
	.branch #main .comLinkUl {
		padding: 0 20px 25px;
	}
}
/*------------------------------------------------------------
	organizations
------------------------------------------------------------*/
.organizations .pageTitle {
	background-image: url("img/organizations01/page_title_bg.jpg");
}
.organizations #main .comLine {
	margin-top: -9px;
}
.organizations #main .comLine span {
	background: url("img/common/line01.png") no-repeat left center, url("img/common/line02.png") no-repeat center right;
}
.organizations #main .comLinkUl {
	margin-bottom: -40px;
	border-color: #C4FFFD;
}
.organizations #main .comLinkUl li {
	margin: 0 10px;
}
.organizations #main .comBorder {
	padding: 47px 57px 57px;
	position: relative;
}
.organizations #main .comBorder:not(:last-child) {
	margin-bottom: 40px;
}
.organizations #main .h3Ttl {
	padding-bottom: 65px;
}
.organizations #main .h3Ttl01 .sml {
	display: block;
	margin: 5px 0 0;
}
@media all and (max-width: 896px) {
	.organizations .pageTitle {
		background-image: url("img/organizations01/sp_page_title_bg.jpg");
	}
	.organizations #main .comLine {
		margin: 0 0 25px;
	}
	.organizations #main .comLinkUl {
		margin-bottom: -220px;
		padding: 25px 40px 24px;
		display: block;
	}
	.organizations #main .comLinkUl li {
		margin: 0 0 25px;
		width: auto;
	}
	.organizations #main .comLinkUl li:last-child {
		margin-bottom: 0 !important;
	}
	.organizations #main .comBorder {
		padding: 30px 12px 29px;
	}
	.organizations #main .comBorder:not(:last-child) {
		margin-bottom: 20px;
	}
	.organizations #main .h3Ttl {
		padding-bottom: 17px;
	}
	.organizations #main .comListUl01 {
		padding-bottom: 13px;
		margin-bottom: 35px;
		border-bottom: 1px solid #30BBCE;
	}
}
/*------------------------------------------------------------
	organizations02
------------------------------------------------------------*/
.organizations02 #main .comLine span {
	background: url("img/common/line05.png") no-repeat left center, url("img/common/line06.png") no-repeat center right;
}
.organizations02 #main .comLinkUl {
	margin-bottom: -55px;
	padding: 6px 50px 21px;
	border-color: #FCE1E7;
}
.organizations02 #main .comLinkUl li {
	margin: 17px 26px 0;
}
.organizations02 #main .comBorder {
	padding-top: 50px;
}
.organizations02 #main .h3Ttl {
	padding-bottom: 25px;
}
.organizations02 #main .comListUl02 {
	font-size: 1.4rem;
}
.organizations02 #main .comListUl02 li span {
	letter-spacing: 0;
}
.organizations02 #main .comListUl02 li a:not(:last-child) {
	margin-right: 5px;
}
.organizations02 #main .info {
	position: relative;
}
.organizations02 #main .info .comText {
	margin-bottom: 0 !important;
}
.organizations02 #main .info:not(:last-child) {
	margin-bottom: 82px;
}
.organizations02 #main .info .comListUl {
	right: 1px;
	top: 13px;
}
@media all and (max-width: 896px) {
	.organizations02 #main .comLine {
		margin: 3px 0 24px;
	}
	.organizations02 #main .comLinkUl {
		margin-bottom: -200px;
		padding: 25px 20px 22px 40px;
	}
	.organizations02 #main .comLinkUl li {
		margin: 0 0 25px;
	}
	.organizations02 #main .comBorder {
		padding-top: 30px;
	}
	.organizations02 #main .h3Ttl {
		padding-bottom: 17px;
	}
	.organizations02 #main .comListUl02 li span {
		letter-spacing: 0.05em;
		font-weight: 700;
		display: block;
		margin-bottom: 13px;
	}
	.organizations02 #main .comListUl02 li a:not(:last-child) {
		margin: 0 0 19px;
	}
	.organizations02 #main .info:not(:last-child) {
		margin-bottom: 37px;
	}
	.organizations #main .comListUl01 {
		padding-bottom: 13px;
		margin-bottom: 0;
		border-bottom: 1px solid #DE215A;
	}
}
/*------------------------------------------------------------
	overseas
------------------------------------------------------------*/
.overseas .pageTitle {
	background-image: url("img/overseas/page_title_bg.jpg");
}
.overseas #main .comLine {
	margin-bottom: 41px;
}
.overseas #main .comLine span {
	background: url("img/common/line05.png") no-repeat left center,url("img/common/line06.png") no-repeat right center;
}
.overseas #main .whiteBg {
	padding-bottom: 70px;
}
.overseas #main .whiteBg ul {
	width: 826px;
	margin: 0 auto;
}
.overseas #main .whiteBg li:not(:last-child) {
	margin-bottom: 34px;
}
.overseas #main .whiteBg li p {
	line-height: 1.625;
}
.overseas #main .whiteBg li .ttl {
	margin-bottom: 9px;
	padding-left: 29px;
	font-size: 2rem;
	font-weight: 700;
	background: url("img/common/icon10.png") no-repeat left 2px top 7px;
	background-size: 18px auto;
}
.overseas #main .whiteBg li:nth-child(2) .ttl {
	background-image: url("img/common/icon11.png");
}
.overseas #main .whiteBg li:nth-child(3) .ttl {
	background-image: url("img/common/icon15.png");
}
.overseas #main .whiteBg li:nth-child(4) .ttl {
	background-image: url("img/common/icon12.png");
}
.overseas #main .whiteBg li:nth-child(5) .ttl {
	background-image: url("img/common/icon13.png");
}
.overseas #main .whiteBg li:nth-child(6) .ttl {
	background-image: url("img/common/icon14.png");
}
.overseas #main .whiteBg li .ttl span {
	margin-left: 25px;
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 500;
}
.overseas #main .comBg04 {
	padding-top: 58px;
}
@media all and (max-width: 896px) {
	.overseas .pageTitle {
		background-image: url("img/overseas/sp_page_title_bg.jpg");
	}
	.overseas #main .comLine {
		margin-bottom: 37px;
	}
	.overseas #main .comLine span {
		min-height: 76px;
		padding-top: 14px;
		box-sizing: border-box;
	}
	.overseas #main .whiteBg {
		padding: 4px 0 28px;
	}
	.overseas #main .whiteBg ul {
		width: auto;
	}
	.overseas #main .whiteBg li:not(:last-child) {
		margin-bottom: 14px;
	}
	.overseas #main .whiteBg li p {
		line-height: 1.85;
	}
	.overseas #main .whiteBg li .ttl {
		font-size: 1.8rem;
	}
	.overseas #main .whiteBg li .ttl span {
		margin-left: 9px;
		font-size: 1.4rem;
	}
	.overseas #main .comBg04 {
		padding-top: 31px;
	}
}
/*------------------------------------------------------------
	risoukai
------------------------------------------------------------*/
.risoukai .pageTitle {
	background-image: url("img/risoukai/page_title_bg.jpg");
}
.risoukai #main .comBg03 {
	padding-top: 63px;
}
.risoukai #main .comBorder {
	padding: 52px 57px 49px;
}
@media all and (max-width: 896px) {
	.risoukai .pageTitle {
		background-image: url("img/risoukai/sp_page_title_bg.jpg");
	}
	.risoukai #main .comBg03 {
		padding-top: 30px;
	}
	.risoukai #main .comBorder {
		padding: 27px 12px 29px;
	}
}
/*------------------------------------------------------------
	kids
------------------------------------------------------------*/
.kids .pageTitle {
	background-image: url("img/kids/page_title_bg.jpg");
}
.kids #main .comBg04 {
	padding-top: 61px;
}
.kids #main .comBorder {
	padding-top: 47px;
}
.kids #main .headLine01 {
	margin-bottom: 39px;
}
@media all and (max-width: 896px) {
	.kids .pageTitle {
		background-image: url("img/kids/sp_page_title_bg.jpg");
	}
	.kids #main .comBg04 {
		padding-top: 30px;
	}
	.kids #main .comBorder {
		padding-top: 27px;
	}
	.kids #main .headLine01 {
		margin-bottom: 21px;
	}
}
/*------------------------------------------------------------
	tokyo
------------------------------------------------------------*/
.tokyo .pageTitle {
	background-image: url("img/tokyo/page_title_bg.jpg");
}
.tokyo #main .comBg04 {
	padding-top: 61px;
}
.tokyo #main .headLine01 {
	margin-bottom: 40px;
}
@media all and (max-width: 896px) {
	.tokyo .pageTitle {
		background-image: url("img/tokyo/sp_page_title_bg.jpg");
	}
	.tokyo #main .comBg04 {
		padding-top: 30px;
	}
	.tokyo #main .headLine01 {
		margin-bottom: 19px;
	}
	.tokyo #main .comBorder {
		padding-top: 27px;
	}
}
@media all and (max-width: 340px) {
	.tokyo .pageTitle .headLine02 {
		letter-spacing: 0;
	}
}
/*------------------------------------------------------------
	science
------------------------------------------------------------*/
.science .pageTitle {
	background-image: url("img/science/page_title_bg.jpg");
}
.science .comTopText {
	margin-bottom: 41px;
}
.science #main .comBg03 {
	padding-top: 63px;
}
.science #main .h3Ttl .sml01 {
	display: block;
	margin-top: 11px;
}
@media all and (max-width: 896px) {
	.science .pageTitle {
		background-image: url("img/science/sp_page_title_bg.jpg");
	}
	.science .comTopText {
		margin-bottom: 28px;
	}
	.science #main .comBg03 {
		padding-top: 78px;
	}
	.science #main .headLine01 .sml01 {
		display: block;
		margin-top: 7px;
		font-size: 1.6rem;
	}
	.science #main .comBorder {
		padding-top: 27px;
	}
}
/*------------------------------------------------------------
	museum
------------------------------------------------------------*/
.museum .pageTitle {
	padding-top: 41px;
	background-image: url("img/museum/page_title_bg.jpg");
}
.museum .pageTitle .headLine02 {
	line-height: 1.33;
}
.museum .pageTitle .headLine02 .en {
	margin-bottom: 4px;
}
.museum #main .comBg02 {
	padding-top: 61px;
}
.museum #main .comBorder {
	padding-top: 46px;
}
.museum #main .headLine01 {
	margin-bottom: 40px;
}
.museum #main .h3Ttl {
	letter-spacing: 0;
}
.museum #main .comBtmUl {
	border-color: #DE215A;
}
@media all and (max-width: 896px) {
	.museum .pageTitle {
		background-image: url("img/museum/sp_page_title_bg.jpg");
	}
	.museum .pageTitle .headLine02 .sm {
		font-size: 2rem;
		display: block;
		margin-top: -2px;
	}
	.museum #main .comBg02 {
		padding-top: 30px;
	}
	.museum #main .comBorder {
		padding-top: 27px;
	}
	.museum #main .headLine01 {
		margin-bottom: 20px;
	}
	.museum #main .headLine01 .sml01 {
		display: block;
		margin-top: 7px;
		font-size: 1.6rem;
	}
}
/*------------------------------------------------------------
	special
------------------------------------------------------------*/
.special .pageTitle {
	background-image: url("img/special/page_title_bg.jpg");
}
.special #main .topBox {
	padding: 71px 0 55px;
}
.special #main .topBox ul {
	width: 1000px;
	margin: 0 auto 55px;
}
.special #main .topBox li {
	width: 50%;
	padding: 50px 100px 39px;
	text-align: right;
	position: relative;
	background-color: #C4FFFD;
	box-sizing: border-box;
}
.special #main .topBox li:first-child:before {
	margin-top: -46px;
	position: absolute;
	right: -51px;
	top: 50%;
	background: url("img/special/icon01.png") no-repeat;
	background-size: 102px auto;
	width: 102px;
	height: 102px;
	content: "";
	z-index: 1;
}
.special #main .topBox li:last-child {
	text-align: left;
	background-color: #FFE6EE;
}
.special #main .topBox .ttl {
	min-height: 66px;
	font-size: 1.3rem;
	line-height: 1.46;
	letter-spacing: 0.04em;
}
.special #main .topBox .name {
	font-size: 1.2rem;
	letter-spacing: 0.04em;
}
.special #main .topBox .name span {
	margin-bottom: -3px;
	display: block;
	font-weight: 700;
	font-size: 2rem;
	letter-spacing: 0.04em;
}
.special #main .topBox .pho {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 250px;
}
.special #main .topBox li:last-child .pho {
	left: auto !important;
	right: 0;
	width: 271px;
}
.special #main .topBox .topTxt {
	text-align: center;
	font-size: 2rem;
	line-height: 2;
	letter-spacing: 0.05em;
}
.special #main .topBox .comColorTxt {
	max-width: 1000px;
	margin: 34px auto 0;
	box-sizing: border-box;
}
.special #main .comBg02 {
	padding-top: 62px;
}
.special #main .comBorder .headLine01 {
	margin-bottom: 30px;
}
.special #main .comBorder h4 {
	margin-bottom: 35px;
	text-align: center;
	color: #DE215A;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}
.special #main .comBorder h4 > span {
	margin-bottom: 17px;
	display: block;
	color: #24140E;
	font-size: 2.8rem;
	font-weight: 900;
}
.special #main .comBorder h4 > span span {
	display: inline-block;
	padding: 0 13px;
	position: relative;
}
.special #main .comBorder h4 > span span:before {
	margin-top: 2px;
	position: absolute;
	right: 100%;
	top: 50%;
	width: 25px;
	height: 3px;
	background-color: #DE215A;
	content: "";
}
.special #main .comBorder h4 > span span:after {
	margin-top: 2px;
	position: absolute;
	left: 100%;
	top: 50%;
	width: 25px;
	height: 3px;
	background-color: #9EF5FE;
	content: "";
}
.special #main .comBorder .info:not(:last-of-type) {
	padding-bottom: 50px;
	margin-bottom: 48px;
	border-bottom: 1px solid #DFDFDF;
}
.special #main .comBorder .comMoive {
	position: relative;
}
.special #main .comBorder .comMoive > img {
	border-radius: 8px;
}
.special #main .comBorder .comMoive .icon {
	position: absolute;
	left: -32px;
	top: -25px;
	width: 183px;
}
.special #main .comBtmUl {
	border-color: #DE215A;
}
@media all and (max-width: 896px) {
	.special .pageTitle {
		background-image: url("img/special/sp_page_title_bg.jpg");
	}
	.special #main .topBox {
		padding: 14px 0 30px;
	}
	.special #main .topBox ul {
		width: auto;
		display: block;
		margin: 0 auto 30px;
	}
	.special #main .topBox li {
		width: auto;
		padding: 10px 15px 28px;
	}
	.special #main .topBox li:last-child {
		padding: 22px 15px 11px;
	}
	.special #main .topBox li:first-child:before {
		margin: 0 -16px 0 0;
		right: 50%;
		top: auto;
		bottom: -16px;
		background-size: 32px auto;
		width: 32px;
		height: 32px;
	}
	.special #main .topBox .ttl {
		min-height: 47px;
		font-size: 1.2rem;
		line-height: 1.33;
	}
	.special #main .topBox li:last-child .ttl {
		min-height: 52px;
	}
	.special #main .topBox .pho {
		width: 135px;
		left: -10px;
	}
	.special #main .topBox li:last-child .pho {
		width: 146px;
	}
	.special #main .topBox .topTxt {
		text-align: left;
		font-size: 1.4rem;
		line-height: 1.71;
	}
	.special #main .topBox .comColorTxt {
		max-width: inherit;
		margin: 18px auto 0;
	}
	.special #main .comBg02 {
		padding-top: 28px;
	}
	.special #main .comBorder .headLine01 {
		margin-bottom: 15px;
	}
	.special #main .comBorder h4 {
		margin: 0 20px 15px;
		font-size: 1.8rem;
		line-height: 1.55;
	}
	.special #main .comBorder h4 > span {
		margin-bottom: 10px;
		font-size: 1.8rem;
	}
	.special #main .comBorder h4 > span span {
		padding: 0 9px;
	}
	.special #main .comBorder h4 > span span:before {
		margin-top: -2px;
	}
	.special #main .comBorder h4 > span span:after {
		margin-top: -2px;
	}
	.special #main .comBorder .info:not(:last-of-type) {
		padding-bottom: 28px;
		margin-bottom: 21px;
	}
	.special #main .comBorder .comMoive .icon {
		left: -7px;
		top: -15px;
		width: 117px;
	}
}
/*------------------------------------------------------------
	lottery
------------------------------------------------------------*/
.lottery #main .comBg03 {
	padding-top: 114px;
	position: relative;
}
.lottery #main .comBg03 .bg01 {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.lottery #main .comBg03 .content {
	position: relative;
	z-index: 1;
}
.lottery #main .comBg03 h2 {
	margin-bottom: 73px;
	text-align: center;
}
.lottery #main .comBg03 .bg02 {
	position: relative;
}
.lottery #main .comBg03 .bg02::before {
	width: 90px;
	position: absolute;
	top: 438px;
	bottom: -40px;
	left: -96px;
	background: url("img/lottery/bg02.png") repeat-y top left / 90px;
	content: "";
}
.lottery #main .comBg03 .bg02::after {
	width: 90px;
	bottom: -40px;
	position: absolute;
	top: 476px;
	right: -108px;
	background: url("img/lottery/bg03.png") repeat-y top left / 90px;
	content: "";
}
.lottery #main .comBg03 .comBorder {
	margin-bottom: 60px;
	padding: 68px 40px 47px;
}
.lottery #main .comBg03 .title {
	margin: 0 auto 27px;
	padding: 7px;
	width: 754px;
	text-align: center;
	border: 1px solid #DE215A;
	box-sizing: border-box;
}
.lottery #main .comBg03 .title span {
	margin: 0 auto;
	padding: 15px 10px 18px;
	width: 740px;
	display: block;
	background-color: #DE215A;
	box-sizing: border-box;
}
.lottery #main .comBg03 .comBorder .pTop {
	margin-bottom: 40px;
	font-size: 2rem;
	font-weight: 400;
	text-align: center;
	line-height: 1.6;
}
.lottery #main .comBg03 .comBorder .pTop span {
	font-size: 1.6rem;
}
.lottery #main .comBg03 .comBorder .info {
	position: relative;
}
.lottery #main .comBg03 .comBorder .info .ico01 {
	position: absolute;
	top: 225px;
	left: 282px;
}
.lottery #main .comBg03 .comBorder .info .ico02 {
	position: absolute;
	top: 174px;
	right: 268px;
}
.lottery #main .comBg03 .comBorder .info .ico03 {
	position: absolute;
	bottom: 23px;
	left: 22px;
}
.lottery #main .comBg03 .comBorder .info .ico04 {
	position: absolute;
	bottom: 79px;
	right: 37px;
}
.lottery #main .comBg03 .comBorder .info .ico05 {
	position: absolute;
	bottom: 244px;
	left: 486px;
}
.lottery #main .comBg03 .comBorder .phoList {
	margin: 0 auto;
	padding-top: 64px;
	width: 977px;
	height: 730px;
	position: relative;
	box-sizing: border-box;
}
.lottery #main .comBg03 .comBorder .phoList li {
	width: 220px;
	box-sizing: border-box;
}
.lottery #main .comBg03 .comBorder .phoList .li02 {
	position: absolute;
	left: 252px;
	top: 29px;
}
.lottery #main .comBg03 .comBorder .phoList .li03 {
	position: absolute;
	right: 261px;
	top: -11px;
}
.lottery #main .comBg03 .comBorder .phoList .li04 {
	position: absolute;
	right: 5px;
	top: 23px;
}
.lottery #main .comBg03 .comBorder .phoList .li05 {
	position: absolute;
	left: 35px;
	top: 283px;
}
.lottery #main .comBg03 .comBorder .phoList .li06 {
	position: absolute;
	left: 314px;
	top: 249px;
}
.lottery #main .comBg03 .comBorder .phoList .li07 {
	position: absolute;
	right: -1px;
	top: 249px;
}
.lottery #main .comBg03 .comBorder .phoList .li08 {
	position: absolute;
	left: 221px;
	bottom: 66px;
}
.lottery #main .comBg03 .comBorder .phoList .li09 {
	position: absolute;
	right: 274px;
	bottom: 45px;
}
.lottery #main .comBg03 .comBorder .phoList .li10 {
	position: absolute;
	right: 222px;
	top: 221px;
}
.lottery #main .comBg03 .comBorder .phoList li .pho {
	margin: 0 auto 4px;
	width: 220px;
	display: block;
	border-radius: 10px;
	overflow: hidden;
}
.lottery #main .comBg03 .comBorder .phoList .li10 .pho {
	width: 150px;
}
.lottery #main .comBg03 .comBorder .phoList li .txt {
	position: relative;
	display: block;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}
.lottery #main .comBg03 .comBorder .phoList .li09 .txt,
.lottery #main .comBg03 .comBorder .phoList .li10 .txt {
	margin-right: -25px;
}
.lottery #main .comBg03 .comBorder .phoList li .txt .num {
	padding: 1px 15px 3px;
	position: absolute;
	display: inline-block;
	color: #FFF;
	font-size: 1.6rem;
	letter-spacing: 0.014em;
	line-height: 1;
	background-color: #DE215A;
}
.lottery #main .comBg03 .comBorder .phoList .li02 .txt .num,
.lottery #main .comBg03 .comBorder .phoList .li03 .txt .num,
.lottery #main .comBg03 .comBorder .phoList .li04 .txt .num,
.lottery #main .comBg03 .comBorder .phoList .li05 .txt .num,
.lottery #main .comBg03 .comBorder .phoList .li06 .txt .num,
.lottery #main .comBg03 .comBorder .phoList .li07 .txt .num {
	right: 0;
	bottom: 0;
}
.lottery #main .comBg03 .comBorder .phoList .li01 .txt .num,
.lottery #main .comBg03 .comBorder .phoList .li08 .txt .num,
.lottery #main .comBg03 .comBorder .phoList .li09 .txt .num,
.lottery #main .comBg03 .comBorder .phoList .li10 .txt .num {
	right: 0;
	bottom: -24px;
}
.lottery #main .comBg03 .comBorder .listUl {
	margin: 0 30px 40px;
	padding: 20px 35px 30px;
	border: 1px solid #DFDFDF;
}
.lottery #main .comBg03 .comBorder .listUl li {
	margin: 20px 40px 0 0;
	min-width: 278px;
	padding-left: 18px;
	display: inline-block;
	background: url("img/lottery/icon01.png") no-repeat left top 6px / 7px;
}
.lottery #main .comBg03 .comBorder .listUl li:nth-child(3n) {
	margin-right: 0;
	min-width: auto;
}
.lottery #main .comBg03 .comBorder .listUl li span {
	margin-left: 10px;
	padding: 0 10px;
	display: inline-block;
	color: #FFF;
	font-weight: 700;
	background-color: #DE215A;
}
.lottery #main .comBg03 .comBorder .pho {
	text-align: center;
}
.lottery #main .comBg03 .comBorder .text {
	margin: 0 auto 60px;
	padding: 30px 30px 25px;
	max-width: 754px;
	line-height: 1.62;
	border: 1px solid #DFDFDF;
	box-sizing: border-box;
}
.lottery #main .comBorder .ttl {
	margin-bottom: 60px;
}
.lottery #main .comBorder .ttl > span {
	display: block;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.05em;
}
.lottery #main .comBorder .ttl > span span {
	padding: 0 20px;
	display: inline-block;
	position: relative;
}
.lottery #main .comBorder .ttl > span span::before {
	margin-top: 2px;
	position: absolute;
	right: 100%;
	top: 50%;
	width: 25px;
	height: 3px;
	background-color: #DE215A;
	content: "";
}
.lottery #main .comBorder .ttl > span span::after {
	margin-top: 2px;
	position: absolute;
	left: 100%;
	top: 50%;
	width: 25px;
	height: 3px;
	background-color: #9EF5FE;
	content: "";
}
.lottery #main .comBorder .textList {
	margin: 0 80px 40px;
}
.lottery #main .comBorder .textList>li:not(:last-child) {
	margin-bottom: 40px;
}
.lottery #main .comBorder .textList li h4 {
	margin-bottom: 13px;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}
.lottery #main .comBorder .textList li h4 span {
	margin-right: 12px;
	width: 19px;
	height: 19px;
	display: inline-block;
	color: #FFF;
	font-size: 1.4rem;
	text-align: center;
	line-height: 1;
	border-radius: 50%;
	box-sizing: border-box;
	background-color: #DE215A;
}
.lottery #main .comBorder .textList li p {
	margin-left: 32px;
}
.lottery #main .comBorder .textList ul {
	margin-left: 32px;
}
.lottery #main .comBorder .textList ul li {
	margin-bottom: 10px;
	padding-left: 22px;
	line-height: 1.62;
	background: url("img/lottery/icon01.png") no-repeat left top 10px / 7px;
}
.lottery #main .comBorder .textList ul .special {
	color: #DE215A;
	font-weight: 700;
}
.lottery #main .comBorder .textList ul .special span {
	display: inline-block;
	background: url("img/common/line07.png") repeat-x left bottom 5px;
	background-size: 30px auto;
}
.lottery #main .comBorder .textList ul li:last-child {
	margin-bottom: 0;
}
.lottery #main .comBorder .btn a {
	margin: 0 auto;
	padding: 20px 10px;
	width: 351px;
	display: block;
	text-align: center;
	font-weight: 400;
	box-sizing: border-box;
	background-color: #DE215A;
}
.lottery #main .comBorder .btn a:hover {
	opacity: 0.7;
}
.lottery #main .comBorder .btn a span {
	padding-right: 22px;
	display: inline-block;
	color: #FFF;
	font-size: 1.8rem;
	background: url("img/lottery/icon07.png") no-repeat right top 8px / 16px;
}
.lottery #main .imgList {
	margin: 0 32px;
}
.lottery #main .imgList li {
	width: 500px;
}
.lottery #main .imgList li a:hover {
	opacity: 0.75;
}
.lottery #main .imgList li span {
	display: block;
	text-align: center;
}
.lottery #main .imgList li .ttl {
	margin: 15px 0 4px;
	font-size: 1.8rem;
	font-weight: 700;
}
.lottery #main .imgList li .txt {
	font-size: 1.4rem;
}
@media all and (max-width: 896px) {
	.lottery #main .comBg03 {
		padding-top: 39px;
	}
	.lottery #main .comBg03 h2 {
		margin-bottom: 17px;
	}
	.lottery #main .comBg03 .bg02::before,
	.lottery #main .comBg03 .bg02::after {
		display: none;
	}
	.lottery #main .comBg03 .comBorder {
		margin-bottom: 20px;
		padding: 32px 10px 47px;
	}
	.lottery #main .comBg03 .title {
		margin-bottom: 18px;
		padding: 2px;
		width: inherit;
	}
	.lottery #main .comBg03 .title span {
		padding: 6px 10px 4px;
		width: inherit;
	}
	.lottery #main .comBg03 .comBorder .pTop {
		margin: 0 -2px 30px;
		font-size: 1.6rem;
		line-height: 1.37;
	}
	.lottery #main .comBg03 .comBorder .pTop span {
		margin: 6px 0 1px;
		font-size: 1.1rem;
		display: block;
	}
	.lottery #main .comBg03 .comBorder .info .ico01 {
		top: -37px;
		left: 6px;
	}
	.lottery #main .comBg03 .comBorder .info .ico02 {
		width: 16px;
		top: -81px;
		right: 2px;
	}
	.lottery #main .comBg03 .comBorder .info .ico03 {
		display: none;
	}
	.lottery #main .comBg03 .comBorder .info .ico04 {
		width: 49px;
		bottom: 55px;
		right: -1px;
	}
	.lottery #main .comBg03 .comBorder .info .ico05 {
		display: none;
	}
	.lottery #main .comBg03 .comBorder .phoList {
		margin-top: -20px;
		padding-top: 0;
		width: auto;
		height: auto;
		position: static;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.lottery #main .comBg03 .comBorder .phoList li {
		margin-top: 20px;
		width: 49%;
		position: relative !important;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;

	}
	.lottery #main .comBg03 .comBorder .phoList li .pho {
		margin-bottom: 6px;
		width: 100%;
	}
	.lottery #main .comBg03 .comBorder .phoList .li10 .pho {
		margin-left: 16px;
		width: inherit;
	}
	.lottery #main .comBg03 .comBorder .phoList li .txt {
		width: 100%;
		display: block;
		position: static !important;
		font-size: 1.1rem;
		line-height: 1.64;
	}
	.lottery #main .comBg03 .comBorder .phoList .li09 .txt,
	.lottery #main .comBg03 .comBorder .phoList .li10 .txt {
		margin-right: 0;
	}
	.lottery #main .comBg03 .comBorder .phoList li .txt .num {
		padding: 1px 15px 3px;
		position: absolute;
		right: auto !important;
		left: 0 !important;
		bottom: auto !important;
		top: 6px !important;
		font-size: 1.6rem;
	}
	.lottery #main .comBg03 .comBorder .listUl {
		margin: 0 0 20px;
		padding: 12px 20px 4px;
	}
	.lottery #main .comBg03 .comBorder .listUl li {
		margin: 0 0 8px;
		min-width: inherit;
		padding-left: 18px;
		display: block;
	}
	.lottery #main .comBg03 .comBorder .listUl li span {
		margin-left: 6px;
		padding: 0 6px;
		font-size: 1.2rem;
	}
	.lottery #main .comBg03 .comBorder .text {
		margin-bottom: 30px;
		padding: 15px 20px 18px;
		max-width: inherit;
		line-height: 1.86;
	}
	.lottery #main .comBorder .ttl {
		margin-bottom: 20px;
	}
	.lottery #main .comBorder .ttl > span {
		font-size: 1.6rem;
		line-height: 1.25;
	}
	.lottery #main .comBorder .textList {
		margin: 0 0 46px;
	}
	.lottery #main .comBorder .textList>li:not(:last-child) {
		margin-bottom: 18px;
	}
	.lottery #main .comBorder .textList li h4 {
		margin-bottom: 8px;
		font-size: 1.4rem;
	}
	.lottery #main .comBorder .textList li h4 span {
		padding-top: 2px;
		width: 17px;
		height: 17px;
		font-size: 1.2rem;
	}
	.lottery #main .comBorder .textList li p {
		margin-left: 28px;
	}
	.lottery #main .comBorder .textList ul {
		margin-left: 28px;
	}
	.lottery #main .comBorder .textList ul li {
		margin-bottom: 8px;
		padding-left: 15px;
	}
	.lottery #main .comBorder .textList ul .special {
		text-shadow: none;
	}
	.lottery #main .comBorder .textList ul .special span {
		background: none;
	}
	.lottery #main .comBorder .btn a {
		padding: 23px 10px;
		width: inherit;
	}
	.lottery #main .comBorder .btn a span {
		padding-right: 40px;
		font-size: 1.4rem;
		background-position: right top 4px;
	}
	.lottery #main .imgList {
		margin: 0;
		display: block;
	}
	.lottery #main .imgList li {
		text-align: center;
		width: auto;
	}
	.lottery #main .imgList li:not(:last-child) {
		margin-bottom: 30px;
	}
	.lottery #main .imgList li .ttl {
		margin: 10px 0 0;
		font-size: 1.4rem;
	}
	.lottery #main .imgList li .txt {
		font-size: 1.1rem;
		line-height: 1.81;
	}
}
@media all and (max-width: 374px) {
	.lottery #main .comBg03 .comBorder .listUl {
		padding: 12px 14px 4px;
	}
	.lottery #main .comBorder .btn a span {
		padding-right: 20px;
	}
	.lottery #main .comBg03 .comBorder .pTop {
		font-size: 1.4rem;
	}
	.lottery #main .comBg03 .comBorder .info .ico01 {
		top: -31px;
		left: -2px;
	}
}
@media all and (-ms-high-contrast:none){
	.lottery #main .comBorder .textList li h4 span {
		padding-top: 2px;
	}
	
} 


/*------------------------------------------------------------
	Add 20211028 TOP注釈
------------------------------------------------------------*/
.topCapTxt {
	position: relative;
	top: 0;
	margin-top:30px;
	padding: 18px 0 22px;
	margin-bottom: 30px;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.66;
	letter-spacing: 0.05em;
	background-color: #fff;
	border: double 4px #15adc1;
	border-radius: 8px;
}



.topCapTxt span {
	display: block;
}
.topCapTxt span.capTitle {
	background-color: #15adc1;
	color:#fff;
	padding:0 auto;
	width:320px;
	font-size:16px;
	font-weight: 700;
	margin:-30px auto 15px;
	border-radius: 6px;
	text-align: center;
	line-height:26px;
}
.topCapTxt span.capLink {
	padding-top: 14px;
}

.topCapTxt a {
	color: #1a73e8;
	text-decoration: underline;
}
.topCapTxt a:hover {
	text-decoration: none;
}

.topCapTxt strong {color: #15adc1;}


@media all and (max-width: 896px) {
	.topCapTxt {
		padding: 13px 19px 14px;
		margin-bottom: 20px;
		text-align: left;
		font-size: 1.3rem;
		font-weight: 400;
		line-height: 1.61;
	}
	.topCapTxt span.capTitle {
	padding:7px auto;
	width:270px;
	font-size:14px;
	font-weight: 700;
	margin:-26px auto 15px;
	border-radius: 6px;
		text-align: center;
}
	
}