@charset "utf-8";

/* 

Theme Name:エムケー物流PCテーマ
Theme URI: https://www.mk-buturyu.co.jp
Description: This is my mk-buturyu Theme.
Author:mk
*/

/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	-webkit-text-size-adjust: none;
}
img {
 border: 0;
 vertical-align: bottom;
 max-width: 100%;
 height: auto;

}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}
textarea{
	resize:none;
}

embed,object{
	max-width:100%;
}
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
}

/* --------------------------------
 * base
 * -------------------------------- */
html {
  font-size: 62.5%;
  width: 100%;
}

body {
  background: #FFFFFF;
  color: #000000;
  font-family: Raleway, "Hiragino Kaku Gothic ProN",  Meiryo,  sans-serif;
  font-size: 1.4rem;
  width: 100%;
}
*, *::before, *::after {
  box-sizing: border-box;
  
}

/*反転時の文字色・背景色 */
::selection {
background: #FFC926;　　/* 背景色*/
color:#FFFFFF;　/* 文字色*/
}
/* Firefox対応*/
::-moz-selection {
background: #FFC926;　　/* 背景色*/
color:#FFFFFF;　　/* 文字色*/
}

#back-top{
	position: fixed;
    bottom: 208px;
    right: 4%;
}

#back-top a{
	background-color: #54BA97;
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50%;
-moz-border-radius: 50%;
	border-radius: 50%;
	display: block;
	text-align: center;
	padding-top: 15px;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
	text-decoration:none;
}

#back-top a:hover{
	background-color: #FFC926;
	
}

#breadcrumb{
	font-size: 12px;
	font-weight: normal;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

#breadcrumb li {
	display: inline;
	font-size: 12px;
	
}

#breadcrumb li + li:before {
	content: " > ";
}

#breadcrumb a{
	color: #000000;	
}

#breadcrumb a:hover{
	text-decoration: none;	
}


/* --------------------------------
 * common
 * -------------------------------- */
 
 .common_visual{
	background-image: url(https://www.mk-buturyu.co.jp/img/common/main.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 280px;
}

 .clearfix:after{
	display: block;
	clear: both;
	content:"";
}

 .clearfix:before{
	display: block;
	clear: both;
	content:"";
}

.head_line{
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #DBDBDB;
}

.white_back{
	background: -moz-linear-gradient(right, rgba(255,255,255,0.0), #FFFFFF);
	background: -webkit-gradient(linear, right top, left bottom, from(rgba(255,255,255,0.0)), to(#FFFFFF));
	background: linear-gradient(to left, rgba(255,255,255,0.0), #FFFFFF);/* IE10+, W3C */
	background-repeat: no-repeat;
	background-position: left center;
	height: 60px;
	width: 100%;
	margin-top: 117px;
	line-height: 60px;
}

.white_back h1{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	font-size: 34px;
	color: #232B8D;
	line-height: 66px;
	height: 66px;
	font-family: 'Poppins', 'Noto Sans Japanese' , sans-serif;
	font-weight: 600; 
}

.mi_jp{
	display: inline;
	margin-left: 50px;
}
.mi_jp {
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	overflow: hidden;
	font-weight: normal;
}
 
.mi_jp span {
    display: inline-block;
	position: relative;
}

.mi_jp span:before,
.mi_jp span:after {
	content: "";
	position: absolute;
	border-top: 1px solid #232B8D;
	top: 10px;
	width: 30px;
}

.mi_jp span:before {
	right: 100%;
	margin-right: 10px;
}

.mi_jp span:after {
	left: 100%;
	margin-left: 10px;
}



.contents960{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 60px;
	margin-bottom: 100px;
}

.haba960{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

.contents960:after{
	display: block;
	clear: both;
	content:"";
}

.contents960 p{
	font-size: 18px;
	line-height: 1.6em;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}

.contents960 h1{
	text-align: center;
	color: #232B8D;
	font-size: 45px;
	margin-bottom: 50px;
	font-family: 'Poppins', 'Noto Sans Japanese' , sans-serif;
}


/*
.contents960 a{
	color: #232B8D;
}

.contents960 a:hover{
	color: #FFC926;
	text-decoration: none;
}

*/


.contents{
	margin-top: 60px;
	margin-bottom: 100px;
}



.contents:after{
	display: block;
	clear: both;
	content:"";
}


.contents p{
	font-size: 18px;
	line-height: 1.6em;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}

.contents h1{
	text-align: center;
	color: #232B8D;
	font-size: 45px;
	margin-bottom: 50px;
	font-family: 'Poppins', 'Noto Sans Japanese' , sans-serif;
}

.con_back960 {
	background-color: rgba(255,255,255,0.9);
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	-webkit-box-shadow: 0px 0px 3px #CCCCCC;
	-ms-box-shadow: 0px 0px 3px #CCCCCC;
	box-shadow: 0px 0px 3px #CCCCCC;
}

.con_back960 p{
	font-size: 18px;
	line-height: 1.4em;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}

.midashi {
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	overflow: hidden;
	margin-bottom: 10px!important;
}
 
.midashi span {
    display: inline-block;
	position: relative;
}

.midashi span:before,
.midashi span:after {
	content: "";
	position: absolute;
	border-top: 1px solid #232B8D;
	top: 10px;
	width: 30px;
}

.midashi span:before {
	right: 100%;
	margin-right: 10px;
}

.midashi span:after {
	left: 100%;
	margin-left: 10px;
}

.midashi2 {
	color: #000000;
	font-size: 35px;
	margin-bottom: 30px;
	font-family: 'Poppins', 'Noto Sans Japanese', sans-serif;
	background-image: url(https://www.mk-buturyu.co.jp/img/common/midashi.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	line-height: 65px;
}

.midashi3 {
	color: #000000;
	font-size: 28px;
	margin-bottom: 30px;
	font-family: 'Poppins', 'Noto Sans Japanese', sans-serif;
	background-image: url(https://www.mk-buturyu.co.jp/img/common/midashi.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	line-height: 65px;
	padding-left: 30px;
}

.mi_p{
	display: block;
	font-size: 18px;
	line-height: 20px;
	margin-top: 10px!important;
}

.left_con{
	float: left;
	width: 470px;
	clear: both;
}

.right_con{
	float: right;
	width: 470px;

}

.bgImage{
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
	
}

.b_shadow{
	-webkit-box-shadow: 0px 0px 5px #DDDDDD inset;
	-ms-box-shadow: 0px 0px 5px #DDDDDD inset;
	box-shadow: 0px 0px 10px #000000 inset;
}

.back{
	background-color: #F8F8FB;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #E5E5E5;
	border-right-color: #E5E5E5;
	border-bottom-color: #E5E5E5;
	border-left-color: #E5E5E5;
	padding-top: 30px;
	padding-bottom: 20px;
}

.contact {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.contact dt{
	clear: both;
	float: left;
	font-family: 'Poppins', 'Noto Sans Japanese', sans-serif;
	font-size: 18px;
	line-height: 30px;
	width: 150px;
	margin-bottom: 20px;
	text-align: left!important;
}

.contact dd{
	font-family: 'Poppins', 'Noto Sans Japanese', sans-serif;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 20px;
	float: right;
	
}

.contact dd input{
	width:450px;
	
}

.contact dd textarea{
	width:450px;
	
}

.contact input{
	border: 1px solid #CCCCCC;
	height: 30px;
	
}

.contact textarea{
	border: 1px solid #CCCCCC;
	margin-bottom: 30px;
}


.contact p {
	display: block;
	clear: both;
	content:"";
}


.contact p input{
	font-family: 'メイリオ','Poppins', 'Noto Sans Japanese', sans-serif;
	border: 4px solid #232B8D;
	height: 70px;
	width: 350px;
	color: #232B8D;
	text-decoration: none;
	text-align: center;
	line-height: 70px;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
	background-color: #F8F8FB;
	font-size: 25px;
}

.contact p input:hover{
	color: #FFFFFF;
	background-color: #232B8D;	
}

.list {
	margin-bottom: 50px;
}

.list li{
	margin-bottom: 10px;
	background-image: url(https://www.mk-buturyu.co.jp/img/common/ornament.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}

.line_h{
	line-height: 1.3em;
}
/*
テーブル
-----------------------------------------*/

.contents table{
	width: 100%;
	border-top-width: 2px;
	border-right-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #A9DCCB;
	border-right-color: #A9DCCB;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #A9DCCB;
	border-left-color: #A9DCCB;
}

.contents th{
	width: 33%;
	background-color: #DCEDE4;
	font-size: 18px;
	line-height: 50px;
	height: 50px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A9DCCB;
	font-family: 'Poppins', 'Noto Sans Japanese' , sans-serif;
}

.contents td{
	font-size: 16px;
	line-height: 50px;
	height: 50px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #A9DCCB;
	border-bottom-color: #A9DCCB;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A9DCCB;
	text-align: center;
}






/* --------------------------------
 * header
 * -------------------------------- */

header {
	margin-bottom: 20px;
	
}

header:after{
	display: block;
	clear: both;
	content:"";
}

.header{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

.header:after{
	display: block;
	clear: both;
	content:"";
}

.logo{
	float: left;
	clear: right;
}

.logo a img{
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
	text-decoration:none;
	color:#000;
}

.logo a:hover img{
	opacity:0.5;
　filter:alpha(opacity=50);
　-ms-filter: "alpha( opacity=50 )";
}

.head_menu{
	float: right;
	margin-top: 20px;
}

.head_about{
	clear: right;
	float: left;
	color: #FFFFFF;
	margin-right: 10px;
	margin-top: 8px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:200;
}

.head_about a{
	background-image: url(https://www.mk-buturyu.co.jp/img/base/mail.png);
	background-repeat: no-repeat;
	background-position: 10px center;	
	background-color: #232B8D;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 40px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
	
}

.head_about a:hover{
	background-color: #FFC926;
}

#searchform{
	float: right;
	
}

#s{
	color: #333;
	font-size: 14px;
	width: 144px;
	border: 1px solid #B9BCD9;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}

#searchsubmit{
	background-color: #B9BCD9;
	padding: 5px;
	position: absolute;
	top: 30px;

	
}




/*
メインビジュアル
-----------------------------------------*/

.visual{
	background-image: url(https://www.mk-buturyu.co.jp/img/top/main/01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	height: 530px;
}

.visual p{
	height:0;
	overflow:hidden;
	padding-top: 400px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-image: url(../img/top/main/01txt.png);
	background-repeat: no-repeat;
	background-position: 80% bottom;
}



#bgImage{
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
	
}

/*
@media screen and (min-width: 768px) {
  #bgImage {    
    background-attachment: fixed; //画像位置を固定
  }
}

*/




/*
ナビゲーション
-----------------------------------------*/

header nav{
	background-color: rgba(84,186,151,0.8);
	
	z-index:1;
	position: relative;
	bottom: 100px;
	margin-bottom:-100px;
}

header nav ul{
	width: 961px;
	margin-right: auto;
	margin-left: auto;
	
}

header nav ul li{
	display: inline;	
	
}

header nav ul li a img{
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
	
}

header nav ul li a img:hover{
	background-color: rgba(255,201,38,0.8);
}

.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
	height: 100px;
	background-color: rgba(84,186,151,0.9);
}



/*
ページ内リンク
-----------------------------------------*/

#energy-saving,#tree-planting,#pmcar,#com01,#com02,#com03{
	margin-top:-100px;
    padding-top:100px;
}



/* --------------------------------
 * footer
 * -------------------------------- */

footer{
	background-color: #54BA97;
	padding-top: 50px;
	color: #FFFFFF;
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 20px;
}

footer a{
	text-decoration: none;
}

footer:after{
	display: block;
	clear: both;
	content:"";
}


footer h1{
	font-weight: bold;
	margin-bottom: 10px;
	font-family: 'Noto Sans Japanese';
	font-weight:400;
}

.foot_wrapper{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

.address{
	line-height: 1.6em;
	background-image: url(https://www.mk-buturyu.co.jp/img/base/gmark.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 120px;
	height: 150px;
	clear: right;
	float: left;
}

footer nav{
	float: right;
	
}

footer nav li{
	display: inline;
	background-image: url(https://www.mk-buturyu.co.jp/img/base/foot_yajirushi.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-right: 20px;
}

footer nav li a{
	color: #FFFFFF;
	position: relative;
	display: inline-block;
	transition: .3s;
	line-height: 1.6em;	
	
}

footer nav li a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 1px;
	background-color: #FFFFFF;
	transition: .3s;
}
footer nav li a:hover::after {
	width: 100%;
}

#copy{
	clear: both;
	display: block;
	text-align: right;
}


/* --------------------------------
 * top
 * -------------------------------- */


.topmenu01{
	text-align: center;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 120px;
	margin-top: 80px;
}

.topmenu01 h1{
	font-size: 45px;
	color: #00A37C;
	margin-bottom: 30px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:300;
}

.topmenu01 p{
	font-size: 1.8rem;
	margin-bottom: 30px;
	line-height: 1.6em;
}

.topmenu01 nav{
	display: table;
	margin-right: auto;
	margin-left: auto;
	border-collapse: separate;  /* セルの間隔を空ける */
	border-spacing: 50px 0;  /* 左右 上下で記述 */
}

.topmenu01 li{
	display: table-cell;
	
}

.menu01 a {
	display: block;
	height: 168px;
	width: 168px;
	background-image: url(https://www.mk-buturyu.co.jp/img/top/syoene.gif);
	background-repeat: no-repeat 0 0;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
}

.menu01 a:hover{
	background-image: url(https://www.mk-buturyu.co.jp/img/top/syoene_on.gif);
	background-repeat: no-repeat 0 0;
}

.menu02 a {
	display: block;
	height: 168px;
	width: 168px;
	background-image: url(https://www.mk-buturyu.co.jp/img/top/syokusai.gif);
	background-repeat: no-repeat 0 0;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
}

.menu02 a:hover{
	background-image: url(https://www.mk-buturyu.co.jp/img/top/syokusai_on.gif);
	background-repeat: no-repeat 0 0;
}

.menu03 a {
	display: block;
	height: 168px;
	width: 168px;
	background-image: url(https://www.mk-buturyu.co.jp/img/top/pm.gif);
	background-repeat: no-repeat 0 0;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
}

.menu03 a:hover{
	background-image: url(https://www.mk-buturyu.co.jp/img/top/pm_on.gif);
	background-repeat: no-repeat 0 0;
}


.animation_button {
 
   width:168px;
   height:168px;
   transiton:all 0.5s ease;/*アニメーションの設定*/
   -webkit-transition: all 0.5s ease;/*Safari & Chrome */
   -moz-transition: all 0.5s ease;/*FireFox */
   -ms-transition: all 0.5s ease;/*IE*/
  
}

.animation_button:hover{/*マウスオーバー時*/
   animation: kaiten 1s;
   animation-iteration-count: 1;/*アニメーションの繰り返し回数*/
   -webkit-animation: kaiten 1s; /*Safari & Chrome */
   -webkit-animation-iteration-count: 1;/*Safari & Chrome */
}
 
@keyframes kaiten {
   0% { transform: rotate(0deg); }
   100% { transform: rotate(360deg); } 
   }
 
@-webkit-keyframes kaiten { /*Safari & Chrome */
   0% { -webkit-transform: rotate(0deg); }
   100% { -webkit-transform: rotate(360deg); } 
}






.topmenu02{
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #C3E7DB;
	background-image: url(https://www.mk-buturyu.co.jp/img/base/backgrid.gif);
	background-repeat: repeat;
}

.topmenu02::before{
	content: "";
	background: url(https://www.mk-buturyu.co.jp/img/top/machi.png);
	background-repeat: no-repeat;
 	display:block;
  	height:75px;
    width:960px;
	position: relative;	
	margin-right: auto;
	margin-left: auto;
	bottom:79px;
}

.unyu-wrapper{
	margin-top: -45px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(https://www.mk-buturyu.co.jp/img/top/truck.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
	padding-left: 500px;
	height: 312px;
	margin-bottom: 30px;
}

.unyu-wrapper:after{
	display: block;
	clear: both;
	content:"";
}

.unyu-wrapper h2{
	font-size: 20px;
	color: #FFFFFF;
	height: 36px;
	width: 460px;
	background-image: url(https://www.mk-buturyu.co.jp/img/top/top_m01.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	line-height: 36px;
	text-align: right;
	padding-right: 30px;
	margin-bottom: 20px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:200;
}

.unyu-wrapper p{
	margin-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 1.4em;
}

.unyu-wrapper .copy{
	font-size: 1.8rem;
	color: #232B8D;
}

.unyu-wrapper .next{
	font-size: 1.6rem;
	color: #232B8D;
	background-image: url(https://www.mk-buturyu.co.jp/img/top/blue_y.gif);
	background-repeat: no-repeat;
	background-position: right 20px center;
	line-height: 26px;
	text-align: right;
	padding-right: 50px;
	margin-bottom: 30px;
	font-family: 'Noto Sans Japanese';
	font-weight:600;
}

.unyu-wrapper .next a{
	color: #232B8D;
	position: relative;
	display: inline-block;
	transition: .3s;
	line-height: 1.6em;	
	text-decoration: none;
	
}

.unyu-wrapper .next a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 1px;
	background-color: #232B8D;
	transition: .3s;
}
.unyu-wrapper .next a:hover::after {
	width: 100%;
}



.soko-wrapper{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(https://www.mk-buturyu.co.jp/img/top/soko.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 20px;
	padding-right: 500px;
	height: 312px;
}

.soko-wrapper:after{
	display: block;
	clear: both;
	content:"";
}

.soko-wrapper h2{
	font-size: 20px;
	color: #FFFFFF;
	height: 36px;
	width: 460px;
	background-image: url(https://www.mk-buturyu.co.jp/img/top/top_m02.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	line-height: 36px;
	text-align: left;
	padding-left: 30px;
	margin-bottom: 20px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:200;
}

.soko-wrapper p{
	margin-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 1.4em;
}

.soko-wrapper .copy{
	font-size: 1.8rem;
	color: #005541;
}

.soko-wrapper .next{
	font-size: 1.6rem;
	color: #005541;
	background-image: url(https://www.mk-buturyu.co.jp/img/top/green_y.gif);
	background-repeat: no-repeat;
	background-position: right 20px center;
	line-height: 26px;
	text-align: right;
	padding-right: 50px;
	margin-bottom: 30px;
	font-family: 'Noto Sans Japanese';
	font-weight:600;
}



.soko-wrapper .next a{
	color: #005541;
	position: relative;
	display: inline-block;
	transition: .3s;
	line-height: 1.6em;	
	text-decoration: none;
	
}

.soko-wrapper .next a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 1px;
	background-color: #005541;
	transition: .3s;
}
.soko-wrapper .next a:hover::after {
	width: 100%;
}

.topmenu03{
	display: table;
	padding-top: 50px;
	padding-bottom: 20px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	border-collapse: separate;  /* セルの間隔を空ける */
	border-spacing: 10px 0;  /* 左右 上下で記述 */
}

.anzen-wrapper{
	background-image: url(https://www.mk-buturyu.co.jp/img/top/anzen.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 455px;
	width: 480px;
	display: table-cell;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 200px;
	padding-bottom: 30px;
}

.anzen-wrapper h2{
	font-size: 1.8rem;
	color: #232B8D;
	text-align: center;
	margin-bottom: 20px;
	font-family: 'Noto Sans Japanese';
	font-weight:500;
}

.anzen-wrapper .next a{
	font-size: 1.8rem;
	color: #ffffff;
	text-align: center;
	line-height: 40px;
	height: 40px;
	background-color: #878AC0;
	display: block;
	text-decoration: none;
	background-image: url(https://www.mk-buturyu.co.jp/img/top/yajirushi_m.png);
	background-repeat: no-repeat;
	background-position: right 110px center;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
}

.anzen-wrapper .next a:hover{
	background-image: url(https://www.mk-buturyu.co.jp/img/top/yajirushi_on.png);
	background-repeat: no-repeat;
	background-position: right 110px center;
	background-color: #FFC926;
	
	
}

.kankyo-wrapper{
	background-image: url(https://www.mk-buturyu.co.jp/img/top/kankyo.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 455px;
	width: 480px;
	display: table-cell;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 200px;
	padding-bottom: 30px;
}

.kankyo-wrapper h2{
	font-size: 1.8rem;
	color: #005541;
	text-align: center;
	margin-bottom: 20px;
	font-family: 'Noto Sans Japanese';
	font-weight:500;
}

.kankyo-wrapper .next a{
	font-size: 1.8rem;
	color: #ffffff;
	text-align: center;
	line-height: 40px;
	height: 40px;
	background-color: #75CBB5;
	display: block;
	text-decoration: none;
	background-image: url(https://www.mk-buturyu.co.jp/img/top/yajirushi_mi.png);
	background-repeat: no-repeat;
	background-position: right 110px center;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
}

.kankyo-wrapper .next a:hover{
	background-image: url(https://www.mk-buturyu.co.jp/img/top/yajirushi_on.png);
	background-repeat: no-repeat;
	background-position: right 110px center;
	background-color: #FFC926;
	
	
}

.in_txt{
	background-color: rgba(255,255,255,0.7);
	padding-top: 20px;
	line-height: 1.6em;
}

.in_txt p{
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 20px;	
}



.top_new{
	padding-top: 50px;
	padding-bottom: 50px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(https://www.mk-buturyu.co.jp/img/top/news.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 180px;
}

.top_new li{
	padding:15px 0 15px 7em;
	text-indent: -7em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	line-height: 1.4em;
}

.top_new li img{
	vertical-align: middle;	
}

.day{
	color: #00A37C;
	display:inline-block;
  	 width:7em;
   	text-indent:0;
}

.more a{
	color: #00A37C;
	text-decoration: none;
	background-image: url(https://www.mk-buturyu.co.jp/img/top/more.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
	transition: .3s;
	line-height: 1.6em;
	text-indent: 0em;
	float: right;
	bottom: 5px;
}

.more a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 1px;
	background-color: #00A37C;
	transition: .3s;
}
.more a:hover::after {
	width: 100%;
}



/* --------------------------------
 * company
 * -------------------------------- */

.company_visual{
	background-image: url(https://www.mk-buturyu.co.jp/img/company/main.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 280px;
}

.president{
	background-image: url(https://www.mk-buturyu.co.jp/img/company/president.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 380px;
}

.company_info{
	margin-bottom: 40px;
}

.company_info:after{
	display: block;
	clear: both;
	content:"";
}

.company_info dt{
	font-size: 18px;
	font-weight: bold;
	float: left;
	clear: both;
	width: 100px;
	font-family: 'Poppins', 'Noto Sans Japanese' , sans-serif;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.company_info dd{
	font-size: 18px;
	line-height: 1.4em;
	padding: 10px;
	margin-left: 100px;
}


/* --------------------------------
 * group
 * -------------------------------- */

.group_visual{
	background-image: url(https://www.mk-buturyu.co.jp/img/group/main.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 280px;
}

.group{
	font-size: 24px;
	color: #232B8D;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	line-height: 1.6em;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
}

.group_in{
	font-size: 20px;
	color: #232B8D;
	line-height: 1.6em;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	font-weight: bold;
	background-image: url(https://www.mk-buturyu.co.jp/img/common/ornament.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

.group_info{
	margin-bottom: 40px;
}

.group_info:after{
	display: block;
	clear: both;
	content:"";
}

.group_info dt{
	font-size: 18px;
	font-weight: bold;
	float: left;
	clear: both;
	width: 100px;
	padding-top: 15px;
	font-family: 'Poppins', 'Noto Sans Japanese' , sans-serif;
	line-height: 1.6em;
}

.group_info dd{
	font-size: 18px;
	line-height: 1.6em;
	padding-top: 15px;
	padding-left: 100px;
}

.group_info span{
	font-family: 'Poppins', 'Noto Sans Japanese' , sans-serif;
	font-weight:600;
	color: #FFFFFF;
	margin-left: 20px;
}


.group_info span a{
	background-image: url(https://www.mk-buturyu.co.jp/img/common/yajirushi.png);
	background-repeat: no-repeat;
	background-position: 55px center;	
	background-color: #232B8D;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 30px;
	padding-left: 10px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
	
}

.group_info span a:hover{
	background-color: #FFC926;
}



/* --------------------------------
 * BUSINESS #DEDFEE  #D9E6E3
 * -------------------------------- */

.business_visual{
	background-image: url(https://www.mk-buturyu.co.jp/img/business/main.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 280px;
}

.bus_in{
	background-color: #FFFFFF;
	padding-top: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.bus_in p{
	margin-right: 10px;
	margin-left: 10px;
	font-size: 14px;	
}

.business_l{
	width: 470px;
	float: left;
	background-image: linear-gradient(
    -45deg,
    #fff 25%,
    #DEDFEE 25%, #DEDFEE 50%,
    #fff 50%, #fff 75%,
    #DEDFEE 75%, #DEDFEE
  );
	background-size: 6px 6px;
	background-color: #DEDFEE;
}

.business_l h2{
	font-size: 42px;
	color: #232B8D;
	font-family: 'Poppins', 'Noto Sans Japanese' , sans-serif;
	font-weight: 600;
	text-align: center;
	background-image: url(https://www.mk-buturyu.co.jp/img/business/tran.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 460px;
	padding-top: 25px;
	margin-bottom: 20px;
}

.bus_l {
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	overflow: hidden;
	font-weight: normal;
	color: #FFFFFF;
}
 
.bus_l span {
    display: inline-block;
	position: relative;
}

.bus_l span:before,
.bus_l span:after {
	content: "";
	position: absolute;
	border-top: 1px solid #FFFFFF;
	top: 12px;
	width: 30px;
}

.bus_l span:before {
	right: 100%;
	margin-right: 10px;
}

.bus_l span:after {
	left: 100%;
	margin-left: 10px;
}



.busl_buttom{
	
}

.busl_buttom a{
	display: block;
	height: 70px;
	width: 350px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 70px;
	font-weight: 600;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
	background-color: #232B8D;	
	text-align: center;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-left: 40px;
	position: relative;
}

.busl_buttom a:hover{
	color: #FFFFFF;	
	background-color: #FFC926;
}

.busl_buttom a:before {        /*白いひし型 */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 20px;
	width: 10px;
	height: 10px;
	margin-top: -4px;
	background: #FFFFFF;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
}
.busl_buttom a:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15px;
	width: 10px;
	height: 10px;
	margin-top: -4px;
	background: #232B8D;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
}

.busl_buttom a:hover:before {        
	background: #FFFFFF;
}
.busl_buttom a:hover:after {        /*「after要素」のマウスオーバー（カラーを合わせる） */  
	background: #FFC926;
}

.business_r{
	width: 470px;
	float: right;
	background-image: linear-gradient(
    -45deg,
    #fff 25%,
    #D9E6E3 25%, #D9E6E3 50%,
    #fff 50%, #fff 75%,
    #D9E6E3 75%, #D9E6E3
  );
	background-size: 6px 6px;
	background-color: #D9E6E3;
}


.business_r h2{
	font-size: 42px;
	color: #005541;
	font-family: 'Poppins', 'Noto Sans Japanese' , sans-serif;
	font-weight: 600;
	text-align: center;
	background-image: url(https://www.mk-buturyu.co.jp/img/business/ware01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 460px;
	padding-top: 25px;
	margin-bottom: 20px;
}

.bus_r {
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	overflow: hidden;
	font-weight: normal;
	color: #FFFFFF;
}
 
.bus_r span {
    display: inline-block;
	position: relative;
}

.bus_r span:before,
.bus_r span:after {
	content: "";
	position: absolute;
	border-top: 1px solid #FFFFFF;
	top: 12px;
	width: 30px;
}

.bus_r span:before {
	right: 100%;
	margin-right: 10px;
}

.bus_r span:after {
	left: 100%;
	margin-left: 10px;
}

.busr_buttom{
	
}

.busr_buttom a{
	display: block;
	height: 70px;
	width: 350px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 70px;
	font-weight: 600;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
	background-color: #005541;
	text-align: center;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-left: 40px;
	position: relative;
}

.busr_buttom a:hover{
	color: #FFFFFF;	
	background-color: #FFC926;
}

.busr_buttom a:before {        /*白いひし型 */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 20px;
	width: 10px;
	height: 10px;
	margin-top: -4px;
	background: #FFFFFF;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
}
.busr_buttom a:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15px;
	width: 10px;
	height: 10px;
	margin-top: -4px;
	background: #005541;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
}

.busr_buttom a:hover:before {        
	background: #FFFFFF;
}
.busr_buttom a:hover:after {        /*「after要素」のマウスオーバー（カラーを合わせる） */  
	background: #FFC926;
}



/* --------------------------------
 * tranceportation
 * -------------------------------- */

.tran_visual{
	background-image: url(https://www.mk-buturyu.co.jp/img/tranceportation/main.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 280px;
}


.to_soko{
	background-image: linear-gradient(
    -45deg,
    #196654 25%,
    #005541 25%, #005541 50%,
    #196654 50%, #196654 75%,
    #005541 75%, #005541
  );
	background-size: 6px 6px;
	background-color:#005541;
	height: 220px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.soko_photo01{
	background-image: url(https://www.mk-buturyu.co.jp/img/tranceportation/soko.jpg), url(https://www.mk-buturyu.co.jp/img/tranceportation/soko_buttom.png);
	background-repeat: no-repeat;
	background-position: left center,right center;
	height: 210px;
}

.to_soko p{
	line-height: 210px;
	font-family: 'Poppins', 'Noto Sans Japanese', sans-serif;
	font-size: 45px;
	color: #FFFFFF;
	
	
	
}


.to_soko p a{
	color: #FFFFFF;
	text-decoration: none;
	line-height: 210px;
	background-image: url(https://www.mk-buturyu.co.jp/img/common/yajirushi02.png);
	background-repeat: no-repeat;
	background-position: 720px 83px;
	display: block;
	padding-left: 350px;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
}

.to_soko p a:hover{
	color: #FFC926;
	background-image: url(https://www.mk-buturyu.co.jp/img/common/yajirushi02_on.png);
}


/* --------------------------------
 * warehouse
 * -------------------------------- */

.house_visual{
	background-image: url(https://www.mk-buturyu.co.jp/img/warehouse/main.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 280px;
}


.to_unyu{
	background-image: linear-gradient(
    -45deg,
    #5359A5 25%,
    #3F469C 25%, #3F469C 50%,
    #5359A5 50%, #5359A5 75%,
    #3F469C 75%, #3F469C
  );
	background-size: 6px 6px;
	background-color:#3F469C;
	height: 220px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.unyu_photo01{
	background-image: url(https://www.mk-buturyu.co.jp/img/warehouse/unyu.jpg), url(https://www.mk-buturyu.co.jp/img/warehouse/unyu_buttom.png);
	background-repeat: no-repeat;
	background-position: left center,right center;
	height: 210px;
}

.to_unyu p{
	line-height: 210px;
	font-family: 'Poppins', 'Noto Sans Japanese', sans-serif;
	font-size: 45px;
	color: #FFFFFF;
	
	
	
}


.to_unyu p a{
	color: #FFFFFF;
	text-decoration: none;
	line-height: 210px;
	background-image: url(https://www.mk-buturyu.co.jp/img/common/yajirushi02.png);
	background-repeat: no-repeat;
	background-position: 720px 83px;
	display: block;
	padding-left: 350px;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
}

.to_unyu p a:hover{
	color: #FFC926;
	background-image: url(https://www.mk-buturyu.co.jp/img/common/yajirushi02_on.png);
}


/* --------------------------------
 * recruit
 * -------------------------------- */

.recruite_visual{
	background-image: url(https://www.mk-buturyu.co.jp/img/recruit/main.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 280px;
}

.recruite_info{
	margin-bottom: 40px;
}

.recruite_info:after{
	display: block;
	clear: both;
	content:"";
}

.recruite_info dt{
	float: left;
	clear: both;
	line-height: 45px;
	height: 45px;
	width: 150px;
	font-family: 'Poppins', 'Noto Sans Japanese', sans-serif;
	font-size: 15px;
	padding-left: 20px;
}

.recruite_info dt:nth-of-type(odd){
	background-color: #E2EBE7;
}

.recruite_info dd:nth-of-type(odd){
	background-color: #E2EBE7;
}


.recruite_info dd{
	line-height: 45px;
	height: 45px;
}

.denwa{
	font-family: 'Poppins', 'Noto Sans Japanese', sans-serif;
	font-size: 48px!important;
	color: #232B8D;
	background-image: url(https://www.mk-buturyu.co.jp/img/common/denwa.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
	padding-left: 60px;
}

.mail{
	font-family: 'Poppins', 'Noto Sans Japanese', sans-serif;
	font-size: 20px!important;
	background-image: url(https://www.mk-buturyu.co.jp/img/common/mail.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
	padding-left: 60px;
}


/* --------------------------------
 * safety
 * -------------------------------- */

.safety_visual{
	background-image: url(https://www.mk-buturyu.co.jp/img/safety/main.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 280px;
}

.safety_back{
	background-color: #E3F1EA;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

.safety_back dl{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}

.safety_back dt{
	font-family: 'Poppins', 'Noto Sans Japanese', sans-serif;
	font-size: 26px!important;
	color: #005440;
	margin-bottom: 30px;
}

.safety_back dd{
	padding-left: 20px;
	margin-bottom: 30px;
}

.safety_back li{
	margin-bottom: 20px;
	font-size: 18px;
}

.safety_back ol{
	
}

.safe01{
	background-image: url(https://www.mk-buturyu.co.jp/img/safety/05.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	height: 200px;
}

.safe02{
	background-image: url(https://www.mk-buturyu.co.jp/img/safety/06.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	height: 200px;
}

.safe03{
	background-image: url(https://www.mk-buturyu.co.jp/img/safety/07.jpg);
	background-repeat: no-repeat;

	background-position: right center;
	height: 330px;
}

div .safe03 p{
	font-size: 16px!important;
	margin-bottom: 30px;
}

div .safe03 dl dt{
	font-size: 18px!important;
	margin-bottom: 10px;
	color: #000000;
}

div .safe03 dl {
	padding-right: 340px;	
}

div .safe03 dl dd{
	line-height: 1.6em;	
}


/* --------------------------------
 * environment
 * -------------------------------- */

.environment_visual{
	background-image: url(https://www.mk-buturyu.co.jp/img/environment/main.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 280px;
}


.digitaco{
	background-color: #E3F1EA;
	padding-top:60px;
	padding-bottom: 40px;
	margin-bottom: 60px;
}

.digitaco h2{
	font-family: 'Poppins', 'Noto Sans Japanese', sans-serif;
	font-size: 26px!important;
	color: #005440;
	margin-bottom: 30px;
}

.digitaco p{
	font-size: 18px;
	line-height: 1.6em;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}

.digitaco_back{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	background-image: url(https://www.mk-buturyu.co.jp/img/environment/digi.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 400px;
	padding-right: 120px;
}



.pm{
	background-color: #E3F1EA;
	padding-top:60px;
	padding-bottom: 30px;
	margin-bottom: 60px;
}

.pm h3{
	font-family: 'Poppins', 'Noto Sans Japanese', sans-serif;
	font-size: 26px!important;
	color: #232B8D;
	margin-bottom: 30px;
}

.pm p{
	font-size: 18px;
	line-height: 1.6em;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}

.pm_back{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	background-image: url(https://www.mk-buturyu.co.jp/img/environment/pm.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 320px;
}

.pm ul{
	padding-left: 30px;
	margin-bottom: 20px;
}

.pm li{
	font-weight: bold;
	list-style-type:disc;
	margin-bottom: 10px;
}



/* --------------------------------
 * news
 * -------------------------------- */
 
 
.news_visual{
	background-image: url(https://www.mk-buturyu.co.jp/img/news/main.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 280px;
}



.container{
	width: 630px;
	float: left;
}

.container section {
	margin-bottom: 20px;
	
}


.container section:after{
	display: block;
	clear: both;
	content:"";
}


.container section h1{
	font-family: 'Poppins', 'Noto Sans Japanese', sans-serif;
	font-size: 26px!important;
	color: #005440;
	margin-bottom: 5px;
	padding-left: 25px;
	padding-bottom: 5px;
	line-height: 1.4em;
	background-image: url(https://www.mk-buturyu.co.jp/img/common/ornament.gif);
	background-repeat: no-repeat;
	background-position: left 9px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2EBE7;
	text-align: left;
}

.days{
	font-size: 12px!important;
	text-align: right;
	color: #000000;
	font-weight: bold;
}

.container section p{
	font-size: 16px;
	
}

.thumb{
	float: left;
	margin-bottom: 10px;
	padding-right: 20px;
}

.thumb img{
	width: 250px;	
}


.continue{
	clear: both;
	margin-top: 20px;
	float: right;
}

.continue a{
	background-color:#FFC926;
	display: block;
	height: 50px;
	width: 200px;
	display: block;
	line-height: 50px;
	color: #000000;
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	border-radius: 3px;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
	font-family: 'Poppins', 'Noto Sans Japanese', sans-serif;
	font-weight: 600;
}

.continue a:hover{
	background-color: #005541;
	color: #FFFFFF;
}

.wp-pagenavi {
	position:relative;/*--移動拠点（A）--*/
	text-align:center;
	font-size: 0px;/*--文字の大きさを、いったん0pxに--*/
	color: #FFFFFF;/*--文字色は背景色と同色--*/
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	padding-top: 10px;
}

.wp-pagenavi a {
	color: #54BA97;
	text-decoration: none;
	background-color: #FFFFFF;
}

/*--ロールオーバーしない場合は不要--*/
.wp-pagenavi a:hover{
background-color:#FFE81C;
color:#F0B819;
}

.wp-pagenavi a,.wp-pagenavi .current{/*--各種リンクと、現在開いているページ--*/
	font-size:12px;/*--枠線と数字との余白--*/
	border: 1px solid #E2EBE7;/*--枠線の太さ・種類・色--*/
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.wp-pagenavi .current{/*--現在開いているページ--*/
font-weight:normal;/*--規定の太字だと、文字の大きさと枠線で囲った大きさが変わります--*/
background-color:#54BA97;
}

.wp-pagenavi a,.wp-pagenavi .current{/margin: 1px;}/*--IE6、IE7用CSSハック。IE8にも効果あり--*/



#side{
	float: right;
	width: 280px;
}

.sidebarbox{
	background-color: #FFFFFF;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #E2EBE7;
}

.sidebarbox h3{
	font-size: 18px;
	color: #000000;
	font-family: 'Poppins', 'Noto Sans Japanese', sans-serif;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
 }
 
.sidebarbox li {
	line-height: 1.4em;
	letter-spacing: 1px;
	background-image: url(https://www.mk-buturyu.co.jp/img/news/side-sankaku.jpg);
	background-repeat: no-repeat;
	background-position: left 2px;
	margin-bottom: 15px;
	padding-left: 25px;
}

.sidebarbox li a{
	text-decoration: none;
	color: #000000;	
}

.sidebarbox li a:hover{
	text-decoration: underline;
}


.sidebarbox select {
	background-size: 34px,33px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #E2EBE7;
	width: 100%;
	margin-bottom: 20px;
	background-image: url(https://www.mk-buturyu.co.jp/img/news/select.gif);
	background-repeat: no-repeat;
	background-position: right center;
	height: 31px;	
	
}

.sidebarbox select::-ms-expand {
  display: none;
}



.container section h1 a {
	text-decoration: none;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
	color: #005440;
}

.container section h1 a:hover {
	background: linear-gradient(transparent 60%, #FFF024 60%);
	color: #005440;
}

.wp-caption{
	margin-bottom: 40px;
	font-size: 12px!important;
}

.wp-caption img{
	margin-bottom: 5px;
}

.wp-caption-text{
	font-size: 12px!important;
	text-align: center;
}


#pagenation{
	margin-bottom: 40px;
	clear: both;
	padding-top: 30px;
}

#pagenation li{
	list-style-type:none;
	
	line-height: 1.6em;
}



#pagenation:after{
	display: block;
	clear: both;
	content:"";
}

#oldpage{
	float: left;
	background-image: url(https://www.mk-buturyu.co.jp/img/news/left-sankaku.jpg);
	background-repeat: no-repeat;
	background-position: left 0px;
	padding-left: 25px;	
}

#oldpage a{
	color:#000000;
}

#oldpage a:hover{
	background-color:#54BA97;
	text-decoration: none;
	color:#FFFFFF;
}

#newpage{
	float: right;
	background-image: url(https://www.mk-buturyu.co.jp/img/news/side-sankaku.jpg);
	background-repeat: no-repeat;
	background-position: right 0px;
	padding-right: 25px;
}

#newpage a{
	color:#000000;
}

#newpage a:hover{
	background-color: #54BA97;
	text-decoration: none;
	color:#FFFFFF;
}


/* --------------------------------
 * contact
 * -------------------------------- */


.contact_visual{
	background-image: url(https://www.mk-buturyu.co.jp/img/contact/main.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 280px;
}


/* --------------------------------
 * sitemap
 * -------------------------------- */

.sitemap_info li{
	font-size: 20px;
	color: #232B8D;
	line-height: 1.6em;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
	font-weight: bold;
	background-image: url(https://www.mk-buturyu.co.jp/img/common/ornament.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}


.sitemap_info li a{
	color: #232B8D;
	position: relative;
	display: inline-block;
	transition: .3s;
	line-height: 1.6em;
	text-decoration: none;	
}

.sitemap_info li a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 1px;
	background-color: #232B8D;
	transition: .3s;
}
.sitemap_info li a:hover::after {
	width: 100%;
}

/* --------------------------------
 * privacypolicy
 * -------------------------------- */
 
 
.privacy dt{
	font-size: 20px;
	line-height: 1.6em;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
	font-weight: bold;
}

.privacy dd{
	font-size: 16px;
	line-height: 1.6em;
	letter-spacing: 0.1em;
	margin-bottom: 50px;
}

.privacy li{
	margin-bottom: 10px;
}
 



/* --------------------------------
 * フォーム
 * -------------------------------- */

.wpcf7 span.wpcf7-not-valid-tip {
    display: block;
    position: static;
    top: 0;
    left: 0;
    border: none;
    color: red;
}

.wpcf7 .wpcf7-not-valid {
	background: pink;
	display: block;
}

.wpcf7 .wpcf7-response-output {
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	border-radius: 4px;
	clear: both;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 30;
	margin-left: 0;
	padding-top: 8px;
	padding-right: 35px;
	padding-bottom: 8px;
	padding-left: 14px;
	font-size: 18px;
	font-weight: bold;
}
    .wpcf7 .wpcf7-validation-errors {
        color: #B94A48;
        background-color: #F2DEDE;
        border: 1px solid #EED3D7;
    }
    .wpcf7 .wpcf7-mail-sent-ok {
        color: #3A87AD;
        background-color: #D9EDF7;
        border: 1px solid #BCE8F1;
    }
	
.wpcf7 .wpcf7c-btn-back {
    margin-right: 1em;
}


.wpcf7 .wpcf7c-btn-back
 {
    width: 200px; 
}

.wpcf7 .wpcf7-submit
 {
    width: 200px; 
}




/* --------------------------------
 * search
 * -------------------------------- */

.search section {
	margin-bottom: 20px;
	
}


.search section:after{
	display: block;
	clear: both;
	content:"";
}


.search section h1{
	font-family: 'Poppins', 'Noto Sans Japanese', sans-serif;
	font-size: 26px!important;
	color: #005440;
	margin-bottom: 5px;
	padding-left: 25px;
	padding-bottom: 5px;
	line-height: 1.4em;
	background-image: url(https://www.mk-buturyu.co.jp/img/common/ornament.gif);
	background-repeat: no-repeat;
	background-position: left 9px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2EBE7;
	text-align: left;
}




/* --------------------------------
 * Decoration
 * -------------------------------- */
.m10{
	margin-bottom: 10px!important;
	
}
.m20{
	margin-bottom: 20px!important;
}

.m50{
	margin-bottom: 50px!important;
}


.bnr{
	margin-bottom: 100px;
}

.bnr20{
	margin-bottom: 20px;
}

.b1{
	font-weight: 500!important;
}

.b2{
	font-weight: 600!important;
}

.g_font{
	font-family: 'Poppins', 'Noto Sans Japanese' , sans-serif!important;
}

.g_font600{
	font-family: 'Poppins', 'Noto Sans Japanese' , sans-serif!important;
	font-weight: 600!important;
}

.moji16{
	font-size: 16px!important;
}

.moji18{
	font-size: 18px!important;
}

.moji24{
	font-size: 24px!important;
}

.cent{
	text-align: center!important;
}

.pcnone{
	display: none;
}




.right{
	text-align: right;
}
.buttom{
	margin-right: auto;
	margin-left: auto;
	width: 350px;
}
.buttom a{
	border: 4px solid #232B8D;
	display: block;
	height: 70px;
	width: 350px;
	color: #232B8D;
	text-decoration: none;
	text-align: center;
	line-height: 70px;
	font-weight: bold;
	position: relative;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
}
.buttom a:hover{
	color: #FFFFFF;
	background-color: #232B8D;	
}
.buttom a:before {        /*白いひし型 */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 20px;
	width: 10px;
	height: 10px;
	margin-top: -4px;
	background: #232B8D;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
}
.buttom a:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15px;
	width: 10px;
	height: 10px;
	margin-top: -4px;
	background: #FFF;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
}

.buttom a:hover:before {        
	background: #FFFFFF;
}
.buttom a:hover:after {        /*「after要素」のマウスオーバー（カラーを合わせる） */  
	background: #232B8D;
}

.footad dt{
	float: left;
	font-weight: bold;
	
}

.footad dd{
	width: 400px;
	margin-left: 80px;	
}


.b{
	font-weight: bold;
}