body {
    margin: 0;
    padding: 0;
 }
  /* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 500px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

.sp_br {
  display: none; 
}
@media screen and (max-width: 530px) {
  .sp_br {
    display: block; 
  }
}
.btn{
    text-align: center;
    padding-top: 15px;
    padding-bottom: 1px;
}
.btn img{
    width: 600px;
    text-align: center;
    padding: 10px;
    position: relative;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    max-width: 100%;
    box-sizing: border-box;
}
.center-line {
  width: 1000px;
  max-width: 100%;       /* 画面幅が1000px未満のときに自動で縮小 */
  margin: 40px auto;     /* 上下に40pxの余白を作り、左右autoで中央寄せ */
  border: none;          /* デフォルトの影付き枠線を削除 */
  height: 3px;           /* 線の太さ */
  background-color: #cec5ab; /* 線の色 */
}
@media (max-width: 500px){
    .center-line {
  max-width: 100%;       /* 画面幅が1000px未満のときに自動で縮小 */
  margin: 40px auto;     /* 上下に40pxの余白を作り、左右autoで中央寄せ */
  border: none;          /* デフォルトの影付き枠線を削除 */
  height: 3px;           /* 線の太さ */
  background-color: #cec5ab; /* 線の色 */
  width: 340px;
  
}
.btn img{
    width: 600px;
    text-align: center;
    padding: 10px;
    position: relative;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    max-width: 100%;
    box-sizing: border-box;
    margin-bottom: -40px;
}
}
.top{
    text-align: center;
    padding: 0px;
    position: relative;
        height: auto;
        text-align: center;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-top: -23px;
}
.top h1 img{
    position: relative;
    width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
    text-align: center;
    margin:  0 auto;
    padding: 0 auto;
    align-items: center;
    max-width: 100%;
    justify-content: center;
    object-fit: cover;
}

.sub{
    text-align: center;
    padding: 10px;
    position: relative;
        height: auto;
        text-align: center;
        padding-left: 30px;
        padding-right: 30px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: -20px;
        
}
.subbox{
    text-align: center;
    padding: 10px;
    width: 1000px;
    position: relative;
        height: auto;
        text-align: center;
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: -10px;
        margin-top: -70px;
}
.subbox h1 img{
    width: 700px;
    text-align: center;
    padding: 10px;
    width: 1000px;
    position: relative;
        height: auto;
        text-align: center;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
}
@media (max-width: 500px){
   .sub{
    text-align: center;
    padding: 10px;
    position: relative;
        height: auto;
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: -20px;
    
}
.subbox{
    text-align: center;
    padding: 10px;
    width: 1000px;
    position: relative;
        height: auto;
        text-align: center;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: -10px;
        margin-top: -20px;
}
.subbox h1 img{
    width: 700px;
    text-align: center;
    padding: 10px;
    width: 1000px;
    position: relative;
        height: auto;
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
}
} 
.hakuhan{
    text-align: center;
    padding: 10px;
    position: relative;
        height: auto;
        text-align: center;
        padding-left: 30px;
        padding-right: 30px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: -20px;
        background: linear-gradient(to left, #e6f8ff, #fffcfc);
}

.hakuhanbox{
    text-align: center;
    padding: 10px;
    width: 1100px;
    position: relative;
        height: auto;
        text-align: center;
        padding-top: 40px;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: -10px;
        margin-top: 20px;
}
.hakuhanbox h1{
    font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Yu Mincho", "MS PMincho", serif;
    font-size:45px;
    line-height: 45px;
    color: #027089;
}
.haku1{
    font-size: 30px;
    color: #027089;
}
.haku2{
    font-size: 35px;
    color: #707a6a;
}
.hakuhanbox h2 img {
    width: 450px;
    margin-top: 30px;
}
.haku{
    text-align: center;
    padding: 10px;
    width: 1050px;
    position: relative;
        height: auto;
        text-align: center;
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: -10px;
        margin-top: 20px;
        background-color: #ffffff;
        border-radius: 30px;
        margin-top: 50px;
}
.hakuhanbox h3{
    text-align: justify;
    font-size: 25px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 45px;
    font-family: "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN", "Hiragino Sans", "Meiryo", sans-serif;
    font-weight: 400;
    color: #16304c;
}
.hakuhanbox h4 img{
    width: 600px;
    margin-top: 30px;
    margin-bottom: 30px;
}
@media (max-width: 500px){
  .hakuhan{
    text-align: center;
    padding: 10px;
    position: relative;
        height: auto;
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: -20px;
        background: linear-gradient(to left, #e6f8ff, #fffcfc);
}

.hakuhanbox{
    text-align: center;
    padding: 10px;
    width: 1100px;
    position: relative;
        height: auto;
        text-align: center;
        padding-top: 1px;
        padding-left: 10px;
        padding-right: 10px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: -10px;
        margin-top: 20px;
}
.hakuhanbox h1{
    font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Yu Mincho", "MS PMincho", serif;
    font-size:35px;
    line-height: 30px;
    color: #027089;
}
.haku1{
    font-size: 18px;
    color: #027089;
}
.haku2{
    font-size: 25px;
    color: #707a6a;
}
.hakuhanbox h2 img {
    margin-top: 0px;
}
.haku{
    text-align: center;
    padding: 10px;
    width: 1050px;
    position: relative;
        height: auto;
        text-align: center;
        padding-top: 1px;
        padding-left: 10px;
        padding-right: 10px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: -10px;
        margin-top: 20px;
        background-color: #ffffff;
        border-radius: 10px;
        margin-top: 20px;
}
.hakuhanbox h3{
    text-align: justify;
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 35px;
    font-family: "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN", "Hiragino Sans", "Meiryo", sans-serif;
    font-weight: 400;
    color: #16304c;
}
.hakuhanbox h4 img{
    width: 600px;
    margin-top: 30px;
    margin-bottom: 10px;
} 
} 



.gaiyou{
    text-align: center;
    padding: 10px;
    position: relative;
        height: auto;
        text-align: center;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 40px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: -20px;
}

.gaiyoubox{
    text-align: center;
    padding: 10px;
    width: 1100px;
    position: relative;
        height: auto;
        text-align: center;
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: -10px;
        margin-top: 50px;
         border: 3.5px solid #acccd1;  /* 指定色の実線 */
  
  background-color: #ffffff;    /* 背景は白 */
}
.gaiyoubox h1{
    font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Yu Mincho", "MS PMincho", serif;
    font-size:45px;
    line-height: 45px;
    color: #027089;
    padding-top: 40px;
}
.gaiyoubox h2 img{
    width: 300px;
}
.gaiyoubox h3{
    font-size: 25px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 45px;
    font-family: "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN", "Hiragino Sans", "Meiryo", sans-serif;
    font-weight: 400;
}
.gaiyoubox h4 img{
    margin-top: 50px;
    width: 700px;
}
@media (max-width: 500px){
.gaiyou{
    text-align: center;
    padding: 10px;
    position: relative;
        height: auto;
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: -20px;
}

.gaiyoubox{
    text-align: center;
    padding: 10px;
    width: 1100px;
    position: relative;
        height: auto;
        text-align: center;
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: -10px;
        margin-top: 50px;
         border: 3.5px solid #acccd1;  /* 指定色の実線 */
  
  background-color: #ffffff;    /* 背景は白 */
}
.gaiyoubox h1{
    font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Yu Mincho", "MS PMincho", serif;
    font-size:25px;
    line-height: 45px;
    color: #027089;
    padding-top: 10px;
}
.gaiyoubox h2 img{
    width: 200px;
}
.gaiyoubox h3{
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 30px;
    font-family: "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN", "Hiragino Sans", "Meiryo", sans-serif;
    font-weight: 400;
    text-align: justify;
}
.gaiyoubox h4 img{
    margin-top: 50px;
    width: 700px;
}
}


.tiken{
    text-align: center;
    padding: 10px;
    position: relative;
        height: auto;
        text-align: center;
        padding-left: 30px;
        padding-right: 30px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: -20px;
}
.box1{
    text-align: center;
    padding: 10px;
    width: 900px;
    position: relative;
        height: auto;
        text-align: center;
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: -10px;
        margin-top: 50px;
  background-color: #fff7eb;    /* 背景は白 */
  border-radius: 20px;
}
.box1 h1{
    font-size: 40px;
    margin-top: 10px;
}
.box1 h2 img{
    width: 600px;
}
.box1 h3{
font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Sans", "Meiryo", sans-serif;
font-size: 20px;
text-align: justify;
line-height: 33px;
margin-top: -10px;
margin-bottom: -5px;
}
.box2{
    text-align: center;
    padding: 10px;
    width: 900px;
    position: relative;
        height: auto;
        text-align: center;
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: 40px;
        margin-top: 50px;
  background-color: #fff7eb;    /* 背景は白 */
  border-radius: 20px;
}
.syozaiti{
    text-align: center;
    padding: 10px;
    width: 750px;
    position: relative;
        height: auto;
        text-align: center;
        padding-top: 30px;
        padding-left: 50px;
        padding-right: 50px;
        padding-bottom: 30px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-top: 50px;
  background-color: #ffffff;    /* 背景は白 */
}
.syozaiti h1{
    font-family: "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN", "Hiragino Sans", "Meiryo", sans-serif;
    font-weight: 400;
    color: #16304c;
    font-size: 25px;
    text-align: justify;
    margin-top: -10px;
}
.box2 h3{
font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Sans", "Meiryo", sans-serif;
font-size: 20px;
margin-top: -1px;
margin-bottom: -15px;
}
@media (max-width: 500px){
    .tiken{
    text-align: center;
    padding: 10px;
    position: relative;
        height: auto;
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: -20px;
}
.box1{
    text-align: center;
    padding: 10px;
    width: 900px;
    position: relative;
        height: auto;
        text-align: center;
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: -10px;
        margin-top: 50px;
  background-color: #fff7eb;    /* 背景は白 */
  border-radius: 10px;
}
.box1 h1{
    font-size: 25px;
    margin-top: 10px;
}
.box1 h2 img{
    width: 600px;
}
.box1 h3{
font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Sans", "Meiryo", sans-serif;
font-size: 13px;
text-align: justify;
line-height: 25px;
margin-top: -10px;
margin-bottom: -5px;
}
.box2{
    text-align: center;
    padding: 10px;
    width: 900px;
    position: relative;
        height: auto;
        text-align: center;
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: 40px;
        margin-top: 30px;
  background-color: #fff7eb;    /* 背景は白 */
  border-radius: 10px;
}
.syozaiti{
    text-align: center;
    padding: 10px;
    width: 750px;
    position: relative;
        height: auto;
        text-align: center;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 10px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-top: 20px;
  background-color: #ffffff;    /* 背景は白 */
  line-height: 28px;
}
.syozaiti h1{
    font-family: "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN", "Hiragino Sans", "Meiryo", sans-serif;
    font-weight: 400;
    color: #16304c;
    font-size: 16px;
    text-align: justify;
    margin-top: -10px;
    line-height: 35px;
}
.box2 h3{
font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Sans", "Meiryo", sans-serif;
font-size: 13px;
margin-top: 20px;
margin-bottom: 8px;
line-height: 23px;
}
}



.tikenbox{
    text-align: center;
    padding: 10px;
    width: 1000px;
    position: relative;
        height: auto;
        text-align: center;
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: -10px;
        margin-top: 20px;
        
}
.tikenbox h1{
    font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Yu Mincho", "MS PMincho", serif;
    font-size:45px;
    line-height: 45px;
    color: #027089;
    padding-top: 40px;
}
.tikenbox h2{
    font-size: 25px;
    text-align: justify;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 45px;
    font-family: "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN", "Hiragino Sans", "Meiryo", sans-serif;
    font-weight: 400;
    color: #16304c;
}
.tikesp1{
    color: #d6952b;
}
.tikesp{
    color: #1197b7;
}
.tikenbox h3 img{
    width: 800px;
}
.tikenbox h4 img{
    width: 1000px;
}

.sanka{
    text-align: center;
    padding: 10px;
    position: relative;
        height: auto;
        text-align: center;
        padding-left: 30px;
        padding-right: 30px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: -20px;
}

.sankabox{
    text-align: center;
    padding: 10px;
    width: 1100px;
    position: relative;
        height: auto;
        text-align: center;
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: -10px;
        margin-top: 20px;
}
.sankabox h1{
    font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Yu Mincho", "MS PMincho", serif;
    font-size:45px;
    line-height: 45px;
    color: #027089;
    padding-top: 40px;
    margin-bottom: 30px;
}
.sankabox h2 img{
    width: 1000px;
    text-align: center;
    padding: 10px;
    position: relative;
        height: auto;
        text-align: center;
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: 10px;
        margin-top: 20px;
        padding-bottom: 50px;
}
@media (max-width: 500px){
    .tikenbox{
    text-align: center;
    padding: 10px;
    width: 1000px;
    position: relative;
        height: auto;
        text-align: center;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: -10px;
        margin-top: -20px;
        
}
.tikenbox h1{
    font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Yu Mincho", "MS PMincho", serif;
    font-size:25px;
    line-height: 45px;
    color: #027089;
    padding-top: 0px;
}
.tikenbox h2{
    font-size: 18px;
    text-align: justify;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 35px;
    font-family: "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN", "Hiragino Sans", "Meiryo", sans-serif;
    font-weight: 400;
    color: #16304c;
}
.tikesp1{
    color: #d6952b;
}
.tikesp{
    color: #1197b7;
}
.tikenbox h3 img{
    width: 800px;
}
.tikenbox h4 img{
    width: 1000px;
}

.sanka{
    text-align: center;
    padding: 10px;
    position: relative;
        height: auto;
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: -20px;
}

.sankabox{
    text-align: center;
    padding: 10px;
    width: 1100px;
    position: relative;
        height: auto;
        text-align: center;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: -10px;
        margin-top: -20px;
}
.sankabox h1{
    font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Yu Mincho", "MS PMincho", serif;
    font-size:25px;
    line-height: 45px;
    color: #027089;
    padding-top: 0px;
    margin-bottom: 30px;
}
.sankabox h2 img{
    width: 1000px;
    text-align: center;
    padding: 10px;
    position: relative;
        height: auto;
        text-align: center;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 0px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: 10px;
        margin-top: 20px;
        padding-bottom: 0px;
}
}

.nagare{
    text-align: center;
    padding: 10px;
    position: relative;
        height: auto;
        text-align: center;
        padding-left: 30px;
        padding-right: 30px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: -20px;
        background-color: #f8ffff;
}

.nagarebox{
    text-align: center;
    padding: 10px;
    width: 1100px;
    position: relative;
        height: auto;
        text-align: center;
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: -10px;
        margin-top: 20px;
}
.nagarebox h1{
    font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Yu Mincho", "MS PMincho", serif;
    font-size:45px;
    line-height: 45px;
    color: #027089;
    padding-top: 40px;
    padding-bottom: 30px;
}
.nagarebox h2 img{
    width: 1000px;
    text-align: center;
    padding: 10px;
    position: relative;
        height: auto;
        text-align: center;
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: 40px;
        margin-top: 20px;
}
.nagarebox h3 img{
    width: 600px;
}

.q{
    text-align: center;
    padding: 10px;
    position: relative;
        height: auto;
        text-align: center;
        padding-left: 30px;
        padding-right: 30px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: 60px;
}

.qbox{
    text-align: center;
    padding: 10px;
    width: 1100px;
    position: relative;
        height: auto;
        text-align: center;
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: -10px;
        margin-top: 20px;
}
.qbox h1{
    font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Yu Mincho", "MS PMincho", serif;
    font-size:45px;
    line-height: 45px;
    color: #027089;
    padding-top: 40px;
    padding-bottom: 50px;
}
.qbox h2 img{
    width: 1000px;
    text-align: center;
    padding: 10px;
    position: relative;
        height: auto;
        text-align: center;
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: -10px;
        margin-top: 20px;
}

@media (max-width: 500px){
.nagare{
    text-align: center;
    padding: 10px;
    position: relative;
        height: auto;
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: -20px;
        background-color: #f8ffff;
}

.nagarebox{
    text-align: center;
    padding: 10px;
    width: 1100px;
    position: relative;
        height: auto;
        text-align: center;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: -10px;
        margin-top: -20px;
}
.nagarebox h1{
    font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Yu Mincho", "MS PMincho", serif;
    font-size:25px;
    line-height: 45px;
    color: #027089;
    padding-top: 40px;
    padding-bottom: 30px;
}
.nagarebox h2 img{
    width: 1000px;
    text-align: center;
    padding: 10px;
    position: relative;
        height: auto;
        text-align: center;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: 40px;
        margin-top: 20px;
}
.nagarebox h3 img{
    width: 600px;
}

.q{
    text-align: center;
    padding: 10px;
    position: relative;
        height: auto;
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: 60px;
}

.qbox{
    text-align: center;
    padding: 10px;
    width: 1100px;
    position: relative;
        height: auto;
        text-align: center;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: -10px;
        margin-top: 20px;
}
.qbox h1{
    font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Yu Mincho", "MS PMincho", serif;
    font-size:25px;
    line-height: 25px;
    color: #027089;
    padding-top: 40px;
    padding-bottom: 10px;
}
.qbox h2 img{
    width: 1000px;
    text-align: center;
    padding: 10px;
    position: relative;
        height: auto;
        text-align: center;
        padding-top: 10px;
        padding-left: 0px;
        padding-right: 0px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: -10px;
        margin-top: 20px;
}
}


/*生活向上WEBとは*/
.seikatu{
    text-align: center;
    padding: 10px;
    position: relative;
        height: auto;
        text-align: center;
        padding-left: 30px;
        padding-right: 30px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: 30px;
        background-color: #f2f5f9;
}
.seikatubox{
    text-align: center;
    padding: 30px;
    width: 1000px;
    position: relative;
        height: auto;
        text-align: center;
        padding-top: 10px;
        padding-left: 30px;
        padding-right: 30px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: -10px;
        margin-top: 20px;
}
.seikatubox h1{
    font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Yu Mincho", "MS PMincho", serif;
    font-size:45px;
    line-height: 45px;
    color: #027089;
    padding-top: 40px;
    padding-bottom: 20px;
}
.seikatubox h2 img{
    width: 500px;
}
.seikatubox h3 img{
    width: 1000px;
    padding-top: 50px;
}
.sese{
   text-align: center;
    padding: 10px;
    width: 800px;
    position: relative;
        height: auto;
        text-align: center;
        padding-top: 10px;
        padding-left: 30px;
        padding-right: 30px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: -10px;
        margin-top: 20px;
        background-color: #ffffff; 
        border-radius: 15px;
}
.sese h4{
    font-size: 23px;
    color: #081f5c;
    line-height: 40px;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 100;
}
@media (max-width: 500px){
    .seikatu{
    text-align: center;
    padding: 10px;
    position: relative;
        height: auto;
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: -20px;
        background-color: #f2f5f9;
}
.seikatubox{
    text-align: center;
    padding: 30px;
    width: 1000px;
    position: relative;
        height: auto;
        text-align: center;
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: -10px;
        margin-top: 20px;
}
.seikatubox h1{
    font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Yu Mincho", "MS PMincho", serif;
    font-size:25px;
    line-height: 45px;
    color: #027089;
    padding-top: 10px;
    padding-bottom: 20px;
}
.seikatubox h2 img{
    width: 500px;
}
.seikatubox h3 img{
    width: 1000px;
    padding-top: 50px;
}
.sese{
   text-align: center;
    padding: 10px;
    width: 800px;
    position: relative;
        height: auto;
        text-align: center;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: -10px;
        margin-top: 20px;
        background-color: #ffffff; 
        border-radius: 15px;
}
.sese h4{
    font-size: 18px;
    color: #081f5c;
    line-height: 32px;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 100;
}
}
/* お問合せ */
.ot{
    text-align: center;
    padding: 10px;
    position: relative;
        height: auto;
        text-align: center;
        padding-left: 30px;
        padding-right: 30px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-top: -10px;
        margin-bottom: -20px;
}
.otoiawaseboxbox{
    position: relative;
    height: auto;
    background-color: #ffffff;
    align-items: center;
    padding: 10px;
    text-align: center;
}
.otoiawasebox h1{
   font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Yu Mincho", "MS PMincho", serif;
    font-size:45px;
    line-height: 45px;
    color: #027089;
    padding-top: 40px;
    padding-bottom: 20px;
}
.otobox{
    background: linear-gradient(to left, #e6f8ff, #fffcfc);
    width: 800px;
    text-align: center;
    margin: 0 auto;
    align-items: center;
    max-width: 100%;
    justify-content: center;
    position: relative;
        height: auto;
        box-sizing: border-box;
        margin-bottom: 30px; 
}
.otobox .p1{
    text-align: center;
    font-size: 25px;
    margin-top: 15px;
    padding-top: 35px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 45px;
    color: #081f5c;
}
.otobox .p2{
    display: none;
}
.otoiawasebox h2{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 28px;
    color: #c491aa;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ ProN", "Hiragino Sans", "Meiryo", sans-serif;
    font-weight: 400;
}
.otoiawasebox h3{
    text-align: center;
    font-size: 80px;
    color: #bf3074;
    font-weight: bolder;
    margin-top: -20px;
    font-family: "Hiragino Sans", sans-serif;
}
.otoiawasebox h4{
    text-align: center;
    font-size: 25px;
    font-weight: 500;
    margin-top: -60px;
}
.otoiawasebox h5{
    text-align: center;
    font-size: 25px;
    font-weight: 500;
    margin-top: -10px;
}
  .otoiawasebox img{
    width: 80px;
    text-align: center;
    padding-right: 5px;
  }

  @media screen and (max-width: 768px) {
    .sp_br {
      display: block; 
    }
  }


  @media (max-width: 600px){
    .ot{
        padding-left: 10px;
        padding-right: 10px;
    }
    .otoiawasebox h1{
        font-size: 23px;
        margin-top: -50px;
        margin-bottom: 20px;

    }
    .otobox .p1{
        font-size: 18px;
    }
    .otobox{
        margin-top: -20px;
    }
    .otoiawasebox h2{
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .otoiawasebox h3{
        padding-top: 10px;
        font-size: 30px;
    }
    .otoiawasebox h4{
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    margin-top: -20px;
    margin-bottom: 10px;
}
.otoiawasebox h5{
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    margin-top: -30px;
    padding-top: -20px;
    margin-bottom: -10px;
    padding-left: 20px;
    padding-right: 20px;
    width: 300px;
    position: relative;
        height: auto;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
}
    .otoiawasebox img{
        width: 30px;
    }
    .otoiawasebox .p1{
        text-align: justify;
        font-size: 15px;
        margin-top: 15px;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
        line-height: 25px;
        position: relative;
        height: auto;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
    }
    .otobox .p1 span{
        display: inline-block;
    }
}
/*---スマホ時改行--*/
@media screen and (max-width: 500px) {
    .pc-br{display:none;}
    .sp-br{display:block;}
    }
/*---PC時改行--*/
@media screen and (min-width:500px){
    .pc-br{display:block;}
    .sp-br{display:none;}
    }

/* フッター */
.footerbox{
        position: relative;
            height: auto;
            text-align: center;
            padding-left: 20px;
            padding-right: 20px;
            margin: 0 auto;
            max-width: 100%;
            box-sizing: border-box;
            margin-bottom: 10px;
}
.footerbox .p-1{
    margin-top: 12px;
    text-align: center;
    font-size: 12px;
}
.footerbox .p-2{
    text-align: center;
    font-size: 12px;
    margin-bottom: 10px;
}
@media (min-width: 768px){
    .setumei{
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-bottom: 20px;
    }
}
@media (max-width: 800px){
    .footerbox .p-1{
        margin-top: 10px;
        text-align: center;
        font-size: 10px;
        margin-bottom: -5px;
    }
    .footerbox .p-2{
        text-align: center;
        font-size: 10px;
        margin-bottom: 8px;
    }
}
/* パソコンで見たときは"pc"のclassがついた画像 */
.pc {
    margin: 0 auto;
    display: block !important;
    width: 1000px;
 }
.sp { display: none !important; }
img { max-width: 100%;}
 
/* スマートフォンで見たときは"sp"のclassがついた画像 */
@media only screen and (max-width: 430px) {
    img { max-width: 100%; }
    .pc { display: none !important; }
    .sp { display: block !important; }
}

/* パソコンで見たときは"pc"のclassがついた画像 */
.pcc{
    margin: 0 auto;
    display: block !important;
    width: 1000px;
 }
.spp{ display: none !important; }
img { max-width: 100%;}
 
/* スマートフォンで見たときは"sp"のclassがついた画像 */
@media only screen and (max-width: 500px) {
    img { max-width: 100%; }
    .pcc{ display: none !important; }
    .spp{ display: block !important; }
}