@charset "UTF-8";

/* CSS Document */

/*==================================================

container
=================================================*/

html {
	background: #d7e7f4;
}
body {
    position: relative;
    left: 0;
}
#wrapper {
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0 auto;
}


/*==================================================

header
=================================================*/

header {
	width: 100%;
	position: -webkit-sticky;
    position: sticky;
	min-width: 100%;
	background-color: rgba(255, 255, 255, 1);
	top: 0;
	left: 0;
	z-index: 7!important;
	
	padding-top: 0;
	
	/* animation */
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
header.bg {
    background-color: rgba(255, 255, 255, 1);
}
#header-inner {
	width: 90%;
    max-width: 1200px;
	position: relative;
	margin: 0 auto;
    padding: 30px 0;
}

/* header PC */

#header-logo {
	width: 30%;
	max-width: 316px;
	position: absolute;
    
	line-height: 0;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%); 
	transform: translate(0, -50%);
	
	/* animation */
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	
	z-index: 5!important;
	
}

#header-inner ul {
    width: 65%;
    max-width: 480px;
    text-align: right;
    margin: 0 0 0 auto;
}
#header-inner ul li {
    width: 50%;
    display: inline-block;
}
#header-inner ul li a {
    width: 100%;
    display: block;
    color: #FFF;
    font-size: clamp(.9rem, 1.6vw, 1.6rem);
    text-align: left;
    font-weight: 700;
    border: 3px solid #0069ba;
    text-decoration: none;
    background-color: #0069ba;
    background-image: url("../../rn_image/arrow.png");
    background-position: right 15px center;
    background-repeat: no-repeat;
    background-size: 10px;
    padding: 8px .5em;
}
#header-inner ul li:nth-of-type(2) a {
    color: #0069ba;
    border: 3px solid #ffea00;
    background-color: #ffea00;
    background-image: url("../../rn_image/arrow_b.png");
}
#header-inner ul li a:hover {
    opacity: 1;
    color: #000;
    background-color: #FFF;
    background-image: url("../../rn_image/arrow_b.png");
}

/* header img */

#header-logo img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.sp-only {
    display: none;
}
.pc-only {
    display: block;
}

/*==================================================

contents
=================================================*/

.small-font {
	font-size: 55%;
}
.normal-font {
	font-size: 62.5%;
}
.large-font {
	font-size: 70%;
}
#top-image {
    width: 100%;
    position: relative;
    background-color: #4a9ed3;
    background-image: url("../../rn_image/top_img_bg.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin: 0 auto;
}
#top-image .top {
    width: 90%;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 6% 0 8%;
}
#top-image h1 {
    width: 50%;
    max-width: 630px;
    color: #FFF;
    font-size: clamp(2rem, 11vw, 11rem);
    text-align: center;
    line-height: 120%;
    margin: 0 auto;
}
#top-image h1 strong {
    display: inline-block;
    color: #ffea00;
    margin-left: .5em;
}
#top-image p {
    width: 100%;
    color: #FFF;
    font-size: clamp(1.4rem, 1.8vw, 1.8rem);
    text-align: center;
    line-height: 220%;
    margin-top: 30%;
}
#top-image img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

#contents {
	width: 100%;
	position: relative;
    overflow: hidden;
    background-color: #f2f7fe;
    background-image: url("../../rn_image/bg_l.png"),url("../../rn_image/bg_r.png");
    background-position: left top,right top;
    background-repeat: repeat-y;
    background-size: 15%;
	margin: 0 auto;
	z-index: 5!important;
}
#contents img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

#contents .message {
    width: 100%;
    background-color: #0069ba;
}
#contents .message .inner {
    width: 90%;
    max-width: 1200px;
    position: relative;
    color: #FFF;
    margin: 0 auto;
    padding: 80px 0;
}
#contents .message .txt {
    width: 100%;
    position: relative;
    padding: 1em 0;
    z-index: 2;
}
#contents .message .txt p {
    font-size: clamp(1.6rem, 2.8vw, 2.8rem);
    text-shadow: 0 0 10px #0069ba;
    line-height: 200%;
}
#contents .message .txt p strong {
    display: inline-block;
    color: #ffea00;
}
#contents .message .pict {
    width: 464px;
    max-width: 464px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}
#contents .message .pict img {
    width: 100%;
	max-width: 100%;
	height: auto;
}
#contents .item {
    width: 100%;
	background-image: url("../../rn_image/bg.png");
    background-position: left top;
    background-repeat: repeat;
    background-size: auto;
    padding-bottom: 100px;
}
#contents .item ul {
    width: 90%;
	max-width: 860px;
    margin: 0 auto;
}
#contents .item ul li {
    padding-top: 60px;
}
#contents .item ul li .md-open {
    cursor: pointer;
}

#contents .item ul li p {
    font-size: 1.4rem;
    text-align: right;
    margin-top: .5em;
}

.footer-item {
    width: 100%;
    position: relative;
    padding: 80px 0;
}


.link-item {
    width: 100%;
    color: #FFF;
    text-align: center;
    background-color: #0069ba;
    padding: 80px 5% 0;
}

.link-item a {
    width: 90%;
    max-width: 395px;
    display: inline-block;
    font-size: clamp(1.4rem, 2vw, 2rem);
    color: #FFF;
    text-align: center;
    font-weight: 700;
    background-color: #003a90;
    background-image: url("../../rn_image/arrow.png");
    background-position: right 30px center;
    background-repeat: no-repeat;
    background-size: auto;
    text-decoration: none;
    padding: 1.2em 1.8em;
}
.link-item a:nth-of-type(2) {
    color: #0069ba;
    background-color: #ffea00;
    background-image: url("../../rn_image/arrow_b.png");
}
.link-item a:hover {
    opacity: 1;
    color: #000;
    background-color: #FFF;
    background-image: url("../../rn_image/arrow_b.png");
}


.fl-box {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	
	margin: 0 auto;
}
.anchor-item {
	width: 1px;
	height: 1px;
	position: absolute;
	top: -120px;
	left: 0;
}


/* 印刷時 */

@media print {
	header {
		position: absolute;
	}
}

/*==================================================

button
=================================================*/

/* ボタン */

.button {
	width: 100%;
	max-width: 660px;
	display: block;
	position: relative;
	cursor: pointer;
	font-size: 3rem;
	color: #FFF;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	font-weight: 500;
	background-color: #F00;
    background-image: url("../../rn_image/arrow.png");
    background-position: right 30px center;
    background-repeat: no-repeat;
    background-size: auto;
	border: 3px solid #ff0000;
    margin: 60px auto 0;
	padding: 1em 1em;
}
.button:hover {
    opacity: 1;
    color: #F00;
    background-color: #FFF;
}
.button.hb {
    margin: 0 auto 0;
    -webkit-transform: translate(0, -50%); 
    transform: translate(0, -50%);
}

[class^="button"] {
	
	/* animation */
	
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

/*==================================================

map
=================================================*/

.map {
	width: 100%;
	height: 380px;
	position: relative;
	overflow: hidden;
	margin: 0;
}
.map iframe,
.map object,
.map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*==================================================

table
=================================================*/

.data-tstyle {
	width: 100%;
	line-height: 180%;
	background-color: #FFF;
}
.data-tstyle.ce {
	text-align: center;
}
.data-tstyle th {
	width: 20%;
	color: #FFF;
	text-align: center;
	font-weight: normal;
	background-color: #381c40;
	border-bottom: 1px solid #EEE;
	white-space: nowrap;
	padding: 1em;
}
.data-tstyle tr:nth-of-type(odd) {
	background-color: #EEE;
}
.data-tstyle th span {
	font-size: 1rem;
	color: #F00;
}
.data-tstyle td {
	padding: 1em;
}
.data-tstyle td span {
	font-size: 1.4rem;
	color: #F00;
}


/*==================================================

footer
=================================================*/

.pagetop {
	width: 150px;
	height: 45px;
	position: fixed;
	right: -150px;
	bottom: 100px;
	z-index: 1001!important;
	
	/* animation */
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.pagetop-visible {
	right: 0;
}
#footer-pagetop {
	width: 100%;
	max-width: 49px;
	text-align: center;
	margin: 5% auto 0;
}

footer {
	width: 100%;
    position: relative;
    background-color: #0069ba;
    z-index: 6!important;
    padding: 80px 0;
}
.footer-logo {
	width: 90%;
    margin: 0 auto;
}
.footer-logo h1 {
	max-width: 180px;
    margin: 0 auto;
}
.footer-logo p {
	text-align: center;
    margin: 20px 0;
}
#copyright {
    width: 100%;
	font-size: 1.4rem;
	color: #FFF;
	line-height: 180%;
	text-align: center;
    margin: 0 auto;
}

/* footer img */

footer img,#footer-pagetop img {
	width: 100%;
	max-width: 100%;
	height: auto;	
}


/*==================================================

size m
=================================================*/


@media only screen and (min-width:1px) and (max-width: 768px) {
	
	#wrapper {
		width: 100%;
		min-width: 100%;
	}
	
	/*==================================================
	
	header
	=================================================*/
	
    #header-logo {
        width: 32%;
        max-width: 180px;
    }
    #header-inner {
        width: 95%;
        padding: 15px 0;
    }
    #header-inner ul {
        width: 65%;
    }
    #header-inner ul li a {
        text-align: center;
        background-image: none;
        padding: 4px 0;
    }
    #header-inner ul li:nth-of-type(2) a {
        background-image: none;
    }
    #header-inner ul li a:hover {
        background-image: none;
    }

    /* header PC */

	.sp-only {
		display: block;
	}
	.pc-only {
		display: none;
	}
	
	/*==================================================
	
	contents
	==================================================*/
	
    #top-image {
        width: 100%;
        position: relative;
        background-color: #4a9ed3;
        background-image: url("../../rn_image/top_img_bg.png");
        background-position: center top;
        background-repeat: no-repeat;
        background-size: 180% auto;
        margin: 0 auto;
    }
    #top-image .top {
        width: 90%;
        max-width: 1200px;
        position: relative;
        margin: 0 auto;
        padding: 10% 0;
    }

    #contents {
        width: 100%;
        position: relative;
        margin: 0 auto;
        z-index: 5!important;
    }

    #contents .message .inner {
        width: 90%;
        max-width: 1200px;
        position: relative;
        color: #FFF;
        margin: 0 auto;
        padding: 0;
    }
    #contents .message .txt {
        width: 100%;
        position: relative;
        padding: 2em 0;
        z-index: 2;
    }
    #contents .message .txt p {
        text-align: center;
        text-shadow: 0 0 10px #0069ba;
        line-height: 200%;
    }
    #contents .message .txt p strong {
        display: inline-block;
        color: #ffea00;
    }
    #contents .message .pict {
        width: 60%;
        max-width: 464px;
        position: relative;
        right: 0;
        bottom: 0;
        margin: 0 auto;
        z-index: 1;
    }
    #contents .message .pict img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    #contents .item {
        width: 100%;
        background-image: url("../../rn_image/bg.png");
        background-position: left top;
        background-repeat: repeat;
        background-size: auto;
        padding-bottom: 10%;
    }
    #contents .item ul li {
        padding-top: 6%;
    }
    #contents .item ul li p {
        font-size: 1rem;
        text-align: left;
        margin-top: .5em;
    }

    .footer-item {
        width: 100%;
        position: relative;
        padding: 8% 0;
    }

    .link-item {
        width: 100%;
        background-image: none;
        padding: 8% 5% 0;
    }

    .link-item a {
        width: 100%;
        text-decoration: none;
        margin: 2% auto;
        padding: 1em 1em;
    }
    .link-item a:hover {
        opacity: 1;
        color: #000;
        background-color: #FFF;
    }
    
    
	.anchor-item {
		top: -80px;
	}
	.button {
        font-size: 1.8rem;
        background-size: 12px;
        margin: 6% auto 0;
        padding: .8em 1em;
    }
    .button.hb {
        margin: 0 auto;
        -webkit-transform: translate(0, 0); 
        transform: translate(0, 0);
    }
	
	/*==================================================
	
	map
	==================================================*/
	
	.map {
		width: 100%;
		height: 350px;
		margin: 5% 0 0;
	}
	
	/*==================================================
	
	table
	==================================================*/
	
	.data-tstyle {
		border: none;
	}
	.data-tstyle th {
		width: 100%;
		display: block;
        color: #381c40;
		background-color: #EEE;
		border: none;
		padding: 12px;
	}
	.data-tstyle td {
		width: 100%;
		display: block;
		border: none;
		padding: 12px;
	}
	.data-tstyle tr:nth-of-type(odd) {
		background-color: transparent;
	}
	
	
	
	/*==================================================
	
	footer
	=================================================*/
	
    .pagetop {
        bottom: 100px;
    }
	.pagetop-visible {
		right: -100px;
	}
	footer {
        width: 100%;
        position: relative;
        z-index: 6!important;
        margin: 0;
        padding: 8% 0 100px;
    }
    .footer-logo {
        width: 90%;
        margin: 0 auto;
    }
    .footer-logo h1 {
        max-width: 180px;
        margin: 0 auto;
    }
    .footer-logo p {
        text-align: center;
        margin: 5% 0 0;
    }
    #copyright {
        width: 100%;
        font-size: 1.4rem;
        line-height: 180%;
        text-align: center;
        margin: 0 auto;
    }
	
}

/*==================================================

size s
==================================================*/

@media only screen and (min-width:1px) and (max-width: 568px) {
	
	
	/*==================================================
	
	header
	==================================================*/

		
	/*==================================================
	
	Navi
	==================================================*/
	
	
	/*==================================================
	
	contents
	==================================================*/
	
	
	/*==================================================
	
	footer
	==================================================*/
	

}

@media only screen and (min-width:1px) and (max-width: 480px) {
	
	
	/*==================================================
	
	header
	==================================================*/

	
	/*==================================================
	
	Navi
	==================================================*/
	
	
	/*==================================================
	
	contents
	==================================================*/
	
	
	/*==================================================
	
	table
	==================================================*/
	
	
	/*==================================================
	
	footer
	==================================================*/
	
	
}