@charset "utf-8";
/* CSS Document */

body{
    word-break:break-word ;
}

/* ==========================
======　各ページタイトル　======
============================= */

.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: #d43212;
    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;
}





/* 固有のスマホ対応記述
========================== */

/* 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%;
}
        
}


/* 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 {}
