@charset "utf-8";
/* CSS Document */

body {
    width: 100%;
    height: 100%;
	background: #FFF;
	font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
	line-height: 2.0;
	color: #333;
	word-break: break-word;
}
#wrap {
    overflow: hidden;
	width: 100%;
}
.pc_only {
	display: inline-block;
}
.sp_only {
	display: none;
}

*:focus {
	outline: none;
}
.none {
	display: none;
}
span.note {
	font-size: 70%;
	vertical-align: top;
	margin-left: 5px;
}
span.strong {
	font-weight: bold;
}
span.strong_b {
	font-weight: bold;
	color: #019fff;
}

.mb_10 {
	margin-bottom: 10px;
}
.mb_20 {
	margin-bottom: 20px;
}
.mb_30 {
	margin-bottom: 30px;
}
.mb_50 {
	margin-bottom: 50px;
}
.mb_70 {
	margin-bottom: 70px;
}
.mr_20 {
	margin-right: 20px;
}
.atten_li {
	font-size: 12px;
}

hr {
	height: 1px;
	border-left: none;
	border-right: none;
	border-bottom: none;
}
.atten_li li {
	margin-left: 1em;
	text-indent: -1em;
}

.base_li li {
	margin-left: 1em;
	text-indent: -1em;
}
.base_li li i {
	text-indent: 0em;
}
.base_ol li {
	list-style-type: decimal;
	margin-left: 2em;
	margin-bottom: 10px;
}

.txt_s {
	font-size: 12px;
	line-height: 1.4;
}


.txt_s_copy {
	font-size: 10px;
	line-height: 1.4;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	
}
.reg {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

/* language */
#language {
	position: fixed;
	top: 15px;
	right: 20px;
	z-index: 2500;
	line-height: 1.1;
	text-align: center;
}
#language a {
	display: block;
	color: #FFF;
	background: #0086ff;
	text-decoration: none;
	padding: 5px 8px;
	border-radius: 5px;
}
#language a i {
	font-size: 20px;
}
#language.fixed br,
#language.fixed span {
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
#language.fixed br {
	display: none;
}
#language.fixed span {
	margin-left: 10px;
} 

/* content */
.content_left,
.content_right,
.content_base {
	padding-top: 20px;
	xpadding-bottom: 30px;
	margin-bottom: 40px;
	position: relative;
	overflow: hidden;
}
.content_title_only {
	padding-top: 20px;
	margin-bottom: 0px;
	position: relative;
	overflow: hidden;
}
.content_left .cover_01 {
    width: 55%;
	height: 800px;
	xbackground: url(../images/bg_02.png) right top no-repeat;
    position: absolute;
    top: 0;
    left: 0;
	padding-right: 80px;
    z-index: 300;
}
.content_left .cover_02 {
    width: 55%;
	height: 800px;
	xbackground: url(../images/bg_01.png) right top no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 300;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.content_left .cover_01_l {
    width: 65%;
	height: 800px;
	xbackground: url(../images/bg_02.png) right top no-repeat;
    position: absolute;
    top: 0;
    left: 0;
	padding-right: 80px;
    z-index: 300;
}
.content_left .cover_02_l {
    width: 65%;
	height: 800px;
	xbackground: url(../images/bg_01.png) right top no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 300;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.content_right .cover_01 {
    width: 45%;
	height: 800px;
	xbackground: url(../images/bg_04.png) left bottom no-repeat;
    position: absolute;
    top: 0;
    right: 0;
	padding-left: 80px;
    z-index: 300;
}
.content_right .cover_02 {
    width: 45%;
	height: 800px;
	xbackground: url(../images/bg_03.png) left bottom no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 300;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.content_left .content_box,
.content_right .content_box,
.content_base .content_box,
.content_title_only .content_box {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
.content_box_s {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.content_left .content_box h3,
.content_right .content_box h3,
.content_base .content_box h3,
.content_title_only .content_box h3 {
	xpadding-left: 10px;
	margin-bottom: 10px;
	font-size: 30px;
	font-weight: 700;
	position:relative;
	display:inline-block;
	z-index: 1000;
	line-height: 1.3;
    text-shadow: 
    #FFF 2px 0px,  #FFF -2px 0px,
    #FFF 0px -2px, #FFF 0px 2px,
    #FFF 2px 2px , #FFF -2px 2px,
    #FFF 2px -2px, #FFF -2px -2px,
    #FFF 1px 2px,  #FFF -1px 2px,
    #FFF 1px -2px, #FFF -1px -2px,
    #FFF 2px 1px,  #FFF -2px 1px,
    #FFF 2px -1px, #FFF -2px -1px;
}
.content_right .content_box h3,
.content_base .content_box h3,
.content_left .content_box h3,
.content_title_only .content_box h3 {
	color: #019fff;
}
.content_left .content_box h3 {
	xcolor: #FFF;
}

.content_left .content_box h3:after,
.content_right .content_box h3:after,
.content_base .content_box h3:after {
	xdisplay:inline-block;
	xposition: absolute;
	xbottom: 5px;
	xleft: 0px;
	xbackground: #b0e5ff;
	xwidth: 45px;
	xheight: 15px;
  xcontent:"";
  xz-index: -10;
}
p {
	z-index: 2000;
}
p.center {
	text-align: center;
}
p.right {
	text-align: right;
}
p.txt_weak {
	position:relative;
	font-size: 14px;
	xmargin-left: 10px;
	color: #1627cc;
	line-height: 1;
	z-index: 2000;
}
.content_left .content_box p.txt_weak {
	xcolor: #FFF;
}
/* 電子公告用 */
span.txt_weak {
	font-size: 14px;
	color: #019fff;
	line-height: 1;
}
.center_box {
	width: 100%;
	text-align: center;
}
.center_box img {
	max-width: 100%;
	height: auto;
}

.center_box a img {
	transition: .3s;
}
.center_box a:hover img {
	transform: scale(1.1, 1.1);
}

.content_left .content_box h4,
.content_right .content_box h4,
.content_base .content_box h4,
.content_base .white_box h4,
.content_box_s h4 {
	padding-left: 10px;
	margin-bottom: 10px;
	font-size: 26px;
	font-weight: bold;
	position:relative;
	display:inline-block;
	color: #0086ff;
	z-index: 1000;
	line-height: 1.4;
}
.content_left .content_box h4:after,
.content_right .content_box h4:after,
.content_base .content_box h4:after,
.content_base .white_box h4:after,
.content_box_s h4:after {
	display:inline-block;
	position: absolute;
	bottom: 5px;
	left: 0px;
	background: #b0e5ff;
	width: 45px;
	height: 15px;
  content:"";
  z-index: -10;
}

.content_base h5 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #0086ff;
	text-align: center;
}
.content_base h5.h5_l {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #0086ff;
	text-align: left;
}


.content_img {
	position:relative;
	z-index: 1000;
	width: 1100px;
	height: 238px;
	overflow: hidden;
	transition: .3s;
	box-shadow: 10px 10px rgba(1,159,255,1);
}
.content_img:hover {
	box-shadow: 30px 30px rgba(1,159,255,.7);
}
.content_img a img {
	transition: .3s;
}
.content_img a:hover img {
	transform: scale(1.1, 1.1);
}

.content2_img {
	position:relative;
	z-index: 1000;
	width: 1100px;
	height: 238px;
	overflow: hidden;
}

.movie_box {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.movie_box .movie_content {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.movie_box .movie_content iframe {
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100% !important;
}
/* button */
.button_box_1 {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
}
.button_box_2 {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.button_box_2_l {
	width: 49%;
	float: left;
}
.button_box_2_r {
	width: 49%;
	float: right;
}
.button_box_3_r {
	width: 33%;
	float: right;
}
.button {
    border: none;
    xcursor: pointer;
	text-align: center;
	width: 100%;
    position: relative;
    background-color: #019fff;
	z-index: 2000;
	overflow: hidden;
}
.button_s {
    border: none;
    xcursor: pointer;
	text-align: center;
	width: auto;
    position: relative;
    background-color: #019fff;
	z-index: 2000;
	overflow: hidden;
}
.button a {
	display: block;
	width: 100%;
    padding: 35px 0px;
    position: relative;
    color: #FFF;
	font-size: 18px;
    transition: color .5s linear;
    z-index: 2000;
	text-decoration: none;
}
.button_s a {
	display: block;
	width: auto;
    padding: 10px 0px;
    position: relative;
    color: #FFF;
	font-size: 14px;
    transition: color .5s linear;
    z-index: 2000;
	text-decoration: none;
}
.button_s_w {
	text-align: center;
	width: auto;
    position: relative;
	z-index: 2000;
	overflow: hidden;
	border: 2px solid #019fff;
	background: #FFF;
	box-sizing: border-box;
}
.button_s_w a {
	display: block;
	width: auto;
    padding: 8px 0px;
    position: relative;
    color: #019fff;
	font-size: 14px;
    transition: color .5s linear;
    z-index: 2000;
	text-decoration: none;
}
.button_s_w a .fa-exclamation-circle {
	color: #e62023;
}
.button a img,
.button_s a img {
	xvertical-align: text-bottom;
}
.button::after,
.button_s::after,
.button_s_w::after {
      content: '';
      transition: all .5s ease-out;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
}
.button:hover .text,
.button_s:hover .text,
.button_s_w:hover .text {
      color: #019fff;
}
.button:hover::after,
.button_s:hover::after,
.button_s_w:hover::after {
      width: 100%;
      height: 100%;
      opacity: 1;
  -webkit-transform: scale(2) rotate(180deg);
  transform: scale(2) rotate(180deg);
  background-color: #b0e5ff;
}

/* gototop */
#gototop {
	width: 100%;
	height: auto;
	background: #EEE;
	border-top: #ccc 1px solid;
}
#gototop a {
	text-align: center;
	font-size: 12px;
	display: block;
	width: 100%;
	padding: 10px 0px;
	text-decoration: none;
	color: #333;
      transition: 0.3s;
}
#gototop a:hover {
  opacity: 0.7;
}

/* ------- footer ------- */
footer {
	width: 100%;
	height: auto;
	background: #1627cc;
	color: #FFF;
	font-size: 12px;
	padding-top: 50px;
	padding-bottom: 50px;
	line-height: 1.8;
}
footer a {
	color: #FFF;
	text-decoration: none;
}

#footer_box {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
.footer_content {
	overflow: hidden;
	margin-bottom: 20px;
}
.sitemap {
	width: 780px;
	border-right: 1px #ccc solid;
	min-height: 430px;
	float: left;
}
.sitemap_li {
	width: 260px;
	xmargin-right: 20px;
	float: left;
}
.sitemap_li li {
	xpadding-left: 20px;
	width: calc(100% - 20px);
}
.sitemap_li li.sitemap_title {
	padding-left: 10px;
	xmargin-bottom: 5px;
	font-size: 18px;
	position:relative;
	display:inline-block;
	z-index: 1000;
}
.sitemap_li li.sitemap_title:after {
	display:inline-block;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #3a7de5;
	width: 35px;
	height: 15px;
  content:"";
  z-index: -10;
}
.sitemap_li li.sitemap_title span {
	font-size: 12px;
	margin-left: 10px;
	color: #80c7ff;
}
.sitemap_li li.last {
	margin-bottom: 20px;
}

footer .link {
	width: 270px;
	min-height: 430px;
	float: right;
	position:relative;
}
footer .link img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
footer .link .policy_link {
	display:inline-block;
	position: absolute;
    bottom: 0;
	right: 0;
}

.logo-copy {
	text-align: center;
	border-top: 1px #ccc solid;
	padding-top: 20px;
}
.logo-copy_ppapp {
	text-align: center;
	padding-top: 0px;
}
.logo-copy ul {
    display: flex;
    justify-content: center;
    align-items: center;
	padding-bottom: 30px;
}
.logo-copy_ppapp ul {
    display: flex;
    justify-content: center;
    align-items: center;
	padding-bottom: 10px;
}

.logo-copy ul li,
.logo-copy_ppapp ul li {
    width: 100px;
	margin-left: 10px;
	margin-right: 10px;
}
.logo-copy ul li img,
.logo-copy_ppapp ul li img {
    width: 100%;
	height: auto;
}

.sitemap_li li a,
footer .link .policy_link a {
  position: relative;
  display: inline-block;
  transition: .3s;
}
.sitemap_li li a::after,
footer .link .policy_link a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #3a7de5;
  transition: 0.3s;
}
.sitemap_li li a:hover::after,
footer .link .policy_link a:hover::after {
  width: 100%;
}

footer .link ul li a,
.logo-copy ul li a {
  transition: 0.3s;
}
footer .link ul li a:hover,
.logo-copy ul li a:hover {
  opacity: 0.7;
}

@media screen and (max-width:1310px) {
.pc_1310 {
	display: none;
}
}
/*-----------------------------------------------------	*/
/*	for - 1100px以下の記述　*/
/*-----------------------------------------------------	*/

@media screen and (max-width:1100px) {
.pc_1310 {
	display: inline-block;
}
.pc_only {
	display: none;
}
/* language */
#language {
	position: fixed;
	top: 15px;
	right: 70px;
}
#language span {
	margin-left: 10px;
}
/* content */
.content_left .content_box,
.content_right .content_box,
.content_base .content_box,
.content_title_only .content_box,
.content_box_s {
	width: 96%;
}
	
.content_img,
.content2_img {
	width: 100%;
	height: auto;
}
.content_img img {
	width: 100%;
	height: auto;
	margin-bottom: -10px;
}
.content2_img img {
	width: 100%;
	height: auto;
}

/* button */
.button_box_1,
.button_box_2 {
	width: 90%;
}
	
.movie_box {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}
/* ------- footer ------- */
#footer_box {
	width: 96%;
}
.sitemap {
	width: 55%;
	float: left;
	min-height: 300px;
}
.sitemap_li {
	float: none;
}
.map_last {
	min-height: 300px;
}
.sitemap_li li {
	display: none;
}

.sitemap_li li.sitemap_title {
	display: block;
	margin-bottom: 10px;
}

footer .link {
	width: 41%;
	min-height: 300px;
}
}


/*-----------------------------------------------------	*/
/*	for - 700px以下の記述　*/
/*-----------------------------------------------------	*/

@media screen and (max-width:700px) {
.sp_only {
	display: inline;
}
.pc-tb {
	display: none;
}
/* language */
#language {
	position: fixed;
	top: 12px;
	right: 70px;
}
/* content */
.content_right .cover_01 {
	padding-left: 30px;
}
.content_left .cover_01 {
	padding-right: 30px;
}
.content_left .cover_01_l {
	width: 85%;
	padding-right: 30px;
}
.content_left .cover_02_l {
	width: 85%;
}

/* button */
.button_box_3_r {
	width: 49%;
	float: right;
}
	
.sitemap {
	width: 100%;
	border-right: none;
	min-height: 200px;
	margin-bottom: 30px;
}

footer .link {
	float: none;
	width: 100%;
	
}
footer .link ul {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}
footer .link .policy_link {
	width: 100%;
	position: static;
	text-align: right;
}
}




