@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP');
#content_wrapper {
    max-width: 62em;
    width: 100%;
    margin: auto;
    overflow-y: auto;
}
html { scroll-behavior: smooth;}
.cl {
    clear: both;
}

.cl_space {
    border-bottom: 1em;
}

.product_title_static {
    font-size: 1.3em;
    color: rgba(62, 0, 1, 1.00);
    font-weight: 800;
    margin-left: 1em;
}

.comingsoon {
    display: block;
    margin-left: 3em;
}

p{
    margin-bottom: 1em;
}

.img_shadow {
    box-shadow: 3px 3px 3px -2px #343832;
    -moz-box-shadow: 3px 3px 3px -2px #343832;
    -webkit-box-shadow: 3px 3px 3px -2px #343832;
    border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    border: 1px solid #cccccc;
}

.width100 {
    width: 100%;
}

.main_title_img {
    max-width: 62em;
    width: 100%;
    height: auto;
    margin-top: 2em;
    margin-bottom: 2em;
}

.image_width_full {
    max-width: 62em;
    width: 100%;
    height: auto;
    margin-top: 1em;
    margin-bottom: 1em;
}

.image_width_half {
    max-width: 32em;
    width: 100%;
    height: auto;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
}

.image_margin {
    margin: 1em;
}

/* 画像真ん中配置caption含む */

.image_width_half_ver01 {
    max-width: 32em;
    width: 100%;
    height: auto;
    margin-top: 1em;
    margin-bottom: -1em;
    display: block;
    margin-left: auto;
    margin-right: auto;
}



.image_width_qu {
    max-width: 16em;
    width: 100%;
    height: auto;
    margin-top: 1em;
    margin-bottom: 0em;
    display: block;
    margin-left: auto;
    margin-right: auto;
}



.image_width_14_ver01 {
    max-width: 16em;
    width: 90%;
    height: auto;
    margin-top: 1em;
    margin-bottom: -1em;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 0.5em;
    float: left;
}

.image_quiz {
    max-width: 62em;
    width: 90%;
    height: auto;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid rgba(47, 47, 47, 1.00);
    display: block;
}



.image_width_full_ver01 {
    max-width: 62em;
    width: 100%;
    height: auto;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid rgba(47, 47, 47, 1.00);
}

.image_width_full_ver02 {
    max-width: 62em;
    width: 100%;
    height: auto;
    margin-top: 1em;
    margin-bottom: -1em;
    margin-left: auto;
    margin-right: auto;
   
}



.image_center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.img_caption_center {
    text-align: center;
}

/* ここまで */

/* youtube埋め込みifarame用 */

.youtube_include_ver01 {
    max-width: 40em;
    width: 100%;
    height: 22em;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* ここまで */

p {
    font-family: 'Noto Sans JP', sans-serif!important;
    line-height: 180%;
    margin-left: 1em;
    margin-right: 1em;
}

/* 基本的なテーブル */

.standard_table_ver01 {
    text-align: left;
    max-width: 62em;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    border-top: 1px solid #ABABAB;
    /* コンテンツのカラーリングによって変更 */
}

.standard_table_ver01 tr {
    border-bottom: 1px solid #ABABAB;
    /* コンテンツのカラーリングによって変更 */
    vertical-align: middle;
}

.standard_table_ver01 td {
    padding: 1em;
    vertical-align: middle;
}

.tr_midashi {
    /* 見出しのtrやtdに使うデザイン要素 */
    font-weight: 800;
    padding-top: 15px;
    background-color: rgba(252, 230, 231, 1.00);
    /* コンテンツのカラーリングによって変更 */
}

.play_btn
/* 再生系のボタンなどに */

    {
    max-width: 10em;
    width: 100%;
    height: auto;
}

/* ここまで */

/* プルダウンサイドメニュー */

.pulldown_lead {
    color: black;
    text-align: center;
    margin: 1em 0em 0em 0em;
    font-size: 1em;
}

.side_menu_block {
    background-color: rgba(236, 234, 255, 1.00);
    /* コンテンツのカラーリングによって変更 */
    width: 100%;
    padding: 0.1em;
    margin-bottom: 1em;
}

.cp_ipselect {
    overflow: hidden;
    max-width: 40em;
    width: 90%;
    margin: 2em auto;
    text-align: center;
}

.cp_ipselect select {
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    background: rgba(66, 20, 253, 1.00);
    /* コンテンツのカラーリングによって変更 */
}

.cp_ipselect select::-ms-expand {
    display: none;
}

.cp_ipselect.cp_sl05 {
    position: relative;
    border-radius: 2px;
    border-radius: 50px;
    padding: 0.3em;
    background: rgba(66, 20, 253, 1.00);
    /* コンテンツのカラーリングによって変更 */
}

.cp_ipselect.cp_sl05::before {
    position: absolute;
    top: 1em;
    right: 0.8em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ffffff;
    pointer-events: none;
}

.cp_ipselect.cp_sl05 select {
    padding: 8px 38px 8px 8px;
    color: #ffffff;
}

.side_menu_block_v2 {
    background-color: rgba(236, 234, 255, 1.00);
    /* コンテンツのカラーリングによって変更 */
    width: 100%;
    padding: 0.1em;
    margin-bottom: 1em;
}

.cp_ipselect_v2 {
    overflow: hidden;
    max-width: 40em;
    width: 90%;
    margin: 2em auto;
    text-align: center;
}

.cp_ipselect_v2 select {
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    background: rgba(10, 117, 119, 1.00);
    /*コンテンツのカラーリングによって変更 */
}

.cp_ipselect_v2 select::-ms-expand {
    display: none;
}

.cp_ipselect_v2.cp_sl05_v2 {
    position: relative;
    border-radius: 2px;
    border-radius: 50px;
    padding: 0.3em;
    background: rgba(66, 20, 253, 1.00);
    /* コンテンツのカラーリングによって変更 */
}

.cp_ipselect_v2.cp_sl05_v2::before {
    position: absolute;
    top: 1em;
    right: 0.8em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ffffff;
    pointer-events: none;
}

.cp_ipselect_v2.cp_sl05_v2 select {
    padding: 8px 38px 8px 8px;
    color: #ffffff;
}

/* 2カラム */

.col_2 *, *:before, *:after {
	box-sizing: border-box;
}

.col_2 {
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    /* IE */
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /* IE */
    background-color: #FFF;
    /* 背景の色 */
    color: #000;
    /* 文字の色 */
    text-align: left;
    /* 内容は左配置を基本とする */
    margin-bottom: 1em;
}

.col_2>div {
    width: 40%;
    padding: 10px;
    /* ボーダー色設定など */
    /* 背景色 */
}

@media screen and (max-width: 640px) {
    .col_2>div {
        width: 100%;
    }
}


/* 2カラム 比率3:7 */

.col30_70 *, *:before, *:after {
	box-sizing: border-box;
}

.col30_70 {
  margin-bottom: 10px;
}
.col30_70_sub {
 
    
}
.col30_70,
.col30_70_sub {
  padding: 2%;
  border-radius: 10px
}

@media ( min-width : 640px ){
  .flexbox {
    display: -webkit-flex;
    display: flex;
  }
 .col30_70 {
    margin: 0 0 0 0;
     order: 2;/* 表示順 */
         -webkit-flex: 2.7;/* 比率 */
    flex: 2.7;/* 比率 */
     
    }
  .col30_70_sub {
    margin: 0 0 0 0;
      order:1;/* 表示順 */
          -webkit-flex: 1;/* 比率 */
    flex:1;/* 比率 */
           
    }
}

/* 3カラム */

.col_3 *, *:before, *:after {
	box-sizing: border-box;
}

.col_3 {
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    /* IE */
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /* IE */
    background-color: #FFF;
    /* 背景の色 */
    color: #000;
    /* 文字の色 */
    text-align: left;
    /* 内容は左配置を基本とする */
    margin-bottom: 1em;
}

.col_3>div {
    width: 33.33333%;
    padding: 10px;
    border: 1px solid rgba(232, 232, 232, 1.00);
    /* ボーダー色設定など */
    background-color: rgba(255, 253, 244, 1.00);
    /* 背景色 */
}

@media screen and (max-width: 1090px) {
    .col_3>div {
        width: 50%;
    }
}

@media screen and (max-width: 640px) {
    .col_3>div {
        width: 100%;
    }
}

/* 1カラム */

.col_1 *, *:before, *:after {
	box-sizing: border-box;
}

.col_1 {
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    /* IE */
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /* IE */
    background-color: #FFF;
    /* 背景の色 */
    color: #000;
    /* 文字の色 */
    text-align: left;
    /* 内容は左配置を基本とする */
    margin-bottom: 1em;
}

.col_1>div {
    width: 100%;
    padding: 10px;
    border: 1px solid rgba(232, 232, 232, 1.00);
    /* ボーダー色設定など */
    background-color: rgba(255, 253, 244, 1.00);
    /* 背景色 */
}

@media screen and (max-width: 1090px) {
    .col_1>div {
        width: 100%;
    }
}

@media screen and (max-width: 640px) {
    .col_1>div {
        width: 100%;
    }
}

/* 画像回り込み */

p.img_text {
    margin-bottom: 1em;
    line-height: 1.2em;
    text-align: left;
    margin-top: 20px;
}

figure {
    float: left;
    margin: 10px 10px 10px 0;
    width: 40%;
}

figure img {
    max-width: 100%;
}

@media screen and (max-width: 640px) {
    p.img_text {
        margin-bottom: 1em;
        line-height: 1.2em;
        text-align: left;
        margin-top: 30px;
    }
    figure {
        float: left;
        margin: 10px 10px 10px 0;
        width: 20%;
    }
    figure img {
        max-width: 100%;
    }
}

/* 　囲み記事パターンの基本設計  */

/* 角丸　radiusなくすとシンプル囲みに　*/

.design_box00 {
    vertical-align: middle;
    padding: 0.5em 1em;
    font-weight: bold;
    color:rgba(11,0,77,1.00);
    /*文字色*/
    background: #FFF;
    border: solid 3px #fa4141;
    /*線*/
    border-radius: 10px;
    /*角の丸み*/
    width: 90%;
    display: block;
    margin: 2em auto 2em auto;
}

.design_box00 p {
    margin: 0;
    padding: 0;
}

/* 破線 */

.design_box01 {
    padding: 0.5em 1em;
    width: 90%;
    display: block;
    margin: 2em auto 2em auto;
    background:rgba(255,254,228,1.00);
    border: dashed 2px rgba(144,162,17,1.00);
    /*点線*/
}

.design_box01 p {
    margin: 0;
    padding: 0;
}

/* 吹き出し系　要カスタマイズ */

.design_box02 {
    position: relative;
    padding: 0.5em 0.7em;
    width: 90%;
    display: block;
    margin: 0em auto 2em auto;
    background:rgba(34,108,0,1.00);
    color:white;
    
}

.design_box02:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid rgba(34,108,0,1.00);
    width: 0;
    height: 0;
}

.design_box02 p {
    margin: 0;
    padding: 0;
}

/* 左にだけ太線で付箋風 */

.design_box03 {
    padding: 0.5em 1em;
    width: 90%;
    display: block;
    margin: 2em auto 2em auto;
    color: #232323;
    background: #fff8e8;
    border-left: solid 10px #ffc06e;
}

.design_box03 p {
    margin: 0;
    padding: 0;
}

/* めくれたテープ風 */

.design_box04 {
    position: relative;
    background:rgba(253,247,221,1.00);
    box-shadow: 0px 0px 0px 5px #fff0cd;
    border: dashed 2px white;
    padding: 0.2em 0.5em;
    color: #454545;
    width: 90%;
    display: block;
    margin: 0em auto 2em auto;
}

.design_box04:after {
    position: absolute;
    content: '';
    right: -7px;
    top: -7px;
    border-width: 0 15px 15px 0;
    border-style: solid;
    border-color: #ffdb88 #fff #ffdb88;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}

.design_box04 p {
    margin: 0;
    padding: 0;
}


/* リボン */

.design_box05 {
  line-height: 60px;
  position: relative;
  height: 60px;
  margin: 2em 50px 1em;
  padding: 0 2rem;
  text-align: center;
  color: #fff;  
  background: #fa4141;
}

.design_box05:before,
.design_box05:after {
  position: absolute;
  top: 0;
  display: block;
  height: 48px;
  content: '';
  border: 30px solid #fa4141;
}

.design_box05:before {
  left: -40px;
  border-left-width: 15px;
  border-left-color: transparent;
}

.design_box05:after {
  right: -40px;
  border-right-width: 15px;
  border-right-color: transparent;
}

.design_box05 span {
  position: relative;
  display: block;
}


@media screen and (max-width: 640px) {
.design_box05 {
  line-height: 60px;
  position: relative;
  height: 60px;
  margin: 2em 0em 2em;
  padding: 0 0;
  text-align: center;
  color: #fff;  
  background: #fa4141;
}

.design_box05:before,
.design_box05:after {
  position: absolute;
  top: 0;
  display: block;
  height: 48px;
  content: '';
  border: 30px solid #fa4141;
}

.design_box05:before {
  left: -0px;
  border-left-width: 0px;
  border-left-color: transparent;
}

.design_box05:after {
  right: -0px;
  border-right-width: 0px;
  border-right-color: transparent;
}

.design_box05 span {
  position: relative;
  display: block;
}

}





.midashi_A{
  position: relative;/*相対位置*/
  padding: 0.5em 0.5em 0.5em 2.5em;/*アイコン分のスペース*/
  line-height: 1.4;/*行高*/
  color:white;/*文字色*/
  border-top: dotted 2px white;
  border-bottom: dotted 2px white;
 letter-spacing: 0.1em;
    font-weight: 800;
  background:rgba(13,77,130,1.00);
}

.midashi_A:before{
  font-family: "Font Awesome 5 Free";/*忘れずに*/
  content: "\f56b";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 1em;/*アイコンの位置*/
  top: 0.6em;/*アイコンの位置*/
  color: white/*アイコン色*/
}

.midashi_B{
  position: relative;/*相対位置*/
  padding: 0.5em 0.5em 0.5em 2.5em;/*アイコン分のスペース*/
  line-height: 1.4;/*行高*/
  color: rgba(3,6,120,1.00);/*文字色*/
  border-bottom: solid 1px rgba(3,6,120,1.00);
  letter-spacing: 0.1em;
  background: #fffffF;
}

.midashi_B:before{
  font-family: "Font Awesome 5 Free";/*忘れずに*/
  content: "\f02d"; /*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 1.2em;/*アイコンの位置*/
  top: 0.6em;/*アイコンの位置*/
  color:rgba(3,6,120,1.00); /*アイコン色*/
}


.midashi_C{
  position: relative;/*相対位置*/
  padding: 0.5em 0.5em 0.5em 1.5em;/*アイコン分のスペース*/
  line-height: 1.4;/*行高*/
  color: #ff6a6a;/*文字色*/
  letter-spacing: 0.1em;
  background: #fffffF;
}

.midashi_C:before{
  font-family: "Font Awesome 5 Free";/*忘れずに*/
  content: "\f0c6"; /*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0.25em;/*アイコンの位置*/
  top: 0.6em;/*アイコンの位置*/
  color: #ff6a6a; /*アイコン色*/
}



/* 基本テキストCSS */

.title_big {
    font-size: 1.5em!important;
    font-weight: 800;
    margin: 0.2em;
}

.title_middle {
    font-size: 1.2em!important;
    font-weight: 800;
    margin: 0.2em;
}

.title_normal {
    font-size: 1em!important;
    font-weight: 800;
    margin: 0.2em;
}

.lead_st {
    font-weight: 800;
    line-height: 180%;
    margin: 1em;
}


.lead {

}

.interview {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}


.lead_right {
    text-align: right;
}

.lead01 {
    line-height: 180%;
    margin: 1em;
}

.lead02 {
    line-height: 180%;
    margin: 1em;
    font-size: 0.8em;
}

.font_size15 {
    font-size: 1.5em
}

.font_size13 {
    font-size: 1.3em
}

.font_size11 {
    font-size: 1.1em
}

.font_size09 {
    font-size: 0.9em
}

.font_size08 {
    font-size: 0.8em
}

.line_height150 {
    line-height: 150%;
}

.line_heigh120t {
    line-height: 120%;
}

.text_center {
    text-align: center;
}

.text_left {
    text-align: left;
}

.text_right {
    text-align: right;
}

.font_st {
    font-weight: 800;
}

/* spanのみで使用 */

.font_red {
    color: red;
}

/* spanのみで使用 */

.font_blue {
    color: blue;
}

/* spanのみで使用 */

.font_green {
    color: green;
}

/* spanのみで使用 */

/*======================================================================================*/

/* 以下page unique */


.img_lead {
    width: ;
    margin-left: 2em;
    margin-right: 2em;
    display: block;
}


.image_sub{
    margin-bottom: 1em;
    width: 90%;
    min-width: 250px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid black;
}

.image_book {
    margin-bottom: 1em;
    width: ;
    height: ;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: ;
}

.image_banner {
    width: 100%;
    display: block;
    border: 1px solid black;
}

.banner_lead {
    width: 100%;
}


.image_sub_noborder{
    margin-bottom: 1em;
    width: 90%;
    min-width: 250px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 640px) {
.image_sub{
    margin-bottom: 1em;
    width: 60%;
    height: auto;
    min-width: 100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid black;
}


.image_sub_noborder{
    margin-bottom: 1em;
    width: 60%;
    height: auto;
    min-width: 100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
}


.mokuzi{
    margin: 1em 0em 1em 3em;
    line-height: 180%;
    list-style:square;
}


.sns_icon_soroe{
    width: 1.2em;
    height: 1.2em;
    vertical-align: middle;
    margin:0.2em 0 0.2em 0.5em;
}

/* read more 

p {
    text-align: center;
    font-size: 16px;
    color: #666;
    line-height: 2.5;
    margin: 0;
}*/
 
#text-wrap {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
    padding: 1em;
}

#text-wrap2 {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
    padding: 1em;
}
 
 
.hide-text {
    display: none;
}
 
 
button.readmore {
    position: relative;
    height: 80px;
    width: 90px;
    margin: 40px auto;
    display: block;
    background-color: transparent;
    color: #666;
    padding-bottom: 40px;
    border: none;
    outline: 0;
    transition: .5s;
    -erbkit-transition: .5s;
}
 
button.readmore::after {
    content: " ";
    position: absolute;
    width: 30px;
    height: 30px;
    border-top: solid 3px #666;
    border-right: solid 3px #666;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    right: 28px;
    top: 25px;
    transition: .5s;
    -erbkit-transition: .5s;
}
 
button.readmore:hover::after {
    top: 40px;
}
 
.on-click {
    color: transparent!important;
}
 
.on-click {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}


/* 追加テキストCSS */


.ft_img{
    width:100%;
    background-color:#F9F8F4;
}

.ft_col4{
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 0em;
    width:80%;
    background-color:#F9F8F4;
}

.ft_bg {
    margin-top: 1em;
    margin-bottom: 1em;
    width:100%;
    background-image: url(img/ft_bg.jpg); 
    background-color:#F9F8F4;
}


.chopin_ontomo{
    background-color:#F9F8F4;
}



.lead_kakomi{
    margin-bottom:1em!important;
}

.block_center{
    text-align: center!important;
display: block!important;
    margin-bottom: 1em;

}



/* 2カラム 書籍表示用 */

.col2_book *, *:before, *:after {
    box-sizing: border-box;
}

.col2_book {
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    /* IE */
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /* IE */
    background-color: #FFF;
    /* 背景の色 */
    color: #000;
    /* 文字の色 */
    text-align: left;
    /* 内容は左配置を基本とする */
    margin-bottom: 1em;
}

.col2_book>div {
    width: 43%;
    padding: 10px;
    margin:1em auto 2em auto;
    /* border: 1px solid rgba(232, 232, 232, 1.00); */
    /* ボーダー色設定など */
    /* background-color: rgba(255, 253, 244, 1.00); */
}

.col2_book>div>img {
    margin: 0 auto;
    display: block;
    text-align: center;
}

.col2_book>div>a>img {
    margin: 0 auto;
    display: block;
    text-align: center;
}

.center {
    text-align: center;
}

@media screen and (max-width: 640px) {
    .col2_book>div {
        width: 100%;
    }
}



/* 2カラム バナー表示用 */

.col2_banner *, *:before, *:after {
    box-sizing: border-box;
}

.col2_banner {
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    /* IE */
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /* IE */
    background-color:#F9F8F4 ;
    /* 背景の色 */
    color: #000;
    /* 文字の色 */
    text-align: left;
    /* 内容は左配置を基本とする */
    margin-bottom: ;
}

.col2_banner>div {
    width: 43%;
    padding: 0px;
    margin:0 auto 0 auto;
    /* border: 1px solid rgba(232, 232, 232, 1.00); */
    /* ボーダー色設定など */
    /* background-color:#F9F8F4 ; */
}

.col2_banner>div>img {
    margin: 0 auto;
    display: block;
    text-align: center;
}

.col2_banner>div>a>img {
    margin: 0 auto;
    display: block;
    text-align: center;
}

.center {
    text-align: center;
}

@media screen and (max-width: 640px) {
    .col2_banner>div {
        width: 100%;
    }
}



/* 4カラム */

.col_4 *, *:before, *:after {
    box-sizing: border-box;
}

.col_4 {
    width: 90%;
    display: flex;
    display: -ms-flexbox;
    /* IE */
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /* IE */
    background-color: #F9F8F4;
    /* 背景の色 */
    color: #000;
    /* 文字の色 */
    text-align: left;
    /* 内容は左配置を基本とする */
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
}

.col_4>div {
    width: 25%;
    padding: 0.5em;
}

@media screen and (max-width: 1090px) {
    .col_4>div {
        width: 33.3333%;
    }
}

@media screen and (max-width: 865px) {
    .col_4>div {
        width: 50%;
    }
}

@media screen and (max-width: 640px) {
    .col_4 {
        width: 100%;
    }
    .col_4>div {
        width: 50%;
    }
}




/*--------------------折り畳み用1--------------------*/

.cp_box1 {
  position: relative;
}
.cp_box1 input {
  display: none;
}
/*開くためのボタンとテキストを隠すグラデーションの設定*/
.cp_box1 label {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
  bottom: -10px;
  width: 100%;
  height: 200px; /* グラデーションの高さ */
  cursor: pointer;
  text-align: center;
  /* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
  background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}
/* 開いた時にグラデーションを消す */
.cp_box1 input:checked + label {
  background: inherit;
}
.cp_box1 input:checked + label {
  /* display: none ; 閉じるボタンを消す場合コメントアウトを外す */
}
.cp_box1 .cp_container {
  overflow: hidden;
  height: 300px; /* 開く前に見えている部分の高さ */
  transition: all 0.5s;
}
/*続きをよむボタン*/
.cp_box1 label:after,
.cp_box1 label::before {
  content: '';
  position: absolute;
  line-height: 2.5rem;
}
.cp_box1 label:after {
  z-index: 2;
  bottom: 20px;
  width: 26em;
  content: '続きをよむ';
  color: #ffffff;
  background: #1b2538;
  border-radius: ;
}
.cp_box1 label::before {
  position: absolute;
  bottom: 38px;
  left: calc(50% - 3.5em);
  z-index: 3;
  width: 10px;
  height: 5px;
  background: #ffffff;
  clip-path: polygon(50% 100%, 0 0, 100% 0)
}
/*閉じるボタン*/
.cp_box1 input:checked + label:after {
  content: '閉じる';
}
.cp_box1 input:checked + label:before {
  left: calc(50% - 2.5em);
  transform: scale(1, -1);
}
.cp_box1 input:checked ~ .cp_container {
  height: auto;
  padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
  transition: all 0.5s;
}



/*--------------------折り畳み用2--------------------*/

.cp_box2 {
  position: relative;
}
.cp_box2 input {
  display: none;
}
/*開くためのボタンとテキストを隠すグラデーションの設定*/
.cp_box2 label {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
  bottom: -10px;
  width: 100%;
  height: 200px; /* グラデーションの高さ */
  cursor: pointer;
  text-align: center;
  /* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
  background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}
/* 開いた時にグラデーションを消す */
.cp_box2 input:checked + label {
  background: inherit;
}
.cp_box2 input:checked + label {
  /* display: none ; 閉じるボタンを消す場合コメントアウトを外す */
}
.cp_box2 .cp_container {
  overflow: hidden;
  height: 350px; /* 開く前に見えている部分の高さ */
  transition: all 0.5s;
}

/*続きをよむボタン*/
.cp_box2 label:after,
.cp_box2 label::before {
  content: '';
  position: absolute;
  line-height: 2.5rem;
}
.cp_box2 label:after {
  z-index: 2;
  bottom: 20px;
  width: 26em;
  content: '続きをよむ';
  color: #ffffff;
  background: #1b2538;
  border-radius: ;
}
.cp_box2 label::before {
  position: absolute;
  bottom: 38px;
  left: calc(50% - 3.5em);
  z-index: 3;
  width: 10px;
  height: 5px;
  background: #ffffff;
  clip-path: polygon(50% 100%, 0 0, 100% 0)
}

/*閉じるボタン*/
.cp_box2 input:checked + label:after {
  content: '閉じる';
}
.cp_box2 input:checked + label:before {
  left: calc(50% - 2.5em);
  transform: scale(1, -1);
}
.cp_box2 input:checked ~ .cp_container {
  height: auto;
  padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
  transition: all 0.5s;
}
