/*container
-----------------------------------------------------------*/

html {
	width: 100%;
	overflow-x: hidden;
}

body {
	min-width: 1000px;
}

#container {
	width: 100%;
	transform: translate3d(0, 0, 0);
	position: relative;
	top:0;
	left: 0;
	z-index: 0;
}


@media screen and (max-width: 999px) {
	
	html {
		overflow-x: scroll;
	}
	
}

@media screen and (max-width: 800px) {
	
	html {
		overflow-x: hidden;
	}
	body, #container {
		min-width: inherit;
	}
	
}

/*hbg
-----------------------------------------------------------*/

#hbg {
	position: fixed;
	top: 24px;
	right: 24px;
	width: 56px;
	height: 56px;
	cursor: pointer;
	z-index: 100;
}

#hbg div {
	position: absolute;
}

#hbg #circle {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: rgba(84,145,127,1);
}

#hbg #bars {
	top: 19px;
	left: 19px;
	width: 18px;
	height: 18px;
}

#hbg #top, #hbg #mid, #hbg #bot {
	left: 0;
	width: 18px;
	height: 2px;
	background-color: #fff;
}

#hbg #top { top: 0px; }
#hbg #mid { top: 8px; }
#hbg #bot { top: 16px; }


@media screen and (max-width: 800px) {
	
	#hbg {
        top: 12px;
        right: 12px;
        width: 48px;
        height: 48px;
    }

	#hbg #bars {
        top: 15px;
        left: 15px;
    }
	
}

/*twitter
-----------------------------------------------------------*/

#tw {
	position: fixed;
	top: 96px;
	right: 31px;
	width: 42px;
	height: 42px;
	z-index: 70;
	border-radius: 50%;
	background-color: rgba(23,161,239,1);
}

#tw a {
	display: block;
}

@media screen and (max-width: 800px) {
	
	#tw {
        top: 66px;
        right: 21px;
        width: 30px;
        height: 30px;
    }
	
}


/*nav
-----------------------------------------------------------*/

#navBg, #modalBg {
	display: none;
	position: fixed;
	top: -25vh;
	left: -25vw;
	width: 150vw;
	height: 150vh;
}

#navBg {
	background-color: rgba(84,145,127,1);
	z-index: 50;
}
#modalBg {
	background-color: rgba(0,0,0,0.8);
	z-index: 80;
}

nav {
	display: none;
	position: absolute;
	top: 60px;
	left: 50%;
	width: 900px;
	height: auto;
	margin-left: -450px;
	padding-left: 640px;
	padding-bottom: 60px;
	z-index: 60;
}

nav h1 {
	position: absolute;
	top: 0;
	left: -24px;
	width: 264px;
	height: 208px;
	background-image: url("../img/spr/nav_logo.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 264px 208px;
	text-indent: -9876px;
}

nav ul {
	display: inline-block;
	width: 240px;
}

nav ul:first-of-type {
	position: absolute;
	top: 0;
	left: 320px;
}

nav ul li {
	width: 240px;
	height: 28px;
	margin-bottom: 20px;
	color: #fff;
}

nav ul li a {
	height: 28px;
	color: #fff;
	padding-left: 20px;
	background-image: url("../img/bow.png");
	background-position: left top 8px;
	background-repeat: no-repeat;
	background-size: 10px 10px;
}

nav ul li a.under {
	margin-left: 20px;
}

nav ul h2 {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 185.71%;
	border: solid 1px #bad3cc;
	padding: 12px 20px;
	margin: 24px 0;
	font-weight: 400;
}

nav ul:last-of-type h2:first-of-type {
	margin: 0 0 24px;
}


@media screen and (max-width: 999px) {
	
	nav {
		top: 40px;
		left: 10%;
        width: 80%;
		margin-left: 0;
        padding-left: 0;
    }
	
	nav h1 {
		display: none;
	}

    nav ul {
        display: block;
        width: 100%;
    }

    nav ul:first-of-type {
        position: relative;
        left: 0;
    }

    nav ul li {
        width: 100%;
        height: 28px;
        margin-bottom: 16px;
    }

    nav ul li a {
        height: 28px;
    }

    nav ul h2 {
        padding: 10px 18px;
        margin: 20px 0 16px;
        font-weight: 400;
    }

    nav ul:last-of-type h2:first-of-type {
        margin: 20px 0 16px;
    }
	
	nav h1 {
		display: none;
	}
	
}

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

header {
	position: relative;
}

/*language
-----------------------------------------------------------*/

.lang {
	position: absolute;
	top: 16px;
	width: 40px;
	height: 40px;
}

.jp {
	left: 16px;
}

.en {
	left: 60px;
}

.lang a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	padding-top: 5px;
	border-radius: 50%;
	font-weight: 500;
}

.here {
	background-color: #54917f;
	color: #fff;
}

.trans {
	background-color: #fff;
	color: #444;
}

@media screen and (max-width: 800px) {
	
	.lang {
        top: 6px;
        width: 30px;
        height: 30px;
    }
	
    .lang a {
		font-size: 12px;
		font-size: 1.2rem;
        padding-top: 1px;
    }

    .jp {
        left: 6px;
    }

    .en {
        left: 39px;
    }
	
}

/*Wave
-----------------------------------------------------------*/

.wtw {
	width: 100%;
	height: 60px;
	background-image: url("../img/wtw.png");
	background-position: center top;
	background-repeat: repeat-x;
	background-size: 1920px 60px;
}

.wbw {
	width: 100%;
	height: 60px;
	background-image: url("../img/wbw.png");
	background-position: center bottom;
	background-repeat: repeat-x;
	background-size: 1920px 60px;
}

@media screen and (max-width: 800px) {
	
	.wtw, .wbw {
        height: 5vw;
        background-size: 160vw 5vw;
    }
	
}

@media screen and (max-width: 479px) {
	
	.wtw, .wbw {
        height: 6vw;
        background-size: 192vw 6vw;
    }
	
}


/*btn
-----------------------------------------------------------*/

.btn {
	display: inline-block;
	width: 288px;
	height: 72px;
	border-radius: 36px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 150%;
	padding-top: 22px;
}

.btnLines {
	padding-top: 10px!important;
	
}

.moveIn {
	background-color: #6a543b;
	background-image: url("../img/btn.png");
	background-position: right 12px center;
	background-repeat: no-repeat;
	background-size: 8px 10px;
}

.moveOut {
	background-color: #257387;
	background-image: url("../img/btn_out.png");
	background-position: right 16px center;
	background-repeat: no-repeat;
	background-size: 14px 14px;
}

.moveModal {
	background-color: #456;
	background-image: url("../img/btn_modal.png");
	background-position: right 16px center;
	background-repeat: no-repeat;
	background-size: 14px 12px;
}


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

footer {
	background-color: #9cbb1c;
	background-image: url("../img/footer_wave.png");
	background-position: center top;
	background-repeat: repeat-x;
	background-size: 1920px 60px;
	padding-top: 36px;
	margin-top: 80px;
}

footer h3 {
	width: 400px;
	margin: 0 auto;
}

footer p {
	width: 960px;
	margin: 16px auto 0;
	color: #fff;
	line-height: 200%;
}

footer #footerBottom {
	position: relative;
	width: 100%;
	height: 264px;
	background-image: url("../img/footer_bg.png");
	background-position: right top;
	background-repeat: no-repeat;
	background-size: 800px 264px;
	padding-top: 158px;
	margin-top: 48px;
}

footer #footerBottom #illust {
	position: absolute;
	bottom: 106px;
	left: 0;
	width: 375px;
}

footer #footerBottom #banners {
	position: absolute;
	top: 21px;
	right: 8px;
	width: 620px;
	height: 240px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: left;
    justify-content: left;
}

footer #footerBottom #banners li,
footer #footerBottom #banners div {
	width: 194px;
	height: 66px;
	margin: 0 12px 8px 0;
}

footer #footerBottom #banners li a {
	display: block;
	border: solid 1px #aaa;
}

footer #footerBottom #copyright {
	width: 100%;
	height: 106px;
	background-color: #fff;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 154.54%;
	padding: 30px 0 0 40px;
}

footer #footerBottom #copyright span {
	display: block;
	font-size: 10px;
	font-size: 1.0rem;
	margin-top: 10px;
}

@media screen and (min-width: 1280px) {

    footer #footerBottom #copyright .pc {
        display: none!important;
    }
	
}


@media screen and (max-width: 800px) {
	
	footer {
        background-size: 160vw 5vw;
        padding-top: 8vw;
		margin-top: 8vw;
    }

    footer h3 {
        width: 90%;
		max-width: 360px;
    }

    footer p {
        width: 90%;
        margin: 6px auto 0;
		font-size: 14px;
		font-size: 1.4rem;
    }

    footer #footerBottom {
        height: auto;
        background-image: none;
        padding-top: 2.5vw;
        margin-top: 32vw;
		background-color: #fff;
    }

    footer #footerBottom #illust {
        position: absolute;
        bottom: inherit;
		top: -32vw;
        left: 0;
        width: 96vw;
		margin: 0 auto;
    }

    footer #footerBottom #banners {
        position: relative;
        top: 4vw;
        right: 0;
        width: 100%;
        height: auto;
        -webkit-justify-content: center;
        justify-content: center;
    }

    footer #footerBottom #banners li {
        width: 42.5vw;
        height: auto;
        margin: 0 2.5vw 2.5vw 0;
    }
	
	footer #footerBottom #banners div {
		display: none;
	}

    footer #footerBottom #copyright {
		text-align: center;
        height: auto;
        line-height: 180%;
        padding: 7.5vw 5% 8px;
    }
	
}


@media screen and (max-width: 479px) {
	
	footer {
        background-size: 192vw 6vw;
        padding-top: 10vw;
    }
	
}

/*緊急情報
-----------------------------------------------------------*/

#breakingNews {
	display: none;
    justify-content: center;
    align-items: center;
	position: relative;
	width: 80%;
	max-width: 800px;
	margin: 0 auto;
	padding: 40px 0;
	z-index: 90;
}

#breakingNews #bkInner {
	width: 100%;
	padding: 36px;
	background-color: #fff;
	border-radius: 24px;
}

#breakingNews #bkInner h5 {
	text-align: center;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 150%;
	font-weight: 700px;
	color: #389548;
}

#breakingNews #bkInner .imgBox01 {
	width: 100%;
	max-width: 540px;
	margin: 24px auto 0;
}


#breakingNews #bkInner h6 {
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 150%;
	font-weight: 500px;
	margin: 32px 0 16px;
	color: #c63761;
}

#breakingNews #bkInner h5 span,
#breakingNews #bkInner h6 span {
	display: inline-block;
}

#breakingNews #bkInner p {
	margin-bottom: 4px;
	position: relative;
	padding-left: 1.1em;
}

#breakingNews #bkInner p span {
	display: inline-block;
	position: absolute;
	top:0;
	left: 0;
}

@media screen and (max-width: 800px) {
	
	#breakingNews {
        width: 90%;
        padding: 60px 0 36px;
    }
	
	#breakingNews #bkInner {
        padding: 3vw 3vw 4vw;
		border-radius: 3vw;
    }
	
	#breakingNews #bkInner h5 {
        font-size: 20px;
        font-size: 2rem;
    }

    #breakingNews #bkInner .imgBox01 {
        margin: 3vw auto 0;
    }


    #breakingNews #bkInner h6 {
        font-size: 16px;
        font-size: 1.6rem;
        margin: 4vw 0 2vw;
    }

    #breakingNews #bkInner p {
        margin-bottom: 3px;
	}

}

/*取り消し線
-----------------------------------------------------------*/
.line-through{
  text-decoration:line-through;
  color:red;
}
.line-through .info,
.line-through .pd{
  color:black;
}

.line-through span{
  color:black;
}
.red{
  color:red;
}
.line-through2{
  display: inline-block;
  position:relative;
}
.line-through2:after{
  content: "";
  border-bottom: 1px solid red;
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0.8em;
  left: 0;
}
