@charset "utf-8";
/* CSS Document */


.cate_name {
    text-align: center;
    line-height: 0.8em;
    font-size: 230%;
    padding: 40px 0;
}
/* =========================

product(製品情報詳細ページ)

========================== */
.pr_cate_name p.contents_title {
font-family: 'Cormorant Infant',sans-serif;
}
.product_box{
	    font-family: 'Hiragino Kaku Gothic ProN','Noto Sans JP',sans-serif;
}

/* =
product_menu_liste(適宜色替え必要あり)
====== */
.menu-list{
	background: url("../../common/img/menu_bg.png") no-repeat center bottom;
	background-size: cover;
	font-family: 'Noto Sans JP';
}
.menu-list a:link {
    text-decoration: none;
    color: #65a534;
}
.menu-list a:visited {
    color: #65a534;
}
.menu-list p{
    padding: 0 5px
}
.menu-list ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1160px;
    margin: 0px auto 0 auto;
}
.menu-list li {
    display: flex;
    align-items: center;
}

li.arrow-bottom.on {
    color: #fff;
    background: #65a534;
}
.menu-list li.arrow-bottom.on a:link {
    color: #fff;
}
li.arrow-bottom {
    padding: 25px 15px;
    text-align: center;
}
.menu-list li:after {
    content: " > ";
    color: #65a534;
}
.menu-list li.arrow-bottom.on:after {
    content: " > ";
    color: #fff;
}
.menu-list a:hover {
    background-color: #65a534;
    color: #fff;
}
li.arrow-bottom:hover::after {
    color: #fff;
}
/* ==
tape-list(適宜色替え必要あり)
======= */
.tape-list ul {
    max-width: 1024px;
    margin: 50px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.tape-list li {
    position: relative;
    width: 145px;
    padding: 5px 0;
    border: solid 1px #65a534;
    border-collapse: collapse;
    text-align: center;
    letter-spacing: initial;
    font-family: 'Noto Sans JP';
    margin-left: -1px;
    margin-top: -1px;
}
.l-spacing{
    letter-spacing: -1px;
}
.tape-list a {
    text-decoration: none;
}
.tape-list li p:after {
    font-size: 50%;
    content: " \025b6 ";
    color: #65a534;
    position: absolute;
    right: 5px;
    top: 25%;
}

.tape-list li:hover {
    background: #d8e8cc;
}
.pr_link p {
    padding-right: 25px;
}
.pr_link li {
    display: flex;
    align-items: center;
    padding: 47px 10px;
    margin-bottom: 40px;
	width: 260px;
}
/* ==
film-list(適宜色替え必要あり)
======= */
.film-list ul {
    max-width: 1024px;
    margin: 50px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.film-list li {
    width: 145px;
    padding: 5px 0;
    border: solid 1px #ee8224;
    border-collapse: collapse;
    text-align: center;
    letter-spacing: initial;
    font-family: 'Noto Sans JP';
    margin-left: -1px;
    margin-top: -1px;
}
.film-list a {
    text-decoration: none;
}
.film-list li p:after {
    content: " \025b6 ";
    color: #ee8224;
}
.film-list li:hover {
    background: #fcead7;
}

.pr_link p {
    padding-right: 25px;
}

/* ==
pr_link(適宜色替え必要あり)
======= */
.pr_link a {
    text-decoration: none;
}
li.bt_faq {
    background: #84b75d;
}
li.bt_faq img {
    width: 70px;
}
li.bt_cata {
    background: #a3c985;
}
li.bt_cata img {
    width: 50px;
}
li.bt_movie {
    background: #c1dbae;
}
li.bt_movie img {
    width: 57px;
}
.pr_link a {
    text-decoration: none;
}
.pr_link a:hover {
    color: #fff;
}
/* =
product_customize部分(適宜色替え必要あり)
====== */
.customize:hover {
    opacity: 0.8;
}
.customize {
    max-width: 1024px;
    margin: 50px auto;
    padding: 25px 0;
    text-align: center;
    border: solid 3px #629e35;
    background: url(../../common/img/customize_1.png),url(../../common/img/customize_2.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left 5% center, right 5% center;
}
p.cus_g_bold {
    font-size: 250%;
    font-weight: bold;
    color: #629e35;
    padding: 5px 0;
}
p.cus_bold {
    font-weight: bold;
    font-size: 120%;
}

/* ========================　01(メイン写真block)　=========================== */
.product_box {
    max-width: 1024px;
    margin: auto;
    padding: 70px 0 0;
}
.pr_name {
    text-align: left;
    font-family: 'Noto Sans JP';
	font-size: 130%;
}
.pr_01 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    justify-content: space-between;
}
.pr_image p {
    border: solid 1px #ccc;
}
.pr_about {
    max-width: 360px;
    width: 100%;
}
.pr_about dl {
    display: flex;
    border-top: solid 1px #629e35;
    padding: 20px;
    justify-content: flex-start;
}
.pr_about dl:last-of-type {
    border-bottom: solid 1px #629e35;
}
.pr_about dt {
    width: 130px;
    padding-right: 20px;
}
.pr_about dd {
    max-width: 180px;
}

.pr_name span{
    font-size: 180%;
    color: #65a534;
}
.pr_point p {
    color: #65a534;
    text-align: center;
    margin-bottom: 35px;
    font-weight: bold;
    font-size: 147%;
}
.about_movie {
    background: #629e35;
    align-items: center;
    display: flex;
    padding: 10px 15px;
    color: #fff;
	margin-top:20px;
}
.about_movie a {
	color: #fff;
	text-decoration: none;
	display: inline-flex;
	    align-items: center;
}
.about_movie img {
    margin-right: 40px;
    width: 55px;
}
/* ========================　02(特長)　=========================== */

.pr_02 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    justify-content: space-between;
}
.pr_cate_name {
    margin: auto;
    text-align: center;
    line-height: 0.8em;
    font-size: 230%;
    padding: 0 0px 50px;
}
.pr_cate_name span {
    font-size: 40%;
}
.pr_info{
    max-width: 620px;
}
.pr_features {
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}
.pr_features ul {
    text-align: start;
    font-family: 'Noto Sans JP';
    margin-bottom: 40px;
}
.pr_features ul li span {
    color: #629e35;
}
.pr_features ul li {
    text-indent: -2em;
    padding-left: 2em;
    margin-bottom: 20px;
}
.features_img {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.pr_point {
    border: solid 1px #65a534;
    background: #fff;
    padding: 40px;
}
.point_img {
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.point_img img {
    margin-bottom: 10px;
}
.pr_fea_right dl {
    margin-bottom: 20px;
}
.pr_fea_right dd {
    padding: 10px 0 0px;
}
.pr_fea_option {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.pr_point p {
    color: #65a534;
    text-align: center;
    margin-bottom: 35px;
    font-weight: bold;
    font-size: 118%;
}
.features_in {
    margin: auto;
}

/* ===　03(グレー表部分)　==== */
.pr_03 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
table {
	width:624px;
	margin-bottom: 20px;
}
table, td {
    border: 1px solid #ccc;
    font-family: 'Noto Sans JP';
}
thead,tfoot {
    background-color: #f0f0f0;
}
tbody {
    background: #fff;
}
th {
    padding: 10px 0;
    text-align: center;
}
td.l_td{
    width: 130px;
    padding: 10px;
    text-align: center;
}
td.r_td {
    padding: 10px 15px;
    text-align: center;
}
p.notes {
    text-indent: -0.5em;
    padding-left: 10px;
}




@media screen and ( max-width: 1000px ){

/*  =============================
  下層ページ　product
============================= */
.product_box {
    /* max-width: 1024px; */
    width: 90%;
    margin: auto;
    padding: 70px 0 0;
}
/* === menu_list ==== */
.menu-list ul {
    justify-content: center;
    width: 90%;
}
li.arrow-bottom {
    max-width: 100%;
    padding: 10px;
}
li.arrow-bottom:last-of-type {
    margin-bottom: 10px;
}
.tape-list ul {
    margin: 50px auto 0;
    justify-content: left;
    width: 80%;
    margin: 50px auto 0;
}

/* ===　情報部分　=== */
.product_box {
    /* max-width: 1024px; */
    width: 90%;
    margin: auto;
    padding: 70px 0 0;
}
.pr_name {
    font-size: 130%;
    text-align: center;
}
/* =========　01(メイン写真block)　========= */
.pr_01 {
    justify-content: space-around;
}
.pr_02 {
    justify-content: center;
    margin-top: 0px;
}
.pr_about {
    margin-top: 30px;
    max-width: 624px;
}
.pr_about dl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
}
.pr_about dt {
    max-width: 100%;
    padding: 10px;
}
.pr_about dd {
    padding: 20px 0;
    max-width: 100%;
}
dd.sp_pr_about {
    padding-top: 0;
}
	
.pr_name span {
    font-size: 118%;
}
/* ========================　02(特長)　=========================== */
.pr_features {
    justify-content: space-around;
}
.pr_fea_option {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
}
.pr_point {
    text-align: center;
    border: solid 1px #65a534;
    background: #fff;
    padding: 20px;
    margin-top: 50px;
}
/* ===　03(グレー表部分)　==== */
.pr_03 {
    justify-content: space-around;
    margin-top: -30px;
}
.pr_info {
    margin-bottom: 50px;
}
table {

  margin:0 auto 20px;
}
.pr_link {
    margin: 0 auto;
}
.pr_fea_right {
    margin-top: 50px;
}
.pr_link li {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 10% 5px 10% 30px;
    margin: 0 auto 30px;
    max-width: 260px;
    /* height: 100px; */
}
.customize {
  max-width: 90%;
    background-blend-mode: lighten;
    background-color: rgba(255,255,255,0.7);
}
}




@media screen and ( max-width: 767px ){
.menu-list ul {
    display: block;
    padding-bottom: 3px;
}
.menu-list li {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 5px;
}
li.arrow-bottom {
    max-width: 100%;
    padding: 5px 10px;
}
li.arrow-bottom:last-of-type {
    margin-bottom: 5px;
}
.tape-list ul, .tape-list ul , .film-list ul {
    display: none;
    margin: 50px auto 0;
    justify-content: center;
}
table {
	width:auto;
  margin:0 auto 20px;
}
td.l_td {
    width: 130px;
    padding: 10px 10px;
    text-align: center;
}
/* === customize ==== */
p.cus_bold {
    font-weight: bold;
    font-size: 100%;
}
p.cus_g_bold {
    font-size: 150%;
}
.customize {
    width: 80%;
    margin: 40px auto 60px;
    padding: 30px 10px;
    text-align: center;
    border: solid 3px #629e35;
    background: url(../../common/img/customize_1.png),url(../../common/img/customize_2.png),#fff;
    background-repeat: no-repeat, no-repeat;
    background-position: left 10% bottom 10%, right 10% bottom 10%;
    background-size: 35%;
    background-blend-mode: lighten;
    background-color: rgba(255,255,255,0.7);
}
}

