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

@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');
 

body {
	font-size: 14px;
	font-family: 'Noto Sans Japanese', 'Quicksand', sans-serif;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: 14px;
	background-color: #FFFFFF;
	line-height: 1.8em;
	text-justify: inter-ideograph;
	text-align: justify;
	font-weight: 400;
	overflow-x: hidden;
}
body {
	animation: fadeIn 6s ease 0s 1 normal;
	-webkit-animation: fadeIn 6s ease 0s 1 normal;
}
p {
	text-justify: inter-ideograph;
	text-align: justify;
}


 @keyframes fadeIn {
 0% {
opacity: 0
}
 100% {
opacity: 1
}
}
 @-webkit-keyframes fadeIn {
 0% {
opacity: 0
}
 100% {
opacity: 1
}
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
a:link {
    color: #333333;
    text-decoration: none;
}
a:visited {
	color: #4C483F;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
a:active {
	color: #999999;
}
input[type="submit"] {
  -webkit-appearance: none;
}
#spm {
	display: none;
}
.pc_no {
	display: none !important;
}
img {
	height: auto;
	max-width: 100%;
	width : auto;
	height: auto;
	vertical-align: bottom;
}
/* FLEX */
.flex {
	display: -webkit-box;/*--- Android郢晄じﾎ帷ｹｧ�ｦ郢ｧ�ｶ騾包ｽｨ ---*/
	display: -ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari�ｽ�ｽPC�ｽ閾･逡� ---*/
	display: flex;
	-webkit-box-pack: justify;/*--- Android郢晄じﾎ帷ｹｧ�ｦ郢ｧ�ｶ騾包ｽｨ ---*/
	-ms-flex-pack: justify;/*--- IE10 ---*/
	-webkit-justify-content: space-between;/*--- safari�ｽ�ｽPC�ｽ閾･逡� ---*/
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex1 {
	display: -webkit-box;/*--- Android郢晄じﾎ帷ｹｧ�ｦ郢ｧ�ｶ騾包ｽｨ ---*/
	display: -ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari�ｽ�ｽPC�ｽ閾･逡� ---*/
	display: flex;
	-webkit-justify-content: center;/*--- safari�ｽ�ｽPC�ｽ閾･逡� ---*/
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex2 {
	display: -webkit-box;/*--- Android郢晄じﾎ帷ｹｧ�ｦ郢ｧ�ｶ騾包ｽｨ ---*/
	display: -ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari�ｽ�ｽPC�ｽ閾･逡� ---*/
	display: flex;
	-webkit-box-pack: justify;/*--- Android郢晄じﾎ帷ｹｧ�ｦ郢ｧ�ｶ騾包ｽｨ ---*/
	-ms-flex-pack: justify;/*--- IE10 ---*/
}
.flex22 {
	display: -webkit-box;/*--- Android郢晄じﾎ帷ｹｧ�ｦ郢ｧ�ｶ騾包ｽｨ ---*/
	display: -ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari�ｽ�ｽPC�ｽ閾･逡� ---*/
	display: flex;
}
.flex3 {
	display: -webkit-box;/*--- Android郢晄じﾎ帷ｹｧ�ｦ郢ｧ�ｶ騾包ｽｨ ---*/
	display: -ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari�ｽ�ｽPC�ｽ閾･逡� ---*/
	display: flex;
	width: 100%;
}
.flex_c {
	display: -webkit-box !important;/*--- Android繝悶Λ繧ｦ繧ｶ逕ｨ ---*/
	display: -ms-flexbox !important;/*--- IE10 ---*/
	display: -webkit-flex !important;/*--- safari��PC�臥畑 ---*/
	display: flex !important;
	-webkit-justify-content: center;/*--- safari�ｽ�ｽPC�ｽ閾･逡� ---*/
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#head {
	max-height: 550px;
	overflow: hidden;
	display: block;
	clear: both;
}

header {
    clear: both;
    width: 100%;
    background-color: #51432A;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #333;
    display: block;
    height: 64px;
}
header .header_in {
    margin-right: auto;
    margin-left: auto;
    max-width: 1280px;
    min-width: 1100px;
}
.header_in .logo {
	padding-top: 15px;
	width: 8%;
	display: block;
	text-align: left;
	float: left;
}
.header_in .logo a img {
	height: 32px;
	width: auto;
}

/*---メニュー ---*/

#header_in22 {
	float: left;
	width: 92%;	
}

#header_in22.fixed nav {
}
#header_box.fixed {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    width: 100%;
    background-color: rgba(86,67,42,0.95);
    z-index: 10;
}

#dropmenu {
	list-style-type: none;
	position: relative;
	font-weight: 400;
	display: -webkit-box !important;/*--- Androidブラウザ用 ---*/
	display: -ms-flexbox !important;/*--- IE10 ---*/
	display: -webkit-flex !important;/*--- safari（PC）用 ---*/
	display: flex !important;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 14px;
	padding-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
}
#dropmenu li {
	
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	position: relative;
	z-index: 10000 !important;
	margin: 0px;
	padding: 0;
}
#dropmenu li a {
	padding: 0;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #51432A;
	font-size: 15px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	overflow: hidden;
	display: block;
	color: #FFF;
}
#dropmenu li a:hover {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#dropmenu .current a {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#dropmenu li .mimg:hover {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #fff !important;
}
#dropmenu .mimg2 {
	margin-top: -5px;
}
#dropmenu li:hover > a {
}
#dropmenu > li:hover > a {
}
#dropmenu li ul {
	list-style: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	z-index: 20000 !important;
}
#dropmenu li:last-child ul {
	left: -100%;
	width: 200%
	
}
#dropmenu li ul {
	
	}
#dropmenu li ul li {
	overflow: hidden;

	height: 0;
	
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
	margin-top: 1px;
	margin-bottom: 1px;
}
#dropmenu li ul li a {
    text-align: left;
    font-size: 14px;
    line-height: 44px;
    color: #000;
    background-color: #E4E4E4;
    padding-right: 15px;
    padding-left: 15px;
}
#dropmenu li ul li a:hover {
	background-color: #CCCCCC;
}
#dropmenu li:hover ul li {
	overflow: hidden;
	display: block;
	height: 44px;
	line-height: 44px;
}
#dropmenu li:hover ul li:first-child {
	border-top: 0;
}
#dropmenu li:hover ul li:last-child {
	border-bottom: 0;
	line-height: 44px;
}
#dropmenu li:hover ul li:last-child a {
	line-height: 44px;
}
#dropmenu li .sub-menu li a {
	min-width: 250px;
	white-space: nowrap;
	display: block;
	font-weight: 400 !important;
	font-size: 13px !important;
}
.fixed {
	position: fixed;
	top: 0;
	z-index: 1;
}
/*---メニュー ---*/
	


.box1 {
	clear: both;
	display: block;
	overflow: hidden;
	padding-top: 88px;
	padding-bottom: 88px;
	background-color:#FFFFFF;
}
.box1:nth-child(even) {
    background-color: #F0F0F0;	
}
.contents1 {
	display: block;
	clear: both;
	max-width: 1280px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.midashi {
	text-align: center;
	
	}
.box1 h2, #box2 h2 {
    font-size: 32px;
    font-weight: 700;
    color: #51432A;
    line-height: 32px;
}
.head-border {
	position: relative;
	display: inline-block;
	padding-top: 0;
	padding-right: 70px;
	padding-bottom: 0;
	padding-left: 70px;
}

.head-border:before,
.head-border:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 50px;
	height: 2px;
	background-color: #51432A;
}

.head-border:before {
    left: 0;
}

.head-border:after {
    right: 0;
}
.box1 h3, #box2 h3 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 56px;
    display: block;
    font-size: 12px;
    line-height: 12px;
    overflow: hidden;
    color: #51432A;
}





.news_1 {
	display: block;
	width: 100%;
	overflow: hidden;
	font-size: 16px;
}
.news_1 li:first-child {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #51432A;
}
.news_1 li {
	display: block;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #51432A;
	padding-top: 32px;
	padding-bottom: 32px;
	overflow: hidden;
}
.news_1 li a .im3002 {
	width: 20%;
	float: left;
	padding-top: 0px;
}
.news_1 li a .im300 {
	float: left;
	width: 15%;
	padding-top: 0px;
}
.news_1 li a h4 {
	width: 65%;
	float: left;
	text-align: left;
}
.news_1 li a .im300 i {
	font-style: normal;
	background-color: #51432A;
	color: #FFF;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.bt1280 a {
    font-size: 16px;
    line-height: 70px;
    color: #333;
    text-align: center;
    display: block;
    width: 80%;
    border: 1px solid #666;
    clear: both;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 2px;
    margin-top: 48px;
}
.bt1280 a:hover {
	color: #FFF;
	background-color: #51432A;
}




/*タブ切り替え全体のスタイル*/
.tabs {
	margin-top: 50px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.tp2 .lm502 {
	margin-left: 5%;
}
.tp2 {
}
.tmn {
	overflow: hidden;
	position: relative;
}
.tmn .n_ct {
    font-size: 14px;
    line-height: 14px;
    color: #FFFFFF;
    position: absolute;
    top: 0px;
    background-color: #51432A;
    padding: 10px;
    right: 0px;
    border-radius: 0 10px 0 0;
}
.tmn .n1 {
	position: absolute;
	left: -1px;
	top: -1px;
	width: 32px;
	height: 32px;
}
.tmn .n2 {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 32px;
	height: 32px;
}
.tmn .n1 img {
	height: 32px;
	width: 32px;
}
.tmn .n2 img {
	height: 32px;
	width: 32px;
}
/*タブのスタイル*/
.tab_item {
	width: calc(90%/8);
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	display: block;
	float: left;
	transition: all 0.2s ease;
	margin-left: auto;
	margin-right: auto;
}
.tab_item:hover {
	opacity: 0.75;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
	display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
	display: none;
	clear: both;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
/*選択されているタブのコンテンツのみを表示*/
#b1:checked ~ #b1_content, #b2:checked ~ #b2_content, #b3:checked ~ #b3_content, #b4:checked ~ #b4_content, #b5:checked ~ #b5_content, #b6:checked ~ #b6_content, #b7:checked ~ #b7_content, #b8:checked ~ #b8_content {
	display: block;
}
/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
	border-bottom: 2px solid #333333;
}

.new_b li {
    width: 23%;
    border: 1px solid #51432A;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    border-radius: 10px;
    margin-bottom: 32px;
}

.new_b::before{
  content:"";
  display: block;
  width:23%;
  order:1;
}
.new_b::after{
  content:"";
  display: block;
  width:23%;
}


.tmn2 {
    display: block;
    overflow: hidden;
    color: #51432A;
    font-size: 16px;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    margin: 0px;
    font-weight: 500;
}
.tmn2 .n_day {
	font-size: 16px;
	float: left;
	width: 40%;
	display: block;
	text-align: left;
	line-height: 16px;
	font-weight: 500;
}
.tmn2 .n_day2 {
	font-size: 14px;
	padding-left: 8px;
}

.box43 {
	
	width: 100%;
	height: 0;
	padding-bottom: 65%;
	position: relative;
}
.box43 img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	border-radius: 10px 10px 0 0;
}
.mml {
	font-size: 18px;
	line-height: 2em;
	font-weight: 500;
}
.about_b {
}
.about_b h4 {
	background-color: #51432A;
	color: #FFF;
	font-size: 20px;
	font-weight: 500;
	line-height: 64px;
	margin-bottom: 32px;
}
.about_b ul li h5 {
	font-size: 18px;
	padding: 0px;
	font-weight: 500;
	color: #51432A;
	line-height: 48px;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #51432A;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
}
.about_b ul li h5 .number {
	font-size: 22px;
	padding-right: 10px;
	line-height: 22px;
	font-weight: 700;
}
.about_b ul li p {
	margin: 0px;
	padding: 0px;
	font-size: 15px;
}
.about_b ul li {
	width: 23%;
}
.service_b li {
    background-color: #51432A;
    width: 48%;
    margin: 1%;
    border-radius: 10px;
}
.service_b li a {
	color: #FFF;
}
.service_b li img {
border-radius: 10px 0 0 10px;
}
.service_b h4 {
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    display: block;
    padding: 20px;
}
.service_b ul li a ul li {
    width: 50%;
    display: flex;
    margin: 0;
    align-items: center;
}
.service_b p {
	margin: 0px;
	text-align: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-size: 15px;
	text-justify: inter-ideograph;
	text-align: justify;
}

.service_b2 {
	margin-top: 48px;
	}

.service_b2 li {
	background-color: #51432A;
	width: 23%;
	border-radius: 10px;
}
.service_b2 li img {
border-radius: 10px 10px 0 0;
}
.service_b2 li a {
	color: #FFF;
}
.service_b2 h4 {
	font-size: 18px;
	font-weight: 700;
	text-align: left;
	display: block;
	padding: 20px;
	text-align: center;
}
.service_b2 ul li a ul li {
	width: 100%;
	
}


.recru_b li {
	background-color: #51432A;
	width: 23%;
	border-radius: 10px;
	margin-right: 1%;
	margin-left: 1%;
}
.recru_b li img {
border-radius: 10px 10px 0 0;
}
.recru_b li a {
	color: #FFF;
}
.recru_b h4 {
	font-size: 18px;
	font-weight: 700;
	text-align: left;
	display: block;
	padding: 20px;
	text-align: center;
}
.recru_b ul li a ul li {
	width: 100%;
	margin: 0px;
	padding: 0px;	
}
.comp_b li {
	width: 48%;
}
.comp_b ul li h5 {
	font-size: 18px;
	line-height: 18px;
	font-weight: 500;
	padding: 15px;
	color: #FFF;
	background-color: #51432A;
	margin-bottom: 15px;
}
.comp_b ul li address {
	font-style: normal;
	font-size: 16px;
	margin-top: 15px;
	display: block;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #51432A;
}
footer {
	background-color: #51432A;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	overflow: hidden;
	display: block;
	padding-top: 88px;
}


.foot_in {
	max-width: 1280px;
	margin-bottom: 88px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.foot_in .foot1 {
	display: block;
	text-align: center;
	width: 100%;
	overflow: hidden;
}
.foot_in .foot1 p {
	text-align: center;
	line-height: 2em;
	padding-right: 24px;
	padding-left: 24px;
}
.foot_in .foot1 h1 a img {
	width: 25%;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}


.foot_in .foot_in2 {
	display: flex;
	overflow: hidden;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFF;
	margin-top: 64px;
	margin-bottom: 32px;
}



.copyright {
	line-height: 48px;
	text-align: center;
	display: block;
}
.foot_in .foot_in2 a{
	color: #FFF;
	line-height: 28px;
}
.foot_in .foot_in2 a:hover {
	color: #999;
}
.fmenu li .sub-menu li a {
	margin-left: 28px;
}
.fmenu li .sub-menu {
	margin-bottom: 14px;
}
.fmenu li a i {
	font-style: normal;
}
.foot_in .foot_in2 .fmenu {
	width: 25%;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FFF;
	padding-right: 2%;
	padding-left: 2%;
	padding-top: 14px;
}
.foot_in .foot2 ul li a:hover {
	color: #999;
}
.footer_menu {
	display: none;
}



.he33 {
	position: fixed;
	right: 25px;
	bottom: 190px;
	height: 100px;
	width: 100px;
}
.he33 img {
	height: auto;
	width: 100%;
}





.he3 {
	position: fixed;
	right: 25px;
	bottom: 80px;
	height: 100px;
	width: 100px;
}
.he3 img {
	height: auto;
	width: 100%;
}
.he4 {
	position: fixed;
	right: 50.5px;
	bottom: 20px;
	height: 50px;
	width: 50px;
}
.he4 img {
	height: auto;
	width: 100%;
}


#head2 {
	display: block;
	overflow: hidden;
	width: 100%;
	background-color: #000;
	position: relative;
}

#head2 .head_img img {
	width: 100%;
	height: 350px;
	object-fit: cover;
	opacity: 0.5;

}
#head2 h1 {
	color: #FFF;
	font-weight: 700;
	font-size: 32px;
	line-height: 32px;
	position: absolute;
	    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.comp1 li {
	width: 48%;
}
.comp1 li dl dt {
	float: left;
	width: 30%;
	padding: 24px;
	display: block;
	color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F2F0ED;
}
.comp1 li dl dd {
	text-align: left;
	width: 70%;
	padding: 24px;
	float: left;
	display: block;
	background-color: #F2F0ED;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #51432A;
}
.comp1 li dl:last-child {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #51432A;
}
.comp1 li dl {
	font-size: 16px;
	display: block;
	background-color: #51432A;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-right-color: #51432A;
	width: 100%;
}
.comp1 li img {
	margin-bottom: 32px;
}

.comp2 {
	}
.comp2 dl dt {
	float: left;
	width: 30%;
	padding: 24px;
	display: block;
	color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
.comp2 dl dd {
	text-align: left;
	width: 70%;
	padding: 24px;
	float: left;
	display: block;
	background-color: #FFF;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #51432A;
}
.comp2 dl:last-child {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #51432A;
}
.comp2 dl {
	font-size: 16px;
	display: block;
	background-color: #51432A;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-right-color: #51432A;
	width: 100%;
}
.comp1 li p {
	margin-top: 0px;
	margin-bottom: 32px;
	text-align: left;
	font-size: 16px;
	line-height: 2em;
	text-justify: inter-ideograph;
	text-align: justify;
}
.t_right {
	text-align: right !important;
}
.comp3 li {
	width: 24%;
}
.evolution2 {
	background-color: #51432A;
	width: 100%;
	padding-top: 100%;
	border-radius: 50%;
	text-align: center;
	position: relative;	
	
	
}
.evolution2 .evo_in {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
  -webkit- transform: translateY(-50%) ;
	margin: auto;
	left: 0px;
	right: 0px;
}

.evolution2 h4 {
	font-weight: 700;
	color: #FFF;
	font-size: 24px;
	margin-bottom: 5px;
}
.evolution2 h5 {
	font-size: 15px;
	font-weight: 400;
	color: #FFF;
}
.evolution2 h6 {
	color: #FFF;
	font-size: 12px;
	margin-bottom: 24px;
}
.box0 {
	margin-top: 48px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #51432A;
}
.h_menu li {
	margin-right: 1%;
	margin-left: 1%;
	
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #51432A;
	border-right-color: #51432A;
	border-left-color: #51432A;
	
}
.h_menu li a {
	display:block;
	padding-right: 20px;
	padding-left:  20px;
	line-height: 48px;
}
.h_menu .current a {
	color: #FFF !important;
	background-color: #51432A !important;
}
.h_menu .on_h a {
	color: #FFF !important;
	background-color: #51432A !important;
	}
.h_menu li a:hover {
	color: #FFF !important;
	background-color: #51432A;
	
}
.comp4 ul li {
    width: 50%;
    display: flex;
    align-items: center;
    background-color: #F0F0F0;
}




.comp4 ul li h5 {
	font-size: 22px;
	padding: 0px;
	font-weight: 500;
	color: #51432A;
	line-height: 48px;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #51432A;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
	text-align: left;
	display: block;
}
.comp4 ul li h5 .number {
	font-size: 22px;
	padding-right: 10px;
	line-height: 22px;
	font-weight: 700;
}
.comp4 ul li p {
	padding: 0px;
	font-size: 16px;
	line-height: 2em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 32px;
	margin-left: 0px;
}
.sp_mt64 {
	margin-top: 64px;
}
.cp4_in {
	padding-right: 32px;
	padding-left: 32px;
}

.comp5 ul li {
	width: 50%;
	display: flex;
	align-items: center;
	background-color: #FFF;
}




.comp5 ul li h5 {
	font-size: 22px;
	padding: 0px;
	font-weight: 500;
	color: #51432A;
	line-height: 48px;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #51432A;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
	text-align: left;
	display: block;
}
.comp5 ul li h5 .number {
	font-size: 22px;
	padding-right: 10px;
	line-height: 22px;
	font-weight: 700;
}
.comp5 ul li p {
	padding: 0px;
	font-size: 16px;
	line-height: 2em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 32px;
	margin-left: 0px;
}




#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#page-top a {
}
#page-top a:hover img {
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha( opacity=90 )";
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#page-top a img {
	width: 60px;
}
.box980_blog_2 {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.box980_blog_2 .tt {
	font-size: 20px;
	display: block;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #51432A;
	border-bottom-color: #51432A;
	padding-top: 24px;
	padding-bottom: 24px;
	font-weight: 500;
    text-align: left;
}
.box980_blog_2 .daysn {
	display: block;
	text-align: right;
	font-size: 14px;
	line-height: 32px;
}
.box980_blog_2 .kiji_1 {
	margin-top: 48px;
	font-size: 16px;
	line-height: 2em;
	padding-bottom: 48px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #51432A;
	text-align: left;
}
.block_1050_n {
	margin-top: 72px;
	display: block;
	overflow: hidden;
}


.block_1050_n .navigation.clearfix .navigation_in {
	display: flex;
}
.block_1050_n .navigation.clearfix .navigation_in p {
	float: left;
	width: 33%;
	text-align: center;
}
.mml2 {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-size: 18px;
	line-height: 1.8em;
	
	text-align: center;
}
.store-prosperity {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.store-prosperity dl dt {
	color: #51432A;
	font-weight: 700;
	font-size: 24px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #51432A;
	padding-bottom: 5px;
}
.store-prosperity dl dd {
	font-size: 16px;
	background-color: #FFF6E5;
	padding: 24px;
	margin-bottom: 64px;
	line-height: 1.8em;
}
.spy01 img {
	width: 49%;
	margin-bottom: 16px;
}
.store-prosperity dl dd p {
	font-weight: 500;
	margin-top: 32px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.sp_t32 {
	margin-top: 32px;
}


.spy02 img {
	vertical-align: top;
}
.spy03 img {
	
}
.spy04 img {
	width: 32%;
	margin-bottom: 16px;
}
.temp01 {
	font-size: 18px;
	margin-bottom: 24px;
}
.shop-table h4 {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 24px;
	display: block;
	margin-top: 48px;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #51432A;
}
.shop-table table tbody tr td {
	padding: 16px;
	font-size: 16px;
	text-align: left;
	order: 1px solid #666;
}
.shop-table {
	margin-bottom: 64px;
}
.shop-table table tbody tr:first-child {
	color: #FFF;
	background-color: #51432A;
}
.shop-table table tbody tr:nth-child(even) {
	background-color: #DCD9D4;
}
.shop-table table tbody td {
	
	border: 1px solid #666;
	text-align: left;
}
.tenp02 {
	font-size: 18px;
	padding-top: 24px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #51432A;
	padding-bottom: 24px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #51432A;
}
.tenp03 {
	font-size: 16px;
	line-height: 2em;
	padding-top: 24px;
}
#mold_b h4 {
	font-size: 24px;
	font-weight: 500;
	color: #51432A;
	margin-bottom: 32px;
}
#mold1 p {
	font-size: 16px;
	text-align: center;
}
.sp_b64 {
	margin-bottom: 64px;
}
#mold_b p {
	font-size: 16px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	line-height: 2em;
}
#mold2 img {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 32px;
}
#mold3 img {
}
#mold_b h5 {
	font-size: 18px;
	margin-top: 32px;
	margin-bottom: 32px;
}
#mold4-topics img {
	width: 31%;
	margin-bottom: 24px;
}
#mold4-topics {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 48px;
}



#thanks h2 {
  text-align: center;
  padding: 15px;
}




#partner-form .partner-form-table {
  width: 100%;

  margin-left: auto;
  margin-right: auto;

}

#partner-form td {
	padding: 24px;
	width: 75%;
	border: 1px solid #666;
	text-align: left;
}

#partner-form th {
	background-color: #eee;
	vertical-align: middle;
	width: 25%;
	padding: 24px;
	border: 1px solid #333;
	font-weight: normal;
	text-align: left;
}

#partner-form th i {
	color: cornflowerblue;
	line-height: 1;
	padding: 3px 5px;
	margin-right: .75em;
	margin-bottom: .5em;
	border: 1px solid cornflowerblue;
	border-radius: 3px;
	background-color: #fff;
	display: inline-block;
	font-style: normal;
}

#partner-form th i.req {
  color: crimson;
  border-color: crimson;
}

#partner-form th label {
  cursor: pointer;
}

#partner-form td p {

}

#partner-form .partner-form-table tr td p:empty {
  display: none;
}

#partner-form .partner-form-table tr td .checkbox-plan,
#partner-form .partner-form-table tr td .checkbox-production,
#partner-form .partner-form-table tr td .checkbox-cooperation,
#partner-form .partner-form-table tr td .checkbox-contact,
#partner-form .partner-form-table tr td .checkbox-privacy,
#partner-form .partner-form-table tr td .accept {
  padding: 0;
}

#partner-form .partner-form-table tr td .checkbox-plan span,
#partner-form .partner-form-table tr td .checkbox-production span,
#partner-form .partner-form-table tr td .checkbox-cooperation span,
#partner-form .partner-form-table tr td .checkbox-contact span,
#partner-form .partner-form-table tr td .checkbox-privacy span,
#partner-form .partner-form-table tr td .accept span {
  line-height: 1;
  padding: 0;
}

#partner-form .partner-form-table tr td .checkbox-plan label,
#partner-form .partner-form-table tr td .checkbox-production label,
#partner-form .partner-form-table tr td .checkbox-cooperation label,
#partner-form .partner-form-table tr td .checkbox-contact label,
#partner-form .partner-form-table tr td .checkbox-privacy label,
#partner-form .partner-form-table tr td .accept label {


  padding: 4px 5px;
  margin: 5px 0 5px 10px;
  border: 1px solid #bbb;
  border-radius: 3px;
  display: inline-block;
  cursor: pointer;
}

#partner-form .partner-form-table tr td .checkbox-plan label span,
#partner-form .partner-form-table tr td .checkbox-production label span,
#partner-form .partner-form-table tr td .checkbox-cooperation label span,
#partner-form .partner-form-table tr td .checkbox-contact label span,
#partner-form .partner-form-table tr td .checkbox-privacy label span,
#partner-form .partner-form-table tr td .accept label span {
  display: inline-block;
}

#partner-form .partner-form-table tr td .checkbox-plan label input,
#partner-form .partner-form-table tr td .checkbox-production label input,
#partner-form .partner-form-table tr td .checkbox-cooperation label input,
#partner-form .partner-form-table tr td .checkbox-contact label input,
#partner-form .partner-form-table tr td .checkbox-privacy label input,
#partner-form .partner-form-table tr td .accept label input {
  margin: 3px 5px 3px 10px;
  vertical-align: text-bottom;
}

#partner-form .partner-form-table tr td .checkbox-plan .wpcf7-list-item,
#partner-form .partner-form-table tr td .checkbox-production .wpcf7-list-item,
#partner-form .partner-form-table tr td .checkbox-cooperation .wpcf7-list-item,
#partner-form .partner-form-table tr td .checkbox-contact .wpcf7-list-item,
#partner-form .partner-form-table tr td .checkbox-privacy .wpcf7-list-item,
#partner-form .partner-form-table tr td .accept .wpcf7-list-item {
  margin: 0;
}

#partner-form .partner-form-table tr td .checkbox-contact label,
#partner-form .partner-form-table tr td .checkbox-privacy label,
#partner-form .partner-form-table tr td .accept label {
  
  padding: 4px 15px 4px 0;
  margin: 5px 10px;
  border: none;
}

#partner-form .partner-form-table tr td .zip,
#partner-form .partner-form-table tr td .pref,
#partner-form .partner-form-table tr td .address,
#partner-form .partner-form-table tr td .address2,
#partner-form .partner-form-table tr td .capital,
#partner-form .partner-form-table tr td .earnings,
#partner-form .partner-form-table tr td .staff {
  display: inline-block;
}

#partner-form .partner-form-table tr td .zip input,
#partner-form .partner-form-table tr td .pref input,
#partner-form .partner-form-table tr td .address input,
#partner-form .partner-form-table tr td .address2 input,
#partner-form .partner-form-table tr td .capital input,
#partner-form .partner-form-table tr td .earnings input,
#partner-form .partner-form-table tr td .staff input {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}

#partner-form .partner-form-table tr td .zip,
#partner-form .partner-form-table tr td .pref {
  width: 35%;
}

#partner-form .partner-form-table tr td .capital,
#partner-form .partner-form-table tr td .earnings,
#partner-form .partner-form-table tr td .staff {
  width: 45%;
}

#partner-form .partner-form-table tr td .address,
#partner-form .partner-form-table tr td .address2 {
  width: 65%;
  padding-left: 0;
}

#partner-form .partner-form-table tr td.address-box p {
  padding-left: 25px;
}

#partner-form .partner-form-table tr td .business-content,
#partner-form .partner-form-table tr td .main-suppliers,
#partner-form .partner-form-table tr td .your-message {
  width: 100%;
  display: block;
}

#partner-form .partner-form-table tr td textarea {
  width: 100%;
  resize: vertical;
}



#partner-form input[type="text"],
#partner-form input[type="url"],
#partner-form input[type="email"],
#partner-form input[type="tel"] {
	border: 1px solid #666;
	border-radius: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 7px;
	padding-right: 6px;
	padding-bottom: 7px;
	padding-left: 6px;
}



#partner-form select {
  width: 100%;
 
  padding: 7px 6px;
}

#partner-form #privacy-info {
	width: 100%;
	padding: 24px;
	margin-left: auto;
	margin-right: auto;
	background-color: #eee;
	margin-top: 48px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-left-color: #666;	


}



#partner-form #privacy-info h3 {
	font-weight: bold;
	margin-bottom: 20px;
	padding: 0px;
	font-size: 16px;
	line-height: 16px;
}

#partner-form #submit-box {
  text-align: center;
  padding: 40px 0 60px;
}

#partner-form #submit-box input[type="submit"] {
	color: #FFF;
	background-color: #51432A;
	width: 40%;
	text-align: center;
	line-height: 64px;
	border: 0;
	cursor: pointer;
	font-size: 20px;
	font-weight: 500;
}
input[type="submit"]:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}


#partner-form #submit-box .ajax-loader {
  margin: 20px auto 0;
  display: block;
}
.toukaikai li {
	width: 48%;
	text-align: left;
	font-size: 16px;
}
.toukaikai li p {
	line-height: 1.8em;
}
.toukaikai li img {
	width: 50%;
}
.toukaikai li h4 {
	font-size: 20px;
	font-weight: 500;
	display: block;
	color: #51432A;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #51432A;
	padding-bottom: 5px;
	margin-bottom: 16px;
}
.info_b2 {
	margin-top: 32px;
}
.info_b3 {
	margin-top: 32px;
	font-size: 16px;
	text-align: center;
	font-weight: 500;
}
.info_b {
	font-size: 16px;
	line-height: 2em;
	margin-bottom: 32px;
}
.privacy {
	text-align: left;
	width: 900px;
	margin-top: 64px;
	margin-right: auto;
	margin-left: auto;
}
.privacy h5 {
	font-size: 18px;
	font-weight: 500;
	color: #51432A;
	margin-bottom: 24px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #51432A;
}
.privacy p {
	padding-left: 24px;
}
#contact-comment {
	text-align: center;
	display: inline-block;
	padding: 24px;
	margin-right: auto;
	margin-left: auto;
	border: 1px dotted #999;
}


























.fade {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.fade:hover {
	opacity: 0.4;
	filter: alpha(opacity=80);
}



.box800 .box800_left p {
	padding-bottom: 17px;
	display: block;
}

.prod2 {
	display: flex;
	justify-content: space-between;
	clear: both;
	overflow: hidden;
}
#box1 .sp00 {
	margin-bottom: 48px;
	padding-bottom: 0px;
	display: block;
	clear: both;
}
.on_p {
	color: #FFF;
	background-color: #2B2B2B;
}
.prod2 li {
	width: 280px;
	float: left;
	display: flex;          /* 2 */
	justify-content: center;/* 3 */
	align-items: center;    /* 4 */
	overflow: hidden;
	border: 1px solid #666;
}
.prod2 li h4 {
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	line-height: 24px;
	font-weight: 400;
	display: block;
	clear: both;
	width: 100%;
}
.prod2 li h5 {
	font-size: 12px;
	line-height: 12px;
	font-weight: 300;
	padding-top: 5px;
	display: block;
	clear: both;
}
.prod2 li img {
	width: 40%;
	height: auto;
	float: left;
}
.prod2 li:hover {
	background-color: #999;
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	color: #000;
}
.prod2 li .pro_n {
	float: left;
	width: 60%;
}
.lora {
	font-family: 'Lato', sans-serif;
	text-align: center;
	display: block;
	font-size: 32px;
	color: #FFF;
}
#box3 {
	clear: both;
	display: block;
	overflow: hidden;
	padding-top: 88px;
	padding-bottom: 88px;
	background-color: #2B2B2B;
	color: #FFF;
}
#box3 h3 {
	font-size: 12px;
	line-height: 12px;
	font-weight: 300;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 70px;
	display: block;
	color: #FFF;
}
#box3 .contents1 img {
	float: left;
	width: 50%;
	height: auto;
}
#box3 .contents1 .products_1 {
	float: left;
	width: 50%;
	color: #FFF;
	text-align: left;
	font-size: 20px;
	font-weight: 300;
	line-height: 2em;
	padding: 3%;
}
#box3 .contents1 {
	display: flex;          /* 2 */
	justify-content: center;/* 3 */
	align-items: center;
}
#box3 .contents1 .products_1 ul {
	display: block;
	padding-top: 15px;
	margin-top: 25px;
	font-size: 14px;
	line-height: 1.8em;
	overflow: hidden;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
}
#box3 .contents1 .products_1 ul li img {
	width: auto;
	height: 85px;
}
#box3 .contents1 .products_1 ul li {
	display: block;
	clear: both;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
	text-justify: inter-ideograph;
	text-align: justify;
}
#box1 h6, #box2 h6 {
	text-align: center;
	display: block;
	font-size: 32px;
	padding-bottom: 70px;
}
.prod3 {
	display: flex;
	justify-content: space-between;
	clear: both;
	padding-bottom: 50px;
	overflow: hidden;
}
.prod3 li {
	width: 30%;
	float: left;
	display: block;
	text-align: center;
	overflow: hidden;
}
.prod3 li h4 {
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	padding-top: 15px;
	padding-bottom: 10px;
}
.prod3 li h5 {
	font-size: 12px;
	line-height: 12px;
	font-weight: 300;
	padding-top: 5px;
	padding-bottom: 10px;
}
.prod3 li .moji_pro {
	font-size: 13px;
	display: block;
	clear: both;
	font-weight: 300;
	color: #666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	text-align: left;
}
.prod3 li .bottan_pro a:hover {
	background-color: #2B2B2B;
	color: #FFF;
}
.prod3 li img {
	height: auto;
	width: 100%;
}
.prod4 {
	display: flex;
	justify-content: space-between;
	clear: both;
	overflow: hidden;
}
.prod4 .p4_in1 {
	display: flex;
	flex-wrap: wrap;
	float: left;
	width: 70%;
}
.prod4 .p4_in2 {
	float: left;
	width: 30%;
	display: block;
}
.prod4 .p4_in2 img {
	height: auto;
	width: 100%;
}
.prod4 .p4_in1 dl {
	width: 33%;
	text-align: left;
	padding: 15px;
}
.prod4 .p4_in1 dl dt {
	font-size: 16px;
	line-height: 16px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #F90;
	margin-bottom: 5px;
}
.prod5 {
	display: flex;
	justify-content: space-between;
}
.prod5 .p4_in1 {
	float: left;
	width: 50%;
}
.prod5 .p4_in2 {
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.prod5 .p4_in2 img {
	height: auto;
	width: 60%;
}
.prod5 .p4_in1 dl {
	width: 100%;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	clear: both;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
}
.prod5 .p4_in1 dl dt {
	float: left;
	width: 30%;
	background-color: #F5F5F5;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	font-weight: 500;
}
.prod5 .p4_in1 dl dd {
	float: left;
	width: 70%;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
.prod5 .p4_in1 .chui {
	display: block;
	clear: both;
	margin: 0px;
	letter-spacing: 0em;
	word-spacing: 0em;
	vertical-align: 0%;
	text-align: left;
	text-indent: 0px;
	font-size: 12px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.box800 .privacy .orenji_moji {
	background-color: #2B2B2B;
	font-size: 15px;
	line-height: 40px;
	color: #FFF;
	display: block;
	padding-right: 15px;
	padding-left: 15px;
}
.box800 .privacy p {
	padding-left: 25px;
}

.top_news {
	display: flex;
	clear: both;
	overflow: hidden;
}
.gallery-item {
	float: left;
	width: 20%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.gallery {
	display: block;
	clear: both;
	overflow: hidden;
}
.prod22 li {
	padding-bottom: 55px;
}


.prod::before {
	content: "";
	display: block;
	width: 24%;
	order: 1;
}
.prod::after {
	content: "";
	display: block;
	width: 24%;
}
.prod li img {
	width: 100%;
	height: 310px;
	object-fit: cover;
}
.object-fit-img {
	object-fit: contain;
	font-family: 'object-fit: contain;'
}
section figure {
	height: 280px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	background: #000;
}
/* -----------------------------------
		/*  sample4
		/* ----------------------------------- */
.sample4 {
	color: #fff;
}
.sample4 figure:after {
	position: absolute;
	background: #fff;
	content: "";
	display: block;
	width: 90%;
	height: 1px;
	left: 5%;
	top: 50%;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all .9s ease-out;
	-moz-transition: all .9s ease-out;
	transition: all .9s ease-out;
}
.sample4 figure:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}
.sample4 figcaption p, .sample4 figcaption h4 {
	position: absolute;
	text-align: center;
	width: 100%;
	opacity: 0;
	-webkit-transition: all .4s ease-out .4s;
	-moz-transition: all .4s ease-out .4s;
	transition: all .4s ease-out .4s;
}
.sample4 figcaption h4 {
	bottom: 51%;
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	transform: translateY(-30px);
}
.sample4 figcaption p {
	top: 52%;
	-webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
	transform: translateY(30px);
}
.sample4 figure:hover figcaption p, .sample4 figure:hover figcaption h4 {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
}
.sample4 figure img {
	-webkit-transition: all 1.2s ease-out;
	-moz-transition: all 1.2s ease-out;
	transition: all 1.2s ease-out;
}
.sample4 figure:hover img {
	opacity: .4;
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	transform: scale(1.3);
}
.bor01 {
	
}
.box0 h4 {
	text-justify: inter-ideograph;
	text-align: justify;
}
.gray_b {
	background-color: #F5F5F5 !important;
}
.comp .comp_in1 {
	float: left;
	width: 50%;
}
.contents1 .comp {
	clear: both;
	overflow: hidden;
}
.comp .comp_in2 p {
	margin-top: 0px;
	padding-top: 0px;
	text-justify: inter-ideograph;
	text-align: justify;
}
.comp_in1 img {
	height: auto;
	width: 100%;
}
.comp .comp_in2 {
	width: 50%;
	float: left;
	text-align: left;
	padding-left: 35px;
	font-size: 16px;
	line-height: 2em;
}
.gmap {
	margin-top: 30px;
	clear: both;
	width: 100%;
}
.conp100 {
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 64px;
	display: block;
	line-height: 2em;
}
.contents1 .boss1 {
	float: left;
	display: block;
	width: 70%;
	clear: both;
	margin-right: 30%;
	padding: 3%;
	text-align: left;
	background-color: #F5F5F5;
	margin-bottom: 25px;
	text-justify: inter-ideograph;
	text-align: justify;
}
.contents1 .boss2 {
	clear: both;
	width: 70%;
	float: right;
	margin-left: 30%;
	display: block;
	padding: 3%;
	text-align: left;
	background-color: #F7F6F4;
	margin-bottom: 25px;
	text-justify: inter-ideograph;
	text-align: justify;
}
.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
}
#box1 .contents1 .boss1 h3 {
	font-size: 18px;
	text-align: left;
	margin: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	font-weight: 500;
	line-height: 1.5em;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#box1 .contents1 .boss2 h3 {
	font-size: 18px;
	text-align: left;
	margin: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	font-weight: 500;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.pd_11 .photo li {
	width: 33%;
	margin-bottom: 5px;
}
.pd_11 .photo::after{
  content:"";
  display: block;
  width:33%;
}
.pd_11 .photo li a img {
	height: 300px;
	object-fit: cover;
	width: 100%;
}
.contents1 .pd_11 p {
	display: block;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
.teln {
	font-size: 18px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
.kiji_1 p {
    line-height: 2.2em;
}
.kiji_1 h1 {
	font-size: 20px;
	margin-bottom: 32px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #51432A;
	text-justify: inter-ideograph;
	text-align: justify;
	font-weight: 500;
}
.kiji_1 h2 {
	font-size: 18px;
    margin-top: 48px;
	margin-bottom: 32px;
	text-align: left;
	border-bottom-width: 5px;
	border-bottom-style: double;
	border-bottom-color: #51432A;
	letter-spacing: 0em;
	text-indent: 0px;
	text-justify: inter-ideograph;
	text-align: justify;
}
.kiji_1 h3 {
	font-size: 16px;
        line-height: 2em;
    font-weight: 500;
    margin-top: 48px;
	margin-bottom: 32px;
	padding: 0.5em;/*左線（実線 太さ 色）*/
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #51432A;
	border-right-color: #51432A;
	border-bottom-color: #51432A;
	border-left-color: #51432A;
	display: block;
	width: 100%;
	text-justify: inter-ideograph;
	text-align: justify;
}
.kiji_1 h4 {
	font-size: 16px;
	margin-bottom: 24px;
	position: relative;
	padding: 0.6em;
	background-color: #51432A;
	text-justify: inter-ideograph;
	text-align: justify;
	color: #FFF;
}
.kiji_1 h4:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 30px;
	width: 0px;
	height: 0;
	border-top-width: 15px;
	border-right-width: 15px;
	border-bottom-width: 15px;
	border-left-width: 15px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #51432A;
	
}
.kiji_1 h5 {
	font-size: 15px;
	margin-bottom: 32px;
	border: 1px dashed #51432A;
	padding: 0.2em 0.5em;
	text-justify: inter-ideograph;
	text-align: justify;
}
.kiji_1 h6 {
	position: relative;
	font-size: 15px;
	margin-bottom: 32px;
	
	text-justify: inter-ideograph;
	text-align: justify;
}
.kiji_1 h6:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 7px;
	background: -webkit-repeating-linear-gradient(-45deg, #999, #999 2px, #fff 2px, #fff 4px);
	background: repeating-linear-gradient(-45deg, #999, #999 2px, #fff 2px, #fff 4px);
}
.kiji_1 h1:first-child,
.kiji_1 h2:first-child,
.kiji_1 h3:first-child,
.kiji_1 h4:first-child,
.kiji_1 h5:first-child,
.kiji_1 h6:first-child {
	margin-top: 0;
}
.kiji_1 ul {
    margin-bottom: 32px;
    margin-left: 2em;
}
.kiji_1 ul li {
    list-style-type: disc;
}
.kiji_1 ol {
    margin-bottom: 32px;
    margin-left: 2.2em;
}
.kiji_1 ol li {
    margin-bottom: 1em;
    list-style-type: decimal;
}
#topics .topics_in a {
	color: #FFF;
	font-size: 15px;
	line-height: 32px;
}
#topics .topics_in a:hover {
	color: #CCC;
}
.box640_l {
	display: block;
	float: left;
	width: 33.333%;
	padding-right: 2%;
	overflow: hidden;
}
.box640_r {
	display: block;
	float: left;
	width: 33.333333%;
	padding-left: 2%;
}
.box640_c {
	display: block;
	float: left;
	width: 33.3333%;
	padding-left: 1%;
	padding-right: 1%;
}
.news11_b {
	clear: both;
	width: 100%;
	overflow: hidden;
	font-size: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
.news11_b .date1 {
	float: left;
	width: 25%;
	text-align: left;
}
.news11_b .tt {
	float: left;
	width: 75%;
	text-align: left;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sp_bt45 {
	padding-bottom: 45px !important;
}
iframe.wp-embedded-content {width:100%;}
iframe { max-width:100%; }
.about-contents-text {
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border: 1px solid #333;
	padding-top: 25px;
	padding-right: 35px;
	padding-bottom: 25px;
	padding-left: 35px;
}
.title-top p {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 40px;
}
.about-contents-text h4 {
	font-weight: 500;
	font-size: 18px;
	margin-top: 45px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	line-height: 2em;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #333;
	padding-left: 15px;
	display: block;
	clear: both;
}
.about-contents-text h5 {
	font-size: 16px;
	font-weight: 500;
	margin-top: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}
.about-contents-text p {
	text-justify: inter-ideograph;
	text-align: justify;
}
.bread {
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
}
.bread li {
	float: left;
}


#box1 .mtt, #box2 .mtt {
	font-family: 'Lato', sans-serif;
	text-align: center;
	display: block;
	font-size: 32px;
}
#box1 .mtt2, #box2 .mtt2 {
	font-weight: 300;
	text-align: center;
	padding-top: 16px;
	padding-bottom: 25px;
	display: block;
	font-size: 12px;
	line-height: 12px;
}
.vr0 {
	font-family: 'Lato', sans-serif;
	text-align: center;
	display: block;
	font-size: 32px;
	line-height: 32px;
	margin-top: 70px;
}
.vr {
	padding-top: 35px;
}
.omotenashi {
	display: block;
	margin-top: 35px;
	width: 80px !important;
	float: left;
	padding: 0px !important;
	margin-right: 25px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}
.omotenashi2 {
	display: block;
	margin-top: 35px;
	width: 140px !important;
	float: left;
	padding: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}
#box1 .mttjp, #box2 .mttjp {
	text-align: center;
	display: block;
	font-size: 26px;
	font-weight: 700;
}
.sdgs_b1 {
	max-width: 1040px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.sdgs_b1 p {
	font-size: 16px;
	line-height: 2em;
	text-justify: inter-ideograph;
	text-align: justify;
}
.sdgs1 img {
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 40%;
	margin-top: 48px;
	margin-bottom: 25px;
}
.sdgs_b1 li {
	width: 16%;
	margin-top: 5px;
}
.sdgs_b1 li img {
	height: auto;
	width: 100%;
}
.sdgs3 {
	display: block;
	text-align: center;
	font-size: 18px;
	margin-bottom: 35px;
	margin-top: 0px;
}
.sdgs_b2 li {
	width: 18%;
	text-align: center;
}
.sdgs_b2 li p {
	font-size: 15px;
	text-align: left;
	text-justify: inter-ideograph;
	text-align: justify;

}
.sdgs_b2 li img  {
	height: auto;
	width: 100%;
}
.sdgs_b2 ul {
	margin-bottom: 48px;
}
.img_sdgs {
	width: auto;
	float: left;
	margin-top: 7px;
	margin-right: 15px;
	height: 177px;
}
.comp002 {
	display: block;
	clear: both;
	overflow: hidden;
}
.comp002 .comp_in1 {
	float: right;
	width: 50%;
}
.comp002 .comp_in2 {
	float: left;
	width: 50%;
	padding-right: 35px;
	text-align: left;
	font-size: 14px;
	line-height: 1.8em;
}
.comp_in2 h4 {
	font-size: 22px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	margin-bottom: 24px;
	padding-bottom: 8px;
}
.comp_in22 h4 {
	font-size: 22px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	margin-bottom: 24px;
	padding-bottom: 8px;
}
.boxgy {
	background-color: #2B2B2B;
	color: #FFF;
	}
#box3 h2 {
	font-family: 'Lato', sans-serif;
	text-align: center;
	display: block;
	font-size: 32px;
	color: #FFF;
}
.comp .comp_in22 {
	width: 50%;
	float: left;
	text-align: left;
	padding-left: 35px;
	font-size: 14px;
	line-height: 1.8em;
}.contents1 .setumei {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-weight: 500;
}
.contents1 .ssmenu {
	margin-top: 32px;
	margin-bottom: 10px;
}
.ssmenu li a {
	font-size: 14px;
	line-height: 14px;
	border: 1px dotted #666;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin: 5px;
}
.ssmenu li a:hover {
	color: #FFF;
	background-color: #333;
}
.contents1 .ssmenu li {
}
.menu_jp a {
	font-weight: 700 !important;
	font-size: 15px !important;
}
.news_mo li {
	width: 23%;
	text-align: left;
	margin-bottom: 24px;
	background-color: #eee;
}
.news_mo li img {
	height: auto;
	width: 100%;
}
.news_mo::before{
  content:"";
  display: block;
  width:23%;
  order:1;
}
.news_mo::after{
  content:"";
  display: block;
  width:23%;
}
.box_290_r40_55 {
	text-align: center;
	display: block;
	width: 32%;
	border: 12px solid #999;
	position: relative;
	background-color: #999;
	margin-bottom: 24px;
}
.box_290_r40_44 {
	text-align: center;
	display: block;
	width: 32%;
	border: 12px solid #999;
	position: relative;
	background-color: #999;
	margin-bottom: 24px;
}

.box_290_r40_44 img {
  width: 100%;
}.prof .right {
	width: 68%;
	padding-left: 5%;
	text-align: left;
}
.prof .right p {
	margin-bottom: 25px;
	font-size: 16px;
	line-height: 1.6em;
}
.prof .right .btn {
	text-align: right;
	display: inline-block;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	font-size: 16px;
	float: right;
	line-height: 16px;
	padding-bottom: 5px;
}.prof {
	margin-top: 0px;
}
.spt32 {
	padding-top: 24px !important;
}
.yaku {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	font-weight: 400;
}
.products_1 {
	font-size: 22px;
	margin-bottom: 24px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-bottom: 10px;
	font-weight: 500;
}
.thamnebox img {
	width: 100%;
	height: auto;
}
.p_title {
	font-size: 16px;
	white-space: normal;
	display: block;
	margin: 0px;
	text-justify: inter-ideograph;
	text-align: center;
	line-height: 16px;
	color: #333333;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	background-color: rgba(200,200,200,0.8);
	position: absolute;
	bottom: 15px;
	width: 100%;
	font-weight: 500;
}
.contents1 .ptr {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.contents1 .ptr h4 {
	font-size: 18px;
	line-height: 1.6em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-bottom: 5px;
	margin-bottom: 25px;
	margin-top: 32px;
}
.ptr .pbtn {
	line-height: 4em;
	text-align: center;
	border: 1px solid #FFF;
	display: block;
	margin-top: 35px;
	color: #FFF;	
}
.ptr .pbtn:hover {
	color: #333;
	background-color: #CCC;
}
.on {
	color: #FFF !important;
	background-color: #333 !important;
}
.ptr2 .pbtn {
	line-height: 4em;
	text-align: center;
	border: 1px solid #CCC;
	display: block;
	margin-top: 35px;
		
}
.ptr2 .pbtn:hover {
	color: #333;
	background-color: #CCC;
}.contents1 .ptr2 {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.post-password-form {
	display: block;
	padding-top: 88px;
	padding-bottom: 88px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	}.spt48 {
	margin-top: 48px;
}
.contents3 a {
	text-decoration: underline;
}
.mm20 {
	font-size: 20px;
	line-height: 2.5em;
	font-weight: 700;
}


.open,.open2,.open3 {
	float: left;
	width: 29%;
	margin-right: 2%;
	cursor: pointer;
	overflow: hidden;
	margin-left: 2%;
     }

.open11,.open22,.open33 {
	display: block;
	text-align: center;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	cursor: pointer;
	clear: both;
	margin: 24px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #51432A;
	border-bottom-color: #51432A;
}
.slideBox,.slideBox2,.slideBox3 {
	padding: 25px;
	margin-bottom: 25px;
	width: 96%;
	clear: both;
	background-color: #F2F0ED;
	margin-right: 2%;
	margin-left: 2%;
	overflow: hidden;
	display: none;
     }
	 

.open_bt img {
	height: auto;
	width: 100%;
}
.fc_btt {
	font-size: 16px;
	font-weight: 500;
	color: #FFF;
	background-color: #51432A;
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
	overflow: hidden;
}
.in_50 li{
	padding: 2%;
	width: 50%;
	text-align: left;
	float: left;
}
.setu_m {
	margin-bottom: 32px;
	font-size: 16px;
}
.in_50 {
	overflow: hidden;
	display: block;
	font-size: 16px;
	line-height: 1.8em;
}
.bt_pdf {
	display: block;
	text-align: center;
	background-color: #FFF;
	margin-top: 24px;
	padding: 15px;
	border: 1px solid #51432A;
}
.bt_pdf:hover {
	background-color: #51432A;
	color: #FFF;
}
.in_50 li h5 {
	font-size: 24px;
	font-weight: 500;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #51432A;
	padding-bottom: 5px;
}
.in_50 li img {
	width: 350px;
	margin-right: auto;
	margin-left: auto;
}
.in_50 .tt_center{
	text-align: center;
}
.mek {
    background-color: #FFF;
    margin-left: auto;
    margin-right: auto;
    width: auto;
}
.mek li {
    width: 20%;
    padding: 24px;
}
.sp_m0  {
    margin: 0px !important;
}
.es_b li {
    width: 22%;
    margin-top: 24px;
    margin-bottom: 24px;
     border: 1px dotted #666666;
}
.es_b:before{
  content:"";
  display: block;
  width:22%;
  order:1;
}
.es_b::after{
  content:"";
  display: block;
  width:22%;
}
.es_b li h4 {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 24px;
    margin-right: 24px;
    border-bottom: 1px dotted #666666;
    padding-bottom: 5px;
}
.es_b li p {
    padding-bottom: 0px;
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 5px;
}
.bt1280 {
    clear: both;
    display: block;
    text-align: center;
    align-items: center;
}
.new_b {
    width: 100%;
overflow: hidden;

}

    #workflow1 ul {
    max-width: 800px;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    }
    #workflow1 ul li {
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    margin-bottom: 40px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 3px;
    position: relative;
    }
    #workflow1 ul li:after {
        font-family: "Font Awesome 5 Free";
        content: '\f078';
        color: #51432A;
        font-size: 40px;
        font-weight: 900;
        position: absolute;
        bottom: -36px;
        left: 0;
        right: 0;
    }
    #workflow1 ul li:last-child:after {
        display: none;
    }
 
    #workflow1 ul li {
        border: solid 3px #51432A;
    }
.bt960 {
    clear: both;
    display: block;
    text-align: center;
    align-items: center;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;
}
.ttl_m {
    font-size: 18px;
    text-align: left;
    margin-bottom: 24px;
}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
.bk_bl {
    background-color: #000000 !important;
}
.tx_center {
    text-align: center;
}
.wp-video {
    margin-left: auto;
    margin-right: auto;
}
.dr_b3 tr td {
    border-top: 1px solid #7D7D7D;
    border-right: 1px solid #7D7D7D;
    border-bottom: 1px solid #7D7D7D;
    border-left: 1px solid #7D7D7D;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
    font-size: 12px;
    text-align: left;
}
.dr_bb {
    background-color: #FFE200 !important;
    display: block;
    overflow: hidden;
}
.dr_b li {
    width: 31%;
    background-color: #FFE200;
    margin-bottom: 20px;
    
}
.dr_b li h4 {
    color: #FFE200;
    background-color: #000000;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    text-align: left;
    font-size: 20px;
    font-weight: 500;
}
.dr_b li p {
    padding-left: 15px;
    padding-right: 15px;
}
.dr_b2 {
    font-size: 16px;
    margin-top: 32px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    border: 1px solid #000000;
}
.dr_b4 {

    margin-top: 64px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    border: 1px solid #000000;
}
tr .address-box p {
  text-align: left !important;
}
#partner-form select {
  width: 30%;
  padding: 7px 6px;
}
.news_1 {
  display: block;
  width: 100%;
  overflow: hidden;
  font-size: 16px;
}

.info_bbt {
    margin-top: 32px;
}

.info_bbt li {
    width: 30%;
    font-size: 18px;
    line-height: 54px;
    font-weight: 500;
}
.info_bbt li a img{
    height: 54px;
    width: auto;
    padding-right: 12px;
}
.info_bbt .left a{
    display: block;
    border: 1px solid #333;
    padding: 24px;
    background-color: #3AAE36;
    color: #FFF;
}
.info_bbt .center a{
    display: block;
    border: 1px solid #333;
 padding: 24px;
     background-color: #333;
    color: #FFF;
}
.info_bbt .right a{
    display: block;
    border: 1px solid #333;
   padding: 24px;
     background-color: #534741;
    color: #FFF;
}
.remo_box .line {
  border: 3px solid #3AAE36;
  text-align: left;
  padding: 24px;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
.remo_box .line h4 {
  font-size: 18px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #3AAE36;
  margin-bottom: 12px;
  position: relative;
  line-height: 3em;
  padding-left: 3em;
}
.remo_box .line h4::before {
    position: absolute;
    left: 0;
    content: "";
    display: inline-block;
    width: 3em;
    height: 3em;
    background-image: url(../img/c_page/linec.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.remo_box .line ol li {
  text-indent: -1.3em;
  padding-left: 1.3em;
  width: 100%;
    font-size: 16px;
  margin-top: 24px;
  text-justify: inter-ideograph;
  text-align: justify;
    counter-increment: section;
}
.remo_box .line ol li::before {
  
  content: counter(section)'.';
  padding-right: .5em;
  font-weight: bold;
  color: #3AAE36;
}
.remo_box .line .btn2 {
  background-color: #3AAE36;
}
.remo_box .btn2 {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #FFF;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  font-size: 16px;
  line-height: 16px;
  padding-top: 15px;
  padding-right: 30px;
  padding-bottom: 15px;
  padding-left: 20px;
  margin-top: 32px;
  margin-right: auto;
  margin-left: auto;
}
.remo_box .btn2::after {
  content: "";

  display: block;

  position: absolute;

  top: calc(50% - 5px);

  right: 30px;

  width: 12px;

  height: 12px;

  border: 2px solid;

    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;

  border-color: transparent transparent #fff #fff;

  transform: rotate(-135deg);

  transition: .3s;

}
.info_m3 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.info_m3 li {
  text-align: center;
  display: block;
  width: 50%;
  font-size: 28px;
  line-height: 28px;
  color: #333333;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
.info_m4 {
  display: block;
  font-size: 14px;
  text-align: center;
  line-height: 2em;
  margin-top: 32px;
}