﻿#contents {
    /* margin-bottom: -80px; */
    background: url(../images/common/bg_top.png), url(../images/common/bg_footer.png);
    background-position: center top 3.2em, center bottom;
    background-size: 100%, 100%;
    background-repeat: no-repeat, no-repeat;
}

#header .con_pagetitle .box_title .inner h2 {
    font-size: 240%;
}

@media only screen and (max-width: 767px) {
    #header .con_pagetitle .box_title .inner h2 {
        font-size: 200%;
    }
    #header .con_pagetitle .box_title .inner h2 br:nth-child(2) {
        display: none;
    }
}

#footer_banner {
    display: none;
}

.con_intr .box_intr,
.con_intr .box_icon,
.box_pnav,
.box_menu,
.con_voice,
.con_car {
    position: relative;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto ;
}

@media only screen and (max-width: 1199px) {

    .con_intr .box_intr,
    .con_intr .box_icon,
    .box_pnav,
    .con_voice,
    .con_car {
        width: 91.66667%
    }
}

.con_intr .box_intr:after {
    content: "";
    display: table;
    clear: both
}

.con_intr {
    background: url(../images/common/bg_intr.png) no-repeat;
    background-size: cover;
    padding: 80px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.con_intr .box_intr .wrp_intr {
    width: 100%;
}

.con_intr .box_intr .wrp_intr .st_intr {
    letter-spacing: .44em;
    line-height: 1.6;
    font-family: 'Noto Serif JP', "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
    font-size: 150%;
}

.con_intr .box_intr .wrp_intr .st_intr span {
    color: #ceb132
}

.con_intr .box_intr .wrp_intr .txt {
    line-height: 2.4;
    margin-top: 20px;
    font-size: 100%;
}

.con_intr .box_intr .wrp_intr .txt li {
    /* list-style-type: inherit;
    list-style-position: inside; */
    padding-left: 1em;
    text-indent: -1em;
}


.digest {margin: 50px auto 80px; gap: 20px;}

.digest li figure {
    display: block;
    max-width: 134px;
    text-align: center;
}

.digest li figure figcaption {
    margin-top: 10px; font-size: 86%; text-align: center;
}

.balloon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 22px;
    max-width: 688px; width: 100%;
    margin: auto;
}

.balloon img {
    max-width: 70px;
    height: 100%;
    /* border: 3px solid #f6d48a;
    border-radius: 50%; */
}

/* .balloon figcaption{
    font-size: 86%;
} */

.balloon .txt {
    max-width: 500px;
}

.balloon dl {
    position: relative;
    font-size: 92%;
    margin: 3px 0 0;
    padding: .8em 1em;
    border-radius: 5px;
    background-color: #f6d48a;
    color: #000000;
}

.balloon dl::before {
    position: absolute;
    left: -14px; top: 0; right: auto; bottom: 0;
    width: 15px;
    height: 30px;
    background-color: #f6d48a;
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
    content: '';
    margin: auto;
}

.balloon dt {
    /* color: #f6d48a; */
    /* font-size: 140%; */
    font-weight: bold;
    margin-bottom: 0.4em;
    padding-bottom: 0.4em;
    border-bottom: 1px solid #000;
}


.con_intr .box_intr .box_photo {
    position: absolute;
    top: -24px;
    right: 0;
    overflow: hidden;
    width: 46.66667%
}

.con_intr .box_intr .box_photo li {
    float: right;
    /* width: 42.5% */
}

.con_voice {
    padding: 80px 0 120px;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.con_voice .sec_2col {
    display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.con_voice .sec_2col section {
    width: 48%;
}

.con_voice section {
    margin-top: 40px
}

.con_voice section {
    margin-top: 40px
}


/* .con_voice section:nth-of-type(n+2){
    margin-top: 40px
} */

.con_voice .box_ttl {
    color: #fff;
    font-size: 160%;
    text-align: center;
    font-weight: 400;
}

.con_voice .box_ttl .num {
    display: block;
    width: 1em;
    margin: 0 auto 10px;
    padding: 0 16px;
    line-height: 1.6;
    background: #ceb132;
    color: #000;
    font-size: 110%;
    font-weight: 400;
    font-style: italic;
}

.con_voice .box_txt {
    color: #fff;
    font-size: 100%;
    text-align: left;
    margin: 28px 40px 0;
}

.con_voice .sec_2col .box_txt {
    margin: 28px 22px 0;
}

.con_voice .ttl_txt {
    color: #fff;
    font-size: 130%;
    text-align: center;
    margin-top: 1em;
}

.con_voice .box_txt li {
    margin-bottom: 0.6em;
    padding-left: 1em;
    text-indent: -1em;
}

.con_voice .box_txt p a {
    color: #ceb132;
}


.con_voice .bnr_area {
    margin: 60px auto; text-align: center;
}

.con_voice .bnr_area a {
    display: inline-block;
}

.con_voice .bnr_area a img {
    display: block;
    max-width: max-content;
    width: 100%;
}

.con_voice .bnr_area a img {
    transition: all .2s;
}

.con_voice .bnr_area a img:hover {
    opacity: .7;
}


.btn {max-width: 600px; width: 100%; margin: auto;}
.btn a {
    width: 100%;
    display: block;
    text-decoration: none;
    color: #000;
    background: #ceb132;
    padding: 1em 0;
    line-height: 1;
    position: relative;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #ceb132;
    -moz-transition: background .3s, color .3s;
    -o-transition: background .3s, color .3s;
    -webkit-transition: background .3s, color .3s;
    transition: background .3s, color .3s;
}
.btn a:hover {
    color: #ceb132;
    background: none;
}
.btn a:after {
    content: '→';
    text-align: center;
    color: #000;
    width: 1.8em;
    line-height: 1.8;
    border: 1px solid #000;
    -moz-border-radius: 1.8em;
    -webkit-border-radius: 1.8em;
    border-radius: 1.8em;
    font-size: 80%;
    position: absolute;
    top: 50%;
    right: 4%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transition: background .3s, border-color .3s, color .3s;
    -o-transition: background .3s, border-color .3s, color .3s;
    -webkit-transition: background .3s, border-color .3s, color .3s;
    transition: background .3s, border-color .3s, color .3s;
}
.btn a:hover:after {
    border-color: #ceb132;
    background: none;
    color: #ceb132;
}

.wrp_voice .inr_voice {
    display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
    align-items: center;
    max-width: 1000px;
    width: 100%;
    margin: 40px auto 0;
}

.wrp_voice .inr_voice li {
    display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
    width: 100%
}

.wrp_voice .inr_voice img {
    max-width: 320px;
    width: 100%;
}

.wrp_voice .inr_voice dl {
    width: 64%
}

.wrp_voice .inr_voice dt {
    color: #f6d48a;
    font-size: 140%;
    margin-bottom: 0.6em;
    padding-bottom: 0.6em;
    border-bottom: 1px solid #f6d48a;
}

.wrp_voice .inr_voice dd {
    font-size: 110%;
}

.wrp_voice .inr_voice li:nth-child(n+2) {
    margin-top: 40px;
}

.wrp_past .inr_past ul {
    display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
/*	-webkit-justify-content: space-between;
	justify-content: space-between;*/
	-webkit-align-items: center;
	align-items: center;
    width: 100%;
    margin: 40px 0 0;
}

.wrp_past .inr_past li {
    width: 23%;
    margin-bottom: 32px;
    margin-right:2.66%;
    text-align:center;
}
.wrp_past .inr_past li:nth-child(4n){margin-right:0;}
.wrp_past .inr_past li a{text-decoration:none;transition:.3s;display:block;}
.wrp_past .inr_past li a:hover{opacity:0.7;}
.wrp_past .inr_past li a span{display:block;margin-bottom:10px;font-size:18px;}

#footer {
    margin-top: 0;
}


@media only screen and (min-width: 1200px) {
    .digest {display: flex; justify-content: space-between; flex-wrap: wrap;}
    .digest li{width: 49%;}
}


@media only screen and (max-width: 767px) {

    .digest {margin: 50px auto 50px; gap: 20px;}
    .balloon figcaption{
        font-size: 86%;
    }
    .digest li + li{margin-top: 16px;}
    #ptop {
        margin-top: 0;
    }
}


@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .con_intr .box_intr {
        position: relative
    }
    .con_intr .box_intr .wrp_intr {
        width: 100%;
    }
    .con_intr .box_intr .wrp_intr .st_intr {
        font-size: 147%
    }
    .con_intr .box_intr .wrp_intr .txt {
        line-height: 2.2
    }
    .con_intr .box_intr .box_photo {
        width: 30%
    }
    .con_intr .box_intr .box_photo li:last-child {
        display: none;
        width: 100%;
    }

    .con_intr .box_intr .box_photo li:last-child img {
        width: 100%;
        float: right;
        width: 50.35714%;
    }

    .con_voice .main_txt .st {
        font-size: 134%
    }
    .digest {margin: 50px auto 50px; gap: 20px;}
    .balloon figcaption{
        font-size: 86%;
    }
    .digest li + li{margin-top: 16px;}
}


@media only screen and (max-width: 767px) {

    .con_voice {
        width: 91.66667%;
        padding: 0 0 60px;
        margin-top: 3em;

    }
    .con_intr {
        padding: 8% 0;
    }
    .con_intr .box_intr .wrp_intr {
        float: none;
        width: 100%;
    }

    .con_voice .ttl_txt {
        font-size: 120%;
    }

    .wrp_voice .inr_voice li img,
    .wrp_voice .inr_voice li dl {
        max-width: 92%;
        width: 92%;
        margin: 0 auto;
    }

    .wrp_voice .inr_voice dt {
        font-size: 110%;
        margin-bottom: 0.6em;
        padding-bottom: 0.6em;
        border-bottom: 1px solid #f6d48a;
    }

    .wrp_voice .inr_voice dd {
        font-size: 100%;
    }

    .wrp_voice .inr_voice li dl:nth-child(n+2) {
        margin-top: 20px;
    }

    .wrp_voice .inr_voice li:nth-child(n+2) {
        margin-top: 20px;
    }

    .wrp_past .inr_past li {
        width: 48%;
        margin-bottom: 20px;
        margin-right:4%;
    }
    .wrp_past .inr_past li:nth-child(even) {
      margin-right:0;
    }
}


#graydisplay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%!important;
  height: 100%;
  background: rgba(0,0,0,0.45);
  z-index: 99999;
}

#graydisplay img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 94%;
  max-height: 94%;
  /* height: 94%; */
}

/* #graydisplay {
    content: "";
    position: absolute;
    background: url(images/close.png) no-repeat;
    top: 20px;
    right: 20px;
    width: 25px;
    height: 25px;
  } */


.voice-list-page{display:flex;justify-content:space-between;width:100%;padding:20px;margin-top:40px;margin-bottom:40px;border-top:1px solid #9a98a2;border-bottom:1px solid #9a98a2;box-sizing:border-box;}
.voice-list-page > li a{display:block;position:relative;font-size:18px;}
.voice-list-page > li.prev a{padding-left:30px;}
.voice-list-page > li.prev a::before{content: '←';text-align: center;color: #ceb132;line-height: 1.8;font-size: 120%;position: absolute;top: 50%;left:0;-moz-transform: translate(0, -50%);-ms-transform: translate(0, -50%);-webkit-transform: translate(0, -50%);transform: translate(0, -50%);transition:.3s ease;}
.voice-list-page > li.prev a:hover::before{left:-5%;}
.voice-list-page > li.next a{padding-right:30px;}
.voice-list-page > li.next a::before{content: '→';text-align: center;color: #ceb132;line-height: 1.8;font-size: 120%;position: absolute;top: 50%;right:0;-moz-transform: translate(0, -50%);-ms-transform: translate(0, -50%);-webkit-transform: translate(0, -50%);transform: translate(0, -50%);transition:.3s ease;}
.voice-list-page > li.next a:hover::before{right:-5%;}
