@charset "UTF-8";

html {
    background: url(../image/bg.svg) no-repeat center top;
    height: 100vh;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
        font-feature-settings : "palt";
    vertical-align: baseline;
}

@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

body {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
    font-size: 14px;
    letter-spacing: 2px;
}

a {
    text-decoration: none;
    color: black;
}
a:hover{
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
    -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}


li {
    list-style: none;
}

.inner {
    position: relative;
    z-index: 2;

}

.pc { display: block !important; }
.sp { display: none !important; }

@media screen and (max-width: 769px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

.white_frame {
    background-color: #fff;
    padding: 30px;
    text-align: center;
    font-size: 20px;
    outline: 1px solid rgba(39, 60, 116, 0.5);
    outline-offset: -5px;
}

.fromLeftIn {
    transition: transform 1s ease,opacity 1s ease;
    transition: transform 1s ease,opacity 1s ease,-webkit-transform 1s ease,-moz-transform 1s ease,-o-transform 1s ease;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    opacity: 1;
}

/*header*/

header ul{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
        width: 90%;
    max-width: 1200px;
    margin: 0px auto;
    padding: 30px 0px;
    padding-bottom: 5px;
}

header ul a{
    display: inline-block;
    width: 20%;
    text-align: center;
}

header li{
    background-color: rgba(231, 45, 78, .9);
    color: #FFF;
    margin: 5px 0px;
    padding: 8px 15px;
    border-radius: 30px;
}

header{
    position: relative;
    z-index: 999;
    box-shadow: 0px 3px 3px;
}


.head_top {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    font-family: "Times New Roman",
    "游明朝",
    YuMincho,
    "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN",
    "メイリオ",
    Meiryo,
    serif;
    -ms-align-items: center;
    align-items: center;
    letter-spacing: 10px;
    line-height: 30px;
    justify-content: space-between;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.head_title {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    margin: 0 auto;
}

.head_title h1{
    font-size:30px;
    letter-spacing: 5px;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 3px;
}

.head_title h2{
    margin: 0;
    font-size:20px;
    margin-bottom: 5px;
}

.head_title img{
   width: 200px;
    height: 120px;
}

.top_logo {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    font-size: 14px;
}

.top_logo img {
    width: 70px;
    height: 60px;
    padding-right: 20px;
    padding-left: 10px;
}

.top_logo h1 {
    font-size: 14px;
}

.logo_text {
    font-size: 20px;
}

/*header*/

.top_img{
    width: 100%;
}

.invisible {
	transition: opacity 0.5s ease;
	opacity: 0.0;
}

.visible {
	transition: opacity 0.5s ease;
	opacity: 1.0;
}

/*footer*/

footer {
    padding-top: 25px;
    background-color: #FFF;
    color: #000;
    line-height: 30px;
}

footer nav {
    width: 68%;
    background-color: rgb(242,242,242);
    margin: 1%;
}

.footer_contents {
    width: 96%;
    max-width: 1260px;
    margin: 0px auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 320px;
    
}

.footer_row {
    width: 23%;
    margin: 10px;
}

.footer_row a {
    color: #fff;
    background-color: rgb(0,31,96);
    width: 60%;
    padding: 10px 0px;
    margin: 10px auto;
    display: block;
    text-align: center;
}

footer > p {
    text-align: center;
    background-color: rgb(0,31,96);
    margin-top: 0;
}

.banner_row2{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 50%;
    justify-content: space-around;
}

.banner_row{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}


.banner_row2 img{
    width: 95%;
    height: 90%;
}

.banner{
        width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.banner_row2>div{
        width: 100%;
}

.footer_logo{
    width: 18%;
    margin-top: 10px;
}

footer small{
    color: #FFF;
}

.foot_logo{
    text-align: center;
}

footer h3{
    font-size:14px;
    line-height: 35px;
    letter-spacing: 5px;
    text-align: center;
    margin-top: 5px;
}

footer .contact{
    background-color: #fff;
    margin: 10px 30px;
        font-size: 1.7em;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1;
    padding: 10px;
    font-weight: bolder;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

footer address{
    font-size:11px;
    font-style: normal;
    text-align: center;
}

footer .contact_row{
    padding: 0px 15px;
}

footer table{
    padding: 20px 5px 0px 5px;
    font-size:13px;
    margin: 0 auto;
}

footer td{
    padding: 0px 15px;
}

.footer_inner{
    border-top: 5px solid rgb(0,31,96);
    background-color: rgb(242,242,242);
}

footer .emergency{
    background-color: rgb(0,31,96);
    color: #FFF;
    text-align: center;
    padding-top: 20px;
    width: 27%;
    font-size:20px;
    line-height: 40px;
}
footer .emergency span{
    font-size:30px;
}

footer h4{
    font-size:23px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-top: 40px;
}

footer nav p{
    text-align: center;
}

.footer_row{
    width: 25%;
}

footer nav{
    width: 50%;
}

/*footer*/


article {
    background-color: rgb(255, 255, 255);
    opacity: 1;
}

.contents1 {
    position: relative;
    margin-top: -9px;
}


.contents1:after {
    content: '';
    display: block;
    background: #273c74;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;

}

.contents1:before {
    content: '';
    display: block;
    height: 3px;
    width: 100%;
    position: absolute;
    background: rgb(39, 60, 116);
    left: 0;
    top: -6px;

}
.emergency a{
    color: #FFF;
    background-color: rgb(0,46,138);
    display: block;
    margin: 10px 20px;
    padding: 10px 0px; 
    
}

h1.pink_font{
       color: #E72D4E;
    text-shadow: 3px 3px 2px #999999;
    font-size:35px;
    padding-bottom: 10px;
    padding-top: 5px;
}
