@charset "utf-8";
/* CSS Document */

/* font
=========================================== */
@font-face {/*NotoSansJP*/
  font-family: 'NotoSansJP';
  src: url('../fonts/font/NotoSansJP-Regular.ttf');
  src:
  url('../fonts/font/NotoSansJP-Regular.woff2') format('woff2'),
  url('../fonts/font/NotoSansJP-Regular.woff') format('woff'),
  url('../fonts/font/NotoSansJP-Regular.ttf') format('TrueType');
	font-weight: 400;
}

@font-face {/*NotoSansJP 縦書き用*/
  font-family: 'NotoSansJP-tate';
  src: url('../fonts/font/NotoSansJP-tate_Regular.ttf');
  src:
  url('../fonts/font/NotoSansJP-tate_Regular.woff2') format('woff2'),
  url('../fonts/font/NotoSansJP-tate_Regular.woff') format('woff'),
  url('../fonts/font/NotoSansJP-tate_Regular.ttf') format('TrueType');
	font-weight: 400;
}

@font-face {/*NotoSansJP*/
  font-family: 'NotoSansJP';
  src: url('../fonts/font/NotoSansJP-Medium.ttf');
  src:
  url('../fonts/font/NotoSansJP-Medium.woff2') format('woff2'),
  url('../fonts/font/NotoSansJP-Medium.woff') format('woff'),
  url('../fonts/font/NotoSansJP-Medium.ttf') format('TrueType');
	font-weight: 500;
}

@font-face {/*NotoSansJP*/
  font-family: 'NotoSansJP';
  src: url('../fonts/font/NotoSansJP-Bold.ttf');
  src:
  url('../fonts/font/NotoSansJP-Bold.woff2') format('woff2'),
  url('../fonts/font/NotoSansJP-Bold.woff') format('woff'),
  url('../fonts/font/NotoSansJP-Bold.ttf') format('TrueType');
	font-weight: 700;
}

@font-face {/*NotoSerifJP*/
  font-family: 'NotoSerifJP';
  src: url('../fonts/font/NotoSerifJP-Bold.ttf');
  src:
  url('../fonts/font/NotoSerifJP-Bold.woff2') format('woff2'),
  url('../fonts/font/NotoSerifJP-Bold.woff') format('woff'),
  url('../fonts/font/NotoSerifJP-Bold.ttf') format('TrueType');
	font-weight: 700;
}

@font-face {/*NotoSerifJP 縦書き用*/
  font-family: 'NotoSerifJP-tate';
  src: url('../fonts/font/NotoSerifJP-tate_Bold.ttf');
  src:
  url('../fonts/font/NotoSerifJP-tate_Bold.woff2') format('woff2'),
  url('../fonts/font/NotoSerifJP-tate_Bold.woff') format('woff'),
  url('../fonts/font/NotoSerifJP-tate_Bold.ttf') format('TrueType');
	font-weight: 700;
}

/*共通*/
body{overflow: hidden;width: 100%;}
.pc {display:none!important;}
.sp {display:block;}

html.showPage body {background:#F2F0E5;}

body {
	color: #000;
	font-size:16px;
	line-height:1.6;
	font-family: 'NotoSansJP',"メイリオ","Mayryo ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: 400;
	font-style: normal;
	word-break: break-all;}
img{width:100%;height:auto;}


table {width: 100%;table-layout: fixed;}

h1,h2,h3,h4,h5,h6{font-weight: 700;}
a:link, a:visited {
    color: #0E0E0E;
    text-decoration: none;
	transition: 0.3s;
}

.wrap{position:relative;}

a {color: #0E0E0E;}

:focus { outline: none;}

input, select {
  -webkit-appearance: auto;
  appearance: auto;
}

/*共通設定*/
.btn01 {width:100%;height:70px;display:table;}
.btn01 a {display:table-cell;vertical-align:middle;text-align:left;padding-left:40px;font-weight:bold;text-decoration:none;border-radius:10px;background:url("../img/common/btn01.svg") no-repeat center right 20px #486A29;color:#fff;box-shadow: 0px 4px 10px rgba(72, 106, 41, 0.2);border:1px solid #486A29;font-size:16px;}

.title01 {font-family: 'NotoSerifJP';font-size:40px;line-height:1.4;}
.title01 .big {font-size:60px;}

/*ウェブフォント*/
.tcenter {text-align: center;}
.tright {text-align: right;}
.min {font-family: 'NotoSerifJP';font-weight:bold;}
.tate {font-family: 'NotoSerifJP';font-weight:bold;}

/*色*/
.shiro {color:#fff;}
.green {color:#486A29;}
.cha {color:#DEBF69;}
.cha02 {color:#8F7738;}
.mt20 {margin-top: 20px;}

.flex {width: 100%;
    margin: 0 ;
    padding: 0;
    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;
}

/*header
---------------------------------------------------------------*/
#header {width: 100%;position: fixed;transition: 0.3s;left: 0;right: 0;top: 0;margin: auto;z-index: 100;background:#F2F0E5;}
.header_inner {display: block;width: 100%;padding-left: 20px;box-sizing: border-box;}
.header_inner .logo {}
.header_inner .logo a {display: block;width:180px;height: 60px;background: url("../img/common/logo.png") no-repeat center;background-size: contain;}
.header_inner .logo a img {display:none;}
.header_inner .right {display:none;}

/* nav
=========================================== */
.sp-nav-btn {width: 48px;height:48px;position: absolute;box-sizing: border-box;text-align: center;top: 6px;right:20px;background:#000;border-radius:5px;transition: 0.3s;display: table;z-index: 109;box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);}

.sp-nav-btn:before{content:"";width:20px;height:2px;background:#fff;position: absolute;top:17px;left:14px;transition: 0.3s;box-shadow: 0 6px 0 0 #fff;border-radius:1px;}
.sp-nav-btn:after{content:"";width:20px;height:2px;background:#fff;position: absolute;bottom:17px;left:14px;transition: 0.3s;border-radius:1px;}

.sp-nav-btn.opon:before {transform: rotateZ(45deg);top:23px;box-shadow: none!important;}
.sp-nav-btn.opon:after {transform: rotateZ(-45deg);bottom:23px;}

.sp-tel {right: 78px;top: 6px;z-index: 101;position: absolute;width: 48px;height: 48px;display:table;}
.sp-tel a {display:table-cell;vertical-align:middle;text-align:center;background:#fff;box-shadow:0px 4px 10px rgba(0, 0, 0, 0.1);;border-radius:10px;}

div.navs-list {position: fixed;width: 100%;height:calc(100% - 60px);z-index: 102;top: 60px;padding:20px 40px 60px;box-sizing: border-box;right:-100%;transition: 0.3s;overflow-x: hidden;overflow-y: auto;background:#F2F0E5;}
div.navs-list.opon {right:0;}

div.navs-list > ul {font-size:18px;font-weight:bold;margin-bottom:50px;}
div.navs-list > ul > li {}
div.navs-list > ul > li:last-child {border-bottom: 1px solid #F4F4F4;}
div.navs-list > ul > li > a {padding:14px 0;font-weight:500;display:block;text-decoration:none;}

.nav-midashi {padding:14px 0;font-weight:500;display:block;text-decoration:none;background:url("../img/common/pass01.svg")no-repeat center right;}
.nav-midashi.on {background:url("../img/common/pass01_h.svg")no-repeat center right;}

div.navs-list .sp-nav {padding: 14px;font-size: 16px;display: none;}
div.navs-list .sp-nav li {margin-bottom:14px;font-weight: 400;} 
div.navs-list .sp-nav li:last-child {margin-bottom:0;}
div.navs-list .sp-nav li a {display:block;text-decoration:none;}


div.navs-list .tel {font-size:30px;font-weight:bold;text-align:center;}
div.navs-list .tel a {display:inline-block;padding-left:40px;background:url("../img/common/tel.svg")no-repeat center left;background-size:30px;}
div.navs-list .h_time {font-size:14px;text-align:center;margin-bottom:20px;}

.h_contact {width:252px;height:66px;display:table;margin:0 auto;}
.h_contact a {display:table-cell;vertical-align:middle;text-align:center;background:#000;color:#fff;font-weight:bold;text-decoration:none;border-radius:10px;box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);}
.h_contact a span {display:inline-block;padding-left:28px;background:url("../img/common/mail.svg")no-repeat center left;}
.h_contact a:hover {opacity:0.7;box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);}

/* main */
/*-------------------------------------------*/
#main {margin-top:60px;}
#main.home_main {}

/* 下層 main */
/*-------------------------------------------*/
#main.kasou {background:url("../img/main/kasou.png")no-repeat center top;padding-top:38px;height:116px;box-sizing:border-box;background-size: 1146px;}
#main.kasou h1 {font-family: 'NotoSerifJP';font-weight:bold;color:#fff;font-size:26px;line-height:1.4;text-align: center;}
#main.kasou h1 span {font-size:20px;display:block;margin-top: -15px;}

/*パンくず*/
div#bread {position:relative;line-height:1.2;padding:8px 5% 0;}
ul.bread-list {}
ul.bread-list li {font-size:14px;line-height:1.2;}
ul.bread-list li a {text-decoration:none;}
ul.bread-list li:after{content:">";margin: 0 4px;}
ul.bread-list li:last-child:after{content:none;}


/* TOPへ戻る・追従 */
/*-------------------------------------------*/
#fixed_trigger {position: absolute;left: 0;top:60px;z-index: -100;}

.kotei {width: 100%;position: fixed;transition: 0.3s;left:0;bottom: 0;z-index: 99;}
.kotei .h_contact {height:56px;width:100%;}
.kotei .h_contact a {border-radius:20px 20px 0 0;}


/* CLEARFIX
=========================================== */

.cf:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	font-size: 0.1em;
	line-height: 0;
}
.cf {
	min-height: 1px;
}
* html .cf {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/*ライトボックス設定*/
#fancybox-wrap { padding: 0!important;width: 100%!important;left: 0!important;}
div#fancybox-content {border:none;width: 92%!important;padding: 2%;margin: 2%;height: auto!important;}
div#fancybox-outer {background: none;}
#fancybox-close {position: absolute; top: 0!important;right: 0!important;}

section {position:relative;}

/* footer */
/*-------------------------------------------*/
.f_contact {padding:0 5%;}
.home .f_contact {padding:120px 5% 0;}

.f_contact .wrap {background:url("../img/common/f_contact_sp.png") no-repeat center;background-size:cover;border-radius:20px;padding:80px 5% 40px;box-sizing:border-box;}
.f_contact .title01 {margin-bottom:20px;}
.f_contact .ul01 {justify-content:center;margin-bottom:30px;text-align:center;}
.f_contact .ul01 li {padding:8px;line-height:1;font-weight:500;color:#fff;background:#52792F;border-radius:2px;margin-right:4px;width: calc(50% - 2px);box-sizing: border-box;}
.f_contact .ul01 li:nth-child(2) {margin-right:0;}
.f_contact .ul01 li:last-child {margin-right:0;width:100%;margin-top:4px;}
.f_contact .text01 {text-align:center;font-size:24px;line-height:1.4;margin-bottom:20px;}
.f_contact .text02 {margin-bottom:40px;}
.f_contact h3 {margin-bottom:-20px;font-size:20px;position:relative;}
.f_contact h3 span {padding:8px 16px;background:#B49646;border-radius:0 10px 0 10px;}
.f_contact .bg {padding:57px 20px 40px;box-sizing:border-box;background:#FCF8EE;border-radius:10px;display:block;margin-bottom: 40px;}
.f_contact .bg .box {width:100%;padding:30px 20px;box-sizing:border-box;background:#F4EFE2;border-radius:10px;margin-bottom:10px;}
.f_contact .bg .box:last-child {margin-bottom:0;}
.f_contact .bg .box h4 {font-size:18px;}
.f_contact .bg .box .num {font-size:24px;margin-top:10px;}
.f_contact .bg .box .num a {padding-left:34px;background:url("../img/common/tel.svg") no-repeat center left;background-size:24px;}
.f_contact .bg .box .num.fax a {background:url("../img/common/fax.svg") no-repeat center left;background-size:24px;}
.f_contact .bg .box .time {font-size:14px;}
.f_contact .bg .box .btn {width:100%;height:92px;display:table;margin:10px auto 0;}
.f_contact .bg .box .btn a {display:table-cell;vertical-align:middle;text-align:left;padding-left:20px;font-size:16px;border:1px solid #000;font-weight:bold;text-decoration:none;border-radius:10px;background:url("../img/common/mame.svg") no-repeat center right 20px #000;color:#fff;box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);}

.footer {padding:80px 10%;}
.footer .cnt01 {display:block;padding-bottom:60px;border-bottom:1px solid #D8D2C4;margin-bottom:30px;}
.footer .cnt01 .left {width:100%;margin-bottom:60px;}
.footer .cnt01 .left .logo {width:280px;margin:0 auto 30px;}
.footer .cnt01 .left .tel {font-size:30px;text-align:center;}
.footer .cnt01 .left .tel a {display:inline-block;padding-left:40px;background:url("../img/common/tel.svg") no-repeat center left;background-size:30px;}
.footer .cnt01 .left .time {font-size:14px;margin-bottom:20px;text-align: center;}
.footer .cnt01 .left .address {margin-bottom:14px;display:block;text-align: center;}
.footer .cnt01 .left .fax {text-align:center;}

.footer .fnav {display:block;}
.footer .fnav .fnav_ul {margin-bottom:40px;}
.footer .fnav .fnav_ul:last-child {margin-bottom:0;}

.footer .fnav .fnav_ul > li {margin-bottom:30px;font-size:18px;font-weight:500;}
.footer .fnav .fnav_ul > li:last-child {margin-bottom:0;}
.footer .fnav .fnav_ul > li > a {text-decoration:none;}

.footer .fnav .fnav_ul > .fnav_ul_in {width:auto;}
.footer .fnav .fnav_ul > .fnav_ul_in > ul {}
.footer .fnav .fnav_ul > .fnav_ul_in > ul > li {font-size:14px;font-weight:400;margin-bottom:14px;}
.footer .fnav .fnav_ul > .fnav_ul_in > ul > li:last-child {margin-bottom:0;}
.footer .fnav .fnav_ul > .fnav_ul_in > ul > li > a {text-decoration:none;} 

.footer .cnt02 {display:block;font-size:14px;}
.footer .cnt02 .policy {justify-content:center;}
.footer .cnt02 .policy li {margin-right:30px;}
.footer .cnt02 .policy li:last-child {margin-right:0;}
.footer .cnt02 .policy li a {text-decoration:none;} 
.footer .cnt02 .copyright {text-align:center;margin-top:20px;}


/*TOPページ　p01
=========================================== */
#bg001 {background:url("../img/top/bg001_sp.png") no-repeat center;}
#topbox00 {padding:0 5%;}
#topbox00 .cnt {display:block;}
#topbox00 .cnt .top_blog {display:block;}
#topbox00 .cnt .top_blog h2 {font-size:24px;margin-bottom:20px;}
#topbox00 .cnt .top_blog .top_blog_in {width:100%;}
#topbox00 .cnt .top_blog .top_blog_in a {}
#topbox00 .cnt .top_blog .top_blog_in a .time {width:100px;font-size:16px;}
#topbox00 .cnt .top_blog .top_blog_in a .title {width:calc(100% - 100px);font-weight:400;display: -webkit-box;overflow: hidden;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
#topbox00 .cnt .btn {margin:20px 0 0 auto;text-align: right;}
#topbox00 .cnt .btn a {font-size:16px;line-height:28px;font-weight:bold;display:inline-block;padding-right:38px;background:url("../img/top/btn.svg") no-repeat center right;}

#topbox01 {padding:75px 5% 100px;}
#topbox01 .wrap .cnt01 {margin-bottom:80px;position:relative;}
#topbox01 .wrap .cnt01 .midashi {align-items:center;margin-bottom:10px;}
#topbox01 .wrap .cnt01 .midashi .maru {width:78px;height:78px;display:table;margin-right:10px;}
#topbox01 .wrap .cnt01 .midashi .maru p {display:table-cell;vertical-align:middle;text-align:center;font-weight:bold;line-height: 1.4;background: url("../img/top/maru.png")no-repeat center,linear-gradient(90deg, #557D36 10.84%, #39492B 100%);background-size:cover;color:#fff;border-radius:100%;font-size:14px;}
#topbox01 .wrap .cnt01 .midashi .p01 {font-size:19px;}
#topbox01 .wrap .cnt01 .midashi .p01 span {font-size:23px;}
#topbox01 .wrap .cnt01 .title01 {margin-bottom:40px;}
#topbox01 .wrap .cnt01 .text_list {margin-bottom:40px;}
#topbox01 .wrap .cnt01 .text_list .text {margin-bottom:20px;}
#topbox01 .wrap .cnt01 .text_list .text:last-child {margin-bottom:0;}
#topbox01 .wrap .cnt01 .img {width:100%;}
#topbox01 .wrap .cnt01 .btn01 {margin:50px auto 0;}

#topbox01 .wrap .cnt02 {padding:1px 20px 40px;background:#FCF8EE;border-radius:20px;max-width: 350px;margin: 0 auto;}
#topbox01 .wrap .cnt02 h3 {margin-top:-20px;font-size:24px;position:relative;margin-bottom:40px;}
#topbox01 .wrap .cnt02 h3 .waku {display:block;}
#topbox01 .wrap .cnt02 h3 .waku .waku_in {padding:8px 20px;background:#B49646;border-radius:0 10px 0 10px;margin-bottom: 6px;display:inline-block;}
#topbox01 .wrap .cnt02 h3 .waku .waku_in:last-child {margin-bottom:0;}

#topbox01 .wrap .cnt {display:block;}
#topbox01 .wrap .cnt ul {}
#topbox01 .wrap .cnt ul li {align-items:center;width:auto;margin-bottom:10px;}
#topbox01 .wrap .cnt ul li:last-child {margin-bottom:0;}
#topbox01 .wrap .cnt ul li .icon {width:44px;margin-right:6px;}
#topbox01 .wrap .cnt ul li h4 {font-family: 'NotoSerifJP';font-weight:bold;font-size:17px;width:calc(100% - 50px);}
#topbox01 .wrap .cnt ul li h4 span {font-size:23px;}

#topbox01 .wrap .cnt .cnt_midashi.tate {font-size:28px;margin-top:30px;}
#topbox01 .wrap .cnt .cnt_midashi.tate span {display:block;}

#topbox02 {padding: 0 7% 0 5%;z-index:2;}
#topbox02::after {content:"";width:calc(100% - 10px);height:calc(100% - 45px);background:url("../img/top/bg01_sp.png") no-repeat;background-size:cover;border-radius:0 20px 20px 0;position:absolute;left:0;top:20px;z-index:-1;}
#topbox02 .cnt {display:block;}

#topbox02 .cnt h2 {font-size:40px;margin-bottom:40px;}
#topbox02 .cnt h2 span.waku {color:#fff;background:#000;font-size:28px;display:inline-block;padding:12px 16px;line-height:1.1;border-radius: 4px;}

#topbox02 .cnt .ul_list {display:block;}
#topbox02 .cnt .ul_list::after {content:"";width:100%;aspect-ratio: 316 / 218;background:url("../img/top/img04_sp.png") no-repeat;background-size:contain;margin-top:20px;display: block;}
#topbox02 .cnt .ul_list ul {}
#topbox02 .cnt .ul_list ul li {color:#fff;font-size:18px;margin-bottom:14px;padding-left:34px;background:url("../img/top/li.svg") no-repeat left top 10px;}
#topbox02 .cnt .ul_list ul:last-child li:last-child {margin-bottom:0;}
#topbox02 .cnt .ul_list ul li span {font-size:26px;}

#topbox03 {padding:120px 5% 340px;background:url("../img/top/bg02_sp.png") no-repeat center bottom;background-size:100%;}
.topbox03_cnt {display:block;}

.topbox03_cnt .title01 {margin-bottom:40px;}
.topbox03_cnt .case_slider_box {}

.case_slider {margin-bottom:0!important;}
.case_slider .slick-track {display:flex;}
.case_slider button.slick-arrow {opacity: 1;z-index: 2;transition: 0.3s;width:62px;height:62px;top:auto;bottom:-130px;border-radius:100%;background-size:contain!important;}
.case_slider button.slick-prev.slick-arrow {background: url("../img/top/arrow01.svg") no-repeat center;left: 20px;}
.case_slider button.slick-next.slick-arrow {background: url("../img/top/arrow02.svg") no-repeat center;right:auto;left: 102px;}
.case_slider button.slick-arrow:before {content: none;}

.case01 {width:100%;height:auto !important;background:#fff;border-radius:20px;}
.case01 a {display:block;height:100%;text-decoration:none;padding:24px 24px 40px;box-sizing:border-box;}
.case01 a .img {position:relative;overflow:hidden;border-radius:10px;}
.case01 a .img .in_img { aspect-ratio: 340 / 220;transition: 0.3s;}
.case01 a:hover .img .in_img { scale: 1.1; opacity: 1;}
.case01 a .info {margin-top:20px;}
.case01 a .info .time {font-size:16px;font-weight:500;color:#B49646;margin-bottom:10px;}
.case01 a .info .title {font-size:16px;font-weight:400;line-height:24px;width: 100%;display: -webkit-box;overflow: hidden;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.case01 a .info .info_list {margin-top:20px;}
.case01 a .info .info_list li {margin-bottom:6px;font-size:14px;align-items: center;}
.case01 a .info .info_list li:last-child {margin-bottom:0;}
.case01 a .info .info_list li .midashi {width:48px;padding:4px 0 5px;text-align:center;background:#000;color:#fff;border-radius:2px;margin-right:10px;box-sizing: border-box;line-height:1;}
.case01 a .info .info_list li .naiyou {width:calc(100% - 58px);font-size:16px;display: -webkit-box;overflow: hidden;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.case01 a .info .info_list li .naiyou span::after {content:"、";}
.case01 a .info .info_list li .naiyou span:last-child::after {content:none;}

.topbox03_cnt .btn {text-align:right;margin-top:74px;}
.topbox03_cnt .btn a {display: inline-block;padding-right:38px;line-height:28px;font-size:16px;font-weight:bold;background:url("../img/top/btn02.svg") no-repeat center right;}

#bg002 {background:url("../img/top/bg001_sp.png") repeat-y center top;}

#topbox04 {padding:50px 5%;} 
#topbox04 .cnt {display:block;}
#topbox04 .cnt .info {width:100%;position:relative;}
#topbox04 .cnt .info::after {content:"";width:124px;height:89px;background:url("../img/top/giji01.png") no-repeat;background-size:contain;position:absolute;top:-20px;left:258px;}
#topbox04 .cnt .info .p01 {font-size:17px;margin-bottom:10px;}
#topbox04 .cnt .info .p01 span {font-size:23px;}
#topbox04 .cnt .info .title01 {margin-bottom:40px;}
#topbox04 .cnt .info .text {margin-bottom:50px;}
#topbox04 .cnt .info .btn01 {}
#topbox04 .cnt .img {width:100%;position:relative;margin-top:50px;}
#topbox04 .cnt .img::after {content:"";width:120px;height:82px;background:url("../img/top/giji02.png") no-repeat;background-size:contain;position:absolute;bottom:-32px;left:-8px;}

#topbox05 {padding:50px 5% 60px;}
#topbox05 .cnt {justify-content:space-between;z-index:2;position: relative;}
#topbox05 .cnt::after {content:"";width:105%;height:70%;background:url("../img/top/bg04_sp.png") no-repeat;background-size:cover;border-radius:10px 0 0 10px;position:absolute;right: -5%;top:0;bottom:0;z-index:-1;margin: auto;}
#topbox05 .cnt .title01 {margin-bottom:40px;}

#topbox05 .cnt .other_machine_list {width:90%;position:relative;margin:0 auto;}
#topbox05 .cnt .other_machine_list .other_machine {width:100%;margin-bottom:60px;display:block;}
#topbox05 .cnt .other_machine_list .other_machine:last-child {margin-bottom:0;}
#topbox05 .cnt .other_machine_list .other_machine a {text-decoration:none;}
#topbox05 .cnt .other_machine_list .other_machine a .img {border-radius:20px;overflow:hidden;}
#topbox05 .cnt .other_machine_list .other_machine a .info {margin-top:30px;}
#topbox05 .cnt .other_machine_list .other_machine a .info h3 {font-size:30px;line-height:1.4;padding-left:44px;background:url("../img/top/mame.svg") no-repeat center left;margin-bottom:10px;}
#topbox05 .cnt .other_machine_list .other_machine a .info p {font-size:16px;}

#topbox06 {padding:60px 5%;}
#topbox06 .wrap {padding:0 5%;box-sizing:border-box;z-index:2;}
#topbox06 .wrap::after {content:"";width:100%;height:calc(100% - 130px - 42px);top:130px;left:0;position: absolute;background: #FCF8EE;z-index: -1;border-radius:20px;}

#topbox06 .title01 {margin-bottom:40px;}
#topbox06 h3 {margin-bottom:40px;}
#topbox06 h3 .waku {display:block;}
#topbox06 h3 .waku .waku_in00 {display:block;}
#topbox06 h3 .waku:last-child .waku_in00:last-child {margin-bottom:0;}
#topbox06 h3 .waku .waku_in00 {padding:8px 20px;color:#fff;font-size:24px;background:#B49646;border-radius: 0 10px 0 10px;display: inline-block;margin-bottom:8px;}
#topbox06 .text {width:100%;margin-bottom:50px;}
#topbox06 .text p {display:inline;}
#topbox06 .text br {display:none;}
#topbox06 .img {width:100%;}
#topbox06 .btn01 {height:92px;margin-top:50px;}

#topbox07 {padding:60px 5%;background:url("../img/top/bg05_sp.png") no-repeat center bottom;background-size:100%;}
#topbox07 .wrap .cnt {display:block;}
#topbox07 .wrap .cnt .title01 {margin-bottom:40px;}

.blog_slider {margin-bottom:0!important;}
.blog_slider .slick-track {display:flex;}

.blog_slider {margin-bottom:0!important;}
.blog_slider .slick-track {display:flex;}
.blog_slider button.slick-arrow {opacity: 1;z-index: 2;transition: 0.3s;width:62px;height:62px;top:auto;bottom:-130px;border-radius:100%;background-size:contain!important;}
.blog_slider button.slick-prev.slick-arrow {background: url("../img/top/arrow01.svg") no-repeat center;left: 20px;}
.blog_slider button.slick-next.slick-arrow {background: url("../img/top/arrow02.svg") no-repeat center;right:auto;left: 102px;}
.blog_slider button.slick-arrow:before {content: none;}

.blog01 {width:100%;height:auto !important;background:#fff;border-radius:20px;}
.blog01 a {display:block;height:100%;text-decoration:none;padding:24px 24px 40px;box-sizing:border-box;}
.blog01 a .img {position:relative;overflow:hidden;border-radius:10px;}
.blog01 a .img .in_img { aspect-ratio: 340 / 220;transition: 0.3s;}
.blog01 a:hover .img .in_img { scale: 1.1; opacity: 1;}
.blog01 a .info {margin-top:20px;}
.blog01 a .info .time {font-size:16px;font-weight:500;color:#B49646;margin-bottom:10px;}
.blog01 a .info .title {font-weight:400;line-height:24px;width: 100%;display: -webkit-box;overflow: hidden;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.blog01 a .info .category {margin-top:15px;}
.blog01 a .info .category li {line-height:1;font-size:14px;padding:4px 10px 5px;color:#fff;background:#000;margin:5px 5px 0 0;}
.blog01 a .info .category li:last-child {margin-right:0;}

#topbox07 .wrap .cnt .btn {text-align:right;margin-top:74px;}
#topbox07 .wrap .cnt .btn a {display: inline-block;padding-right:38px;line-height:28px;font-size:16px;font-weight:bold;background:url("../img/top/btn02.svg") no-repeat center right;}

/*下層用フォントサイズ指定*/
.kasou_contents {font-size:16px;}

/*興産商事とは (about) p02
=========================================== */
#p02box00 {padding:50px 5% 0;}
.kasou_btn_list {justify-content:center;}
.kasou_btn_list .kasou_btn {width:calc(100% / 3 - 4px);height:96px;display:table;margin:6px 6px 0 0;}
.kasou_btn_list .kasou_btn:nth-child(3n) {margin-right:0;}
.kasou_btn_list .kasou_btn:last-child {margin-right:0;}
.kasou_btn_list .kasou_btn a {display:table-cell;vertical-align:middle;background:url("../img/p02/kasou_btn.svg") no-repeat center bottom 10px,#fff;font-size:16px;line-height:1.4;text-decoration:none;border-radius:10px;text-align: center;}
.kasou_btn_list .kasou_btn a span {display:block;padding-bottom:10px;}


#p02box01 {padding:80px 5%;background:url("../img/p02/bg_sp.png") repeat-y center top;background-size:100%;}
#p02box01 .title01 {margin-bottom:40px;}
#p02box01 .cnt01 {padding-bottom:60px;border-bottom:1px solid #E0DBC2;margin-bottom:60px;display:block;}
#p02box01 .cnt01 .info {width:100%;margin-bottom:40px;}
#p02box01 .cnt01 .info .p01 {line-height:1.1;margin-bottom:8px;}
#p02box01 .cnt01 .info .p01 span {line-height:1;font-size:17px;display:inline-block;margin-left:4px;}
#p02box01 .cnt01 .info h3 {font-size:32px;line-height:1.4;margin-bottom:30px;}
#p02box01 .cnt01 .info .text {}
#p02box01 .cnt01 .img {width:100%;}

#p02box01 .cnt02 {}
#p02box01 .cnt02 .cnt02_01 {display:block;margin-bottom:63px;}
#p02box01 .cnt02 .cnt02_01 .info {margin-bottom:30px;}
#p02box01 .cnt02 .cnt02_01 .info .p01 {line-height:1.1;margin-bottom:8px;}
#p02box01 .cnt02 .cnt02_01 .info .p01 span {line-height:1;font-size:17px;display:inline-block;margin-left:4px;}
#p02box01 .cnt02 .cnt02_01 .info h3 {font-size:32px;line-height:1.4;}
#p02box01 .cnt02 .cnt02_01 .text {width:100%;}

.anshin_f_list {display: block;}
.anshin_f_list .anshin_f {width:100%;margin-bottom: 77px;position:relative;background:#FCF8EE;border-radius:10px;padding:1px 40px 30px;box-sizing:border-box;}
.anshin_f_list .anshin_f:last-child {margin-bottom:0;}
.anshin_f_list .anshin_f::after {content:"";width:12px;height:17px;background:url("../img/p02/kaku.svg") no-repeat;background-size:contain;position:absolute;left:0;right:0;bottom:-35px;margin: auto;transform:rotate(90deg); }
.anshin_f_list .anshin_f:last-child::after {content:none;}

.anshin_f_list .anshin_f h4 {margin:-29px auto 20px;font-size:20px;color:#fff;}
.anshin_f_list .anshin_f h4 .big {font-size:28px;}
.anshin_f_list .anshin_f h4 .waku {display:inline-block;padding:6px 30px;background:#B49646;border-radius:0 10px 0 10px;}
.anshin_f_list .anshin_f .anshin_f_in {text-align: center;}
.anshin_f_list .anshin_f .anshin_f_in ul {text-align: left;display: inline-block;}
.anshin_f_list .anshin_f .anshin_f_in ul li {padding-left:26px;background:url("../img/p02/li.svg") no-repeat center left;margin-bottom:8px;}
.anshin_f_list .anshin_f .anshin_f_in ul li:last-child {margin-bottom:0;}

#p02box01 .btn01 {margin:50px auto 0;}

#p02box02 {padding:80px 5%;background:url("../img/p02/bg_sp.png") repeat-y center top 200px #F7F5F2;background-size:100%;;}
#p02box02 .title01 {margin-bottom:40px;}
#p02box02 .cnt01 {display:block;margin-bottom:60px;}

#p02box02 .cnt01 .info {width:100%;margin-bottom:40px;}
#p02box02 .cnt01 .info .p01 {font-size:18px;}
#p02box02 .cnt01 .info h3 {font-size:26px;line-height:1.3;margin-bottom:30px;}
#p02box02 .cnt01 .info h3 span {font-size:32px;display:block;}

#p02box02 .cnt01 .info .jitsuen_list {}
#p02box02 .cnt01 .info .jitsuen_list .jitsuen {padding:20px 20px 20px 80px;border-radius:10px;margin-bottom:10px;}
#p02box02 .cnt01 .info .jitsuen_list .jitsuen:last-child {margin-bottom:0;}
#p02box02 .cnt01 .info .jitsuen_list .jitsuen.jitsuen01 {background:url("../img/p02/jitsuen01.svg") no-repeat center left 20px #fff;}
#p02box02 .cnt01 .info .jitsuen_list .jitsuen.jitsuen02 {background:url("../img/p02/jitsuen02.svg") no-repeat center left 20px #fff;}
#p02box02 .cnt01 .info .jitsuen_list .jitsuen.jitsuen03 {background:url("../img/p02/jitsuen03.svg") no-repeat center left 20px #fff;}
#p02box02 .cnt01 .img {width:100%;}

#p02box02 .bg {padding:40px 20px;box-sizing:border-box;border-radius:20px;background: #fff;}
#p02box02 .bg .bg_cnt01 {margin-bottom:60px;display:block;}
#p02box02 .bg .bg_cnt01 .info {width:100%;margin-bottom:40px;}
#p02box02 .bg .bg_cnt01 .info h3 {font-size:28px;margin-bottom:20px;padding-left:38px;background:url("../img/p02/pin.svg") no-repeat center left;}
#p02box02 .bg .bg_cnt01 .info .address {margin-bottom:30px;}
#p02box02 .bg .bg_cnt01 .info .address span {display:block;}

#p02box02 .bg .bg_cnt01 .info .idou_list {padding-left:10px;margin-bottom: 6px;}
#p02box02 .bg .bg_cnt01 .info .idou_list li {margin-bottom:26px;}
#p02box02 .bg .bg_cnt01 .info .idou_list li:last-child {margin-bottom:0;}
#p02box02 .bg .bg_cnt01 .info .idou_list li h4 {font-size:18px;line-height:28px;padding-left:28px;background:url("../img/p02/bus.svg") no-repeat center left;margin-bottom:4px;}
#p02box02 .bg .bg_cnt01 .info .idou_list li:last-child h4 {background:url("../img/p02/car.svg") no-repeat center left;}
#p02box02 .bg .bg_cnt01 .info .idou_list li .naiyou {}

#p02box02 .bg .bg_cnt01 .info .parking {align-items:center;width:auto;padding-left:10px;box-sizing:border-box;margin-bottom:26px;}
#p02box02 .bg .bg_cnt01 .info .parking .parking01 {font-size:14px;padding:4px 10px;background:#000;color:#fff;border-radius:4px;margin-right:10px;}
#p02box02 .bg .bg_cnt01 .info .parking .parking02 {}

#p02box02 .bg .bg_cnt01 .info .gmap_btn {width:100%;height:58px;display:table;}
#p02box02 .bg .bg_cnt01 .info .gmap_btn a {display:table-cell;vertical-align:middle;font-weight:bold;text-decoration:none;border-radius:10px;color:#fff;font-size:16px;background:url("../img/p02/blank.svg") no-repeat center right 16px #486A29;padding-left: 16px;}

#p02box02 .bg .bg_cnt01 .gmap {position: relative;padding-bottom:100%;height: 0;overflow: hidden;}
#p02box02 .bg .bg_cnt01 .gmap iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%;border-radius:20px;}

#p02box02 .bg .bg_cnt02 {}
#p02box02 .bg .bg_cnt02 h3 {font-size:28px;margin-bottom:20px;padding-left:38px;background:url("../img/p02/pin.svg") no-repeat center left;}
#p02box02 .bg .michinori_list {display:block;}
#p02box02 .bg .michinori_list .michinori {width:100%;margin-bottom:35px;}
#p02box02 .bg .michinori_list .michinori:last-child {margin-bottom:0;}
#p02box02 .bg .michinori_list .michinori .img {}

#p02box02 .bg .michinori_list .michinori .naiyou {margin-top:16px;align-items:flex-start;}
#p02box02 .bg .michinori_list .michinori .naiyou .num {width:20px;height:20px;display:table;margin-right:6px;margin-top:3px;}
#p02box02 .bg .michinori_list .michinori .naiyou .num span {display:table-cell;vertical-align:middle;text-align:center;background:#000;color:#fff;font-display:14px;line-height:1;border-radius:100%;}
#p02box02 .bg .michinori_list .michinori .naiyou .naiyou_in {width:calc(100% - 26px);}
#p02box02 .bg .btn01 {margin:40px auto 0;}

#p02box03 {padding:0 5% 80px;background:url("../img/p02/bg03.png") no-repeat right 5% top 40%;background-size: 286px;position:relative;}
#p02box03::before {content:"";width:110%;aspect-ratio: 752 / 420;background:url("../img/p02/spyou01.png") no-repeat;background-size:contain;display: block;position: relative;right: 5%;}

#p02box03 .p02box03_in {position:relative;}
#p02box03 .p02box03_in .cnt {display:block;margin-top: 20px;}
#p02box03 .p02box03_in .cnt .title01 {margin-bottom:40px;}
#p02box03 .p02box03_in .cnt .omoi_list {}
#p02box03 .p02box03_in .cnt .omoi_list .omoi {margin-bottom:20px;}
#p02box03 .p02box03_in .cnt .omoi_list .omoi:last-child {margin-bottom:0;}

#p02box04 {padding:80px 5%;background:url("../img/p02/bg_sp.png") repeat-y center top 200px #F7F5F2;}
#p02box04 .cnt {display:block;}
#p02box04 .cnt .title01 {margin-bottom:40px;}
#p02box04 .cnt .company_list {width:100%;}
#p02box04 .cnt .company_list > li {padding-bottom:20px;border-bottom:1px solid #E0DBC2;margin-bottom:20px;position:relative;}
#p02box04 .cnt .company_list > li:last-child {margin-bottom:0;}
#p02box04 .cnt .company_list > li .midashi {width:100%;margin-bottom:10px;}
#p02box04 .cnt .company_list > li .naiyou {width:100%;}
#p02box04 .cnt .company_list > li .naiyou .link_list {}
#p02box04 .cnt .company_list > li .naiyou .link_list li a {display:inline-block;padding-right:28px;background:url("../img/p02/blank02.svg") no-repeat center right;}

#p02box05 {padding:80px 5%;background:url("../img/p02/bg_sp.png") repeat-y center top 200px;}
#p02box05 .title01 {margin-bottom:40px;}
.enkaku_list {}
.enkaku_list > li {width:calc(100% - 30px);margin:0 0 25px auto;position:relative;background:#fff;padding:24px 20px;box-sizing:border-box;border-radius:20px;display:block;}
.enkaku_list > li:last-child {margin-bottom:0;}

.enkaku_list > li::before {content:"";width:16px;height:16px;background:#B49646;position:absolute;left:-30px;top:30px;border-radius:100%;z-index: 2;}
.enkaku_list > li::after {content:"";width:1px;height:calc(100% + 30px);background:#B49646;position:absolute;left:-23px;top:30px;}
.enkaku_list > li:last-child::after {content:none;}

.enkaku_list > li .nen {width:100%;font-size:18px;line-height:1;margin-bottom:12px;position:relative;}
.enkaku_list > li .nen::after {content: "";width: 15px;height: 1px;border-top: 1px dashed #000;left: -35px;top: 14px;position: absolute;}
.enkaku_list > li .nen span {font-size:24px;}
.enkaku_list > li .naiyou_list {width:100%;}

.enkaku_list > li .naiyou_list li {margin-bottom:10px;display: block;}
.enkaku_list > li .naiyou_list li:last-child {margin-bottom:0;}
.enkaku_list > li .naiyou_list li .naiyou01 {width:100%;font-size:18px;line-height:1;margin-bottom:5px;}
.enkaku_list > li .naiyou_list li .naiyou01 span {font-size:24px;}
.enkaku_list > li .naiyou_list li .naiyou02 {width:100%;}



/*豆乳・豆腐製造装置 (about) p03
=========================================== */
#p03box00 {padding:50px 5% 0;}
#p03box01 {padding:80px 5%;background:url("../img/p02/bg_sp.png") repeat-y center top 200px;background-size:100%;}
#p03box01 .cnt {display:block;margin-bottom:20px;}
#p03box01 .cnt .info {width:100%;margin-bottom:40px;}

#p03box01 .cnt .info .midashi {align-items:center;margin-bottom:20px;}
#p03box01 .cnt .info .midashi .maru {width:78px;height:78px;display:table;margin-right:7px;}
#p03box01 .cnt .info .midashi .maru p {display:table-cell;vertical-align:middle;text-align:center;font-weight:bold;line-height: 1.4;background: url("../img/top/maru.png")no-repeat center,linear-gradient(90deg, #557D36 10.84%, #39492B 100%);background-size:cover;color:#fff;border-radius:100%;font-size:14px;}
#p03box01 .cnt .info .midashi .p01 {font-size:15px;width:calc(100% - 78px - 7px);}
#p03box01 .cnt .info .midashi .p01 span {font-size:23px;}
#p03box01 .cnt .info .p02 {}
#p03box01 .cnt .info .title01 {margin-bottom:40px;}

#p03box01 .cnt .info .text_list {margin-bottom:30px;}
#p03box01 .cnt .info .text_list .text {margin-bottom:20px;}

#p03box01 .cnt .info h3 {margin-bottom:20px;padding-left:20px;position:relative;font-size:24px;}
#p03box01 .cnt .info h3::before {content:"";width:10px;height:10px;background:#000;position:absolute;left:0;top:0;bottom:0;border-radius:100%;margin:auto;}

#p03box01 .cnt .info .info_list {padding-top:20px;border-top:1px dotted #000;}
#p03box01 .cnt .info .info_list li {padding-bottom:20px;border-bottom:1px dotted #000;margin-bottom:20px;}
#p03box01 .cnt .info .info_list li:last-child {margin-bottom:0;}
#p03box01 .cnt .info .info_list li h4 {width:115px;}
#p03box01 .cnt .info .info_list li .naiyou {width:calc(100% - 115px);}
#p03box01 .cnt .info .p03 {margin-top:10px;}
#p03box01 .cnt .img {width:70%;margin:0 auto;}

#p03box01 .bg {display:block;;padding:40px 5%;background: url("../img/p03/bg01.png")no-repeat center;background-size: cover;border-radius:10px;box-sizing:border-box;}
#p03box01 .bg h3 {font-size:18px;color:#fff;margin-bottom:30px;line-height:1.4;}
#p03box01 .bg h3 span {color:#DEBF69;font-size:28px;}
#p03box01 .bg .btn {width:100%;height:84px;display:table;}
#p03box01 .bg .btn a {display:table-cell;vertical-align:middle;text-align:left;padding-left:20px;font-weight:bold;text-decoration:none;border-radius:10px;background:url("../img/p03/btn.svg") no-repeat center right 20px #fff;color:#486A29;font-size:20px;}
#p03box01 .bg .btn a:hover {opacity:0.7;}

#p03box02 {padding:80px 5%;background:url("../img/p02/bg_sp.png") repeat-y center top 200px #F7F5F2;background-size:100%;;}
#p03box02 .title01 {margin-bottom:40px;}

#p03box02 .toku_list {}
#p03box02 .toku_list .toku01 {padding-bottom:60px;border-bottom:1px solid #E0DBC2;margin-bottom:60px;display:block;}
#p03box02 .toku_list .toku01:last-child {padding-bottom:0;border-bottom:0;margin-bottom:0;}
#p03box02 .toku_list .toku01 .info {width:100%;margin-bottom:40px;}
#p03box02 .toku_list .toku01 .info .num {line-height:1.1;margin-bottom:8px;}
#p03box02 .toku_list .toku01 .info .num span {line-height:1;display:inline-block;margin-left:4px;font-size:17px;}
#p03box02 .toku_list .toku01 .info h3 {font-size:32px;line-height:1.4;margin-bottom:30px;}
#p03box02 .toku_list .btn01 {margin-top:50px;}

#p03box02 .toku_list .toku01 .img {width:100%;}
#p03box02 .toku_list .toku01 .info .btn01 {display:none;}

#p03box03 {padding:80px 5%;background:url("../img/p02/bg_sp.png") repeat-y center top;background-size:100%;}
#p03box03 .cnt {display:block;}

#p03box03 .cnt .title01 {margin-bottom:40px;text-align:center;}
#p03box03 .cnt .faq_list {width:100%;}
#p03box03 .cnt .faq_list .faqbox {margin-bottom:20px;}
#p03box03 .cnt .faq_list .faqbox:last-child {margin-bottom:0;}

#p03box03 .cnt .faq_list .faqbox .q_text {padding:20px 46px;font-size:20px;line-height:1.4;background: url("../img/p03/op.svg")no-repeat center right 20px,url("../img/p03/q.png")no-repeat top 20px left 20px,#fff;border-radius:10px;cursor:pointer;background-size: 18px,17px !important;}
#p03box03 .cnt .faq_list .faqbox .q_text.on {background: url("../img/p03/cl.svg")no-repeat center right 20px,url("../img/p03/q_h.png")no-repeat top 20px left 20px,#B49646;color:#fff;}

#p03box03 .cnt .faq_list .faqbox .a_text {margin-top:10px;padding:20px 20px 20px 46px;background:url("../img/p03/a.png")no-repeat top 20px left 20px,#FCF8EE;background-size: 18px!important;display:none;border-radius:10px;}

#p03box03 .cnt .faq_list .faqbox:first-child .q_text {background: url("../img/p03/cl.svg")no-repeat center right 20px,url("../img/p03/q_h.png")no-repeat top 20px left 20px,#B49646;color:#fff;}
#p03box03 .cnt .faq_list .faqbox:first-child .q_text.on {background: url("../img/p03/op.svg")no-repeat center right 20px,url("../img/p03/q.png")no-repeat top 20px left 20px,#fff;color:#000;}
#p03box03 .cnt .faq_list .faqbox:first-child .a_text {display:block;}


#p03box04 {padding:80px 5%;background:url("../img/p02/bg_sp.png") no-repeat center #F7F5F2;background-size:100%;}
#p03box04 .cnt {display:block;margin-bottom:40px;}
#p03box04 .cnt .info {width:100%;margin-bottom:40px;}
#p03box04 .cnt .info .p01 {font-size:18px;}
#p03box04 .cnt .info .title01 {margin-bottom:40px;}

#p03box04 .cnt .info .text {margin-bottom:30px;}
#p03box04 .cnt .info h3 {margin-bottom:20px;padding-left:20px;position:relative;font-size:24px;}
#p03box04 .cnt .info h3::before {content:"";width:10px;height:10px;background:#000;position:absolute;left:0;top:0;bottom:0;border-radius:100%;margin:auto;}

#p03box04 .cnt .info .info_list {padding-top:20px;border-top:1px dotted #000;}
#p03box04 .cnt .info .info_list li {padding-bottom:20px;border-bottom:1px dotted #000;margin-bottom:20px;}
#p03box04 .cnt .info .info_list li:last-child {margin-bottom:0;}
#p03box04 .cnt .info .info_list li h4 {width:115px;}
#p03box04 .cnt .info .info_list li .naiyou {width:calc(100% - 115px);}
#p03box04 .cnt .info .p03 {margin-top:10px;}
#p03box04 .cnt .img {width:100%;}

#p03box04 .bg {display:block;padding:30px 20px;background:#fff;border-radius:20px;box-sizing:border-box;}
#p03box04 .bg h3 {font-size:20px;color:#fff;margin-bottom:20px;}
#p03box04 .bg h3 span {background:#486A29;padding:10px 20px;border-radius:0 10px 0 10px;}
#p03box04 .bg .bg_on {display:block;text-align:center;}
#p03box04 .bg .bg_on ul {text-align:left;}

#p03box04 .bg .bg_on ul li {margin-bottom:6px;padding-left:34px;background:url("../img/p03/li.svg") no-repeat center left;}
#p03box04 .bg .bg_on ul:last-child li:last-child {margin-bottom:0;}
#p03box04 .bg .bg_on ul li span {font-size:24px;}

#p03box05 {padding:80px 5% 0;background:url("../img/p02/bg_sp.png") no-repeat center;background-size:100%;}
#p03box05 .title01 {;margin-bottom:40px;}
#p03box05 .cnt01 {display:block;margin-bottom:80px;}
#p03box05 .cnt01 h3 {font-size:24px;margin-bottom:20px;}
#p03box05 .cnt01 .text {width:100%;}

#p03box05 .bg_box {}
#p03box05 .bg_box h3 {margin-bottom:-20px;position:relative;font-size:20px;}
#p03box05 .bg_box h3 span {color:#fff;background:#B49646;display:inline-block;padding:10px 20px;border-radius:0 10px 0 10px;}
#p03box05 .bg_box .bg {padding:62px 20px 40px;box-sizing:border-box;background:#FCF8EE;border-radius:20px;}

.point_box_list {}
.point_box_list .point_box {padding-bottom:60px;border-bottom:1px solid #F0DBA8;margin-bottom:60px;display:block;}
.point_box_list .point_box:last-child {padding-bottom:0;border-bottom:0;margin-bottom:0;}

.point_box_list .point_box .cnt {display:block;}
.point_box_list .point_box .cnt .info {width:100%;margin-bottom:30px;}
.point_box_list .point_box .cnt .info .num {color:#B49646;line-height:1.1;margin-bottom:8px;}
.point_box_list .point_box .cnt .info .num span {line-height:1;display:inline-block;margin-left:4px;font-size:17px;}
.point_box_list .point_box .cnt .info h4 {font-size:26px;line-height:1.4;margin-bottom:30px;}
.point_box_list .point_box .cnt .info .text {}

.point_box_list .point_box .cnt .info_box {width:100%;}
.point_box_list .point_box .cnt .info_box h4 {background:#B49646;color:#fff;font-size:18px;padding:10px;border-radius:10px 10px 0 0;}
.point_box_list .point_box:nth-child(3) .info_box h4 {border-radius:10px;}

.point_box_list .point_box .cnt .info_box .info_box_in01 {padding:10px 30px 30px;background:#fff;border-radius:0 0 10px 10px;}
.point_box_list .point_box .cnt .info_box .info_box_in01 ul {}
.point_box_list .point_box .cnt .info_box .info_box_in01 ul li {margin-top:10px;padding-left:26px;background:url("../img/p03/li02.svg") no-repeat top 4px left;box-sizing: border-box;}
.point_box_list .point_box .cnt .info_box .info_box_in01 ul.flex02_02 li span {font-size:14px;display:block;}

.point_box_list .point_box .cnt .info_box .teian_flow_list {margin-top:10px;display:block;}
.point_box_list .point_box .cnt .info_box .teian_flow_list .teian_flow {width:100%;padding:20px 20px 30px;box-sizing:border-box;margin-bottom:30px;border-radius:10px;background:#fff;position:relative;display:flex;align-items: center;}
.point_box_list .point_box .cnt .info_box .teian_flow_list .teian_flow:last-child {margin-bottom:0;}

.point_box_list .point_box .cnt .info_box .teian_flow_list .teian_flow::after {content:"";width:9px;height:12px;background:url("../img/p03/kaku.svg") no-repeat;background-size:contain;position:absolute;right: 0;left: 0;bottom: -23px;margin: auto;transform: rotate(90deg);}
.point_box_list .point_box .cnt .info_box .teian_flow_list .teian_flow:last-child::after {content:none;}
.point_box_list .point_box .cnt .info_box .teian_flow_list .teian_flow .icon {width:60px;margin-right:10px;}
.point_box_list .point_box .cnt .info_box .teian_flow_list .teian_flow .teian_info {width:calc(100% - 70px);}

.point_box_list .point_box .cnt .info_box .teian_flow_list .teian_flow .teian_info h5 {font-size:18px;}
.point_box_list .point_box .cnt .info_box .teian_flow_list .teian_flow .teian_info p {}

.point_box_list .point_box .cnt .img {width:100%;margin-top:30px;}

.point_box_list .point_box .cnt .info_box .p01 {margin-top:10px;text-indent:-1em;padding-left:1em;}

.point_box_list .point_box h4.tyuumon {font-size:20px;margin:40px auto -30px;}
.point_box_list .point_box .btn01 {margin:40px auto 0;}

#p03box06 {padding:60px 5%;background:url("../img/top/bg05_sp.png") no-repeat center bottom;background-size:100%;margin-bottom: 80px;}

/*その他製品 (other) p04
=========================================== */
#p04box01 {padding:50px 5% 80px;background:url("../img/p02/bg_sp.png") repeat-y center top 100px;background-size:100%;}
.other_list01 {}
.other_list01 .other01 {padding:30px 20px 40px;background: #fff;border-radius:20px;box-sizing:border-box;margin-bottom:20px;display:block;}
.other_list01 .other01:last-child {margin-bottom:0;}
.other_list01 .other01 .img {width:100%;overflow: hidden;border-radius:10px;}
.other_list01 .other01 .img .in_img { aspect-ratio: 460 / 330;}
.other_list01 .other01 .info {width:100%;margin-top:20px;}

.other_list01 .other01 .info .title {font-size:26px;line-height:1.4;}
.other_list01 .other01 .info .midashi {font-size:18px;margin-top:10px;}
.other_list01 .other01 .info .other02 {margin-top:10px;}
.other_list01 .other01 .info .other03 {margin-top:10px;}
.other_list01 .other01 .info .other03 li {margin-bottom:4px;padding-left:14px;position:relative;}
.other_list01 .other01 .info .other03 li:last-child {margin-bottom:0;}
.other_list01 .other01 .info .other03 li::before {content:"";width:6px;height:6px;background:#486A29;position:absolute;left:0;top:0;bottom:0;border-radius:100%;margin:auto;}
.other_list01 .other01 .info .btn01 {margin-top:30px;}

.other_list02_box {padding-top:80px;}
.other_list02_box h3 {font-size:40px;line-height:1.4;margin-bottom:40px;}
.other_list02_box .other_list02 {margin-top:-10px;}
.other_list02_box .other_list02 .other02 {width:calc(50% - 4px);height:64px;display:table;margin:10px 8px 0 0;}
.other_list02_box .other_list02 .other02:nth-child(2n) {margin-right:0;}
.other_list02_box .other_list02 .other02 p {display:table-cell;vertical-align:middle;text-align:center;background:#fff;border-radius:10px;}


/*その他製品 詳細 p05
=========================================== */
#p05box01 {padding:50px 5% 80px;background:url("../img/p02/bg_sp.png") repeat-y center top 100px;background-size:100%;}
.other_single {padding:30px 20px 40px;background:#fff;border-radius:20px;box-sizing:border-box;}

.other_img {display:block;margin-bottom:40px;}
.other_img .other_main {width: 100%;margin-bottom: 10px;}
.other_img .other_main .other_main01 {border-radius:20px;overflow:hidden;}
.other_img .other_main .other_main01 .in_img {aspect-ratio: 628 / 422;}
.other_img .other_main .other_main01 .desc {margin-top:4px;}

.other_img button.slick-arrow {opacity: 1;z-index: 2;transition: 0.3s;width:30px;height:30px;box-sizing: border-box;border:1px solid #000;border-radius:100%;}
.other_img button.slick-prev.slick-arrow {background: url("../img/p05/arrow01.svg") no-repeat center #fff;left:-20px;}
.other_img button.slick-next.slick-arrow {background: url("../img/p05/arrow02.svg") no-repeat center #fff;right:-20px;}
.other_img button.slick-arrow:before {content: none;}

.other_img .other_thum {width: 100%;margin-bottom: 0;margin-top:-4px;}
.other_img .other_thum .slick-track {width: 100% !important;}
.other_img .other_thum .other_thum01 {width:calc(100% / 4 - 3px);margin:4px 4px 0 0;cursor: pointer;position: relative;border-radius:10px;overflow:hidden;}
.other_img .other_thum .other_thum01 .in_img {aspect-ratio: 136 / 98;}
.other_img .other_thum .other_thum01.slick-current {position: relative;}
.other_img .other_thum .other_thum01.slick-current::before {content:"";background:rgba(0,0,0,0.4);width: 100%;height: 100%;position: absolute;z-index: 1;}
.other_img .other_thum .other_thum01:nth-child(4n) {margin-right: 0}
.other_img .other_thum .other_thum01:last-child {margin-right: 0;}

.other_single .shiyou_box_list {}
.other_single .shiyou_box_list .shiyou_box {margin-bottom:40px;}
.other_single .shiyou_box_list .shiyou_box:last-child {margin-bottom:0;}
.other_single .shiyou_box_list .shiyou_box h2 {font-size:24px;line-height:1.2;position:relative;padding-left:20px;margin-bottom:20px;}
.other_single .shiyou_box_list .shiyou_box h2::before {content:"";width:10px;height:10px;background:#000;position:absolute;left:0;top:0;bottom:0;border-radius:100%;margin:auto;}
.other_single .shiyou_box_list .shiyou_box .info_list {padding-top:20px;border-top:1px dashed #000;}
.other_single .shiyou_box_list .shiyou_box .info_list li {padding-bottom:20px;border-bottom:1px dashed #000;margin-bottom:20px;display:block;}
.other_single .shiyou_box_list .shiyou_box .info_list li:last-child {margin-bottom:0;}
.other_single .shiyou_box_list .shiyou_box .info_list li h3 {width:100%;margin-bottom:10px;}
.other_single .shiyou_box_list .shiyou_box .info_list li .naiyou {width:100%}
.other_single .shiyou_box_list .shiyou_box .editor {}



/*豆乳・豆腐作りの流れ (process) p06
=========================================== */
#p06box01 {padding:50px 5% 80px;background:url("../img/p02/bg_sp.png") repeat-y center top 100px;background-size:100%;}
#p06box01 .text01 {margin-bottom:40px;}
#p06box01 .text01 span {font-size:26px;margin-bottom:10px;display:inline-block;}

.toufu_flow_list {}
.toufu_flow_list .toufu_flow {margin-bottom:30px;position:relative;}
.toufu_flow_list .toufu_flow:last-child {margin-bottom:0;}

.toufu_flow_list .toufu_flow::after {content:"";width:1px;height:calc(100% + 30px);border-left:1px dashed #B49646;position:absolute;left:26px;top:23px;}
.toufu_flow_list .toufu_flow:last-child::after {content:none;}

.toufu_flow_list .toufu_flow .num {width:54px;height:54px;display:table;position:absolute;left:0;top:23px;z-index:2;}

.toufu_flow_list .toufu_flow .num .num_in {display:table-cell;vertical-align:middle;text-align:center;background:#B49646;color:#fff;border-radius:100%;}
.toufu_flow_list .toufu_flow .num .num_in .p01 {font-size:14px;margin-bottom:-11px;}
.toufu_flow_list .toufu_flow .num .num_in .p02 {font-size:24px;}

.toufu_flow_list .toufu_flow .box {width:calc(100% - 27px);margin:0 0 0 auto;background:#FCF8EE;border-radius:20px;padding:27px 20px 30px 50px;box-sizing:border-box;}
.toufu_flow_list .toufu_flow .box h2 {font-size:28px;font-family: 'NotoSerifJP';display:flex;align-items:center;}
.toufu_flow_list .toufu_flow .box h2 .fuki {display:inline-block;padding:5px 10px;background:#000;color:#fff;font-size:15px;margin-left:20px;border-radius:10px;position:relative;}
.toufu_flow_list .toufu_flow .box h2 .fuki::before {content:"";width:8px;height:10px;background:url("../img/p06/fuki.svg") no-repeat;background-size:contain;position:absolute;left:-8px;top:0;bottom:0;margin: auto;}
.toufu_flow_list .toufu_flow .box h2 .span01 {display:inline-block;font-size:15px;margin-left:10px;width: calc(100% - 70px);}

.toufu_flow_list .toufu_flow .box .text {margin-top:10px;}
.toufu_flow_list .toufu_flow .box .img_list {margin-top:20px;display:block;}
.toufu_flow_list .toufu_flow .box .img_list .img {width:100%;margin-bottom:30px;position:relative;}
.toufu_flow_list .toufu_flow .box .img_list .img:last-child {margin-bottom:0;}
.toufu_flow_list .toufu_flow .box .img_list .img::after {content:"";width:14px;height:20px;background:url("../img/p02/kaku.svg") no-repeat;background-size:contain;position:absolute;left:0;right:0;bottom:-25px;margin: auto;transform:rotate(90deg); }
.toufu_flow_list .toufu_flow .box .img_list .img:last-child::after {content:none;}

#p06box02 {padding:80px 5%;padding:50px 5% 80px;background:url("../img/p02/bg_sp.png") repeat-y center top 100px #F7F5F2;background-size:100%;margin-bottom:80px;}
#p06box02 .title01 {margin-bottom:40px;}
#p06box02 .layout {margin-bottom:60px;}
#p06box02 .cnt {display:block;}

#p06box02 .cnt .info {width:100%;margin-bottom:40px;}
#p06box02 .cnt .info h3 {font-size:26px;line-height:1.4;margin-bottom: 30px;}
#p06box02 .cnt .info .text_list {margin-bottom: 30px;}
#p06box02 .cnt .info .text_list .text {margin-bottom:20px;}
#p06box02 .cnt .info .text_list .text:last-child {margin-bottom:0;}
#p06box02 .cnt .info .btn_list {display:block;}
#p06box02 .cnt .info .btn_list .btn01:first-child {margin-bottom:20px;}
#p06box02 .cnt .img {width:100%;display: block !important;}


/*導入事例 (case) p07
=========================================== */
#p07box01 {padding:50px 5% 80px;background:url("../img/p02/bg_sp.png") repeat-y center top 100px;}
.single #p07box01 {background:none;}
.case_cnt {display:block;}
.case_cnt .case_main {width:100%;}

.case_list {display:block;}
.case_list .case01 {margin-bottom:20px;}
.case_list .case01:last-child {margin-bottom:20px;}

.case_cnt .case_side {width:100%;margin-top:80px;}

.sidebox {}
.sidebox .sidebox_in {margin-bottom:40px;}
.sidebox .sidebox_in:last-child {margin-bottom:0;}
.sidebox .sidebox_in .widgettitle {padding:2px 0 4px 10px;font-size:18px;line-height:1.2;color:#486A29;position:relative;margin-bottom:20px;}
.sidebox .sidebox_in .widgettitle::before {content:"";width:2px;height:100%;background:#486A29;border-radius:10px;position:absolute;left:0;top:0;}

.sidebox .sidebox_in .cat_list {}
.sidebox .sidebox_in .cat_list > li {font-weight:bold;line-height:1.2;border-bottom:1px solid #E0DBC2;}
.sidebox .sidebox_in .cat_list > li:first-child {border-top:1px solid #E0DBC2;}

.sidebox .sidebox_in .cat_list > li > a {display: block;padding:24px 40px 24px 15px;text-decoration:none;background:url("../img/p07/cat_list.svg") no-repeat center right 15px;}
.sidebox .sidebox_in .cat_list > li > a:hover {background:url("../img/p07/cat_list.svg") no-repeat center right 15px #EBE7D6;}
.sidebox .sidebox_in .cat_list > li.selected > a {background:url("../img/p07/cat_list.svg") no-repeat center right 15px #EBE7D6;}

.sidebox .sidebox_in .sidebox_select {position: relative;}
.sidebox .sidebox_in .sidebox_select select {width:100%;height:60px;border:none;box-sizing:border-box;background:#fff;padding:15px;appearance: none;-webkit-appearance: none;-moz-appearance: none;cursor: pointer;font-weight:500;font-size:16px;font-family: 'NotoSansJP';color:#000;border-radius:4px;}
.sidebox .sidebox_in .sidebox_select::before {content: "";background:url("../img/p07/arrow.svg") no-repeat;width:13px;height:9px;position: absolute;right: 15px;top: 50%;transform: translateY(-50%);pointer-events: none;}

/*一覧ページページャー*/
.wp-pagenavi {text-align: center;margin: 60px auto 0;}

.wp-pagenavi a,.wp-pagenavi span {text-decoration: none;display: inline-block;font-size:14px;line-height:44px;margin:0 2px;width:48px;color:#000;border:2px solid #000;font-weight: bold;box-sizing:border-box;border-radius:100%;}
.wp-pagenavi a:hover, .wp-pagenavi span.current, span.pages {color:#fff;background:#000;}

span.extend {display: none;}
span.pages {display: none;}

.wp-pagenavi a.first {display:none;}
.wp-pagenavi a.previouspostslink {color:transparent!important;background: url("../img/p07/arrow01.svg") no-repeat center;margin-right:10px;}
.wp-pagenavi a.nextpostslink {color:transparent!important;background: url("../img/p07/arrow02.svg") no-repeat center;margin-left:10px;}
.wp-pagenavi a.last {display:none;}


/*導入事例 詳細
=========================================== */
.case_single {}
.case_single .title {font-size:24px;line-height:1.4;margin-bottom:10px;}
.case_single .time {font-weight:500;margin-bottom:30px;color:#B49646;}

.case_single .other_img {margin-bottom:20px;}

.case_single .info_list {padding-top:20px;border-top:1px dashed #000;display:block;}
.case_single .info_list li {padding-bottom:20px;border-bottom:1px dashed #000;margin-bottom:20px;}
.case_single .info_list li:last-child {margin-bottom:0;}
.case_single .info_list li h3 {width:100%;margin-bottom:10px;}
.case_single .info_list li .naiyou {width:100%;}

.kadai_teian {margin-top:40px;}
.kadai_teian .kadai_teian_in {padding:20px;background:#fff;border-radius:20px;margin-bottom:20px;}
.kadai_teian .kadai_teian_in:last-child {margin-bottom:0;}
.kadai_teian .kadai_teian_in h3 {font-size:20px;padding:10px 10px 10px 52px;border-radius:4px;margin-bottom:20px;color:#fff;background:url("../img/p07/kadai.svg") no-repeat center left 20px #6D685A;}
.kadai_teian .kadai_teian_in.teian h3 {background:url("../img/p07/teian.svg") no-repeat center left 20px #B49646;}

.syousai_box {margin-top:40px;}
.syousai_box.mente {margin-top:60px;}
.syousai_box h3 {font-size:24px;line-height:1.2;position:relative;padding-left:20px;margin-bottom:20px;}
.syousai_box h3::before {content:"";width:10px;height:10px;background:#000;position:absolute;left:0;top:0;bottom:0;border-radius:100%;margin:auto;}

.bf_list {}
.bf_list .bf_list_in {margin-top:20px;display:block;}
.bf_list .bf_list_in .bf {width:100%;margin-bottom:32px;position:relative;border-radius:10px;}
.bf_list .bf_list_in .bf:last-child {margin-bottom:0;}
.bf_list .bf_list_in .bf .in_img {aspect-ratio: 326 / 229;}
.bf_list .bf_list_in .bf p {position:absolute;left:0;top:0;color:#fff;font-size:14px;line-height:1;padding:5px 10px;border-radius:10px 0 10px 0;background:#6D685A;}
.bf_list .bf_list_in .bf.after p {background:#B49646;}
.bf_list .bf_list_in .bf.after::after {content:"";width:16px;height:23px;background:url("../img/p02/kaku.svg") no-repeat;background-size:contain;position:absolute;left:0;right:0;top:-25px;margin: auto;transform:rotate(90deg);}

.writer_info_list {margin-top:60px;}
.writer_info_list .writer_info {margin-bottom:20px;position:relative;background:#fff;padding:67px 20px 40px;box-sizing:border-box;border-radius:10px;}
.writer_info_list .writer_info .midashi {font-weight:500;line-height:1;padding:10px 16px;background:#000;color:#fff;border-radius:10px 0 10px 0;position:absolute;left:0;top:0;}
.writer_info_list .writer_info .name_box {display:block;text-align:center;}
.writer_info_list .writer_info .name_box .name {font-size:20px;}
.writer_info_list .writer_info .name_box .yakusyoku {font-weight:bold;}
.writer_info_list .writer_info .profile {margin-top:16px;}

/*詳細ページページャー*/
.post-navigation {margin:60px auto 0;}
.post-navigation ul {text-align: center;justify-content: center;align-items: center;}
.post-navigation ul li {font-weight:bold;;}
.post-navigation ul li a {text-decoration:none;}

.post-navigation ul li.post_back {margin: 0 15px;width:200px;display:table;height:50px;}
.post-navigation ul li.post_back a {display:table-cell;text-align:center;vertical-align:middle;text-decoration:none;box-sizing: border-box;border-radius:80px;border:2px solid #000;color:#000;background:#fff;}
.post-navigation ul li.post_back a:hover {color:#fff;background:#000;}

.post-navigation ul li.next a {background: url("../img/p07/arrow_l.svg") no-repeat center left;display:inline-block;height: 50px;line-height: 50px;width: 50px;font-size: 0;}
.post-navigation ul li.prev a {background: url("../img/p07/arrow_r.svg") no-repeat center right;display:inline-block;height: 50px;line-height: 50px;width: 50px;font-size: 0;}


/*ブログ (blog) p09
=========================================== */
.blog_list {display:block;}
.blog_list .blog01 {margin-bottom:20px;}
.blog_list .blog01:last-child {margin-bottom:0;}

/*ブログ 詳細
=========================================== */
.blog_single {}
.blog_single .category {margin-bottom:5px;}
.blog_single .category li {line-height:1;font-size:14px;padding:4px 10px 5px;color:#fff;background:#000;margin:0 0 5px 5px;}
.blog_single .category li:last-child {margin-right:0;}
.blog_single .title {font-size:24px;line-height:1.4;margin-bottom:10px;}
.blog_single .time {font-weight:500;color:#B49646;}

.blog_single .thumbnail {width:100%;margin-top:20px;}
.blog_single .thumbnail .in_img { aspect-ratio: 706 / 486;}

.blog_single .editor {margin-top:20px;}
.blog_single .editor .b_midashi {font-size:20px;line-height:1.4;padding:10px 20px;color:#fff;background:#B49646;border-radius:4px;margin-bottom:20px;}

.blog_single .editor #toc_container {margin:20px auto;width:100%;padding: 30px 20px !important;background: #FCF8EE !important;border: none !important;border-radius:10px;box-sizing: border-box;}
.blog_single .editor #toc_container p.toc_title {text-align:left;margin-bottom:14px;font-size:20px;}

.blog_single .editor #toc_container .toc_list {margin-top:0!important;}
.blog_single .editor #toc_container .toc_list li {margin-bottom:10px;font-size:16px;font-weight:400;position:relative;padding-left:25px;}
.blog_single .editor #toc_container .toc_list li:last-child {margin-bottom:0;}

.blog_single .editor #toc_container .toc_list li .toc_number {background:#B49646;color:#fff;text-align:center;border-radius:5px;font-size:16px;width:20px;height:20px;line-height:20px;display: inline-block;position:absolute;left:0;top:4px;font-weight: 500;}
.blog_single .editor #toc_container .toc_list li a {display: block;text-decoration:none;}
.blog_single .editor #toc_container .toc_list li a:hover {text-decoration:underline;}

.blog_single .tag_list_box {margin-top:30px;}
.blog_single .tag_list_box .tag_list_midashi {font-size:18px;line-height:1.2;}
.blog_single .tag_list_box .tag_list li {font-size:14px;font-weight:500;margin:12px 12px 0 0;}
.blog_single .tag_list_box .tag_list li span {display:inline-block;margin-right:4px;}


/*お問い合わせ・資料請求 (contact) p11
=========================================== */
.page-contact .kotei {display:none;}
#p11box01 {padding:50px 5% 80px;;}
#p11box01 .cnt {display:block;}
#p11box01 .cnt .info {width:100%;margin-bottom:30px;}
#p11box01 .cnt .info h2 {font-size:28px;margin-bottom:20px;}
#p11box01 .cnt .info .bg {padding:30px 20px 20px;background:#FCF8EE;border-radius:10px;margin-bottom:20px;box-sizing:border-box;position: relative;}
#p11box01 .cnt .info .bg ul {display:block;}
#p11box01 .cnt .info .bg ul li {margin-top:10px;padding-left:34px;font-size:18px;background: url("../img/p11/fuki.svg") no-repeat center left;box-sizing:border-box;}
#p11box01 .cnt .info .bg p {text-align:right;}

#p11box01 .cnt .info .text_list {}
#p11box01 .cnt .info .text_list .text {margin-bottom:10px;}
#p11box01 .cnt .info .text_list .text:last-child {margin-bottom:0;}
#p11box01 .cnt .img {width:100%;}

#p11box01 .num_box {justify-content:space-between;margin-top:60px;}
#p11box01 .num_box .num_box01 {width:100%;background:#fff;border-radius:20px;margin-bottom:20px;padding:30px 20px;box-sizing:border-box;}
#p11box01 .num_box .num_box01:last-child {margin-bottom:0;}
#p11box01 .num_box .num_box01 h3 {font-size:20px;padding-top:74px;background: url("../img/p11/num_box01.svg") no-repeat center top;background-size:54px; }
#p11box01 .num_box .num_box01:last-child h3 {background: url("../img/p11/num_box02.svg") no-repeat center top;background-size:54px;}
#p11box01 .num_box .num_box01 .num {font-size:32px;}
#p11box01 .num_box .num_box01 .p01 {}

.contact_form_box {margin-top:20px;background:#fff;border-radius:20px;padding:30px 20px;box-sizing:border-box;}
.contact_form_box h3 {font-size:20px;padding-top:74px;background: url("../img/p11/num_box03.svg") no-repeat center top;margin-bottom:40px;background-size:54px;}

.contact_form_box .text01 {margin-bottom:30px;display:block;text-align:center;}
.contact_form_box .text01 ul {display:inline-block;text-align:left;}
.contact_form_box .text01 li {padding-left:1em;text-indent:-1em;}

form.wpcf7-form {padding-top: 100px;margin-top: -100px;}

ul.contact-state {width:100%;height:60px;position: relative;margin:0 auto 40px;}
ul.contact-state > li{width:100%;height:60px;background-size:contain!important;}
ul.contact-state > li span {display: none;}
ul.contact-state > li.state01 {background: url("../img/p11/state01_sp.png") no-repeat center;}
ul.contact-state > li.state02 {background: url("../img/p11/state02_sp.png") no-repeat center;position:absolute;left:0;top:0;}

.state-text {text-align: center;color: #E32525;font-weight: 700;font-size: 16px;margin-bottom: 40px;}


.contactTBL table {}
.contactTBL tr {display:block;margin-bottom:40px;}
.contactTBL tr:last-child {margin-bottom:0;}

.contactTBL th {width:100%;margin-bottom:12px;display:block;}
.contactTBL td {width:100%;display:block}

.hissu {color:#fff;background:#486A29;padding:3px 5px 4px;border:1px solid #486A29;font-size:13px;line-height:1;margin-right:8px;display: inline-block;}
.ninni {color:#486A29;padding:3px 5px 4px;border:1px solid #486A29;font-size:13px;line-height:1;margin-right:8px;display: inline-block;}
.memo {display:inline-block;font-size:14px;margin-left:10px;font-weight: 400;}

/*text*/
input.wpcf7-text {width: 100%;height:40px;box-sizing: border-box;padding:10px;border:1px solid #B3B3B3;background:#fff;border-radius:2px;font-size: 16px;}
input.wpcf7-text.tel01 {width: 140px;}
input.wpcf7-text.fax01 {width: 140px;}
input.wpcf7-text.zip01 {width: 140px;}

select.wpcf7-select {width: 184px;height:40px;box-sizing: border-box;padding:10px;border:1px solid #B3B3B3;background:#fff;border-radius:2px;font-size: 16px;}

/*textarea*/
textarea.wpcf7-form-control.wpcf7-textarea {width: 100%;height:200px;box-sizing: border-box;padding:10px;border:1px solid #B3B3B3;background:#fff;border-radius:2px;font-size: 16px;}

/*list-item*/
.wpcf7-list-item {display:block!important;margin: 0 0 10px 0!important;}
.wpcf7-list-item.last {margin-bottom:0 !important;}

/*住所*/
.zip_list {}
.zip_list .zip00 {margin-bottom:20px;}
.zip_list .zip00:last-child {margin-bottom:0;}
.zip_list .zip00 .th {margin-bottom:10px;}

/*list-item*/
.codedropz-upload-handler {font-family: 'NotoSansJP',sans-serif;border: none!important;margin-bottom: 0 !important;}
.codedropz-upload-inner {text-align: left!important;}
.codedropz-upload-inner h3 {display: none;}
.codedropz-upload-handler span {display: none;}
.codedropz-btn-wrap {width:100%;height: 64px;display: table;}
.codedropz-btn-wrap a {height: 64px;display: table-cell;background:#000;color:#fff;text-align:center;vertical-align: middle;}
.codedropz-upload-container {padding: 0!important;}
.tuiki_memo {display:block!important;font-size:14px;line-height:25px;margin-top:10px;}
.tuiki_memo li {padding-left:1em;text-indent:-1em;}

.kaitou_box {display:block;}
.kaitou_box .fax {display:block;margin-top: 10px;}

.privacypolicy {}
.privacypolicy .privacypolicy01 {display:block;font-size:14px;margin-top:10px;line-height:26px;}
.privacypolicy .privacypolicy01 a {text-decoration:underline;}

/*送信ボタン*/
.contact-submit.flex { justify-content: center;margin-top:60px;}
input.wpcf7-form-control.btn04 {width: 100%; height: 70px;cursor: pointer; transition: 0.3s;font-size: 16px;text-align: left;box-sizing:border-box;font-family: 'NotoSansJP';display: block;background:url("../img/common/btn01.svg") no-repeat center right 20px #486A29;color:#fff;padding-left:40px;font-weight:bold;border-radius:10px;border:1px solid #486A29;}


input.wpcf7-form-control.btn05.wpcf7c-btn-back {width: 100%; height: 70px;cursor: pointer; transition: 0.3s;font-size: 16px;text-align: right;box-sizing:border-box;font-family:'NotoSansJP';display: block;font-weight:bold;border-radius:10px;border:1px solid #486A29;padding-right:40px;background:url("../img/common/btn01_h.svg") no-repeat center left 20px #fff;color:#486A29;}


input.wpcf7-form-control.btn05.wpcf7c-btn-back {margin-top: 20px;}
input.wpcf7-form-control.btn04:focus { outline: none;}

.wpcf7c-conf { background-color: #D4D4D4 !important; }
input:-webkit-autofill, input:-internal-autofill-selected { -webkit-appearance: none; -webkit-box-shadow: 0 0 0px 1000px #D4D4D4 inset !important; box-shadow: 0 0 0px 1000px #D4D4D4 inset !important;}
.wpcf7 .ajax-loader {display: none !important;}
.wpcf7c-elm-step2.mt20 {width: 100%;text-align: center;margin-top: 20px;}
.wpcf7-spinner {display: none !important;}

/*Thanks・404
=========================================== */
#other{padding:50px 5% 80px;text-align: center;}
#other h2 {font-size: 22px;margin-bottom: 25px;}
#other .other_in p {font-size: 17px;position: relative;margin: 10px 0;}
#other .btn01 {margin-top:25px;}

/*プライバシーポリシー
=========================================== */
div#pageBox01{padding:50px 5% 80px;}
h2.pp-title01 {font-size: 22px;border-bottom: solid 2px;margin-bottom: 25px;padding-bottom: 10px;}
h3.pp-title02 {font-size: 17px;padding-left: 15px;position: relative;margin: 10px 0;}
h3.pp-title02:before{content:"";width:5px;height:65%;background:#000;position: absolute;left:0;top:0;bottom:0;margin:auto 0;}
div#pageBox01 p {line-height: 26px;}
div#pageBox01 ul {line-height: 26px;}

/*ウインドー幅ごと
=========================================== */
@media screen and (min-width: 370px) {
}
@media screen and (min-width: 0px) and (max-width: 350px) {
}
@media screen and (min-width: 0px) and (max-width: 330px) {
}