/* ---------------------------------------------------------------
start COMMON CSS
--------------------------------------------------------------- */

@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

.inter {
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
}

.montserrat {
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	width: 100%;
	margin: 0;
	padding: 0;
	color: #303030;
	font-family: 'Noto Sans Japanese', Meiryo, sans-serif;
	font-size: 15px;
	line-height: 1.85;
	font-weight: 400;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
	z-index: 0;
}

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

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*/
	/*/
	height: auto;
	overflow: hidden;
	/**/
}

a {
	outline: none;
	color: #0086cf;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	cursor: pointer;
}

button {
	outline: none;
}

img {
	/*	width: 100%; */
	height: auto;
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic !important;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

p {
	margin: 0 0 15px 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-size: .8em;
	font-weight: normal;
}

ul {
	list-style: none;
}

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

.aligncenter {
	text-align: center;
}

.alignright {
	text-align: right;
}

.alignjust {
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt30 {
	margin-top: 30px;
}

.mt35 {
	margin-top: 35px;
}

.mt40 {
	margin-top: 40px;
}

.mt45 {
	margin-top: 45px;
}

.mt50 {
	margin-top: 50px;
}

.mt55 {
	margin-top: 55px;
}

.mt60 {
	margin-top: 60px;
}

.mt65 {
	margin-top: 65px;
}

.mt70 {
	margin-top: 70px;
}

.mt80 {
	margin-top: 80px;
}

.mt85 {
	margin-top: 85px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb35 {
	margin-bottom: 35px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb45 {
	margin-bottom: 45px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb55 {
	margin-bottom: 55px;
}

.mb60 {
	margin-bottom: 60px;
}

.mb65 {
	margin-bottom: 65px;
}

.ml1em {
	margin-left: 1em;
}

.ml5 {
	margin-left: 5px;
}

.ml10 {
	margin-left: 10px;
}

.ml15 {
	margin-left: 15px;
}

.ml20 {
	margin-left: 20px;
}

.ml25 {
	margin-left: 25px;
}

.ml30 {
	margin-left: 30px;
}

.ml35 {
	margin-left: 35px;
}

.ml40 {
	margin-left: 40px;
}

.ml45 {
	margin-left: 45px;
}

.ml50 {
	margin-left: 50px;
}

.ml55 {
	margin-left: 55px;
}

.ml60 {
	margin-left: 60px;
}

.ml65 {
	margin-left: 65px;
}

.ml70 {
	margin-left: 70px;
}

.ml75 {
	margin-left: 75px;
}

.ml80 {
	margin-left: 80px;
}

.ml85 {
	margin-left: 85px;
}

.ml90 {
	margin-left: 90px;
}

.mr5 {
	margin-right: 5px;
}

.mr10 {
	margin-right: 10px;
}

.mr15 {
	margin-right: 15px;
}

.mr20 {
	margin-right: 20px;
}

.mr25 {
	margin-right: 25px;
}

.mr30 {
	margin-right: 30px;
}

.mr35 {
	margin-right: 35px;
}

.mr40 {
	margin-right: 40px;
}

.mr45 {
	margin-right: 45px;
}

.mr50 {
	margin-right: 50px;
}

.mr55 {
	margin-right: 55px;
}

.mr60 {
	margin-right: 60px;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.note {
	font-size: .7em;
}

.red {
	color: #e60012;
}

.under {
	text-decoration: underline;
}

.iblock {
	display: inline-block;
}

.indent1 {
	padding-left: 1em;
	text-indent: -1em;
}

.indent1 * {
	text-indent: 0;
}

img.object-fit-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

.col_content1 {
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
}


.fade-in,
.scroll-in {
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	position: relative;
}

.scroll-in.sc_active {
	opacity: 1;
}

.fade-in.active {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.delay01 {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.delay02 {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.delay03 {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.delay04 {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.delay05 {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.delay06 {
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}

.delay07 {
	-webkit-transition-delay: 0.7s;
	transition-delay: 0.7s;
}

.delay08 {
	-webkit-transition-delay: 0.8s;
	transition-delay: 0.8s;
}

.delay09 {
	-webkit-transition-delay: 0.9s;
	transition-delay: 0.9s;
}

.delay1 {
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

.delay11 {
	-webkit-transition-delay: 1.1s;
	transition-delay: 1.1s;
}

.delay12 {
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s;
}

.delay13 {
	-webkit-transition-delay: 1.3s;
	transition-delay: 1.3s;
}

.delay14 {
	-webkit-transition-delay: 1.4s;
	transition-delay: 1.4s;
}

.delay15 {
	-webkit-transition-delay: 1.5s;
	transition-delay: 1.5s;
}

.delay16 {
	-webkit-transition-delay: 1.6s;
	transition-delay: 1.6s;
}

.delay17 {
	-webkit-transition-delay: 1.7s;
	transition-delay: 1.7s;
}

.delay18 {
	-webkit-transition-delay: 1.8s;
	transition-delay: 1.8s;
}

.delay19 {
	-webkit-transition-delay: 1.9s;
	transition-delay: 1.9s;
}

.delay2 {
	-webkit-transition-delay: 2s;
	transition-delay: 2s;
}

.delay22 {
	-webkit-transition-delay: 2.2s;
	transition-delay: 2.2s;
}

.delay3 {
	-webkit-transition-delay: 3s;
	transition-delay: 3s;
}

.delay5 {
	-webkit-transition-delay: 5s;
	transition-delay: 5s;
}

.goTop10 {
	-webkit-transform: translate3d(0, 10px, 0);
	transform: translate3d(0, 10px, 0);
}

.goTop15 {
	-webkit-transform: translate3d(0, 15px, 0);
	transform: translate3d(0, 15px, 0);
}

.goTop20 {
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
}

.goLeft15 {
	-webkit-transform: translate3d(30px, 0, 0);
	transform: translate3d(30px, 0, 0);
}

.goLeft100 {
	-webkit-transform: translate3d(100px, 0, 0);
	transform: translate3d(100px, 0, 0);
}

.goRight10 {
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
}

.goRight15 {
	-webkit-transform: translate3d(-30px, 0, 0);
	transform: translate3d(-30px, 0, 0);
}


/* --------------- header --------------- */

header {
	width: 100%;
	height: 78px;
	margin: 0;
	padding: 0;
	background-color: rgba(255, 255, 255, 0.85);
	box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.2);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}

.col_header {
	width: 100%;
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
	padding: 0 0 0 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.logo_header {
	width: 230px;
	margin: 0;
	padding: 0;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}

.col_navi {
	width: calc(100% - 230px);
	height: 100%;
	margin: 0;
	padding: 0 0 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: flex-end;
}

ul.navi_header {
	width: calc(100% - 200px);
	max-width: 690px;
	margin: 0;
	padding: 0 10px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-end;
}

ul.navi_header>li {
	margin: 0 10px 0 0;
	padding: 0;
	line-height: 1.35;
	flex-grow: 1;
	position: relative;
	z-index: 0;
}

ul.navi_header>li:last-child {
	margin-right: 0;
}

ul.navi_header>li>a {
	margin: 0;
	padding: 0 5px 0 16px;
	font-weight: 500;
	color: #3e3a39;
	text-decoration: none;
	position: relative;
	z-index: 0;
}

ul.navi_header>li>a:before {
	content: "";
	width: 7px;
	height: 7px;
	margin: auto;
	cursor: default;
	position: absolute;
	top: 7px;
	left: 0;
	display: block;
	border-top: 1px solid #094084;
	border-right: 1px solid #094084;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

ul.navi_header>li>a:after {
	content: "";
	width: 0%;
	height: 1px;
	margin: 0;
	padding: 0;
	background-color: #094084;
	position: absolute;
	left: 0;
	bottom: -2px;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}

ul.navi_header>li.active>a:after {
	width: 100%;
}

a.btn_header_recruit {
	width: 200px;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #ffff00;
	font-size: 21px;
	line-height: 1.2;
	font-weight: 600;
	text-decoration: none;
	border: solid 3px #ffff00;
	background-color: #e84a73;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

a.btn_header_recruit dl {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

a.btn_header_recruit dl:before {
	content: "";
	width: 13px;
	height: 2px;
	background-color: #ffff00;
	position: absolute;
	top: 50%;
	right: 0;
	transform-origin: right bottom;
	transform: rotate(50deg);
}

a.btn_header_recruit dl:after {
	content: "";
	width: 20px;
	height: 2px;
	background-color: #ffff00;
	position: absolute;
	top: 50%;
	right: -1px;
}

a.btn_header_recruit dl dt {
	width: 36px;
	margin: 0;
	padding: 0;
}

a.btn_header_recruit dl dd {
	width: calc(100% - 36px);
	margin: 0;
	padding: 0 25px 0 10px;
}

a.btn_header_recruit dl dd img {
	width: 90px;
	margin: 7px auto 0;
	display: block;
}

.submenu {
	width: 260px;
	margin: 0;
	padding: 14px 0 0 0;
	position: absolute;
	top: 100%;
	left: calc(50% - 130px);
}

.submenu.env {
	width: 160px;
	left: auto;
	right: 0;
}

.submenu ul {
	margin: 0;
	padding: 0;
}

.submenu ul li {
	height: 48px;
	margin: 0;
	padding: 0;
	text-align: left;
	line-height: 1.25;
	border-bottom: solid 1px #fff;
	text-align: center;
	background-color: rgba(9, 64, 132, 0.8);
	position: relative;
	z-index: 0;
	-webkit-transition: background .2s;
	-moz-transition: background .2s;
	-ms-transition: background .2s;
	transition: background .2s;
}

.submenu ul li:first-child:before {
	content: "";
	width: 0;
	height: 0;
	margin: auto;
	border-style: solid;
	border-width: 0 8px 8px 8px;
	border-color: transparent transparent rgba(9, 64, 132, 0.8) transparent;
	position: absolute;
	top: -8px;
	left: 0;
	right: 0;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
}

.submenu ul li:hover:first-child:before {
	border-color: transparent transparent #094084 transparent;
}

.submenu ul li:last-child {
	border-bottom: none;
}

.submenu ul li a {
	width: 100%;
	height: 100%;
	padding: 0 15px 2px;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	text-decoration: none;
	position: relative;
	z-index: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}


.submenu ul li a:after {
	content: "";
	width: 7px;
	height: 7px;
	margin: auto;
	cursor: default;
	position: absolute;
	top: calc(50% - 4px);
	right: 12px;
	display: block;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	z-index: -1;
}


#menubtn {
	display: none;
}



/* --------------- footer --------------- */

.pagetop {
	width: 80px;
	height: 80px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	background-color: rgba(9, 64, 132, 0.6);
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 5;
	cursor: pointer;
	transition: background .3s;
	-moz-transition: background .3s;
	-webkit-transition: background .3s;
	display: none;
}

.pagetop:before {
	content: "";
	width: 20px;
	height: 20px;
	margin: -6px 0 0 -10px;
	padding: 0 0 0 0;
	border-left: solid 1.5px #fff;
	border-top: solid 1.5px #fff;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 50%;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}

.pagetop:hover {
	background-color: rgba(9, 64, 132, 0.8);
}

.pagetop.gray {
	background-color: rgb(89 89 89 / 60%);
}

footer {
	margin: 0;
	padding: 0;
}

.col_footer_navi {
	margin: 0;
	padding: 0;
	background-color: #e5e4ef;
}

.col_footer_navi .inner {
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 50px 10px 45px 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.list_footer_nav {
	width: 19%;
	max-width: 220px;
	margin: 0;
	padding: 0;
}

.list_footer_nav.about {
	width: 27%;
	max-width: 318px;
}

.list_footer_nav .en {
	margin: 0;
	padding: 0;
	line-height: 1;
}

.list_footer_nav .en img {
	width: auto;
	height: 100%;
	vertical-align: top;
}

.list_footer_nav.about .en {
	width: auto;
	height: 12px;
	margin-bottom: 8px;
}

.list_footer_nav.service .en {
	height: 12px;
	margin-bottom: 8px;
}

.list_footer_nav.shop .en {
	height: 15px;
	margin-bottom: 5px;
}

.list_footer_nav.news .en {
	height: 12px;
	margin-bottom: 8px;
}

.list_footer_nav .en.privacy {
	height: 15px;
	margin-top: 60px;
	margin-bottom: 5px;
}

.list_footer_nav .en.health {
	height: 12px;
	margin-top: 100px;
	margin-bottom: 8px;
}

.list_footer_nav dl {
	margin: 0;
	padding: 0;
}

.list_footer_nav dl dt {
	margin: 0 0 20px;
	padding: 0 0 8px 28px;
	line-height: 1.45;
	border-bottom: solid 1px #094084;
	background-image: url(../img/arrow_footer.gif);
	background-repeat: no-repeat;
	background-size: 17px auto;
	background-position: 1px 4px;
}

.list_footer_nav dl dt a {
	color: #000;
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
}

.list_footer_nav dl dd {
	margin: 0 0 15px 3px;
	padding: 0 0 0 18px;
	line-height: 1.5;
	position: relative;
	z-index: 0;
}

.list_footer_nav dl dd.parent {
	margin-bottom: 8px;
}

.list_footer_nav dl dd:last-child {
	margin-bottom: 0;
}

.list_footer_nav dl dd:before {
	content: "";
	width: 6px;
	height: 6px;
	margin: auto;
	cursor: default;
	position: absolute;
	top: 9px;
	left: 0;
	display: block;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.list_footer_nav dl dd.child:before {
	content: none;
}

.list_footer_nav dl dd.child ul {
	margin: 0;
	padding: 0;
}

.list_footer_nav dl dd.child ul li {
	margin: 0 0 8px;
	padding: 0 0 0 18px;
	position: relative;
	z-index: 0;
}

.list_footer_nav dl dd.child ul li:last-child {
	margin-bottom: 0;
}

.list_footer_nav dl dd.child ul li:before {
	content: "";
	width: 3px;
	height: 3px;
	margin: 0;
	padding: 0;
	background-color: #000;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	position: absolute;
	top: calc(50% - 1.5px);
	left: 4px;
}

.list_footer_nav dl dd a {
	color: #000;
	text-decoration: none;
}

.list_footer_nav dl dt a:hover,
.list_footer_nav dl dd a:hover,
.list_footer_nav dl dt a:hover .iblock,
.list_footer_nav dl dd a:hover .iblock {
	text-decoration: underline;
}

.col_footer_info {
	margin: 0;
	padding: 0 0 44px;
	background-color: #094084;
}

.col_footer_info .inner {
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 35px 0 10px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.info_footer {
	width: calc(100% - 390px);
}

.logo_footer {
	width: 316px;
	margin: 0 0 15px;
	padding: 0;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}

.address_footer {
	margin: 0 0 18px;
	padding: 0 0 0 10px;
	color: #fff;
	font-style: normal;
}

.address_footer .left {
	width: 210px;
	margin: 0;
	padding: 0;
	font-size: 19px;
	font-weight: 500;
}

.address_footer .right {
	width: calc(100% - 210px);
	margin: 0;
	padding: 0;
}

.link_footer {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.sns_footer {
	width: 100%;
	max-width: 790px;
	min-height: 58px;
	margin: 0;
	padding: 0 30px 0 0;
}

.sns_footer dl {
	width: 100%;
	margin: 0;
	padding: 10px 26px;
	line-height: 1.3;
	background-color: #fff;
	border-radius: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.sns_footer dt {
	width: 292px;
	margin: 0;
	padding: 0;
	font-size: 17px;
	font-weight: 600;
	color: #000;
	letter-spacing: 0.08em;
}

.sns_footer dd {
	width: calc(100% - 292px);
	margin: 0;
	padding: 0 15px 0 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.sns_footer dd a {
	width: 35px;
	display: block;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}

.wrap_bnr_footer {
	max-width: 390px;
}

.bnr_epark_footer {
	margin-bottom: 15px;
	display: block;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}

.bnr_footer {
	width: 392px;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.bnr_footer a.ayumi {
	width: 158px;
	height: 66px;
	margin: 0 15px 0 0;
	color: #fff;
	line-height: 1.45;
	text-align: center;
	border: solid 1px #fff;
	text-decoration: none;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.bnr_footer a.victorina {
	width: 218px;
}

.bnr_footer a.victorina img {
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}

.link_footer_privacy {
	display: none;
}

.col_footer_info .txt_trade {
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	color: #ffffff;
	font-size: 0.9em;
}

.copyright {
	padding: 8px 5%;
	text-align: center;
	color: #094084;
	font-size: 13px;
	background-color: #fff;
}

















/* --------------- main animation --------------- */

.col_topmainimg {
	width: 100%;
	height: 650px;
	margin: 0;
	padding: 0;
	background-image: url(../img/top/bg_mainimg.png);
	background-repeat: repeat;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.box_mainimg {
	width: 395px;
	height: 395px;
	margin: auto;
	padding: 50px 0 0 0;
	text-align: center;
	background-color: #ffff00;
	border-radius: 50%;
	position: absolute;
	top: calc(50% - 160px);
	left: 0;
	right: 0;
}

.box_mainimg h1 {
	margin: 0 0 20px;
	padding: 0;
}

.box_mainimg h1 img {
	margin: 0 auto;
	display: block;
}

.box_mainimg h1 img.small {
	width: 204px;
	margin-bottom: 33px;
}

.box_mainimg h1 img.big {
	width: 333px;

}

.box_mainimg p {
	margin: 0;
	font-size: 18px;
	font-weight: 500;
	color: #094084;
	line-height: 1.95;
}

.scroll_mainimg {
	width: 100%;
	height: 200%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: -1;

}

.anim-start1.scroll_mainimg {
	opacity: 1;
}

.mainimg1 {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-perspective: 500px;
	perspective: 500px
}

.mainimg1.circle {
	opacity: 0;
	transition: .5s;
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.mainimg1 .img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	overflow: hidden;
	opacity: 0;
	transform: rotateX(25deg) skewX(15deg);
	transition: .5s;
	display: block;
	position: relative;
	z-index: 0;
}

.mainimg1.anim2 .img,
.mainimg1.anim6 .img,
.mainimg1.anim10 .img,
.mainimg1.anim14 .img {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.mainimg1.anim1 .img,
.mainimg1.anim3 .img,
.mainimg1.anim4 .img,
.mainimg1.anim8 .img {
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}

.mainimg1.anim9 .img,
.mainimg1.anim15 .img,
.mainimg1.anim18 .img,
.mainimg1.anim12 .img {
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

.mainimg1.anim5 .img,
.mainimg1.anim13 .img,
.mainimg1.anim16 .img,
.mainimg1.anim17 .img {
	-webkit-transition-delay: 1.4s;
	transition-delay: 1.4s;
}

.mainimg1.anim7 .img,
.mainimg1.anim11 .img,
.mainimg1.anim19 .img {
	-webkit-transition-delay: 1.8s;
	transition-delay: 1.8s;
}

.mainimg1.anim28 .img {
	-webkit-transition-delay: 2.6s;
	transition-delay: 2.6s;
}

.anim-start1 .mainimg1.circle {
	opacity: 1;
}

.anim-start1 .mainimg1 .img {
	opacity: 1;
	transform: rotateX(0deg) skewX(0deg);
}

.mainimg1 .img img {
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
}

.mainimg1.action img {
	-webkit-animation: action-size01 1s ease-out forwards;
	animation: action-size01 1s ease-out forwards;
}

@-webkit-keyframes action-size01 {
	0% {
		width: 100%;
	}

	25% {
		width: 90%;
	}

	60% {
		width: 110%;
	}

	100% {
		width: 100%;
	}
}

@keyframes action-size01 {
	0% {
		width: 100%;
	}

	25% {
		width: 90%;
	}

	60% {
		width: 110%;
	}

	100% {
		width: 100%;
	}
}





.box_mainimg {
	opacity: 0;
	transition: .5s;
}

.anim-start2.box_mainimg {
	opacity: 1;
}

.box_mainimg h1 {
	opacity: 0;
	transition: .6s;
	-webkit-transform: translate3d(0, 10px, 0);
	transform: translate3d(0, 10px, 0);
	-webkit-transition-delay: .6s;
	transition-delay: .6s;
}

.anim-start2.box_mainimg h1 {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.box_mainimg p {
	opacity: 0;
	transition: .6s;
	-webkit-transform: translate3d(0, 10px, 0);
	transform: translate3d(0, 10px, 0);
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

.anim-start2.box_mainimg p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.animend .scroll_mainimg {
	-webkit-animation: fv-loop2 40s linear infinite;
	animation: fv-loop2 40s linear infinite;
}

@-webkit-keyframes fv-loop2 {
	0% {
		opacity: 1;
	}

	97% {
		opacity: 1;
	}

	100% {
		top: -200%;
		opacity: 0;
	}
}

@keyframes fv-loop2 {
	0% {
		opacity: 1;
	}

	97% {
		opacity: 1;
	}

	100% {
		top: -200%;
		opacity: 0;
	}
}

.scroll_mainimg .imgarea {
	width: 100%;
	height: calc(100% / 2);
	margin-bottom: 375px;
	position: relative;
	z-index: -1;
}

.mainimg1 {
	position: absolute;
	left: 50%;
}

.mainimg1.anim1 {
	width: 355px;
	height: 355px;
	margin-left: -95px;
	top: -195px;
}

.mainimg1.anim2 {
	width: 337px;
	height: 337px;
	margin-left: -1097px;
	top: -135px;
}

.mainimg1.anim3 {
	width: 452px;
	height: 452px;
	margin-left: -1130px;
	top: 235px;
}

.mainimg1.anim4 {
	width: 425px;
	height: 425px;
	margin-left: -600px;
	top: 580px;
}

.mainimg1.anim5 {
	width: 357px;
	height: 357px;
	margin-left: -1185px;
	top: 715px;
}

.mainimg1.anim6 {
	width: 323px;
	height: 323px;
	margin-left: 685px;
	top: -128px;
}

.mainimg1.anim7 {
	width: 184px;
	height: 184px;
	margin-left: -190px;
	top: 560px;
}

.mainimg1.anim8 {
	width: 108px;
	height: 108px;
	margin-left: 935px;
	top: 167px;
}

.mainimg1.anim9 {
	width: 307px;
	height: 307px;
	margin-left: 925px;
	top: 539px;
}

.mainimg1.anim10 {
	width: 260px;
	height: 260px;
	margin-left: 200px;
	top: 360px;
}

.mainimg1.anim11 {
	width: 354px;
	height: 354px;
	margin-left: 280px;
	top: 0px;
}

.mainimg1.anim12 {
	width: 176px;
	height: 176px;
	margin-left: 32px;
	top: 564px;
}

.mainimg1.anim13 {
	width: 338px;
	height: 338px;
	margin-left: 670px;
	top: 255px;
}

.mainimg1.anim14 {
	width: 349px;
	height: 349px;
	margin-left: -710px;
	top: 25px;
}

.mainimg1.anim15 {
	width: 202px;
	height: 202px;
	margin-left: -335px;
	top: 25px;
}

.mainimg1.anim16 {
	width: 192px;
	height: 192px;
	margin-left: -430px;
	top: 355px;
}

.mainimg1.anim17 {
	width: 153px;
	height: 153px;
	margin-left: -625px;
	top: 433px;
}

.mainimg1.anim18 {
	width: 153px;
	height: 153px;
	margin-left: 480px;
	top: 370px;
}

.mainimg1.anim19 {
	width: 340px;
	height: 340px;
	margin-left: 445px;
	top: 580px;
}

.mainimg1.circle {
	border-radius: 50%;
}

.mainimg1.yellow {
	background-color: #ffff00;
}

.mainimg1.blue {
	background-color: #094084;
}

.mainimg1.anim20 {
	width: 17px;
	height: 17px;
	margin-left: -800px;
	top: 195px;
}

.mainimg1.anim21 {
	width: 28px;
	height: 28px;
	margin-left: -655px;
	top: 610px;
}

.mainimg1.anim22 {
	width: 53px;
	height: 53px;
	margin-left: -300px;
	top: 260px;
}

.mainimg1.anim23 {
	width: 17px;
	height: 17px;
	margin-left: -650px;
	top: 400px;
}

.mainimg1.anim24 {
	width: 26px;
	height: 26px;
	margin-left: -238px;
	top: 545px;
}

.mainimg1.anim25 {
	width: 79px;
	height: 79px;
	margin-left: 170px;
	top: 156px;
}

.mainimg1.anim26 {
	width: 17px;
	height: 17px;
	margin-left: 536px;
	top: 555px;
}

.mainimg1.anim27 {
	width: 17px;
	height: 17px;
	margin-left: 686px;
	top: 185px;
}

.mainimg1.anim28 {
	width: 307px;
	height: 307px;
	margin-left: -160px;
	top: 217px;
}

.mainimg1.anim29 {
	width: 180px;
	height: 180px;
	margin-left: 220px;
	top: 686px;
}

.mainimg1.anim30 {
	width: 93px;
	height: 93px;
	margin-left: -745px;
	top: 843px;
}

.mainimg1.anim31 {
	width: 60px;
	height: 60px;
	margin-left: 360px;
	top: 908px;
}



/* --------------- top --------------- */

.col_top_shop {
	height: 237px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.inner_topshop {
	width: 100%;
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.inner_topshop:before {
	content: "";
	width: 500px;
	height: 100%;
	margin-left: -172px;
	background-color: #ffff00;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
}

.mds_top1 {
	margin: 0;
	padding: 0;
}

.mds_top1 .en {
	margin: 0;
	padding: 0;
	display: block;
}

.mds_top1 .ja {
	margin: 0;
	padding: 0;
	color: #094084;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.04em;
	text-indent: 0.04em;
	display: block;
}

.bg_map_topshop {
	width: 566px;
	height: 100%;
	margin-right: -200px;
	padding: 0;
	background-image: url(../img/top/bg_topshop.gif);
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -2;
}

.bg_map_topshop.fade-in {
	opacity: 1;
}

.bg_map_topshop:before {
	content: "";
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: rgba(255, 255, 255, 0.6);
	position: absolute;
	top: 0;
	left: 64.2%;
}

.bg_map_topshop .balloon {
	margin: 0;
	padding: 0;
	position: absolute;
}

.bg_map_topshop.fade-in .balloon {
	opacity: 0;
	-webkit-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
}

.bg_map_topshop.fade-in.active .balloon {
	opacity: 1;
}

.bg_map_topshop .balloon.shiso {
	width: 54px;
	top: 28px;
	left: 54px;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

.bg_map_topshop .balloon.himeji {
	width: 66px;
	top: 45px;
	left: 187px;
	-webkit-transition-delay: .9s;
	transition-delay: .9s;
}

.bg_map_topshop .balloon.kakogawa {
	width: 53.7px;
	top: 112px;
	left: 265px;
	-webkit-transition-delay: .12s;
	transition-delay: .12s;
}

.bg_map_topshop .balloon.tatsuno {
	width: 54px;
	top: 98px;
	left: 54px;
	-webkit-transition-delay: .6s;
	transition-delay: .6s;
}

.btn1 {
	padding: 7px 0;
	color: #fff;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.06em;
	text-decoration: none;
	background-color: #094084;
	border: solid 1px #094084;
	border-radius: 50px;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.btn1 span.inner {
	padding: 0 20px;
}

.btn1 span.arrow {
	margin: 0 0 0 12px;
	position: relative;
	z-index: 0;
}

.btn1 span.arrow:before {
	content: "";
	width: 7px;
	height: 7px;
	margin: auto;
	cursor: default;
	position: absolute;
	top: calc(50% - 4px);
	left: -17px;
	display: block;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


.btn2 {
	padding: 7px 0;
	color: #094084;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.06em;
	text-decoration: none;
	background-color: #fff;
	border: solid 1px #094084;
	border-radius: 50px;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.btn2 span.inner {
	padding: 0 20px;
}

.btn2 span.arrow {
	margin: 0 0 0 12px;
	position: relative;
	z-index: 0;
}

.btn2 span.arrow:before {
	content: "";
	width: 7px;
	height: 7px;
	margin: auto;
	cursor: default;
	position: absolute;
	top: calc(50% - 4px);
	left: -17px;
	display: block;
	border-top: 1px solid #094084;
	;
	border-right: 1px solid #094084;
	;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}



.col_top_shop .mds_top1 {
	position: absolute;
	left: 65px;
	top: 78px;
}

.col_top_shop .mds_top1 .en {
	width: 105px;
	margin-bottom: 16px;
}

.col_top_shop .mds_top1 .ja {
	padding-left: 23px;
	background-image: url(../img/top/icon_topsearch.gif);
	background-repeat: no-repeat;
	background-position: left top 7px;
	background-size: 16px auto;
}

dl.txt_topshop1 {
	margin: 0;
	padding: 0;
	text-align: center;
	letter-spacing: 0.04em;
	text-indent: 0.04em;
}

dl.txt_topshop1 dt {
	margin: 0 0 15px;
	padding: 0;
	color: #094084;
	font-size: 23px;
	font-weight: 600;
	line-height: 1.5;
}

dl.txt_topshop1 dd {
	width: 410px;
	margin: 0 auto;
	padding: 0;
}

dl.txt_topshop1 dd p {
	margin: 0 0 18px;
}

a.btn1.top_shop1 {
	width: 265px;
	margin: 0 auto;
}

.img_topshop1 {
	width: 354px;
	position: absolute;
	bottom: 0;
	left: 95px;
	z-index: -1;
}

.img_topshop2 {
	width: 63px;
	position: absolute;
	top: 20px;
	left: 24px;
	z-index: -1;
}

.img_topshop3 {
	display: none;
}

.col_top_about {
	width: 100%;
	margin: 0;
	padding: 45px 0 103px;
	background-color: #f4f4f4;
	background-image: url(../img/top/bg_topabout_2.jpg), url(../img/top/bg_topabout2.gif);
	background-position: center top, center top 570px;
	background-repeat: no-repeat, repeat-y;
}

.inner_topabout {
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
}

.col_top_about .mds_top1 {
	margin-bottom: 10px;
	text-align: center;
	text-shadow:
		#fff 1px 1px 10px, #fff -1px 1px 10px,
		#fff 1px -1px 10px, #fff -1px -1px 10px;
}

.col_top_about .mds_top1 .en {
	width: 173px;
	margin: 0 auto 10px;
}

.txt_topabout1 {
	margin: 0 0 330px;
	line-height: 2.1;
	letter-spacing: 0.04em;
	text-indent: 0.04em;
	text-align: center;
	text-shadow:
		#fff 1px 1px 10px, #fff -1px 1px 10px,
		#fff 1px -1px 10px, #fff -1px -1px 10px;
}

.list_topabout_sp {
	display: none;
}

.wrap_topabout1 {
	width: 100%;
	max-width: 1138px;
	margin: 0 auto 65px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.box_topabout1 {
	width: 31%;
	height: 100%;
	margin: 0 3.5% 34px 0;
	padding: 60px 25px 48px;
	color: #303030;
	text-decoration: none;
	border-radius: 10px;
	background-color: #fff;
	position: relative;
	z-index: 0;
	overflow: hidden;
	opacity: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.box_topabout1:before {
	content: "";
	width: 100%;
	height: 8px;
	background-color: #094084;
	position: absolute;
	top: 0;
	left: 0;
}

.box_topabout1:nth-child(3),
.box_topabout1:last-child {
	margin-right: 0;
}

.box_topabout1:nth-last-child(2) {
	margin-bottom: 0;
}

.box_topabout1 dl {
	height: 100%;
	margin: 0;
	padding: 0;
	letter-spacing: 0.04em;
	text-indent: 0.04em;
	text-align: center;
}

.box_topabout1 dl dt {
	margin: 0 0 18px;
	padding: 0;
	color: #000;
	font-size: 22px;
	line-height: 1.5;
	font-weight: 600;
}

.box_topabout1 dl dd {
	margin: 0;
	padding: 0;
}

.icon_topabout1 {
	width: auto;
	height: 69px;
	margin: 0 0 20px;
	text-align: center;
}

.icon_topabout1 img {
	width: auto;
	height: 100%;
}

p.txt_topabout2 {
	margin: 0 0 32px;
	line-height: 2;
}

.btn2.top_about1 {
	width: 192px;
	margin: auto auto 0;
}

.wrap_topabout2 {
	width: 100%;
	max-width: 1138px;
	margin: 0 auto;
	padding: 70px 20px 66px;
	border-radius: 10px;
	background-color: #fff;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.wrap_topabout2:before {
	content: "";
	width: 100%;
	height: 8px;
	background-color: #094084;
	position: absolute;
	top: 0;
	left: 0;
}

.mds_topabout2 {
	margin: 0 0 30px;
	text-align: center;
	color: #000;
	letter-spacing: 0.04em;
	text-indent: 0.04em;
	font-size: 22px;
	line-height: 1.6;
	font-weight: 600;
}

.mds_topabout2 .inner {
	padding-right: 74px;
	position: relative;
	z-index: 0;
}

.mds_topabout2 .inner:after {
	content: "";
	width: 58px;
	height: 47px;
	background-image: url(../img/top/icon_topsupport.gif);
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: calc(50% - 24px);
	right: 0;
}

.txt_topabout3 {
	margin: 0 0 58px;
	line-height: 2;
	letter-spacing: 0.04em;
	text-indent: 0.04em;
	text-align: center;
}

.list_topabout2 {
	width: 94%;
	max-width: 980px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.col_schedule_shop .list_topabout2 {
	width: 100%;
	flex-wrap: wrap;
	gap: 60px 8.75%;
}

.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 30%;
	display: block;
	width: 30px;
	height: 30px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background-color: #002f67;
	border-radius: 30px;
	transition: all .3s;
	opacity: .65;
	z-index: 1;
}

.slick-prev::before,
.slick-next::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.slick-prev:hover,
.slick-next:hover {
	opacity: 1;
}

.slick-prev {
	left: -25px;
}

.slick-prev::before {
	width: 6px;
	height: 6px;
	border-bottom: 2px solid #FFF;
	border-left: 2px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 2px;
}

.slick-next {
	right: -25px;
}

.slick-next::before {
	width: 6px;
	height: 6px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 2px;
}

.slick-disabled {
	opacity: .1;
}

.slick-disabled:hover {
	opacity: .1;
	cursor: default;
}

.link_topabout2 {
	width: 27.5%;
	max-width: 270px;
	margin: 0 8.75% 0 0;
	padding: 0;
	color: #000;
	text-decoration: none;
	transition: opacity .3s;
	-moz-transition: opacity .3s;
	-webkit-transition: opacity .3s;
}

.col_schedule_shop .link_topabout2 {
	margin: 20px;
}

.link_topabout2:last-child {
	margin-right: 0;
}

.thumb_topabout2 {
	width: calc(100% - 5px);
	height: 177px;
	margin: 0 0 35px;
	padding: 0;
	box-shadow: 5px 5px 0px 0px #ffff00;
	overflow: hidden;
}

.link_topabout2 .date {
	margin: 0 0 8px;
	line-height: 1.2;
}

.icon_shopnews {
	display: flex;
	align-items: center;
	gap: 5px 10px;
}

.icon_shopnews .icon {
	margin: 0 0 8px;
	padding: 3px 5px;
	color: #FFF;
	font-size: 12px;
	line-height: 1.2;
	background-color: #8780d6;
	border-radius: 3px;
}

.icon_shopnews .icon.support {
	background-color: #ED7990;
}

.link_topabout2 .date.new:before {
	content: "NEW";
	width: 65px;
	margin: 0 12px 0 0;
	padding: 3px 0;
	color: #094084;
	letter-spacing: 0;
	text-indent: 0;
	text-align: center;
	background-color: #ffff00;
	display: inline-block;
}

.link_topabout2 h4 {
	margin: 0 0 4px;
	padding: 0;
	line-height: 1.5;
	font-size: 20px;
	font-weight: 500;
}

.col_schedule_shop .link_topabout2 h4 {
	font-size: 18px;
}

.link_topabout2 p {
	margin: 0;
	padding: 0;
	line-height: 1.5;
}

.link_topabout2 p a {
	color: #000;
}

a.btn2.top_about2 {
	width: 192px;
	margin: 45px auto 0;
}

.txt_Noabout {
	margin: 0 auto;
	padding: 0 0 30px;
	text-align: center;
}

.col_top_service {
	width: 100%;
	margin: 0;
	padding: 90px 0 110px;
}

.inner_topservice {
	width: 94%;
	max-width: 1138px;
	margin: 0 auto;
	padding: 0;
}

.col_top_service .mds_top1 {
	margin-left: 12px;
	margin-bottom: 78px;
}

.col_top_service .mds_top1 .en {
	width: 141px;
	margin: 0 0 14px;
}

.wrap_top_service {
	width: 100%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
}

.box_topservice {
	width: 30.46%;
	margin: 0 4.3% 72px 0;
	padding: 0 0 76px;
	color: #303030;
	text-decoration: none;
	position: relative;
	z-index: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.box_topservice.wide {
	width: 36%;
	margin: 0 2.6% 95px 2.6%;
}

.box_topservice:nth-child(2) {
	top: -40px;
}

.box_topservice:nth-child(3) {
	top: 25px;
}


.box_topservice:nth-child(5) {
	top: -37px;
}

.box_topservice:nth-child(6) {
	top: 0;
}


.box_topservice:nth-child(7) {
	top: -1px;
}

.box_topservice:nth-child(8) {
	top: -50px;
}

.box_topservice:nth-child(9) {
	top: 0;
}

.box_topservice:nth-child(3n),
.box_topservice:nth-child(9n) {
	margin-right: 0;
}

.box_topservice:nth-child(3),
.box_topservice:nth-child(5) {
	margin-bottom: 95px;
}



.box1.box_topservice {
	background-color: #e9ddd7;
}

.box2.box_topservice {
	background-color: #cedcdb;
}

.box3.box_topservice {
	background-color: #da7c80;
}

.box4.box_topservice {
	background-color: #8e83ae;
}

.box5.box_topservice {
	background-color: #4997cb;
}

.box6.box_topservice {
	background-color: #ece5cc;
}

.box7.box_topservice {
	background-color: #dee2f2;
}

.box8.box_topservice {
	background-color: #fce8cd;
}

.box9.box_topservice {
	background-color: #CCD7E5;
}


.img_topservice1 {
	width: 100%;
	height: 198px;
	margin: 0 0 25px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	position: relative;
	z-index: 0;
	box-sizing: content-box;
}

.box_topservice:nth-child(n+3) .img_topservice1 {
	margin: 0 0 28px;
}

.box1 .img_topservice1 {
	height: 198px;
	border-bottom-color: #d37d57;
}

.box2 .img_topservice1 {
	height: 198px;
	border-bottom-color: #21a19b;
}

.box3 .img_topservice1 {
	border-bottom-color: #fff;
}

.box4 .img_topservice1 {
	border-bottom-color: #fff;
}

.box5 .img_topservice1 {
	border-bottom-color: #fff;
}

.box6 .img_topservice1 {
	border-bottom-color: #b99f42;
}

.box7 .img_topservice1 {
	border-bottom-color: #00658a;
}

.box8 .img_topservice1 {
	border-bottom-color: #e78900;
}

.box9 .img_topservice1 {
	border-bottom-color: #0A4085;
}

.img_topservice1 .trim {
	width: 100%;
	height: 100%;
	background-color: #fff;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.img_topservice1 .trim img {
	width: auto;
	height: 100%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	position: absolute;
	top: 50%;
	left: 50%;
}

.img_topservice1:after {
	content: "";
	width: 46px;
	height: 46px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	bottom: -29px;
	left: 0;
	right: 0;
}



.box1 .img_topservice1:after {
	background-image: url(../img/top/icon_topservice1.png);
}

.box2 .img_topservice1:after {
	background-image: url(../img/top/icon_topservice2.png);
}

.box3 .img_topservice1:after {
	background-image: url(../img/top/icon_topservice3_2.png);
}

.box4 .img_topservice1:after {
	background-image: url(../img/top/icon_topservice4.png);
}

.box5 .img_topservice1:after {
	background-image: url(../img/top/icon_topservice5.png);
}

.box6 .img_topservice1:after {
	background-image: url(../img/top/icon_topservice6.png);
}

.box7 .img_topservice1:after {
	background-image: url(../img/top/icon_topservice7.png);
}

.box8 .img_topservice1:after {
	background-image: url(../img/top/icon_topservice8.png);
}

.box9 .img_topservice1:after {
	width: 46px;
	height: 46px;
	background-image: url(../img/top/icon_topservice9.png);
}

.box_topservice dl {
	margin: 0 0 5px;
	padding: 0 30px;
}

.box_topservice:nth-child(2) dl {
	margin: 0 0 10px
}

.box_topservice:nth-child(3) dl {
	margin: 0 0 10px
}

.box_topservice:nth-child(4) dl {
	margin: 0 0 10px
}


.box_topservice.box1 dl,
.box_topservice.box2 dl,
.box_topservice.box9 dl {
	height: auto !important;
}

.box_topservice.box7 dl {
	padding: 0 14px 0 30px;
}

.box_topservice:nth-child(n+4):nth-child(-n+6) dl {
	height: auto !important;
	color: #fff;
}

.box_topservice:nth-child(n+7) dl {
	margin: 0 0 30px;
	height: auto !important;

}


.box_topservice.box3 dl dd,
.box_topservice.box4 dl dd,
.box_topservice.box5 dl dd,
.box_topservice.box6 dl dd,
.box_topservice.box7 dl dd,
.box_topservice.box8 dl dd {
	font-size: 13px;
	line-height: 1.66;
}

.box_topservice.box7 dl dd {
	padding: 0 16px 0 0;
}

.box_topservice dl dt {
	margin: 0 0 8px;
	padding: 0;
	line-height: 1.4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.box_topservice dl dt.start {
	align-items: flex-start;
}

.box_topservice dl dt .num {
	width: 40px;
}

.box_topservice:nth-child(n+3) dl dt .num {
	width: 40px;
}

.box_topservice dl dt .mds {
	width: calc(100% - 53px);
	padding-left: 13px;
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 0.03em;
	text-indent: 0.03em;
}

.box_topservice:nth-child(n+3) dl dt .mds {
	font-size: 18px;
}

.box_topservice.box7 dl dt .mds {
	padding-left: 7px;
	letter-spacing: -0.05em;
	font-feature-settings: "palt";
}

.box_topservice dl dd {
	margin: 0;
	padding: 0;
	font-size: 13px;
}

.btn2.top_service1 {
	width: 192px;
	margin: 0 auto 0;
	font-size: 13px;
	position: absolute;
	bottom: 28px;
	left: 50%;
	transform: translateX(-50%);
}

.detail_and_works {
	position: absolute;
	bottom: 28px;
	left: 50%;
	transform: translateX(-50%);
}

.box1 .btn2.top_service1 {
	color: #d37d57;
	border-color: #d37d57;
}

.box2 .btn2.top_service1 {
	color: #21a19b;
	border-color: #21a19b;
}

.box3 .btn2.top_service1 {
	width: 172px;
	padding: 4px 0;
	margin: 0 auto 0;
	font-size: 13px;
	color: #da7c80;
	border-color: #fff;
	line-height: 1.85;
	position: relative;
	bottom: auto;
	left: auto;
	transform: translateX(0);
}

.box3 .btn2.top_service1.works {
	margin: 20px auto 0;
}

.box4 .btn2.top_service1 {
	width: 155px;
	padding: 4px 0;
	margin: 25px auto 0;
	font-size: 13px;
	color: #8e83ae;
	border-color: #fff;
}

.box5 .btn2.top_service1 {
	width: 155px;
	padding: 4px 0;
	margin: 25px auto 0;
	font-size: 13px;
	color: #4997cb;
	border-color: #fff;
}

.box6 .btn2.top_service1 {
	width: 172px;
	padding: 5px 0;
	margin: 67px auto 0;
	color: #b99f42;
	font-size: 13px;
	border-color: #b99f42;
	position: relative;
	bottom: auto;
	left: auto;
	transform: translateX(0);
}

.box6 .btn2.top_service1.works {
	margin: 20px auto 0;
}

.box7 .btn2.top_service1 {
	width: 172px;
	padding: 5px 0;
	margin: 27px auto 0;
	color: #00658a;
	font-size: 13px;
	border-color: #00658a;
}

.box8 .btn2.top_service1 {
	width: 172px;
	padding: 5px 0;
	margin: 27px auto 0;
	color: #e78900;
	font-size: 13px;
	border-color: #e78900;
}

.box1 .btn2.top_service1 span.arrow:before {
	border-top-color: #d37d57;
	border-right-color: #d37d57;
}

.box2 .btn2.top_service1 span.arrow:before {
	border-top-color: #21a19b;
	border-right-color: #21a19b;
}

.box3 .btn2.top_service1 span.arrow:before {
	border-top-color: #da7c80;
	border-right-color: #da7c80;
}

.box4 .btn2.top_service1 span.arrow:before {
	border-top-color: #8e83ae;
	border-right-color: #8e83ae;
}

.box5 .btn2.top_service1 span.arrow:before {
	border-top-color: #4997cb;
	border-right-color: #4997cb;
}

.box6 .btn2.top_service1 span.arrow:before {
	border-top-color: #b89e41;
	border-right-color: #b89e41;
}

.box7 .btn2.top_service1 span.arrow:before {
	border-top-color: #00658a;
	border-right-color: #00658a;
}

.box8 .btn2.top_service1 span.arrow:before {
	border-top-color: #e78900;
	border-right-color: #e78900;
}

a.bnr_toponline {
	width: 100%;
	max-width: 1136px;
	margin: 75px auto 0;
	padding: 0;
	color: #fff;
	text-decoration: none;
	background-color: #E84055;
	display: flex;
	overflow: hidden;
}

.img_toponline1 {
	width: 44%;
	max-height: 270px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.img_toponline1 img {
	width: auto;
	height: 100%;
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
}

a.bnr_toponline .txt {
	width: calc(54% - 162px);
	margin: 0;
	padding: 25px 0 10px;
	position: relative;
	z-index: 0;
}

a.bnr_toponline .txt .icon {
	width: 68px;
	height: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: -68px;
}

a.bnr_toponline .txt .icon:before {
	content: "";
	width: 100%;
	height: 120%;
	margin: 0;
	padding: 0;
	transform-origin: right top;
	transform: rotate(10deg);
	background-color: #fff;
	position: absolute;
	top: 0;
	left: calc(100% - 9px);
	z-index: -1;
}

a.bnr_toponline .txt .icon:after {
	content: "";
	width: 100%;
	height: 120%;
	margin: 0;
	padding: 0;
	transform-origin: right top;
	transform: rotate(10deg);
	background-color: #E84055;
	position: absolute;
	top: 0;
	left: calc(100% - 4px);
	z-index: -1;
}

a.bnr_toponline .txt .icon img {
	width: 58px;
}

a.bnr_toponline .txt dl {
	margin: 0 13px 20px 0;
	padding: 0 0 0 3%;
}

a.bnr_toponline .txt dl dt {
	margin: 0;
	padding: 0 4px 4px;
	color: #FFFF00;
	font-size: min(3.2vw, 39px);
	font-weight: 600;
	line-height: 1.3;
	border-bottom: solid 3px #FFFF00;
	display: inline-block;
}

a.bnr_toponline .txt dl dd {
	margin: 0;
	padding: 10px 0 0;
}

.cont_appli_toponline {
	width: calc(100% - 15px);
	max-width: 424px;
	margin: 0 10px 0 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	left: -5px;
}

.cont_appli_toponline img {
	width: 100%;
}

.cont_appli_toponline .img1 {
	width: 43.6%;
	margin: 0;
	padding: 0;
}

.cont_appli_toponline .logo {
	width: 50%;
	margin: 0;
	padding: 0;
}

a.bnr_toponline .img_appli {
	width: 16.87vw;
	max-width: 162px;
	margin: 0;
	padding: 20px 0;
	text-align: center;
}

a.bnr_toponline .img_appli img {
	width: 96%;
}

a.bnr_toponline .img_appli .btn_detail {
	height: 34px;
	margin: 12px 0 0;
	padding: 0;
	color: #E84055;
	font-weight: 500;
	text-align: center;
	background-color: #fff;
	border: solid 1px #E84055;
	border-radius: 17px;
	display: flex;
	align-items: center;
	justify-content: center;
}

a.bnr_toponline .img_appli .btn_detail span {
	margin: 0;
	padding: 0 0 0 18px;
	display: inline-block;
	position: relative;
	z-index: 0;
}

a.bnr_toponline .img_appli .btn_detail span:before {
	content: "";
	width: 6px;
	height: 6px;
	margin: 0;
	padding: 0;
	border-top: solid 1px #E84055;
	border-right: solid 1px #E84055;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 4px);
	left: 0;
}

.col_top_news {
	width: 100%;
	margin: 100px 0;
	padding: 0;
	display: flex;
	justify-content: center;
}

.topnews_switch.pc_none {
	display: none;
}

.inner_topnews {
	width: 46%;
	position: relative;
	max-width: 565px;
	min-height: 795px;
	margin: 0 25px 0 0;
	padding: 20px 0 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	border: 4px solid #0a4085;
}

.inner_topnews.press {
	margin: 0 0 0 25px;
	border: 4px solid #ffff00;
}


.inner_topnews:before {
	content: '';
	position: absolute;
	background-color: #f5f5f9;
	width: 100%;
	height: 100%;
	top: 16px;
	left: 16px;
	z-index: -1;
}

.inner_topnews.press:before {
	background-color: #fffff2;
}

.bg_topnews {
	width: 100%;
	padding: 95px 0 0 0;
	position: relative;
	z-index: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/* .bg_topnews:before {
	content: "";
	width: 300%;
	height: 100%;
	background-color: red;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
} */

.bg_topnews .mds_top1 {
	margin-left: 0;
	margin-bottom: 30px;
	position: relative;
	z-index: 0;
}

.bg_topnews .mds_top1 .en {
	width: 104px;
	margin: 0 0 9px;
}

.bg_topnews.press .mds_top1 .en {
	width: 278px;
	margin: 0 0 9px;
}

.bg_topnews .mds_top1 .ja {
	text-align: center;
}

.bg_topnews .mds_top1:after {
	content: "";
	width: 54px;
	height: 50px;
	background-image: url(../img/top/icon_topnews.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	bottom: 90px;
	left: 25%;
}

.bg_topnews.press .mds_top1:after {
	background-image: url(../img/top/icon_toppress.svg);
	left: 41%;
}

.list_topnews {
	padding: 0 0 40px 0;
	width: 90%;
	margin: 0 auto;
}

.list_topnews .inner {
	width: 94%;
	max-width: 730px;
	margin: 0 auto;
	min-height: 500px;
}

.list_topnews .inner .box_topnews {
	text-decoration: none;
}

.list_topnews .inner .box_topnews:hover object.ttl {
	color: #555353;
	text-decoration: underline;
}


.list_topnews dl {
	width: 100%;
	margin: 0;
	padding: 15px 0 15px 0;
	line-height: 1.5;
	border-bottom: solid 1px #e2e1e1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
}

.list_topnews dl:first-of-type {
	border-top: solid 1px #e2e1e1;
}

.list_topnews dl dt {
	margin: 0;
	padding: 0 5px 10px 0;
	color: #094084;
	font-weight: 600;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.list_topnews dl dt .tag {
	font-weight: 500;
	padding: 0 0 0 10px;
}

.list_topnews dl dt .tag a {
	border-radius: 2px;
}


.list_topnews dl dt .tag.new a {
	color: #0a4085;
	background-color: #ffff00;
	padding: 0 5px;
	text-decoration: none;
}

.list_topnews.press dl dt .tag.new a {
	color: #ffff00;
	background-color: #0a4085;
	padding: 0 5px;
	text-decoration: none;
}

.list_topnews dl dt .tag.news a {
	color: #fff;
	background-color: #8780d6;
	padding: 0 5px;
	text-decoration: none;
}

.list_topnews dl dt .tag.event a {
	background-color: #87bb1f;
	color: #fff;
	padding: 0 5px;
	text-decoration: none;
}

.list_topnews dl dt .tag.rec a {
	background-color: #de4071;
	color: #fff;
	padding: 0 5px;
	text-decoration: none;
}

.list_topnews dl dt .tag.health a {
	background-color: #ED7990;
	color: #fff;
	padding: 0 5px;
	text-decoration: none;
}

.list_topnews dl dt .tag.intern a {
	background-color: #eda200;
	color: #fff;
	padding: 0 5px;
	text-decoration: none;
}

.list_topnews dl dt .tag a .iblock {
	text-decoration: underline;
	color: #fff;
	padding: 0 5px;
	text-decoration: none;
}

.list_topnews dl dt .tag a:hover .iblock {
	text-decoration: none;
}

.list_topnews dl dd {
	margin: 0;
	padding: 0 15px 0 0;
	font-weight: 600;
	line-height: 1.5;
}

.list_topnews dl dd a {
	color: #555353;
	text-decoration: none;
	overflow-wrap: anywhere;
}

.list_topnews dl dd a:hover {
	text-decoration: underline;
}


.btn1.top_news1 {
	width: 266px;
	margin: 32px auto;
	display: block;
}

.txt_Nonews {
	padding: 30px 0;
	text-align: center;
}

.col_tophealth {
	width: 94%;
	max-width: 964px;
	margin: 0 auto;
	padding: 60px 0;
}

.col_tophealth .mds_top1 {
	width: 100%;
	margin: 0 0 35px;
	padding: 0;
	text-align: center;
}

.col_tophealth .mds_top1 .en {
	width: 244px;
	margin: 0 0 4px;
	display: inline-block;
}

.cont_tophealth {
	margin: 0 0 40px;
	padding: 0;
}

.cont_tophealth a {
	margin: 0;
	padding: 0;
	color: #555;
	text-decoration: none;
	border-bottom: solid 1px #E2E1E1;
	display: block;
	position: relative;
	z-index: 0;
}

.cont_tophealth a:first-child {
	border-top: solid 1px #E2E1E1;
}

.cont_tophealth a:before {
	content: "";
	width: 8px;
	height: 8px;
	margin: 0;
	padding: 0;
	border-top: solid 2px #0A4085;
	border-right: solid 2px #0A4085;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 4px);
	right: 15px;
}

.cont_tophealth a dl {
	width: 100%;
	min-height: 78px;
	margin: 0;
	padding: 10px 4%;
	line-height: 1.4;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

.cont_tophealth a dl dt {
	width: 330px;
	margin: 0;
	padding: 0;
	display: flex;
}

.cont_tophealth a dl dt .date {
	width: 144px;
	margin: 0;
	padding: 0;
	color: #0A4085;
	font-weight: 600;
}

.cont_tophealth a dl dt .shop {
	width: calc(100% - 144px);
	margin: 0;
	padding: 0;
	color: #F0A300;
	text-decoration: underline;
}

.cont_tophealth a dl dd {
	width: calc(100% - 330px);
	margin: 0;
	padding: 0;
}

.btn1.top_health1 {
	width: 265px;
	margin: 0 auto;
	color: #094084;
	background-color: #fff;
}

.btn1.top_health1 span.arrow:before {
	border-color: #094084;
}


.col_top_recruit {
	width: 100%;
	height: 550px;
	padding: 75px 0 0 0;
	background-image: url(../img/top/bg_toprecruit_2.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

.inner_toprecruit {
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
}

.lead_toprecruit {
	width: 378px;
	margin: 0 auto 30px;
}

.col_top_youtube {
	margin: 0;
	padding: 115px 0 90px;
	overflow: hidden;
}

.inner_topyoutube {
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.bg_topyoutube {
	width: calc(100% - 650px);
	margin: 95px 0 0 0;
	padding: 55px 30px 65px 85px;
	position: relative;
	z-index: 0;
}

.bg_topyoutube:before {
	content: "";
	width: 300%;
	height: 100%;
	background-color: #f4f4f4;
	position: absolute;
	top: 0;
	right: -212px;
	z-index: -1;
}

.col_top_youtube .mds_top1 {
	margin-left: 0;
	margin-bottom: 25px;
	line-height: 1;
	position: relative;
	z-index: 0;
}

.col_top_youtube .mds_top1 .en {
	width: 197px;
	margin: 0 20px 9px 0;
	display: inline-block;
}

.col_top_youtube .mds_top1 .ja {
	display: inline-block;
}

.txt_topyoutube1 {
	margin: 0 0 20px;
	color: #000;
	line-height: 1.9;
}

a.btn1.top_youtube1 {
	width: 265px;
	margin: 0 0 35px;
}

ul.btn_topsns {
	max-width: 290px;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

ul.btn_topsns li {
	width: 39px;
	margin: 0;
	padding: 0;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}

.img_topyoutube {
	width: 650px;
	height: 366px;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.img_topyoutube h3 {
	max-width: 475px;
	margin: 0 auto;
}

.img_topyoutube_sp {
	display: none;
}



/* --------------- contact --------------- */

#wrap {
	width: 100%;
	overflow: hidden;
}

#pagettl {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 0;
}

#pagettl .bg {
	width: 2000px;
	margin: 0;
	padding: 0;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	position: relative;
	z-index: 0;
	left: 50%;
}

.col_pagettl {
	width: 316px;
	height: 146px;
	margin: 0;
	padding: 0;
	font-weight: 500;
	background-color: rgba(9, 64, 132, 0.8);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	position: absolute;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	z-index: 0;
	left: 50%;
	bottom: -73px;
}

.col_pagettl .en {
	margin: 0 auto 10px;
	padding: 0;
}

.contact .col_pagettl .en {
	width: 45.2%;
}

.col_pagettl .title {
	width: 100%;
	margin: 0;
	padding: 0 0 15px;
	color: #fff;
	font-size: 15px;
	text-align: center;
	position: relative;
	z-index: 0;
}

.col_pagettl .title:before {
	content: "";
	width: 65px;
	height: 4px;
	margin: 0;
	padding: 0;
	background-color: #ffff00;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	position: absolute;
	left: 50%;
	bottom: 0;
}

.col_subcontent {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 0 60px;
}

#breadcramb {
	max-width: 1200px;
	height: 73px;
	margin: 0 auto 15px;
	padding: 3px 10px;
	font-size: 12px;
}

#breadcramb a {
	color: #808080;
}

#breadcramb span.thispage {
	color: #094084;
	font-weight: 500;
}

.col_contact1 {
	width: 90%;
	max-width: 844px;
	margin: 0 auto;
	padding: 30px 0 0;
}

.col_message_contact {
	width: 100%;
	margin: 0 0 50px;
	padding: 30px 4%;
	border: solid 2px #094084;
}

.col_message_contact p {
	margin-bottom: 20px;
}

.col_message_contact .tel {
	margin: 0 0 15px;
	padding: 0;
	color: #094084;
	font-size: min(5.6vw, 22px);
	font-weight: 600;
	line-height: 1.4;
}


.mds_contact1 {
	margin: 0 auto 30px;
	padding: 0;
	color: #094084;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.2;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mds_contact1 .icon {
	width: 32px;
	margin: 0 15px 0 0;
	padding: 0 0 3px;
}

.mds_contact1 .icon img {
	vertical-align: middle;
}

.lead_contact1 {
	margin: 0 0 30px;
	padding: 0;
	text-align: center;
	line-height: 2.2;
}

.lead_contact1 p {
	margin-bottom: 1em;
}

.contact .require {
	color: #ff0000;
}

ul.list_flow_contact {
	width: 100%;
	max-width: 550px;
	margin: 0 auto 40px;
	padding: 0;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: space-between;
}

ul.list_flow_contact li {
	width: calc((100% - 36px)/3);
	margin: 0;
	padding: 0.6em 0.3em;
	color: #fff;
	font-size: 15px;
	line-height: 1.6;
	text-align: center;
	background-color: #c5c6c6;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
}

ul.list_flow_contact li:before {
	content: "";
	margin: 0;
	padding: 0;
	border-left: solid 1.5em #fff;
	border-top: solid 1.4em transparent;
	border-bottom: solid 1.4em transparent;
	position: absolute;
	top: 0;
	left: 0;
}

ul.list_flow_contact li:last-child:before {
	content: none;
}

ul.list_flow_contact li:after {
	content: "";
	margin: 0;
	padding: 0;
	border-left: solid 1.5em #c5c6c6;
	border-top: solid 1.4em transparent;
	border-bottom: solid 1.4em transparent;
	position: absolute;
	top: 0;
	left: 100%;
}

ul.list_flow_contact li:first-child:after {
	content: none;
}

ul.list_flow_contact li.current {
	background-color: #094084;
}

ul.list_flow_contact li.current:after {
	border-left-color: #094084;
}

.col_tbl_contact {
	margin: 0 0 30px;
	padding: 0;
	border-top: solid 1px #c5c6c6;
}

.col_tbl_contact dl {
	width: 100%;
	margin: 0;
	padding: 0;
	border-left: solid 1px #c5c6c6;
	border-right: solid 1px #c5c6c6;
	border-bottom: solid 1px #c5c6c6;
	display: flex;
}

.col_tbl_contact dl dt {
	width: 195px;
	margin: 0;
	padding: 0.8em;
	foint-size: 16px;
	font-weight: bold;
	background-color: #f5f5f6;
	border-right: solid 1p #c5c6c6;
	box-sizing: border-box;
}

.col_tbl_contact dl dd {
	width: calc(100% - 195px);
	margin: 0;
	padding: 0.8em 1em 0.8em 1.5em;
	font-size: 15px;
	box-sizing: border-box;
}

.col_tbl_contact dl dd input {
	width: 100%;
	max-width: 445px;
	margin: 0;
	padding: 0.2em;
	font-size: 15px;
	line-height: 1.7;
	box-sizing: border-box;
}

.col_tbl_contact dl dd .postcode {
	max-width: 300px;
	margin: 0 0 0.5em;
}

.col_tbl_contact dl dd .postcode input {
	width: calc(100% - 2em);
}

.col_tbl_contact dl dd .address {
	margin: 0;
	padding: 0;
}

.col_tbl_contact dl dd .address input {
	max-width: calc(100% - 2em);
}

.col_tbl_contact dl dd textarea {
	width: 100%;
	height: 10em;
	margin: 0;
	padding: 0.3em;
	font-size: 15px;
	line-height: 1.6;
	box-sizing: border-box;
}

dl.cont_notice_contact {
	margin: 0 0 40px;
	padding: 0;
}

dl.cont_notice_contact dt {
	margin: 0 0 8px;
	padding: 0;
	color: #094084;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
}

dl.cont_notice_contact dd {
	width: 100%;
	height: 160px;
	margin: 0;
	padding: 10px;
	border: solid 1px #c5c6c6;
	box-sizing: border-box;
	overflow: auto;
}

ul.list_notice_contact {
	margin: 0;
	padding: 0;
}

ul.list_notice_contact li {
	margin: 0 0 0.5em;
	padding: 0 0 0 1.5em;
	line-height: 1.6;
	text-indent: -1.5em;
}

ul.list_notice_contact li * {
	text-indent: 0;
}

ul.list_notice_contact li span.mds {
	width: 1.5em;
	margin: 0;
	padding: 0;
	color: #094084;
	display: inline-block;
}

.btn_contact {
	margin: 0 0 50px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn_contact div {
	width: 265px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 0;
}


.btn_contact.homecontact{
	margin: 0 0 50px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn_contact.homecontact{
	width: 100%;
	max-width: 265px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 0;
}

.col_contact1 .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0 !important;
}

.btn_contact div:before {
	content: "";
	width: 8px;
	height: 8px;
	margin: -5px 0 0;
	padding: 0;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 15%;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}

.btn_contact.homecontact:before {
	content: "";
	width: 8px;
	height: 8px;
	margin: -5px 0 0;
	padding: 0;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 15%;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	z-index: 1;
}

.btn_contact div input {
	width: 100%;
	height: 3.6em;
	margin: 0;
	padding: 0.2em 0 0;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	background-color: rgba(9, 64, 132, 1);
	border: none;
	border-radius: 1.8em;
	-moz-border-radius: 1.8em;
	-webkit-border-radius: 1.8em;
	display: inline-block;
	cursor: pointer;
	transition: background .3s;
	-moz-transitoin: background .3s;
	-webkit-transition: background .3s;
}

.btn_contact div input[name="submitBack"] {
	background-color: rgba(153, 153, 153, 1);
}



.btn_contact.homecontact input {
	width: 100%;
	max-width: 265px;
	height: 3.4em;
	margin: 0 auto;
	padding: 0 0 0;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	background-color: rgba(9, 64, 132, 1);
	border: none;
	border-radius: 1.8em;
	-moz-border-radius: 1.8em;
	-webkit-border-radius: 1.8em;
	display: inline-block;
	cursor: pointer;
	transition: background .3s;
	-moz-transitoin: background .3s;
	-webkit-transition: background .3s;
	position: relative;
}

.btn_contact.homecontact input[name="submitBack"] {
	background-color: rgba(153, 153, 153, 1);
}

.col_subcontent.confirm .btn_contact.homecontact {
    max-width: 100%;
}
ul.note_contact_btm {
	margin: 0 auto 30px;
	padding: 0;
	font-size: 13px;
	line-height: 1.6;
}

ul.note_contact_btm li {
	margin: 0 0 7px;
	padding: 0 0 0 1em;
	text-indent: -1em;
}

ul.note_contact_btm li * {
	text-indent: 0;
}

.txt_thanks_contact {
	margin: 0 0 50px;
	padding: 40px 0 0;
	border-top: solid 1px #c5c6c6;
}

a.btn_thanks_contact {
	max-width: 280px;
	height: 60px;
	margin: 0 auto;
	padding: 17px 15px 0;
	color: #fff;
	font-size: 15px;
	text-align: center;
	text-decoration: none;
	background-color: rgba(9, 64, 132, 1);
	box-sizing: border-box;
	display: block;
	transition: background .3s;
	-moz-transition: background .3s;
	-webkit-transition: background .3s;
	position: relative;
	z-index: 0;
}

a.btn_thanks_contact:before {
	content: "";
	width: 8px;
	height: 8px;
	margin: -5px 0 0;
	padding: 0;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: roate(45deg);
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	position: absolute;
	top: 50%;
	right: 15px;
}

}

/* --------------- news --------------- */

.news .col_pagettl .en {
	width: 45.57%;
}

ul.list_tab_news {
	width: 94%;
	max-width: 850px;
	margin: 0 auto 50px;
	padding: 40px 0 0;
	display: flex;
	justify-content: center;
	gap: 20px;
}

ul.list_tab_news li {
	width: calc((100% - 30px)/3);
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
}

ul.list_tab_news li a {
	width: 100%;
	margin: 0;
	padding: 0.2em 0.5em;
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
	border-style: solid;
	border-width: 2px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	position: relative;
	z-index: 0;
}

ul.list_tab_news li.all a {
	color: #094084;
	border-color: #094084;
}

ul.list_tab_news li.news a {
	color: #8780d6;
	border-color: #8780d6;
}

ul.list_tab_news li.event a {
	color: #87bb1f;
	border-color: #87bb1f;
}

ul.list_tab_news li.recruit a {
	color: #de4071;
	border-color: #de4071;
}

ul.list_tab_news li.support a {
	color: #ED7990;
	border-color: #ED7990;
}

ul.list_tab_news li.press a {
	color: #ff801e;
	border-color: #ff801e;
}


ul.list_tab_news li .img {
	width: 22px;
	height: 1em;
	margin: 0 5px 0 0;
	padding: 0;
	position: relative;
	z-index: 0;
}

ul.list_tab_news li .img img {
	vertical-align: middle;
	transition: opacity .3s;
	-moz-transition: opacity .3s;
	-webkit-transition: opacity .3s;
	position: absolute;
	top: 0;
	left: 0;
}

ul.list_tab_news li.press .img img {
	top: -2px;
}

ul.list_tab_news li .img .white {
	opacity: 0;
}

ul.list_tab_news li.active a {
	color: #fff;
	cursor: inherit;
}

ul.list_tab_news li.active.all a {
	background-color: #094084;
}

ul.list_tab_news li.active.news a {
	background-color: #8780d6;
}

ul.list_tab_news li.active.event a {
	background-color: #87bb1f;
}

ul.list_tab_news li.active.recruit a {
	background-color: #de4071;
}

ul.list_tab_news li.active.support a {
	background-color: #ED7990;
}

ul.list_tab_news li.active.press a {
	background-color: #ff801e;
}

ul.list_tab_news li.active .img .color {
	opacity: 0;
}

ul.list_tab_news li.active .img .white {
	opacity: 1;
}

ul.list_tab_news li.active a:before {
	content: "";
	margin: 0 0 0 -10px;
	padding: 0;
	border-top: solid 10px #fff;
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
	position: absolute;
	top: 100%;
	left: 50%;
}

ul.list_tab_news li.active.all a:before {
	border-top-color: #094084;
}

ul.list_tab_news li.active.news a:before {
	border-top-color: #8780d6;
}

ul.list_tab_news li.active.event a:before {
	border-top-color: #87bb1f;
}

ul.list_tab_news li.active.recruit a:before {
	border-top-color: #de4071;
}

ul.list_tab_news li.active.support a:before {
	border-top-color: #ED7990;
}

ul.list_tab_news li.active.press a:before {
	border-top-color: #ff801e;
}

.col_news {
	width: 94%;
	max-width: 1050px;
	min-height: 200px;
	margin: 0 auto;
	padding: 0;
}

.col_tab {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	display: none;
}

.col_tab.active {
	display: flex;
}

.txt_noarticle {
	width: 100%;
	margin: 0 0 50px;
	padding: 0;
	text-align: center;
}

a.box_news {
	width: 31.8%;
	margin: 0 2.3% 2.5% 0;
	padding: 0 2% 2%;
	color: #303030;
	text-decoration: none;
	border: solid 1px #e2e1e1;
	box-sizing: border-box;
	display: block;
	transition: background .3s;
	position: relative;
	z-index: 0;
}

.box_news:nth-child(3n) {
	margin-right: 0;
}

a.box_news .label_new {
	margin: 0;
	padding: 0 8px;
	color: #094084;
	font-size: 15px;
	font-weight: 600;
	background-color: #ffff00;
	position: absolute;
	top: 0;
	right: 0;
}

.box_news .label {
	width: 100%;
	margin: 0 0 5px;
	padding: 0;
	display: flex;
}

.box_news .label .icon {
	width: 30px;
	height: 36px;
	margin: 0 10px 0 0;
	padding: 3px 0 0;
	text-align: center;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
}

.box_news .label .icon:before {
	content: "";
	margin: 0;
	padding: 0;
	border-bottom: solid 4px #fff;
	border-left: solid 15px transparent;
	border-right: solid 15px transparent;
	position: absolute;
	left: 0;
	bottom: 0;
}

.news .box_news .label .icon,
.box_news.news .label .icon {
	background-color: #8780d6;
}

.event .box_news .label .icon,
.box_news.event .label .icon {
	background-color: #87bb1f;
}

.recruit .box_news .label .icon,
.box_news.recruit .label .icon {
	background-color: #de4071;
}

.support .box_news .label .icon,
.box_news.support .label .icon {
	background-color: #ED7990;
}

.box_news .label .icon img {
	width: 75%;
	position: absolute;
	top: 6px;
	left: 3px;
}

.box_news .label .txt {
	width: calc(100% - 40px);
	margin: 0;
	padding: 6px 0 0 5px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5;
	align-self: center;
}

.news .box_news .label .txt,
.box_news.news .label .txt {
	color: #8780d6;
}

.event .box_news .label .txt,
.box_news.event .label .txt {
	color: #87bb1f;
}

.recruit .box_news .label .txt,
.box_news.recruit .label .txt {
	color: #de4071;
}

.support .box_news .label .txt,
.box_news.support .label .txt {
	color: #ED7990;
}

.box_news dl {
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 1.5;
}

.box_news dl dt {
	margin: 0 0 5px;
	padding: 0;
}

.newstitle {
	min-height: 1.8em;
	margin: 0 2px 5px;
	padding: 0;
	font-weight: 600;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	/* �C�ӂ̍s�����w�� */
}

.box_news dl dd {
	margin: 0;
	padding: 0;
	font-size: 13px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	/* �C�ӂ̍s�����w�� */
}

.box_news dl dd .img {
	margin: 0 0 10px;
	padding: 0 6px 6px 0;
	position: relative;
	z-index: 0;
}

.box_news dl dd .img:before {
	content: "";
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: -1;
	right: 0;
	bottom: 0;
}

.news .box_news dl dd .img:before {
	background-color: #c4c0e0;
}

.event .box_news dl dd .img:before {
	background-color: #d9eeaf;
}

.recruit .box_news dl dd .img:before {
	background-color: #f8d9e3;
}

.support .box_news dl dd .img:before {
	background-color: #EDC8D2;
}

.box_news dl dd .img .trim {
	width: 100%;
	height: 16.71vw;
	max-height: 190px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.box_news dl dd .img .trim img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
}

.box_news dl dd .img .trim.tall img {
	width: auto;
	height: 100%;
}

.col_pagenation_news {
	width: 100%;
	margin: 0;
	padding: 30px 0 0;
}

.col_pagenation_news ul {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
}

.col_pagenation_news ul li {
	margin: 0 10px 0 0;
	padding: 0;
}

.col_pagenation_news ul li:last-child {
	margin-right: 0;
}

.col_pagenation_news ul li a,
.col_pagenation_news ul li span {
	width: 56px;
	height: 56px;
	margin: 0;
	padding: 0;
	color: #303030;
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
	border: solid 2px transparent;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}

.news .col_pagenation_news ul li span {
	color: #8780d6;
	border-color: #8780d6;
}

.news .col_pagenation_news ul li.arrow a {
	color: #8780d6;
}

.event .col_pagenation_news ul li span {
	color: #87bb1f;
	border-color: #87bb1f;
}

.event .col_pagenation_news ul li.arrow a {
	color: #87bb1f;
}

.recruit .col_pagenation_news ul li span {
	color: #de4071;
	border-color: #de4071;
}

.recruit .col_pagenation_news ul li.arrow a {
	color: #de4071;
}

.support .col_pagenation_news ul li span {
	color: #ED7990;
	border-color: #ED7990;
}

.support .col_pagenation_news ul li.arrow a {
	color: #ED7990;
}



/* --------------- news detail --------------- */

.col_news_d {
	width: 92%;
	max-width: 844px;
	margin: 0 auto;
	padding: 30px 0 0;
}

.mds_news_d {
	margin: 0 0 15px;
	padding: 0 5px 10px;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 0;
}

.mds_news_d:before {
	content: "";
	width: 100%;
	height: 3px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 0;
}

.news .mds_news_d:before {
	background: linear-gradient(to right, #8780d6 190px, #b3b3b4 190px);
	background: -moz-linear-gradient(left, #8780d6 190px, #b3b3b4 190px);
	background: -webkit-linear-gradient(left, #8780d6 190px, #b3b3b4 190px);
}

.event .mds_news_d:before {
	background: linear-gradient(to right, #87bb1f 190px, #b3b3b4 190px);
	background: -moz-linear-gradient(left, #87bb1f 190px, #b3b3b4 190px);
	background: -webkit-linear-gradient(left, #87bb1f 190px, #b3b3b4 190px);
}

.recruit .mds_news_d:before {
	background: linear-gradient(to right, #de4071 190px, #b3b3b4 190px);
	background: -moz-linear-gradient(left, #de4071 190px, #b3b3b4 190px);
	background: -webkit-linear-gradient(left, #de4071 190px, #b3b3b4 190px);
}

.support .mds_news_d:before {
	background: linear-gradient(to right, #ED7990 190px, #b3b3b4 190px);
	background: -moz-linear-gradient(left, #ED7990 190px, #b3b3b4 190px);
	background: -webkit-linear-gradient(left, #ED7990 190px, #b3b3b4 190px);
}

.mds_news_d .icon {
	width: 35px;
	margin: 0 7px 0 0;
	padding: 0;
}

.mds_news_d .icon img {
	vertical-align: middle;
}

.mds_news_d .mds {
	width: calc(100% - 35px);
	margin: 0;
	padding: 0;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.4;
}

.news .mds_news_d .mds {
	color: #8780d6;
}

.event .mds_news_d .mds {
	color: #87bb1f;
}

.recruit .mds_news_d .mds {
	color: #de4071;
}

.support .mds_news_d .mds {
	color: #ED7990;
}

.cont_news_d {
	max-width: 768px;
	min-height: 200px;
	margin: 0 auto 50px;
	padding: 0;
}

.col_newsttl {
	margin: 0 0 10px;
	padding: 0;
}

.col_newsttl .label_new {
	margin: 0 0 0 10px;
	padding: 0 10px;
	color: #094084;
	background-color: #ffff00;
	display: inline-block;
}

.col_newsttl .txt {
	margin: 0;
	padding: 3px 0 0;
	font-size: 20px;
	font-weight: 500;
}

.cont_news_d h1 {
	margin-bottom: 1em;
	font-size: 1.8em;
}

.cont_news_d h2 {
	margin-bottom: 1em;
	font-size: 1.6em;
}

.cont_news_d h3 {
	margin-bottom: 1em;
	font-size: 1.4em;
}

.cont_news_d h4 {
	margin-bottom: 1em;
	font-size: 1.2em;
}

.cont_news_d p {
	margin-bottom: 1.5em;
}

.col_link_news_d {
	width: 100%;
	max-width: 670px;
	margin: 0 auto;
	padding: 0;
	display: flex;
	justify-content: space-between;
}

.cont_news_d img {
	max-width: 100%;
}

.col_link_news_d .link_news {
	width: 26%;
	margin: 0;
	padding: 0;
}

.col_link_news_d .link_news a {
	width: 100%;
	height: 3em;
	margin: 0;
	padding: 0.6em;
	text-decoration: none;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}

.news .col_link_news_d .link_news a {
	color: #8780d6;
}

.event .col_link_news_d .link_news a {
	color: #87bb1f;
}

.recruit .col_link_news_d .link_news a {
	color: #de4071;
}

.support .col_link_news_d .link_news a {
	color: #ED7990;
}

.support_detail .col_link_news_d .link_news a {
	color: #0a4085;
}

.col_link_news_d .link_news span.arrow {
	width: calc(100% - 4em);
	height: 2px;
	margin: 0 8px 0 0;
	padding: 0;
	display: inline-block;
	position: relative;
	z-index: 0;
}

.col_link_news_d .link_news.next span.arrow {
	margin: 0 0 0 8px;
}

.col_link_news_d .link_news span.arrow:before {
	content: "";
	width: 90%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}

.col_link_news_d .link_news.next span.arrow:before {
	right: auto;
	left: 0;
}

.news .col_link_news_d .link_news span.arrow:before {
	background-color: #8780d6;
}

.event .col_link_news_d .link_news span.arrow:before {
	background-color: #87bb1f;
}

.recruit .col_link_news_d .link_news span.arrow:before {
	background-color: #de4071;
}

.support .col_link_news_d .link_news span.arrow:before {
	background-color: #ED7990;
}

.support_detail .col_link_news_d .link_news span.arrow:before {
	background-color: #0a4085;
}

.col_link_news_d .link_news span.arrow:after {
	content: "";
	width: 8px;
	height: 8px;
	margin: -5px 0 0;
	padding: 0;
	border-top: solid 2px transparent;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	position: absolute;
	top: 50%;
	left: calc(10% + 1px);
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}

.col_link_news_d .link_news.next span.arrow:after {
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	left: auto;
	right: calc(10% + 1px);
}

.news .col_link_news_d .link_news span.arrow:after {
	border-top-color: #8780d6;
}

.event .col_link_news_d .link_news span.arrow:after {
	border-top-color: #87bb1f;
}

.recruit .col_link_news_d .link_news span.arrow:after {
	border-top-color: #de4071;
}

.support .col_link_news_d .link_news span.arrow:after {
	border-top-color: #ED7990;
}

.support_detail .col_link_news_d .link_news span.arrow:after {
	border-top-color: #0a4085;
}

.col_link_news_d a.btn_news_d {
	width: 40%;
	height: 3em;
	margin: 0;
	padding: 0.6em;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border-radius: 1.5em;
	-moz-border-radius: 1.5em;
	-webkit-border-radius: 1.5em;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity .3s;
	-moz-transition: opacity .3s;
	-webkit-transition: opacity .3s;
}

.news .col_link_news_d a.btn_news_d {
	background-color: #8780d6;
}

.event .col_link_news_d a.btn_news_d {
	background-color: #87bb1f;
}

.recruit .col_link_news_d a.btn_news_d {
	background-color: #de4071;
}

.support .col_link_news_d a.btn_news_d {
	background-color: #ED7990;
}

.support_detail .col_link_news_d a.btn_news_d {
	background-color: #0a4085;
}

.col_link_news_d a.btn_news_d span.inner {
	margin: 0;
	padding: 0 0 0 20px;
	display: inline-block;
	position: relative;
	z-index: 0;
}

.col_link_news_d a.btn_news_d span.inner:before {
	content: "";
	width: 7px;
	height: 7px;
	margin: -5px 0 0;
	padding: 0;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	transform: rotate(45deg);
	-moz-tansform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: -3px;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}


/* --------------- Press Release --------------- */

.col_pagettl.press {
	width: 352px;
}

/* .col_news.press {
	margin: 80px auto 0;
} */

a.box_news.press .label_new {
	color: #ffff00;
	background-color: #094084;

}

.press .box_news .label .icon,
.box_news.press .label .icon {
	background-color: #ff801e;
}

.press .box_news .label .txt,
.box_news.press .label .txt {
	color: #ff801e;
}

.press .box_news dl dd .img:before {
	background-color: #ffff00;
}

.press .col_pagenation_news ul li span {
	color: #ff801e;
	border-color: #ff801e;
}

.press .col_pagenation_news ul li.arrow a {
	color: #ff801e;
}

/* --------------- Press Release detail --------------- */

.press .mds_news_d .mds {
	color: #ff801e;
}

.press .mds_news_d:before {
	background: linear-gradient(to right, #ff801e 190px, #b3b3b4 190px);
	background: -moz-linear-gradient(left, #ff801e 190px, #b3b3b4 190px);
	background: -webkit-linear-gradient(left, #ff801e 190px, #b3b3b4 190px);
}

.press .col_link_news_d .link_news a {
	color: #ff801e;
}

.press .col_link_news_d a.btn_news_d {
	background-color: #ff801e;
}

.press .col_link_news_d .link_news span.arrow:before {
	background-color: #ff801e;
}

.news .col_link_news_d .link_news span.arrow:after {
	border-top-color: #ff801e;
}

/* --------------- service --------------- */

.service #breadcramb {
	margin-bottom: 60px;
}

.service .col_pagettl .en {
	width: 45.8%;
}

.bg_service {
	margin: 0;
	padding: 0;
	background-color: #f1f1f1;
}

dl.catch_service {
	width: 86%;
	max-width: 1200px;
	margin: 0 auto 65px;
	padding: 0;
}

dl.catch_service dt {
	margin: 0 0 25px;
	padding: 40px 0 0;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	position: relative;
	z-index: 0;
}

dl.catch_service dt:before {
	content: "";
	width: 165px;
	height: 8px;
	margin: 0;
	padding: 0;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	position: absolute;
	top: 0;
	left: 50%;
}

dl.catch_service dt .icon {
	width: 58px;
	margin: 0 auto 12px;
	padding: 0;
}

dl.catch_service dd {
	margin: 0;
	padding: 0;
	font-size: 15px;
	line-height: 1.8;
	text-align: center;
}

.col_service1 {
	width: 100%;
	margin: 0 0 120px;
	padding: 0;
	display: flex;
}

.col_service1 .img {
	width: 47%;
	max-width: 560px;
	height: 413px;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
}

.col_service1.even .img {
	order: 1;
}

.col_service1 .img img {
	width: 170%;
	max-width: 960px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
}

.col_service1.even .img img {
	right: auto;
	left: 0;
}

.col_service1 .txt {
	width: 53%;
	margin: 0;
	padding: 10px 5%;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
}

.col_service1 .txt:before {
	content: "";
	width: 100vw;
	height: calc(100% - 15px);
	margin: 0;
	padding: 0;
	background-color: #fff;
	position: absolute;
	top: 55px;
	left: -25%;
	z-index: -1;
}

.col_service1.even .txt:before {
	left: auto;
	right: -25%;
}

.col_service1 .txt .mds {
	width: 100%;
	max-width: 548px;
	margin: 0 0 15px;
	padding: 0;
}

.col_service1 .txt dl {
	margin: 0;
	padding: 0;
}

.col_service1 .txt dl dt {
	margin: 0 0 20px;
	padding: 0;
	color: #094084;
	font-size: 28px;
	font-weight: bold;
}

.col_service1 .txt dl dt span.marker {
	padding: 0 3px;
	background: linear-gradient(to bottom, transparent 60%, #ffff00 60%);
}

.col_service1 .txt dl dd {
	margin: 0;
	padding: 0;
	line-height: 2;
}

a.bnr_online_medicine {
	max-width: 375px;
	margin: 20px 0 0;
	padding: 10px 13px;
	color: #fff;
	text-decoration: none;
	background-color: #E84055;
	border-radius: 8px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 0;
}

a.bnr_online_medicine img {
	width: 100%;
}

a.bnr_online_medicine .icon {
	width: 6.88vw;
	max-width: 58px;
	height: 6.88vw;
	max-height: 58px;
	margin: 0 8px 0 0;
	padding: 0;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

a.bnr_online_medicine .icon img {
	width: 76%;
}

a.bnr_online_medicine dl {
	margin: 0;
	padding: 0;
}

.col_service1 .txt a.bnr_online_medicine dl dt {
	margin: 0;
	padding: 0;
	color: #FFFF00;
	font-size: min(2.37vw, 20px);
	border-bottom: solid 1px #FFFF00;
}

a.bnr_online_medicine .img_bnr {
	width: 13.3vw;
	max-width: 112px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: -19px;
	right: -84px;
}

a.bnr_online_medicine dl dd {
	text-align: center;
}

a.bnr_online_medicine dl dd span {
	margin: 0;
	padding: 0 0 0 16px;
	display: inline-block;
	position: relative;
	z-index: 0;
}

a.bnr_online_medicine dl dd span:before {
	content: "";
	width: 6px;
	height: 6px;
	margin: 0;
	padding: 0;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 3px);
	left: 0;
}






.bnr_service_shops {
	width: 94%;
	max-width: 1042px;
	min-height: 216px;
	margin: 0 auto 30px;
	padding: 22px 340px 25px 33px;
	color: #094084;
	text-decoration: none;
	border: solid 4px #fff;
	border-radius: 10px;
	background-color: #ffff00;
	background-image: url(../img/service/medicine/bg_map.gif);
	background-repeat: no-repeat;
	background-size: auto 216px;
	background-position: right -1px top;
	overflow: hidden;
	display: block;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}

dl.inner_service_shops1 {
	margin: 0 0 25px;
	padding: 0;
}

dl.inner_service_shops1 dt {
	margin: 0;
	padding: 0;
	font-size: 55px;
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: 0.04em;
}

dl.inner_service_shops1 dd {
	margin: 0 0 10px;
	padding: 0;
	font-size: min(1.7vw, 17px);
	font-weight: 600;
	line-height: 1.4;
}

dl.inner_service_shops2 {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

dl.inner_service_shops2 dt {
	width: 255px;
	margin: 0;
}

dl.inner_service_shops2 dd {
	width: calc(100% - 255px);
	margin: 0;
	padding: 0 0 0 18px;
	color: #303030;
	line-height: 1.4;
}


/* --------------- service medicine --------------- */

.medicine dl.catch_service dt {
	color: #d37d57;
}

.medicine dl.catch_service dt:before {
	background-color: #d37d57;
}



/* --------------- service athome --------------- */

.athome dl.catch_service dt {
	color: #21a19b;
}

.athome dl.catch_service dt:before {
	background-color: #21a19b;
}

.bg_athome {
	width: 96%;
	max-width: 1158px;
	margin: 0 auto;
	padding: 20px;
	background-color: #cedcdb;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-sizing: border-box;
}


.bg_athome .inner {
	width: 100%;
	margin: 0;
	padding: 60px 0 120px;
	background-color: #fff;
	background-image: url(../img/service/athome/bg_box_athome.gif);
	background-repeat: no-repeat;
	background-size: 83.5% auto;
	background-position: center bottom;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	box-sizing: border-box;
}


.catch_athome1 {
	width: 96%;
	margin: 0 auto 60px;
	padding: 0;
	color: #21a19b;
	font-size: 29px;
	font-weight: 600;
	text-align: center;
}

.catch_athome1 span.marker {
	padding: 0 2px;
	background: linear-gradient(to bottom, transparent 70%, #ff0 70%);
	background: -moz-linear-gradient(top, transparent 70%, #ff0 70%);
	background: -webkit-linear-gradient(top, transparent 70%, #ff0 70%);
}

.col_athome1 {
	width: 92%;
	max-width: 940px;
	margin: 0 auto 50px;
	padding: 0;
	display: flex;
}

.col_athome1 .img1 {
	width: 62.8%;
	margin: 0;
	padding: 0;
}

.col_athome1 .col_r_athome {
	width: 37.2%;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.col_athome1 .col_r_athome .txt {
	margin: 0 0 15px 9%;
	padding: 0;
	font-size: 25px;
	font-weight: 500;
	line-height: 1.6;
}

.col_athome1 .col_r_athome .img2 {
	width: 96%;
	margin: 0 0 0 4%;
	padding: 0 0 20px;
}

.col_flow_athome {
	width: 92%;
	max-width: 895px;
	margin: 0 auto;
	padding: 0;
}

.col_flow_athome .mds {
	margin: 0 0 20px;
	padding: 0;
	color: #21a19b;
	font-size: 29px;
	font-weight: bold;
	text-align: center;
}

.service_athome_txt {
	width: 96%;
	max-width: 1158px;
	margin: 10px auto 0;
	text-align: right;
}

.service_athome_txt a {
	color: #000;

}

dl.flow_athome {
	width: 100%;
	margin: 0 0 13px;
	padding: 0;
	border: solid 2px #21a19b;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-sizing: border-box;
	overflow: hidden;
	display: flex;
}

dl.flow_athome dt {
	width: 345px;
	margin: 0;
	padding: 13px 10px 13px 20px;
	color: #fff;
	font-size: 21px;
	background-color: #21a19b;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

dl.flow_athome dt .icon {
	width: 43px;
	margin: 0 8px 0 0;
	padding: 0;
}

dl.flow_athome dt .icon img {
	vertical-align: middle;
}

dl.flow_athome dd {
	width: calc(100% - 345px);
	margin: 0;
	padding: 15px 20px;
	font-size: 15px;
	line-height: 1.6;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

.col_flow_athome .arrow {
	width: 56px;
	height: 36px;
	margin: 0 auto 13px;
	position: relative;
	z-index: 0;
}

.col_flow_athome .arrow:before {
	content: "";
	width: 30px;
	height: 23px;
	margin: 0;
	padding: 0;
	background-color: #21a19b;
	position: absolute;
	top: 0;
	left: 13px;
}

.col_flow_athome .arrow:after {
	content: "";
	margin: 0;
	padding: 0;
	border-top: solid 18px #21a19b;
	border-left: solid 28px transparent;
	border-right: solid 28px transparent;
	position: absolute;
	left: 0;
	bottom: 0;
}



/* --------------- service food --------------- */

.food dl.catch_service dt {
	color: #8e83ae;
}

.food dl.catch_service dt:before {
	background-color: #8e83ae;
}

.img_food_service1 {
	width: 96%;
	max-width: 854px;
	margin: 0 auto 50px;
	padding: 0;
	display: flex;
}

.img_food_service1 .img1 {
	margin: 0 20px 0 0;
	padding: 0;
}

.bg_food {
	width: 96%;
	max-width: 1158px;
	margin: 0 auto;
	padding: 20px;
	background-color: #d7d4e3;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-sizing: border-box;
}

.bg_food .inner {
	width: 100%;
	margin: 0;
	padding: 60px 0 120px;
	background-color: #fff;
	background-image: url(../img/service/food/bg_box_food.gif);
	background-repeat: no-repeat;
	background-size: 64.3% auto;
	background-position: center bottom;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	box-sizing: border-box;
}

dl.catch_food {
	width: 94%;
	margin: 0 auto 60px;
	padding: 0;
}

dl.catch_food dt {
	margin: 0 0 30px;
	color: #8e83ae;
	font-size: 29px;
	font-weight: 600;
	text-align: center;
}

dl.catch_food dt span.marker {
	padding: 0 2px;
	background: linear-gradient(to bottom, transparent 70%, #ff0 70%);
	background: -moz-linear-gradient(top, transparent 70%, #ff0 70%);
	background: -webkit-linear-gradient(top, transparent 70%, #ff0 70%);
}

dl.catch_food dd {
	margin: 0;
	padding: 0;
	line-height: 1.9;
	text-align: center;
}

.col_point_food {
	width: 92%;
	margin: 0 auto 30px;
	padding: 0 2% 40px;
	border-bottom: dashed 1px #d7d4e3;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-end;
	position: relative;
	z-index: 0;
}

.col_point_food .mds {
	width: 98px;
	height: 98px;
	margin: 0;
	padding: 0;
	background-color: #8e83ae;
	border: solid 5px #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -25px;
	left: 3%;
	z-index: 1;
}

.col_point_food .mds img {
	width: 78%;
}

.col_point_food .img {
	width: calc(100% - 350px);
	margin: 0;
	padding: 0 4% 0 0;
	position: relative;
	z-index: 0;
}

.col_point_food .txt {
	width: 350px;
	margin: 0;
	padding: 0;
	font-size: 25px;
	font-weight: 500;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
}

.col_point_food .txt .deco {
	width: 71.5%;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 14%;
	bottom: 10px;
	z-index: -2;
}

.col_point_food.point2 {
	margin: 0 auto 60px;
	position: static;
}

.col_point_food.point2 .mds {
	margin-top: 30px;
	position: static;
}

.col_point_food.point2 .txt {
	width: calc(58% - 98px);
	margin-top: 30px;
	padding: 0 0 0 3%;
}

.col_point_food.point2 .img {
	width: 41%;
}

.col_point_food.point2 .img img {
	width: 75.3%;
}

.col_point_food.point3 {
	border-bottom: none;
}

.col_point_food.point3 .txt .deco {
	width: 24%;
	left: 33%;
}



/* --------------- service activity --------------- */

.activity dl.catch_service dt {
	color: #da7c80;
}

.activity dl.catch_service dt:before {
	background-color: #da7c80;
}

.txt1_activity {
	color: #da7c80;
	font-size: 22px;
	text-align: center;
	padding-top: 20px;
	font-weight: bold;
	margin: 0 0 40px 0;
}

a.btn_activity {
	max-width: 294px;
	height: 74px;
	margin: 0 auto;
	padding: 11px 0 0 11px;
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	background-color: #da7c80;
	box-sizing: border-box;
	display: block;
	position: relative;
	z-index: 0;
}

a.btn_activity:hover {
	opacity: 0.8;
}

a.btn_activity.activity01 {
	margin: 0 auto 126px;
	padding: 18px 0 0 15px;
	background-image: url(../img/service/activity/icon_activity01.svg);
	background-repeat: no-repeat;
	background-size: 26px auto;
	background-position: 19px 21px;
}

a.btn_activity:before {
	content: "";
	width: 8px;
	height: 8px;
	margin: 0;
	padding: 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 4px);
	right: 20px;
}

/* --------------- service lecture --------------- */

.lecture dl.catch_service dt {
	color: #b89e41;
}

.lecture dl.catch_service dt:before {
	background-color: #b89e41;
}

.txt1_lecture {
	color: #b89e41;
	font-size: 22px;
	text-align: center;
	padding-top: 20px;
	font-weight: bold;
	margin: 0 0 40px 0;
}

a.btn_lecture {
	max-width: 294px;
	height: 74px;
	margin: 0 auto;
	padding: 11px 0 0 11px;
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	background-color: #b99f42;
	box-sizing: border-box;
	display: block;
	position: relative;
	z-index: 0;
}

a.btn_lecture.lecture01 {
	margin: 0 auto 126px;
	padding: 18px 0 0 15px;
	background-image: url(../img/service/activity/icon_activity01.svg);
	background-repeat: no-repeat;
	background-size: 26px auto;
	background-position: 20px 23px;
}

a.btn_lecture:before {
	content: "";
	width: 8px;
	height: 8px;
	margin: 0;
	padding: 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 0px);
	right: 20px;
}

a.btn_lecture:hover {
	opacity: 0.8;
}



/* --------------- service mamoru --------------- */

.mamoru dl.catch_service dt {
	color: #4997cb;
}

.mamoru dl.catch_service dt:before {
	background-color: #4997cb;
}

.bg_mamoru {
	width: 96%;
	max-width: 1158px;
	margin: 0 auto;
	padding: 20px;
	background-color: #dae2f2;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-sizing: border-box;
}


.bg_mamoru .inner {
	width: 100%;
	margin: 0;
	padding: 60px 0 120px;
	background-color: #fff;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	box-sizing: border-box;
}

.catch_mamoru1 {
	width: 96%;
	margin: 0 auto 60px;
	padding: 0;
	color: #4997cb;
	font-size: 29px;
	font-weight: 600;
	text-align: center;
}

.catch_mamoru1 span.marker {
	padding: 0 2px;
	background: linear-gradient(to bottom, transparent 70%, #ff0 70%);
	background: -moz-linear-gradient(top, transparent 70%, #ff0 70%);
	background: -webkit-linear-gradient(top, transparent 70%, #ff0 70%);
}

.col_mamoru1 {
	width: 50%;
	max-width: 560px;
	margin: 0 auto 60px;
	padding: 0;
}

.col_mamoru1 .img1 {
	padding-bottom: 50px;
	width: 80%;
	margin: 0 auto;
}

.txt1_mamoru {
	text-align: center;
	padding: 0 30px 28px 30px;
	line-height: 2.2;
}

.col_mamoru2 {
	width: 80%;
	margin: 0 auto 62px;
}

.col_mamoru2 .img2 {
	width: 38px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 20px;
}

.col_mamoru2 .box {
	width: 100%;
	margin: 0 0 37px;
	padding: 20px;
	background-color: #4997cb;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-sizing: border-box;
}

.col_mamoru2 .txt {
	color: #fff;
	tex-align: center;
	font-size: 1.2em;
	line-height: 1.4;
}

.col_mamoru2 .box2 {
	display: flex;
	justify-content: space-between;
}

.col_mamoru2 .box2_in {
	width: 49%;
}

.txt2_mamoru {
	margin: 0;
}



/* --------------- service online --------------- */

.online .bg_service {
	padding-bottom: 0;
}

.online dl.catch_service dt {
	color: #E84055;
}

.online dl.catch_service dt:before {
	background-color: #E84055;
}

.img_online1 {
	width: 92%;
	max-width: 1046px;
	margin: 0 auto 86px;
	padding: 0;
	background-image: url(../img/service/online/bg_img_online1.gif);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
}

.img_online1 .img {
	width: 33%;
	margin: 0 auto;
	padding: 0;
}

.img_online1 .img .w100 {
	width: 100%;
}

.box_merit_online {
	width: 98%;
	max-width: 1160px;
	margin: 0 auto;
	padding: 105px 20px 95px;
	background-color: #F7C3D4;
	border-radius: 10px;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
}

.box_merit_online:before {
	content: "";
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	margin: 0;
	background-color: #fff;
	border-radius: 8px;
	box-sizing: border-box;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: -1;
}

.box_merit_online dl.mds {
	width: 94%;
	margin: 0 auto 55px;
	padding: 0;
	text-align: center;
}

.box_merit_online dl.mds dt {
	margin: 0 0 45px;
	padding: 0;
	color: #E84055;
	font-size: 29px;
	font-weight: 600;
	line-height: 1.5;
}

.box_merit_online dl.mds dt .marker {
	background: linear-gradient(180deg, rgba(255, 255, 0, 0) 70%, rgba(255, 255, 0, 1) calc(70% + 1px), rgba(255, 255, 0, 1) 100%);
}

.box_merit_online dl.mds dd {
	margin: 0;
	padding: 0;
	font-size: 20px;
}

ol.list_merit_online {
	width: 94%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 12px 0 65px 0;
	list-style: none;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #f7c3d4;
}

ol.list_merit_online li {
	width: calc((100% - 96px)/4);
	max-width: 226px;
	margin: 0 32px 0 0;
	padding: 60px 20px 30px;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.6;
	text-align: center;
	background-color: #FEF6F9;
	border-radius: 8px;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
}



ol.list_merit_online li:last-of-type {
	margin-right: 0;
}


ol.list_merit_online li .num {
	width: 52px;
	height: 52px;
	margin: 0;
	padding: 10px 0 0;
	text-align: center;
	background-color: #E84055;
	border-radius: 6px;
	box-sizing: border-box;
	position: absolute;
	top: -12px;
	left: 50%;
	transform: translateX(-50%)
}

ol.list_merit_online li .num img {
	width: 42px;
}

ol.list_merit_online li .img {
	width: 25vw;
	max-width: 77px;
	margin: 0 auto 15px;
}

ol.list_merit_online li .img.merit1 {
	width: 29vw;
	max-width: 94px;
	margin: 0 auto 15px;
	padding: 0 0 0 18px;
}

ol.list_merit_online li .img .w100 {
	width: 100%;
}

.bg_appli_online {
	margin: 0 0 100px;
	padding: 0;
	background-color: #EAE9F2;
}

.col_appli_online {
	width: 92%;
	max-width: 1240px;
	margin: 0 auto;
	padding: 100px 0;
}

.mds_appli_online {
	margin: 0 0 65px;
	padding: 0 0 42px;
	text-align: center;
	border-bottom: solid 1px #000;
}

.mds_appli_online img {
	width: 75.7%;
	max-width: 397px;
}

dl.box_appli_target {
	width: 100%;
	max-width: 1158px;
	margin: 0 auto 80px;
	padding: 52px 0 62px;
	background-color: #fff;
	border-radius: 10px;
	box-sizing: border-box;
}

dl.box_appli_target dt {
	width: 90%;
	max-width: 1038px;
	margin: 0 auto 45px;
	padding: 0 0 25px;
	color: #0A4085;
	font-size: 28px;
	font-weight: 600;
	text-align: center;
	border-bottom: solid 1px #0A4085;
}

dl.box_appli_target dd {
	width: 90%;
	max-width: 1038px;
	margin: 0 auto;
	padding: 0;
	display: flex;
}

dl.box_appli_target dd .cont {
	width: 50%;
	margin: 0;
	padding: 20px 10px 8px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.3;
	text-align: center;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
}

dl.box_appli_target dd .cont:first-child {
	border-right: solid 1px #DDDCEA;
}

dl.box_appli_target dd .cont .num {
	width: 23%;
	max-width: 104px;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: -1;
	top: 10px;
	left: 10%;
}

dl.box_appli_target dd .cont .img {
	width: ;
	max-width: 135px;
	margin: 0 auto 30px;
	padding: 0;
}

dl.box_appli_target dd .cont .w100 {
	width: 100%;
}

.txt_appli_online1 {
	max-width: 1090px;
	margin: 0 auto 40px;
	padding: 0;
	color: #0A4085;
	font-size: 27px;
	font-weight: bold;
	text-align: center;
	background: linear-gradient(180deg, rgba(10, 64, 133, 0) calc(50% - 1px), rgba(10, 64, 133, 1) 50%, rgba(10, 64, 133, 0) calc(50% + 1px));
}

.txt_appli_online1 span {
	margin: 0;
	padding: 0 10px 0 15px;
	line-height: 1.4;
	background-color: #fff;
	display: inline-block;
}

.cont_appli_online {
	max-width: 1090px;
	margin: 0 auto 50px;
	padding: 0;
	display: flex;
	justify-content: space-between;
}

.cont_appli_online dl {
	width: calc((100% - 34px)/2);
	margin: 0;
	padding: 0;
	background-color: #fff;
	border-radius: 10px;
	border: solid 1px #0A4085;
	box-sizing: border-box;
	overflow: hidden;
}

.cont_appli_online dl dt {
	margin: 0;
	padding: 14px 5px;
	color: #fff;
	font-size: 26px;
	font-weight: 600;
	text-align: center;
	background-color: #0A4085;
}

.cont_appli_online dl dd {
	margin: 0;
	padding: 35px 2px;
	font-size: 20px;
	line-height: 1.5;
	text-align: center;
}

.cont_appli_online dl dd .w100 {
	width: 100%;
}

.cont_appli_online dl dd .col_appli_dl {
	width: 94%;
	max-width: 505px;
	margin: 25px auto 32px;
	padding: 0;
	display: flex;
}

.cont_appli_online dl dd .col_appli_dl .cont {
	width: 100%;
	margin: 0;
	padding: 10px 0 0;
	box-sizing: border-box;
}

.cont_appli_online dl dd .col_appli_dl .cont:first-child {
	border-right: solid 1px #DFDEEC;
}

.cont_appli_online dl dd .col_appli_dl .cont .qr {
	max-width: 100px;
	margin: 5px auto 15px;
	padding: 0;
}

.cont_appli_online dl dd .col_appli_dl .cont a {
	width: 94%;
	max-width: 172px;
	margin: 0 auto;
	padding: 0;
	display: block;
}

.cont_appli_online dl dd .img_web {
	width: 94%;
	max-width: 290px;
	margin: 35px auto 25px;
	padding: 0;
}

.cont_appli_online a.btn_appli {
	max-width: 254px;
	height: 44px;
	margin: 0 auto;
	padding: 11px 0 0 11px;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	background-color: #0A4085;
	border-radius: 22px;
	box-sizing: border-box;
	display: block;
	position: relative;
	z-index: 0;
}

.cont_appli_online a.btn_appli.pdf {
	background-image: url(../img/service/online/icon_btn_pdf.gif);
	background-repeat: no-repeat;
	background-size: 28px auto;
	background-position: 16px center;
}

.cont_appli_online a.btn_appli.pc {
	background-image: url(../img/service/online/icon_btn_pc.gif);
	background-repeat: no-repeat;
	background-size: 30px auto;
	background-position: 24px center;
}



.cont_appli_online a.btn_appli:before {
	content: "";
	width: 6px;
	height: 6px;
	margin: 0;
	padding: 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 4px);
	right: 20px;
}

ul.list_shop_online {
	width: 100%;
	max-width: 970px;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

ul.list_shop_online li {
	width: 160px;
	margin: 0 0 10px;
	margin-right: calc((100% - 640px)/4);
	padding: 0;
	text-align: right;
}

ul.list_shop_online li a {
	margin: 0;
	padding: 0 26px 0 0;
	color: #000;
	font-weight: 500;
	text-decoration: none;
	display: inline-block;
	position: relative;
	z-index: 0;
}

ul.list_shop_online li a:before {
	content: "";
	width: 18px;
	height: 18px;
	margin: 0;
	padding: 0;
	background-color: #0A4085;
	border-radius: 50%;
	position: absolute;
	top: calc(50% - 9px);
	right: 0;
}

ul.list_shop_online li a:after {
	content: "";
	width: 6px;
	height: 6px;
	margin: 0;
	padding: 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 4px);
	right: 6px;
}

.mds_flow_online {
	padding: 40px 0 25px;
	font-size: 26px;
	font-weight: 600;
	color: #e84055;
	text-align: center;
}


ol.list_flow_online {
	width: 94%;
	max-width: 842px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: flex;
}

ol.list_flow_online li {
	width: calc((100% - 24px)/4);
	margin: 0 8px 0 0;
	padding: 28px 0 8px;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
	background-color: #e84055;
	position: relative;
	z-index: 0;
}

ol.list_flow_online li:nth-child(even) {
	background-color: #fef6f9;
	color: #e84055;
}

ol.list_flow_online li:last-child {
	margin-right: 0;
}

ol.list_flow_online li .arrow {
	content: "";
	margin: 0;
	height: 0;
	border-left: solid 22px #ffffff;
	border-top: solid 24px rgba(234, 233, 242, 0);
	border-bottom: solid 24px rgba(234, 233, 242, 0);
	position: absolute;
	top: calc(50% - 24px);
	left: 0;
}

ol.list_flow_online li .arrow:before {
	content: "";
	margin: 0;
	padding: 0;
	border-left: solid 22px #fef6f9;
	border-top: solid 24px rgba(234, 233, 242, 0);
	border-bottom: solid 24px rgba(234, 233, 242, 0);
	position: absolute;
	top: calc(50% - 24px);
	right: 9px;
}

ol.list_flow_online li:nth-child(even) .arrow:before {
	border-left-color: #e84055;
}


ol.list_flow_online li .img {
	width: 32%;
	max-width: 50px;
	margin: 0 auto 10px;
	padding: 0;
}

ol.list_flow_online li:nth-child(4) .img {
	max-width: 70px;
}

ol.list_flow_online li .img img {
	width: 100%;
}

ol.list_flow_online li .txt {
	height: 2.8em;
	display: flex;
	align-items: center;
	justify-content: center;
}



.col_intro_online {
	width: 100%;
	padding: 110px 0 50px;
	background-color: #dddcea;
}

.mds_intro_online {
	padding: 0 0 160px;
	font-size: 28px;
	font-weight: 600;
	text-align: center;
	color: #0a4085;
}

.bg_intro_online1 {
	padding: 0 0 50px;
	margin: 0 0 220px;
	background-image: url(../img/service/online/bg_intro1.png);
	background-size: 2000px auto;
	background-repeat: repeat-y;
	background-position: center top;
}

.bg_intro_online2 {
	padding: 0 0 50px;
	margin: 0 0 220px;
	background-image: url(../img/service/online/bg_intro2.png);
	background-size: 2000px auto;
	background-repeat: repeat-y;
	background-position: center top;
}

.bg_intro_online2.last {
	margin: 0 0 85px;
}

.box_intro_online {
	max-width: 1090px;
	width: 90%;
	margin: 0 auto;
	position: relative;
}

.box_intro_online .cont1 {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.box_intro_online .cont1_1 {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.box_intro_online .cont1 .img {
	width: 33%;
	padding: 0 0 0 0;
	position: relative;
}

.box_intro_online .cont1_1 .img {
	width: 33%;
	padding: 0 0 0 80px;
}

.box_intro_online .cont1 .img .img_appli {
	width: 100%;
	position: absolute;
	top: -94px;
	right: 75px;
}

.box_intro_online .cont1 .img .img_appli.clinics img {
	max-width: 440px;
}

.box_intro_online .cont1 .img .img_appli.sokuyaku {
	width: 100%;
	max-width: 258px;
	margin-top: -120px;
	padding-left: 70px;
	position: relative;
	top: 0;
	right: 0;
}

.box_intro_online .cont1_1 .img .img_appli {
	width: 100%;
	margin-top: -80px;
}

.box_intro_online .cont1 .img .img_appli img {
	width: 29vw;
}

.box_intro_online .cont1 .img .img_appli.sokuyaku img {
	width: 18vw;
	max-width: 260px;
}

.box_intro_online .cont1_1 .img .img_appli img {
	max-width: 263px;
	width: 22vw;
}

.box_intro_online .cont1_1 .img .img_appli.curon {
	width: 100%;
	margin-top: -100px;
}

.box_intro_online .cont1_1 .img .img_appli.curon img {
	max-width: 260px;
}

.box_intro_online .cont1 .txt {
	width: 67%;
	padding: 75px 0 0 80px;
	position: relative;
	/*
	background-image: url(../img/service/online/service01.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: -50px -50px;
	*/
}

.box_intro_online .cont1_1 .txt {
	width: 67%;
	padding: 75px 30px 0 0;
	position: relative;
}

.box_intro_online .cont1 .txt .num {
	max-width: 586px;
	width: 100%;
	position: absolute;
	top: -48px;
	left: 80px;
}

.box_intro_online .cont1_1 .txt .num {
	max-width: 586px;
	width: 100%;
	position: absolute;
	top: -48px;
	left: 0;
}


.box_intro_online .cont1 .txt .num img,
.box_intro_online .cont1_1 .txt .num img {
	width: 100%;
}

.box_intro_online .cont1 .txt .mds,
.box_intro_online .cont1_1 .txt .mds {
	margin: 0 0 40px;
	padding: 0;
	color: #0a4085;
	font-size: 27px;
	font-weight: 600;
	line-height: 1.5;
}

.box_intro_online .cont1 .txt .mds .marker,
.box_intro_online .cont1_1 .txt .mds .marker {
	background: linear-gradient(180deg, rgba(255, 255, 0, 0) 70%, rgba(255, 255, 0, 1) calc(70% + 1px), rgba(255, 255, 0, 1) 100%);
}


.box_intro_online .cont1 .txt .img_appli_sp,
.box_intro_online .cont1_1 .txt .img_appli_sp {
	display: none;
}


.box_intro_online .cont1 .txt .box_logo,
.box_intro_online .cont1_1 .txt .box_logo {
	width: 100%;
	margin: 0 0 25px;
	display: flex;
}

.box_intro_online .cont1 .txt .box_logo .logo {
	width: 40%;
}

.box_intro_online .cont1_1 .txt .box_logo .logo {
	width: 30%;
}


.box_intro_online .cont1 .txt .box_logo .logo img {
	max-width: 252px;
	width: 100%;
}

.box_intro_online .cont1_1 .txt .box_logo .logo img {
	max-width: 204px;
	width: 100%;
}

.box_intro_online .cont1 .txt .box_logo .btn {
	width: 60%;
	padding: 18px 0 0;
}

.box_intro_online .cont1_1 .txt .box_logo.curon .btn {
	width: 60%;
	padding: 0px 0 0;
}

.box_intro_online .cont1_1 .txt .box_logo .btn {
	width: 70%;
	padding: 10px 0 0;
}

.box_intro_online a.btn_appli {
	max-width: 254px;
	height: 44px;
	margin: 0 auto;
	padding: 11px 0 0 11px;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	background-color: #0A4085;
	border-radius: 22px;
	box-sizing: border-box;
	display: block;
	position: relative;
	z-index: 0;
}

.box_intro_online a.btn_appli.pdf {
	background-image: url(../img/service/online/icon_btn_pdf.gif);
	background-repeat: no-repeat;
	background-size: 28px auto;
	background-position: 16px center;
}


.box_intro_online a.btn_appli.appli {
	padding: 9px 0 0 15px;
	background-image: url(../img/service/online/icon_btn_appli.png);
	background-repeat: no-repeat;
	background-size: 32px auto;
	background-position: 20px 10px;
}

.box_intro_online a.btn_appli:before {
	content: "";
	width: 6px;
	height: 6px;
	margin: 0;
	padding: 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 4px);
	right: 20px;
}

.box_intro_online .cont1 .txt .note,
.box_intro_online .cont1_1 .txt .note {
	margin: 0 0 30px;
	padding: 0 0 0 1em;
	text-indent: -1em;
	font-size: 15px;
	letter-spacing: -0.06em;
}

.box_intro_online .cont1 .txt .tenpo,
.box_intro_online .cont1_1 .txt .tenpo {
	width: 100%;
	padding: 19px 15px 13px 147px;
	margin: 0 0 80px;
	border: solid 1px #0A4085;
	border-radius: 8px;
	position: relative;
}

.box_intro_online .cont1 .txt .tenpo .label,
.box_intro_online .cont1_1 .txt .tenpo .label {
	width: 132px;
	height: 42px;
	padding: 8px 0 0;
	text-align: center;
	border-radius: 8px;
	background-color: #0A4085;
	color: #fff;
	font-size: 25px;
	font-weight: 600;
	line-height: 1;
	position: absolute;
	top: 17px;
	left: -12px;
}




ul.list_intro_online {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

ul.list_intro_online li {
	width: calc(100% / 3);
	margin: 0 0 6px;
	padding: 0;
}

ul.list_intro_online li a {
	margin: 0;
	padding: 0 26px 0 0;
	color: #000;
	font-size: 20px;
	font-weight: 500;
	text-decoration: none;
	display: inline-block;
	position: relative;
	z-index: 0;
}

ul.list_intro_online li a:before {
	content: "";
	width: 18px;
	height: 18px;
	margin: 0;
	padding: 0;
	background-color: #0A4085;
	border-radius: 50%;
	position: absolute;
	top: calc(50% - 9px);
	right: 0;
}

ul.list_intro_online li a:after {
	content: "";
	width: 6px;
	height: 6px;
	margin: 0;
	padding: 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 4px);
	right: 6px;
}

.box_intro_online .cont2 {
	width: 100%;
	margin: 0 auto;
}



.bg_faq_bnr {
	width: 100%;
	margin: 0;
	padding: 0 0 75px;
	background-color: #dddcea;
}



.col_faq_online {
	width: 92%;
	max-width: 1160px;
	margin: 0 auto 90px;
	padding: 85px 0 90px;
	background-color: #fff;
	border-radius: 10px;
	box-sizing: border-box;
}

.mds_faq_online {
	margin: 0 auto 35px;
	padding: 0;
	color: #0A4085;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
}

.mds_faq_online .mds {
	font-size: 28px;
	font-weight: 600;
}

.mds_faq_online span {
	padding: 0 4px;
	font-size: 20px;
}

ul.list_faq_online {
	width: 94%;
	max-width: 880px;
	margin: 0 auto;
	padding: 0;
}

ul.list_faq_online li {
	width: 100%;
	margin: 0;
	padding: 35px 4%;
	border-top: dashed 1px #002048;
	box-sizing: border-box;
}

ul.list_faq_online li:last-child {
	border-bottom: dashed 1px #002048;
}

ul.list_faq_online li dl {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
}

ul.list_faq_online li dl dt {
	width: 52px;
	height: 52px;
	margin: 0;
	padding: 0;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

ul.list_faq_online li dl.question {
	margin: 0 0 15px;
}

ul.list_faq_online li dl.question dt {
	background-color: #0A4085;
}

ul.list_faq_online li dl.answer dt {
	background-color: #E84055;
}

ul.list_faq_online li dl dt img {
	width: 44%;
}

ul.list_faq_online li dl dd {
	width: calc(100% - 52px);
	margin: 0;
	padding: 0 0 0 20px;
	box-sizing: border-box;
}

ul.list_faq_online li dl.question dd {
	padding-top: 7px;
	color: #0A4085;
	font-size: 27px;
	font-weight: 500;
	line-height: 1.4;
}

ul.list_faq_online li dl.answer dd {
	line-height: 1.7;
	align-self: center;
}

.bnr_shopsearch_online {
	width: 94%;
	max-width: 1040px;
	margin: 0 auto;
	padding: 20px 0 25px 30px;
	color: #0A4085;
	background-color: #FFFF00;
	background-image: url(../img/service/online/bg_bnr_search.gif);
	background-repeat: no-repeat;
	background-size: 330px auto;
	background-position: right center;
	border: solid 4px #fff;
	border-radius: 10px;
	box-sizing: border-box;
	overflow: hidden;
}




.bnr_shopsearch_online .lead {
	margin: 0;
	padding: 0;
	font-size: min(1.7vw, 17px);
	font-weight: 600;
	line-height: 1.6;
}

.bnr_shopsearch_online dl {
	width: calc(100% - 330px);
	margin: 0;
	padding: 0;
}

.bnr_shopsearch_online dl dt {
	margin: 0 0 10px;
	padding: 0;
	font-size: min(4.9vw, 55px);
	font-weight: 600;
	line-height: 1.4;
}

.bnr_shopsearch_online dl dd {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
}

.bnr_shopsearch_online dl dd a {
	width: 254px;
	height: 42px;
	margin: 0 14px 0 0;
	padding: 7px 0 0;
	color: #fff;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	background-color: #0A4085;
	border-radius: 21px;
	box-sizing: border-box;
	display: block;
}

.bnr_shopsearch_online dl dd a span {
	margin: 0;
	padding: 0 0 0 18px;
	display: inline-block;
	position: relative;
	z-index: 0;
}

.bnr_shopsearch_online dl dd a span:before {
	content: "";
	width: 6px;
	height: 6px;
	margin: 0;
	padding: 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 4px);
	left: 0;
}

.bnr_shopsearch_online dl dd .txt {
	width: calc(100% - 264px);
	margin: 0;
	padding: 0;
	color: #333;
	line-height: 1.3;
}


/* --------------- service presentation --------------- */

.col_presen1 {
	max-width: 1085px;
	width: 94%;
	margin: 0 auto 30px;
	padding: 0;
}

.box_presen_announce {
	width: 94%;
	max-width: 1074px;
	margin: 0 auto 40px;
	padding: 50px 0 55px;
	background-color: #fff;
	position: relative;
	z-index: 0;
}

.box_presen_announce::before {
	content: "";
	width: 38px;
	height: 38px;
	margin: 0;
	padding: 0;
	background: linear-gradient(135deg, rgba(0, 101, 138, 1) 50%, rgba(0, 101, 138, 0) calc(50% + 1px));
	position: absolute;
	top: 0;
	left: 0;
}

.box_presen_announce::after {
	content: "";
	width: 38px;
	height: 38px;
	margin: 0;
	padding: 0;
	background: linear-gradient(-45deg, rgba(0, 101, 138, 1) 50%, rgba(0, 101, 138, 0) calc(50% + 1px));
	position: absolute;
	right: 0;
	bottom: 0;
}

.box_presen_announce .mds {
	width: 90%;
	margin: 0 auto 10px;
	padding: 0 3% 10px;
	font-weight: 500;
	line-height: 1.42;
	border-bottom: solid 1px #303030;
	box-sizing: border-box;
	display: flex;
	align-items: flex-end;
}

.box_presen_announce .mds .date {
	width: 120px;
	margin: 0;
	padding: 0;
}

.box_presen_announce .mds .txt_mds {
	width: calc(100% - 130px);
	margin: 0;
	padding: 0;
	font-size: 23px;
}

.txt_presen_announce {
	width: 90%;
	margin: 0 auto;
	padding: 0 3% 10px;
	font-size: 16px;
	line-height: 2;
}

.btnarea_presen_announce {
	width: 90%;
	margin: 0 auto;
	padding: 0 3%;
	display: flex;
	flex-wrap: wrap
}

.btnarea_presen_announce a.btn_pdf {
	width: 370px;
	margin: 0 16px 16px 0;
	padding: 12px;
	color: #00658a;
	text-decoration: none;
	border: solid 2px #00658a;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: background .5s;
}

.btnarea_presen_announce a.btn_pdf:last-child {
	margin-right: 0;
}

.btnarea_presen_announce a.btn_pdf:hover {
	background-color: rgba(0, 101, 138, 0.1);
}

.btnarea_presen_announce a.btn_pdf .txt {
	width: calc(100% - 50px);
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 1.46;
}

.btnarea_presen_announce a.btn_pdf .txt .arrow {
	width: 14px;
	height: 14px;
	margin: 0 4px;
	padding: 0;
	background-color: #00658a;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	z-index: 0;
	top: 1px;
}

.btnarea_presen_announce a.btn_pdf .txt .arrow::before {
	content: "";
	margin: 0;
	padding: 0;
	border-left: solid 6px #fff;
	border-top: solid 4px rgba(0, 101, 138, 0);
	border-bottom: solid 4px rgba(0, 101, 138, 0);
	position: absolute;
	top: calc(50% - 4px);
	left: calc(50% - 2px);
}

.btnarea_presen_announce a.btn_pdf .txt .icon.sp {
	display: none;
}

.btnarea_presen_announce a.btn_pdf .icon {
	width: 45px;
	margin: 0;
	padding: 0;
}


.cont_presen1 {
	width: 100%;
	padding: 0 10px;
}

.presen dl.catch_service {
	margin: 0 auto 45px;
}

.presen dl.catch_service dt {
	color: #00658a;
}

.presen dl.catch_service dt:before {
	background-color: #00658a;
}

.txt1_presen {
	color: #00658a;
	padding-top: 20px;
}

.btnarea_presen {
	max-width: 390px;
	width: 96%;
	margin: 0 auto 30px;
	padding: 10px 0 0;
	display: flex;
	justify-content: space-between;
}

.btn1.presen1 {
	width: 188px;
	margin: 0;
}

.btn1.presen1.left {
	background-color: #018175;
	border: solid 1px #018175;
}

.btn1.presen1.right {
	background-color: #6f6098;
	border: solid 1px #6f6098;
}

.btn1.presen1 span.arrow {
	margin: 0 0 0 0;
}

.btn1.presen1 span.arrow:before {
	content: none;
}

.btn1.presen1 span.arrow:after {
	content: "";
	width: 7px;
	height: 7px;
	margin: -4px 0 0;
	padding: 0;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: -24px;
}

.btn1.presen1.left span.arrow:after {
	right: -40px;
}

.mds_presen1 {
	margin: 0 0 20px 0;
	padding: 1px 0 2px 15px;
	color: #018175;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.1;
	border-left: 7px solid #018175;
}

.mds_presen1.purple {
	margin: 90px 0 20px 0;
	color: #6f6098;
	border-left: 7px solid #6f6098;
}

.mds_presen2 {
	margin: 0 0 18px;
	padding: 0 0 0 0;
}

.mds_presen2 span {
	display: inline-block;
	padding: 0 0 0 21px;
	color: #018175;
	font-size: 25px;
	font-weight: 600;
	line-height: 1.4;
	position: relative;
	z-index: 0;
}

.mds_presen2.purple span {
	color: #6f6098;
}

.mds_presen2.border {
	margin: 73px 0 18px;
	padding: 47px 0 0;
	border-top: dotted 2px #018175;
}

.mds_presen2.purple.border {
	border-top: dotted 2px #6f6098;
}

.mds_presen2 span:before {
	content: "";
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #018175;
	position: absolute;
	top: 11px;
	left: 0;
}

.mds_presen2.purple span:before {
	background-color: #6f6098;
}

.box_presen1 {
	width: 100%;
	padding: 27px 34px;
	margin: 0 0 20px;
	background-color: #fff;
}

.col_presenttl {
	max-width: 996px;
	width: 100%;
	margin: 0 auto 25px;
	padding: 0 0 8px;
	display: flex;
	align-items: flex-end;
	border-bottom: 1px solid #303030;
}

.col_presenttl .day {
	width: 90px;
	font-size: 15px;
	font-weight: 500;
	order: 1;
}

.col_presenttl .ttl {
	width: calc(100% - 190px);
	font-size: 23px;
	font-weight: 500;
	line-height: 1.4;
	order: 2;
}

.col_presenttl .format {
	width: 100px;
	order: 3;
}

.col_presenttl .format.short {
	padding: 0 6px 3px 0;
	display: flex;
	justify-content: flex-end;
}

.col_presenttl .format span {
	padding: 0 4px;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	line-height: 1.2;
	letter-spacing: -0.03em;
	background-color: #000;
}

.col_presencont {
	max-width: 996px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	display: flex;
}

.col_presencont .box_cont {
	width: calc(100% - 100px);
	padding: 0 10px 0 0;
}

.col_presencont a {
	outline: none;
	color: #303030;
	text-decoration: underline;
}

.col_presencont a:hover {
	text-decoration: none;
	cursor: pointer;
}

.col_presencont .box_icon {
	width: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.col_presencont .box_icon a img {
	width: 43px;
	transition: opacity .2s;
}

.col_presencont .box_icon a img:hover {
	opacity: 0.6;
}

dl.list_presen1 {
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
	display: flex;
}

dl.list_presen1 dt {
	width: 73px;
	margin: 0;
	padding: 0;
	line-height: 1.5;
}

dl.list_presen1 dt span {
	width: 73px;
	padding: 2px 0;
	text-align: center;
	font-weight: 500;
	background-color: #ebebeb;
	border-radius: 10%;
	display: block;
}

dl.list_presen1 dd {
	width: calc(100% - 73px);
	margin: 0;
	padding: 0 0 0 20px;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.5;
}

dl.list_presen1:last-of-type dd {
	font-size: 15px;
}


/* --------------- service works--------------- */

.wrap_works {
	margin: 0 0 90px 0;
}

.col_works1 {
	max-width: 1085px;
	width: 94%;
	margin: 0 auto 58px;
	padding: 0;
}

dl.catch_works {
	width: 86%;
	max-width: 1200px;
	margin: 0 auto 30px;
	padding: 0;
	position: relative;
}

dl.catch_works:before {
	content: "";
	width: 164px;
	height: 8px;
	margin: 0;
	padding: 0;
	background-color: #2b654b;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	position: absolute;
	top: 0;
	left: 50%;
}

dl.catch_works dt {
	margin: 0 0 25px;
	padding: 40px 0 0;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	position: relative;
	z-index: 0;
}

dl.catch_works dt {
	color: #2b654b;
}

dl.catch_works dt:before {
	content: "";
	width: 165px;
	height: 8px;
	margin: 0;
	padding: 0;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	position: absolute;
	top: 0;
	left: 50%;
}

dl.catch_works dt .icon {
	width: 58px;
	margin: 0 auto 12px;
	padding: 0;
}

dl.catch_works dd {
	margin: 0;
	padding: 0;
	font-size: 15px;
	line-height: 1.8;
	text-align: center;
}


.btn1.works1 {
	width: 188px;
	margin: 0;
	padding: 7px 10px 7px 0px;
}

.btnarea_works {
	max-width: 390px;
	width: 96%;
	margin: 0 auto 30px;
	padding: 10px 0 0;
	display: flex;
	justify-content: space-between;
}

.btn1.works1 span.arrow {
	margin: 0 0 0 0;
	font-weight: bold;
	font-size: 18px;
}

.btn1.works1.left {
	background-color: #da7c80;
	border: solid 1px #da7c80;
}

.btn1.works1.right {
	background-color: #b99f42;
	border: solid 1px #b99f42;
}

.btn1.works1 span.arrow:before {
	content: none;
}

.btn1.works1 span.arrow:after {
	content: "";
	width: 7px;
	height: 7px;
	margin: -4px 0 0;
	padding: 0;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: -33px;
}

.btn1.works1.left span.arrow:after {
	right: -40px;
}

.mds_works1 {
	margin: 0 0 20px 0;
	padding: 1px 0 2px 15px;
	color: #da7c80;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.1;
	border-left: 7px solid #da7c80;
}

.mds_works1.purple {
	margin: 90px 0 20px 0;
	color: #b99f42;
	border-left: 7px solid #b99f42;
}

.change_conference {
	margin: 0;
	padding: 0;
	display: flex;
}

.change_conference li {
	margin: 0 0 20px 20px;
	padding: 5px 10px;
	border: 2px solid #da7c80;
	background-color: #fff;
	color: #da7c80;
	font-weight: bold;
	position: relative;
	cursor: pointer;
}

.change_conference li:hover {
	background-color: #da7c80;
	color: #fff;
	transition: 0.3s;
}

.change_conference li.active {
	background-color: #da7c80;
	color: #fff;
}

.change_conference li.active::before {
	content: '';
	position: absolute;
	top: 36px;
	left: 27%;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 16px solid transparent;
	border-left: 16px solid transparent;
	border-top: 15px solid #da7c80;
	border-bottom: 0;
}


.change_paper {
	margin: 0;
	padding: 0;
	display: flex;
}

.change_paper li {
	margin: 0 0 20px 20px;
	padding: 5px 10px;
	border: 2px solid #b99f42;
	background-color: #fff;
	color: #b99f42;
	font-weight: bold;
	position: relative;
	cursor: pointer;
}

.change_paper li:hover {
	background-color: #b99f42;
	color: #fff;
	transition: 0.3s;
}

.change_paper li.active {
	background-color: #b99f42;
	color: #fff;
}

.change_paper li.active::before {
	content: '';
	position: absolute;
	top: 36px;
	left: 27%;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 16px solid transparent;
	border-left: 16px solid transparent;
	border-top: 15px solid #b99f42;
	border-bottom: 0;
}

.cont_works1 {
	width: 99%;
	margin: 0 0 0 auto;
}

.mds_works2 {
	margin: 0 0 18px;
	padding: 0 0 0 0;
}

.mds_works2 span {
	display: inline-block;
	padding: 0 0 0 21px;
	color: #da7c80;
	font-size: 25px;
	font-weight: 600;
	line-height: 1.4;
	position: relative;
	z-index: 0;
}

.mds_works2.purple span {
	color: #b99f42;
}

/* .mds_works2.border {
	margin: 33px 0 18px;
	padding: 47px 0 0;
	border-top: dotted 2px #da7c80;
} */

.mds_works2.purple.border {
	border-top: dotted 2px #b99f42;
}

.mds_works2 span:before {
	content: "";
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #da7c80;
	position: absolute;
	top: 11px;
	left: 0;
}

.mds_works2.purple span:before {
	background-color: #b99f42;
}

.box_works1 {
	width: 100%;
	padding: 27px 27px 27px 23px;
	margin: 0 0 37px;
	background-color: #fff;
}

.col_worksttl {
	max-width: 996px;
	width: 100%;
	margin: 0 17px 25px 0;
	padding: 0 0 4px;
	display: flex;
	align-items: flex-start;
	border-bottom: 1px solid #303030;
	align-items: center;
}

.col_worksttl .day {
	max-width: 120px;
	min-width: 92px;
	font-size: 15px;
	font-weight: 500;
	order: 1;
	display: flex;
	align-items: flex-end;
	padding: 6px 0 0 0;
}

.col_worksttl .ttl {
	width: calc(100% - 190px);
	margin: 0 0 0 5px;
	font-size: 23px;
	font-weight: 500;
	line-height: 1.4;
	order: 2;
}



.col_workscont {
	max-width: 996px;
	width: 100%;
	margin: 0 auto 0 5px;
	padding: 0;
	display: flex;
}

.col_workscont .box_cont {
	width: 100%;
	padding: 0 10px 0 0;
}

.col_workscont a {
	outline: none;
	color: #303030;
	text-decoration: underline;
}

.col_workscont a:hover {
	text-decoration: none;
	cursor: pointer;
}

.col_workscont .box_icon {
	width: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.col_workscont .box_icon a img {
	width: 43px;
	transition: opacity .2s;
}

.col_workscont .box_icon a img:hover {
	opacity: 0.6;
}

dl.list_works1 {
	width: 100%;
	max-width: 996px;
	margin: 0 0 20px;
	padding: 0;
	display: flex;
}

dl.list_works1 dt {
	width: 73px;
	margin: 0;
	padding: 0;
	line-height: 1.5;
}

dl.list_works1 dt span {
	width: 73px;
	padding: 2px 0;
	text-align: center;
	font-weight: 500;
	background-color: #ebebeb;
	border-radius: 5px;
	display: block;
}

dl.list_works1 dd {
	width: calc(100% - 73px);
	margin: 0;
	padding: 0 0 0 20px;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.5;
	overflow-wrap: anywhere;
	display: flex;
	flex-wrap: wrap;
}

dl.list_works1:last-of-type dd {
	font-size: 15px;
}

dl.list_works1 dd .about_standard {
	display: block;
	margin-left: auto;
}

/* --------------- about --------------- */

.about #breadcramb {
	margin-bottom: 45px;
}

.about .col_pagettl .en {
	width: 54.43%;
}

.lead_about1 {
	width: 94%;
	max-width: 1200px;
	margin: 0 auto 40px;
	padding: 0;
	line-height: 2;
	text-align: center;
}

ul.link_list_about {
	width: 92%;
	max-width: 1110px;
	margin: 0 auto 50px;
	padding: 0;
	display: flex;
	justify-content: center;
}

ul.link_list_about li {
	width: calc((100% - 30px)/3);
	margin: 0 10px 0 0;
	padding: 0;
}

ul.link_list_about li:last-child {
	margin-right: 0;
}

ul.link_list_about li a {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0.8em 25px 0.8em 10px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	background-color: #094084;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity .3s;
	-moz-transition: opacity .3s;
	-webkit-transition: opacity .3;
	position: relative;
	z-index: 0;
}

ul.link_list_about li.active a {
	color: #094084;
	background-color: #ffff00;
	pointer-events: none;
}

ul.link_list_about li a:before {
	content: "";
	width: 8px;
	height: 8px;
	margin: -4px 0 0;
	padding: 0;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 15px;
}

ul.link_list_about li.active a:before {
	border-color: #094084;
}

ul.link_list_about li a .icon {
	width: 29px;
	height: 25px;
	margin: 0 5px 0 0;
	padding: 0;
	position: relative;
	z-index: 0;
}

ul.link_list_about li a .icon img {
	width: 100%;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	transition: opacity .3s;
	-moz-transition: opacity .3s;
	-webkit-transition: opacity .3s;
	position: absolute;
	top: 0;
	left: 0;
}

ul.link_list_about li:not(.active) .icon img.on {
	opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
}

ul.link_list_about li.active .icon img.def {
	opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
}

ul.link_list_about li a .txt {
	margin: 0;
	padding: 0;
	line-height: 1.3;
	text-align: center;
}

.bg_about1 {
	margin: 0;
	padding: 0 0 60px;
	background-color: #f1f1f1;
}

.col_sdgs_about3 {
	padding: 0 0 60px;
	background-color: #fff;
}

.col_about1 {
	width: 92%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
}

.col_about1 .mds_about1 {
	margin: 0 auto 40px;
	padding: 50px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 0;
}

.col_about1 .mds_about1:before {
	content: "";
	width: 164px;
	height: 8px;
	margin: 0;
	padding: 0;
	background-color: #094084;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	position: absolute;
	top: 0;
	left: 50%;
}

.col_about1 .mds_about1 .icon {
	width: 35px;
	margin: 0 10px 0 0;
	padding: 0;
}

.col_about1 .mds_about1 .txt {
	margin: 0;
	padding: 0;
	color: #094084;
	font-size: 28px;
	font-weight: bold;
}

.cont_about_message {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
}

.cont_about_message .img {
	width: 39%;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
}

.cont_about_message .img img {
	width: 862px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
}

.cont_about_message .txt {
	width: 61%;
	margin: 0;
	padding: 15px 0 15px 4.5%;
	box-sizing: border-box;
}

.cont_about_message .txt .mds_en {
	width: 66.5%;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
}

.cont_about_message .txt dl {
	margin: 0 0 -20px;
	padding: 40px 0 70px;
	position: relative;
	z-index: 0;
	top: -20px;
}

.cont_about_message .txt dl:before {
	content: "";
	width: 100vw;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: -40%;
	z-index: -1;
}

.cont_about_message .txt dl dt {
	margin: 0 0 20px;
	padding: 0;
	color: #094084;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.9;
}

.cont_about_message .txt dl dd {
	margin: 0;
	padding: 0;
	line-height: 2.1;
}

.cont_about_message .txt dl dd p {
	margin-bottom: 1.5em;
}

.cont_about_message .txt dl dd .name {
	margin: 0;
	padding: 10px 0 0;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.cont_about_message .txt dl dd .name img {
	width: 50%;
	max-width: 155px;
	margin: 0 0 0 15px;
	vertical-align: middle;
}

.bg_about2 {
	margin: 0;
	padding: 0 0 60px;
	background-image: url(../img/about/bg_summary.gif);
	background-repeat: no-repeat;
	background-size: 1893px auto;
	background-position: center top;
}

.lead_summary_about {
	margin: 0 0 50px;
	padding: 0;
	text-align: center;
}

.col_profile {
	max-width: 1158px;
	margin: 0 auto 60px;
	padding: 20px;
	background-color: #eaeaf2;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-sizing: border-box;
}

.col_profile .inner {
	margin: 0;
	padding: 0 0 40px;
	background-color: #fff;
	background-image: url(../img/about/mds_profile.png);
	background-repeat: no-repeat;
	background-size: 314px auto;
	background-position: right 11% top 70px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-sizing: border-box;
}

.col_profile .mds {
	width: 190px;
	margin: 0 auto;
	padding: 6px 8px 8px;
	color: #fff;
	font-size: 23px;
	font-weight: bold;
	text-align: center;
	background-color: #094084;
	border-radus: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
	top: -37px;
}

.col_profile dl {
	width: 88%;
	margin: 0 auto;
	padding: 1.3em 0;
	line-height: 1.4;
	border-bottom: solid 1px #cacbcb;
	display: flex;
	align-items: center;
}

.col_profile dl dt {
	width: 170px;
	margin: 0;
	padding: 0 0 0 35px;
	color: #094084;
	font-weight: bold;
	box-sizing: border-box;
}

.col_profile dl dd {
	width: calc(100% - 170px);
	margin: 0;
	padding: 0;
}

.col_history {
	width: 100%;
	max-width: 1050px;
	margin: 0 auto;
	padding: 0;
}

.col_history .mds {
	width: 190px;
	margin: 0 auto;
	padding: 6px 8px 8px;
	color: #fff;
	font-size: 23px;
	font-weight: bold;
	text-align: center;
	background-color: #094084;
	border-radus: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-sizing: border-box;
}

ul.list_history {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 35px 0 0;
	background-image: url(../img/about/mds_history.png);
	background-repeat: no-repeat;
	background-size: 340px auto;
	background-position: left top;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 0;
}

ul.list_history:before {
	content: "";
	width: 1px;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #094084;
	position: absolute;
	top: 0;
	left: 50%;
}

ul.list_history:after {
	content: "";
	width: 7px;
	height: 7px;
	margin: 0;
	padding: 0;
	background-color: #094084;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	position: absolute;
	left: calc(50% - 3px);
	bottom: -4px;
}

ul.list_history li {
	width: 50%;
	min-height: 120px;
	margin: 0;
	padding: 0 0 10px;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
}

ul.list_history li:first-child {
	margin-left: 50%;
}

ul.list_history li:nth-child(even) {
	top: -50px;
}

ul.list_history li.tall {
	top: -80px;
}

ul.list_history li:last-child {
	margin-bottom: -50px;
}

ul.list_history li .year {
	width: 100%;
	margin: 0 0 10px;
	padding: 0 0 0 62px;
	color: #094084;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
	border-bottom: solid 1px #094084;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
}

ul.list_history li:nth-child(even) .year {
	padding: 0 62px 0 0;
	text-align: right;
}

ul.list_history li.point .year {
	font-size: 23.4px;
	text-shadow:
		2px 0px 0px #ff0, -2px 0px 0px #ff0,
		0px 2px 0px #ff0, 0px -2px 0px #ff0,
		2px 2px 0px #ff0, -2px 2px 0px #ff0,
		2px -2px 0px #ff0, -2px -2px 0px #ff0,
		2px 1px 0px #ff0, -2px 1px 0px #ff0,
		2px -1px 0px #ff0, -2px -1px 0px #ff0,
		1px 2px 0px #ff0, -1px 2px 0px #ff0,
		1px -2px 0px #ff0, -1px -2px 0px #ff0;
}

ul.list_history li .year:before {
	content: "";
	width: 7px;
	height: 7px;
	margin: 0;
	padding: 0;
	background-color: #094084;
	border-radius: 50#;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	position: absolute;
	right: -3.5px;
	bottom: -4px;
}

ul.list_history li:nth-child(even) .year:before {
	right: auto;
	left: -3.5px;
}

ul.list_history li .year .num {
	margin: 0;
	padding: 0 5px 0 0;
	font-family: 'Jost', sans-serif;
	font-size: 40px;
}

ul.list_history li.point .year .num {
	font-size: 52px;
}

ul.list_history li .year .img {
	width: 50vw;
	max-width: 538px;
	height: 125px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: -62.5px;
}

ul.list_history li:nth-child(even) .year .img {
	left: auto;
	right: 0;
}

ul.list_history li .year .img .trim {
	width: 125px;
	height: 125px;
	margin: 0;
	padding: 0;
	border: solid 5px #ff0;
	border-radius: 50%;
	-moz-border-radiud: 50%;
	-webkit-border-radius: 50%;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
}

ul.list_history li:nth-child(even) .year .img .trim {
	left: 0;
	right: auto;
}

ul.list_history li .circle {
	width: 46px;
	height: 46px;
	margin: 0;
	padding: 0;
	background-color: #fff;
	border: solid 1px #094084;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	box-sizing: border-box;
	position: absolute;
	left: -23px;
	bottom: -23px;
	z-index: 1;
}

ul.list_history li:nth-child(even) .circle {
	left: auto;
	right: -23px;
}

ul.list_history li .circle:before {
	content: "";
	width: 23px;
	height: 23px;
	margin: 0;
	padding: 0;
	background-color: #fff;
	position: absolute;
	top: -1px;
	left: -1px;
}

ul.list_history li:nth-child(even) .circle:before {
	left: auto;
	right: -1px;
}

ul.list_history li .circle:after {
	content: "";
	width: 23px;
	height: 23px;
	margin: 0;
	padding: 0;
	background-color: #fff;
	position: absolute;
	right: -1px;
	bottom: -1px;
}

ul.list_history li:nth-child(even) .circle:after {
	right: auto;
	left: -1px;
}

ul.list_history li .circle .inner {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
}

ul.list_history li .circle .inner:before {
	content: "";
	width: 28px;
	height: 28px;
	margin: 0;
	padding: 0;
	border: solid 6px #bdbcd5;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	box-sizing: border-box;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
}

ul.list_history li.point .circle .inner:before {
	border-color: #ffff00;
}

ul.list_history li .circle .inner:after {
	content: "";
	width: 7px;
	height: 7px;
	margin: 0;
	padding: 0;
	background-color: #094084;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	position: absolute;
	top: calc(50% - 4px);
	left: -4px;
}

ul.list_history li:nth-child(even) .circle .inner:after {
	left: auto;
	right: -4px;
}

ul.list_history li dl {
	width: 100%;
	margin: 0 0 3px;
	padding: 0 0 0 62px;
	line-height: 1.6;
	box-sizing: border-box;
	display: flex;
}

ul.list_history li:nth-child(even) dl {
	padding: 0 62px 0 0;
	justify-content: flex-end;
}

ul.list_history li dl dt {
	width: 50px;
	margin: 0;
	padding: 0;
	color: #094084;
	font-weight: bold;
}

ul.list_history li:nth-child(even) dl dt {
	text-align: right;
	order: 1;
}

ul.list_history li dl dd {
	width: calc(100% - 50px);
	margin: 0;
	padding: 0;
}

ul.list_history li:nth-child(even) dl dd {
	text-align: right;
}

.bg_about3 {
	margin: 0 0 90px;
	padding: 0;
	background-color: #faf9de;
	background-image: url(../img/about/bg_policy2.png);
	background-repeat: no-repeat;
	background-size: 1934px auto;
	background-position: center 35px;
}

#about3 {
	margin: 0;
}

.col_about3 {
	width: 92%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 0 90px;
}

.col_about3 .mds_about1 {
	margin: 0 auto 40px;
	padding: 45px 0 0;
	position: relative;
	z-index: 0;
}

.col_about3 .mds_about1:before {
	content: "";
	width: 164px;
	height: 8px;
	margin: 0;
	padding: 0;
	background-color: #094084;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	position: absolute;
	top: 0;
	left: 50%;
}

.col_about3 .mds_about1 .icon {
	width: 35px;
	margin: 0 auto 5px;
	padding: 0;
}

.col_about3 .mds_about1 .txt {
	margin: 0 auto;
	padding: 0;
	color: #094084;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}

.txt_policy_about {
	margin: 0 auto;
	padding: 0;
	font-size: 38px;
	font-weight: 500;
	line-height: 1.58;
	text-align: center;
}

.txt_policy_about .marker {
	padding: 0;
	letter-spacing: 0.1em;
	background: linear-gradient(to bottom, transparent 70%, #ff0 70%);
	background: -moz-linear-gradient(top, transparent 70%, #ff0 70%);
	background: -webkit-linear-gradient(top, transparent 70%, #ff0 70%);
}

.lead_norm_about {
	margin: 0 0 40px;
	padding: 0;
	font-size: 24.5px;
	font-weight: 500;
	line-height: 1.56;
	text-align: center;
}

ul.list_norm_about {
	max-width: 954px;
	margin: 0 auto;
	padding: 0;
	display: flex;
}

ul.list_norm_about li {
	width: 23.5%;
	margin: 0 2% 0 0;
	padding: 23px 0 20px;
	color: #fff;
	font-size: 21.2px;
	line-height: 1.5;
	background-color: #094084;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-sizing: border-box;
}

ul.list_norm_about li:last-child {
	margin-right: 0;
}

ul.list_norm_about li .icon {
	width: 30%;
	margin: 0 auto 8px;
	padding: 0;
}

ul.list_norm_about li .txt {
	width: 96%;
	min-height: 4em;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.col_about4 {
	width: 90%;
	max-width: 1162px;
	margin: 0 auto;
	padding: 110px 0;
}

.col_about4.origin,
.col_about4.sdgs,
.col_about4.support {
	margin: 90px auto 0;
}

ul.bottom_menu_about {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	display: flex;
}

ul.bottom_menu_about li {
	width: 30%;
	margin: 0 5% 0 0;
	padding: 0;
	transition: .3s;
}

ul.bottom_menu_about li:last-of-type {
	margin: 0;
}




/* --------------- about origin --------------- */

.lead_origin_about1 {
	margin: 0 0 30px;
	padding: 0;
	font-size: 18px;
	line-height: 2;
	text-align: center;
}

ul.list_origin {
	width: 96%;
	max-width: 1074px;
	margin: 0 auto;
	padding: 0 0 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

ul.list_origin li {
	width: 442px;
	max-width: 50%;
	height: 442px;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 0;
}

ul.list_origin li:nth-child(even) {
	margin-bottom: 300px;
	top: 330px;
}

ul.list_origin li:before {
	content: "";
	width: 442px;
	height: 442px;
	margin: 0;
	padding: 0;
	background-color: #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	box-sizing: border-box;
	-webkit-filter: drop-shadow(8px 8px 0 #ff0);
	filter: drop-shadow(8px 8px 0 #ff0);
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	transition: opacity .3s;
	-moz-transition: opacity .3s;
	-webkit-transition: opacity .3s;
	position: absolute;
	top: 20px;
	left: 0;
	z-index: -1;
}

ul.list_origin li.notshow:before {
	opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
}

ul.list_origin li .num {
	width: 128px;
	margin: 0;
	padding: 0;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	position: absolute;
	top: 0;
	left: 3px;
}

ul.list_origin li.notshow .num {
	opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	top: 10px;
}

ul.list_origin li:nth-child(even) .num {
	left: auto;
	right: 0;
}

ul.list_origin li.flow1 .num {
	width: 138px;
}

ul.list_origin li.flow3 .num {
	top: 75px;
}

ul.list_origin li.flow5 .num {
	top: 55px;
}

ul.list_origin li.flow6 .num {
	right: 15px;
}

ul.list_origin li.flow7 .num {
	top: 40px;
}

ul.list_origin li.flow8 .num {
	right: 15px;
}

ul.list_origin li .img {
	margin: 0 auto 18px;
	padding: 0;
	transition: opacity 1s;
	-moz-transition: opacity 1s;
	-webkit-transition: opacity 1s;
	transition-delay: .3s;
	-moz-transition-delay: .3s;
	-webkit-transition-delay: .3s;
	position: relative;
	z-index: 1;
}

ul.list_origin li.notshow .img {
	opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
}

ul.list_origin li.flow1 .img {
	width: 40.3%;
}

ul.list_origin li.flow2 .img {
	width: 88.2%;
	margin-bottom: 13px;
	padding-top: 35px;
}

ul.list_origin li.flow3 .img {
	width: 116.7%;
	margin-bottom: -60px;
	top: -70px;
	left: 20%;
}

ul.list_origin li.flow4 .img {
	width: 112%;
	margin-bottom: -72px;
	top: -85px;
	left: -6%;
}

ul.list_origin li.flow5 .img {
	width: 75.8%;
	margin-bottom: 0;
	top: -10px;
}

ul.list_origin li.flow6 .img {
	width: 85.9%;
	padding-top: 25px;
}

ul.list_origin li.flow7 .img {
	width: 75.1%;
	margin-bottom: 22px;
	padding-top: 125px;
}

ul.list_origin li.flow8 .img {
	width: 51.134%;
	top: auto;
	right: 19.8%;
	bottom: 2px;
}

ul.list_origin li .txt {
	width: 75%;
	margin: 0 auto;
	padding: 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.9;
	text-align: center;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition-delay: .8s;
	-moz-transition-delay: .8s;
	-webkit-transition-delay: .8s;
	position: relative;
	z-index: 0;
	top: 0;
}

ul.list_origin li.notshow .txt {
	opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	top: 15px;
}

ul.list_origin li.flow8 .txt {
	width: 50%;
	margin: 0;
	position: absolute;
	top: 45%;
	left: 50%;
}

ul.list_origin li .line,
ul.list_origin li .line2 {
	margin: 0;
	padding: 0;
	position: absolute;
}

.flow1 .line {
	width: 18%;
	top: 35%;
	left: 12%;
}

.flow1 .line2 {
	width: 59vw;
	max-width: 690px;
	top: 42%;
	left: 73%;
}

.flow2 .line {
	width: 53vw;
	max-width: 650px;
	top: 50%;
	right: 90%;
}

.flow3 .line {
	width: 20vw;
	max-width: 227px;
	top: 53%;
	left: 90%;
}

.flow4 .line {
	width: 30vw;
	max-width: 320px;
	right: 87%;
	top: 57%;
}

.flow5 .line {
	width: 52vw;
	max-width: 680px;
	left: 46%;
	bottom: -15%;
}

.flow6 .line {
	width: 50vw;
	max-width: 555px;
	right: 50%;
	top: 97%;
}

.flow7 .line {
	width: 68vw;
	max-width: 666px;
	top: 70%;
	left: -5%;
}

ul.list_origin li .line path {
	stroke-dasharray: 8px;
}



/* --------------- about sdgs --------------- */

.bg_about1.sdgs {
	padding-top: 100px;
}

.col_sdgs_about1,
.col_sdgs_about2 {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 70px;
	padding: 0 0 70px;
	position: relative;
	z-index: 0;
}

.col_sdgs_about1:before {
	content: "";
	width: 100vw;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.col_sdgs_about1 .mds {
	width: 92%;
	max-width: 1024px;
	margin: 0 auto -30px;
	padding: 0;
	position: relative;
	z-index: 0;
	top: -38px;
}

.col_sdgs_about1 .mds .num {
	width: 123px;
	margin: 0 0 5px;
	padding: 0;
}

.col_sdgs_about1 .mds .txt {
	margin: 0;
	padding: 0;
	color: #094084;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.4;
}

.wrap_sdgs_decl {
	width: 92%;
	max-width: 1076px;
	margin: 0 auto;
	padding: 40px 0 0 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.wrap_sdgs_decl .left {
	width: 420px;
	margin: 0;
	padding: 0;
}

.wrap_sdgs_decl .right {
	width: calc(100% - 420px);
	margin: 0;
	padding: 0 0 0 60px;
}

.mds_sdgs_decl {
	margin: 0 0 10px;
	padding: 0;
	color: #094084;
	font-size: 34px;
	font-weight: 700;
	text-align: center;
	line-height: 1.4;
}

.icon_sdgs_decl {
	max-width: 120px;
	margin: 0 auto 15px;
}

.txt_sdgs_decl1 {
	margin: 0 0 20px;
	font-size: 20px;
	text-align: center;
	line-height: 1.8;
}

.txt_sdgs_decl1 strong {
	font-size: 26px;
	display: block;
}

ul.list_sdgs_decl1 {
	margin: 0;
	padding: 0;
}

ul.list_sdgs_decl1 li {
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
	display: flex;
	align-items: center;
}

ul.list_sdgs_decl1 li span {
	width: 80px;
	margin: 0 20px 0 0;
	flex-shrink: 0;
}

ul.list_sdgs_decl1 li:last-of-type {
	margin-bottom: 0;
}

.logo_sdgs {
	width: 92%;
	max-width: 390px;
	margin: 0 auto 22px;
	padding: 0;
}

ul.list_pict_sdgs {
	width: 92%;
	max-width: 696px;
	margin: 0 auto 30px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

ul.list_pict_sdgs li {
	width: calc((100% - 60px)/6);
	margin: 0 12px 12px 0;
	padding: 0;
}

ul.list_pict_sdgs li:nth-child(6n) {
	margin-right: 0;
}

.txt_sdgs1 {
	width: 92%;
	max-width: 700px;
	margin: 0 auto;
	padding: 0;
	line-height: 2;
}

.col_sdgs_about2:before {
	content: "";
	width: 100vw;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

.col_sdgs_about2 .mds {
	width: 92%;
	max-width: 1024px;
	margin: 0 auto 2px;
	padding: 0;
	position: relative;
	z-index: 0;
	top: -38px;
}

.col_sdgs_about2 .mds .num {
	width: 123px;
	margin: 0 0 5px;
	margin-left: calc(100% - 123px);
	padding: 0;
}

.col_sdgs_about2 .mds .txt {
	margin: 0;
	padding: 0;
	color: #094084;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.4;
	text-align: right;
}

.cont_sdgs_about {
	width: 92%;
	max-width: 1076px;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.cont_sdgs_about .box {
	width: calc((100% - 50px)/2);
	margin: 0 50px 50px 0;
	padding: 26px 0 0 26px;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
}

.cont_sdgs_about .box:nth-child(even) {
	margin-right: 0;
}

.cont_sdgs_about .box .img {
	margin: 0 0 20px;
	padding: 0 8px 8px 0;
	position: relative;
	z-index: 0;
}

.cont_sdgs_about .box .img:before {
	content: "";
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	margin: 0;
	padding: 0;
	background-color: #ff0;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.cont_sdgs_about .box .img .trim {
	width: 100%;
	height: 26.75vw;
	max-height: 319px;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.cont_sdgs_about .box .img .trim img {
	width: auto;
	height: 120%;
	margin: 0;
	padding: 0;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	position: absolute;
	top: 50%;
	left: 50%;
}

.cont_sdgs_about .box.active .img .trim img {
	height: 100%;
}

.cont_sdgs_about .box dl {
	width: calc(100% - 20px);
	margin: 0 auto;
	padding: 0;
}

.cont_sdgs_about .box dl dt {
	margin: 0 0 18px;
	padding: 0;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}

.cont_sdgs_about .box.sdgs3 dl dt {
	color: #00963a;
}

.cont_sdgs_about .box.sdgs5 dl dt {
	color: #e73819;
}

.cont_sdgs_about .box.sdgs11 dl dt {
	color: #f4a100;
}

.cont_sdgs_about .box.sdgs6 dl dt {
	color: #00a6d8;
}

.cont_sdgs_about .box.sdgs17 dl dt {
	color: #002f67;
}

.cont_sdgs_about .box dl dd {
	margin: 0;
	padding: 0;
}

.cont_sdgs_about .box dl dd a {
	color: #094084;
}

.cont_sdgs_about .box dl dd a .iblock {
	text-decoration: underline;
}

.cont_sdgs_about .box dl dd a:hover .iblock {
	text-decoration: none;
}

ul.pict_sdgs {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
}

ul.pict_sdgs li {
	width: 21%;
	max-width: 106px;
	margin: 0 8px 0 0;
	padding: 0;
}

ul.pict_sdgs li.small {
	width: 13%;
	max-width: 67px;
}

/* --------------- about support --------------- */

.txt1_support {
	margin: 0;
	padding: 0 0 45px;
	text-align: center;
	line-height: 2;
}

.wp_support {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.box_in_support {
	width: 28%;
	margin: 0 8% 30px 0;
	padding: 0;
	color: #303030;
	text-decoration: none;
	display: block;
	transition: opacity .3s;
	-moz-transition: opacity .3s;
	-webkit-transition: opacity .3s;
}

.box_in_support:nth-child(3n) {
	margin-right: 0;
}

.box_img_support {
	width: 100%;
	position: relative;
	z-index: 0;
}

.box_img_support:after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #ffff00;
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: -1;
}

.box_img_support .trim {
	width: 100%;
	height: 16.6vw;
	max-height: 177px;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.box_img_support .trim img {
	width: auto;
	height: 100%;
	padding: 0;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 0;
}

.box_img_support .trim.tall img {
	width: 100%;
	height: auto;
}

.box_in_support .day {
	margin: 0;
	padding: 15px 0 4px;
	font-size: 15px;
	display: flex;
	align-items: center;
}

.box_in_support .day span.label {
	width: 65px;
	height: 25px;
	margin: 0 13px 0 0;
	color: #0a4085;
	text-align: center;
	line-height: 25px;
	display: inline-block;
	vertical-align: middle;
	background-color: #ffff00;
}

.box_in_support dd {
	margin: 0;
	padding: 0;
}

.box_in_support dd span.more {
	text-decoration: underline;
}

.box_in_support .ttl {
	margin: 0;
	padding: 0 0 6px;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.4;
}

.box_in_support .txt {
	magin: 0;
	padding: 0;
	font-size: 15px;
	line-height: 1.6;
}

.box_in_support .txt a {
	color: #303030;
}

.pagination_support {
	padding: 60px 0 40px 0;
	text-align: center;
}

.support .col_pagenation_news ul li span {
	color: #ED7990;
	border-color: #ED7990;
}

.support .col_pagenation_news ul li.arrow a {
	color: #ED7990;
}


/* --------------- support_detail --------------- */


.support_detail {
	padding-top: 55px;
}

.box_mds_support_detail {
	width: 94%;
	max-width: 845px;
	margin: 0 auto 25px;
}

.mds_support_detail {
	font-weight: bold;
	font-size: 28px;
	color: #0a4085;
	border-bottom: solid 3px #b3b3b4;
	position: relative;
	margin: 0 0 20px 0;
}

.mds_support_detail:before {
	content: '';
	display: inline-block;
	width: 33px;
	height: 27px;
	background: url(../img/about/support/icon_support.gif) no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-right: 15px;
}

.mds_support_detail:after {
	content: '';
	display: block;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 22%;
	border-bottom: 3px solid #0a4085;
}

.col_newsttl .txt_support_detail {
	margin: 0;
	padding: 13px 0 10px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.6;
}

.support_detail .cont_news_d img {
	width: initial;
	max-width: 100%;
	margin: 0 0 15px 0;
}

/* --------------- shop --------------- */

.shop #pagettl {
	z-index: 1;
}

.shop #breadcramb {
	margin-bottom: 45px;
}

.shop .col_pagettl .en {
	width: 29.66%;
}

.col_shop {
	width: 94%;
	max-width: 1138px;
	margin: 0 auto;
	padding: 0;
}

.lead_shoplist {
	width: 100%;
	margin: 0 0 40px;
	padding: 0;
	position: relative;
	z-index: 0;
}

.lead_shoplist dl {
	width: 100%;
	/* max-width: 664px; */
	margin: 0 auto;
	padding: 0;
}

.lead_shoplist dl dt {
	width: 100%;
	margin: 0;
	padding: 0 10px 10px;
	color: #094084;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 0;
}

.lead_shoplist dl dt:before {
	content: "";
	width: 100%;
	height: 2px;
	margin: 0;
	padding: 0;
	background: #094084;
	position: absolute;
	left: 0;
	bottom: 0;
}

.lead_shoplist dl dt h2 {
	font-size: 29px;
	font-weight: bold;
}

.lead_shoplist dl dt .icon {
	width: 25px;
	margin: 0 10px 0 0;
	padding: 0;
}

.lead_shoplist dl dd {
	margin: 0;
	padding: 17px 15px 0;
	line-height: 1.55;
	text-align: center;
}

.bnr_epark_shop {
	max-width: 170px;
	margin: 15px 0 0 0;
	display: block;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}

.lead_shoplist .deco_map {
	width: 566px;
	height: 258px;
	margin: 0;
	padding: 0;
	background-image: url(../img/shop/bg_map.gif);
	background-repeat: no-repeat;
	background-size: 80% auto;
	background-position: center bottom;
	position: absolute;
	top: -178px;
	left: calc(100% - 350px);
	z-index: -1;
}

.col_shopsearch {
	width: 100%;
	margin: 0 auto 70px;
	padding: 0;
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.col_shopsearch .box {
	margin: 0;
	padding: 0 0 30px;
	background-color: #fff8b8;
	border: solid 2px #094084;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-sizing: border-box;
}

.col_shopsearch .box.map {
	width: 50%;
	max-width: 472px;
}

.col_shopsearch .box.condition {
	width: 50%;
	max-width: 472px;
}

.col_shopsearch .box .mds {
	width: 96%;
	margin: 0 auto 30px;
	padding: 14px 10px;
	border-bottom: dotted 1px #094084;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}

.col_shopsearch .box .mds .icon {
	width: 20px;
	margin: 0 8px 0 0;
	padding: 0;
}

.col_shopsearch .box .mds h3.txt {
	margin: 0;
	padding: 0;
	color: #094084;
	font-size: 23px;
	font-weight: bold;
}

.cont_map {
	width: 88%;
	margin: 0 auto;
	padding: 0;
}

.cont_map iframe {
	width: 100%;
	height: 275px;
	margin: 0;
	padding: 0;
	border: none;
}

.cont_search {
	width: 90%;
	margin: 0 auto 7px;
}

.cont_search .flexs {
	display: flex;
	justify-content: space-between;
	gap: 13px;
}

.cont_search select {
	height: 50px;
	margin: 0 0 20px;
	padding: 8px;
	font-size: 16px;
	line-height: 1.6;
	background: linear-gradient(to bottom, #fbfafa, #eaebeb);
	background: -moz-linear-gradient(to bottom, #fbfafa, #eaebeb);
	background: -webkit-linear-gradient(to bottom, #fbfafa, #eaebeb);
	border: solid 1px #;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: block;
}

.cont_search input[type="text"] {
	width: 100%;
	max-width: 260px;
	height: 50px;
	margin: 0 0 30px;
	padding: 0 8px;
	font-size: 16px;
	line-hegiht: 1.8;
	box-sizing: border-box;
}

.cont_search ul.checkbox {
	width: 90%;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.cont_search ul.checkbox li {
	width: 50%;
	margin: 0 0 13px;
	padding: 0 8px 0 0;
	box-sizing: border-box;
}

.cont_search ul.checkbox li:nth-child(odd) {
	width: 60%;
}

.cont_search ul.checkbox li:nth-child(even) {
	width: 40%;
}


.cont_search ul.checkbox li input {
	font-size: 16px;
	line-height: 1.6;
}

.btn_search_shop {
	width: 80%;
	max-width: 230px;
	height: 48px;
	margin: 0 auto;
	padding: 0;
	color: #ffff00;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	background-color: #0a4085;
	border: solid 1px #fff;
	border-radius: 24px;
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background .3s;
	-moz-transition: background .3s;
	-webkit-transition: background .3s;
}

input.btn_search_shop {
	padding: 0 0 0 20px;
	line-height: 1.4;
	background-image: url(../img/shop/icon_btn_search.gif);
	background-repeat: no-repeat;
	background-position: 45px center;
	background-size: 20px auto;
	box-sizing: border-box;
	display: block;
	cursor: pointer;
}

a.btn_search_shop .icon {
	width: 20px;
	margin: 0 10px 0 0;
	padding: 0;
}

a.btn_search_shop .icon img {
	vertical-align: middle;
}

a.btn_search_shop .txt {
	margin: 0;
	padding: 0;
}

.col_shoplist {
	margin: 0;
	padding: 25px 0 70px;
}

h3.mds_shoplist {
	margin: 0 0 30px;
	padding: 0;
	color: #094084;
	font-size: 29px;
	font-weight: bold;
	text-align: center;
}

ul.tab_shoplist {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	z-index: 10;
	position: relative;
}

ul.tab_shoplist li {
	width: calc((100% - 36px)/4);
	min-height: 56px;
	margin: 0;
	padding: 5px 8px;
	color: #094084;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	background-color: #e5e4ef;
	border-left: solid 2px #094084;
	border-top: solid 2px #094084;
	border-right: solid 2px #094084;
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}

ul.tab_shoplist li:not(.active) {
	cursor: pointer;
}

ul.tab_shoplist li.active {
	color: #fff;
	background-color: #094084;
}

ul.tab_shoplist li .inner {
	margin: 0;
	padding: 0;
}

.cont_shoplist {
	width: 100%;
	margin: 0;
	padding: 5%;
	border: solid 2px #094084;
	box-sizing: border-box;
}

dl.col_icon_shoplist {
	width: 100%;
	margin: 0 0 3%;
	padding: 0;
	background-color: #f3f3f3;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	display: flex;
	align-items: center;
}

dl.col_icon_shoplist dt {
	width: 24.5%;
	margin: 0;
	padding: 10px;
	color: #094084;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	box-sizing: border-box;
}

dl.col_icon_shoplist dd {
	width: 75.5%;
	margin: 0;
	padding: 10px;
	box-sizing: border-box;
}

dl.col_icon_shoplist dd ul {
	width: 100%;
	margin: 0;
	padding: 15px 0 0;
	display: flex;
	flex-wrap: wrap;
}

dl.col_icon_shoplist dd ul li {
	width: calc(100% / 3);
	margin: 0 0 15px;
	padding: 0 10px 0 0;
	display: flex;
	align-items: center;
}

dl.col_icon_shoplist dd ul li .icon {
	width: 44px;
	margin: 0 10px 0 0;
	padding: 0;
}

dl.col_icon_shoplist dd ul li .txt {
	width: calc(100% - 44px);
	margin: 0;
	padding: 0;
	line-height: 1.2;
}

.col_tab {
	margin: 0;
	padding: 0;
}

.cont_tab_shoplist {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.cont_tab_shoplist .box {
	width: calc((100% - 60px)/4);
	margin: 0 20px 40px 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.cont_tab_shoplist .box:nth-child(4n) {
	margin-right: 0;
}

.cont_tab_shoplist .box .info {
	margin: 0;
	padding: 0;
}

.cont_tab_shoplist .box .img {
	width: 100%;
	margin: 0 0 8px;
	padding: 0;
	display: block;
}

.cont_tab_shoplist .box dl {
	width: 100%;
	max-width: 216px;
	margin: 0 auto;
	padding: 0;
}

.cont_tab_shoplist .box dl dt {
	width: 100%;
	margin: 0;
	padding: 0 0 4px;
	color: #094084;
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	border-bottom: solid 1px #094084;
}

.cont_tab_shoplist .box dl dd {
	margin: 0;
	padding: 8px 0;
	;
	line-height: 1.5;
	text-align: center;
}

.cont_tab_shoplist .box .option {
	margin: 0;
	padding: 0;
}

.cont_tab_shoplist .box .option ul {
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
	display: flex;
	justify-content: center;
}

.cont_tab_shoplist .box .option ul li {
	width: 32px;
	margin: 0 4px 0 0;
	padding: 0;
}

.cont_tab_shoplist .box .option ul li:last-child {
	margin-right: 0;
}

.cont_tab_shoplist .box a.btn_shoplist {
	width: 100%;
	max-width: 190px;
	height: 42px;
	margin: 0 auto;
	padding: 0.5em 0 0;
	color: #094084;
	text-align: center;
	text-decoration: none;
	background-color: #fff;
	border: solid 1px #094084;
	border-radius: 21px;
	-moz-border-radius: 21px;
	-webkit-border-radius: 21px;
	box-sizing: border-box;
	display: block;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}

.cont_tab_shoplist .box .btnarea_shoplist {
	width: 100%;
	display: flex;
	justify-content: center;
}

.cont_tab_shoplist .box .btnarea_shoplist a.btn_shoplist {
	width: calc((100% - 5px) / 2);
	padding: 0.4em 0 0.1em;
	letter-spacing: -0.1em;
}

.cont_tab_shoplist .box .btnarea_shoplist a.btn_shoplist:first-of-type {
	margin: 0 5px 0 0;
}


.slider_shop {
	width: 74%;
	margin: 0 auto;
}

.slider_shop img {
	width: 100%;
}

.slider_shop .slick-prev,
.slider_shop .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 30px;
	height: 30px;
	padding: 0;
	cursor: pointer;
	outline: none;
	background-color: transparent;
	border-radius: 30px;
	transition: all .3s;
	opacity: .65;
	z-index: 1;
}

.slider_shop .slick-prev::before,
.slider_shop .slick-next::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.slider_shop .slick-prev:hover,
.slider_shop .slick-next:hover {
	opacity: 1;
}

.slider_shop .slick-prev {
	left: -25px;
}

.slider_shop .slick-prev::before {
	width: 8px;
	height: 8px;
	border-bottom: 2px solid #666;
	border-left: 2px solid #666;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 2px;
}

.slider_shop .slick-next {
	right: -25px;
}

.slider_shop .slick-next::before {
	width: 8px;
	height: 8px;
	border-top: 2px solid #666;
	border-right: 2px solid #666;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 2px;
}

.slider_shop .slick-disabled {
	opacity: .1;
}

.slider_shop .slick-disabled:hover {
	opacity: .1;
	cursor: default;
}






/* --------------- shop detail --------------- */

.col_shop_d {
	width: 90%;
	max-width: 1028px;
	margin: 0 auto;
	padding: 0;
}

.mds_shop1 {
	margin: 0 0 40px;
	padding: 0 2px 12px;
	color: #094084;
	font-size: 29px;
	font-weight: bold;
	line-height: 1.4;
	position: relative;
	z-index: 0;
}

.mds_shop1:before {
	content: "";
	width: 100%;
	height: 3px;
	margin: 0;
	padding: 0;
	background: linear-gradient(to right, #094084 260px, #b5b5b6 260px);
	background: -moz-linear-gradient(left, #094084 260px, #b5b5b6 260px);
	background: -webkit-linear-gradient(left, #094084 260px, #b5b5b6 260px);
	position: absolute;
	left: 0;
	bottom: 0;
}

ul.img_shop1 {
	width: 100%;
	margin: 0 auto 55px;
	padding: 0;
	display: flex;
	justify-content: space-between;
}

ul.img_shop1 li {
	width: calc((100% - 28px)/2);
	margin: 0;
	padding: 0 8px 8px 0;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
}

ul.img_shop1 li:before {
	content: "";
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	margin: 0;
	padding: 0;
	background-color: #ff0;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}

dl.col_service_shop {
	width: 100%;
	max-width: 954px;
	margin: 0 auto 70px;
	padding: 18px;
	border: solid 5px #ecebf3;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-sizing: border-box;
}

dl.col_service_shop dt {
	margin: 0;
	padding: 0 0 8px;
	color: #094084;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	border-bottom: solid 2px #ecebf3;
}

dl.col_service_shop dd {
	margin: 0;
	padding: 20px 0 0;
}

ul.list_service_shop {
	width: 96%;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

ul.list_service_shop li {
	width: calc(100% / 3);
	margin: 0;
	padding: 0 12px 10px 0;
	display: flex;
	align-items: center;
}

ul.list_service_shop .icon {
	width: 46px;
	margin: 0 10px 0 0;
	padding: 0;
}

ul.list_service_shop li .txt {
	width: calc(100% - 56px);
	margin: 0;
	padding: 0;
	font-weight: 500;
	line-height: 1.3;
}

.col_shop_d2 {
	width: 94%;
	max-width: 1028px;
	margin: 0 auto;
	padding: 0;
}

.col_access_shop {
	max-width: 1024px;
	;
	margin: 0 auto 70px;
	padding: 0;
}

.col_access_shop .mds {
	width: 340px;
	margin: 0 0 30px;
	padding: 0;
	display: flex;
	align-items: center;
	float: left;
}

.col_access_shop .mds .icon {
	width: 29px;
	margin: 0 5px 0 0;
	padding: 0;
}

.col_access_shop .mds .txt {
	width: calc(100% - 34px);
	margin: 0;
	padding: 0;
	color: #094084;
	font-size: 23px;
	font-weight: bold;
}

.cont_map_shop {
	width: calc(100% - 340px);
	height: 370px;
	margin: 0;
	padding: 0;
	float: right;
}

.cont_map_shop iframe {
	width: 100%;
	height: 100%;
}

.txt_access_shop {
	width: 340px;
	margin: 0;
	padding: 0;
	float: left;
}

.txt_access_shop dl {
	width: 100%;
	margin: 0 0 18px;
	padding: 0;
	display: flex;
	align-items: flex-start;
}

.txt_access_shop dl dt {
	width: 80px;
	margin: 2px 0 0;
	padding: 1px 2px;
	color: #fff;
	line-height: 1.4;
	text-align: center;
	background-color: #094084;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-sizing: border-box;
}

.txt_access_shop dl dd {
	width: calc(100% - 80px);
	margin: 0;
	padding: 0 8px;
	font-size: 17px;
	line-height: 1.4;
	box-sizing: border-box;
}

.box_bnr_shop {
	width: 100%;
	margin: 15px 0 0;
	display: flex;
	flex-wrap: wrap;
}

.bnr_epark_shop_d {
	width: 50%;
	margin: 0 0 15px;
}

.bnr_epark_shop_d a {
	display: block;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}

.bnr_online_appli {
	width: 50%;
	margin: 0 0 15px;
	display: flex;
	align-items: center;
}

.bnr_online_appli a {
	max-width: 154px;
	display: block;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}

.col_schedule_shop {
	max-width: 884px;
	margin: 0 auto 0px;
	padding: 0;
}

.col_schedule_shop .mds {
	margin: 0 0 30px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.col_schedule_shop .mds .icon {
	width: 29px;
	margin: 0 5px 0 0;
	padding: 0;
}

.col_schedule_shop .mds .txt {
	margin: 0;
	padding: 0;
	color: #094084;
	font-size: 23px;
	font-weight: bold;
}

.about_standard_shop {
	max-width: 884px;
	margin: 0 auto 20px;
	text-align: right;
}

.about_standard_shop a {
	outline: none;
	color: #303030;
	text-decoration: underline;
}

table.tbl_schedule_shop {
	width: 100%;
	max-width: 884px;
	margin: 0;
	padding: 0;
	font-size: 18px;
	border: solid 1px #808080;
	box-sizing: border-box;
	table-layout: fixed;
}

table.tbl_schedule_shop th {
	width: calc((100% - 200px)/7);
	margin: 0;
	padding: 0.5em 0.2em;
	color: #fff;
	font-weight: normal;
	line-height: 1.3;
	text-align: center;
	background-color: #b1b1b1;
	border-right: solid 1px #fff;
	box-sizing: border-box;
}

table.tbl_schedule_shop th span.dot {
	line-height: 0.5;
}

table.tbl_schedule_shop td {
	width: calc((100% - 200px) / 7);
	margin: 0;
	padding: 0.8em 0.5em;
	color: #094084;
	line-height: 1.3;
	text-align: center;
	border-right: solid 1px #808080;
	box-sizing: border-box;
}

table.tbl_schedule_shop td.left {
	color: #000;
}

table.tbl_schedule_shop .left {
	width: 200px;
}

table.tbl_schedule_shop th:last-child,
table.tbl_schedule_shop td:last-child {
	border-right: none;
}

.col_intro_shop {
	max-width: 884px;
	margin: 0 auto 60px;
	padding: 35px;
	background-color: #fffaba;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-sizing: border-box;
}

.col_intro_shop .img {
	width: 180px;
	margin: 8px 40px 0 0;
	padding: 0;
}

.col_intro_shop .txt {
	margin: 0;
	padding: 0;
	line-height: 1.89;
}

.col_other_shop {
	margin: 0 0 60px;
	padding: 0;
}

.col_other_shop .mds {
	margin: 0 0 30px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.col_other_shop .mds .icon {
	width: 29px;
	margin: 0 5px 0 0;
	padding: 0;
}

.col_other_shop .mds .txt {
	margin: 0;
	padding: 0;
	color: #094084;
	font-size: 23px;
	font-weight: bold;
}

ul.list_other_shop {
	max-width: 800px;
	margin: 0 auto 50px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

ul.list_other_shop li {
	width: 162px;
	margin: 0;
	padding: 0;
	color: #094084;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}

ul.list_other_shop li a {
	margin: 0;
	padding: 0;
	color: #094084;
	text-decoration: none;
	transition: opacity .3s;
	-moz-transition: opacity .3s;
	-webkit-transition: opacity .3s;
	display: block;
}

ul.list_other_shop li .img {
	margin: 0 0 12px;
	padding: 0 5px 5px 0;
	position: relative;
	z-index: 0;
}

ul.list_other_shop li .img:before {
	content: "";
	width: 157px;
	height: 157px;
	margin: 0;
	padding: 0;
	background-color: #ff0;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}

ul.list_other_shop li .img .trim {
	width: 157px;
	height: 157px;
	margin: 0;
	padding: 0;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	overflow: hidden;
}

ul.list_other_shop li .img .trim img {
	width: auto;
	height: 100%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	position: relative;
	z-index: 0;
	left: 50%;
}

a.btn_shop_d {
	width: 265px;
	height: 42px;
	margin: 0 auto;
	padding: 8px 0 0;
	color: #fff;
	font-size: ;
	font-weight: ;
	text-decoration: none;
	text-align: center;
	background-color: #094084;
	box-sizing: border-box;
	border-radius: 21px;
	-moz-border-radius: 21px;
	-webkit-border-radius: 21px;
	display: block;
	transition: opacity .3s;
	-moz-transition: opacity .3s;
	-webkit-transition: opacity .3s;
}

a.btn_shop_d .inner {
	margin: 0;
	padding: 0 0 0 15px;
	display: inline-block;
	position: relative;
	z-index: 0;
}

a.btn_shop_d .inner:before {
	content: "";
	width: 7px;
	height: 7px;
	margin: -4px 0 0;
	padding: 0;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: -5px;
}


/* --------------- shop search banner---------- */
.fixed_search_bnr {
	margin: 0;
	padding: 18px 19px;
	position: fixed;
	top: 80px;
	right: 0;
	z-index: 11;
	background-color: #ffff00;
	border-radius: 12.35px 0 0 12.35px;
	border-top: 3px solid #0a4085;
	border-left: 3px solid #0a4085;
	border-bottom: 3px solid #0a4085;
	cursor: pointer;
	;
}

.fixed_search_bnr:hover {
	opacity: 0.8;
}

.fixed_search_bnr .icon {
	max-width: 22px;
	margin: 0 auto 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.fixed_search_bnr .icon img {
	width: 100%;
}

.fixed_search_bnr .txt {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	display: flex;
	align-items: center;
	color: #0a4085;
}

#popupOverlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 1000;
	justify-content: center;
	align-items: center;
}

#popupContent {
	background-color: #fff;
	padding: 40px 20px 20px;
	border-radius: 5px;
	position: relative;
	width: 92%;
	max-width: 1100px;
	margin: 0 auto;
	max-height: 80%;
	overflow-y: auto;
	top: 30px;
}

#closePopupBtn {
	position: absolute;
	top: 0px;
	right: 15px;
	font-size: 46px;
	cursor: pointer;
	color: #0a4085;
	z-index: 100;
}

.wrap_popup {
	max-width: 994px;
	margin: 0 auto;

}


/* --------------- shop search --------------- */

.col_shoplist#search dl.col_icon_shoplist dt {
	width: 20%;
}

.col_shoplist#search dl.col_icon_shoplist dd {
	width: 80%;
}

.col_shoplist#search dl.col_icon_shoplist dd ul {
	padding: 5px 0 0;
}

.col_shoplist#search dl.col_icon_shoplist dd ul li {
	margin: 0 0 5px;
	position: relative;
	z-index: 0;
}

.col_shoplist#search dl.col_icon_shoplist dd ul li .icon {
	width: 30px;
}



/* ------------- privacy ------------------- */

.privacy .col_pagettl .en {
	width: 80%;
}

.bg_privacy {
	margin: 0;
	padding: 0;
}

.box_privacy {
	width: 94%;
	max-width: 880px;
	margin: 0 auto;
}

.txt1_privacy {
	margin: 0;
	padding-top: 23px;
	padding-bottom: 40px;
	line-height: 1.9;
	font-size: 15px;
	text-align: center;
}

.mds_privacy {
	padding-bottom: 10px;
	color: #0a4085;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
}

.box_privacy .box_ct {
	width: 100%;
	height: 890px;
	overflow: scroll;
	padding: 30px 40px;
	box-sizing: border-box;
	border: 1px solid #c5c6c6;
	margin-bottom: 90px;
	overflow-x: hidden;
}

.box_privacy .box_ct dl {
	margin: 0;
	padding: 0;
}

.box_privacy .box_ct dt {
	margin: 0;
	padding: 0;
	color: #0a4085;
	font-size: 18px;
	font-weight: bold;
}

.box_privacy .box_ct dd {
	margin: 0;
	padding: 0 0 25px 0;
	font-size: 15px;
	line-height: 2.1;
}

.box_privacy .box_ct ol {
	margin: 0 0 0 2.4em;
	padding: 0
}

.box_privacy .box_ct ol li {
	margin: 0;
	padding: 0 0 0 1em;
	list-style: none;
	text-indent: -1.0em;
}

.box_privacy .txt_color {
	color: #0a4085;
}

.box_privacy .txt_normal {
	font-weight: normal;
}

.box_privacy .txt_bold {
	font-weight: bold;
}

.box_privacy .box_ct ul li {
	padding-left: 2.6em;
	font-weight: bold;
	text-indent: -2.6em;
	list-style: none;
}

.box_privacy .box_ct ul {
	margin: 0;
	padding: 0
}

.box_privacy .box_ct ul li:first-letter {
	color: #0a4085;
}

.box_privacy .ind {
	padding-left: 2.5em;
}

.box_privacy .ind2 {
	padding-left: 1.2em;
}

.box_privacy .ind3 {
	padding-left: 1.3em;
	text-indent: -1.3em;
}

.box_privacy .box_contact_privacy {
	margin-left: 1.2em;
	margin-bottom: 30px;
	display: flex;
}

.box_privacy .box_contact_privacy .box_in1 {
	width: 65%;
}

.box_privacy .box_contact_privacy .box_in2 {
	width: 35%;
	font-weight: bold;
}



/* --------------- health --------------- */

.health .col_pagettl .en {
	width: 77%;
}

.col_health {
	width: 94%;
	max-width: 1006px;
	min-height: 200px;
	margin: 0 auto;
	padding: 30px 0 0;
}

.col_health .list_health {
	margin: 0 0 15px;
	padding: 0;
}

.col_health .list_health a {
	width: 100%;
	margin: 0;
	padding: 0;
	color: #333;
	text-decoration: none;
	border-bottom: solid 1px #E2E1E1;
	box-sizing: border-box;
	display: block;
	position: relative;
	z-index: 0;
}

.col_health .list_health a:first-child {
	border-top: solid 1px #E2E1E1;
}

.col_health .list_health a:before {
	content: "";
	width: 6px;
	height: 6px;
	margin: 0;
	padding: 0;
	border-top: solid 2px #094084;
	border-right: solid 2px #094084;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 3px);
	right: 3.5%;
}

.col_health .list_health a dl {
	width: 100%;
	min-height: 60px;
	margin: 0;
	padding: 10px 4%;
	line-height: 1.4;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

.col_health .list_health a dl dt {
	width: 330px;
	margin: 0;
	padding: 0;
	display: flex;
}

.col_health .list_health a dl dt .date {
	width: 144px;
	margin: 0;
	padding: 0;
	color: #0A4085;
	font-weight: 600;
}

.col_health .list_health a dl dt .shop {
	width: calc(100% - 144px);
	margin: 0;
	padding: 0;
	color: #F0A300;
	text-decoration: underline;
}

.col_health .list_health a dl dd {
	width: calc(100% - 330px);
	margin: 0;
	padding: 0;
}






.col_pagenation_health {
	width: 100%;
	margin: 0;
	padding: 30px 0 0;
}

.col_pagenation_health ul {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
}

.col_pagenation_health ul li {
	margin: 0 10px 0 0;
	padding: 0;
}

.col_pagenation_health ul li:last-child {
	margin-right: 0;
}

.col_pagenation_health ul li a,
.col_pagenation_health ul li span {
	width: 56px;
	height: 56px;
	margin: 0;
	padding: 0;
	color: #303030;
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
	border: solid 2px transparent;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}

.col_pagenation_health ul li span {
	color: #094084;
	border-color: #094084;
}

.col_pagenation_health ul li.arrow a {
	color: #094084;
}


/* --------------- health detail --------------- */

.col_health_d {
	width: 92%;
	max-width: 844px;
	margin: 0 auto;
	padding: 30px 0 0;
}

.mds_health_d {
	margin: 0 0 25px;
	padding: 0 5px 10px;
	position: relative;
	z-index: 0;
}

.mds_health_d:before {
	content: "";
	width: 100%;
	height: 3px;
	margin: 0;
	padding: 0;
	background: linear-gradient(to right, #094084 190px, #b3b3b4 190px);
	background: -moz-linear-gradient(left, #094084 190px, #b3b3b4 190px);
	background: -webkit-linear-gradient(left, #094084 190px, #b3b3b4 190px);
	position: absolute;
	left: 0;
	bottom: 0;
}

.mds_health_d .info {
	margin: 0 0 10px;
	padding: 0;
	line-height: 1.5;
}

.mds_health_d .info .label {
	margin: 0 0 0 15px;
	padding: 0 12px;
	color: #fff;
	background-color: #094084;
	border-radius: 4px;
	display: inline-block;
}

.mds_health_d .mds {
	margin: 0;
	padding: 0;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.4;
}

.cont_health_d {
	max-width: 768px;
	min-height: 200px;
	margin: 0 auto 50px;
	padding: 0;
}

.cont_health_d img {
	max-width: 100%;
}

.cont_health_d .flex {
	margin: 0 0 20px;
	padding: 10px 0 0;
	display: flex;
}

.cont_health_d .flex.space {
	justify-content: space-between;
}

.cont_health_d .flex.alignbtm {
	align-items: flex-end;
}

.cont_health_d ul {
	margin: 0 0 15px;
	padding: 0;
}

.cont_health_d ul.indent1 li {
	margin: 0;
	padding: 0 0 0 1em;
	text-indent: -1em;
}

.cont_health_d ul.indent1 li * {
	text-indent: 0;
}

.cont_health_d dl {
	margin: 0 0 20px;
	padding: 0;
}

.cont_health_d dl dt {
	margin: 0 0 7px;
	padding: 0;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.5;
}

.cont_health_d dl dd {
	margin: 0;
	padding: 0;
}

.cont_health_d .bold {
	font-weight: 600;
}

.cont_health_d .uline {
	text-decoration: underline;
}

.col_link_health_d {
	width: 100%;
	max-width: 670px;
	margin: 0 auto;
	padding: 0;
	display: flex;
	justify-content: space-between;
}

.col_link_health_d .link_health {
	width: 26%;
	margin: 0;
	padding: 0;
}

.col_link_health_d .link_health a {
	width: 100%;
	height: 3em;
	margin: 0;
	padding: 0.6em;
	color: #094084;
	text-decoration: none;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}

.col_link_health_d .link_health span.arrow {
	width: calc(100% - 4em);
	height: 2px;
	margin: 0 8px 0 0;
	padding: 0;
	display: inline-block;
	position: relative;
	z-index: 0;
}

.col_link_health_d .link_health.next span.arrow {
	margin: 0 0 0 8px;
}

.col_link_health_d .link_health span.arrow:before {
	content: "";
	width: 90%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #094084;
	position: absolute;
	top: 0;
	right: 0;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}

.col_link_health_d .link_health.next span.arrow:before {
	right: auto;
	left: 0;
}

.col_link_health_d .link_health span.arrow:after {
	content: "";
	width: 8px;
	height: 8px;
	margin: -5px 0 0;
	padding: 0;
	border-top: solid 2px #094084;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	position: absolute;
	top: 50%;
	left: calc(10% + 1px);
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}

.col_link_health_d .link_health.next span.arrow:after {
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	left: auto;
	right: calc(10% + 1px);
}

.col_link_health_d a.btn_health_d {
	width: 40%;
	height: 3em;
	margin: 0;
	padding: 0.6em;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 1.3;
	background-color: #094084;
	border-radius: 1.5em;
	-moz-border-radius: 1.5em;
	-webkit-border-radius: 1.5em;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity .3s;
	-moz-transition: opacity .3s;
	-webkit-transition: opacity .3s;
}

.col_link_health_d a.btn_health_d span.inner {
	margin: 0;
	padding: 0 0 0 20px;
	display: inline-block;
	position: relative;
	z-index: 0;
}

.col_link_health_d a.btn_health_d span.inner:before {
	content: "";
	width: 7px;
	height: 7px;
	margin: -5px 0 0;
	padding: 0;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	transform: rotate(45deg);
	-moz-tansform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: -3px;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}



/* --------------- station 健康ステーション --------------- */
.station_lp {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
	background: url("../img/station/background_01.png");
	overflow: hidden;
}

.station_lp img {
	width: 100%;
	display: block;
}

.station_lp .pc_none,
.station_lp .tab_none {
	display: none;
}

.station_lp .main_visual {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
	height: 908px;
	text-align: center;
	position: relative;
	overflow: hidden;
}


.station_lp .main_visual .circle_wrap {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
	height: 908px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

/*animation*/
.station_lp .main_visual.on .circle_wrap {
	animation: infinity-circle-move 80s infinite linear 4.0s both;
}

.station_lp .main_visual.on .circle_wrap.second {
	animation: infinity-circle-move2 80s infinite linear 4.0s both;
}

.station_lp .main_visual .circle_wrap:before {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
	height: 908px;
	content: "";
	background: url("../img/station/background_02.png") repeat-x center bottom;
	background-size: 2040px auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: 0;
	transition: all 0.4s 1.6s ease-in-out;
}

.station_lp .main_visual.on .circle_wrap:before {
	opacity: 1;
}



.station_lp .main_visual .circle_wrap .circle_box {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: absolute;
	left: 50%;
	z-index: 1;
	opacity: 0;
}

.station_lp .main_visual.on .circle_wrap .circle_box {
	opacity: 1;
}

.station_lp .main_visual .circle_wrap .circle_box.circle01 {
	margin: 0px 0 0 -584px;
	width: 324px;
	height: 324px;
	top: 111px;
	transition: all 0.4s 0.8s ease-in-out;
}

.station_lp .main_visual .circle_wrap .circle_box.circle02 {
	margin: 0 0 0 -20px;
	width: 200px;
	height: 200px;
	top: 105px;
	transition: all 0.4s 0.0s ease-in-out;
}

.station_lp .main_visual .circle_wrap .circle_box.circle03 {
	margin: 0 0 0 212px;
	width: 350px;
	height: 350px;
	top: 67px;
	transition: all 0.4s 1.4s ease-in-out;
}

.station_lp .main_visual .circle_wrap .circle_box.circle04 {
	margin: 0 0 0 -502px;
	width: 251px;
	height: 251px;
	top: 507px;
	transition: all 0.4s 0.2s ease-in-out;
}

.station_lp .main_visual .circle_wrap .circle_box.circle05 {
	margin: 0 0 0 292px;
	width: 328px;
	height: 328px;
	top: 493px;
	transition: all 0.4s 1.2s ease-in-out;
}

.station_lp .main_visual .circle_wrap .circle_box.circle06 {
	margin: 0 0 0 -231px;
	width: 222px;
	height: 222px;
	top: 730px;
	transition: all 0.4s 0.4s ease-in-out;
}

.station_lp .main_visual .circle_wrap .circle_box.circle07 {
	margin: 0 0 0 -617px;
	width: 171px;
	height: 171px;
	top: 751px;
	transition: all 0.4s 0.6s ease-in-out;
}

.station_lp .main_visual .circle_wrap .circle_box.circle08 {
	margin: 0 0 0 66px;
	width: 219px;
	height: 219px;
	top: 719px;
	transition: all 0.4s 1.0s ease-in-out;
}

.station_lp .main_visual .circle_wrap .circle_box.circle09 {
	margin: 0 0 0 59px;
	width: 150px;
	height: 150px;
	top: 275px;
	transition: all 0.4s 0.3s ease-in-out;
}

.station_lp .main_visual .circle_wrap .circle_box.circle10 {
	margin: 0 0 0 -225px;
	width: 337px;
	height: 337px;
	top: 374px;
	transition: all 0.4s 0.9s ease-in-out;
}

.station_lp .main_visual .circle_wrap .circle_box.circle11 {
	margin: 0 0 0 -220px;
	width: 164px;
	height: 164px;
	top: 105px;
	transition: all 0.4s 1.3s ease-in-out;
}

.station_lp .main_visual .circle_wrap .circle_box.circle11 .text {
	width: 80px;
	position: absolute;
	top: 78px;
	right: 100px;
	z-index: 2;
}

.station_lp .main_visual .circle_wrap .circle_box.circle01 .circle {
	margin: 0 0 0 0;
	width: 325px;
	height: 325px;
	overflow: hidden;
	border-radius: 180px;
	transition: all 0.4s 0.8s ease-in-out;
	opacity: 0;
	transform: skew(0.2rad);
}

.station_lp .main_visual .circle_wrap .circle_box.circle02 .circle {
	margin: 0 0 0 0;
	width: 200px;
	height: 200px;
	overflow: hidden;
	border-radius: 180px;
	transition: all 0.4s 0.0s ease-in-out;
	opacity: 0;
	transform: skew(0.2rad);
}

.station_lp .main_visual .circle_wrap .circle_box.circle03 .circle {
	margin: 0 0 0 0;
	width: 350px;
	height: 350px;
	overflow: hidden;
	border-radius: 180px;
	transition: all 0.4s 1.4s ease-in-out;
	opacity: 0;
	transform: skew(0.2rad);
}

.station_lp .main_visual .circle_wrap .circle_box.circle04 .circle {
	margin: 0 0 0 0;
	width: 251px;
	height: 251px;
	overflow: hidden;
	border-radius: 180px;
	transition: all 0.4s 0.2s ease-in-out;
	opacity: 0;
	transform: skew(0.2rad);
}

.station_lp .main_visual .circle_wrap .circle_box.circle05 .circle {
	margin: 0 0 0 0;
	width: 328px;
	height: 328px;
	overflow: hidden;
	border-radius: 180px;
	transition: all 0.4s 1.2s ease-in-out;
	opacity: 0;
	transform: skew(0.2rad);
}

.station_lp .main_visual .circle_wrap .circle_box.circle06 .circle {
	margin: 0 0 0 0;
	width: 222px;
	height: 222px;
	overflow: hidden;
	border-radius: 180px;
	transition: all 0.4s 0.4s ease-in-out;
	opacity: 0;
	transform: skew(0.2rad);
}

.station_lp .main_visual .circle_wrap .circle_box.circle07 .circle {
	margin: 0 0 0 0;
	width: 171px;
	height: 171px;
	overflow: hidden;
	border-radius: 180px;
	transition: all 0.4s 0.6s ease-in-out;
	opacity: 0;
	transform: skew(0.2rad);
}

.station_lp .main_visual .circle_wrap .circle_box.circle08 .circle {
	margin: 0 0 0 0;
	width: 219px;
	height: 219px;
	overflow: hidden;
	border-radius: 180px;
	transition: all 0.4s 1.0s ease-in-out;
	opacity: 0;
	transform: skew(0.2rad);
}

.station_lp .main_visual .circle_wrap .circle_box.circle09 .circle {
	margin: 0 0 0 0;
	width: 150px;
	height: 150px;
	overflow: hidden;
	border-radius: 180px;
	transition: all 0.4s 0.3s ease-in-out;
	opacity: 0;
	transform: skew(0.2rad);
}

.station_lp .main_visual .circle_wrap .circle_box.circle10 .circle {
	margin: 0 0 0 0;
	width: 337px;
	height: 337px;
	overflow: hidden;
	border-radius: 180px;
	transition: all 0.4s 0.9s ease-in-out;
	opacity: 0;
	transform: skew(0.2rad);
}

.station_lp .main_visual .circle_wrap .circle_box.circle11 .circle {
	margin: 0 0 0 0;
	width: 164px;
	height: 164px;
	overflow: hidden;
	border-radius: 180px;
	transition: all 0.4s 1.3s ease-in-out;
	opacity: 0;
	transform: skew(0.2rad);
}

.station_lp .main_visual.on .circle_wrap .circle_box .circle {
	opacity: 1;
	transform: skew(0.0rad);
}


.station_lp .main_visual.on .circle_wrap .circle_box.circle01 .circle.anim {
	animation: infinity-circle-anim1 9.0s infinite linear 10.0s both;
}

.station_lp .main_visual.on .circle_wrap .circle_box.circle01 .circle.anim img {
	animation: infinity-circle-anim2 9.0s infinite linear 10.45s both;
}

.station_lp .main_visual.on .circle_wrap .circle_box.circle02 .circle.anim {
	animation: infinity-circle-anim1 9.0s infinite linear 18.0s both;
}

.station_lp .main_visual.on .circle_wrap .circle_box.circle02 .circle.anim img {
	animation: infinity-circle-anim2 9.0s infinite linear 18.45s both;
}

.station_lp .main_visual.on .circle_wrap .circle_box.circle03 .circle.anim {
	animation: infinity-circle-anim1 9.0s infinite linear 40.0s both;
}

.station_lp .main_visual.on .circle_wrap .circle_box.circle03 .circle.anim img {
	animation: infinity-circle-anim2 9.0s infinite linear 40.45s both;
}

.station_lp .main_visual.on .circle_wrap .circle_box.circle04 .circle.anim {
	animation: infinity-circle-anim1 9.0s infinite linear 26.0s both;
}

.station_lp .main_visual.on .circle_wrap .circle_box.circle04 .circle.anim img {
	animation: infinity-circle-anim2 9.0s infinite linear 26.45s both;
}

.station_lp .main_visual.on .circle_wrap .circle_box.circle05 .circle.anim {
	animation: infinity-circle-anim1 9.0s infinite linear 15.0s both;
}

.station_lp .main_visual.on .circle_wrap .circle_box.circle05 .circle.anim img {
	animation: infinity-circle-anim2 9.0s infinite linear 15.45s both;
}

.station_lp .main_visual.on .circle_wrap .circle_box.circle06 .circle.anim {
	animation: infinity-circle-anim1 9.0s infinite linear 32.0s both;
}

.station_lp .main_visual.on .circle_wrap .circle_box.circle06 .circle.anim img {
	animation: infinity-circle-anim2 9.0s infinite linear 32.45s both;
}

.station_lp .main_visual.on .circle_wrap .circle_box.circle07 .circle.anim {
	animation: infinity-circle-anim1 9.0s infinite linear 20.0s both;
}

.station_lp .main_visual.on .circle_wrap .circle_box.circle07 .circle.anim img {
	animation: infinity-circle-anim2 9.0s infinite linear 20.45s both;
}

.station_lp .main_visual.on .circle_wrap .circle_box.circle08 .circle.anim {
	animation: infinity-circle-anim1 9.0s infinite linear 26.0s both;
}

.station_lp .main_visual.on .circle_wrap .circle_box.circle08 .circle.anim img {
	animation: infinity-circle-anim2 9.0s infinite linear 26.45s both;
}

.station_lp .main_visual.on .circle_wrap .circle_box.circle09 .circle.anim {
	animation: infinity-circle-anim1 9.0s infinite linear 32.0s both;
}

.station_lp .main_visual.on .circle_wrap .circle_box.circle09 .circle.anim img {
	animation: infinity-circle-anim2 9.0s infinite linear 32.45s both;
}

.station_lp .main_visual.on .circle_wrap .circle_box.circle10 .circle.anim {
	animation: infinity-circle-anim1 9.0s infinite linear 13.0s both;
}

.station_lp .main_visual.on .circle_wrap .circle_box.circle10 .circle.anim img {
	animation: infinity-circle-anim2 9.0s infinite linear 13.45s both;
}

.station_lp .main_visual.on .circle_wrap .circle_box.circle11 .circle.anim {
	animation: infinity-circle-anim1 9.0s infinite linear 40.0s both;
}

.station_lp .main_visual.on .circle_wrap .circle_box.circle11 .circle.anim img {
	animation: infinity-circle-anim2 9.0s infinite linear 40.45s both;
}

.station_lp .main_visual .circle_wrap .circle_box.circle01 .text {
	width: 206px;
	position: absolute;
	top: -11px;
	right: 105px;
	z-index: 2;
}

.station_lp .main_visual .circle_wrap .circle_box.circle02 .text {
	width: 224px;
	position: absolute;
	top: -12px;
	right: 0px;
	z-index: 2;
}

.station_lp .main_visual .circle_wrap .circle_box.circle03 .text {
	width: 117px;
	position: absolute;
	bottom: -10px;
	right: -11px;
	z-index: 2;
}

.station_lp .main_visual .circle_wrap .circle_box.circle04 .text {
	width: 149px;
	position: absolute;
	top: -31px;
	left: -46px;
	z-index: 2;
}

.station_lp .main_visual .circle_wrap .circle_box.circle05 .text {
	width: 182px;
	position: absolute;
	top: -54px;
	right: 140px;
	z-index: 2;
}

.station_lp .main_visual .circle_wrap .circle_box.circle06 .text {
	width: 96px;
	position: absolute;
	top: 98px;
	right: -45px;
	z-index: 2;
}

.station_lp .main_visual .circle_wrap .circle_box.circle07 .text {
	width: 135px;
	position: absolute;
	top: 11px;
	right: -143px;
	z-index: 2;
}

.station_lp .main_visual .circle_wrap .circle_box.circle07 .text2 {
	width: 160px;
	position: absolute;
	top: -8px;
	right: 4px;
	z-index: 2;
}

.station_lp .main_visual .circle_wrap .circle_box.circle08 .text {
	width: 121px;
	position: absolute;
	top: -20px;
	right: 20px;
	z-index: 2;
}

.station_lp .main_visual .circle_wrap .circle_box.circle10 .text {
	width: 261px;
	position: absolute;
	top: -45px;
	left: -45px;
	z-index: 2;
}

.station_lp .main_visual .main_box {
	margin: 0 0 0 -255px;
	width: 505px;
	height: 497px;
	background: url("../img/station/main_image_01.png") no-repeat center center;
	background-size: 100% 100%;
	position: absolute;
	top: 250px;
	left: 50%;
	z-index: 2;
	transition: all 0.8s 2.0s ease-in-out;
	opacity: 0;
}

.station_lp .main_visual .main_box h2 {
	margin: 30px auto 0 auto;
	width: 357px;
	opacity: 0;
	transition: all 0.8s 2.4s ease-in-out;
}

.station_lp .main_visual .main_box .label {
	width: 144px;
	position: absolute;
	top: 44px;
	left: 0px;
	opacity: 0;
	transition: all 0.8s 2.8s ease-in-out;
}

.station_lp .main_visual .main_box .schedule {
	margin: -20px auto 14px auto;
	width: 323px;
	opacity: 0;
	transition: all 0.8s 3.2s ease-in-out;
}

.station_lp .main_visual .main_box .place {
	margin: 0 auto 0 auto;
	width: 252px;
	opacity: 0;
	transition: all 0.8s 2.5s ease-in-out;
}

.station_lp .main_visual.on .main_box {
	opacity: 1;
}

.station_lp .main_visual.on .main_box h2 {
	opacity: 1;
}

.station_lp .main_visual.on .main_box .label {
	opacity: 1;
}

.station_lp .main_visual.on .main_box .schedule {
	opacity: 1;
}

.station_lp .main_visual.on .main_box .place {
	opacity: 1;
}


.station_lp .main_visual.on .subbox {
	margin: 0 0 0 -230px;
	max-width: 325px;
	min-width: 200px;
	width: 21vw;
	max-height: 325px;
	position: absolute;
	top: 80px;
	left: 27%;
	z-index: 2;
	opacity: 0;
}

.station_lp .main_visual.on .subbox {
	opacity: 1;
}

.station_lp .main_visual.on .subbox .text {
	width: 207px;
	position: relative;
	top: 40px;
	left: 10px;
}


.station_lp .page_menu {
	margin: 0 0 0 0;
	padding: 20px 0 20px 0;
	width: 100%;
	text-align: center;
	background: #0a4085;
}

.station_lp .page_menu ul {
	margin: 0 auto;
	padding: 0 0 0 0;
	width: 100%;
	max-width: 1038px;
	display: flex;
}

.station_lp .page_menu ul li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 29.5%;
	height: 70px;
	box-sizing: border-box;
	border-right: 1px solid #fff;
}

.station_lp .page_menu ul li:nth-of-type(1) {
	width: 41%;
	border-left: 1px solid #fff;
}

.station_lp .page_menu ul li a {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
	height: 70px;
	text-align: center;
	line-height: 1.4em;
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
}


.station_lp .page_menu ul li a img {
	margin: 5px auto 0;
	padding: 0 0 0 0;
	width: auto;
	height: 13px;
}

.station_lp .page_menu ul li a img.business {
	height: 17px;
}


.station_lp .about {
	margin: 0 0 0 0;
	padding: 85px 0 0 0;
	width: 100%;
	text-align: center;
	background: url("../img/station/background_03.png") no-repeat center top;
	background-size: 2028px auto;
}

.station_lp .about:after {
	margin: 0 0 -2px 0;
	padding: 0 0 0 0;
	width: 100%;
	height: 6.5vw;
	line-height: 6.5vw;
	content: "";
	background: url("../img/station/background_04.png") no-repeat center top;
	background-size: 100% 100%;
	display: block;
}

.station_lp .about .head {
	margin: 0 0 0 0;
	padding: 0 0 60px 0;
	width: 100%;
	position: relative;
}

.station_lp .about .head:before {
	margin: 0 0 0 -535px;
	padding: 0 0 0 0;
	width: 198px;
	height: 116px;
	content: "";
	background: url("../img/station/deco_01.png") no-repeat center center;
	background-size: 100% 100%;
	position: absolute;
	top: -26px;
	left: 46.9%;
}

.station_lp .about .head:after {
	margin: 0 -535px 0 0;
	padding: 0 0 0 0;
	width: 198px;
	height: 116px;
	content: "";
	background: url("../img/station/deco_02.png") no-repeat center center;
	background-size: 100% 100%;
	position: absolute;
	top: -26px;
	right: 45.9%;
}

.station_lp .about .head h3 {
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
	line-height: 1.5;
	font-size: 50px;
	font-weight: bold;
	color: #0a4085;
}

.station_lp .about .head .eng {
	margin: 0 auto;
	padding: 0 0 0 0;
	width: 92.3115px;
}

.station_lp .about .catch_box {
	margin: 0 auto 25px auto;
	padding: 20px;
	width: 92%;
	max-width: 940px;
	min-height: 146px;
	background: url("../img/station/text_back_01.png") no-repeat center center;
	background-size: 100% 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.station_lp .about .catch_box .catch {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	line-height: 1.5;
	font-size: 32px;
	font-weight: bold;
	color: #0a4085;
}

.station_lp .about .description {
	width: 92%;
	max-width: 940px;
	margin: 0 auto;
	padding: 0 0 0 0;
	line-height: 2.1em;
	font-size: 20px;
	font-weight: 500;
	color: #000000;
}

.station_lp .menu_detail {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
	background: #0a4085 url("../img/station/background_06.png") no-repeat center top;
	background-size: 1786px auto;
}

.station_lp .menu_detail .menu_detail_inner {
	margin: 0 auto 0 auto;
	padding: 80px 0 5px 0;
	width: 92%;
	max-width: 1110px;
	text-align: center;
}

.station_lp .menu_detail .menu_detail_inner .cont_menu {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
	text-align: center;
}

.station_lp .menu_detail .menu_detail_inner .cont_menu .head {
	margin: 0 0 0 0;
	padding: 0 0 40px 0;
}

.station_lp .menu_detail .menu_detail_inner .cont_menu .head h3 {
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	line-height: 1.4em;
	font-size: 50px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 2px;
}

.station_lp .menu_detail .menu_detail_inner .cont_menu .head .eng {
	margin: 0 auto;
	padding: 0 0 0 0;
	width: 82px;
}


.station_lp .menu_detail .menu_detail_inner .cont_menu .description {
	width: 92%;
	margin: 0 auto 60px;
	padding: 0 0 0 0;
	line-height: 2.1em;
	font-size: 20px;
	color: #ffffff;
}

.station_lp .menu_detail .menu_detail_inner .cont_menu .list {
	margin: 0 auto 20px auto;
	padding: 0 0 0 0;
	width: 100%;
	max-width: 1005px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
}

.station_lp .menu_detail .menu_detail_inner .cont_menu .list .item {
	margin: 0 0 50px 0;
	padding: 0 0 0 0;
	width: 100%;
	background: #fff;
	display: flex;
	position: relative;
	max-height: 350px;
}

.station_lp .menu_detail .menu_detail_inner .cont_menu .list .item.w02 {
	margin: 0 2.8% 35px 0;
	padding: 0 0 0 0;
	width: 48.6%;
	background: #fff;
	display: block;
	flex-wrap: wrap;
	position: relative;
	z-index: 1;
}

.station_lp .menu_detail .menu_detail_inner .cont_menu .list .item.w03 {
	margin: 0 0 35px 0;
	padding: 0 0 0 0;
	width: 48.6%;
	background: #fff;
	display: block;
	flex-wrap: wrap;
	position: relative;
}



.station_lp .menu_detail .menu_detail_inner .cont_menu .list .item .icon {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 118px;
	position: absolute;
	top: -15px;
	right: -36px;
}

.station_lp .menu_detail .menu_detail_inner .cont_menu .list .item .image {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 56%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.station_lp .menu_detail .menu_detail_inner .cont_menu .list .item .image img {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	opacity: 0;
	display: block;
}

.station_lp .menu_detail .menu_detail_inner .cont_menu .list .item.w02 .image {
	width: 100%;
}

.station_lp .menu_detail .menu_detail_inner .cont_menu .list .item.w03 .image {
	width: 100%;
}

.station_lp .menu_detail .menu_detail_inner .cont_menu .list .item.place .image {
	width: 100%;
	max-width: 418px;
}

.station_lp .menu_detail .menu_detail_inner .cont_menu .list .item.place .image img {
	opacity: 1;
}

.station_lp .menu_detail .menu_detail_inner .cont_menu .list .item .right {
	margin: 0 0 0 0;
	padding: 30px 30px 25px 30px;
	width: 44%;
	box-sizing: border-box;
}

.station_lp .menu_detail .menu_detail_inner .cont_menu .list .item.w02 .right {
	margin: 0 0 0 0;
	padding: 30px 30px 25px 30px;
	width: 100%;
	box-sizing: border-box;
}

.station_lp .menu_detail .menu_detail_inner .cont_menu .list .item.w03 .right {
	margin: 0 0 0 0;
	padding: 30px 30px 25px 30px;
	width: 100%;
	box-sizing: border-box;
}

.station_lp .menu_detail .menu_detail_inner .cont_menu .list .item .right h5 {
	margin: 0 0 15px 0;
	padding: 10px 0;
	line-height: 1.4em;
	font-size: 23px;
	font-weight: bold;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.station_lp .menu_detail .menu_detail_inner .cont_menu .list .item.color01 .right h5 {
	color: #e0221c;
	border-top: 1px solid #e0221c;
	border-bottom: 1px solid #e0221c;
}

.station_lp .menu_detail .menu_detail_inner .cont_menu .list .item.color02 .right h5 {
	color: #68489a;
	border-top: 1px solid #68489a;
	border-bottom: 1px solid #68489a;
}

.station_lp .menu_detail .menu_detail_inner .cont_menu .list .item.color03 .right h5 {
	color: #0087c6;
	border-top: 1px solid #0087c6;
	border-bottom: 1px solid #0087c6;
}

.station_lp .menu_detail .menu_detail_inner .cont_menu .list .item.color04 .right h5 {
	color: #018144;
	border-top: 1px solid #018144;
	border-bottom: 1px solid #018144;
	white-space: nowrap;
}

.station_lp .menu_detail .menu_detail_inner .cont_menu .list .item.color05 .right h5 {
	color: #e55e9b;
	border-top: 1px solid #e55e9b;
	border-bottom: 1px solid #e55e9b;
}

.station_lp .menu_detail .menu_detail_inner .cont_menu .list .item.color06 .right h5 {
	color: #008685;
	border-top: 1px solid #008685;
	border-bottom: 1px solid #008685;
}

.station_lp .menu_detail .menu_detail_inner .cont_menu .list .item.color07 .right h5 {
	color: #d24d01;
	border-top: 1px solid #d24d01;
	border-bottom: 1px solid #d24d01;
	text-align: left;
}

.station_lp .menu_detail .menu_detail_inner .cont_menu .list .item .right .age {
	margin: 0 auto 10px auto;
	padding: 0 0;
	width: 90%;
	max-width: 180px;
	height: 32px;
	line-height: 1.4em;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	background: #e2835f;
	border-radius: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.station_lp .menu_detail .menu_detail_inner .cont_menu .list .item .right .description {
	margin: 0 0 0 0;
	padding: 0 0;
	width: 100%;
	line-height: 2.0em;
	font-size: 15px;
	color: #000;
	text-align: left;
	overflow: hidden;
}

.station_lp .menu_detail .menu_detail_inner .cont_menu .list .item .right .description.h01 {
	min-height: 135px;
}

.station_lp .menu_detail .menu_detail_inner .cont_menu .list .item .right .description.h02 {
	min-height: auto;
}

.station_lp .menu_detail .menu_detail_inner .cont_menu .list .item .right .description.h03 {
	min-height: 185px;
}

.station_lp .menu_detail .menu_detail_inner .cont_menu .list .item .right .description p {
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
}

.station_lp .menu_detail .menu_detail_inner .cont_menu .list .item .right .description .line {
	margin: 0 auto 15px auto;
	padding: 0 0;
	width: 100%;
	max-width: 380px;
	height: 38px;
	line-height: 1.4em;
	font-size: 23px;
	font-weight: bold;
	color: #ffff00;
	background: #2cc71f;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}

.station_lp .menu_detail .menu_detail_inner .cont_menu .list .item .right .place dt .label {
	margin: 0 0 0 0;
	padding: 0 0;
	width: 100%;
	height: 20px;
	line-height: 1.4em;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: #000;
	border-radius: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.station_lp .menu_detail .menu_detail_inner .cont_menu .midmds {
	text-align: center;
	margin: 0 auto;
}



.station_lp .menu_detail .menu_detail_inner .cont_menu .midmds h3 {
	margin: 30px 0 35px 0;
	padding: 0 0 15px 0;
	line-height: 1.2em;
	font-size: 50px;
	font-weight: bold;
	color: #ffffff;
	border-bottom: 2px solid #ffffff;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 2px;
}




.station_lp .business_day {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
	background: url("../img/station/background_07.png") no-repeat center 5.5vw;
	background-color: #fff;
	background-size: 1840px auto;
}

.station_lp .business_day:before {
	margin: -1px 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
	height: 6.5vw;
	line-height: 6.5vw;
	content: "";
	background: url("../img/station/background_05.png") no-repeat center top;
	background-size: 100% 100%;
	display: block;
}

.station_lp .business_day:after {
	margin: 80px 0 -2px 0;
	padding: 0 0 0 0;
	width: 100%;
	height: 5vw;
	line-height: 5vw;
	content: "";
	background: url("../img/station/background_09.png") no-repeat center bottom;
	background-size: 100% 100%;
	display: block;
}



.station_lp .business_day .business_day_inner {
	margin: 80px auto 0 auto;
	padding: 0 0 0 0;
	width: 92%;
	max-width: 1070px;
	text-align: center;
}

.station_lp .business_day .business_day_inner .head {
	margin: 0 auto;
	padding: 100px 0 30px;
	width: 100%;
	position: relative;
	background: url(../img/station/bg_box_business.png) no-repeat center center;
	background-size: 100% 100%;
	max-width: 923px;
}

.station_lp .business_day .business_day_inner .head h3 {
	margin: 0;
	padding: 0 40px;
	line-height: 1.2em;
	font-size: 50px;
	font-weight: bold;
	color: #0a4085;
	display: inline-block;
	vertical-align: middle;
	background-color: #fff;
	position: absolute;
	top: -29px;
	left: 34.3%;
}

.station_lp .business_day .business_day_inner .head h3 .en {
	width: 210px;
	display: block;
	padding: 10px 0 0 0;
}

.station_lp .business_day .business_day_inner .head .cont_businessday {
	display: flex;
	margin: 0;
	padding: 0;
}

.station_lp .business_day .business_day_inner .head .eigyo_flex,
.station_lp .business_day .business_day_inner .head .time_flex {
	display: flex;
	margin: 0 auto;
	padding: 0;
	width: 50%;
	align-items: center;
	justify-content: flex-start;
}

.station_lp .business_day .business_day_inner .head .eigyo_flex {
	border-right: 1px solid #0a4085;
	justify-content: flex-end;
}

.station_lp .business_day .business_day_inner .head .label {
	margin: 0 0 0 0;
	padding: 4px 8px;
	width: 100%;
	height: 22px;
	line-height: 1.4em;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	background: #0a4085;
	border-radius: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.station_lp .business_day .business_day_inner .head .eigyo_flex .day {
	font-size: 30px;
	font-weight: bold;
	color: #0a4085;
	margin: 0 55px 0 20px;
}

.station_lp .business_day .business_day_inner .head .eigyo_flex .day .ajust {
	letter-spacing: -7px;
}

.station_lp .business_day .business_day_inner .head .time_flex dt {
	margin: 0 21px 0 45px;
}


.station_lp .business_day .business_day_inner .head .time {
	margin: 0 0 0 0px;
	padding: 0 0 0 0;
	display: inline-block;
	width: 229px;
}

.station_lp .business_day .business_day_inner .head .time dt {
	margin: 0 0 0 0;
	padding: 0 8px 0 0;
	display: inline-block;
}

.station_lp .business_day .business_day_inner .head .time dt .label {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 78px;
	height: 25px;
	color: #0a4085;
	line-height: 1.2em;
	font-size: 15px;
	font-weight: 500;
	border: 1px solid #0a4085;
	border-radius: 4px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}

.station_lp .business_day .business_day_inner .head .time dd {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 320px;
	display: inline-block;
	vertical-align: middle;
}

.station_lp .business_day .business_day_inner h4 {
	margin: 0 0 45px 0;
	padding: 0 0 0 0;
	width: 100%;
	height: 36px;
	line-height: 1.2em;
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	background: #0a4085;
	display: flex;
	justify-content: center;
	align-items: center;
	vertical-align: middle;
}

.btn_business_day {
	max-width: 192px;
	height: 43px;
	margin: 20px auto 25px;
	padding: 7px 0 0 0;
	color: #0a4085;
	border: 1px solid #0a4085;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	background-color: #fff;
	border-radius: 30px;
	box-sizing: border-box;
	display: block;
	position: relative;
	z-index: 0;


	background-image: url(../img/station/icon_pdf.png);
	background-repeat: no-repeat;
	background-size: 24px auto;
	background-position: 145px 5px;
}

.btn_business_day:before {
	content: "";
	width: 8px;
	height: 8px;
	margin: 0;
	padding: 0;
	border-top: solid 1px #0a4085;
	border-right: solid 1px #0a4085;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 4px);
	left: 38px;
}

.btn_business_day:hover {
	color: #fff;
	border: 1px solid #fff;
	background-color: #0a4085;
}

.btn_business_day:hover:before {
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
}

.btn_business_day2 {
	max-width: 258px;
	height: 53px;
	margin: 20px auto 25px;
	padding: 7px 0 0 15px;
	color: #ffff00;
	border: 1px solid #ffff00;
	border-radius: 9px;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	background-color: #0a4085;
	box-sizing: border-box;
	display: block;
	position: relative;
	z-index: 0;
}

.btn_business_day2:hover {
	color: #0a4085;
	border: 1px solid #0a4085;
	background-color: #ffff00;
}

.btn_business_day2:hover:before {
	border-top: solid 2px #0a4085;
	border-right: solid 2px #0a4085;
}

.btn_business_day2:before {
	content: "";
	width: 8px;
	height: 8px;
	margin: 0;
	padding: 0;
	border-top: solid 2px #ffff00;
	border-right: solid 2px #ffff00;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 4px);
	left: 20px;
}




.station_lp .business_day .business_day_inner hr {
	margin: 0 0 35px 0;
	padding: 0 0 0 0;
	width: 100%;
	height: 0;
	line-height: 0;
	background: none;
	border: none;
	border-top: 2px dotted #0a4085;
	clear: both;
}

.station_lp .access {
	margin: 0 0 0 0;
	padding: 0 0 0 0;

	background: url(../img/station/background_10.png) no-repeat center 6.5vw;
	background-size: 1840px auto;
}

.station_lp .access .access_inner {
	margin: -40px auto 0 auto;
	padding: 0 0 70px 0;
	width: 92%;
	max-width: 856px;
	text-align: center;
}

.station_lp .access .access_inner .head {
	margin: 30px 0 27px 0;
	padding: 0 0 0 0;
	width: 100%;
	position: relative;
}

.station_lp .access .access_inner .head h3 {
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
	line-height: 1.4em;
	font-size: 50px;
	font-weight: bold;
	color: #0a4085;
}

.station_lp .access .access_inner .head .eng {
	margin: 0 auto;
	padding: 0 0 0 0;
	width: 111px;
}

.station_lp .access .access_inner .head p {
	margin: 0 0 0 0;
	padding: 35px 0 0px 0;
	line-height: 1.8em;
	font-size: 15px;
}

.station_lp .access .access_inner .map {
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
	width: 100%;
	height: 300px;
	overflow: hidden;
	border-radius: 10px;
}

.station_lp .access .access_inner .map iframe {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
	height: 300px;
	display: block;
}

.station_lp .access .access_inner .address {
	margin: 0 0 0 0;
	padding: 0 0 50px 0;
	line-height: 1.4em;
	font-size: 15px;
	font-weight: 500;
	color: #0a4085;
}



.station_lp .access .access_inner .bnr {
	margin: 0 auto;
	padding: 0 0 0 0;
	max-width: 542px;
}

.station_lp .access .access_inner .bnr a:hover {
	opacity: 0.9;
}

a.fixedbnr {
	width: 244px;
	height: 240px;
	margin: 0;
	padding: 0;
	color: #fff;
	background-image: url(../img/station/fixedbnr.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: right .5s;
	position: fixed;
	right: 15px;
	bottom: 10px;
	z-index: 5;
	text-decoration: none;
	transition: 0.5s;
}

a.fixedbnr.move {
	bottom: 90px;
}

a.fixedbnr_sleep.move {
	bottom: 90px;
}

a.fixedbnr_sleep:hover {}

a.fixedbnr .icon {
	width: 45px;
	margin: 0px auto 8px;
	padding: 0;
}

a.fixedbnr .icon img {
	display: inline;
}

a.fixedbnr .mini {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	line-height: 1.2;
}

a.fixedbnr .big {
	font-size: 43px;
	font-weight: 900;
	text-align: center;
	line-height: 1.2;

}

a.fixedbnr .btn {
	font-size: 15px;
	background-color: #fff;
	border-radius: 16px;
	position: relative;
	color: #00b900;
	font-weight: 500;
	margin: 6px auto 9px;
	padding: 2px 23px 2px 11px;
}

a.fixedbnr .btn::after {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	margin: 0;
	padding: 0;
	border-top: solid 1px #00b900;
	border-right: solid 1px #00b900;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 4px);
	right: 16px;
}

a.fixedbnr .close {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin: 0;
	padding: 0;
	background-color: rgba(58, 58, 58, 0.66);
	position: absolute;
	top: 17px;
	right: 36px;
}

a.fixedbnr .close:before {
	content: "";
	width: 16px;
	height: 1.5px;
	margin: 0;
	padding: 0;
	background-color: #fff;
	position: absolute;
	top: 14px;
	left: 7px;
	transform: rotate(45deg);
}

a.fixedbnr .close:after {
	content: "";
	width: 16px;
	height: 1.5px;
	margin: 0;
	padding: 0;
	background-color: #fff;
	position: absolute;
	top: 14px;
	left: 7px;
	transform: rotate(135deg);
}

a.fixedbnr.click {
	display: none;
}

/* --------------- festa 2025 --------------- */
.btn2.fest2025 {
	max-width: 250px;
	margin: auto auto 0;
}

.btn2.fest2025:hover {
	color: #fff;
	background-color: #094084;
	border: solid 1px #fff;

}

.btn2.fest2025_2 {
	max-width: 353px;
	margin: auto auto 0;
	background-color: #FFFF00;
}

.btn2.fest2025_2:hover {
	color: #fff;
	background-color: #094084;
	border: solid 1px #FFFF00;

}

.btn2.fest2025_2 span.inner {
	padding: 0 15px;
}

/* --------------- sleep --------------- */
a.fixedbnr_sleep {
	width: 257px;
	height: 260px;
	margin: 0;
	padding: 0;
	color: #0A4085;
	background-image: url(../img/sleep/sleep_fixedbnr.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: right .5s;
	position: fixed;
	right: 0;
	bottom: 10px;
	z-index: 5;
	text-decoration: none;
	transition: transform 0.5s ease, right 0.5s;

}

a.fixedbnr_sleep:hover {
	transform: scale(1.03);
	/* 5%拡大 */
}

a.fixedbnr_sleep.pc_none {
	display: none;
}

a.fixedbnr_sleep.move {
	bottom: 90px;
}

a.fixedbnr_sleep .icon {
	width: 104px;
	margin: 0px auto 8px;
	padding: 0;
}

a.fixedbnr_sleep .icon img {
	display: inline;
}

a.fixedbnr_sleep .mini {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	line-height: 1.2;
}

a.fixedbnr_sleep .big {
	font-size: 43px;
	font-weight: 900;
	text-align: center;
	line-height: 1.2;

}

a.fixedbnr_sleep .btn {
	font-size: 15px;
	background-color: #fff;
	border-radius: 16px;
	position: relative;
	color: #0A4085;
	font-weight: 500;
	margin: 6px auto 9px;
	padding: 2px 23px 2px 11px;
}

a.fixedbnr_sleep .btn::after {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	margin: 0;
	padding: 0;
	border-top: solid 1px #0A4085;
	border-right: solid 1px #0A4085;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 4px);
	right: 16px;
}

a.fixedbnr_sleep .close {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin: 0;
	padding: 0;
	background-color: rgba(58, 58, 58, 0.66);
	position: absolute;
	top: 17px;
	right: 36px;
}

a.fixedbnr_sleep .close:before {
	content: "";
	width: 16px;
	height: 1.5px;
	margin: 0;
	padding: 0;
	background-color: #fff;
	position: absolute;
	top: 14px;
	left: 7px;
	transform: rotate(45deg);
}

a.fixedbnr_sleep .close:after {
	content: "";
	width: 16px;
	height: 1.5px;
	margin: 0;
	padding: 0;
	background-color: #fff;
	position: absolute;
	top: 14px;
	left: 7px;
	transform: rotate(135deg);
}

a.fixedbnr_sleep.click {
	display: none;
}

.col_tbl_sleep {
	width: 80%;
	max-width: 843px;
	margin: 0 auto 2vw;
	padding: 0;
	border-top: solid 1px #c5c6c6;
}

.col_tbl_sleep dl {
	width: 100%;
	margin: 0;
	padding: 0;
	border-left: solid 1px #c5c6c6;
	border-right: solid 1px #c5c6c6;
	border-bottom: solid 1px #c5c6c6;
	display: flex;
}

.col_tbl_sleep dl dt {
	width: 195px;
	margin: 0;
	padding: 1.8em 2em;
	foint-size: 16px;
	font-weight: bold;
	background-color: #f5f5f6;
	border-right: solid 1p #c5c6c6;
	box-sizing: border-box;
	text-align: left;
	border-right: solid 1px #c5c6c6;


}

.col_tbl_sleep dl dd {
	width: calc(100% - 195px);
	margin: 0;
	padding: 0.8em 1em 0.8em 2.5em;
	font-size: 15px;
	box-sizing: border-box;
	text-align: left;
}

.col_tbl_sleep dl dd input {
	width: 100%;
	max-width: 445px;
	max-height: 50px;
	margin: 0;
	padding: 0.7em 1em;
	font-size: 15px;
	line-height: 1.7;
	box-sizing: border-box;
	border: solid 1px #C5C6C6;
}

.col_tbl_sleep dl dd .postcode {
	max-width: 300px;
	margin: 0 0 0.5em;
}

.col_tbl_sleep dl dd .postcode input {
	width: calc(100% - 3em);
	margin: 0 0 0 0.8em;
}

.col_tbl_sleep dl dd .address {
	width: calc(100% - 1.8em);
	margin: 0 0 0 0.8em;
	padding: 0;
}

.col_tbl_sleep dl dd .address input {
	max-width: calc(100% - 2em);
}

.col_tbl_sleep dl dd textarea {
	width: 96%;
	height: 10em;
	margin: 0;
	padding: 0.3em 1em;
	font-size: 15px;
	line-height: 1.6;
	box-sizing: border-box;
	border: solid 1px #C5C6C6;
}

.col_tbl_sleep .require {
	color: #ff0000;
}


dl.cont_notice_sleep {
	width: 80%;
	max-width: 843px;
	margin: 0 auto 40px;
	padding: 0;
}

dl.cont_notice_sleep dt {
	margin: 0 0 8px;
	padding: 0;
	color: #094084;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
}

dl.cont_notice_sleep dd {
	width: 100%;
	height: 160px;
	margin: 0;
	padding: 10px;
	border: solid 1px #c5c6c6;
	box-sizing: border-box;
	overflow: auto;
	text-align: left;
}

.btn_sleep {
	max-width: 265px;
	margin: 0 auto 50px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.btn_sleep:before {
	content: "";
	width: 6px;
	height: 6px;
	margin: -5px 0 0;
	padding: 0;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 18%;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	z-index: 1;
}


.btn_sleep input {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 0;
}



.btn_sleep input:hover {
	opacity: .8;
}

.btn_sleep input {
	height: 3.6em;
	max-height: 42px;
	margin: 0;
	padding: 0 0 0 0.5vw;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	background-color: rgba(9, 64, 132, 1);
	border: none;
	border-radius: 1.8em;
	-moz-border-radius: 1.8em;
	-webkit-border-radius: 1.8em;
	display: inline-block;
	cursor: pointer;
	transition: background .3s;
	-moz-transitoin: background .3s;
	-webkit-transition: background .3s;
}

.btn_sleep div input[name="submitBack"] {
	background-color: rgba(153, 153, 153, 1);
}


/* --------------- festa2025 --------------- */

.box_aojiru {
	display: flex;
	margin: 0 1vw 20px 0;
}

.box_aojiru .txt {
	width: calc(100% - 138px);
	padding: 0 2vw 0 0.8vw;
}

.box_aojiru .txt .ttl {
	color: #39804a;
	font-size: 26px;
	font-weight: bold;
	margin: 0 0 0 0;
}

.box_aojiru .txt .ttl span {
	font-size: 19px;
	letter-spacing: -0.01em;
}

.box_aojiru .txt .price {
	color: #ff0000;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.3em;
}

.box_aojiru .txt .price span {
	font-size: 16px;
}

.box_aojiru .img {
	width: 139px;
	padding: 0 0 0 0;
	box-sizing: border-box;
}

.box_aojiru .txt .price .marker {
	font-size: 22px;
	font-weight: bold;
	background: linear-gradient(180deg, rgba(255, 255, 0, 0) 70%, rgba(255, 255, 0, 1) calc(70% + 1px), rgba(255, 255, 0, 1) 100%);
}

.box_aojiru .txt .price .marker span {
	font-size: 22px;
	font-weight: bold;
}

.festa202411_lp .box_aojiru .txt .price img {}

.festa202411_lp .box_aojiru .txt .price .img_hanbai {
	max-width: 184px;
	width: 100%;
	margin: 3px auto 0;
}

.festa202411_lp .booth_event .booth_event_inner .list .item .right .description a.img_line {
	margin: 5px auto 15px auto;
	padding: 0 0;
	width: 100%;
	max-width: 380px;
	transition: all .7s;
}

.festa202411_lp .booth_event .booth_event_inner .list .item .right .description a:hover.img_line {
	opacity: 0.7;
}







/* ------------- home-care-office-contact ------------------- */

.col_ready {
	height: 500px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}


.home-care-office-contact .col_pagettl {
	width: 584px;
	height: 146px;
	margin: 0;
	padding: 0;
	font-weight: 500;
	background-color: rgba(9, 64, 132, 0.8);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	position: absolute;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	z-index: 0;
	left: 50%;
	bottom: -73px;
}

.home-care-office-contact .col_pagettl .en {
	margin: 0 auto 10px;
	padding: 0;
}

.home-care-office-contact .contact .col_pagettl .en {
	width: 45.2%;
}

.home-care-office-contact .col_contact1 {
	width: 90%;
	max-width: 844px;
	margin: 0 auto;
	padding: 115px 0 0;
}

.home-care-office-contact .col_pagettl .pc_none {
	display: none;
}

.home-care-office-contact .col_pagettl .sp_none {
	display: block;
}

.home-care-office-contact .lead_contact1 {
	margin: 0 0 40px;
}

.home-care-office-contact ul.list_flow_contact {
	margin: 0 auto 50px;
}

.col_tbl_homecontact {
	margin: 0 0 45px;
	padding: 0;
	border-top: solid 1px #c5c6c6;
}

.col_tbl_homecontact dl {
	width: 100%;
	margin: 0;
	padding: 0;
	border-left: solid 1px #c5c6c6;
	border-right: solid 1px #c5c6c6;
	border-bottom: solid 1px #c5c6c6;
	display: flex;
}

.col_tbl_homecontact dl dt {
	width: 198px;
	margin: 0;
	padding: 1.5em 1.6em;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.46;
	background-color: #f5f5f6;
	border-right: solid 1px #c5c6c6;
	box-sizing: border-box;
}

.col_tbl_homecontact dl dt.box_taisyou {
	padding: 0.9em 1.6em;
}

.col_tbl_homecontact dl dt.box_otoiawase {
	padding: 1.4em 1.6em;
}

.col_tbl_homecontact dl dd {
	width: calc(100% - 198px);
	margin: 0;
	padding: 0.9em 1em 0.9em 2.4em;
	font-size: 16px;
	box-sizing: border-box;
}

.col_tbl_homecontact dl dd.box_kenmei {
	padding: 1.5em 1em 1.9em 2.4em
}

.col_tbl_homecontact dl dd.wide {
	display: flex;
	align-items: center;
}

.col_tbl_homecontact dl dd input {
	width: 100%;
	max-width: 445px;
	margin: 0;
	padding: 0.7em 0.8em;
	font-size: 15px;
	line-height: 1.7;
	box-sizing: border-box;
	border: solid 1px #c5c6c6;
}

.col_tbl_homecontact dl dd input.long {
	max-width: 574px;
}

.col_tbl_homecontact dl dd input.short {
	max-width: 359px;
}

.col_tbl_homecontact dl dd span.mwform-radio-field {
	margin: 0 2em 12px 0;
	display: inline-block;
	line-height: 1;
}


.col_tbl_homecontact dl dd label input  {
	width: 20px;
	max-width: initial;
	margin: 0 0 0 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
	box-sizing: border-box;
}


.col_tbl_homecontact dl dd textarea {
	max-width: 574px;
	width: 100%;
	height: 12em;
	margin: 0;
	padding: 0.3em;
	font-size: 15px;
	line-height: 1.6;
	box-sizing: border-box;
	border: solid 1px #c5c6c6;
}

.col_tbl_homecontact .kenmei {
	margin: 0 0 8px;
	line-height: 2;
	font-size: 16px;
	font-weight: 400;
}

.col_tbl_homecontact .kuwasiku {
	font-size: 14px;
	color: #ff0000;
	line-height: 1.5;
}

dl.cont_notice_contact.homecontact {
	margin: 0 0 50px;
	padding: 0;
}

.btn_contact div input.btn_homecontact {
	width: 100%;
	height: 2.8em;
	margin: 0;
	padding: 0 0 0.28em 9px;
	}


.btn_contact.homecontact div:before {
	content: "";
	width: 8px;
	height: 8px;
	margin: -5px 0 0;
	padding: 0;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	top: 49%;
	left: 19%;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}

.txt_thanks_contact.homecontact {
	text-align: center;
}






/* ---------------------------------------------------------------
	start max 1200px
--------------------------------------------------------------- */

@media print,
screen and (max-width: 1200px) {



	/* --------------- header --------------- */

	.logo_header {
		width: 200px;
	}

	.col_navi {
		width: calc(100% - 200px);
	}

	ul.navi_header {
		width: calc(100% - 15vw);
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	ul.navi_header>li {
		margin-right: 10px;
	}

	a.btn_header_recruit {
		width: 15vw;
		font-size: 18px;
	}

	a.btn_header_recruit dl {
		justify-content: center;
	}

	a.btn_header_recruit dl dt {
		width: 18%;
	}

	a.btn_header_recruit dl dd {
		width: 120px;
		padding: 0 20px 0 10px;
	}

	a.btn_header_recruit dl dd img {
		margin: 7px 0 0;
	}

	a.btn_header_recruit dl:after {
		width: 20px;
	}




	/* --------------- header --------------- */

	.list_footer_nav {
		width: 22%;
	}

	.list_footer_nav.about {
		width: 23%;
	}

	.sns_footer dd {
		padding: 0;
	}



	/* --------------- top --------------- */


	.col_top_shop {
		height: 276px;
	}

	dl.txt_topshop1 {
		width: 300px;
	}

	dl.txt_topshop1 dd {
		width: 280px;
	}

	.img_topshop1 {
		width: 29.5%;
		left: 7vw;
	}

	.bg_map_topshop {
		background-size: auto 100%;
	}

	.bg_map_topshop:before {
		content: none;
	}

	.bg_map_topshop .balloon.shiso {
		width: 54px;
		top: 39px;
		left: 73px;
	}

	.bg_map_topshop .balloon.himeji {
		width: 58px;
		top: 76px;
		left: 227px;
	}

	.bg_map_topshop .balloon.kakogawa {
		width: 58px;
		top: 138px;
		left: 300px;
	}

	.bg_map_topshop .balloon.tatsuno {
		width: 54px;
		top: 120px;
		left: 73px;
	}


	.list_topnews .inner {
		margin: 0 0 0 auto;
	}

	.bg_topyoutube {
		width: calc(100% - 580px);
		padding-left: 20px;
		padding-right: 30px;
	}

	.img_topyoutube {
		width: 580px;
		height: 326px;
	}


}

/* ---------------------------------------------------------------
	end max 1200px
--------------------------------------------------------------- */

/* ---------------------------------------------------------------
	start max 1100px
--------------------------------------------------------------- */

@media print,
screen and (max-width: 1100px) {

	/* --------------- Service --------------- */

	.bnr_service_shops {
		background-size: auto 100%;
	}

	dl.inner_service_shops1 dt {
		font-size: 48px;
	}



}

/* ---------------------------------------------------------------
	end max 1100px
--------------------------------------------------------------- */