@charset "utf-8";
/* CSS Document */

body{
    word-break:break-word ;
}

.pre {
    font-size: 34px;
    text-align: center;
  margin-bottom: 70px;
}


/* ==========================
======　各ページタイトル　======
============================= */

.page_visual {
    background: url(../../img/page_visual.png)no-repeat center center;
    padding: 63px 0;
    background-size: cover;
    margin: 87px auto 0;
    width: 100%;
    max-width: 1366px;
}

.page_visual .content_title {
        text-align: center;
        margin: 0;
}

.page_visual .content_title .big_title {
    font-size: 24px;
    color: #FFF;
    font-weight: normal;
}
.page_visual .content_title .small_title {
        font-size: 85%;
        color: #FFF;
}




/* ==========================
==========　メイン　===========
============================= */

div#section1,
div#section2 {
    padding-top: 80px;
    margin-top: -80px;
}


.content_title {
        text-align: center;
        margin: 30px 0 30px;
}

.content_title .big_title {
  font-size: 30px;
  color: #4d3a8f;
  font-weight: bold;
}
.content_title .small_title {
        font-size: 85%;
        color: #666666;
}

.content_title.ct02 .big_title {
    color: #00469b;
}

.content_title.ct03 .big_title {
    color: #40a5f5;
}

.container {
    overflow: hidden;
}


/*上部リンクボタン*/

.under_link {
  width: 100%;
  max-width: 1160px;
  margin: 5px auto 20px;
}

.under_link ul {
  display: flex;
  justify-content: space-between;
}

.under_link ul li {
  width: 100%;
  max-width: 260px;
  text-align: center;
  position: relative;
  transition-duration: 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.under_link ul li:nth-child(1) {
  background: #297221;
}
.under_link ul li:nth-child(2) {
  background: #40a5f5;
}
.under_link ul li:nth-child(3) {
  background: #d63f22;
}
/*.under_link ul li:nth-child(4) {
  background: #c1a11f;
}*/
.under_link ul li:nth-child(4) {
  background: #4d3a8f;
}
.under_link ul li a {
        position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
}
.under_link ul li:hover {
        filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
        transition-duration: 0.2s;
}

.under_link ul li p {
        padding: 3px 0px 3px 25px;
    display: inline-block;
    font-size: 12px;
        color: #fff;
        background: url(../../../../common/img/ft_bg_icon01.png)no-repeat center left;
}


/*ページ内アンカーリンク*/

.anker_link {
        width: 1000px;
        margin: 0px auto 30px;
}

.anker_link ul {
        display: flex;
        justify-content: space-between;
}

.anker_link ul li {
    width: 470px;
    position: relative;
    transition-duration: 0.2s;
    background: #d53f22;
}

.anker_link ul li a {
        position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
}

.anker_link ul li:hover {
        background: #fd7060;
        transition-duration: 0.2s;
}

.anker_link ul li p {
        padding: 10px 30px;
        color: #fff;
        font-size: 120%;
        background: url(../../../../common/img/arrow_bottom.png)no-repeat center right 30px;
}


/*ページ説明エリア*/

.content_box.page_about {
        background: url(../img/contents_bg.png)no-repeat center center;
    background-size: cover;
    overflow: hidden;
    padding: 0 0 50px;
        width: 1160px;
    margin: 0 auto 60px;
}

.page_detail {
    background: url(../img/contents_bg02.png)no-repeat center center;
    width: 1000px;
    height: 210px;
    margin: 0 auto;
}

.page_detail p {
  padding: 0px 30px 0px 300px;
  height: 210px;
  display: flex;
  align-items: center;
  line-height: 1.8;
}

div#section1 .container_inner,
div#section2 .container_inner {
  background: #cfe8fc;
  width: 1160px;
  overflow: hidden;
  padding: 0px 0;
  margin: 0px auto 60px;
}


.product_list {
  width: 858px;
  margin: auto;
  padding: 10px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product_list .product {
  width: 300px;
  padding: 0px 40px 30px;
  margin-bottom: 45px;
  background: #fff;
  border-top: 2px solid #87c6f8;
}
.product_list .product.c1 {
  width: 778px;
}
.product_list .product p.pro_name {
  color: #00469b;
  font-weight: bold;
  font-size: 115%;
  text-align: center;
  /*padding: 20px 0;*/
  padding: 0px 0;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product_list .product p.pro_about {
  padding: 10px 0px;
}
.pro_detail {
  display :flex;
  justify-content: flex-end;
}
.pro_detail ul {
  text-align: center;
  background: #40a5f5;
  padding: 5px 20px;
  color: #fff;
}
.pro_detail ul li {
  display: inline-block;
  padding: 0 0 0 20px;
  background: url(../../../../common/img/ft_bg_icon01.png)no-repeat center left;
}

div#section2 p.genre {
  width: auto;
  max-width: 828px;
  margin: 0 auto 0;
  color: #fff;
  background: #40a5f5;
  padding: 10px 15px;
  margin-bottom: 20px;
  font-size: 16.5px;
}

.p_outer {
  width: 380px;
}

/*231027追記*/
.content_box.second {
  margin-top: 64px;
}

.pro_flex {
  width: 100%;
  max-width: 1153px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 48px;
}
.pro_flex li {
  width: 33.3%;
  margin-bottom: 60px;
  position: relative;
}

.product-inner {
  padding: 30px;
  min-height: 340px;
  background-color: #F5F5F5;
}
.product-inner--gray2 {
  background-color: #EAEAEA;
}
.product-inner--gray3 {
    background-color: #DFDFDF;
}

.product-title {
  font-weight: bold;
  margin-bottom: 20px;
}
.product-title small {
  font-weight: normal;
  color: #888888;
  font-size: 12px;
}
.product-text-box {
  min-height: 230px;
}
.product-text-box p {
  line-height: 1.8;
}
.more-btn {
  position: relative;
  background-color: #61A2DB;
  display: flex;
  text-align: center;
  justify-content: center;
}
.more-btn--blue2 {
  background-color: #2786C3;
}
.more-btn--blue3 {
  background-color: #062250;
}

.more-btn:before {
  content: url(../img/arrow_icon.png);
  position: absolute;
  left: 5%;
  top: 25%;
  bottom: 0;
}
.more-btn a {
  display: block;
  padding: 5px 15px;
  text-decoration: none;
  color: #fff;
  width: 100%;
}
.more-btn a:hover {
  opacity: 0.6;
}



/* 固有のスマホ対応記述
========================== */

/* 1200pxより小さい場合
@media screen and ( max-width: 1200px ){

    body,
        header nav {
        width: 1200px;
    }
}*/
/* 700pxより小さい場合 */
@media screen and ( max-width: 767px ){
	
  .ft_box .ft_R ul {
    float: left;
    /* margin-left: 40px; */
    color: #FFF;
    width: 90%;
  }
  .ft_box {
    overflow: hidden;
    padding: 30px 0;
    width: 90%;
  }
  .page_visual {
    padding: 63px 0;
    background-size: cover;
    margin: 45px auto 0;
  }
  .content_box.page_about {
    width: 100%;
  }
  .anker_link {
    width: 100%;
  }
  .anker_link ul {
    flex-direction: column;
  }
  .anker_link ul li {
    margin: 5px auto;
  }

  .under_link {
    width: 100%;
    margin: 5px auto 20px;
  }
  .under_link ul {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  .page_detail {
    background: url(../img/contents_bg02_sp.png)no-repeat center ;
    width: 90%;
    height: 450px;
    margin: 0 auto;
    position: relative;
  }
  .page_detail p {
    padding: 0px;
    height: 450px;
    width: 240px;
    position: absolute;
    top: 90px;
    margin: auto;
    right: 0;
    left: 0;
    line-height: 1.8;
  }
  .under_link ul li {
    margin: 5px auto;
    height: 44px;
  }
  .anker_link ul li {
    width: 80%;
    position: relative;
    transition-duration: 0.2s;
    background: #d53f22;
  }
  .product_list {
    width: 95%;
  }
  div#section1 .container_inner,
  div#section2 .container_inner {
    width: 100%;
  }
  .product_list .product {
    width: 70%;
    padding: 0px 40px 30px;
    margin: 20px auto;
  }
  div#section2 p.genre {
    width: 84%;
  }

  .pro_flex {
    max-width: 90%;
    flex-direction: column;
    justify-content: center;
  }
  .pro_flex li {
    width: 100%;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .product-inner {
    padding: 24px 5%;
    min-height: initial;
  }
  .product-text-box {
    min-height: initial;
    margin-bottom: 32px;
  }
}


/* 400pxより小さい場合 */
@media screen and ( max-width: 400px ){

        .content_title .big_title {
                font-size: 160%;
        }
        .content_title {
                margin: 20px 0;
        }

        
}


/* 360pxより小さい場合 */
@media screen and ( max-width: 360px ){}

@media print {}
