﻿@charset "UTF-8";
/* ===================================================================
CSS information
 file name  :  skin_responsive.css
 style info :  レスポンシブ用　cssの定義
=================================================================== */
/* utility */
/*----------------*/
/* 2015/02/28 Add */
/*----------------*/
.pb34 {padding-bottom:34px;}
.pt55 {padding-top:55px;}
.m60 {margin-bottom:60px;}
.m70 {margin-bottom:70px;}

.fs11 { font-size:11px; }
.fs13 { font-size:13px; }
.fs15 { font-size:15px; }
.fs20 { font-size:20px; }
.fwB { font-weight:bold; }
.section {
	position:relative;
}

img {
	height: auto;
	max-width: 100%;
}

/*layout*/
#wrapper{
	width:100%;
	background:url(../image/common/common_bg_wrapper.jpg) repeat-y top center;
	overflow: hidden;
	position:relative;
}
#contents{
	width: 100%;
	text-align:left;
	/*margin-top:-50px;*/
}
#contents_left{
	width:1030px;
	background:url(../image/common/contents_bg.png) no-repeat bottom center;
	margin:0 auto 55px auto;
	position:relative;
}
#contents_left .wrap_inner{
	padding-left:35px;
	padding-right:35px;
	width: 960px;
}
/*#contents_right{
	width:159px;
	height:100%;
	position:fixed;
	top:0;
	right:-159px;
	background: url(../image/common/sub_menu_bg.png) repeat-y;
	z-index:1000;
}*/
#rightBtn {
	width: 33px;
	height: 130px;
	position: absolute;
	top: 368px;
	left: -33px;
	cursor: pointer;
	background: url(../image/common/btn_more_menu.jpg) no-repeat top left;
	text-indent: -9999px;
	overflow: hidden;
	outline: none;
}
#btnClose {
	height: 35px;
	cursor: pointer;
	padding: 15px 0 0 15px;
}
.contents_top {
	position:absolute;
	top:-5px;
	left:0px;
}
@media only screen and (max-width: 1024px){
	#contents{
	width: 94%;
}
}
@media only screen and (max-width: 990px){
	#contents_left {
		background: #fff;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	#contents_left .wrap_inner {
		padding-left:10px;
		padding-right:10px;
		width:calc(100% - 20px);
	}
	.contents_top img {
		width: 100%;
	}
}
@media only screen and (max-width: 690px){
	.contents_top {
		top: -2px;
	}
	#rightBtn {
		opacity: .8;
		top: 70%;
	}
}
#header{
	height:100px;
	width:100%;
	background:url(../image/common/common_header_bg.jpg) center center;
	position:relative;
}
@media only screen and (max-width: 990px){
	#header{
		width:100%;
		background:#fff;
		position:relative;
		z-index:100;
	}
}
#header_in{
	width:980px;
	height:86px;
	margin:0 auto;
	position:relative;
}
#header h1{
	font-size:11px;
	position:absolute;
	top:10px;
	right:10px;
}
#logo{
	position:absolute;
	bottom:0px;
	left:10px;
}
#language_nav {
	width:169px;
	height:23px;
	position:absolute;
	top:54px;
	left:420px;
}
#language_nav ul{list-style-type:none;}
#language_nav ul li{
	float:left;
	text-indent:-9999px;
}
#language_nav li a{
	height:23px;
	background-image:url(../image/common/language_nav.png);
	display:block;
	overflow:hidden;
}
#language01 a{ background-position:0px 0px; width: 53px;}
#language02 a{ background-position:-53px 0px; width: 75px;}
#language03 a{ background-position:-128px 0px; width: 41px;}

#language01 a:hover, #language01.lang_current a{ background-position:0px -23px; width: 53px;}
#language02 a:hover, #language02.lang_current a{ background-position:-53px -23px; width: 75px;}
#language03 a:hover, #language03.lang_current a{ background-position:-128px -23px; width: 41px;}

#header #header_contact{
	position:absolute;
	top:40px;
	right:200px;
}
#header #header_mag {
	position:absolute;
	top:40px;
	right:10px;
}
#header #header_mag a {
	color: #FFF;
	text-align: center;
	width: 170px;
	height: 46px;
	display: block;
	line-height: 46px;
	font-size: 15px;
	font-weight: bold;
	background-color: #FFA200;
	border: 1px solid #FFA200;
	box-sizing: border-box;
	transition: all 0.2s;
}
#header #header_mag a:hover {
	text-decoration: none;
	color: #FFA200;
	background-color: #FFF;
}

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

/* HEADER */
/************************************************************************/
#header #header_special {
	position:absolute;
	top:40px;
	right:40px;
}

#header #header_special a {
    color: #FFF;
    text-align: center;
    width: 170px;
    height: 46px;
    display: block;
    line-height: 46px;
    font-size: 15px;
    font-weight: bold;
    background-color: #51358c;
    border: 1px solid #51358c;
    box-sizing: border-box;
    transition: all 0.2s;
}

#header #header_special a:hover {
    text-decoration: none;
    color: #51358c;
    background-color: #FFF;
}
.header_new #language_nav {
    left: 175px!important;
}

.header_new #header_mag {
    right: 230px!important;
}

.header_new #header_contact {
    right: 420px!important;
}

/*RESPONSIVE********************/
#header .gnavi_btn_sp{
	display: none;
}

#header_in{
	max-width: 980px !important;
	width: 100% !important;
}

#globalnav_wrapper{
	margin-top: 0 !important;
}

#globalnav{
	max-width: 980px;
	width: 100%;
}

/*subnav*/
/*------------------------------------------------------------------------------*/
#subnav {
	width:159px;
	padding-top:0px;
}

#subnav:after {
	width:159px;
	height:14px;
	content:"";
	display:block;
}

#subnav ul{list-style-type:none;}

#subnav_title a{
	width:144px;
	height:45px;
	line-height:45px;
	text-align:left;
	color:#FFF;
	font-size:12px;
	display:block;
	overflow:hidden;
	text-decoration:none;
	padding: 0 0 0 10px;
}
#subnav_title a:hover {
	text-decoration:underline;
}
#subnav li a{
	width:144px;
	height:45px;
	background:url(../image/common/subnav_border.png) no-repeat bottom center;
	line-height:48px;
	font-size:12px;
	padding-left:10px;
	color:#FFFFFF;
	display:block;
	overflow:hidden;
	text-decoration:none;
}
#subnav li a:hover,
#subnav ul li.current a,
#subnav ul li.current a:hover{
	color:#FFFFFF;
	text-decoration: underline;
}
#subnav li.current ul li a{
	width:144px;
	height:40px;
	line-height:40px;
	font-size:11px;
	padding-left:25px;
	color:#FFFFFF;
	display:block;
	overflow:hidden;
	text-decoration:none;
}
#subnav ul li.current ul li.current {
	color:#FFFFFF;
	text-decoration: underline;
}

/*globalnav*/
/*------------------------------------------------------------------------------*/

#globalnav_wrapper {
	width:100%;
	height:80px;
	background:#FFFFFF;
	margin-top:620px;
}
#globalnav {
	width:980px;
	height:80px;
	margin:0 auto;
}
#globalnav ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
#globalnav ul li{
	height: 100%;
}
#globalnav ul li + li{
	margin-left: 55px;
	position: relative;
}
#globalnav ul li + li:before {
    content: "";
    position: absolute;
    border: solid 1px #EEE;
    height: 20px;
    transform: skewX(-40deg);
    top: calc(50% - 12px);
    left: -30px;
}
#globalnav ul li a{
	display:block;
	width: 100%;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	padding: inherit;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}
#globalnav ul li a:hover{
	color: #00b2b3;
}
@media only screen and (max-width: 990px){
	#header{
		position: fixed !important;
		background-color: #fff;
		height: 60px;
		top: 0;
	}
	#header_in{
		height: 60px;
	}
	#logo{
		bottom: 5px;
		width: 80px;
	}
	#logo img{
		max-width: 100%;
		width: auto;
		height: auto;
	}
	#header h1{
		top: 20px;
		right: 60px;
	}
	#header .gnavi_btn_sp {
		display: block;
		position: absolute;
		top: 8px;
		right: 15px;
	}
	#header .gnavi_btn_sp_in {
		position: relative;
		width: 30px;
		height: 24px;
		cursor: pointer;
		z-index: 2;
	}
	#header .gnavi_btn_sp_in,
	#header .gnavi_btn_sp_in span {
		display: inline-block;
		-webkit-transition: all .4s;
		-o-transition: all .4s;
		transition: all .4s;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	#header .gnavi_btn_sp_in span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 4px;
		background-color: #333333;
		border-radius: 4px;
	}
	#header .gnavi_btn_sp_in span:nth-of-type(1) {
		top: 0;
	}
	#header .gnavi_btn_sp_in span:nth-of-type(2) {
		top: 10px;
	}
	#header .gnavi_btn_sp_in span:nth-of-type(3) {
		top: 20px;
	}
	.active #header .gnavi_btn_sp .gnavi_btn_sp_in span:nth-of-type(1) {
		-webkit-transform: translateY(20px) rotate(-45deg);
		-ms-transform: translateY(16px) rotate(-45deg);
		transform: translateY(16px) rotate(-45deg);
		top: -4px;
	}
	.active #header .gnavi_btn_sp .gnavi_btn_sp_in span:nth-of-type(2) {
		opacity: 0;
	}
	.active #header .gnavi_btn_sp .gnavi_btn_sp_in span:nth-of-type(3) {
		-webkit-transform: translateY(-16px) rotate(45deg);
		-ms-transform: translateY(-16px) rotate(45deg);
		transform: translateY(-16px) rotate(45deg);
		top: 28px;
	}
	#header .gnavi_btn_sp .gnavi_btn_sp_in .MENU,
	#header .gnavi_btn_sp .gnavi_btn_sp_in .CLOSE{
		top: 30px;
		background: none;
		font-size: 12px;
		left: -2px;
	}
	.active #header .gnavi_btn_sp .gnavi_btn_sp_in .MENU,
	#header .gnavi_btn_sp .gnavi_btn_sp_in .CLOSE{
		display: none;
	}
	#header .gnavi_btn_sp .gnavi_btn_sp_in .MENU,
	.active #header .gnavi_btn_sp .gnavi_btn_sp_in .CLOSE{
		display: block;
	}
	#globalnav_wrapper{
		position: fixed;
		top: 60px;
		right: -100%;
		max-width: 400px;
		width: 100%;
		height: auto;
		z-index: 99;
		transition:  all .5s;
	}
	.active #globalnav_wrapper{
		right: 0;
	}
	#globalnav{
		max-width: 100%;
		height: auto;
		display: flex;
		flex-wrap: wrap;
	}
	#globalnav .glo_list {
	    flex-wrap: wrap;
	    width: 94%;
	    height: auto;
	    margin: 15px auto 30px;
	}
	#globalnav .glo_list li,
	#globalnav .glo_list li + li{
		width: 100%;
		height: auto;
		padding: 10px;
		margin: 0;
		border-top: 1px solid #EEEEEE;
	}
	#globalnav .glo_list li + li:before{
		display: none;
	}
	#globalnav .glo_list li a{
		display: block;
		text-align: left;
		padding: 0;
	}
	#language_nav{
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
		}
	#globalnav #language_nav ul{
		padding: 20px 0;
	}
	#globalnav #language_nav ul li{
		float: none;
		text-indent: 0;
		margin: 5px 7.5px;
		height: auto;
	}
	#globalnav #language01 a:hover,
	#globalnav #language01.lang_current a,
	#language02 a:hover,
	#language02.lang_current a,
	#language03 a:hover,
	#language03.lang_current a,
	#language_nav li a{
		background-image: none;
		width: auto;
	}
	#globalnav ul #language01 a,
	#globalnav ul #language02 a,
	#globalnav ul #language03 a{
		border-bottom: 1px solid rgba(82, 82, 82, 0.3);
	}
	#globalnav ul #language01.lang_current a,
	#globalnav ul #language02.lang_current a,
	#globalnav ul #language03.lang_current a{
		border-bottom: 1px solid #009D95;
	}
	#globalnav ul li + li{
		margin-left: 0;
	}
	#globalnav ul li + li:before{
		display: none;
	}
	#header_contact{
		display: block;
		width: 100%;
		text-align: center;
		padding: 10px 0;
	}
	#header_mag,
	#header_special{
		display: block;
		width: 50%;
		text-align: center;
		padding: 10px 0;
	}
	#globalnav_wrapper #header_mag a {
		display: inline-block;
		color: #FFF;
		text-align: center;
		width: 170px;
		height: 45px;
		line-height: 46px;
		font-size: 15px;
		font-weight: bold;
		background-color: #FFA200;
		border: 1px solid #FFA200;
		box-sizing: border-box;
		transition: all 0.2s;
	}
	#globalnav_wrapper #header_mag a:hover {
		text-decoration: none;
		color: #FFA200;
		background-color: #FFF;
	}
	#globalnav_wrapper #header_special a {
		display: inline-block;
		color: #FFF;
		text-align: center;
		width: 170px;
		height: 45px;
		line-height: 46px;
		font-size: 15px;
		font-weight: bold;
		background-color: #51358c;
		border: 1px solid #51358c;
		box-sizing: border-box;
		transition: all 0.2s;
	}

	#globalnav_wrapper #header_special a:hover {
		text-decoration: none;
		color: #51358c;
		background-color: #FFF;
	}
}
@media only screen and (max-width: 690px){
	#header h1{
		padding-left: 105px;
		line-height: 1.2;
	}
	#globalnav_wrapper {
	    max-width: 100%;
	}
}

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

/* footer */
/************************************************************************/
#pagetop_bg {
	width:100%;
	height:45px;
	background:#FFFFFF;
}
#pagetop a{
	height:19px;
	padding:13px 0px;
	display:block;
	text-align:center;
}
footer{
	background: url("../image/common/f_wrap_2019_bg.png") repeat-y center top;
}
footer .inner{
	max-width:980px;
	width: 94%;
	margin-left:auto;
	margin-right:auto;
}
footer > .inner{
	padding-top:60px;
	padding-bottom:20px;
}
footer .fnavList{
	display: flex;
	flex-wrap: wrap;
}
footer .fnavList .fnav{
	width: 20%;
}
footer .fnavList .fnav > ul > li {
	margin-bottom:20px;
}
footer .fnavList .fnav > ul > li > a {
	font-weight:bold;
	color:#333333;
	font-size:15px;
}
footer .fnavList .fnav > ul > li > ul {
	margin-top:15px;
}
footer .fnavList .fnav > ul > li > ul li {
	margin-bottom:15px;
}
footer .fnavList .fnav > ul > li > ul li a {
	color:#333333;
}
/*MIDDLE-----------------------*/
footer .ftMid {
	max-width:980px;
	width: 94%;
	margin-left:auto;
	margin-right:auto;
	display: flex;
	padding-bottom:30px;
}
footer .ftlogo {
	width:200px;
	text-align: center;
	margin-right:2px;
}
footer .ftlogoIn {
	width:200px;
	text-align: center;
	padding:30px 0;
	background: #ffffff;
	margin-right:2px;
	margin-bottom: 20px;
}
footer .sns.pc img{
	max-width: 40px;
	height: auto;
}
footer .ftlogo .sns a + a {
	margin-left: 10px;
}
footer .sns.sp{
	display: none;
}
footer .ftInfo {
}
footer .ftInfo .name {
	background: #ffffff;
	padding:20px 20px;
	text-align: center;
	margin-bottom:2px;
}
footer .ftInfo .address {
	background:#ffffff;
	padding:10px 20px;
	margin-bottom:2px;
}
footer .ftInfo .tel {
	display: flex;
	align-items: center;
	background:#ffffff;
	padding:10px 20px;
	margin-bottom:2px;
}
footer .ftInfo .tel .icon {
    margin-right: 8px;
}
footer .ftInfo .tel .num a {
    font-weight: bold;
    font-size: 20px;
}
footer .ftMid .bttn{
	margin-left: auto;
}
/*BTTM-----------------------*/
footer .ftBttm {
	background:#009D95;
	color:#ffffff;
}
footer .ftBttm .inner {
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
}
footer .ftBttm ul {
	display: flex;
}
footer .ftBttm li {
    font-size: 12px;
    margin-right: 30px;
}
footer .ftBttm li:last-child{
	margin-right: 0;
}
footer .ftBttm li a {
	color:#ffffff;
}
small {
	font-size: 13px;
	line-height: 1;
	letter-spacing: .05em;
}
@media only screen and (max-width: 980px) {
	footer .fnavList .fnav {
	    width: 33.33%;
	}
	footer .ftBttm .inner{
		display: block;
		text-align: center;
	}
	footer .ftBttm ul {
	    margin-bottom: 6px;
	    justify-content: center;
	}
}
@media only screen and (max-width: 690px) {
	footer .fnavList {
	    display: grid;
	    grid-template-columns: auto auto;
	    grid-template-rows: auto 1fr auto;
	}
	footer .fnavList .fnav{
		width: auto;
	}
	footer .fnavList .fnav:first-child {
	    grid-column: 1 / 2;
	    grid-row: 1 / 2;
	}
	footer .fnavList .fnav:nth-child(2) {
	    grid-column: 1 / 2;
	    grid-row: 2 / 3;
	}
	footer .fnavList .fnav:nth-child(3) {
	    grid-column: 1 / 2;
	    grid-row: 3 / 4;
	}
	footer .fnavList .fnav:nth-child(4) {
	    grid-column: 2 / 3;
	    grid-row: 1 / 2;
	}
	footer .fnavList .fnav:nth-child(5) {
	    grid-column: 2 / 3;
	    grid-row: 1 / 4;
	    align-self: center;
	}

	footer .ftMid {
	    display: block;
	    padding-bottom: 20px;
	}
	footer .ftlogo {
	    margin-left: auto;
	    margin-right: auto;
	}
	footer .ftInfo {
	    margin: 15px auto;
	}
	footer .ftlogoIn {
	    margin-right: 0;
	    margin-bottom: 0;
	}
	footer .ftInfo {
		width: 200px;
	    margin: 2px auto 20px;
	}
	footer .ftInfo .tel .num a{
		font-size: 17px;
	}
	footer .ftlogo .sns.pc{
		display: none;
	}
	footer .sns.sp{
		display: flex;
		justify-content: center;
		margin-bottom: 20px;
	}
	footer .sns.sp a {
	    display: block;
	    width: 70px;
	    height: 70px;
	}
	footer .sns.sp a + a{
		margin-left: 20px;
	}
	footer .sns.sp img{
		width: auto;
		height: auto;
	}
	footer .ftMid .bttn {
	    width: 200px;
	    margin: auto;
	}
	footer .ftMid .bttn.mail a {
	    padding: 20px 20px 20px 40px;
	}
	small {
	    font-size: 11px;
	    letter-spacing: 0;
	}
}
#locator_wrap {
	background: #EAE8E1;
	width: 100%;
}
#locator{
	color: #333333;
	font-size:11px;
	line-height:100%;
	margin:0 auto;
	max-width: 960px;
	padding: 10px 10px;
}
#locator a{
	color: #009D94;
	display: inline-block;
}
@media only screen and (max-width: 980px) {
#locator_wrap {
	margin-top: 60px;
}
}
/*global*/
/*------------------------------------------------------------------------------*/
.subtitle02_wrap {
	width:100%;
	height:200px;
	background:url(../image/common/subtitle02_wrap.jpg) no-repeat center center;
	position:relative;
	z-index:0;
}
.subtitle02 {
	width:960px;
	font-size:48px;
	color:#000000;
	line-height:70px;
	padding-top:50px;
	margin:0 auto;
}
.subtitle02 span {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	background:#fff;
	font-size:40px;
	line-height:52px;
	padding:9px 15px;
}
@media only screen and (max-width: 990px){
	.subtitle02 {
		width:100%;
	}
}

.subtitle03 {
	width:720px;
	height:54px;
	background:url(../image/common/subtitle03.png) no-repeat;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	line-height:100%;
	font-size:20px;
	padding-top:2px;
	padding-bottom:40px;
	overflow:hidden;
}
.subtitle03_2 {
	width:960px;
	height:60px;
	background:url(../image/common/subtitle03_2.png) no-repeat;
	align-items: center;
	display: flex;
	justify-content: center;
	text-align:center;
	line-height:100%;
	font-size:18px;
	color:#000000;
	padding-bottom:40px;
	overflow:hidden;
	margin-left: 35px;
}
.subtitle03_2 span {
	margin-left:30px;
	font-size:13px;
}
@media only screen and (max-width: 990px){
	.subtitle03_2 {
		margin-left: 0;
		padding-bottom:20px;
		width:100%;
	}
}

/*------------------------------------------------------------------------------*/
/*top_box05 入会のご案内*/
/*------------------------------------------------------------------------------*/
#top_box05{
	width:100%;
	position:relative;
	padding-bottom: 70px;
}
#top_box05 h2{
	font-family: a-otf-midashi-mi-ma31-pr6n, serif;
	font-weight:  600;
	font-style: normal;
	font-size: 60px;
	line-height: 1;
}

#top_box05.sub{
	width:100%;
	height:100%;
	background: none;
	position:relative;
}
#top_box05_in {
	max-width: 960px;
	width: 94%;
	padding-top:70px;
	margin: 0 auto 0 auto;
	position:relative;
}
#top_box05.sub, 
#top_box05.sub #top_box05_in{height: 100%;}
#top_box05_left {
	width:620px;
	float:left;
	position:relative;
}
#top_box05_right {
	width:340px;
	float:right;
	position:relative;
}
.linkbttn li + li {
	margin-top: 20px;
}
.linkbttn li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #FFF;
    font-weight: bold;
    padding: 25px 70px;
    border: 1px solid #DDD;
    transition: .6s;
}
.linkbttn li a:hover{
	opacity: .7;
	text-decoration: none;
}
.linkbttn li a::before{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	width: 32px;
	height: 27px;
	background-image: url(../image/icon_file.png);
	background-position: center;
	background-size: auto;
	background-repeat: no-repeat;
}
.linkbttn li.dl a::before{
	width: 32px;
	height: 27px;
	background-image: url(../image/icon_dl.png);
}
.linkbttn li.faq a::before{
	width: 32px;
	height: 27px;
	background-image: url(../image/icon_faq.png);
}
@media only screen and (max-width: 980px){
	.linkbttn li a {
	    padding: 25px 30px 20px 70px;
	    font-size: 15px;
	}
}
.top_box05_txt01 {
	font-size:16px;
	line-height:180%;
	color:#000000;
}
#top_box05 .btn a{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 70px;
	background-color: #009d94;
	transition: all .3s;
}

#top_box05 .btn a:hover{
	text-decoration: none;
	opacity: 0.5;
}

#top_box05 .btn a .txt{
	position: relative;
	padding-left: 40px;
	font-weight: bold;
	color: #fff;
	font-size: 15px;
	letter-spacing: 2px;
}

#top_box05 .btn a .txt:before{
	content: '';
	width: 25px;
	height: 25px;
	background-image: url(../image/mail_icon.png);
	background-size: 25px auto;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: calc(50% - 12.5px);
	left: 0;
}

@media only screen and (max-width: 979px){
	#top_box05{
		padding-bottom: 0;
	}
	#top_box05_in{
		padding: 60px 0;
	}
	#top_box05_left{
		width: calc(60% - 20px);
		margin-right: 20px;
	}
	#top_box05_right{
		width: 40%;
	}
	#top_box05_right img{
		max-width: 100%;
		width: auto;
		height: auto;
		margin-right: auto;
		margin-left: auto;
	}
}
@media only screen and (max-width: 690px){
	#top_box05 h2{
		font-size: 40px;
		text-align: center;
	}
	#top_box05_left{
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
	}
	#top_box05_right{
		width: 100%;
	}
	#top_box05_right ul{
		padding-top: 0;
	}
}

/* title */
.dl_title {
	align-items: center;
	display: flex;
	margin-bottom: 35px;
}
.dl_title.secondary {
	margin-left: 20px;
}
.dl_title dt {
	flex-shrink: 0;
	padding-right: 5px;
}
.dl_title dd {
	align-items: center;
	background:url(../image/common/fugicide_bg01.png) no-repeat;
	box-sizing: border-box;
	display: flex;
	font-size: 14px;
	padding: 0 30px;
}
.dl_title.fungicide_01 dd {
	background:url(../image/common/fugicide_bg01.png) no-repeat left center/ contain;
	font-size: 16px;
	height: 60px;
}
.dl_title.antibiotic_02 dd {
	background: url(../image/common/subtitle03_antibiotic2.png) no-repeat left center/ contain;
	height: 120px;
}
@media only screen and (max-width: 690px){
	.dl_title {
		align-items: flex-start;
		flex-direction: column;
		margin-bottom: 20px;
	}
	.dl_title.secondary {
		margin-left: 0;
	}
	.dl_title dt {
		margin-bottom: 20px;
		width: 80%;
	}
	.dl_title dd {
		width: 100%;
	}
	.dl_title.fungicide_01 dd {
		height: calc( 81 * 100vw / 689 );
	}
	.dl_title.antibiotic_02 dd {
		height: calc( 135 * 100vw / 689 );
	}
}

/* layout_box */
.fungicide_box01 {
	margin-left: auto;
	margin-right: auto;
	width: 920px;
}
.fungicide_box01_inner {
	display: flex;
}
.fungicide_box01_inner ul {
	background:#F3F2EF;
	border:solid 1px #CCCCCC;
	display: flex;
	flex-direction: column;
	margin-right: 20px;
	width: calc(100% / 4 - 15px)
}
.fungicide_box01_inner ul:nth-child(4) {
	margin-right: 0;
}
.fungicide_box01_inner li.img {
	height: 170px;
}
.fungicide_box01_inner li.catch01 {
	align-items: center;
	background: #fff;
	display: flex;
	width:100%;
	padding: 12px 0;
	font-size:15px;
	line-height:1;
	font-weight:bold;
	color:#000;
	text-align:center;
	justify-content: center;
}
.fungicide_box01_inner li.catch02 {
	box-sizing: border-box;
	width:100%;
	font-size:12px;
	line-height:1.5;
	color:#000000;
	padding:11px 10px;
	margin-bottom: auto;
}
@media only screen and (max-width: 990px){
	.fungicide_box01 {
		width: auto;
	}
	.fungicide_box01_inner {
		flex-wrap: wrap;
	}
	.fungicide_box01_inner ul {
		width: calc(100% / 2 - 20px);
	}
	.fungicide_box01_inner ul:nth-child(2) {
		margin-right: 0;
	}
	.fungicide_box01_inner ul:nth-child(n+3) {
		margin-top: 20px;
	}
	.fungicide_box01_inner li.img {
		height: auto;
	}
	.fungicide_box01_inner li.img img {
		height: auto;
		width: 100%;
	}
}
@media only screen and (max-width: 690px){
	.fungicide_box01_inner ul {
		margin-right: 0;
		width: 100%;
	}
	.fungicide_box01_inner ul + ul {
		margin-top: 20px;
	}
}

.common_box01 {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.common_box01 .lead {
	color:#000;
	font-size:109%;
	line-height:180%;
	width: 60%;
}
.common_box01 .common_box01_img {
	width: 36.4%;
}
@media only screen and (max-width: 690px){
	.common_box01 {
		flex-direction: column;
	}
	.common_box01 .lead {
		padding-bottom: 20px;
		width: 100%;
	}
	.common_box01 .common_box01_img {
		width: 100%;
	}
}

.common_box02_wrap {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.common_box02 {
	display: flex;
	justify-content: space-between;
	width: calc(100% / 2 - 40px);
}
.common_box02 .common_box02_img {
	width: 35.9%;
} 
.common_box02 .common_box02_txt {
	width: 58.7%;
}
@media only screen and (max-width: 990px){

}
@media only screen and (max-width: 690px){
	.common_box02_wrap {
		flex-direction: column;
	}
	.common_box02 {
		width: 100%;
	}
	.common_box02 + .common_box02 {
		margin-top: 40px
	}
}

/* iframe */
.media_container {
	margin-bottom: 30px;
	text-align: center;
}
@media only screen and (max-width: 690px){
	.media_container {
		height: calc( ( 710 * 9 / 16 ) * 100vw / 750 );
		position: relative;
	}
	.media_container iframe {
	    width: 100%;
	    height: 100%;
	    position: absolute;
	    top: 0;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    margin: auto;
	}	
}