@charset "utf-8";
/*================================================================================
	common　共通
================================================================================*/
body {
	margin: 0px;
	font-size: 14px;
	color: #333;
	font-family: "Avenir Next", Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, sans-serif;
	padding: 0px;
	}
p ,h1 ,h2 ,h3 ,h4 ,h5 ,h6, dt, dd, input, textarea {
	margin: 0px;
	padding: 0px;
	}
img {
	margin: 0px;
	padding: 0px;
	border: none;
}
br.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}
@media screen and (max-width: 768px) {
img {
    width:100%;
    max-width: 100%;
    height: auto;
}
}
/*----------------------------------------------------
	text
----------------------------------------------------*/
.fw_b {
    font-weight:bold;
}
.ta_c {
	text-align: center;
}
.ta_r {
	text-align: right;
}
.u_line {
	text-decoration: underline;
}
.t_line {
	text-decoration: line-through;
}
	

/*----------------------------------------------------
	Link
----------------------------------------------------*/

/*---通常---*/
/*a:link {
	color:#3CF;
	text-decoration: none;
}*/
a:link,
a:visited,
a:active{
	-webkit-transition: all 0.2s;
	        transition: all 0.2s; 
}

a:hover{opacity: .8;}
/*
#contents .aside .ul_nav li a:hover,
#contents .aside .ul_nav li a:focus{
	padding: 13px 2px 13px 8px;
	opacity: 1;
	background-color: #E1F9FF;
}*/

/*----------------------------------------------------
	テキスト
----------------------------------------------------*/

.p_t5{padding-top: 5px;}
.p_t10{padding-top: 10px;}
.p_t15{padding-top: 15px;}
.p_t20{padding-top: 20px;}
.p_t25{padding-top: 25px;}
.p_t30{padding-top: 30px;}
.p_t35{padding-top: 35px;}
.p_t40{padding-top: 40px;}

.p_b5{padding-bottom: 5px;}
.p_b10{padding-bottom: 10px;}
.p_b15{padding-bottom: 15px;}
.p_b20{padding-bottom: 20px;}
.p_b25{padding-bottom: 25px;}
.p_b30{padding-bottom: 30px;}
.p_b35{padding-bottom: 35px;}
.p_b40{padding-bottom: 40px;}

.p_l5{padding-left: 5px;}
.p_l10{padding-left: 10px;}
.p_l15{padding-left: 15px;}
.p_l20{padding-left: 20px;}
.p_l25{padding-left: 25px;}
.p_l30{padding-left: 30px;}
.p_l35{padding-left: 35px;}
.p_l40{padding-left: 40px;}
.p_l50{padding-left: 50px;}
.p_l100{padding-left: 100px;}

.m_l5{margin-left: 5px;}
.m_l10{margin-left: 10px;}
.m_l15{margin-left: 15px;}
.m_l20{margin-left: 20px;}
.m_l25{margin-left: 25px;}
.m_l30{margin-left: 30px;}
.m_l35{margin-left: 35px;}
.m_l40{margin-left: 40px;}
.m_l50{margin-left: 50px;}
.m_l75{margin-left: 75px;}
.m_l100{margin-left: 100px;}

.m_b40{margin-bottom: 40px;:}
.m_b25{margin-bottom: 25px;:}



/*================================================================================
	topページ
================================================================================*/

#header{
	position: relative;
	left: 0;
	top: 0;
	right: 0;
    width: 100%;
    height:139px;
    padding: 0px;
    margin: 0px;
    border-bottom: 1px solid #ddd;
    background: url(../images/head_bk.jpg) repeat-x;
	z-index: 100;
	overflow: hidden;
}
#header .icon{
    position:absolute;
    top: 25px;
    left: 20px;
}
#header .h1{
    box-sizing:border-box;
    width: 100%;
    text-align:center;
    padding: 37px 0 0;
}
#header .sns-box{
    position:absolute;
    top: 45px;
    right: 185px;
}
#header .sns-box .tw-btn{
    padding:8px 0 0;
}
a.menu {
    position:absolute;
    top: 0px;
    right: 40px;
}
a.menu:hover{opacity: 0.8;}


@media screen and (max-width: 768px) {
#header{
    height: auto;
    padding: 2% 0 1.5%;
}
#header .icon{
    width: 14.49%;
    position:relative;
    top: 0;
    left: 0%;
    padding: 0% 0 0 1.5%;
    float:left;
}
#header .h1{
    box-sizing:border-box;
    width: 36.89%;
    padding: 1.5% 0 0;
    margin-left: 2%;
    float:left;
}
#header .sns-box{
    position:absolute;
    top: 5%;
    right: 18%;
}
#header .sns-box .tw-btn{
    padding: 4px 0 0;
}
a.menu {
    width: 12%;
    position: absolute;
    top: -16%;
    right: 2%;
}
}


.article-list-box{
    box-sizing:border-box;
    max-width:1506px;
    margin:auto;
    padding: 5px 0;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-wrap: wrap; 
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.article-list-box li{
    box-sizing:border-box;
    width: 25%;
    padding: 5px;
}
.article-list-box li a{
    position:relative;
    display: block;
    width: 100%;
    padding: 77% 0 0;
    text-align: center;
    color:#FFF;
    text-decoration: none;
}



.article-list-box li img{
    position: absolute;
    top:0;
    left:0;
    z-index: 5;
    width: 100%;
    height: 100%;
}
.article-list-box li a .figcaption{
    box-sizing:border-box;
    position:relative;
    z-index: 10;
    padding: 20px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
}
.article-list-box li a .figcaption.new:after {
    content: " ";
    display: block;
    width: 17%;
    height: 201px;
    position: absolute;
    bottom: 26%;
    right: 1.5%;
    background: url(../images/icon_new.png) no-repeat;
    background-size:contain;
}
.article-list-box li a .figcaption.hot:after {
    content: " ";
    display: block;
    width: 19%;
    height: 140px;
    position: absolute;
    bottom: 0%;
    right: 1.5%;
    background: url(../images/icon_hot.png) no-repeat;
    background-size:contain;
}
.article-list-box li:nth-child(-n+2){
    max-width: 753px;
    /* max-width: 753px; */
    width: 50%;
    height: 50%;
    overflow: hidden;
}

@media screen and (min-width: 768px) {
.article-list-box li:nth-child(n+6){
    box-sizing:border-box;
    width: 25%;
    padding: 5px;
    float:left;
}
}
.article-list-box li:nth-child(-n+2) a{
    text-align: left;
}
.article-list-box li:nth-child(-n+2) a .figcaption{
    padding: 10px 20px 20px;
}
.article-list-box li:nth-child(-n+2) a .figcaption.new{
    padding: 10px 20% 50px 20px;
}
.article-list-box li a .figcaption > h2{
    font-size: 1.5vw;
    font-weight: bold;
}
.article-list-box li a .figcaption > p{
    font-size: 18px;
    color: #fff100;
}
.article-list-box li a nav{
    box-sizing:border-box;
    position: absolute;
    bottom: 20px;
    right: 1.5%;
    width: 17%;
    text-align:center;
    font-size: 16px;
    background-color: #000;
}
.article-list-box li a .figcaption.new > nav{
    float:right;
    width: 20%;
}

.info_area{
	padding: 5px 0px;	    background-color: rgba(0,128,0,.6);
}

.info_area a{
	position: static !important;
    display: block;
    width: 100%;
    padding: 0px !important;
    text-align: center;
    color: #FFF;
    text-decoration: none;	
}

.info_area_in > h2{
    font-size: 16px;
    color: #fff100;
}

.info_area_in{
	padding: 5px;	
	color: #FFF;
}


@media screen and (max-width: 1400px) {
.article-list-box li.foot_lst a {
}
}

@media screen and (max-width: 1000px) {
.article-list-box li.foot_lst a {
}
}

@media screen and (max-width: 768px) {

.article-list-box{
    box-sizing:border-box;
    width: 98%;
    margin:auto;
    padding: 1% 0;
}
.article-list-box li{
    box-sizing:border-box;
    width: 50%;
    padding: 1%;
}
.article-list-box li a{
}

.article-list-box li a .figcaption{
    padding: 2%;
}
.article-list-box li a .figcaption.new:after {
    width: 20%;
    height: 100%;
    bottom: 45%;
}
.article-list-box li a .figcaption.hot:after {
    width: 20%;
    height: 180%;
    bottom: 10%;
    background-size: contain;
}
.article-list-box li:nth-child(-n+2){
    width: 100%;
    height: auto;
}
.article-list-box li:nth-child(-n+2) a{
    text-align: left;
    padding: 60% 0 0;
}
.article-list-box li:nth-child(-n+2) a .figcaption{
    padding: 1.5% 2% 10%;
}
.article-list-box li:nth-child(-n+2) a .figcaption.new{
    padding: 1.5% 2% 10%;
}
.article-list-box li a .figcaption > h2{
    font-size: 16px;
}
.article-list-box li a .figcaption > time{
    font-size: 12px;
}
.article-list-box li a .figcaption > p{
    font-size: 14px;
}
.article-list-box li a nav{
    bottom: 7%;
    right: 1.5%;
    width: 30%;
    font-size: 14px;
}
.article-list-box li a .figcaption.new > nav{
    width: 30%;
}
}


#footer{
    box-sizing:border-box;
    width: 100%;
    height: 141px;
    padding: 30px 0px 0px;
    margin: 0px;
    background: url(../images/foot_bk.jpg) repeat-x;
}

#footer > nav{
    max-width: 960px;
    width: 100%;
    padding: 0px 0px 25px;
    margin: 0px auto;
    text-align: center;
}
#footer > nav li{
    position: relative;
    display: inline;
    padding: 0 13px;
    font-size: 16px;
    line-height: 1.7;
}
#footer > nav li:nth-child(-n+4):after {
    content: " ";
    display: block;
    width: 1px;
    height: 15px;
    color: #fff;
    position: absolute;
    right: -3px;
    bottom: 1px; 
    background: #FFF; 
}
#footer > nav li:nth-child(n+7):after {
    content: " ";
    display: block;
    width: 1px;
    height: 15px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 1px; 
    background: #FFF; 
}
#footer > nav li:nth-child(6):before {
	content: "\A" ;
	white-space: pre ;
}
#footer > nav li a{
    color: #FFF;
    text-decoration: none;
}


#footer small{
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: center;
	clear: both;
	display: block;
    color:#FFF;
}

@media screen and (max-width: 768px) {
#footer{
    height: auto;
    padding: 3% 0px;
    background: url(../images/foot_bk.jpg) repeat;
}

#footer > nav{
    width: 94%;
    padding: 0px 0px 3%;
    margin: 0px auto;
}
#footer > nav li{
    padding: 0 2%;
    font-size: 14px;
    line-height: 2.5;
}
#footer > nav li:nth-child(-n+4):after,
#footer > nav li:nth-child(n+7):after {
    content: " ";
    display: none;
}
#footer > nav li:nth-child(1):after,
#footer > nav li:nth-child(4):after,
#footer > nav li:nth-child(7):after,
#footer > nav li:nth-child(9):after {
    content: " ";
    display: block;
    width: 1px;
    height: 15px;
    color: #fff;
    position: absolute;
    right: -3px;
    bottom: 1px; 
    background: #FFF; 
}
#footer > nav li:nth-child(4):before {
    content: " ";
    display: block;
    width: 1px;
    height: 15px;
    color: #fff;
    position: absolute;
    left: -3px;
    bottom: 1px; 
    background: #FFF; 
}/*
#footer > nav li:nth-child(-n+4):after {
    content: " ";
    display: block;
    width: 1px;
    height: 15px;
    color: #fff;
    position: absolute;
    right: -3px;
    bottom: 1px; 
    background: #FFF; 
}
#footer > nav li:nth-child(n+7):after {
    content: " ";
    display: block;
    width: 1px;
    height: 15px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 1px; 
    background: #FFF; 
}*/
#footer > nav li:nth-child(3):before,
#footer > nav li:nth-child(8):before,
#footer > nav li:nth-child(10):before {
	content: "\A" ;
	white-space: pre ;
}
#footer > nav li a{
    color: #FFF;
    text-decoration: none;
}
#footer small{
    font-size: 12px;
}
}


/*----------------------------------------------------
	下層テンプレート
----------------------------------------------------*/

.bread-nav{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.bread-nav li{
    float:left;
    padding: 1.2% 0;
    font-size: 12px;
    padding-right:25px;
}
.bread-nav li a{
    position:relative;
    color: #333;
    text-decoration: none;
}
.bread-nav li a:after {
    content: ">";
    font-size: 10pt;
    color: #666;
    position: absolute;
    bottom: 1px;
    right: -16px;
}
.bread-nav li:last-child a:after {
    content: " ";
    display: none;
}
.bread-nav li a:hover{
    opacity: .6;
    text-decoration: underline;
}
.art-thumbnail{
    max-width: 1200px;
    width: 100%;
    height: 600px;
    margin: 0 auto;
    overflow: hidden;
}
.art-thumbnail img{
    position: relative;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.art-thumbnail_02 {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto 15px;
}


.art-thumbnail_02 img {
    width: 100%;
    height: auto;
}

.art-box-lyt{
    box-sizing:border-box;
    max-width: 650px;
    width: 100%;
    margin: 0 auto 5%;
}
.art-box-lyt .art-hdg{
    font-size: 36px;
    padding-top: 3%;
    font-weight:bold;
}
.art-box-lyt time{
    display: block;
    padding: .5% 0 3%;
    color: #666;
    font-size: 12px;
}
.art-box-lyt ul.sns-box{
    box-sizing:border-box;
    padding: 0%;
    margin-bottom:4%;
}
.art-box-lyt ul.sns-box li{
    float:left;
    padding-left:8px;
}
.art-box-lyt p{
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.08em;
    padding-bottom: 3%;
}

@media screen and (max-width: 768px) {
    
.bread-nav{
    width: 98%;
    margin: 0 auto;
}
.bread-nav li{
    padding: 4% 0;
    padding-right:25px;
}
.bread-nav li a{
    position:relative;
    color: #333;
    text-decoration: none;
}
.art-thumbnail{
    width: 100%;
    height: 250px;
}
.art-box-lyt{
    width: 95%;
    margin: 0 auto 8%;
}
.art-box-lyt .art-hdg{
    font-size: 26px;
}
.art-box-lyt time{
    display: block;
    padding: .5% 0 3%;
    color: #666;
    font-size: 12px;
}
.art-box-lyt ul.sns-box li{
    float:left;
    padding-left:8px;
}
.art-box-lyt p{
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.08em;
    padding-bottom: 5%;
}

}


.art-box-lyt .art-lyt,
.art-box-lyt .pic-lyt{
    width: 96%;
    padding: 0 2%;
}
.art-box-lyt .art-lyt.line,
.art-box-lyt .art-lyt.line-s{
    border-bottom: dotted 1px #999;
    padding-bottom: 25px;
    margin-bottom:25px;
}
.art-box-lyt .art-lyt.end{ padding-bottom: 45px;}
.art-box-lyt .pic-lyt.end{ padding-bottom: 3%;}
.art-box-lyt .art-lyt.profile .img-box{ width: 19.31%; float: left;}
.art-box-lyt .art-lyt.profile .tbl-box{ width: 75.36%; float:right;}
.art-box-lyt .art-lyt.profile .tbl-box > table {
    width: 100%;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 1px;
}
.art-box-lyt .art-lyt.profile .tbl-box > table th,
.art-box-lyt .art-lyt.profile .tbl-box > table td {
    padding: 10px;
}
.art-box-lyt .art-lyt.profile .tbl-box > table th {
    background: #296e15;
    vertical-align: middle;
    text-align: left;
    width: 100px;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
}
.art-box-lyt .art-lyt.profile .tbl-box > table th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(41, 110, 21, 0);
    border-left-color: #296e15;
    border-width: 10px;
    margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
    .art-box-lyt .art-lyt.profile .tbl-box > table th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #296e15 10px solid;
        margin-top: -10px;
    }
}
.art-box-lyt .art-lyt.profile .tbl-box > table td {
    background: #f0ffeb;
    width: 360px;
    padding-left: 20px;
}

.art-box-lyt .art-lyt figure{ float:right;}
.art-box-lyt .art-lyt figure figcaption,
.art-box-lyt .pic-lyt figure figcaption{ color: #666; font-size: 12px; padding-top:8px;}
.art-box-lyt .art-lyt figure img,
.art-box-lyt .pic-lyt figure img{ width: 100%; height: auto;}
.art-box-lyt .art-lyt figure.w230{ width: 35.38%;}
.art-box-lyt .art-lyt figure.w100{ width: 15.38%;}
.art-box-lyt .art-lyt figure.w100.p_b35{padding-bottom: 0px;}
.art-box-lyt .art-lyt figure.w252{ width: 38.76%;}
.art-box-lyt .art-lyt figure.w197{ width: 30.3%;}
.art-box-lyt .art-lyt .doc-box{ float: left;}
.art-box-lyt .art-lyt .doc-box.w400{ width: 61.53%;}
.art-box-lyt .art-lyt .doc-box.w530{ width: 81.53%;}
.art-box-lyt .art-lyt .doc-box.w378{ width: 58.15%;}
.art-box-lyt .art-lyt .doc-box.w433{ width: 66.61%;}
.art-box-lyt .pic-lyt figure{ box-sizing:border-box; width: 50%; float: left; padding: 0 1% 6%;}


.art-box-lyt .art-hdg-h3{
    position: relative;
    font-size: 26px;
    padding: 13px 0;
    margin-bottom: 25px;
    text-align:center;
}
.art-box-lyt .art-hdg-h3:before {
    content: " ";
    display: block;
    width: 100%;
    height: 5px;
    position: absolute;
    top: 0px; 
    background: url(../images/h3_hdg_top.png) repeat; 
}
.art-box-lyt .art-hdg-h3:after {
    content: " ";
    display: block;
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: 0px;
    background: url(../images/h3_hdg_bottom.png) repeat;
}
.art-box-lyt .art-hdg-h4{
    font-size: 20px;
    padding: 25px 0 0 30px;
    margin-bottom: 13px;
    font-weight: bold;
    color: #155a00;
    background: url(../images/h4_icon.png) no-repeat left bottom;
}
.art-box-lyt .art-lyt nav{
    margin-bottom: 1%;
}
.art-box-lyt .art-lyt nav.end{
    margin-bottom: 6%;
}
.art-box-lyt .art-lyt nav a{
    position: relative;
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 5% 0 4% 5%;
    font-size:16px;
    color: #FFF;
    text-decoration: none;
    background-color: #239800;
	border-radius: 4px; 
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.art-box-lyt .art-lyt nav a::before{
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    top: 22px;
    right: 3%;
    border-top: 3px solid #f7ea18;
    border-right: 3px solid #f7ea18;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.art-box-lyt iframe.map-lyt {
    border:0;
}


.article-list-box li.foot_li img{
    width: 100%;
    height: 100%;
}



@media screen and (max-width: 768px) {
.art-box-lyt .art-lyt.line{
    padding-bottom:  5%;
    margin-bottom: 0%;
}
.art-box-lyt .art-lyt.line-s{
    padding-bottom:  5%;
    margin-bottom: 6%;
}
.art-box-lyt .art-lyt.end,
.art-box-lyt .pic-lyt.end{ padding-bottom: 10%;}
.art-box-lyt .art-lyt.profile .img-box{ width: 100%; float: none;}
.art-box-lyt .art-lyt.profile .img-box img{ width: 30%; height: auto; margin:auto; display:block;}
.art-box-lyt .art-lyt.profile .tbl-box{ width: 100%; float: none;}
.art-box-lyt .art-lyt.profile .tbl-box > table {
    width: 100%;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 1px;
}
.art-box-lyt .art-lyt.profile .tbl-box > table th,
.art-box-lyt .art-lyt.profile .tbl-box > table td {
    padding: 10px;
}
.art-box-lyt .art-lyt.profile .tbl-box > table th {
    background: #296e15;
    vertical-align: middle;
    text-align: left;
    width: 100px;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
}
.art-box-lyt .art-lyt.profile .tbl-box > table th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(41, 110, 21, 0);
    border-left-color: #296e15;
    border-width: 10px;
    margin-top: -10px;
}
.art-box-lyt .art-lyt.profile .tbl-box > table td {
    background: #f0ffeb;
    width: 360px;
    padding-left: 20px;
}

.art-box-lyt .art-lyt figure,
.art-box-lyt .art-lyt .doc-box{ float: none;}
.art-box-lyt .art-lyt figure figcaption,
.art-box-lyt .pic-lyt figure figcaption{ font-size: 14px; padding-top: 2%; text-align:center}
.art-box-lyt .art-lyt figure img{ width: 60%; height: auto; margin:auto; display:block;}
.art-box-lyt .art-lyt figure.w230,
.art-box-lyt .art-lyt figure.w100,
.art-box-lyt .art-lyt figure.w252,
.art-box-lyt .art-lyt figure.w197,
.art-box-lyt .art-lyt .doc-box.w400,
.art-box-lyt .art-lyt .doc-box.w530,
.art-box-lyt .art-lyt .doc-box.w378,
.art-box-lyt .art-lyt .doc-box.w433{ width: 100%;}
.art-box-lyt .art-lyt figure.w100 img{ width: 35%;}
.art-box-lyt .art-lyt figure.w252 img{ width: 80%;}
.art-box-lyt .art-lyt figure.w100.p_b35{padding-bottom: 10%;}
.art-box-lyt .pic-lyt figure{ box-sizing:border-box; width: 100%; float: left; padding: 0 1% 6%;}

.art-box-lyt .art-hdg-h3{
    position: relative;
    font-size: 22px;
    padding: 13px 0;
    margin-bottom: 6%;
    text-align:center;
}
.art-box-lyt .art-hdg-h4{
    font-size: 18px;
    padding: 20px 0 0 22px;
    margin-bottom: 13px;
    font-weight: bold;
    color: #155a00;
    background: url(../images/h4_icon.png) no-repeat left bottom;
    background-size: 20px 54px;
}
.art-box-lyt iframe.map-lyt {
    display:block;
    width:90%;
    height:300px;
    margin: auto;
    padding-bottom:6%;
}


.article-list-box li.foot_li img{
    width: 100%;
    height: 100%;
}
.article-list-box li.foot_lst a {
    padding: 77% 0 0;
}

}



/*----------------------------------------------------
	CMページ
----------------------------------------------------*/

/**/
.lb-data .lb-number{
    display: none !important;
}

.p_cm{
}
.p_cm-in{
    background: #e1f5d4;
    padding: 2rem 0;
    margin: 2rem 0 0;
}
.art-box-lyt .pic-lyt.p_cmLst figure{
    width: 25%;
}
.p_cmPos{
    text-align: center;
    margin-bottom: 1rem;
    max-width: 800px;
    margin: 0 auto 3rem;
}
.p_cmPos img{
    width: 100%;
    height: auto;
}
.p_cmSns{
    max-width: 1100px;
    margin: 0rem auto 0;
    display: flex;
    flex-flow: wrap;
    text-align: center;
    justify-content: space-between;
}
.p_cmSnsTtl{
    width: 100%;
    background: #000;
    color: #ffffff;
    text-align: center;
    padding: 1rem;
    box-sizing: border-box;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    font-weight: bold;
}
.p_cmSnsTtl.tw{
    background: #1bb4d3;
}
.p_cmSnsTtl.in{
background: #ab22d2; /* Old browsers */
background: linear-gradient(45deg,  #ab22d2 0%,#f55b3f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab22d2', endColorstr='#f55b3f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.p_cmSnsTtl.yo{
    margin-top: 3rem;
    background: #cc0000;
}

.p_cmSnsTwi{
    width: 49%;
}
.p_cmSnsIns{
    width: 49%;
}
.p_cmSnsIns iframe{
    max-width: 100% !important;
}
.p_cmSnsYou{
    width: 100%;
}
.p_cmSnsYouLst{
    flex-flow: wrap;
    display: flex;
    justify-content: space-between;
}
.p_cmSnsYouLst li{
    width: 49%;
    margin-bottom: 1rem;
}

.p_cmSnsYouLstBox{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.p_cmSnsYouLstBox iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 768px) {
    .p_cm-in{
        padding: 1rem 1rem;
        margin: 1rem 0 0;
    }
	.p_cmPos{
		line-height: 0;
    }
    .p_cmSns{
        display: block;
        margin: 0rem auto 0;
    }
    .p_cmSnsTwi{
        width: 100%;
		margin-bottom: 2rem;
    }
    .p_cmSnsIns{
        width: 100%;
		margin-bottom: 2rem;
    }
    
    .p_cmSnsYouLst{
                display: block;
    }
    .p_cmSnsYouLst li{
        width: 100%;
    }

 .art-box-lyt .pic-lyt.p_cmLst figure{
    width: 50%;
}
   
    
}







