@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
ol, ul {
    list-style: none !important;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
@import url('https://fonts.googleapis.com/css2?family=Kaisei+Opti:wght@400;500;700&family=Kiwi+Maru:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
.mincho{
    font-family: 'Kaisei Opti', serif;
    font-family: 'Kiwi Maru', serif;
}
body{
    font-family: 'Shippori Mincho', serif;
    font-size: 16px;
}
.mplus {
    font-family: "M PLUS Rounded 1c", sans-serif;
}
p{
    line-height: 30px;
}
h2{
}
a{
    color: #000;
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
a:hover img {
    opacity: 0.6;
}
img{
    width: 100%;
    vertical-align: bottom;
}
figure{
    margin: 0;
}
figcaption{

}
.pc{
    display: block;
}
.sp{
    display: none;
}
.inner{
    width: 1080px;
    overflow: hidden;
    margin: 0 auto;
    height: 100%;
}
.inner_l{
    width: 1280px;
    overflow: hidden;
    margin: 0 auto;
    height: 100%;
}
.column{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.flex{
    display: flex;
    flex-wrap: wrap;
}
.f_btwn{
    justify-content: space-between;
}
.clm2 {
    width: calc((100% - 40px) / 2);
}
/*================================
    header
=================================*/
header{
    background: url(../../common/img/pc/bg/bg_header.jpg) no-repeat;
}
.header_top .contents_nav{
    padding: 20px 0;
}
.nav_pc .nav_list li{
    width: 14%;
    text-align: center;
    box-sizing: border-box;
    border-right: 1px solid #1a8cbf;
}
.nav_pc .nav_list li:first-child{
    border-left: 1px solid #1a8cbf;
}
.nav_pc .nav_list li.logo{
    width: 16%;
}
.nav_pc .nav_list li.logo img{
    width: auto;
}
.nav_pc .nav_list a{
    padding-top: 56px;
    color: rgb(0, 0, 0);
    line-height: 1;
    box-sizing: border-box;
    display: block;
    transition : all .3s;
    font-weight: bold;
}
.nav_pc .nav_list a:hover {
    color: #1a8cbf;
}

.nav_list .nav_company a{
    background: url(../../common/img/pc/nav/company.png) no-repeat;
    background-position: center top;
}
.nav_list .nav_painting a{
    background: url(../../common/img/pc/nav/painting.png) no-repeat;
    background-position: center top;
}
.nav_list .nav_interior a{
    background: url(../../common/img/pc/nav/Interior-work.png) no-repeat;
    background-position: center top;
}
.nav_list .nav_achievement a{
    background: url(../../common/img/pc/nav/achievement.png) no-repeat;
    background-position: center top;
}
.nav_list .nav_voice a{
    background: url(../../common/img/pc/nav/voice.png) no-repeat;
    background-position: center top;
}
.nav_list .nav_work a{
    background: url(../../common/img/pc/nav/work.png) no-repeat;
    background-position: center top;
}
.nav_list .nav_contact a{
    background: url(../../common/img/pc/nav/contact.png) no-repeat;
    background-position: center top;
}

.nav_list .nav_company a:hover{
    background: url(../../common/img/pc/nav/company_on.png) no-repeat;
    background-position: center top;
}
.nav_list .nav_painting a:hover{
    background: url(../../common/img/pc/nav/painting_on.png) no-repeat;
    background-position: center top;
}
.nav_list .nav_interior a:hover{
    background: url(../../common/img/pc/nav/Interior-work_on.png) no-repeat;
    background-position: center top;
}
.nav_list .nav_achievement a:hover{
    background: url(../../common/img/pc/nav/achievement_on.png) no-repeat;
    background-position: center top;
}
.nav_list .nav_voice a:hover{
    background: url(../../common/img/pc/nav/voice_on.png) no-repeat;
    background-position: center top;
}
.nav_list .nav_work a:hover{
    background: url(../../common/img/pc/nav/work_on.png) no-repeat;
    background-position: center top;
}
.nav_list .nav_contact a:hover{
    background: url(../../common/img/pc/nav/contact_on.png) no-repeat;
    background-position: center top;
}
.nav_pc .nav_list .logo,
.nav_pc .nav_list .logo a{
    padding-top: 0;
}

#cntent_voice .figure_list {
    width: calc(100% / 3);
    max-width: inherit;
}
#cntent_voice .figure_list figure {
    display: flex;
    margin: 0 10px 50px;
}
#cntent_voice .img_box {
    margin-bottom: 0;
}
#cntent_voice .figure_list figure figcaption {
    width: 162px;
}
#cntent_voice .figure_list img {
    width: 130px !important;
    height: 130px;
    object-fit: cover;
    border-radius: 100px;
    max-width: inherit !important;
    padding: 10px;
}
#cntent_voice .figure_list .voice_cnt p {
    font-size: 14px;
    line-height: 1.5;
}
#cntent_voice .figure_list h4.name {
    border-bottom: 1px solid #999;
    padding-bottom: 10px;
}

/*================================
    footer
=================================*/
footer{
    background: url(../../common/img/pc/bg/bg_footer_top.png) no-repeat;
    background-position: top center;
    padding-top: 136px;
}
.footer_block,
.copyright_block{
    background: #BAE2F4;
}
.content_footer{
    padding: 40px 0 ;
}
.content_footer .logo{
    text-align: center;
    margin-bottom: 20px;
}
.address_text{
    text-align: center;
    margin-top: 10px;
}
.nav_footer{
    margin-top: 40px;
}
.nav_footer .flex{
    justify-content: center;
}
.nav_footer li{
    width: calc(100% / 7);
    box-sizing: border-box;
}
.nav_footer li a{
    box-sizing: border-box;
}
.nav_footer li .cover{
    text-align: center;
}
.nav_footer li .cover span{
    display: inline-block;
}
.nav_footer li {
    width: calc(100% / 7);
    box-sizing: border-box;
    text-align: center;
    position: relative;
}
.nav_footer li:before {
    content: '/';
    position: absolute;
    left: 0;
}
.nav_footer li:first-of-type:before {
    content: '';
}
/*.nav_footer li:after{
    content: "/";
    padding: 0 10px;
}
.nav_footer li:first-child:before{
    content: "/";
    padding-right: 10px;
}
.nav_footer li:last-child:after{
    content: "/";
    padding-left: 0;
}*/
.copyright_block{
    border-top: 2px solid #1a8cbf;
}
.copyright{
    padding: 10px 0;
    text-align: center;
}
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
}
.pc-page-top{
    width: 100px;
}
.content_footer .logo img{
    width: auto;
}

/*================================
    contents
=================================*/
.cntent_block{
    padding: 40px 0;
    /* width: fit-content; */
}
.link_btn{
    margin-top: 20px;
    text-align: center;
	font-size: 16px; 
	text-decoration: none;
}
.link_btn a{
    font-weight: bold;
    display: block;
    margin: 0 auto;
    border: 1px solid #1a8cbf;
    border-radius: 5px;
    color: #1a8cbf;
    /* max-width: 280px; */
    padding: 8px 10px;
    background: url(../../common/img/pc/ico/ico_arrow_linkbtn.png) no-repeat #fff;
    background-position: right 20px center;
    box-sizing: border-box;
    transition : all .3s;
	text-decoration: none; 
}
.link_btn a:hover{
    color: #fff;
    background: url(../../common/img/pc/ico/ico_arrow_linkbtn_w.png) no-repeat #1a8cbf;
    background-position: right 20px center;
	text-decoration: none;
}
.link_btn.bg a{
    color: #fff;
    background: url(../../common/img/pc/ico/ico_arrow_linkbtn_w.png) no-repeat #1a8cbf;
    background-position: right 10px center;
    margin: 0;
	text-decoration: none;
}
.link_btn.bg a:hover{
    color: #1a8cbf;
    background: url(../../common/img/pc/ico/ico_arrow_linkbtn.png) no-repeat #fff;
    background-position: right 20px center;
    margin: 0;
	text-decoration: none;
}
.link_btn.bg_none a{
    color: #fff;
    background: url(../../common/img/pc/ico/ico_arrow_linkbtn_w.png) no-repeat transparent;
    background-position: right 20px center;
    border: 1px solid #fff;
	text-decoration: none;
}
.link_btn.bg_none a:hover{
    color: #1a8cbf;
    background: url(../../common/img/pc/ico/ico_arrow_linkbtn.png) no-repeat #fff;
    background-position: right 20px center;
    border: 1px solid #1a8cbf;
	text-decoration: none;
}
.link_btn.bg.center{
    /*  margin-left: auto;/* ボタンを右寄せ */
    /* margin: 0px 0px 10px 760px;*/
    margin: 30px auto 80px ;/* ボタンを右寄せ */
}


/*--- 2023.4.3　追加　LINE誘導ボタン
----------------------------------*/
.link_btn_line{
    margin: 20px;
    text-align: center;
}
.link_btn_line a{
    font-weight: bold;
    /*display: block;*/
    border: 1px solid #31ae36;
    border-radius: 5px;
    color: #31ae36;
    width: 280px;
    /*padding: 8px 10px;*/
    padding: 16px 56px;
    margin: 20px;
    background: url(../../common/img/pc/ico/ico_arrow_linkbtn_green.png) no-repeat #fff;
    background-position: right 20px center;
    box-sizing: border-box;
    transition : all .3s;
}
@media screen and (max-width: 750px){
.link_btn_line a{
    font-weight: bold;
    /*display: block;*/
    border: 1px solid #31ae36;
    border-radius: 5px;
    color: #31ae36;
    width: 280px;
    /*padding: 8px 10px;*/
    padding: 16px 66px;
    margin: 20px;
    background: url(../../common/img/pc/ico/ico_arrow_linkbtn_green.png) no-repeat #fff;
    background-position: right 20px center;
    box-sizing: border-box;
    transition : all .3s;
}
}
.link_btn_line a:hover{
    color: #fff;
    background: url(../../common/img/pc/ico/ico_arrow_linkbtn_w.png) no-repeat #31ae36;
    background-position: right 20px center;
}
.link_btn_line.bg a{
    color: #fff;
    background: url(../../common/img/pc/ico/ico_arrow_linkbtn_w.png) no-repeat #31ae36;
    background-position: right 20px center;
    margin: 0;
}
.link_btn_line.bg a:hover{
    color: #31ae36;
    background: url(../../common/img/pc/ico/ico_arrow_linkbtn_green.png) no-repeat #fff;
    background-position: right 20px center;
    margin: 0;
}
.link_btn_line.bg_none a{
    color: #fff;
    background: url(../../common/img/pc/ico/ico_arrow_linkbtn_w.png) no-repeat transparent;
    background-position: right 20px center;
    border: 1px solid #fff;
}
.link_btn_line.bg_none a:hover{
    color: #31ae36;
    background: url(../../common/img/pc/ico/ico_arrow_linkbtn_green.png) no-repeat #fff;
    background-position: right 20px center;
    border: 1px solid #31ae36;
}




/*--- title_box
----------------------------------*/
.title_box{
    text-align: center;
}
.title_box h2{
    font-weight: bold;
    font-size: 34px;
    padding-top: 112px;
    margin-bottom: 20px;
}
.cntent_block .text{
    text-align: center;
}
/*--- 共通スタイル
----------------------------------*/
.t_left{
    text-align: left !important;
}
.t_right{
    text-align: right !important;
}
.t_center{
    text-align: center !important;
}
.container{
    margin-top: 40px;
    overflow: hidden;
}
.slider {
    width: 48% !important;
    float: left;
}
.thumbnail_block{
    width: 48% !important;
    float: right;
}
.thumbnail_block .day{
    color: #1a8cbf;
    margin-bottom: 5px;
}
.thumbnail_block .ctg{
    margin-bottom: 15px;
}
.thumbnail_block .ctg a{
    color: #fff;
    background: #1a8cbf;
    padding: 0px 15px;
    display: inline-block;
    box-sizing: border-box;
}
.title_style{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #1a8cbf;

}
.thumbnail-img{
    width: 93% !important;
    max-height: 400px;
    object-fit: cover;
}
.thumbnail_title{
    padding-bottom: 20px;
}
.figure_list{
    max-width: 340px;
}
.figure_list img{
    width: 100% !important;
    max-width: 100% !important;
    height: 420px;
    object-fit: cover;
}
.figure_list dl .name{
    padding-left: 20px;
}
.figure_list img{
    border-radius: 170px 170px 0 0;
}
#cntent_contact .inner{
    width: 1080px;
}
/*===============================================
●tablet.css 画面の横幅が750pxまで
===============================================*/
@media screen and (max-width: 750px){
img{
    width: auto !important;
}
.inner_l {
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
}
.inner{
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
}
#cntent_contact .inner {
    width: 100%;
}
.pc{
    display: none;
}
.sp{
    display: block;
}
.sp img{
    max-width: 100%;
    height: auto;
}
body{
    font-size: 28px;
}
p {
    line-height: 50px;
}
header{
    background: url(../../common/img/sp/bg/bg_header.jpg) no-repeat;
    height: 120px;
}
.logo h1{
    text-align: center;
}
.title_box h2 {
    font-size: 46px;
    padding-top: 160px;
    margin-bottom: 40px;
}
.banner_block img {
    width: 100% !important;
}
.cntent_block .text {
    font-size: 28px;
    line-height: 50px;
}
.link_btn {
    margin-top: 50px;
}
.link_btn a {
    font-size: 32px;
    width: 560px;
    padding: 22px 10px;
    background: url(../../common/img/sp/ico/ico_arrow_linkbtn.png) no-repeat #fff;
    background-position: right 40px center;
}
.link_btn.bg a {
    color: #fff;
    background: url(../../common/img/sp/ico/ico_arrow_linkbtn_w.png) no-repeat #1a8cbf;
    background-position: right 10px center !important;
    margin: 0 auto;
    width: auto;
    padding: 10px 30px;
}
	
.link_btn.bg2 a {
    color: #fff;
    background: url(../../common/img/sp/ico/ico_arrow_linkbtn_w.png) no-repeat #1a8cbf;
    background-position: right 10px center !important;
    margin: 20px auto 80px;
    width: auto;
    padding: 10px 30px;
}
	
.slider {
    width: 100% !important;
    float: none;
    padding: 0 30px;
    box-sizing: border-box;
}
.thumbnail_block {
    width: 100% !important;
    float: none;
    box-sizing: border-box;
}
.thumbnail_box{
    overflow: hidden;
    padding: 0 30px;
}
.thumbnail_box .day,
.thumbnail_box .ctg{
    float: left;
    font-size: 26px;
}
.thumbnail_box .ctg{
    margin-left: 40px;
}
.thumbnail_box .title_style{
    clear: both;
    padding-top: 20px;
    font-size: 42px;
}
.thumbnail-img,
.thumbnail-img img {
    width: 100% !important;
}
footer {
    background: url(../../common/img/sp/bg/bg_footer_top.png) no-repeat;
    background-position: top center;
    padding-top: 140px;
}
/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 10px;
  top   : 20px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
  background-color: transparent;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left  : 6px;
  background : #1A8CBF;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}
/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform  : rotate(-45deg);
}
.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform  : rotate(45deg);
}
nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #000;
  background: #fff;
  text-align: center;
  transform: translateY(-100%);
  transition: all 0.6s;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
}
nav.globalMenuSp ul {
  margin: 20px 0;
  padding: 0;
  width: 100%;
}
nav.globalMenuSp ul li {
    margin-top: 20px;
    padding: 0;
    width: 50%;
    border-top: 1px solid #B5B5B5;
}
nav.globalMenuSp ul li:first-child,
nav.globalMenuSp ul li:nth-child(2){
    margin-top: 0;
    border: none;
}
nav.globalMenuSp ul li:first-child a,
nav.globalMenuSp ul li:nth-child(2) a{
    margin-top: 0;
}
nav.globalMenuSp ul li a {
  display: block;
  color: #000;
  font-size: 36px;
}
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateY(0%);
  padding: 0;
}
.nav_list a{
    padding-top: 100px;
    margin-top: 20px;
    border-left: 1px solid #B5B5B5;
}
.nav_list li:nth-child(even) a{
    border-right: 1px solid #B5B5B5;
}
.nav_list .nav_company a,.nav_list .nav_company a:hover{
    background: url(../../common/img/sp/nav/company.png) no-repeat;
    background-position: center top;
    background-size: 60px 39px;
}
.nav_list .nav_painting a,.nav_list .nav_painting a:hover{
    background: url(../../common/img/sp/nav/painting.png) no-repeat;
    background-position: center top;
    background-size: 60px 39px;
}
.nav_list .nav_interior a,.nav_list .nav_interior a:hover{
    background: url(../../common/img/sp/nav/Interior-work.png) no-repeat;
    background-position: center top;
    background-size: 60px 39px;
}
.nav_list .nav_achievement a,.nav_list .nav_achievement a:hover{
    background: url(../../common/img/sp/nav/achievement.png) no-repeat;
    background-position: center top;
    background-size: 60px 39px;
}
.nav_list .nav_voice a,.nav_list .nav_voice a:hover{
    background: url(../../common/img/sp/nav/voice.png) no-repeat;
    background-position: center top;
    background-size: 60px 39px;
}
.nav_list .nav_work a,.nav_list .nav_work a:hover{
    background: url(../../common/img/sp/nav/work.png) no-repeat;
    background-position: center top;
    background-size: 60px 39px;
}
.nav_list .nav_contact a,.nav_list .nav_contact a:hover{
    background: url(../../common/img/sp/nav/contact.png) no-repeat;
    background-position: center top;
    background-size: 60px 39px;
}
header .content_box{
    margin-top: 20px;
}
header .tel {
    text-align: center;
}
header .tel a {
    background: url(../../common/img/sp/ico/ico_tel.png) no-repeat;
    background-position: left 10px;
    color: #1A8CBF;
    font-size: 67px;
    line-height: 99px;
    padding-left: 70px;
}
.globalMenuSp .inner{
    position: relative;
}

}
/*===============================================
●tablet.css 画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 768px){
.inner_l {
    padding: 0 15px;
}
.inner{
    padding: 0 15px;
}
body{
    font-size: 14px;
}
p {
    line-height: 25px;
}
header {
    background: url(../../common/img/sp/bg/bg_header.jpg) no-repeat;
    height: 84px;
    box-sizing: border-box;
}
.title_box h2 {
    font-size: 23px !important;
    padding-top: 160px;
    margin-bottom: 20px;
    line-height: 1.4 !important;
}
.cntent_block .text {
    font-size: 14px;
    line-height: 25px;
}
.link_btn {
    margin-top: 25px;
}
.link_btn a {
    font-size: 16px;
    width: 280px;
    padding: 0;
    background: url(../../common/img/sp/ico/ico_arrow_linkbtn.png) no-repeat #fff;
    background-position: right 40px center;
    background-size: 9px 15px;
}
.link_btn.bg a {
    background: url(../../common/img/sp/ico/ico_arrow_linkbtn_w.png) no-repeat #1a8cbf;
    background-position: right 20px center;
    background-size: 9px 15px;
}
.link_btn.bg2 a {
    background: url(../../common/img/sp/ico/ico_arrow_linkbtn_w.png) no-repeat #1a8cbf;
    background-position: right 20px center;
    background-size: 9px 15px;
    margin: 20px auto 80px;
}
	
.slider {
    padding: 0 15px;
}
.thumbnail_box{
    padding: 0 15px;
    margin: 20px 0
}
.thumbnail_box .day,
.thumbnail_box .ctg{
    float: left;
    font-size: 13px;
}
.thumbnail_box .ctg{
    margin-left: 20px;
}
.thumbnail_box .title_style{
    padding-top: 10px;
    font-size: 21px !important;
    line-height: 1.4 !important;
}
footer {
    background: url(../../common/img/sp/bg/bg_footer_top.png) no-repeat;
    background-position: top center;
    padding-top: 70px;
}
nav.globalMenuSp ul li a {
  display: block;
  color: #000;
  font-size: 18px;
}
.nav_list .nav_company a{
    background: url(../../common/img/sp/nav/company.png) no-repeat;
    background-position: center top;
    background-size: 60px 39px;
}
.nav_list .nav_painting a{
    background: url(../../common/img/sp/nav/painting.png) no-repeat;
    background-position: center top;
    background-size: 60px 39px;
}
.nav_list .nav_achievement a{
    background: url(../../common/img/sp/nav/achievement.png) no-repeat;
    background-position: center top;
    background-size: 60px 39px;
}
.nav_list .nav_voice a{
    background: url(../../common/img/sp/nav/voice.png) no-repeat;
    background-position: center top;
    background-size: 60px 39px;
}
.nav_list .nav_work a{
    background: url(../../common/img/sp/nav/work.png) no-repeat;
    background-position: center top;
    background-size: 60px 39px;
}
.nav_list .nav_contact a{
    background: url(../../common/img/sp/nav/contact.png) no-repeat;
    background-position: center top;
    background-size: 60px 39px;
}
header .tel a {
    background: url(../../common/img/sp/ico/ico_tel.png) no-repeat;
    background-position: left 5px;
    background-size: 27px;
    font-size: 33px;
    line-height: 49px;
    padding-left: 35px;
}
.link_btn a:hover {
    color: #fff;
    background: url(../../common/img/pc/ico/ico_arrow_linkbtn_w.png) no-repeat #1a8cbf;
    background-position: right 20px center;
    background-size: 50%;
}
.nav_list a {
    padding-top: 70px;
}
.logo{
    padding: 20px 0;
}
.logo a{
    width: 85px;
    display: block;
    margin: 0 auto;
}
.logo a img{
    width: 100% !important;
}
#cntent_voice .figure_list {
    width: calc(100% / 2);
    max-width: inherit;
}
#cntent_voice .figure_list figure {
    margin: 0 10px 50px;
    flex-direction: column;
    flex-wrap: nowrap;
}
#cntent_voice .figure_list figure img,
#cntent_voice .figure_list figure figcaption {
    width: 100%;
}


}