@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@600&display=swap&text=AI');

html {
	position:relative;
	margin:0;
	padding:0;
	width: 100%;
/*
	overflow-x: hidden;
*/
}
body {
	position:relative;
	background:#ffffff;
	margin:0;
	padding:0;
	color:#000000;
	font-size:16px;
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-font-smoothing: antialiased;
	width: 100%;
	font-weight:400;
/*
	overflow-x: hidden;
*/
}
/*
.fonten {
	font-family: 'Questrial', sans-serif;
}
*/
div,ul,p,ul,li,dl,dt,dd,h1,h2,h3,h4,img {
	margin:0;
	padding:0;
}
li {
	list-style-type: none;
	list-style-position: outside;
}
a {
	text-decoration:none;
}
.blockclear:after{
	content: "";
	clear:both;
	height: 0;
	display: block;
	visibility: hidden;
}

.ic-line-blue::before {
  content: "";
  display: inline-block;
  background: url(../images/common/icon_box_blue.svg) no-repeat;
  width: 34px;
  height: 4px;
  margin-right: 14px;
  background-size: cover;
  vertical-align: middle;
	transform: translateY(-2px);
}
.ic-line-white::before {
  content: "";
  display: inline-block;
  background: url(../images/common/icon_box_white.svg) no-repeat;
  width: 34px;
  height: 4px;
  margin-right: 14px;
  background-size: cover;
  vertical-align: middle;
	transform: translateY(-2px);
}
.ic-link-blue::after {
  content: "";
  display: inline-block;
  background: url(../images/common/icon_link.svg) no-repeat;
  width: 13px;
  height: 10px;
  margin-left: 5px;
  background-size: cover;
  vertical-align: middle;
	transform: translateY(-1px);
}
.ic-link-w::after {
  content: "";
  display: inline-block;
  background: url(../images/common/icon_link_w.svg) no-repeat;
  width: 13px;
  height: 10px;
  margin-left: 5px;
  background-size: cover;
  vertical-align: middle;
	transform: translateY(-1px);
}
.ic-arrow-w::after {
  content: "";
  display: inline-block;
  background: url(../images/common/icon_arrow_w.svg) no-repeat;
  width: 7px;
  height: 13px;
  background-size: cover;
  vertical-align: middle;
	transform: translateY(-1px);
	transform: translateX(30px);
}
.ic-arrow-b::after {
  content: "";
  display: inline-block;
  background: url(../images/common/icon_arrow_black.svg) no-repeat;
  width: 7px;
  height: 13px;
  background-size: cover;
  vertical-align: middle;
	transform: translateY(-1px);
	transform: translateX(30px);
}
.ic-arrow-b2::after {
  content: "";
  display: inline-block;
  background: url(../images/common/icon_arrow_black.svg) no-repeat;
  width: 7px;
  height: 13px;
  background-size: cover;
  vertical-align: middle;
	transform: translateY(-1px);
	transform: translateX(30px);
}
.ic-arrow-blue::after {
  content: "";
  display: inline-block;
  background: url(../images/common/icon_arrow_blue.svg) no-repeat;
  width: 7px;
  height: 13px;
  background-size: cover;
  vertical-align: middle;
	transform: translateY(-1px);
	transform: translateX(30px);
}

main {
	width:100%;
}
article {
	width:100%;
}

header {
	position:fixed;
	left:0;
	top:0px;
	width:100%;
	z-index:100;
	transition: all 0.5s 0s ease;
}
header.slideup {
	transform: translateY(-120px);
}
header #head-menu {
	width:100%;
	height:100px;
}
header.type-w #head-menu {
	border-bottom: 1px solid #EDEDED;
}

header #head-menu .basecover{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100px;
}
header.type-b #head-menu .basecover{
	transition:background 1s;
}
header.type-w #head-menu .basecover{
	background:#ffffff;
	transition:background 1s;
}
header #head-menu h1{
	position:absolute;
	left:35px;
	top:18px;
}
header #head-menu .header-logo{
	position:absolute;
	left:35px;
	top:18px;
}
header.type-b #head-menu h1 .mono{
	display:block;
}
header.type-b #head-menu h1 .color{
	display:none;
}
header.type-w #head-menu h1 .mono{
	display:none;
}
header.type-w #head-menu h1 .color{
	display:block;
}

header.type-b #head-menu .to-sitemap .mono{
	display:block;
}
header.type-b #head-menu .to-sitemap .color{
	display:none;
}
header.type-w #head-menu .to-sitemap .mono{
	display:none;
}
header.type-w #head-menu .to-sitemap .color{
	display:block;
}

header #head-menu .menu-main{
	position:absolute;
	left:420px;
	top:34px;
}
header #head-menu .menu-main ul li{
	display:inline-block;
	margin-right:34px;
}

header #head-menu .menu-main a{
	font-size:1.125em;
	font-weight:500;
	position: relative;
}
header.type-b #head-menu .menu-main a{
	color:#ffffff;
}
header.type-w #head-menu .menu-main a{
	color:#000000;
}

@media screen and (max-width:960px) {

header #head-menu h1{
	left:2%;
}

header #head-menu .header-logo{
	left:2%;
}

header #head-menu .menu-main{
	left:45%;
}
header #head-menu .menu-main ul li{
	margin-right:20px;
}
header #head-menu .menu-main a{
	font-size:1em;
}


}

header #head-menu .to-sitemap{
	position:absolute;
	right:26px;
	top:38px;

	display:none;

}
@media screen and (max-width:840px) {
header #head-menu h1{
	left:20px;
	top:24px;
}
header #head-menu h1 img{
	width:260px;
}
header #head-menu .header-logo{
	left:20px;
	top:24px;
}
header #head-menu .header-logo img{
	width:260px;
}
header #head-menu .menu-main{
	left:40%;
}

}

@media screen and (max-width:800px) {

header.type-b #head-menu .to-sitemap .mono{
	display:none;
}
header.type-b #head-menu .to-sitemap .color{
	display:block;
}

header #head-menu .to-sitemap{
	display:block;
	right:15px;
	top:25px;
}

header #head-menu {
	height:70px;
}
header #head-menu .menu-main{
	display:none;
}
header #head-menu h1{
	left:20px;
	top:15px;
}
header #head-menu h1 img{
	width:260px;
}
header #head-menu .header-logo{
	left:20px;
	top:15px;
}
header #head-menu .header-logo img{
	width:260px;
}

header.type-w #head-menu,
header.type-b #head-menu {
	border-bottom: 1px solid #EDEDED;
}
header.type-w #head-menu .basecover,
header.type-b #head-menu .basecover{
	background:#ffffff;
	opacity:1.0;
	height:70px;

}

}

@media screen and (max-width:360px) {
header #head-menu h1 img{
	width:220px;
}
header #head-menu .header-logo img{
	width:220px;
}

}

header.type-b #head-menu .roll-uline-w::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #ffffff;
	bottom: -5px;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
}

header.type-b #head-menu .roll-uline-w:hover::after {
	transform: scale(1, 1);
}

header.type-w #head-menu .roll-uline-w::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #0079C2;
	bottom: -5px;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
}

header.type-w #head-menu .roll-uline-w:hover::after {
	transform: scale(1, 1);
}
header.type-b #head-menu a.ms-on::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #ffffff;
	bottom: -5px;
	transform: scale(1, 1);
	transform-origin: left top;
}
header.type-w #head-menu a.ms-on::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #0079C2;
	bottom: -5px;
	transform: scale(1, 1);
	transform-origin: left top;
}

header.type-w #head-menu .roll-uline-w.now::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #0079C2;
	bottom: -5px;
	transform: scale(1, 1);
	transform-origin: left top;
	transition: transform 0.3s;
}

.roll-fade-a {
	transition:background-color 0.3s;
}
.roll-fade-a:hover{
	background:#0079C2;
}

header #head-menu .menu-main .to-sub-navi {
	position:relative;
}
header #head-menu .menu-main .to-sub-navi .sub-navi {
	position:absolute;
	top:38px;
	left:-90px;
	width:270px;
	height:auto;
	z-index:110;
	background:#ffffff;
	border: 1px solid #DBDBDB;
	padding:20px 10px 20px 20px;
	box-sizing: border-box;
	display:none;
}
header #head-menu .menu-main .to-sub-navi .sub-navi a{
	color:#000000;
	font-size:1.0em;
	font-weight:400;
}
header #head-menu .menu-main .to-sub-navi .sub-navi ul li{
	display:block;
	position:relative;
	margin:0 0 10px 0;

}
header #head-menu .menu-main .to-sub-navi .sub-navi ul li a{
	display:block;
	width:100%;
	height:100%;
	position:relative;

}
header #head-menu .menu-main .to-sub-navi .sub-navi ul li a:hover{
	color:#0079C2;
}
header #head-menu .menu-main .to-sub-navi .sub-navi ul li::after {
  content: "";
	position:absolute;
	top:5px;
	right:10px;
  display: inline-block;
  background: url(../images/common/icon_arrow_green.svg) no-repeat;
  width: 7px;
  height: 13px;
  background-size: cover;
  vertical-align: middle;
	transform: translateX(0px);
}

#anchor-index {
	position:fixed;
	left:0;
	top:0;
	right:0;
	bottom:0;
	height:100px;
	width:100%;
	z-index:90;
	transition: all 0.5s 0s ease;
}
#anchor-index.slideup {
	transform: translateY(-100px);
}
#anchor-index ul{
	width:800px;
	max-width:100%;
	text-align:center;
	display: flex;
	margin:0 auto;
	box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, .2);
}
#anchor-index ul li{
	display: flex;
	width:100%;
	vertical-align: middle;
	height:80px;
	text-align:center;
}
#anchor-index ul li a{
	display:block;
	width:100%;
	height:100%;
	background:#0079C2;
	padding:10px 5px;
	box-sizing: border-box;
	position: relative;
}
#anchor-index ul li a::after {
  content: "";
  display: block;
  background: url(../images/common/icon_anchor.svg) no-repeat;
  width: 16px;
  height: 10px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -5px;
}
#anchor-index .text{
	font-size:1em;
	color:#ffffff;
	line-height:1.4;
	width:100%;
	height:60px;
	display:block;
}
#anchor-index ul li:not(:first-child) .text{
	border-left:#ffffff 1px solid;
}

#sitemap {
	position:fixed;
	left:0;
	top:0;
	right:0;
	bottom:0;
	height:auto;
	width:100%;
	overflow-y: auto;
	webkit-overflow-scrolling: touch;
	z-index:110;
	background:#ffffff;
	display:none;
	font-size:0;
}

#sitemap .logo{
	position:absolute;
	left:35px;
	top:18px;
}

#sitemap .close-side {
	position:absolute;
	right:32px;
	top:38px;
}
#sitemap .close-side img{
	width:24px;
}
#sitemap .link {
	width:100%;
	max-width:1366px;
	margin:0 auto;
	padding:152px 10px 50px 10px;
	box-sizing: border-box;
}

#sitemap .link ul {
	display:inline-block;
	vertical-align:top;
	margin-right:10%;
}
#sitemap .link ul:nth-child(4) {
	margin-right:0;
}

#sitemap .link a{
	font-size:0.875rem;
	color:#000000;
	line-height:2.0;
}
#sitemap .link ul li.ulbreak {
	margin-top:20px;
}
#sitemap .link ul li.head-blue a{
	color:#204C99;
	font-weight:bold;
	font-size:1.25rem;
	line-height:2.0;
}
#sitemap .link ul li.head-nor {
	font-weight:bold;
	font-size:1.25em;
	line-height:2.0;
}

#sitemap .link a:hover{
	color:#0079C2;
}
#sitemap .link ul li.sw-open .sw-open-img{
	display:none;
}

@media screen and (max-width:1260px) {

#sitemap .link ul {
	margin-right:5%;
	margin-left:10px;
}


}
@media screen and (max-width:1030px) {

#sitemap .logo{
	left:20px;
}
#sitemap .link ul {
	margin-right:2%;
}




}

@media screen and (max-width:900px) {

.ic-arrow-b2::after {
  content: "";
  display: inline-block;
  background: url(../images/common/icon_arrow_black.svg) no-repeat;
  width: 7px;
  height: 13px;
  background-size: cover;
  vertical-align: middle;
	transform: translateY(-1px);
	transform: translateX(10px);
}



#sitemap .logo{
	left:20px;
	top:15px;
}
#sitemap .logo img{
	width:260px;
}
#sitemap .close-side {
	right:20px;
	top:24px;
}
#sitemap .close-side img{
	width:24px;
}
#sitemap .link {
	margin:70px 0 0 0;
	padding:0 0 0 0;
	border-top: 1px solid #dddddd;
}
#sitemap .link ul {
	display:block;
	margin:0;
}
#sitemap .link ul li {
	width:100%;
	height:50px;
}
#sitemap .link ul li a {
	width:100%;
	height:100%;
	margin:0;
	padding:8px 20px 0 20px;
	box-sizing:border-box;
}
#sitemap .link ul li div {
	width:100%;
	height:100%;
	margin:0;
	padding:8px 20px 0 20px;
	box-sizing:border-box;
}
#sitemap .link ul li.head-blue {
	background:#0079C2;
}
#sitemap .link ul li.head-nor {
	background:#EFF9FF;
}
#sitemap .link ul li.head-nor.colorblue {
	background:#0079C2;
	color:#ffffff;
}
#sitemap .link ul li,
#sitemap .link ul li a,
#sitemap .link ul li.ulbreak,
#sitemap .link ul li.head-blue a,
#sitemap .link ul li.head-nor div,
#sitemap .link ul li.head-nor a {
	font-size:1rem;
	color:#000000;
	font-weight:600;
	line-height:2.0;
	width:100%;
	display:block;
}
#sitemap .link ul li.head-blue,
#sitemap .link ul li.head-nor,
#sitemap .link ul li.sw-open {
	margin-top:0px;
	border-bottom: 1px solid #dddddd;
	position:relative;
}
#sitemap .link ul li.head-nor {
	font-size:1rem;
}
#sitemap .link ul li.head-nor .head-nortext{
	display:block;
	margin:0;
	padding:8px 20px 0 20px;
}
#sitemap .link ul li.head-nor .head-blacktext{
	color:#000000;
}
#sitemap .link ul li.head-blue a,
#sitemap .link ul li.sw-open div{
	color:#ffffff;
}
#sitemap .link ul li.sw-open .sw-open-img{
	display:block;
	position:absolute;
	right:0px;
	top:14px;
	width:20px;
	height:20px;
}
#sitemap .link ul li.sw-open .sw-open-img .open{
	position:absolute;
	left:0px;
	top:0px;
	width:20px;
	height:20px;
}
#sitemap .link ul li.sw-open .sw-open-img .close{
	position:absolute;
	left:0px;
	top:0px;
	width:20px;
	height:20px;
	display:none;
}
#sitemap .link ul .swm{
	height:auto;
	margin:0;
	padding:0;
	border-bottom: 1px solid #dddddd;
	display:none;
	box-sizing:border-box;
}
#sitemap .link ul .swm a{
	padding:8px 20px;
	line-height:1.2;
	width:100%;
	height:100%;
	display:block;
}

}

section.pos-centering {
	position:relative;
	padding:10px 10px;
}
section.pos-centering .inner {
	position:relative;
	margin:50px auto 50px auto;
	width:100%;
	max-width:1200px;
	position:relative;
}
@media screen and (max-width:900px) {
	section.pos-centering .inner {
		margin:25px auto 25px auto;
	}
}
section.pos-centering .inner.roundbox-w {
	background:#ffffff;
	box-sizing: border-box;
	border-radius: 10px 10px 10px 10px;
	padding:40px 40px 40px 40px;
}
section.pos-centering .inner.roundbox2-w,
section.pos-centering .inner.roundbox3-w {
	font-size:0;
	box-sizing: border-box;
	display:flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}
section.pos-centering .inner.roundbox2-w .column-box,
section.pos-centering .inner.roundbox3-w .column-box{
	background:#ffffff;
	box-sizing: border-box;
	border-radius: 10px 10px 10px 10px;
	padding:40px 40px 40px 40px;
	font-size:1.0rem;
}
section.pos-centering .inner.roundbox2-w .column-box{
	margin:0;
	width:49%;
}
section.pos-centering .inner.roundbox2-w .column-box:first-child{
	margin:0 2% 0 0;
}
section.pos-centering .inner.roundbox3-w .column-box{
	width:32%;
	margin:0 2% 0 0;
}
section.pos-centering .inner.roundbox3-w .column-box:last-child{
	margin:0;
}
@media screen and (max-width:900px) {
section.pos-centering .inner.roundbox3-w .column-box{
	padding:25px 20px 25px 20px;
}

}
@media screen and (max-width:740px) {
section.pos-centering .inner.roundbox3-w {
	display:block;
}
section.pos-centering .inner.roundbox3-w .column-box{
	width:auto;
	display:block;
}
section.pos-centering .inner.roundbox2-w .column-box{
	padding:25px 20px 20px 10px;
}
section.pos-centering .inner.roundbox3-w .column-box:first-child,
section.pos-centering .inner.roundbox3-w .column-box:nth-child(2){
	margin:0 0 25px 0;
}

}
@media screen and (max-width:640px) {
section.pos-centering .inner.roundbox-w {
	padding:25px 20px 25px 20px;
}
section.pos-centering .inner.roundbox2-w {
	display:block;
}
section.pos-centering .inner.roundbox2-w .column-box{
	width:auto;
	display:block;
}
section.pos-centering .inner.roundbox2-w .column-box:first-child{
	margin:0 0 25px 0;
}


}

section.pos-centering .inner h2.head-white {
	font-size:1.5em;
	color:#ffffff;
	letter-spacing:0.05em;
	text-align:center;
  position: relative;
}
section.pos-centering .inner h2.head-black {
	font-size:1.5em;
	color:#000000;
	letter-spacing:0.05em;
	text-align:center;
  position: relative;
}
section.pos-centering .inner h2.ic-line-undergreen::after {
  content: '';
  width: 100px;
  height: 4px;
  display: inline-block;
  background-color: #0079C2;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 55px)
}
section.pos-centering .inner h2.ic-line-underwhite::after {
  content: '';
  width: 100px;
  height: 4px;
  display: inline-block;
  background-color: #ffffff;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 55px)
}

#main-visual-top {
	position:relative;
	width:100%;
	height:1200px;
	background:#000000;
	overflow:hidden;
}

#main-visual-top .backpicture .base{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
}

#main-visual-top .backpicture .base img {
	width:100%;
}


section.bg-white {
	background:#ffffff;
}
section.bg-lightblue {
	background:#E4F6FA;
}
section.bg-green {
	background:#0079C2;
}
section.bg-gray {
	background:#F0F0F0;
}




section#news-top .to-news-list{
	position:absolute;
	right:54px;
	top:38px;
	width:230px;
	height:36px;
}
section#news-top .to-news-list a{
	background:#0079C2;
	border-radius: 18px;
	width:100%;
	height:100%;
	display:block;
	font-size:0.938em;
	color:#ffffff;
	font-weight:400;
	text-align:center;
	line-height:2.2;
}
section#news-top .to-news-list a {
	transition:background-color 0.3s;
}
section#news-top .to-news-list a:hover{
	background:#0079C2;
}


section#news-top .inner ul p {
	font-size:1em;
	color:#000000;
	display:inline-block;
	vertical-align:top;
	margin:0 20px 26px 0;
}
section#news-top .inner ul p.genre {
	font-size:0.75em;
	color:#ffffff;
	width:104px;
	text-align:center;
	line-height:2.0;
}
section#news-top .inner ul p.genre.press {background:#204C99}
section#news-top .inner ul p.genre.news {background:#4D9AF7}
section#news-top .inner ul p.genre.media {background:#F79B08}

section#news-top .inner ul li a{
	display:block;
	width:100%;
	height:100%;
}
section#news-top .inner ul li .text{
	width:70%;
}

section#news-top .inner ul li a:hover .text{
	text-decoration:underline;
}

@media screen and (max-width:1060px) {
section#news-top .inner ul {
	margin-left:0;
}
section#news-top .inner ul li .text{
	width:60%;
}

}

@media screen and (max-width:750px) {

section#news-top .inner ul li .text{
	width:100%;
}
section#news-top .inner {
	margin:0;
	padding:30px 10px 50px 10px;
	border-radius:0;
}
section#news-top .inner ul {
	margin-top:80px;
	margin-left:0;
}
section#news-top .inner ul p {
	margin:0 0px 26px 0;
}
section#news-top .inner ul p.genre {
	margin-left:10px;
}
section#news-top .to-news-list{
	position:absolute;
	right:10px;
	top:80px;
	width:230px;
	max-width:80%;
	height:36px;
}

}






#pickup-top {
	background:#E6EEF0;
}
#pickup-top h2{
/*
	font-size:1.313em;
	color:#ffffff;
	letter-spacing:0.05em;
	margin:0 0 30px 36px;
*/
}
#pickup-top .inner{
/*
	position:relative;
	padding:0px 80px 140px 80px;
*/
}
@media screen and (max-width:750px) {

#pickup-top h2{
	margin:0 0 30px 10px;
}

}

@media screen and (max-width:540px) {

#pickup-top .inner{
	padding:0px 40px 140px 40px;
}

}

#pickup-top #slider {
/*
	width:100%;
	max-width:1200px;
	margin:0 auto;
*/
	margin:40px;
}
#pickup-top #slider li .pickup-block{
	background:#ffffff;
	display:block;
	margin:10px;
	padding:0;
	height:460px;
	position:relative;
}
#pickup-top #slider li .pickup-block a{
	width:100%;
	height:100%;
	display:block;
}
#pickup-top #slider li .pic {
	width:100%;
	height:206px;
	overflow:hidden;
}
#pickup-top #slider li .pic img{
	width:100%;
	height: 206px;
	object-fit: cover;
	display: block;
}
#pickup-top #slider li .title{
	font-size:1.5em;
	color:#204C99;
	letter-spacing:0.05em;
	margin:20px 20px 0 20px;
	font-weight:bold;
}
#pickup-top #slider li .text{
	font-size:1em;
	color:#000000;
	letter-spacing:0.05em;
	margin:20px 20px 20px 20px;
	font-weight:400;
}
#pickup-top #slider li .link{
	background:#0079C2;
	color:#ffffff;
	border-radius: 18px;
	width:80%;
	height:40px;
	display:block;
	font-size:1em;
	line-height:2.3;
	font-weight:400;
	text-align:center;
	position:absolute;
	bottom:24px;
  left: 0;
  right: 0;
  margin: auto;
}
#pickup-top #slider li .pickup-block a img{
	transition-duration: 0.3s;
}
#pickup-top #slider li .pickup-block a:hover .link{
	background:#0079C2;
}
#pickup-top #slider li .pickup-block a:hover img{
	transform: scale(1.2);
	transition-duration: 0.3s;
}



#pickup-top button.slick-arrow{
  margin: 0;
  padding: 0;
  background: none;
  border: none;
	cursor:pointer;

	position: absolute;
	top: 50%;
	margin-top: -40px;
}
#pickup-top button.slick-arrow:hover{
	opacity:0.8;
}

#pickup-top .prev-arrow{
	left:-40px;
}
#pickup-top .next-arrow{
	right:-40px;
}

@media screen and (max-width:540px) {

#pickup-top #slider li .title{
	font-size:1.25em;
	margin:20px 10px 0 10px;
}
#pickup-top #slider li .text{
	margin:20px 10px 20px 10px;
}
#pickup-top .prev-arrow{
	left:-30px;
}
#pickup-top .next-arrow{
	right:-30px;
}

}



#aibanner {
	position:fixed;
	left:0;
	bottom:0;
	width:682px;
	height:105px;
	z-index:200;
}






#aibanner .inner{
	position:relative;
	width:100%;
	height:105px;
}

#aibanner .inner .banner-bg{
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:105px;
	background:#000000;
	border-radius: 0 10px 0 0;
	opacity:0.7;
}
#aibanner .inner .ai{
	position:absolute;
	left:0;
	top:0;
	width:430px;
	height:80px;
	background:#EF5151;
	border: 1px solid #ffffff;
	border-radius: 5px;
	box-sizing: border-box;
	margin:12px 10px 10px 10px;
	padding:10px;
}
#aibanner .inner .ai a{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
#aibanner .inner .ai .shape{
	position:absolute;
	left:94px;
	top:6px;
}
#aibanner .inner .ai .title{
	position:absolute;
	left:230px;
	top:0;
	color:#ffffff;
	font-size:1.92em;
	font-weight:bold;
	width:200px;
}
#aibanner .inner .ai .title span.eng{
	font-family: 'Noto Serif JP', serif;
	font-size:1.5em;
	font-weight:600;
	position:relative;
	top:2px;
}
#aibanner .inner .ai .title::after {
  content: "";
  display: inline-block;
  background: url(../images/common/icon_link_w.svg) no-repeat;
  width: 13px;
  height: 10px;
  background-size: cover;
  vertical-align: middle;
	transform: translate(1px, -2px);
}
#aibanner .inner .ai .text{
	position:absolute;
	left:115px;
	top:20px;
	font-size:1.5em;
	font-weight:600;
	color:#EF5151;
}
#aibanner .inner .ai .human{
	position:absolute;
	left:0;
	top:-27px;
}
#aibanner .inner .ai .human img{
	width:108px;
	height:auto;
}


#aibanner .inner .sodan{
	position:absolute;
	left:440px;
	top:0;
	width:218px;
	height:80px;
	background:#1192E5;
	border: 1px solid #ffffff;
	border-radius: 5px;
	box-sizing: border-box;
	margin:12px 10px 10px 10px;
	padding:10px;
}
#aibanner .inner .sodan a{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
#aibanner .inner .sodan .title{
	position:absolute;
	left:30px;
	top:3px;
	color:#ffffff;
	font-size:1.5em;
	font-weight:bold;
}
#aibanner .inner .sodan .title::after {
  content: "";
  display: inline-block;
  background: url(../images/common/icon_arrow_w.svg) no-repeat;
  width: 7px;
  height: 13px;
  background-size: cover;
  vertical-align: middle;
	transform: translate(5px, -2px);
}
#aibanner .inner .sodan .tel{
	position:absolute;
	left:10px;
	top:43px;
	background:#ffffff;
	border-radius: 5px;
	box-sizing: border-box;
	width:94px;
	color:#1192E5;
	font-size:1.125em;
	font-weight:600;
	text-align:center;
	line-height:1.5;
}
#aibanner .inner .sodan .form{
	position:absolute;
	right:10px;
	top:43px;
	background:#ffffff;
	border-radius: 5px;
	box-sizing: border-box;
	width:94px;
	color:#1192E5;
	font-size:1.125em;
	font-weight:600;
	text-align:center;
	line-height:1.5;
}



#to-top {
	display:none;
	position:fixed;
	right:0;
	bottom:0;
	z-index:100;
	margin:0;
	padding:0;
	line-height:0;
	font-size:0;
}
#to-top li{
	background:#0079C2;
	display:inline-block;
	overflow:hidden;
}
#to-top li p{
	font-size:1rem;
	color:#ffffff;
	text-align:center;
	line-height:1.3;
	display: grid;
	place-items: center center;
	height:55px;
	padding:0 45px;
}

#to-top li img{
	padding:9px 10px 9px 10px;
	box-sizing: border-box;
	width:55px;
	background:#204c99;
}

footer {
	width:100%;
	margin-bottom:120px;
}

footer #footer-info {
	display:block;
	width:100%;
	height:120px;
	position:relative;
	background:#ffffff;
	padding:10px 0 0 0;
}

footer #footer-info .logo{
	position:absolute;
	left:30px;
	top:20px;
	z-index:20;
}
footer #footer-info .copy{
	position:absolute;
    left: 32px;
    top: 94px;
	font-size:0.75em;
	color:#000000;
}
footer #footer-info .links{
	position:absolute;
	right:30px;
	top:40px;
	font-size:0.875em;
	line-height:1.8;
	width:91%;
	text-align:right;
}
footer #footer-info .links li{
	display:inline-block;
	margin-left:30px;
}
footer #footer-info .links li a{
	color:#000000;
}

@media screen and (max-width:1500px) {
	footer #footer-info .links{
		width:50%;
	}
}

@media screen and (max-width:1200px) {

footer #footer-info .links{
	width:45%;
}

footer #footer-info .copy{
	top: 118px;
}
footer {
	margin-bottom:140px;
}

}

@media screen and (max-width:860px) {

footer #footer-info .links{
	position:relative;
	left:0;
	top:0px;
	text-align:center;
	width:100%;
	padding:10px 10px 40px 10px;
	box-sizing: border-box;
}

footer #footer-info .logo{
	width:100%;
	position:relative;
	left:0px;
	top:0;
	padding:0 0 40px 10px;
	box-sizing: border-box;
}
footer #footer-info .copy{
	width:100%;
	position:relative;
	left:0px;
	top:-80px;
	text-align:right;
	padding:0 10px 0 0;
	box-sizing: border-box;
	height:180px;
}

}


@media screen and (max-width:650px) {

footer #footer-info {
	border-top:solid 1px #dddddd;
	padding:10px 0 0 0;
}
footer #footer-info .links{
	padding:0;
	margin-bottom:20px;
}
footer #footer-info .links li{
	display:block;
	text-align:left;
	border-bottom:solid 1px #dddddd;
	padding:5px 10px;
	margin:0;
}
footer #footer-info .links li a{
	display:block;
	width:100%;
}
footer #footer-info .links li:first-child{
	border-top:solid 1px #dddddd;
}
footer #footer-info .copy{
	height:200px;
}

}

@media screen and (max-width:450px) {
footer {
	margin-bottom:300px;
}

}

@media screen and (max-width:400px) {


footer #footer-info .logo{
	padding:0;
	text-align:center;
}
footer #footer-info .copy{
	left:0px;
	top:10px;
	text-align:center;
}

}


@media screen and (max-width:740px) {

#aibanner {
	width:100%;
	height:105px;
}
#aibanner .inner .banner-bg{
	border-radius: 0;
}
#aibanner .inner .ai{
	width:47%;
	margin:12px 1% 10px 1%;
	padding:10px;
}
#aibanner .inner{
	width:100%;
	position:relative;
}
#aibanner .inner .sodan{
	width:47%;
	position:absolute;
	left:49%;
	top:0;
}
#aibanner .inner .ai .shape{
	display:none;
}
#aibanner .inner .ai .human{
	width:68px;
	left:-10px;
	top:3px;
}
#aibanner .inner .ai .human img{
	width:100%;
}
#aibanner .inner .ai .text{
	left:40%;
	top:10px;
	background:#ffffff;
	border-radius: 5px;
	padding:2px 15px;
	font-size:0.75em;
	text-align:center;
}
#aibanner .inner .ai .title{
	left:0px;
	top:20px;
	width:100%;
	font-size:1.4em;
	text-align:center;
}
#aibanner .inner .ai .title::after {
  content: "";
  display: inline-block;
  background: url(../images/common/icon_link_w.svg) no-repeat;
  width: 13px;
  height: 10px;
  background-size: cover;
  vertical-align: middle;
	transform: translate(1px, -2px);
}
#aibanner .inner .sodan .title{
	left:0px;
	top:10px;
	font-size:1.2em;
	width:100%;
	text-align:center;
}
#aibanner .inner .sodan .tel{
	width:40%;
	font-size:1.0em;
	font-weight:500;
}
#aibanner .inner .sodan .form{
	width:44%;
	font-size:1.0em;
	font-weight:500;
}

}

@media screen and (max-width:530px) {

#aibanner .inner .ai{
	width:51%;
}
#aibanner .inner .sodan{
	width:44%;
	left:52%;
}
#aibanner .inner .ai .title{
	left:52px;
	top:30px;
	width:100%;
	font-size:1.2em;
	text-align:left;
}
#aibanner .inner .sodan .tel{
	font-size:0.75em;
	line-height:1.9;
}
#aibanner .inner .sodan .form{
	font-size:0.75em;
	line-height:1.9;
}

}

@media screen and (max-width:360px) {

#aibanner .inner .sodan .title{
	font-size:0.875em;
}
#aibanner .inner .ai .title{
	font-size:0.875em;
	top:38px;
}

}


#soudan-popup{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:200;
	display:none;
}
#soudan-popup .bgcover{
	display:block;
	position:absolute;
	left:0;
	top:0;
	background:#000000;
	width:100%;
	height:100%;
	opacity: .44;
}
#soudan-popup .soudan-text{
	position: absolute;
	top:50%;
	left:50%;
	background:#ffffff;
	width:80%;
	height:80%;
	transform: translateY(-50%) translateX(-50%);
	text-align:center;
}
#soudan-popup .soudan-text .inner{
	position: absolute;
	top:50%;
	left:50%;
	width:80%;
	height:380px;
	transform: translateY(-50%) translateX(-50%);
	text-align:center;
}
#soudan-popup .inner .title{
	position: relative;
	font-size:1.0em;
	color:#000000;
	margin-bottom:50px;
}
#soudan-popup .inner .to-sodanform{
	position: relative;
	width:455px;
	height:70px;
	margin:0 auto 40px auto;
}
#soudan-popup .inner .to-sodanform a{
	background:#1192E5;
	border-radius: 40px;
	width:100%;
	height:100%;
	display:block;
	font-size:1.5em;
	color:#ffffff;
	font-weight:600;
	text-align:center;
	margin:0;
	line-height:2.8;
}
#soudan-popup .inner .to-sodanform a p::after {
  content: "";
  display: inline-block;
  background: url(../images/common/icon_arrow_w.svg) no-repeat;
  width: 7px;
  height: 13px;
  background-size: cover;
  vertical-align: middle;
	transform: translateY(-1px) translateX(100px);
}
#soudan-popup .inner .text{
	position: relative;
	font-size:1.0em;
	color:#ffffff;
	background:#31ADA4;
	box-sizing: border-box;
	width:455px;
	margin:0 auto 10px auto;
	padding:8px;
}
#soudan-popup .inner .telnumber{
	font-size:2.5em;
	font-weight:bold;
}
#soudan-popup .inner .telnumber a{
	color:#000000;
}
#soudan-popup .inner .telnumber a::before {
  content: "";
  display: inline-block;
  background: url(../images/common/icon_tel.svg) no-repeat;
  width: 34px;
  height: 34px;
  background-size: cover;
  vertical-align: middle;
	transform: translateY(-1px) translateX(-15px);
}
#soudan-popup .inner .close-bottom{
	margin:50px auto 0 auto;
	width:100px;
	text-align:center;
}
#soudan-popup .inner .close-bottom a{
	width:100%;
	height:100%;
	display:block;
	font-size:1rem;
	font-weight:500;
	color:#000000;
}
@media screen and (max-width:800px) {

#soudan-popup .soudan-text {
	width:95%;
}

}
@media screen and (max-width:640px) {

#soudan-popup .soudan-text .inner{
	width:90%;
}
#soudan-popup .inner .to-sodanform,
#soudan-popup .inner .text{
	width:100%;
}
#soudan-popup .inner .to-sodanform a p::after {
  content: "";
  display: inline-block;
  background: url(../images/common/icon_arrow_w.svg) no-repeat;
  width: 7px;
  height: 13px;
  background-size: cover;
  vertical-align: middle;
	transform: translateY(-1px) translateX(40px);
}

}

@media screen and (max-width:440px) {
#soudan-popup .soudan-text{
	height:95%;
}
#soudan-popup .soudan-text .inner{
	height:90%;
}

#soudan-popup .inner .title{
	margin-bottom:30px;
}
#soudan-popup .inner .to-sodanform{
	margin:0 auto 20px auto;
}

}

.modal-contents{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:300;
	display:none;
}

.modal-contents .bgcover{
	display:block;
	position:absolute;
	left:0;
	top:0;
	background:#000000;
	width:100%;
	height:100%;
	opacity: .44;
}
.modal-contents .modal-contents-in {
	position: absolute;
	top:50%;
	left:50%;
	background:#ffffff;
	width:80%;
	height:auto;
	max-height:80%;
	border-radius: 10px 10px 10px 10px;
	box-sizing: border-box;
	padding:40px;
	transform: translateY(-50%) translateX(-50%);
}

.modal-contents .modal-contents-in .inner{
	position: relative;
	width:100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
	height:auto;
	max-height:calc(80vh - 80px);
}
.modal-contents .modal-contents-in .close-bottom{
	position: absolute;
	top:-22px;
	right:-11px;
}
.modal-contents .modal-contents-in .close-bottom a{
	width:100%;
	height:100%;
	display:block;
}

@media screen and (max-width:800px) {

.modal-contents .modal-contents-in{
	width:95%;
	padding: 25px 20px;
}

}



/* - Sub Page ------------------------------------------------ */
body.sub article {
	margin-top:100px;
}
@media screen and (max-width:800px) {

body.sub article {
	margin-top:70px;
}

}


#page-head {
	position:relative;
	width:100%;
	height:180px;
	overflow:hidden;
	display: table;
}
#page-head .bg{
	position:absolute;
	left:0;
	top:0;
	width:100%;
}
#page-head .bg img{
	width:100%;
	height:180px;
	object-fit: cover;
}
#page-head h1.head-text, #page-head div.head-text {
	position:relative;
	display: table-cell;
  vertical-align: middle;
	text-align:center;
	color:#ffffff;
	font-size:2.5em;
	line-height:1.2;
	padding:10px;
	font-weight: bold;
}
#page-head h2.head-text {
	position:relative;
	display: table-cell;
  vertical-align: middle;
	text-align:center;
	color:#ffffff;
	font-size:2.5em;
	line-height:1.2;
	padding:10px;
}
@media screen and (max-width:900px) {
	#page-head {
		height:100px;
	}
	#page-head .bg img{
		height:100px;
	}
	#page-head h1.head-text,#page-head div.head-text {
		display: block;
		padding-top: 35px;
	}
	#page-head h2.head-text {
		display: block;
		padding-top: 35px;
	}
}


section.page-contents h2{
	font-size:1.5em;
	color:#204C99;
	font-weight:600;
	line-height:1.8;
	margin-bottom: 1.5em;
}
section.page-contents h3{
	font-size:1.5em;
	color:#204C99;
	font-weight:600;
	line-height:1.8;
	margin-bottom: 1.5em;
}

section.page-contents img {
	max-width:100%;
}

section.page-contents p.text{
	font-size:1.125em;
	color:#000000;
	font-weight:400;
	line-height:1.8;
	margin-bottom: 2em;
}
section.page-contents p.text.cent{
	text-align:center;
}

section.page-contents .page-menu ul{
	display:flex;
	flex-wrap: wrap;
}

section.page-contents .page-menu ul li{
	vertical-align: top;
	background:#0079C2;
	width:31.3%;
	margin:1% 1% 1% 1%;
}
section.page-contents .page-menu.type-2 ul li{
	width:48%;
	margin:1% 1% 1% 1%;
}
section.page-contents .page-menu.type-1 ul li{
	width:98%;
	margin:1% 1% 1% 1%;
}

section.page-contents .page-menu ul li a{
	display:block;
	width:100%;
	height:100%;
	padding:0 0 18px 0;
}
section.page-contents .page-menu ul li a p.pic{
	width:100%;
	overflow:hidden;
}
section.page-contents .page-menu ul li a p.pic img{
	width:100%;
	transition-duration: 0.3s;
}

section.page-contents .page-menu ul li a h4{
	font-size:1.25em;
	color:#204C99;
	font-weight:bold;
	line-height:1.4;
	margin:10px 15px 0 15px;
}

section.page-contents .page-menu ul li a p.eng{
	font-size:0.875em;
	color:#000000;
	font-weight:400;
	line-height:1.8;
	margin:0 15px 0 15px;
}
section.page-contents .page-menu ul li {
	transition:background-color 0.3s;
}
section.page-contents .page-menu ul li:hover {
	background:#0079C2;
}
section.page-contents .page-menu ul li:hover h4{
	color:#ffffff;
}
section.page-contents .page-menu ul li:hover p.eng{
	color:#ffffff;
}
section.page-contents .page-menu ul li:hover p.pic img{
	transform: scale(1.2);
	transition-duration: 0.3s;
}
section.page-contents .page-menu ul li:hover .ic-link-blue::after {
  content: "";
  display: inline-block;
  background: url(../images/common/icon_link_w.svg) no-repeat;
  width: 13px;
  height: 10px;
  margin-left: 5px;
  background-size: cover;
  vertical-align: middle;
	transform: translateY(-1px);
}


@media screen and (max-width:540px) {

section.page-contents .page-menu ul li{
	width:48%;
	margin:1% 1% 1% 1%;
	padding:0;
}

}

section.page-contents .page-navigation.pc {
	display:block;
}
section.page-contents .page-navigation.sp {
	display:none;
}
@media screen and (max-width:700px) {

section.page-contents .page-navigation.pc {
	display:none;
}
section.page-contents .page-navigation.sp {
	display:block;
}

}

section.page-contents .page-navigation ul {
	margin:40px auto;
	display: table;
  border-collapse: separate;
  border-spacing: 5px 0;
	font-size:0.875em;
}
section.page-contents .page-navigation li{
	display: table-cell;
	color:#4D9AF7;
}
section.page-contents .page-navigation li a{
	color:#4D9AF7;
	background:#ffffff;
	width:100%;
	height:100%;
	display:block;
	padding:5px 10px;
	box-sizing: border-box;
	border:solid 1px #4D9AF7;
}
section.page-contents .page-navigation li .dots{
	padding:5px 1px;
}
section.page-contents .page-navigation li .current{
	padding:5px 10px;
	color:#ffffff;
	background:#0079C2;
	border:solid 1px #4D9AF7;
}
@media screen and (max-width:450px) {

section.page-contents .page-navigation ul {
  border-spacing: 1px 0;
	font-size:0.75em;
}
section.page-contents .page-navigation li a{
	padding:5px 5px;
}
section.page-contents .page-navigation li .dots{
	padding:5px 1px;
}
section.page-contents .page-navigation li .current{
	padding:5px 5px;
}


}

section.page-contents #news-list {
	margin-top:30px;
}

section.page-contents #news-list h2{
	font-size:1.5em;
	color:#000000;
	font-weight:600;
	line-height:1.6;
	position:relative;
	overflow-wrap:break-word;
	top:0;
	margin-bottom:0px;
}
section.page-contents #news-list h2 .eng{
	font-size:1em;
	margin-left:15px;
}
@media screen and (max-width:500px) {

section.page-contents #news-list h2 .eng{
	display:block;
}

}

section.page-contents #news-list ul{
	border-top:solid 1px #dddddd;
}
section.page-contents #news-list ul p {
	font-size:1em;
	color:#000000;
	display:inline-block;
	vertical-align:top;
	margin:0 20px 26px 0;
}
section.page-contents #news-list ul p.genre {
	font-size:0.75em;
	color:#ffffff;
	width:104px;
	text-align:center;
	line-height:2.0;
}
section.page-contents #news-list ul p.genre.press {background:#204C99}
section.page-contents #news-list ul p.genre.news {background:#4D9AF7}
section.page-contents #news-list ul p.genre.media {background:#F79B08}

section.page-contents #news-list ul li {
	border-bottom: solid 1px #DBDBDB;
}
section.page-contents #news-list ul li a{
	display:block;
	width:100%;
	height:100%;
	padding:25px 0 5px 0;
}
section.page-contents #news-list ul li .text{
	width:70%;
}

section.page-contents #news-list ul li a:hover .text{
	text-decoration:underline;
}

@media screen and (max-width:1160px) {

section.page-contents #news-list ul li .text{
	width:60%;
}

}

@media screen and (max-width:750px) {

section.page-contents #news-list h2{
	font-size:1.125em;
	overflow-wrap:break-word;
}
section.page-contents #news-list ul li .text{
	width:100%;
}
section.page-contents #news-list ul li{
	overflow:hidden;
}

}

section.page-contents #newspage-head h2.newspage-title{
	font-size:1.5em;
	color:#000000;
	font-weight:600;
	line-height:1.8;
	position:relative;
	top:0;
	width:100%;
	overflow-wrap:break-word;
}
section.page-contents #newspage-head h2.newspage-title .eng{
	font-size:1em;
	margin-left:15px;
}

section.page-contents #section-head {
	margin-bottom:30px;
}
section.page-contents #section-head h2.section-title{
	font-size:1.5em;
	color:#000000;
	font-weight:600;
	line-height:1.8;
	position:relative;
	top:0;
	width:100%;
	overflow-wrap:break-word;
	margin-bottom:0;

}
section.page-contents #section-head h2.section-title .eng{
	font-size:1em;
	margin-left:15px;
}

@media screen and (max-width:500px) {

section.page-contents #newspage-head h2.newspage-title .eng{
	display:block;
}
section.page-contents #section-head h2.section-title .eng{
	display:block;
}


}

section.page-contents #newspage-head p{
	font-size:1em;
	color:#000000;
	line-height:2.0;
	display:inline-block;
	margin:0 20px 26px 0;
	vertical-align:middle;
}
section.page-contents #newspage-head .genre{
	font-size:0.75em;
	color:#ffffff;
	width:104px;
	text-align:center;
	line-height:2.0;

}
section.page-contents #newspage-head .genre.press {background:#204C99}
section.page-contents #newspage-head .genre.news {background:#4D9AF7}
section.page-contents #newspage-head .genre.media {background:#F79B08}

section.page-contents #newspage-head h2.title{
	font-size:1.5em;
	color:#204C99;
	background:#0079C2;
	border:solid 1px #204C99;
	padding:15px 25px;
	box-sizing: border-box;
	line-height:1.5;
	margin-bottom:40px;
}


@media screen and (max-width:600px) {


section.page-contents #newspage-head h2.newspage-title{
	font-size:1.125em;
}
section.page-contents #newspage-head h2.title{
	font-size:1.125em;
	padding:10px 10px;
}
section.page-contents #section-head h2.section-title{
	font-size:1.125em;
}
section.page-contents #section-head h2.title{
	font-size:1.125em;
	padding:10px 10px;
}

}


@media screen and (max-width:600px) {

.ic-line-white::before {
  content: "";
  display: inline-block;
  background: url(../images/common/icon_box_white.svg) no-repeat;
  width: 24px;
  height: 4px;
  margin-right: 14px;
  background-size: cover;
  vertical-align: middle;
	transform: translateY(-2px);
}
.ic-line-blue::before {
  content: "";
  display: inline-block;
  background: url(../images/common/icon_box_blue.svg) no-repeat;
  width: 24px;
  height: 4px;
  margin-right: 14px;
  background-size: cover;
  vertical-align: middle;
	transform: translateY(-2px);
}

#page-head .head-text {
	padding:20px 0 10px 10px;
}

section.page-contents .page-menu ul li a h4{
	font-size:0.938em;
	line-height:1.3;
	margin:10px 10px 10px 10px;
}
section.page-contents .page-menu ul li a p.eng{
	margin:0 10px 0 10px;
	line-height:1.3;
}
section.page-contents h2{
	font-size:1.25em;
}
section.page-contents h3{
	font-size:1.25em;
}
section.page-contents p.text{
	font-size:0.938em;
}
#page-head h1.head-text,#page-head div.head-text {
	font-size:1.5em;
}
#page-head h2.head-text {
	font-size:1.5em;
}
section.pos-centering .inner h2.head-white {
	font-size:1.25em;
}
section.pos-centering .inner h2.head-black {
	font-size:1.25em;
}


}


section#side-menu-bottom {
	display:none;
	width:330px;
	position:fixed;
	right:0;
	bottom:55px;
	z-index:100;
	background:#0079C2;
	padding:20px 60px 20px 20px;
	box-sizing: border-box;
}

section#side-menu-bottom p{
	font-size:1em;
	color:#ffffff;
	font-weight:500;
	line-height:1.4;
	margin-bottom:5px;
}
section#side-menu-bottom .head-blue p {
	font-size:1.25em;
	color:#ffffff;
	margin-bottom:0.5em;
}
section#side-menu-bottom .now p {
	border-bottom: 2px solid #ffffff;
}

section#side-menu-bottom a:hover p{
	color:#ffffff;
}

@media screen and (max-width:800px) {

section#side-menu-bottom {
	width:330px;
	max-width:100%;
	padding:20px 10px 20px 10px;
}
section#side-menu-bottom p{
	font-size:0.938em;
	line-height:1.3;
}
section#side-menu-bottom .head-blue p {
	font-size:1em;
	line-height:1.4;
	margin-bottom:20px;
}


}

@media screen and (max-width:910px) {

#to-top {
	bottom:106px;
}
section#side-menu-bottom {
	bottom:161px;
}

}






/* Soudan Form */
#sodan-form .form-err,
#sodan-form .input-err{
	color: #ff0000;
	font-size:0.938em;
	font-weight:500;
}
#sodan-form .form-err{
	margin-bottom:10px;
}
#sodan-form h3{
	color: #000000;
	font-size:1.25em;
	font-weight:600;
	border-bottom: 3px solid #0079C2;
	padding:0 0 5px 0;
	margin:0 0 30px 0;
}
#sodan-form h3.upmargin{
	margin:50px 0 30px 0;
}
#sodan-form #confirmform h3{
	border-bottom: 3px solid #dddddd;
	font-size:1.25em;
}

#sodan-form dl{
	margin-top: 50px;
}
#sodan-form dt{
	color: #000000;
	font-size:1.25em;
	font-weight:600;
	border-bottom: 1px solid #dddddd;
	padding:0 0 5px 0;
	margin:20px 0 20px 0;
}
#sodan-form dd{
	margin:10px 0 10px 0;

}
#sodan-form dd .prew{
	white-space: pre-wrap;
}

#sodan-form #confirmform h3{
	color: #000000;
	font-size:1.25em;
	font-weight:600;
	border-bottom: 3px solid #0079C2;
	padding:0 0 5px 0;
	margin:0 0 30px 0;
}

#sodan-form #confirmform dt{
	color: #000000;
	font-size:1.25em;
	font-weight:600;
	border-bottom: 1px solid #dddddd;
	padding:0 0 5px 0;
	margin:20px 0 20px 0;
}
#sodan-form #confirmform dd{
	margin:0 0 50px 0;
	font-size:1.125em;
}
#sodan-form dd input[type="text"]{
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	vertical-align:middle;
	box-sizing:border-box;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	padding: 5px 10px;
	line-height: 1;
	font-size:1.125em;
	border: 1px solid #dddddd;
	border-radius: 5px;
	width:100%;
	max-width:480px;
	height: 3em;
}
#sodan-form dd input[type="file"]{
	padding: 8px 0px;
	font-size:1.125em;
}
#sodan-form input[type="checkbox"]{
	width: 18px;
	height: 18px;
}
#sodan-form dd select{
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	vertical-align:middle;
	box-sizing:border-box;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	padding: 8px 10px;
	line-height: 1;
	font-size:1.125em;
	border: 1px solid #dddddd;
	border-radius: 5px;
	width:100%;
	max-width:480px;
	height: 3em;
	background-image: url(../images/common/icon_arrow_down.svg);
	background-repeat: no-repeat;
	background-size: 12px 10px;
	background-position: right 10px center;
}
#sodan-form dd textarea{
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	vertical-align:middle;
	box-sizing:border-box;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	padding: 8px 10px;
	font-size:1.125em;
	border: 1px solid #dddddd;
	border-radius: 5px;
	width:100%;
	max-width:480px;
	height: 7em;
	line-height:1.5;
}

#sodan-form p.note{
	color: #000000;
	font-size:1em;
	font-weight:400;
	margin:5px 0 40px 0;
}
#sodan-form dt .required{
	color: #ffffff;
	font-size:0.875rem;
	background:#0E79C2;
	border-radius: 8px;
	padding:1px 10px;
	margin-left:10px;
	font-weight:400;
	vertical-align:2px;
}
#sodan-form dt .any{
	color: #ffffff;
	font-size:0.875rem;
	background:#9B9B9B;
	border-radius: 8px;
	padding:1px 10px;
	margin-left:10px;
	font-weight:400;
	vertical-align:2px;
}
#sodan-form .agree-area{
	width:100%;
	height:100px;
	background:#F0F0F0;
	text-align:center;
	font-size:1.125em;
	line-height:90px;
}
#sodan-form .agree-area a{
	color:#000000;
	text-decoration:underline;
	margin-left:10px;
}
#sodan-form .button-area  {
	width:100%;
	margin:25px 0 0 0;
}
#sodan-form .button-area .button {
	width:630px;
	height:70px;
	margin:0 auto;
	max-width:100%;
}
#sodan-form .button-area .button a{
	border-radius: 35px;
	width:100%;
	height:100%;
	display:block;
	font-size:1.5rem;
	color:#ffffff;
	font-weight:500;
	text-align:center;
	line-height:2.7;
	transition:background-color 0.3s;
}
#sodan-form .button-area .button.mailconfirm a{
	background:#EF5151;
}
#sodan-form .button-area .button.mailconfirm a:hover{
	background:#000000;
	color:#ffffff;
}
#sodan-form .button-area .button.mailsend a{
	background:#EF5151;
}
#sodan-form .button-area .button.mailsend a:hover{
	background:#000000;
	color:#ffffff;
}
#sodan-form .button-area .button.mailback a{
	background:#999999;
}
#sodan-form .button-area .button.mailback a:hover{
	background:#000000;
	color:#ffffff;
}
#sodan-form .button-area .button.sendbtn-off {
	opacity:0.5;
	pointer-events:none;
}
@media screen and (max-width:640px) {

#sodan-form { overflow: hidden; }
#sodan-form .button-area  {
	margin:20px 0;
}

#sodan-form h3{
	font-size:1.125em;
}
#sodan-form #confirmform h3{
	font-size:1.125em;
}
#sodan-form dt{
	font-size:1.125em;
}
#sodan-form #confirmform h3{
	font-size:1.125em;
}
#sodan-form #confirmform dt{
	font-size:1em;
}
#sodan-form #confirmform dd{
	font-size:1em;
}
#sodan-form dd input[type="text"]{
	font-size:1em;
}
#sodan-form dd input[type="file"]{
	font-size:1em;
}
#sodan-form dd select{
	font-size:1em;
}
#sodan-form dd textarea{
	font-size:1em;
}
#sodan-form .button-area .button {
	width:630px;
	height:50px;
	margin:0 auto;
	max-width:100%;
}
#sodan-form .button-area .button a{
	font-size:1.25rem;
	line-height:2.3;
}

}
.flow-status {
	position: relative;
	width:530px;
	max-width:80%;
	display: flex;
	flex-wrap: wrap;
	margin:40px auto 0 auto;
	height:22px;
	z-index:1;
}
.flow-status .item {
	position: relative;
	width: 33%;
	height:24px;
	text-align: center;
	position: relative;
	align-items: center;
	justify-content: center;
	padding: 10px 0;
	line-height: 1.3;
	background: #DBFBFF;
	color: #0079C2;
	font-size:1.0em;
}
.flow-status .item::before,
.flow-status .item::after {
	position: absolute;
	z-index:2;
	top:0;
	bottom:0;
	left: 100%;
	content: '';
	border:22px solid transparent;
	border-left:14px solid #DBFBFF;
	margin:auto;
}
.flow-status .item::before {
	margin-left:1px;
	border-left-color: #ffffff;
}
.flow-status .item.now {
	z-index: 1;
	background: #0079C2;
	color: #ffffff;
}
.flow-status .item.now::after {
	border-left-color: #0079C2;
}
.flow-status .item.now::before {
	border-left: none;
}

.footer_cta.put_late {
	visibility:hidden;
	opacity: 0;
  animation: latefadeIn 1s ease-out 180s;
  animation-fill-mode: both;
}
@keyframes latefadeIn{
  0% {
		visibility: hidden;
    opacity: 0;
    transform: translateY(64px);
  }
  100% {
		visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
}
