@charset "utf-8";
p, h1, h2, ul, dl, dd, body, form {
    padding: 0px;
    margin: 0px;
}
img {
    border: none;
    vertical-align: top;
}
#all {
    line-height: 1.7;
    /* [disabled]font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif; */
    font-family: 'Noto Serif JP', serif;
    color: #333333;
    position: relative;
}
header {
    position: fixed;
    width: 100%;
    left: auto;
    right: auto;
    top: 0px;
    bottom: 90px;
    height: 90px;
    z-index: 2;
}
header .inner {
    background-color: hsla(0,0%,100%,0.80);
    overflow: hidden;
    top: 0px;
    bottom: 90px;
    left: auto;
    right: auto;
}
nav {
    padding-top: 90px;
    margin-left: 0px;
}
#nav-toggle {
    width: 30px;
    height: 26px;
    position: absolute;
    top: 30px;
    left: 15px;
    cursor: pointer;
}
#nav-toggle span {
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    right: 0px;
    background-color: #1995AD;
    transition: 0.3s;
}
#nav-toggle span:nth-child(1) {
    top: 0px;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}
#nav-toggle.open span:nth-child(1) {
    top: 11px;
    transform: rotate(315deg);
}
#nav-toggle.open span:nth-child(2) {
    width: 0;
    left: 50%;
}
#nav-toggle.open span:nth-child(3) {
    top: 11px;
    transform: rotate(-315deg);
}	
header .title  {
    position: absolute;
    right: 26px;
    top: 15px;
}

nav ul {
    background-color: rgba(25,149,173,0.90);
    padding: 80px 10px;
    display: none;
    overflow: hidden;
}

nav li {
    margin: 0 auto;
    float: none;
    width: 375px;
    list-style-type: none;
}
main  {
    display: block;
}
.mainimage img {
    height: auto;
    width: 100%;
}
.mainimage-dt  {
    display: none;
}

.sec0 h1 {
    margin-top: 100px;
    text-align: center;
}
.sec0 p {
    margin-top: 157px;
    text-align: center;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
}
.sec1 {
    background-color: #FCF9F6;
}
.sec1 h1  , .sec2 h1, .sec3 h1, .sec4 h1 , .sec5 h1{
    margin: 0 auto;
    text-align: center;
    padding-top: 120px;
}
.sec1 .title , .sec2 .title, .sec3 .title, .sec4 .title, .sec5 .title{
    margin: 10px auto 0px;
    width: 300px;
}
.sec1 .inner {
    margin: 100px auto 0px;
}
.sec1 .slide p {
    float: left;
    height: 160px;
    display: inline-block;
    text-align: center;
    z-index: 0 value;
    position: relative;
}

.sec1 .slide-pg .selected {
    background-color: #F3E9E9;
}
.sec1 .slide-pg {
    margin-top: 10px;
    margin-right: 0;
    margin-left: 0;
    text-align: center;
}
.sec1 .slide-pg a {
    margin-top: 0;
    margin-right: 7px;
    margin-left: 7px;
    margin-bottom: 0;
    background-color: white;
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50%;
}
.sec1 .slide-pg span {
    display: none;
}
.sec1 .discript {
    margin-top: 98px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    width: 320px;
    padding-bottom: 58px;
}
.sec2 .discript {
    width: 320px;
    margin-top: 69px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
}
.sec2 .photo {
    margin: 0 auto;
    width: 250px;
}

.sec2 .button {
    margin-top: 40px;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
    width: 120px;
}
.sec3 {
    background-color: #FCF9F6;
}
.sec3 .inner {
    width: 328px;
    padding-top: 48px;
    margin: 0 auto;
    padding-bottom: 58px;
}
.sec3 .question {
    padding-top: 3px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 3px;
    background-color: #F3E9E9;
    border-collapse: collapse;
    border-bottom: 1px solid white;
    font-size: medium;
}
.sec3 .answer {
    padding-top: 3px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
    display: none;
    background-color: white;
    font-size: small;
}
.sec3 a {
    list-style-type: none;
    text-decoration: none;
    color: #1995AD;
}

.sec4 .photo {
    width: 130px;
    margin-top: 69px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;
}
.sec4 .discript {
    margin: 0 auto;
    width: 320px;
}
.sec4 .button {
    width: 120px;
    margin-top: 56px;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
}
.sec5 {
    background-color: #FCF9F6;
}

.sec5 .inner {
    margin: 0 auto;
    padding-top: 59px;
    padding-bottom: 124px;
    text-align: center;
    text-decoration: none;
    color: #333;
}
.sec5 a {
    text-decoration: none;
    color: #1995AD;
}
.sec5 .text_s {
	font-size: 80%;
}
.sec5 .gotop {
    padding-top: 54px;
    width: 54px;
    padding-left: auto;
    position: absolute;
    right: 24px;
}
footer {
    background-color: #1995AD;
    padding-top: 35px;
    padding-bottom: 35px;
    color: #fff;
    text-align: center;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    _::-webkit-full-page-media, _:future, :root body {
        background-color: #FFFFFF;
    }
}
@media (min-width:640px){
.mainimage-dt {
    display: block;
}
.mainimage-dt img {
    width: 100%;
    height: auto;
}
.mainimage {
    display: none;
}
.sec0 h1 {
    font-size: x-large;
}

.sec1 h1, .sec2 h1, .sec3 h1, .sec4 h1, .sec5 h1 {
    font-size: x-large;
}
.sec1 .discript   , .sec2 .discript, .sec4 .discript{
    width: 430px;
    min-height: 0px;
}
.sec3 .inner {
    width: 480px;
}


}
