@charset "utf-8";

/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  layout.css
 style info :  レイアウトファイル
 admin info :  apricot-design

//////////////////////////////////////////////////////////*/


/*
0:セット
------------------------------------------------------------
*/
html, body {
	width: 100%;
}
body {
	font-family: 'Noto Sans JP',"メイリオ",Meiryo,Helvetica,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	color: #344864;
	font-size: 16px;
	line-height: 1.8;
	text-align: left;
	letter-spacing: 1px;
	-webkit-text-size-adjust: 100%;
}
.win body {
	font-family: 'Noto Sans JP',"メイリオ",Meiryo,Helvetica,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
}
a, a:link, a:active, a:visited {
	text-decoration: none;
	color: #666;
	transition:0.5s;
	-webkit-transition:0.5s;
	-o-transition:0.5s;
	-ms-transition:0.5s;
}
a:hover {
	color: #5bb431;
}
a:focus {
	outline: none;
}
a:hover, a:active {
	outline: 0;
}
.opacity:hover {
	filter:alpha(opacity=50); /* IE 6,7*/
	-ms-filter: "alpha(opacity=50)"; /* IE 8,9 */
	-moz-opacity:0.5; /* FF , Netscape */
	-khtml-opacity: 0.5; /* Safari 1.x */
	opacity:0.5;
	zoom:1; /*IE*/
}
img {
	max-width: 100%;
	height: auto;
}
img[src$=".svg"] {
	max-width: 100%;
	height: auto;
}
.sp{
	display: none;
}

/*
//ベース
------------------------------------------------------------
*/
#page_slide{
	position: fixed;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(to right, #1a274e, #0a1a12);
	background: -moz-linear-gradient(to right, #1a274e, #0a1a12);
	background: linear-gradient(to right, #1a274e, #0a1a12);
	z-index: 9999;
	pointer-events: none;
	bottom: 0;
	left: 0;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition: cubic-bezier(1,0,0,1) 1s;
	-moz-transition: cubic-bezier(1,0,0,1) 1s;
	-o-transition: cubic-bezier(1,0,0,1) 1s;
	-ms-transition: cubic-bezier(1,0,0,1) 1s;
	transition: cubic-bezier(1,0,0,1) 1s;
}
#page_slide.action{
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}
#container_wrap {
	overflow: hidden;
}
#container {
	margin-top: 104px;
}
#top_content {
	margin-top: -104px;
	padding-top: 104px;
}
#top_content.en {
	margin-top: 0;
}
#content {
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
#top_main {
	width: 100%;
}
#main {
	width: 67%;
	max-width: 800px;
	float: left;
}
#sub {
	float: right;
	width: 25%;
	max-width: 300px;
}
section{
	position: relative;
}
.secound {
	clear: both;
	width: 100%;
	padding: 0 5%;
	margin: 0 auto;
	position: relative;
	z-index: 3;
	overflow: hidden;
}
.secound .inner{
	max-width: 1200px;
	margin: 0 auto;
	height: 300px;
	padding: 0 50px;
	display: flex;
	align-items: center;
}
#sec_company.secound {
	background: url(../images/bg_sec_company.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}
#sec_about.secound {
	background: url(../images/bg_sec_about.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}
#sec_privacy.secound {
	background: url(../images/bg_sec_privacy.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}
#sec_info.secound {
	background: url(../images/bg_sec_info.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}
#sec_recruit.secound {
	background: url(../images/bg_sec_recruit.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}
#sec_csr.secound {
	background: url(../images/bg_sec_csr.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}
#sec_interview.secound {
	background: url(../images/bg_sec_interview.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}
#sec_komoro.secound {
	background: url(http://www.yuwa-net.co.jp/wp-content/uploads/2023/02/komoro_main.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}
#forest.secound {
	background: url(http://www.yuwa-net.co.jp/wp-content/uploads/2023/03/mori_main.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}


/*
//ヘッダー
------------------------------------------------------------
*/
header {
	clear:both;
	margin:0 auto;
	background: #FFF;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 250;
	padding: 15px 0;
}
.header_box {
	width: 100%;
	padding: 0 5%;
}
#header_left {
	float: left;
	width: 30%;
	padding-top: 5px;
}
#header_right {
	float: right;
	width: 70%;
}
#gnavi {
	float: right;
	clear: both
}
#gnavi li {
	float: left;
	padding: 0 0 0 35px;
	font-size: 94%;
	font-weight: bold;
}
#gnavi li a{
	display: inline-block;
	padding-bottom: 10px;
	position: relative;
}
#gnavi li a:link,
#gnavi li a:visited{
	color: #344864;
}
#gnavi li.active a:after,
#gnavi li a:hover:after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: #5bb431;
	color: #344864;
	width: 8px;
	height: 8px;
	border-radius: 50%;
}
#gnavi li:nth-child(3) a{
	padding-right: 15px;
	position: relative;
}
#gnavi li:nth-child(3) a:before{
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	border: 0px;
	left: auto;
	bottom: auto;
	background: none;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	top: 25%;
	border-top: solid 2px #344864;
	border-right: solid 2px #344864;
	right: 0;
	border-radius: 0;
}
#gnavi li:nth-child(4) a{
	padding-right: 15px;
	position: relative;
}
#gnavi li:nth-child(4) a:before{
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	border: 0px;
	left: auto;
	bottom: auto;
	background: none;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	top: 25%;
	border-top: solid 2px #344864;
	border-right: solid 2px #344864;
	right: 0;
	border-radius: 0;
}
#gnavi li.dropmenu {
	position: relative;
}
#gnavi li.dropmenu ul{
	position: absolute;
	z-index: 100;
	visibility: hidden;
	opacity: 0;
	padding: 35px;
	box-sizing: border-box;
	background: rgba(0,0,0,.5);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
	top: 40px;
	width: 180px;
	left: -30px;
}
#gnavi li.dropmenu ul:before{
	position: absolute;
	top: -15px;
	width: 20px;
	height: 15px;
	content: "";
	right: 30px;
	background: url(../images/bg_nav.svg) no-repeat center bottom;
}
#gnavi li.dropmenu:hover ul{
	top: 50px;
	visibility: visible;
	opacity: 1;
}
#gnavi li.dropmenu ul li {
	padding:0 0 10px;
	float: inherit;
	font-size: 94%;
	margin-bottom: 15px;
	border-bottom: 1px solid #FFF;
	text-align: center;
}
#gnavi li.dropmenu ul li:last-child {
	margin-bottom: 0;
}
#gnavi li.dropmenu ul li a{
	display: block;
	padding: 0;
}
#gnavi li.dropmenu ul li a:link,
#gnavi li.dropmenu ul li a:visited{
	color: #FFF;
}
#gnavi li.dropmenu ul li a:hover:after,
#gnavi li.dropmenu ul li a:after,
#gnavi li.dropmenu ul li a:before{
	display: none;
}
#gnavi li:nth-child(3) ul li a{
	padding-right: 0;
}
.link_lang{
	display: inline-block;
	font-size: 94%;
	padding: 0 20px;
	background: url(../images/icon_language.svg) no-repeat center left;
	float: right;
	margin-bottom: 10px;
	font-family: 'Almarai', sans-serif;
	font-weight: bold;
	position: relative;
}
.link_lang:after{
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	border: 0px;
	left: auto;
	bottom: auto;
	background: none;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	top: 25%;
	border-top: solid 2px #344864;
	border-right: solid 2px #344864;
	right: 0;
	border-radius: 0;
}
.link_lang a:link,
.link_lang a:visited{
	color: #344864;
}
ul.list_lang{
	position: absolute;
	z-index: 100;
	visibility: hidden;
	opacity: 0;
	box-sizing: border-box;
	background: rgba(255,255,255,.9);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
	top: 15px;
	width: 125px;
	left: 0;
}
.link_lang ul.list_lang li a{
	display: block;
	padding: 10px;
	text-align: center;
	border-bottom: 1px solid #000;
}
.link_lang:hover ul.list_lang{
	top: 25px;
	visibility: visible;
	opacity: 1;
}
.link_lang:hover ul.list_lang li:last-child a{
	border-bottom: none;
}
.link_lang:hover ul.list_lang li a:link,
.link_lang:hover ul.list_lang li a:visited{
	color: #344864;
}


/*
//フッター
------------------------------------------------------------
*/
footer{
	margin-top: -305px;
}
#footer_contact{
	background: url(../images/bg_footer.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	padding: 395px 0 100px;
	color: #FFF;
}
#f_section{
	position: relative;
	margin-bottom: 50px;
}
#f_section .border_r,
#f_section h3.top_ttl:before{
	background: #FFF;
}
p.txt_tel{
	font-weight: bold;
	margin-top: 20px;
}
p.txt_tel span{
	font-size: 150%;
}
#f_section p.btn_wrap{
	margin-top: 25px;
}
.btn_tel{
	display: inline-block;
	border: 1px solid #FFF;
	line-height: 50px;
	width: 370px;
	text-align: center;
	font-size: 112.5%;
	position: relative;
}
.btn_tel:link,
.btn_tel:visited{
	color: #FFF;
}
.btn_tel:hover{
	background: #000;
}
#f_txt{
	font-size: 82%;
}
#footer_bottom{
	padding: 50px 0;
}
#topcontrol{
	width: 100px;
	height: 50px;
	background: url(../images/pageTop.svg) no-repeat center;
	display: block;
	position: absolute;
	top: -50px;
	right: 0;
}
ul.f_navi {
	margin-bottom: 25px;
}
ul.f_navi li,
ul.f_list li{
	display: inline;
	padding: 0 10px 0 15px;
	border-left: 1px solid  #344864;
	font-size: 94%;
	line-height: 1.0;
}
ul.f_navi li:last-child,
ul.f_list li:last-child{
	border-right: 1px solid  #344864;
}
ul.f_list li{
	font-size: 87.5%;
}
.copy {
	clear: both;
	font-size: 87.5%;
	color: #FFF;
	background: #5bb431;
	padding: 10px 0;
	text-align: center;
}
.f_logo {
	position: absolute;
	right: 0;
	top: 60px;
}

/*
//side
------------------------------------------------------------
*/
.side_section{
	margin-bottom: 40px;
	font-size: 87.5%;
	font-weight: bold;
}
.side_section p{
	position: relative;
	padding-left: 15px;
	margin-bottom: 20px;
}
ul.list_side li a{
	padding: 15px;
	display: block;
	border-bottom: 1px solid #344864;
	position: relative;
}
ul.list_side li a:before,
.side_section p:before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -4px;
	width: 8px;
	height: 8px;
	border: 0px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: solid 2px #344864;
	border-right: solid 2px #344864;
}
ul.list_side li a:link,
ul.list_side li a:visited{
	color: #344864;
}
ul.list_side li a:hover{
	background: rgba(0,0,0,0.1);
}
#side_select{
	border: none;
	background: #a0a0a0;
	color: #FFF;
	width: 100%;
	padding: 5px;
	text-align: center;
	border-radius: 0;
}


/*
//Top
------------------------------------------------------------
*/
.main_img {
	width: 100%;
	position: relative;
	z-index: 3;
}
.main_img img{
	width: 100% !important;
}
h2.top_ttl{
	position: absolute;
	color: #FFF;
	font-size: 218%;
	top: 50%;
	left: 5%;
	font-weight: normal;
	max-width: 1200px;
	padding: 0 3%;
	line-height: 2.2;
	margin-top: -75px;
}
h2.top_ttl svg{
	width: 100%;
	height: auto;
}
#info_box{
	width: 50%;
	background: #FFF;
	margin-top: -56px;
	padding: 35px 3%;
	position: relative;
	z-index: 3;
}
#info_box dl{
	overflow: hidden;
}
#info_box dl dt{
	float: left;
	clear: left;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 150%;
}
#info_box dl dd{
	margin-left: 215px;
	font-size: 94%;
	padding-top: 8px;
}
.ticker{
	width: 100%;
	position: relative;
	overflow: hidden;	
}
.ticker ul{
	width: 100%;
	position: relative;
}
.ticker ul li{
	width: 100%;
	display: none;
}
#scroll_down{
	position: absolute;
	right: 0;
	z-index: 3;
	top: -182px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	padding-bottom: 80px;
}
#scroll_down a:link,
#scroll_down a:visited{
	color: #FFF;
}
#scroll_down:after{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 1px;
	height: 60px;
	background: #FFF;
	content: "";
}
.topImg1{
	position: absolute;
	top: -56px;
	right: -86px;
	z-index: 1;
}
.en .topImg1 {
	top: -104px;
}

.topImg2{
	position: absolute;
	left: -100px;
	bottom: -100px;
	z-index: 1;
}
h3.top_ttl{
	color: #5bb431;
	font-size: 132%;
	font-weight: bold;
	position: relative;
	font-family: 'Almarai', sans-serif;
	margin-bottom: 20px;
}
h3.top_ttl:before{
	content: "";
	position: absolute;
	width: 40px;
	height: 1px;
	background: #344864;
	left: -50px;
	top: 15px;
}
h4.top_ttl{
	font-size: 175%;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1.4;
}
#top_img_bg{
	height: 400px;
	background: url(../images/bg_top1.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	position: relative;
	z-index: 2;
	margin-bottom: 40px;
}
#top_menu{
	background: url(../images/bg_top2.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	padding: 100px 0 355px;
	position: relative;
	margin-bottom: 50px;
}
#top_menu:after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 600px;
	background: rgba(0,0,0,0.5);
	content: "";
}
ul.top_list{
	text-align: center;
}
ul.top_list li{
	display: inline-block;
	width: 29%;
	margin: 0 5.5% 0 0;
	text-align: left;
	vertical-align: top;
}
ul.top_list li:nth-child(3n){
	margin: 0;
}
.top_list_box{
	padding-left: 50px;
	position: relative;
	margin-top: 25px;
}
.top_list_box h3.top_ttl:before,
.top_list_box .border_r{
	background: #FFF !important;
}
p.lspace{
	letter-spacing: -1px;
	color: #FFF;
}
.top_list_box .btn_wrap .more,
.more.green{
	border: 1px solid #5bb431;
	background: #5bb431;
}
.top_list_box .btn_wrap .more:hover,
.more.green:hover{
	color: #5bb431;
	background: #FFF;
}
.top_list_box .btn_wrap .more:hover:after,
.more.green:hover:after{
	border-top: solid 2px #5bb431;
	border-right: solid 2px #5bb431;
}
#common_info_wrap{
}
#common_info{
	background: #dcdcdc;
	padding: 95px 0 0;
}
ul.list_info{
	width: 70%;
	max-width: 850px;
}
ul.list_info li {
	padding: 25px 0 25px;
	border-bottom: 1px solid #344864;
}
ul.list_info li:first-child {
	padding: 0 0 25px;
}
ul.list_info li a:link,
ul.list_info li a:visited{
	color: #344864;
}
ul.list_info li a:hover{
	color: #5bb431;
}
ul.list_info li dl{
	overflow: hidden;
}
ul.list_info li dl dt{
	clear: left;
	float: left;
	width: 160px;
}
ul.list_info li dl dt img{
	width: 100%;
}
ul.list_info li dl dd{
	margin-left: 190px;
}
ul.list_info li dl dd .day{
	font-size: 94%;
	margin-bottom: 15px;
	line-height: 1.0;
}
ul.list_info li dl dd .ti{
	font-size: 144%;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1.0;
}
.txt_ab{
	position: absolute;
	top: -250px;
	right: 0;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	font-family: 'Almarai', sans-serif;
	font-style: italic;
	font-size: 150%;
	color: #a0a0a0;
	z-index: 3;
}

/*
//div
------------------------------------------------------------
*/
.section {
	max-width: 1200px;
	margin: 0 auto;
	clear: both;
	position: relative;
	z-index: 3;
}
.pd3{
	padding: 0 50px;
}
.top_box{
	width: 50%;
	min-width: 700px;
	position: relative;
	z-index: 3;	
}
.bg_white:before{
	position: absolute;
	content: "";
	left: 0;
	top: -100%;
	width: 100%;
	height: 200%;
	background: #FFF;
	-webkit-transform: skew(0,-18deg);
	transform: skew(0,-18deg);
	z-index: 2;
	
}
.border_r{
	position: absolute;
	width: 1px;
	height: 98%;
	height: -webkit-calc(100% - 15px);
	height: calc(100% - 15px);
	background: #344864;
	left: 0;
	top: 15px;
	z-index: 3;
}
.diag_bl_wrap{
	padding-top: 40px;
	position: relative;
	z-index: 1;
}
.diag_bl:before{
	position: absolute;
	content: "";
	left: 0;
	top: -90%;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(to right, #1a274e, #0a1a12);
	background: -moz-linear-gradient(to right, #1a274e, #0a1a12);
	background: linear-gradient(to right, #1a274e, #0a1a12);
	-webkit-transform: skew(0,-18deg);
	transform: skew(0,-18deg);
	z-index: 3;
}
.diag_bl:after{
	position: absolute;
	content: "";
	right: 0;
	width: 50%;
	background: #dcdcdc;
	height: 100%;
	top: -80%;
	z-index: 1;
}
.triangle_white{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	width: 50%;
	height: 275px;
}
.triangle_white:after{
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 510px 1400px 0px 0;
	border-color: transparent #FFF transparent transparent;
}
.txt_bg{
	background: rgba(255,255,255,.5);
	width: 50px;
	height: -webkit-calc(100% + 95px);
	height: calc(100% + 95px);
	right: -5px;
	top: -95px;
	position: absolute;
	z-index: 2;
}
.triangle_gray{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	width: 50%;
	height: 275px;
}
.triangle_gray:after{
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 510px 1400px 0px 0;
	border-color: transparent #dcdcdc transparent transparent;
}
.bb_box{
	margin-top: 25px;
	padding-top: 20px;
	font-size: 94%;
	border-top: 1px solid #344864;
}
.w85{
	width: 70%;
	max-width: 850px;
}


/*
//下層
------------------------------------------------------------
*/
#message{
	padding: 100px 0;
}
#message .bg_white:before{
	background: #FFF url(../images/bg_company.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}
.name{
	margin-top: 20px;
}
#philosophy{
	margin: -44px 0 0;
	padding: 104px 0 150px;
}
#company{
	padding: 104px 0 0;
	background: #dcdcdc;
}
#history{
	margin: 100px auto;
}
#company .txt_ab{
	top: -400px;
}
#history .txt_ab{
	top: -350px;	
}
.map iframe{
	vertical-align: bottom;
	position: relative;
	z-index: 3;
}
#company .txt_bg{
	top: -400px;
	height: 125% !important;
}
#quality {
	padding-top: 104px;
}
#quality h5.main_ttl,
#environmental h5.main_ttl{
	margin: 10px 0 25px;
}
.mb_txt{
	margin-bottom: 1em;
}
.mb_txt2{
	margin-bottom: 0.5em;
}
#quality ul.list_num{
	margin-bottom: 1em;
}
#environmental{
	padding-top: 104px;
	margin-bottom: 100px;
}
.bold{
	font-weight: bold;
}
#about_top{
	padding: 100px 0;
	position: relative;
}
#about1{
	background: url(../images/bg_about.jpg) no-repeat center top;
	background-size: 100% auto;
	padding-top: 50%;
	margin-top: -20%;
	position: relative;
}
#about1:after{
	background: url(../images/bg_about2.svg) repeat-y center;
	width: 100%;
	height: 70%;
	bottom: 0;
	left: 0;
	content: "";
	position: absolute;
	z-index: 1;
}
#bg_about3{
	margin: -270px auto 0;
	background: url(../images/bg_about3.svg) no-repeat center top;
	height: 1277px;
	z-index: 2;
	position: relative;
}
#about1 h4.top_ttl,
#about1 p{
	color: #FFF;
}
#about1 h3.top_ttl:before{
	background: #FFF;
}
#about1 .border_r{
	background: #FFF;
	height: -webkit-calc(500% - 15px);
	height: calc(500% - 15px);
}
#diag_bl_about.diag_bl:before{
	top: 0;
}
#about2{
	padding: 70px 0 0;
	margin-bottom: 100px;
}
#about2 .border_r{
	top: -16.5%;
	height: -webkit-calc(100% + 16.5%);
	height: calc(100% + 16.5%);
}
.about_box{
	overflow: hidden;
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom: 1px solid #344864;
}
dl.list_about{
	overflow: hidden;
}
dl.list_about dt{
	float: left;
	clear: left;
	width: 33%;
}
dl.list_about dd{
	margin-left: 35%;
}
.img_ti{
	margin: 1em 0;
	font-weight: bold;
	font-size: 112.5%;
}
dl.list_about dd ul{
	margin-top: 25px;
}
dl.list_about dd ul li{
	display: inline-block;
	background: #344864;
	padding: 5px;
	color: #FFF;
	margin: 0 20px 0 0;
	font-size: 94%;
}
p.inline_txt{
	display: inline-block;
	padding-left: 30px;
}
img#img_about5_2{
	margin-top: 30px;
}
p.txt_vab{
	vertical-align: bottom;
}
#privacy,
#policy{
	padding: 100px 0;
}
#privacy h5.main_ttl{
	margin: 25px 0;
}
#main ul.list_info{
	width: 100%;
}
.category{
	margin-bottom: 10px;
	font-size: 87.5%;
}
.posted{
	margin-bottom: 40px;
	font-size: 87.5%;
}
.single #main img{
	margin-bottom: 45px;
}
.single #main .border_r{
	height: -webkit-calc(100% - 94px);
	height: calc(100% - 94px);
}
.pagenation{
	margin-top: 50px;
	padding-top: 50px;
	text-align: center;
	border-top: 1px solid #344864;
	clear: both;
	position: relative;
	font-size: 94%;
}
.pagenation:before{
	position: absolute;
	content: "/";
	left: 0;
	right: 0;
	margin: auto;
	top: 50px;
	z-index: 1;
}
.pagenation span{
	width: 65px;
	margin: 0 10px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
#recruit1{
	padding: 100px 0 255px;
	background: url(../images/bg_top2.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	position: relative;
	margin-bottom: 100px;
}
#recruit1:after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 80%;
	background: rgba(0,0,0,.5);
	content: "";
}
ul.list_recruit li{
	display: inline-block;
	padding-left: 50px;
	position: relative;
	width: 31%;
	margin: 0 3% 100px 0;
	color: #FFF;
}
ul.list_recruit li:before{
	position: absolute;
	content: "";
	left: 0;
	width: 1px;
	bottom: 0;
	height: 80%;
	background: #FFF;
}
ul.list_recruit li:after{
	position: absolute;
	content: "";
	width: 40px;
	height: 1px;
	background: #FFF;
	left: 0;
	top: 20%;
}
ul.list_recruit li:nth-child(3n){
	margin: 0 0 100px;
}
ul.list_recruit li dl{
	overflow: hidden;
	margin-bottom: 30px;
}
ul.list_recruit li dl dt{
	clear: left;
	float: left;
}
ul.list_recruit li dl dd{
	margin-left: 150px;
	font-size: 132%;
	color: #5bb431;
	font-weight: bold;
	padding-top: 25px;
	letter-spacing: -1px;
}
ul.list_bnr{
	text-align: center;
	margin-bottom: 100px;
}
ul.list_bnr li{
	display: inline-block;
	margin: 0 20px;
}
#csr_top{
	padding: 100px 0 0;
}
#csr_top .bg_white:before{
	background: #FFF url(../images/bg_csr.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}
#csr_bg{
	height: 400px;
	background: url(../images/bg_csr2.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	position: relative;
	z-index: 2;
}
#csr_top .top_box{
	padding-bottom: 100px;
}
.border_wrap .border_r{
	height: 480px;
	top: -480px;
}
#csr_box{
	padding: 100px 0 0;
	background: #dcdcdc;
	position: relative;
	z-index: 3;
	overflow: hidden;
}
#csr_box .border_r,
#csr_box2 .border_r{
	height: -webkit-calc(100% + 100px);
	height: calc(100% + 100px);
	top: -100px;
}
.csr_box_inner{
	overflow: hidden;
}
.csr_left{
	float: left;
	width: 63.5%;
}
.csr_right{
	float: right;
	width: 33.6%;
	font-size: 94%;
}
ul.list_photo{
	overflow: hidden;
	margin: 45px 0 0;
}
ul.list_photo li{
	width: 32%;
	margin: 0 2% 0 0;
	float: left;
	position: relative;
	font-size: 94%;
}
ul.list_photo li:nth-child(3){
	margin: 0;
}
ul.list_photo li .ti{
	position: absolute;
	display: inline-block;
	padding: 0 5px;
	background: #344864;
	color: #FFF;
	left: 0;
	top: 0;
}
ul.list_photo li span{
	font-size: 80%;
}
#csr_box .about_box{
	margin-bottom: 100px;
}
#csr_top2{
	padding: 100px 0 0;
}
#csr_top2 .top_box{
	padding-bottom: 100px;
}
#top_img_bg.mb0{
	margin-bottom: 0;
}
#csr_box2{
	padding: 100px 0;
}
ul.list_csr{
	max-width: 900px;
	background: url(../images/topImg2.svg) no-repeat center;
	overflow: hidden;
}
ul.list_csr li{
	box-sizing: border-box;
	width: 50%;
	float: left;
}
ul.list_csr li:nth-child(1),
ul.list_csr li:nth-child(2){
	padding-bottom: 100px;
	border-bottom: 1px solid #344864;
}
ul.list_csr li:nth-child(1),
ul.list_csr li:nth-child(3){
	padding-right: 100px;
	border-right: 1px solid #344864;
}
ul.list_csr li:nth-child(2),
ul.list_csr li:nth-child(4){
	padding-left: 100px;
}
ul.list_csr li:nth-child(3),
ul.list_csr li:nth-child(4){
	padding-top: 100px;
}
ul.list_csr li p{
	margin-bottom: 25px;
	min-height: 84px;
}
#list_interview_wrap{
	padding: 0 5%;
	border-bottom: 4px solid #dcdcdc;
	margin-bottom: 100px;
}
ul.list_interview{
	max-width: 1300px;
	padding-top: 30px;
	margin: 0 auto;
}
ul.list_interview li{
	display: inline-block;
	width: 16%;
	vertical-align: bottom;
}
ul.list_interview li dl{
	overflow: hidden;
	padding: 0 3%;
	display: flex;
}
ul.list_interview li dl dt{
	overflow: hidden;
	width: 37%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
ul.list_interview li dl dd{
	margin-left: 5%;
	display: flex;
	align-items: center;
	font-size: 87.5%;
	line-height: 1.7;
}
ul.list_interview li a{
	display: block;
	margin-bottom: -4px;
	border-bottom: 4px solid #dcdcdc;
	padding-bottom: 25px;
	letter-spacing: -1px;
}
ul.list_interview li a:link,
ul.list_interview li a:visited{
	color: #344864;
}
ul.list_interview li a:hover,
ul.list_interview li.active a{
	color: #344864;
	border-bottom: 4px solid #344864;
}
#interview_box{
	margin-bottom: 100px;
}
.interview_right{
	float: right;
	margin: 0 0 60px 55px;
	position: relative;
	padding-right: 110px;
}
.interview_right .inner{
	position: absolute;
	bottom: 45%;
	left: 48%;
	padding-right: 100px;
}
.interview_right .inner_en{
	padding-right: 0;
}
.interview_right .inner.pd70{
	padding-right: 70px;
}
.interview_right .inner:before{
	width: -webkit-calc(100% + 27px);
	width: calc(100% + 27px);
	height: 1px;
	background: #344864;
	right: -27px;
	bottom: 54%;
	content: "";
	position: absolute;
}
.interview_right .inner_en:before{
	display: none;
}
.i_name{
	font-size: 125%;
	margin-bottom: 40px;
}
.inner_en .i_name{
	font-size: 110%;
	position: relative;
}
.inner_en .i_name:before{
	width: -webkit-calc(100% + 27px);
	width: calc(100% + 27px);
	height: 1px;
	background: #344864;
	right: -27px;
	bottom: -20px;
	content: "";
	position: absolute;
}
.i_name span{
	display: block;
	font-size: 120%;
}
.profile_en{
	min-height: 140px;
}
#i_content{
	max-width: 850px;
}
#i_content p{
	margin-bottom: 1em;
}
#i_content p:last-child{
	margin-bottom: 0;
}
.i_txt_ab{
	position: absolute;
	bottom: -150px;
	right: -48px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	font-family: 'Almarai', sans-serif;
	font-style: italic;
	font-size: 150%;
	color: #344864;
}
.inner_en .i_txt_ab{
	bottom: -100px;
}
.i_txt_ab:before{
	width: 1px;
	height: 70px;
	content: "";
	right: 20px;
	top: -89px;
	position: absolute;
	background: #344864;
}
ul.list_sitemap{
	padding-left: 50px;
}
ul.list_sitemap li{
	display: inline-block;
	vertical-align: top;
	padding-left: 20px;
	position: relative;
	font-weight: bold;
	width: 48%;
}
ul.list_sitemap li:first-child{
	width: 30%;
}
ul.list_sitemap li:before{
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border: 0px;
	left: 0;
	bottom: auto;
	background: none;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 15px;
	border-top: solid 2px #344864;
	border-right: solid 2px #344864;
	vertical-align: top;
}
ul.list_sitemap li:last-child:before{
	display: none;
}
ul.list_sitemap li ul li{
	display: block;
	line-height: 2.2;
	width: inherit;
}
ul.list_sitemap li ul li:first-child{
	width: inherit;
}
ul.list_sitemap li ul li.child{
	margin-left: 25px;
	font-weight: normal;
}
ul.list_sitemap li ul li.child:before{
	border-top: solid 1px #344864;
	border-right: solid 1px #344864;
}
ul.list_sitemap li ul li:last-child:before{
	display: block;
}

/*
6:ul
------------------------------------------------------------
*/
ul.list_num {
	padding-left: 1.5em;
}
ul.list_num li{
	list-style: decimal outside;
}


/*
8:table
------------------------------------------------------------
*/
.company_table{
	width: 70%;
	max-width: 850px;
}
.company_table th{
	font-weight: bold;
	padding: 15px 0;
	border-bottom: 1px solid #344864;
	vertical-align: top;
	width: 18%;
}
.company_table td{
	padding: 15px 0;
	border-bottom: 1px solid #344864;
	vertical-align: top;
}
.company_table td span{
	font-weight: bold;
}
ul.icon li{
	list-style-type:disc;
	margin-left:20px;
}

#company{
	padding-bottom:60px;
}
.about_box .access_box_inner .access_left{
	float:left;
	width:44%;
}
.about_box .access_box_inner .access_left .c{
	width:100%;
}
.about_box .access_box_inner .access_right{
	float:right;
	width:52%;
}
.about_box .access_box_inner .access_right p{
	margin-top:30%;
}

.banner_box{
	margin-top:40px;
	padding-bottom:80px;
}
.banner_box .banner_left{
	float:left;
	width:48%;
}
.banner_box .banner_right{
	float:right;
	width:48%;
}

/* モーダル
----------------------------------------------- */ 
.c {
    text-align: center;
}
.c p img{
	cursor: pointer;
	cursor: hand;
	transition:0.3s;
}
.c p img:hover{
	opacity:0.7;
}
.overlay { /* グレーの背景 */
  position: fixed;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.5s 0s ease;
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#pop-up {
  display: none;
}
#pop-up:checked + .overlay {
  visibility: visible;
  opacity: 1;
  z-index: 100000;
  background-color: #000000D0;
  width: 100%;
}
#pop-up2 {
  display: none;
}
#pop-up2:checked + .overlay {
  visibility: visible;
  opacity: 1;
  z-index: 100000;
  background-color: #000000D0;
  width: 100%;
}
.popWindow {
  border-radius: 5px;
  overflow: auto; /* スクロールバー用 */
  max-height: 95%; /* すき間 */
  min-width: fit-content; /* 横幅が広い時に白の部分が大きくならないため */
  max-width: 95%; /* すき間 */
  position: fixed;
  top: 50%; /* 中央に */
  left: 50%; /* 中央に */
  transform: translate(-50%, -50%); /* 中央に */
  z-index: 100010;
  font-size: 13px;
  line-height: 18px;
  margin: 10px auto;
  padding: 4px 10px;
  background: #FFFD; /* 枠の色 */
  text-align: center; /* 文字を中央寄せ */
  transition: all 500ms ease-in-out;
}
.popWindow .ptitle {
  font-size: 15px;
  margin: 8px;
  color: #333;
}
.popWindow .close {
  position: absolute;
  top: 8px;
  right: 10px;
  transition: all 300ms;
  font-size: 24px;
  line-height: inherit;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  padding: 2px;
}
.popWindow .close:hover {
  color: #06D85F;
}
.popWindow::-webkit-scrollbar-track {
  background: none;
}
.popWindow::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.popWindow::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 5px;
}
.clickable:hover {
  cursor: pointer;
}
@media screen and (max-width: 700px){
  #pop-up:checked + .overlay {
    visibility: hidden;
    opacity: 0;
  }
}


/*
9:タイトル
------------------------------------------------------------
*/
h2.mainTi{
	font-size: 150%;
	color: #FFF;
	line-height: 1.4;
}
h2.mainTi span{
	font-family: 'Nunito Sans', sans-serif;
	font-size: 225%;
	letter-spacing: 1px;
	display: block;
}
h4.about_ttl{
	font-size: 144%;
	display: inline-block;
	margin-bottom: 30px;
	border: 1px solid #344864;
	padding: 0 10px;
	line-height: 40px;
	font-weight: bold;
}
h5.main_ttl{
	font-size: 144%;
	color: #FFF;
	background: #344864;
	display: inline-block;
	line-height: 1.4;
	padding: 5px 10px;
	margin: 45px 0 25px;
}
h5.about_ttl{
	font-size: 144%;
	margin-bottom: 20px;
	line-height: 1.4;
	font-weight: bold;
}


/*
11:ボタン系
------------------------------------------------------------
*/
.btn_wrap{
	margin-top: 30px;
	position: relative;
	z-index: 3;
}
.more{
	display: block;
	width: 210px;
	line-height: 50px;
	background: #344864;
	text-align: center;
	font-size: 132%;
	font-weight: bold;
	font-family: 'Almarai', sans-serif;
	position: relative;
	border: 1px solid #344864;
}
.more:link,
.more:visited{
	color: #FFF;
}
.more:hover{
	color: #344864;
	background: #FFF;
}
.more:after,
.btn_tel:after{
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	border: 0px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	margin-top: -4px;
	border-top: solid 2px #FFF;
	border-right: solid 2px #FFF;
	right: 12px;
}
.more:hover:after{
	border-top: solid 2px #344864;
	border-right: solid 2px #344864;
}



/*
12:その他パーツ
------------------------------------------------------------
*/
#bread_wrap{
	width: 100%;
	padding: 0 5%;
	position: relative;
	z-index: 3;
	background: -webkit-linear-gradient(to right, #1a274e, #0a1a12);
	background: -moz-linear-gradient(to right, #1a274e, #0a1a12);
	background: linear-gradient(to right, #1a274e, #0a1a12);
}
#breadcrumbList {
	max-width: 1200px;
	font-size: 75%;
	padding: 10px 0;
	margin: 0 auto;
	color: #FFF;
}
#breadcrumbList a:link,
#breadcrumbList a:visited{
	color: #FFF;
}
.alignleft {
	float: left;
	padding: 0 15px 15px 0;
}
.alignright {
	float: right;
	padding: 0 0 15px 15px;
}
.aligncenter {
	display: block;
	margin:0 auto 20px;
}
.photoL {
	float: left;
	padding: 0 15px 15px 0;
}
.photoL p {
	overflow: auto;
}
.photoR {
	float: right;
	padding: 0 0 15px 15px;
}
.photoR p {
	overflow: auto;
}


/*
13:コンタクトフォーム
------------------------------------------------------------
*/
#contact_wrap{
	padding: 100px 0;
}
table.contactform  {
	margin: 2em 0;
	width: 100%;
}
table.contactform th {
	padding: 3% 15px;
    border-bottom: 1px solid #344864;
    font-weight: bold;
    text-align: left;
	vertical-align: top;
	width: 30%;
}
table.contactform th span{
	display: inline-block;
	padding: 0 5px;
	background: #F00;
	color: #FFF;
	font-size: 80%;
	margin-left: 10px;
}
table.contactform td {
	padding: 3% 15px;
    border-bottom: 1px solid #344864;
    text-align: left;
	vertical-align: top;
}
table.contactform td p{
	margin-bottom:0;
	line-height:1.6;
}
table.contactform td input,
table.contactform td textarea,
table.contactform td select{
	padding:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border:solid 1px #c8c8c8;
	width: 90%;
}

/*------------------------
	MWフォーム用
--------------------------*/
.submitBox{
	width: 100%;
	margin: 0 auto 2em;
	text-align: center;
}
.submit, .backBtn{
	margin: 0 1em;
	padding: 1.1em 3em;
	display: inline-block;
	font-size: .85em;
	line-height: 1;
	color: #fff;
	cursor: pointer;
	letter-spacing: 0.08em;
	border: none;
}
.submit:hover, .backBtn:hover{
	opacity: .8;
}
.mw_wp_form_input .submit{
	background: #485157;
}
.mw_wp_form_confirm .submit{
	background: #007dfb;
}
.backBtn{
  background: #485157;
}
#datepicker {
	width: 40%;
}
.required {
	font-size: .85em;
	font-weight: 500;
	color: #fff;
	background: #182d7b;
	display: inline-block;
	margin: 0 0 0 1em;
	padding: 0.5em 0.5em 0.5em 0.8em;
	line-height: 1;
}
/*------------------------
	コンタクトフォーム7用
--------------------------*/
/* 
.wpcf7-textarea {
  width: 90%;}

.wpcf7-text {
  width: 60%;}

.zip1 {
  width: 60px;}

.zip2 {
  width: 100px;}

.formtel {
  width: 100px;
  height: 16px;}

.wpcf7-form-control wpcf7-text zip {
  width: 30%;}

.addr {
	width: 90%;
}

.contactformsubmit {
  text-align: center;
  height: 60px;
	margin-top: 30px;
}

.wpcf7-submit {
  background: #000;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  margin: 0 auto;
  padding: 15px 40px;
	border: none;
}
.wpcf7-submit:hover {
	text-decoration: none;
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity: 0.8;
} */



/*
14:ワードプレス
------------------------------------------------------------
*/
.wp-pagenavi {
	padding: 10px 0 10px;
	display:block;
	clear:both;
}
.wp-pagenavi a ,.wp-pagenavi span.pages, .wp-pagenavi span.extend {
	display: inline-block;
	color:#333333;
	text-shadow:0px 1px #F6F6F6;
	padding:6px 9px 6px 9px;
	border:solid 1px #B6B6B6;
	-moz-box-shadow:0px 1px #EFEFEF;
	-webkit-box-shadow:0px 1px #EFEFEF;
	box-shadow:0px 1px #EFEFEF;
	background:#E6E6E6;
	background:-moz-linear-gradient(top,#FFFFFF 1px,#F3F3F3 1px,#E6E6E6);
	background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#FFFFFF),color-stop(0.02,#F3F3F3),color-stop(1,#E6E6E6));
	font-size:12px;
	margin-right:3px;
	text-decoration:none;
}	
.wp-pagenavi a:hover {
	display: inline-block;
	color:#fff;
	text-shadow:0px 1px #3C3C3C;
	border-color:#202020;
	background:#525252;
	background:-moz-linear-gradient(top,#9F9F9F 1px,#6C6C6C 1px,#525252);
	background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#9F9F9F),color-stop(0.02,#6C6C6C),color-stop(1,#525252));
	-moz-box-shadow:0px 1px #E7E7E7;
	-webkit-box-shadow:0px 1px #E7E7E7;
	box-shadow:0px 1px #E7E7E7;
}
 .wp-pagenavi span.current {
	display: inline-block;
	padding:6px 9px 6px 9px;
	border:solid 1px #DCDCDC;
	color:#fff;
	-moz-box-shadow:0px 1px #E7E7E7;
	-webkit-box-shadow:0px 1px #E7E7E7;
	box-shadow:0px 1px #E7E7E7;
	margin-right:3px;
	text-shadow:0px 1px #3C3C3C;
	border-color:#202020;
	background:#525252;
	background:-moz-linear-gradient(top,#9F9F9F 1px,#6C6C6C 1px,#525252);
	background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#9F9F9F),color-stop(0.02,#6C6C6C),color-stop(1,#525252));
}
/*
15:マージン・パディング
------------------------------------------------------------
*/
.m0 {
	margin-bottom: 0;
}
.m05 {
	margin-bottom: 5px;
}
.m10 {
	margin-bottom: 10px;
}
.m12 {
	margin-bottom: 12px;
}
.m15 {
	margin-bottom: 15px;
}
.m20 {
	margin-bottom: 20px;
}
.m30 {
	margin-bottom: 30px;
}
.m40 {
	margin-bottom: 40px;
}
.m50 {
	margin-bottom: 50px;
}
.m60 {
	margin-bottom: 60px;
}
.mt05 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt12 {
	margin-top: 12px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mt60 {
	margin-top: 60px;
}
.ml05 {
	margin-left: 5px;
}
.ml10 {
	margin-left: 10px;
}
.ml12 {
	margin-left: 12px;
}
.ml15 {
	margin-left: 15px;
}
.ml20 {
	margin-left: 20px;
}
.ml30 {
	margin-left: 30px;
}
.ml40 {
	margin-left: 40px;
}
.ml50 {
	margin-left: 50px;
}
.ml60 {
	margin-left: 60px;
}
.mr05 {
	margin-right: 5px;
}
.mr10 {
	margin-right: 10px;
}
.mr15 {
	margin-right: 15px;
}
.mr20 {
	margin-right: 20px;
}
.mr30 {
	margin-right: 30px;
}
.mr40 {
	margin-right: 40px;
}
.mr50 {
	margin-right: 50px;
}
.mr60 {
	margin-right: 60px;
}
.pt05 {
	padding-top: 5px;
}
.pt10 {
	padding-top: 10px;
}
.pt15 {
	padding-top: 15px;
}
.pt20 {
	padding-top: 20px;
}
.pt30 {
	padding-top: 30px;
}
.pt40 {
	padding-top: 40px;
}
.pb05 {
	padding-bottom: 5px;
}
.pb10 {
	padding-bottom: 10px;
}
.pb15 {
	padding-bottom: 15px;
}
.pb20 {
	padding-bottom: 20px;
}
.pb30 {
	padding-bottom: 30px;
}
.pb40 {
	padding-bottom: 40px;
}
.pl05 {
	padding-left: 5px;
}
.pl10 {
	padding-left: 10px;
}
.pl15 {
	padding-left: 15px;
}
.pl20 {
	padding-left: 20px;
}
.pl30 {
	padding-left: 30px;
}
.pl40 {
	padding-left: 40px;
}
.pr05 {
	padding-right: 5px;
}
.pr10 {
	padding-right: 10px;
}
.pr15 {
	padding-right: 15px;
}
.pr20 {
	padding-right: 20px;
}
.pr30 {
	padding-right: 30px;
}
.pr40 {
	padding-right: 40px;
}
.imgTi {
	margin-bottom: 15px;
}
.imgTi0 {
	margin-bottom: 0;
}
.imgTi5 {
	padding-bottom: 5px;
}
.imgTi10 {
	padding-bottom: 10px;
}
.imgTi15 {
	padding-bottom: 15px;
}
.imgTi20 {
	padding-bottom: 20px;
}
.imgTi30 {
	padding-bottom: 30px;
}

/*
16:Pagination
------------------------------------------------------------
*/
.list_pagination {
    width: 100%;
    margin: 0 auto 20px;
    letter-spacing: -0.5em;
    text-align: center;
    display: flex;
}
.list_pagination li.prev {
    display: inline-flex;
    text-align: left;
    width: 30%;
    vertical-align: top;
    letter-spacing: normal;
    align-items: center;
}
.list_pagination li.prev a {
    color: #fff;
    padding: 5px 5px 5px 20px;
    display: flex;
    width: 100%;
    height: 100%;
    text-align: center;
    border: 1px solid #fff;
    background: #67ccd9 url(../images/arrow_wleft.svg) no-repeat 4% center;
    background-size: auto 8px;
    align-items: center;
    justify-content: center;
}
.list_pagination li.prev a:hover {
    color: #67ccd9;
    border: 1px solid #67ccd9;
    background: #fff url(../images/arrow_skyleft.svg) no-repeat 4% center;
    background-size: auto 8px;
}
.list_pagination li.middle{
    display: inline-flex;
    text-align: center;
    width: 40%;
    vertical-align: top;
    letter-spacing: normal;
    align-items: center;
}
.list_pagination li.middle a {
    color: #fff;
    padding: 5px 5px 5px 5px;
    display: flex;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    background: #67ccd9;
    align-items: center;
    justify-content: center;
}
.list_pagination li.middle a:hover {
    border: 1px solid #67ccd9;
    color: #67ccd9;
    background: #fff;
}

.list_pagination li.next {
    display: inline-flex;
    text-align: right;
    width: 30%;
    vertical-align: top;
    letter-spacing: normal;
    align-items: center;
}
.list_pagination li.next a {
    color: #fff;
    padding: 5px 20px 5px 5px;
    display: flex;
    width: 100%;
    height: 100%;
    text-align: center;
    border: 1px solid #fff;
    background: #67ccd9 url(../images/arrow_wright.svg) no-repeat 95% center;
    background-size: auto 8px;
    align-items: center;
    justify-content: center;
}
.list_pagination li.next a:hover {
    color: #67ccd9;
    border: 1px solid #67ccd9;
    background: #fff url(../images/arrow_skyright.svg) no-repeat 95% center;
    background-size: auto 8px;
}