@charset "UTF-8";
@import url("grid.css");

*{
    word-break: normal;
  line-break: strict; /* 禁則処理を厳格に適用 */
  overflow-wrap: break-word; 
}

img {
	max-width:100%;
	height: auto;/*高さ自動*/
}
a {
    display:block;
    color: #666;
    text-decoration-line: none;
}
a:hover {
    
    filter: brightness(120%);
    cursor: pointer;
}

main {
/*    margin: 5rem 0 0 0;*/
}
section {
/*  margin: 5rem 0;
    padding: 3rem 0;*/
}

/*改行禁止*/
.nowrap {
display: inline-block;
}

.sp_on{
    display: none;
}

/*ヘッダー
-------------------------------------*/
.header {
}
.header-container{
    position: relative;
/*    padding: 2rem 0 0 0;*/
}
.header-line{
    position: absolute;
    width: 100%;
    height: 40px;
    top: 0;
    left: 0;
    background-color: #f08080;
    color: #FFF;
    font-size: 16px;
    padding: 1rem 2rem 0;
    z-index: 0;
}
.logo {
    position: absolute;
    right: 0;
    width: 20%;
    padding: 2em 0;
    background-color: #FFF;
    box-shadow: -1px 2px 3px rgba(0, 0, 0, .1);
    z-index:50;
    text-align: center;
    font-size: 10px;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
}
.logo img{
    width: 80%;
}

.title_box
{
    position: absolute;
    text-align: center;
    width: 100vw;
    margin-top: 120px;
    z-index:30;
}

.title_main
{
    font-size: 44px;
    font-weight: 800;
    letter-spacing: -0.05em;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,serif;
    margin-bottom: 20px;
}

.title_box img{
    width:50%;
    max-width: 360px;
}
.title_catch{
    font-size: 20px;
    font-weight: 400;
}

.box_onkv{ 
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(112,127,137,0.75);
}
.box_ontv_contents{
    width: 700px;
    display: flex;
    margin:  auto;
    text-align: center;
    color: white;
   font-size: 15px;
}
.box_onkv_left{
    width: 70%;
    padding-top: 25px ;
}
.box_onkv_left span{
    font-weight: bold;
}

.box_onkv_right{
   width: 240px;
   height: 80px;
   background-color: #c71585;
   text-align: center;
   padding-top: .5em;
   margin: 15px auto 15px 0;
}
.box_onkv_right span{
    display: inline;
    font-weight: bold;
    font-size: 1.5em;
}


/*メイン画像
-------------------------------------*/
.kv {
    display: inline-block;
    /*position: relative;*/
    /*margin-top: 30px;*/
}
.kv_img{
    width: 100vw;
    max-height: 540px;
    object-fit: cover;
    z-index: 5;
}


/*メインコンテンツ
-------------------------------------*/

.formbox
{
    background-image: url(../img/bk_res.png);
    background-size: cover;
    width: 100%;
    height:190px ;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, .3);
}

.formbutton
{
    background-color: #f08080;
    width: 400px;
    height: 76px;
    font-size: 20px;
    text-align: center;
    line-height: 76px;
    color: #FFF;
    font-weight: bold;
    border: solid 2px #FFF;
    border-radius:76px ;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .3);
}

/*イントロ
-------------------------------------*/
.catch {
    text-align: center; 
    background-color: #f08080;
    padding-top:1em ;
    padding-bottom: 1em;
    font-weight: bold;
    color: #FFF;
}
.catch h2 {
    padding-bottom: 0;
    margin-bottom: .5em;
    font-weight: bold;
    color: #888;
    background:linear-gradient(to right, #f08080 5%,#FFF 15%,#FFF 85%,#f08080 95%);
}
.under {
    border-bottom: 0.4rem solid #f08080;
    padding:0 1rem 1rem 1rem;
}
.center {
    text-align: center;
    margin-bottom: 4rem;
}

.intro p{
    font-size: 16px;
    line-height: 1.8em;
    margin-top: 2em;
    margin-bottom: 2em;
}
.intro h4{
    font-weight: bold;
    font-size: 18px;
    color: #f08080;
}

.intro_img {
    display: flex;
    justify-content: space-between;

}

.intro_img img{
    height: 160px;
    object-fit: cover;
}

.enpha{
    font-weight: bold;
}
.green{
    color:  #f08080;
}

/*このプログラムで得られるもの
-------------------------------------*/
.merit {
    text-align: center;
    margin-top: 40px;
    background-color: #FCF3EA;
}

.bkwhite{
    background-color: #FFF;
    margin-top: -10px;

}
.merit h2{
    background-color: #f08080;
    padding-top:2em ;
    padding-bottom: 2em;
    color: #FFF;
    font-size: 24px;
    font-weight: bold;
}

.numbering{
    position: relative;
    top: -30px;
    left: -300px;
    z-index: 30;
}
 .numbering img {
width: 134px;
 }

.merit h4{
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: bold;
}

.merit_container{
    margin-top: -120px;
    position: relative;

}


.container_merit_two{
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;

}

.merit_header{
    background-color: #f08080;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 30px;
}

.merit_header img {
    display: block;
    margin: 25px auto;
}

.merit_txt{
    text-align: left;
    font-size: 14px;
    line-height: 2em;
    padding-top: 20px;
}
.point3_up{
    padding-top: initial;
}
.merit_rslt{
    margin: 20px auto;
    background: rgba(255,255,255,0.8);
    font-size: 20px;
    font-weight: bold;
    color: #707F89;
    padding-top:1.5em;
    padding-bottom:1.5em;
    position: relative;
    z-index: 30;
}
.color2{
    background: rgba(255,239,222,0.8);
}

/*集大成イメージ
-------------------------------------*/
.total{
    text-align: center;
}
h2.total {
    color: #707F89;
    font-size: 24px;
    font-weight: bold;
    line-height: 2em;
    margin-top: 2em;
    margin-bottom: 1em;
    letter-spacing: 0.05em;
}
.total span {
    color:#f08080;
}
.total_rslt{
    font-size: 32px;
}
.total_img{
    display: flex;
    text-align: center;
}

.total_img img{
    height: 124px;
}

/*オーガナイザー紹介
-------------------------------------*/
.organizer{
    background-color: #BDD1C4;
    text-align: center;
    padding-top: 2em;
}
.organizer h2{
    color: white;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5em;
}
.container_organizer_two{
    display: flex;
    width: 80%;
    padding-bottom: 40px;

}
.container_organizer_two img {
    height: 132px;
    margin-right: 20px;
}
.container_organizer_two p{
    text-align: left;
    font-size: 14px;
    margin-top: 3em;
}


/*こんな方におすすめ
-------------------------------------*/
.recommend{
    position: relative;
    top: -134px;
}
.recommend_box{
    width: 680px;
    background-color: #FCF3EA;
}
.recommend_header{
    background-color: #F7B45A;
    text-align: center;
    color: #FFF;
    font-size: 24px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 20px;
    padding: 1em;
}

.recommend_img{
    height: 134px;
    position: relative;
    top: 114px;
    left: -20px;
    z-index: 30;
}
.recommend_box ul{
    padding-left:100px;
    padding-bottom: 20px;
    list-style-type: none!important;
}

.recommend_box ul li:before {
  font-family: "Font Awesome 6 Free";
  content: "\f0da";
  position: relative;
  right : 0.5em;
  color: #F7B45A;
}
.recommend_box li{
    font-size: 14px;
    font-weight: bold;
    color: #3B4043;
}

/*カリキュラムを見る
-------------------------------------*/
.calcm{
    margin-top: 20px;
    margin-bottom: -134px;
}
.calcm p{
    font-size: 12px;
    padding-left: 1em;
}
.calcm_container_two{
    display: flex;
}
.calcm_button{
    width: 300px;
    text-align: center;
    background-color: #f08080 ;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
    color: #FFF;
    cursor: pointer;
    font-size: 16px;
    margin-bottom: 10px;
    padding: 20px 20px;
}

.calcm_time{
    padding: 6px;
    border-top: dotted thin;
    border-bottom: dotted thin;
    display: inline-block;
    position: absolute;
    top: 716px;
    left: 330px;
}
.rside {
    display: inline-block;
    position: relative;
    margin-top: 0.25em;
    margin-right: 1em;
    float: right;
}


/*カリキュラムテーブル
-------------------------------------*/
.calcm_ttl {
    font-size: 12px;
    font-weight: bold;
    color: #2E796D;
    margin-top: .5em;
    margin-bottom: 0;
}
.calcm_day {
/*    width:5em;*/
    text-align: center;
    font-size: 12px;
    color: #707F89;
}

.calcm table td{
    padding: .25em;
    background: #CDD6DD;
    border-bottom: 2px solid #FFF;
    border-left: 2px solid #FFF;
}

.calcm table th{
    text-align: center;
    background: #CDD6DD;
    border-bottom: 2px solid #FFF;
    padding: .25em ;
    font-weight: 100;
    color: #FFF;
}

.calcm table tr:nth-child(odd) th {
    background: #e0e0e0;
    color: #909090;
}
.calcm table tr:nth-child(odd) td {
    background: #e0e0e0;
}
.calcm table tr:nth-child(odd) .calcm_ttl {
     color: #5E467E;
}



/* アコーディオン */
.accordion-content {
  display: none;
}

/* 矢印 */
.accordion-title {
  position: relative;
}
.accordion-title::after {
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 25px;
  top: 38%;
  transform: rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  width: 8px;
}
.accordion-title.open::after {
  top: 45%;
  transform: rotate(-45deg);
}

/*講座概要
-------------------------------------*/
.outline{
    text-align: center;
}

.container.outline{
    text-align: left;
}
.outline h2{
    background-color: #f08080;
    padding-top:2em ;
    padding-bottom: 2em;
    color: #FFF;
    font-size: 24px;
    font-weight: bold;
}

.outline h4{
    color:  #f08080;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: .5em;
}

.outline h5{
    font-size: 16px;
    font-weight: bold;
    color: #f08080;
    margin-bottom: .5em;
}

.online{
    color: #FFF;
    background-color:#f08080;
    padding: .3em 1em;
}

.outline span {
    font-size: 1.3em;
    font-weight: 500;

}
.outline table {
    margin: 1em;
}

.outline table th{
    font-weight: normal;
    min-width: 3em;
}
.outline table td{
    font-size: 20px;
    padding-left: 3em;
}


.notes{
    background-color: #F0F3F5;
    border: solid 1px #f08080;
    margin-top: 20px;
    padding: 2em 4em;
}

.notes  ul{
    font-size: 14px;
    list-style-type: none!important;
}

.notes  li{
    margin-bottom: 1em;
    text-indent: -0.5em;
}

.notes ul li:before{
  font-family: "Font Awesome 6 Free";
  content: "\f04b";
  font-weight: bold;
  position: relative;
  right : 0.5em;
  color: #f08080;
}
.kiyaku{
    width: 300px;
    height: 50px;
    margin: 40px auto;
    background-color: #FFF;
    border: solid 2px #f08080 ;
    color: #f08080;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.outline span.kiyakudl{
    font-size: 14px;
    position: absolute;
    left: 1em;
}

.righter{
    position: absolute;
    right: 1em;
}

/*メッセージ
-------------------------------------*/
.message{
    text-align: center;
    background-color: #FCF3EA;
    padding-bottom: 40px;
}
.message .container{
    text-align: left;
    width: 600px;
     font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,serif;
}
.message p{
    line-height: 2em;
}
.message hr {
    margin-bottom: 1em;
}

.signature{
    text-align: right;
    font-size: 1.3em;
}

.message h2{
    background-color: #f08080;
    padding-top:2em ;
    padding-bottom: 2em;
    color: #FFF;
    font-size: 24px;
    font-weight: bold;
}


/*フッター
-------------------------------------*/
footer {
    margin: 0;
    padding: 0;
    text-align: center;

}
footer img{
    width: 174px;
    margin: 2em;
}
footer .endbar {
    width: 100%;
    background-color:#f08080;
    color: #FFF;
    font-size: 12px;
    padding-top: 1em;
   padding-bottom: 1em;
}

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 15px;
    right: 0;
}
#pagetop a {
    display: block;
    background: #f08080;
    color: #fff;
    width: 50px;
    padding: 10px 5px;
    text-align: center;
    border: solid 1px #FFF;
}
#pagetop a:hover {
    background: #666;
}


/* 幅768px以下の表示
-------------------------------------*/
@media screen and (max-width: 768px){
.sp_on{
    display: initial;
}
.pc_on{
    display: none;
}
.container{
    width: 90%;
    margin-top: 2em;
    margin-bottom: 4em;
}

.header-line{
    height: 30px;
    font-size: 12px;
}
.logo {
    width: 140px;
    font-size: 8px;
}
.logo img{
    width: 80%;
}

.title_box{
    position: absolute;
    margin-top: 30px;
    max-width: 100%;
    text-align: left;
    padding: 1em;
}

.title_main{
    font-size: 2em;
}

.title_box img{
    width: 80%;
    max-width: 260px;
    position: relative;
    margin:0 10%;
}
.title_catch{
    font-size: 14px;
    font-weight: bold;
    color: #f08080;
}

.box_onkv{
    position: absolute;
    bottom: 0;
    width: 100%;
    background: none;
    text-align: center;
}
.box_ontv_contents{
    width: 90%;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;

}
.box_onkv_left{
    width: 70%;
    padding-top: 25px ;
    margin: auto;
    position: absolute;
    top: 200px;
    left: 15%;
    font-size: 14px;
}
.box_onkv_right{
   width: initial;
   height: initial;
   text-align: center;
   margin: auto;
   margin-bottom: 1em;
   padding: .5em 1em;
   font-weight: bold;
   font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,serif;
}

/*SPメイン画像
-------------------------------------*/
.kv {

}
.kv_img{
    width:auto;
    height: 440px;
    object-fit: cover;
    z-index: 5;
}

.intro_img {
    display: flex;
    flex-direction: column;
    justify-content: initial;

}

.intro_img img{
    height: 160px;
    object-fit: cover;
}

/*SP問い合わせボタン
-------------------------------------*/
.formbox{
    background-color: #000;
    background-size: cover;
    height: 280px;
    justify-content:initial;
    align-items: initial;
    box-shadow: none;
}

.formbutton
{
    width: initial;
    height: 3em;
    font-size:18px;
    font-weight: bold;
    text-align: left;
    padding-left: 4em;
    line-height: 3em;
    border: none;
    border-radius:0;
    position: relative;
    z-index: 60;
    box-shadow: 2px 0 8px 0 rgba(0, 0, 0, .3);
}

/*SPイントロ
-------------------------------------*/
.catch h2 {
    padding-bottom: 0;
    margin-bottom: .5em;
    font-size: 24px;
    color: #888;
    background:linear-gradient(to right, #f08080 5%,#FFF 15%,#FFF 85%,#f08080 95%);
}

.intro p{
    font-size: 16px;
    line-height: 1.8em;
    margin-top: 2em;
    margin-bottom: 2em;
}
.intro h4{
    font-weight: bold;
    color: #f08080;
    margin-bottom: -1em;
}

.intro_img {
    display: flex;
    justify-content: space-between;

}

.intro_img img{
    height: 160px;
    object-fit: cover;
}

.enpha{
    font-weight: bold;
}
.green{
    color:  #f08080;
}

/*SP このプログラムで得られるもの
-------------------------------------*/
.merit h2{
    padding-top:2em ;
    padding-bottom: 2em;
    font-size: 20px;
}

.numbering{
    position: relative;
    top: -15px;
    left: initial;
    z-index: 30;
}
 .numbering img {
width: 100px;
 }

.merit h4{
    margin-top: 0;
    margin-bottom: 2em;
    font-size: 20px;
}

.merit_container{
    margin-top: -36px;
    position: relative;

}

.merit_header{
    padding-top: 1em;
    padding-bottom: 1em;
}

.merit_header img {
    width: 40px;
    margin: 1em auto;
}

.merit_txt{
    text-align: left;
    font-size: 14px;
    line-height: 2em;
    padding: 1em;
    margin-bottom: 2em;
}

.merit_rslt{
    margin: .5em auto;
    font-size: 16px;
    padding: 1em;
}

/* SPアコーディオン */
.sp_button {
    display: block;
    width: 100%;
    height: 4em;
    background-color: #FFF;
    border: solid 2px #f08080;
    color: #f08080;
    line-height: 4em;
    margin-bottom: 1em;
}
.accordion-content-sp {
  display: none;
}

.accordion-title-sp {
  position: relative;
}
.accordion-title-sp::after {
  border-right: solid 2px #f08080;
  border-top: solid 2px #f08080;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  right: 25px;
  top: 35%;
  transform: rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  width: 15px;
}
.accordion-title-sp.open::after {
  top: 45%;
  transform: rotate(-45deg);
}


/*SP集大成イメージ
-------------------------------------*/
h2.total {
    font-size: 20px;
    line-height: 2em;
    margin-top: 1.5em;
    margin-bottom: 1em;
    letter-spacing: initial;
}

.total_rslt{
    font-size: 30px;
}
.total_img{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.total_img img{
    width: 50%;
    object-fit: cover;
}

/*SPオーガナイザー紹介
-------------------------------------*/
.organizer h2{
    color: white;
    font-size: 18px;
    font-weight: bold;
    line-height:2em;
}
.organizer span{
    font-size: 1.2em;
}
.container_organizer_two{
    display: block;
    flex-direction: column;
    margin: 0 auto;
    width: 80%;
    padding-bottom: 40px;

}
.container_organizer_two img {
    width: 200px;
    height: initial;
    object-fit: cover;
    margin: 0;
}
.container_organizer_two p{
    margin-top: 1em;
}


/*SPこんな方におすすめ
-------------------------------------*/
.recommend{
    position: initial;
    top: initial;
}
.recommend_box{
    width: 100%;
    background-color: #FCF3EA;
}
.recommend_header{
    text-align: center;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 1em;
    padding: 1em;
}

.recommend_img{
    display: none;
}
.recommend_box ul{
    padding-left:1em;
    padding-bottom: 2em;
}

.recommend_box li{
    font-size: 14px;
    margin-bottom: .5em;
    margin-left: 1em;
    text-indent: -0.5em;
}

/*SPカリキュラムを見る
-------------------------------------*/
.calcm{
    margin-top: 20px;
    margin-bottom: 0;
}

.calcm_container_two{
    display: flex;
    flex-direction: column;
}
.calcm_time{
    padding: 6px;
    display: inline-block;
    position: initial;
    top: initial;
    left: initial;
}

.calcm p{
    margin-bottom: 0;
}

.calcm_ttl{
  margin-top:0 ; 
  margin-bottom:0 ;  
}

.calcm_table{
    width: 100%;
    border-spacing: none;
}

table.calcm_table td{
    display: block;
    border-left:solid 2px #FFF ;
    width: 90%;
    border-bottom: solid 2px #FFF;


}

table.calcm_table th{
     column-span: 2;
     font-size: 12px;
     padding: 0 .5em;
     margin-bottom: 1px;

}

table.calcm_table td.calcm_day{
     display: block;
     padding: 0 1em;
     font-size: 14px;
     text-align: left;
     
}



/*SP講座概要
-------------------------------------*/
.outline h2{
    padding-top:1em ;
    padding-bottom: 1em;
    font-size: 20px;
}

.outline h4{
    color:  #f08080;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: .5em;
}


.outline table {
    margin: .5em;
}

.outline table th{
    width: 20%;
    font-size: 14px;
    padding-right: 1em;
}
.outline table td{
    font-size: 20px;
}


.notes{
    margin-top: 1em;
    padding: 1em;
    padding-left: 2em;
}

.notes  ul{
    font-size: 14px;
    list-style-type: none!important;
}

.notes  li{
    margin-bottom: 1em;
    text-indent: -0.5em;
}

.notes ul li:before{
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  content: "\f04b";
  position: relative;
  right : 0.5em;
  color: #f08080;
}
.kiyaku{
    width: 300px;
    height: 50px;
    margin: 40px auto;
    background-color: #FFF;
    border: solid 2px #f08080 ;
    color: #f08080;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.outline span.kiyakudl{
    font-size: 14px;
    position: absolute;
    left: 1em;
}

.righter{
    position: absolute;
    right: 2em;
}


/*SPメッセージ
-------------------------------------*/

.message .container{
    text-align: left;
    width: 90%;
    padding: 0 .5em ;
    margin-bottom: 0;
}
.message p{
    line-height: 1.8em;
    font-size: 16px;
}

.message h2{
    background-color: #f08080;
    padding-top:1em ;
    padding-bottom: 1em;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
}
p.signature{
    text-align: right;
    font-size: 18px;
}


.intro img {
    width: 100%;
    height: 120px;
    object-fit: cover;
}


}

/* サブボタンの基本スタイル */
.sub-btn-academy {
    display: block;
    width: fit-content;
    margin: 15px auto 0; /* 上に15pxの余白、中央寄せ */
    padding: 10px 25px;
    background-color: #fff; /* 白背景 */
    color: #E60012; /* メインカラーの赤文字 */
    border: 2px solid #E60012; /* 赤い枠線 */
    border-radius: 50px; /* 角丸（メインボタンに合わせる） */
    font-size: 15px; /* メインより少し小さめ */
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
    text-align: center;
}

/* ホバー時の挙動 */
.sub-btn-academy:hover {
    background-color: #fcebeb; /* ほんのり赤みのある背景に */
    text-decoration: none;
    opacity: 0.8;
}

/* モバイル表示の調整 */
@media screen and (max-width: 768px) {
    .sub-btn-academy {
        width: 90%; /* スマホでは横幅を広げて押しやすく */
        font-size: 14px;
        padding: 12px 15px;
    }
}

/* ===== 受講者の声 ===== */
.voices-section {
  background: #fbf7ef; /* やさしいクリーム色 */
  padding: 60px 0 120px;
}

.voices-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}

/* 既存H2に寄せる */
.voices-title {
    background-color: #f08080;
    padding-top: 2em;
    padding-bottom: 2em;
    color: #FFF;
    font-size: 24px;
    font-weight: bold;
  line-height: 1.4;         /* 行間をやや詰める */
}

/* 白いボックスの並び */
.voices-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

.voice-item {
  background: #ffffff;
  padding: 32px 36px;
  border-radius: 6px;
}

/* コメント */
.voice-text {
  font-size: 16px;
  line-height: 1.75;        /* ほんの少し詰める */
  color: #222;
  margin-bottom: 12px;
}

.voice-text b {
  font-weight: 600;
}

/* 属性 */
.voice-author {
  font-size: 14px;
  color: #777;
  line-height: 1.6;
}

/* キャプション */
.voices-caption {
  margin-top: 72px;
  font-size: 14px;
  color: #666;
  text-align: center;
  line-height: 1.8;
}

/* スマホ用改行 */
br.sp_on {
  display: none;
}

@media screen and (max-width: 767px) {
  br.sp_on {
    display: block;
  }

  .voices-section {
    padding: 80px 0 100px;
  }

  .voice-item {
    padding: 24px 20px;
  }

  .voice-text {
    font-size: 15px;
    line-height: 1.8;
    word-break: keep-all;
  }
  .voices-section h2 {
        padding-top: 1em;
        padding-bottom: 1em;
        font-size: 20px;
}
}