/*@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Pacifico);*/

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
	font: 14px/1.9 'Noto Sans JP', Arial, Verdana, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
	background:
		url("../images/index_bg_lt.png") no-repeat left top/40% auto,
		url("../images/index_bg_lb.png") no-repeat left 60%/25% auto,
		url("../images/index_bg_rt.png") no-repeat right 10%/15% auto,
		url("../images/index_bg_rb.png") no-repeat right bottom/40% auto,
		#fff;
}

a{
	color: #0066ff;
	text-decoration: none;
}

a:hover, .active{
  text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{outline:0;}

.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

.clearfix{
    display:inline-block;
    min-height:1%;  /* for IE 7*/
}

/* Hides from IE-mac */
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

div.err{color:red;}

div.pc-only{display: block;}
div.sp-only{display: none;}

.line{ width: 960px; margin: 0 auto; }

/* ヘッダー
------------------------------------------------------------*/
#header{
	width:100%;
	text-align: center;
	margin-bottom: 0px;
	border-bottom:4px solid #00ae85;
	background: #fff;
}
#header .line{ width: 1200px; }
#index_link ul,
#index_news .line,
#mainnav ul,
#headerWrap{
	display: flex; flex-direction: row; align-items: center; justify-content: space-between;
}

#headerWrap h1{ display: inline; }


/*　グローバルナビ
------------------------------------------------------------*/
#mainnav{ flex: 1; }
#mainnav a{
	text-align: center;
	color: #959595;
}
#mainnav li a:before { content: ''; background: no-repeat center center/contain; }
#mainnav li#mainnav_product a:before { background-image: url("../images/nav_icon_product.png") }
#mainnav li#mainnav_e_learning a:before { background-image: url("../images/nav_icon_e_learning.png") }
#mainnav li#mainnav_academy a:before { background-image: url("../images/nav_icon_academy.png") }
#mainnav li#mainnav_seminar a:before { background-image: url("../images/nav_icon_seminar.png") }
#mainnav li#mainnav_qa a:before { background-image: url("../images/nav_icon_qa.png") }
#mainnav li#mainnav_shop a:before { background-image: url("../images/nav_icon_shop.png") }
#main_nav_close{ display: none; }
/*================================================================*/
#mainImg{
	width: 990px;
	margin:10px 0 10px auto;
	text-align: right;
}
#index_news { margin: 10px 0 40px 0; }
#index_news .line { background: #009d85 }
#index_news h2 { width: auto; background: none; font-weight: normal; font-size: 24px; margin: 0; height: 100%; padding: 0 45px; text-align: center; color: #fff; }
#index_news_list { flex: 1; background: #fff; padding: 10px 20px; border: 1px solid #dcdcdc; border-left-width: 0; }
#index_news_list li { padding: 10px; line-height: 1.6; font-size: 14px; border-top: 1px dotted #adadad;}
#index_news_list li:first-child { border-top: 0; }
#index_news_list li a { color: inherit; }
#index_news_list li span.date { margin-right: 1em; }
#index_news_list li span.date:after { content: ''; color: #fff; font-size: 12px; margin-left: 1em; padding: 2px 1em 0; }
#index_news_list li.notification span.date:after { content: 'お知らせ';background: #e60012 }
#index_news_list li.seminar span.date:after { content: 'セミナー';background: #ff8301 }
#index_news_list li.academy span.date:after { content: '学術情報';background: #ff8301 }
#index_news_list li.product span.date:after { content: '製品情報';background: #009d85 }
.product-extra{ margin: 5% auto; background: #fff; padding: 30px; background: #fff; }
.inner-extra{ padding: 30px; }
.product-extra .title {
	font-weight: bold;
	font-size: 16px;
	color: #666;
}
.product-extra ul{ display: flex; flex-direction: row;  }
.product-extra ul li{ flex:1; margin: 10px;text-align: center; }
.product-extra ul li a{  color:#00ae85; }
.product-extra ul li a img { padding: 5px; width: 100%; }
.product-extra ul li a>span{ display: block; width: 100%; padding-bottom:100%; position: relative; }
.product-extra ul li a > span>span{ position: absolute; left: 0; right: 0; top: 0; bottom: 0; display: flex; align-items: center; justify-content: center; border: 1px solid #eee; }
#index_link{ padding-bottom: 30px; }
#index_link li{ position: relative; overflow: hidden; font-size: 0; width: 30%; margin-bottom: 3%; border-top: 5px solid #00ae85; border-bottom: 5px solid #00ae85; }
#index_link li img{ width: 100%; transition: all 0.3s; }
#index_link li img+img{ position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 2; }
#index_link li a:after{ transition: opacity 0.3s; content:''; position: absolute; display: block; left: 0; right: 0; top: 0; bottom: 0; z-index: 1; background: #000; opacity: 0.2 }
#index_link li a:hover:after{ opacity: 0; }
#index_link li a:hover img:first-child{ transform:scale(1.2,1.2); }
#index_link ul{ flex-wrap:wrap; }
	/* フッター
	------------------------------------------------------------*/
#footer{
	clear: both;
	padding: 0px 10px 50px 0;
	text-align: center;
	font-size: 13px;
	color: #fff;
	background-color: #00ae85;
}
div.footer-icon{
	width:100%;
	margin: 0 auto;
	text-align: right;
	margin-top: -40px;
}
div.footer-icon a{
	margin-right: 20px;
}
@media only screen and (max-width: 1220px) {
    div.footer-icon a{
    	margin-right: 0;
    }
}
div.footer_upper{
	clear:both;
	width: 100%;
	margin: 0 auto;
	color: #00ae85;
	margin-bottom: 10px;
	border-top: 1px solid #00ae85;
	padding-top:10px;
}
div.footer_inner{
	width:90%;
	margin: 0 auto;
	margin-top: -20px;
}
div.footer_inner div.left{
	width:50%;
	margin: 0 auto;
	float: left;
}
div.footer_inner div.left a{
	color: #00ae85;
}
div.footer_inner div.right{
	width: 50%;
	margin: 0 auto;
	text-align: right;
	float: left;
}
/* 共通
------------------------------------------------------------*/

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

section{
	clear:both;
	padding-top: 70px;
}

section h2{
	font-family: 'Pacifico', cursive;
	width: 60%;
	margin: 0 auto 40px;
	font-size: 22px;
	font-weight:normal;
	text-align: center;
	background: url(../images/borderBlack.png) repeat-x 0 50%;
	background-size: 1px 1px;
}

section h2 span {
	background: #fff;
	padding: 0 80px;
}

.inner{
	width: 94%;
	margin: 0 auto;
}

.innerS{
	width: 60%;
	margin: 0 auto;
	padding-bottom: 80px;
}

/* SEC01
------------------------------------------------------------*/
#sec01{
	padding: 0 !important;
	margin: 20px auto 10px auto;
	max-width:1020px;
}
#sec01 div.inner{
	width: 1100px;
	margin: 0;
	text-align: left;
}

/* contents
------------------------------------------------------------*/
section#contents{
	width:1280px;
	margin: 0 auto;
}
section#contents div.box-img img{
		float: left;
}
section#contents div.box-img div.text{
	float: left;
	width:540px;
	height:320px;
	margin: 0;
	text-align: center;
	color:#fff;
}
section#contents div.left div.text{
	background-color: #00ae85;
}
section#contents div.right div.text{
	background-color: #f6821f;
}
section#contents div.box-img div.text p{
	margin-bottom: 40px;
}
section#contents div.box-img div.text p.title{
	font-size:24px;
	margin-top:50px;
	margin-bottom: 20px;
}
section#contents div.box-img div.text a{
	margin-top: 20px;
	color:#fff;
	border: 1px solid #fff;
	padding:10px 30px;
	text-decoration: none;
}
section#contents div.left div.text a:hover{
	background-color: #fff;
	color: #00ae85;
}
section#contents div.right div.text a:hover{
	background-color: #fff;
	color: #f6821f;
}

/*confirmation*/
section#confirmation{
	width:100%;
	min-height: 500px;
	margin: 0 auto;
	text-align: center;
}
section#confirmation p{
	margin: 0 auto 20px;
	width:50%;
	font-size: 30px;
	font-weight: bold;
	border: 1px solid #00ae85;
	/*border-radius: 10px;*/
	background-color: #00ae85;
	color: #fff;
}

section#confirmation div.q{
	margin: 20px auto 20px;
	width:50%;
	font-size: 30px;
	font-weight: bold;
	border-bottom: 2px solid #00ae85;
	/*border-radius: 10px;*/
	/*background-color: #00ae85;*/
	color: #00ae85;
}

section#confirmation ul{
	width:100%;
	margin: 0 auto;
	text-align: center;
}
section#confirmation ul li{
	display: inline-block;
	width:150px;
	height:40px;
	margin: 0 10px;
	font-size: 20px;
	font-weight: bold;
	background-color: #00ae85;
	border-radius: 10px;
	color: #fff;
	text-decoration: none;
}
section#confirmation ul li a{
	color: #fff;
	display:block;
	text-decoration: none;
}
section#confirmation ul li a:hover{
	background-color: #666;
	border-radius: 10px;
	display:block;
}
/* e-learning
------------------------------------------------------------*/
section#e-learning{
	width:100%;
	height:750px;
	background: url(../images/e-learning/main-bg.jpg) no-repeat;
	background-position: top center;
	background-size:cover;
}
section#e-learning div.logo{
	width:100%;
	margin: 0 auto;
	text-align: center;
}
section#e-learning div.text{
	color:#fff;
	font-weight: bold;
	font-size:16px;
	width:100%;
	margin:40px auto 0;
	text-align: center;
}
section#e-learning div.inner-box{
	width:960px;
	margin: 40px auto;
	background: none;
}
section#e-learning div.inner-box div.left{
	width:480px;
	float: left;
	text-align: center;
	background-color: #fff;
	color:#00ae85;
}
section#e-learning div.inner-box div.left p,
section#e-learning div.inner-box div.right p
{
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 20px;
}
section#e-learning div.inner-box div.right{
	width:480px;
	float: left;
	text-align: center;
	background-color: #00ae85;
	color:#fff;
}
section#e-learning div.inner-box div.right div.login-form{
	width:90%;
	margin:20px auto 20px;
	text-align: left;
}
section#e-learning div.inner-box div.right div.login-form a{
	color:#fff;
	border-bottom: 1px solid #fff;
}
section#e-learning div.inner-box div.right div.login-form div.mail_input{
	border-bottom: 1px solid #4cdfb5;
	background: url("../images/e-learning/user-icon.png") no-repeat;
	padding-left:30px;
	padding-bottom:5px;
	margin-top: 10px;
	margin-bottom: 20px;
}
section#e-learning div.inner-box div.right div.login-form div.mail_input input{
	border: 0;
	background-color: #00ae85;
	padding:5px;
	color:#fff;
	font-size:15px;
	width:350px;
}
section#e-learning div.inner-box div.right div.login-form div.pw_input{
	border-bottom: 1px solid #4cdfb5;
	background: url("../images/e-learning/lock-icon.png") no-repeat;
	padding-left:30px;
	padding-bottom:5px;
	margin-top: 10px;
	margin-bottom: 20px;
}
section#e-learning div.inner-box div.right div.login-form div.pw_input input{
	border: 0;
	background-color: #00ae85;
	padding:5px;
	color:#fff;
	font-size:15px;
	width:350px;
}
section#e-learning div.inner-box div.right div.login-form div.mail_input input::placeholder,
section#e-learning div.inner-box div.right div.login-form div.pw_input input::placeholder
 {
  color: #4cdfb5;
}
section#e-learning div.inner-box div.right div.login-form div.submit-btn{
	width:100%;
	margin: 20px auto;
	text-align: center;
}
section#e-learning div.inner-box div.right div.login-form div.submit-btn input{
	background-color: #fff;
	border: 0;
	padding:20px 180px;
	color:#00ae85;
	cursor: pointer;
	letter-spacing:2px;
	font-size:16px;
}

section#e-learning div.inner-box div.left div.regist-btn input{
	background-color: #00ae85;
	border: 0;
	padding:20px 160px;
	color:#fff;
	cursor: pointer;
	letter-spacing:2px;
	margin:270px auto 20px;
	font-size:16px;
}

/* column-1
------------------------------------------------------------*/
section#column-1{
	width:100%;
	min-height: 600px;
	background-color: #e9f7f7;
}
section#column-1 div.inner{
	width: 960px;
	margin: 0 auto;
}
section#column-1 div.inner div#bread{
	font-size:12px;
	margin-top: -50px;
}
section#column-1 div.inner div#bread a{
	color:#000;
}

section#column-1 div.inner div#title{
	text-align: center;
	font-size:30px;
	letter-spacing:10px;
	color: #00ae85;
	font-weight: bold;
	margin: 20px auto;
}
section#column-1 div.inner div.contents{
	letter-spacing:2px;
	color:#000000;
}
section#column-1 div.inner div.contents p{
	font-weight: bold;
	font-size: 25px;
	color:#000000;
	margin-top: 30px;
}
section#column-1 div.inner div.contents div.test-text{
	margin-top: 20px;
	/*margin-left: 20px;*/
	font-size:20px;
}
section#column-1 div.inner div.img-box{
	width:960px;
	margin:40px auto 20px;
	text-align: center;
}
section#column-1 div.inner div.next-btn{
	width:960px;
	margin:40px auto 50px;
	text-align: center;
}
section#column-1 div.inner div.next-btn a{
	letter-spacing:5px;
	padding: 20px 90px;
	background-color: #00ae85;
	color:#fff;
	text-decoration: none;
}
section#column-1 div.flow-box{
	width:700px;
	margin: 0 auto;
	background-color: #fff;
	text-align: center;
}
section#column-1 div.flow-box ul{
	width: 700px;
	text-align: center;
	margin: 0 auto;
}
section#column-1 div.flow-box li{
	width:100px;
	text-align: center;
	padding:15px 45px;
	float: left;
	margin: 10px 10px;
	background-color: #eeeeee;
}
section#column-1 div.flow-box li.current{
	background-color: #00ae85;
	color:#fff;
}
section#column-1 div.flow-box li.arrow{
	float: left;
	width: 8px;
	height: 8px;
	padding:0;
	margin-top: 35px;
	margin-right: 12px;
	background-color: #fff;
	color: #666;
	border-top: solid 2px #eeeeee;
	border-right: solid 2px #eeeeee;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
section#column-1 div.comment-box{
	background-color: #fff;
	text-align: center;
	margin: 20px auto;
	padding: 20px;
	letter-spacing:2px;
	color: #666;
}
section#column-1 div.comment-box img{
	margin-bottom: 20px;
}
section#column-1 div.comment-box div.link{
	margin: 20px auto;
}
section#column-1 div.comment-box div.link a{
	color: #666;
}

/*登録フォーム*/
section#column-1 div.entry_form{
	background-color: #fff;
	text-align: center;
	margin: 20px auto;
	padding: 40px;
	letter-spacing:2px;
	color: #666;
}
section#column-1 div.entry_form table{
	width:100%;
}
section#column-1 div.entry_form tr{
	border-bottom: 1px solid #ccc;
}
section#column-1 div.entry_form tr.display-none{
	display: none;
}
section#column-1 div.entry_form th{
	width: 220px;
	padding: 10px 0;
	/*font-weight: normal;*/
}
section#column-1 div.entry_form th.no-line{
	border-bottom: 1px solid #fff;
}
section#column-1 div.entry_form th span{color:red}
section#column-1 div.entry_form td{
	padding: 10px 0 10px 10px;
	text-align: left;
}
section#column-1 div.entry_form td input[type="text"]{
	border: 0;
	padding: 5px;
}
section#column-1 div.entry_form td input[type="text"].w-long{
	width:400px;
}
section#column-1 div.entry_form td a.address_search{
	padding:10px 25px;
	background-color: #00ae85;
	color: #fff;
	font-size:12px;
	text-decoration: none;
	margin-left: 350px;
}
section#column-1 div.entry_form td div.left{
	float: left;
}
section#column-1 div.entry_form td div.right{
	float: left;
}
section#column-1 div.entry_form td small{
	font-size: 11px;
}
section#column-1 div.entry_form div.submit-btn input{
	letter-spacing:5px;
	padding: 20px 90px;
	background-color: #00ae85;
	color:#fff;
	text-decoration: none;
	border: 0;
	margin-top: 20px;
	cursor: pointer;
}

/* e-learning-test
------------------------------------------------------------*/
section#column-1 div.inner div.contents div.movie-box{
	width:460px;
	height:280px;
	background: url('../images/e-learning/movie-bg.jpg');
	float: left;
	margin-right: 20px;
	margin-top: 40px;
	position: relative;
}
section#column-1 div.inner div.contents div.movie-box div.done{
	position: absolute;
	top:10px;
	left:360px;
	width:120px;
	height: 49px;
	background: url('../images/e-learning/end-flag.png');
}

section#column-1 div.inner div.contents div.test-box{
	width:460px;
	height:280px;
	background: url('../images/e-learning/test-bg.jpg');
	float: left;
	margin-left: 20px;
	margin-top: 40px;
	position: relative;
}
section#column-1 div.inner div.contents div.test-box div.done{
	position: absolute;
	top:10px;
	left:360px;
	width:120px;
	height: 49px;
	background: url('../images/e-learning/end-flag.png');
}

section#column-1 div.inner div.contents div.movie-box p,
section#column-1 div.inner div.contents div.test-box p
{
	font-size:15px;
	padding-left: 20px;
	padding-top: 10px;
	width:320px;
	height:65px;
}
section#column-1 div.inner div.contents div.movie-box div.text,
section#column-1 div.inner div.contents div.test-box div.text
{
	padding-left: 20px;
	width:250px;
	height:125px;
}
section#column-1 div.inner div.contents div.movie-box div.btn a,
section#column-1 div.inner div.contents div.test-box div.btn a{
		margin-left:20px;
		padding: 10px 30px;
		background-color: #00ae85;
		color:#fff;
		text-decoration: none;
}
section#column-1 div.inner div.contents div.test-box div.btn-none a{
	margin:20px 0 0 20px;
	padding: 10px 30px;
	background-color: #ccc;
	color:#fff;
	text-decoration: none;
}
section#column-1 div.inner div.contents div.test-box div.text-2
{
  font-size: 11px;
  float: right;
  line-height: 14px;
  margin-top: -50px;
  margin-right: 10px;
}

section#column-1 div.inner div.contents div.btn-box{
	width:100%;
	margin: 40px auto;
	text-align: center;
}
section#column-1 div.inner div.contents div.btn-box ul{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
section#column-1 div.inner div.contents div.btn-box a.btn{
	width:360px;
	background-color: #00ae85;
	color: #fff;
	padding:20px 40px;
	text-decoration: none;
}

section#column-1 div.inner div.contents div.btn-box li{
	width:360px;
	float: left;
	margin-left: 80px;
}
section#column-1 div.inner div.contents div.btn-box li:hover img{
	cursor:pointer;
	filter: alpha(opacity=60);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=60)";  /* ie 8 */
	-moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.6;              /* Safari 1.x */
	opacity:0.6;
	zoom:1;
}
section#column-1 div.inner div.contents p span{
	background-color: #00ae85;
	border: 1px solid #00ae85;
	border-radius: 5px;
	padding:2px 10px;
	color: #fff;
}
section#column-1 div.inner div.contents div.result-failure{
	width:100%;
	background-color: #fff;
	border: 5px solid #888;
	padding:10px 0;
	text-align: center;
	font-size:20px;
	/*color: #fff;*/
}
section#column-1 div.inner div.contents div.result-failure span{
	font-size:60px;
	font-weight: bold;
}
section#column-1 div.inner div.contents div.result-passed{
	width:100%;
	background-color: #fff;
	border: 5px solid #f5821f;
	padding:10px 0;
	text-align: center;
	font-size:20px;
	/*color: #fff;*/
}
section#column-1 div.inner div.contents div.result-passed span{
	font-size:60px;
	font-weight: bold;
	color:#f5821f;
}
section#column-1 div.inner div.contents div.text-explain{
	width:100%;
	background-color: #fff;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 40px;
}
section#column-1 div.inner div.contents div.text-explain div.left{
	float: left;
	width:10%;
	margin-right: 40px;
	margin-left: 10px;
}
section#column-1 div.inner div.contents div.text-explain div.right{
	float: left;
	width: 100%;

}
section#column-1 div.inner div.contents div.text-explain div.left p{
	margin-top: 0;
}
section#column-1 div.inner div.contents div.text-explain div.right p{
	margin-top: 0;
}
section#column-1 div.inner div.contents div.text-explain div.right div.text-area{
	font-size:20px;
}
/*
.test-select input[type="checkbox"],
.test-select input[type="radio"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.test-select label input[type="checkbox"] + span::before {
  border-color: #00acc1;
}
.test-select label input[type="checkbox"]:checked + span::before {
  background-color: #00acc1;
}
.test-select label span {
  display: inline-block;
}
.test-select label input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.test-select label input[type="checkbox"] + span::before, .test-select label input[type="checkbox"] + span::after {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: '';
  box-sizing: border-box;
}
.test-select label input[type="checkbox"] + span::before {
  z-index: 0;
  background-color: transparent;
  width: 22px;
  height: 22px;
  border: 2px #616161 solid;
  border-radius: 5px;
}
.test-select label input[type="checkbox"] + span::after {
  z-index: 1;
  margin: 5px 8px;
  width: 6px;
  height: 9px;
}
.test-select label input[type="checkbox"]:checked + span::before {
  background-color: #616161;
}
.test-select label input[type="checkbox"]:checked + span::after {
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}*/


/*製品概要*/
section#column-1 div.product{
	background-color: #fff;
	padding: 30px;
	margin-top: 40px;
	color:#666;
	font-size:15px;
	min-height: 600px;
	position: relative;
}
section#column-1 div.product div.top{
	width:50%;
	float: left;
}
section#column-1 div.product div.top p{
	font-weight: bold;
	font-size:20px;
	margin-bottom: 20px;
}
section#column-1 div.product div.middle{
	width:41%;
	float: right;
	font-size:12px;
}
section#column-1 div.product div.middle p{
	font-weight: bold;
	font-size: 16px;
	margin-top: 20px;
}
section#column-1 div.product div.bottom{
	margin-top: 30px;
	float:left;
	width:53%;
}
section#column-1 div.product div.bottom a{
	color: #666;
	word-break: break-all;
}
section#column-1 div.product div.bottom p{
	font-weight: bold;
	font-size: 16px;
	border-bottom: 1px solid #666;
	margin-top: 20px;
	line-height: 18px;
}
section#column-1 div.product div.bottom p span{
	font-size: 14px;
}
section#column-1 div.product div.bottom ul{
	margin-top: 10px;
}
section#column-1 div.product div.bottom li{
	background: url("../images/pdf-icon.jpg") no-repeat;
	background-position:left center;
	padding-left: 60px;
	vertical-align: middle;
}
section#column-1 div.product div.bottom .leaflet p{
	border-bottom: 0;
	line-height: 2;
}
section#column-1 div.product div.bottom .leaflet a{
	display: block;
	background: url('../images/leaflet_icon.png') no-repeat 99% center #f5821f;
	color: #fff;
	padding: 1em 0.5em;
	text-align: center;
}
@media only screen and (max-width: 374px) {
	section#column-1 div.product div.bottom .leaflet a{
		background-image: none;
	}
}

/*Q&A*/
section#column-1 div.qa dl{
	margin-top: 20px;
}
section#column-1 div.qa dt{
	background: url("../images/icon-q.jpg") no-repeat;
	background-position:left center;
	padding:5px 0 5px 50px;
	font-weight: bold;
	font-size:16px;
	color: #666;
}
section#column-1 div.qa dd{
	background: url("../images/icon-a.jpg") no-repeat;
	background-position:left top;
	padding:0px 0 5px 50px;
	font-size:16px;
	color: #666;
	margin:10px 0 20px 0;
}

/* SEC02 Gallery
------------------------------------------------------------*/
#sec02{
	padding: 0 !important;
}

#sec02 header{
	display: none;
}

#gallery li{
	float: left;
	width: calc(100%/3);
	line-height: 0;
}

#gallery img{
	width: 100%;
	height: auto;
}


/* SEC03 PROJECT
------------------------------------------------------------*/
#sec03 img{
	width: 100%;
	margin-bottom: 30px;
}


/* SEC04 BRAND
------------------------------------------------------------*/
.col3 img{
	display: block;
	margin: 0 auto 5px;
}

.col3 li{
	line-height: 2.0;
}

.col3 .img{
	padding: 80px 50px;
	margin-bottom: 40px;
	line-height: 0 !important;
	background: #f6f6f6;
}

#sec04_02{
	background: url(../images/bgSec04.jpg) no-repeat 100% 100% fixed;
	background-size: cover;
	-webkit-background-size: cover;
	text-align: center;
	padding: 220px 20px;
}

#sec04_02 img{
	width: auto;
}


/* SEC05 COMPANY
------------------------------------------------------------*/
#sec05 p{
	margin-bottom: 5px;
}

.col2 li{
	display: inline-block;
	width: 100%;
	margin: 20px 0;
}

#sns img{
	padding: 35px 10px 5px 0;
}

#sns a:hover img{
	opacity: .8;
}

#map{
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
	z-index: 0;
}

#map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}

#leaflet #extra_info{ font-size: 12px; text-align: center; }
#leaflet .contents form{ max-width: 640px; margin: 5% auto; }
#leaflet .contents form .form-group{ padding: 10px 0; display: flex; justify-content: center; }
#leaflet .contents form .form-group > label{ display: block; width: 10em; flex:0 0 10em; font-weight: bold; text-align: right; padding-right: 1em; }
#leaflet .contents form .form-group > div{ flex-grow: 1; max-width: 640px }
#leaflet .contents form .form-group > div input[type=text],
#leaflet .contents form .form-group > div input[type=email]{
	box-sizing: border-box;
	padding: 5px;
	width: 100%;
}
#leaflet .contents form .form-group .must-fill{ color: red; }
#leaflet .contents form .form-group .checkboxes{ display: flex; flex-wrap: wrap }
#leaflet .contents form .form-group .checkboxes label{ margin-right: 1em; }
#leaflet .contents form .error{ color: red; }
#leaflet .contents form .form-info{ text-align: center; margin-top: 5%; }
#leaflet .contents form .form-info .pc-only{ display: none; }
#leaflet .contents form .form-info a { font-size: 13px; word-wrap: break-word; word-break: break-all; }
#leaflet .contents form .form-submit{ text-align: center; padding: 20px 0; }
#leaflet .contents form .form-submit input[type=submit]{
	background: #009d85;
	color: #fff;
	padding: 5px 20px;
	border-color: #22bfa7;
}
#leaflet .contents .info{
	text-align: center;
	font-size: 2em;
}
#leaflet_demo img {
    cursor: zoom-in;
}
@media only screen and (max-width: 1220px) {
	#leaflet .contents .info {
		font-size: 1.3em;
	}
}

/* RESPONSIVE 設定
------------------------------------------------------------*/
@media only screen and (min-width: 1220px) and (max-width:1440px){
	#sec01 div.inner,
	#mainImg{
		width: calc(100% - (100% - 960px) / 2);
	}
}

@media only screen and (min-width: 1220px) {
	div.pc-only{display: none;}
	div.sp-only{display: block;}

	#sec01 div.inner {
		width: 960px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	#sec01 div.inner img{
		width: 90%;
	}

	body{
		font-size:14px;
	}

  a#menu{
		display:none;
	}

	.panel{
		display:block !important;
	}
	#header {padding: 10px 0;}
	#headerWrap h1{ margin-right: 20px; }
	#headerWrap h1 img { height: 70px; max-width: inherit; }
	#mainnav li:first-child { border-left: 1px solid #dcdcdc;}
	#mainnav li{
		flex:1;
		display: inline-block;
		font-size: 14px;
		line-height: 1.2;
		border-right: 1px solid #dcdcdc; text-align: center;
	}
	#mainnav li a:before { display: block; width: 60px; height: 54px; margin: 0 auto; }

	#mainnav li a{
		transition: opacity 0.4s;
		display: block;
		text-decoration: none;
	}
	#mainnav li a:hover,
	#mainnav li a:hover:before { text-decoration: none; opacity: 0.6 }
	#index_news{ padding-top: 0; }
	#index_news_list li{ display: flex; }
	#index_news_list li>a{ flex: 1 }
	/* フッター
			------------------------------------------------------------*/
	/*#footer{
		clear: both;
		width:100%;
		padding: 10px 0 10px 0;
		text-align: center;
		font-size: 13px;
		color: #fff;
		background-color: #00ae85;
	}
	div.footer-icon{
		width:100%;
		margin: 0 auto;
		text-align: center;
		margin-top: -40px;
	}
	div.footer_upper{
		clear:both;
		width: 100%;
		margin: 0 auto;
		background-color: #fff;
		color: #00ae85;
		margin-bottom: 10px;
		border-top: 1px solid #00ae85;
		padding-top:10px;
	}
	div.footer_inner{
		width:100%;
		margin: 0 auto;
		margin-top: 0px;
	}
	div.footer_inner div.left{
		width:100%;
		margin: 0 auto;
		float: none;
		text-align: center;
	}
	div.footer_inner div.left a{
		color: #00ae85;
	}
	div.footer_inner div.right{
		width:100%;
		margin: 10px auto;
		text-align: center;
		float: none;
	}*/

	/* SEC03 PROJECT
	-----------------*/
	.col3{
		text-align: center;
	}

	.col3 li{
		display: inline-block;
		width: 28%;
		padding: 0 2.5% 50px;
		margin-bottom: 0;
		vertical-align: top;
		text-align: left;
	}

  #footer{
		padding-top: 10px;
		padding-bottom: 10px;
	}
}


@media only screen and (min-width: 641px){
	#leaflet .contents form .form-info .pc-only{ display: inline; }
	#leaflet .contents form .form-info { text-align: center; margin-top: 10%; }

	.col2 li{
		width: 60%;
		vertical-align: top;
	}
	.col2 li:first-child{
		width: 35%;
		padding-right: 4%;
	}
}

@media only screen and (max-width: 640px){
	.innerS{
		width: 94%;
		padding-bottom: 70px;
	}
	.col3 li{
		line-height: 1.7;
	}
	.col3 img{
		margin: 0 auto;
	}
	.col3 .img{
		padding: 30px;
		margin-bottom: 20px;
	}
	#gallery li{
		float: none;
		width: 100%;
	}
	#map iframe{
		width: 96% !important;
		left: 2%;
	}
	#sec04_02{
		padding: 50px 20px;
	}
}

@media only screen and (max-width: 1220px){
	i.pc-only{ display: none; }


	.line { width: auto; margin: 0 5px }
	#header .line { width: auto; }
	#header{
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		display: block;
		width: 100%;
		height: 70px;
		background: #fff;
		padding: 10px 5px;
		box-sizing: border-box;
		border-bottom: 2px solid #009d85;
		z-index: 2000;
		box-shadow: 0 0 5px rgba(0, 0, 0, .5);
	}
	body{ padding-top: 70px; }

	#headerWrap{
		position: relative;
		height: 50px;
		background: #fff;
	}

	#header h1 img{
		height: 50px;
	}

  a#menu{
	  display: block;
	  background: #009d85;
	  width: 40px;
	  height: 40px;
	  border-radius: 3px;
	  position: relative;
	}
	#menu:before,
	#menu > span,
	#menu:after {
		content: '';
		display: block;
		background: #fff;
		width: 30px;
		height: 2px;
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -1px 0 0 -15px;
		-webkit-transition: all .4s;
		transition: all .4s;
	}
	#menu:before {
		transform: translateY(-6px);
	}
	#menu:after {
		-webkit-transform: translateY(6px);
		-ms-transform: translateY(6px);
		transform: translateY(6px);
	}
	#header.active #menu:before {
		transform: translateY(0) rotate(-45deg);
	}
	#header.active #menu > span {
		opacity: 0;
	}
	#header.active #menu:after {
		transform: translateY(0) rotate(45deg);
	}
	#header.active .panel {
		right: 0;
	}
	header.active + #nav_overlay { display: block; opacity: 1; }

	#mainnav{ flex: inherit; }
	#mainnav li:first-child { border-left: 0; }
	#mainnav li { border-right: 0; border-bottom: 1px solid #dcdcdc; text-align: left; }
	#mainnav li a:before { vertical-align: middle; display: inline-block; width: 2em; padding-bottom: 2em; margin-right: 0.5em; }
	#mainnav li a { padding: 10px 5px; }
	.panel{
		position: fixed;
		top: 70px;
		right: -80%;
		bottom: 0;
		width: 80%;
		background: #fff;
		z-index: 1999;
		padding: 5px;
		-webkit-transition: right .4s;
		transition: right .4s;
		overflow: auto;
		box-sizing: border-box;
	}
	#mainnav ul { display: block; }
	#nav_overlay {
		z-index: 1;
		display: none;
		background: rgba(0, 0, 0, .8);
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		-webkit-animation-duration: .4s;
		animation-duration: .4s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		cursor: default;
	}
	a#main_nav_close {
		display: block;
		text-decoration: none;
		background: #009d85;
		border-radius: 3px;
		padding: 10px;
		color: #fff;
		text-align: center;
		font-size: 14px;
		margin: 30px 0 0;
	}

	#mainnav ul{
		border-bottom: 1px solid #ccc;
		background: #fff;
		text-align: left;
	}
	#mainnav li{
		text-align: left;
		position: relative;
		display: block;
		padding: 15px 25px;
		font-weight: 400;
	}

	#mainImg{
	    width: 100%;
		margin:20px auto;
		text-align: center;
	}

	#mainImg img{
	  width: 90%;
	  height: auto;
	}
	#index_news .line {  display: block; }
	#index_news_list { border-left-width: 1px; padding: 5px 10px; }
	#index_news_list li { line-height: 2 }
	#index_news_list li span.date { display: block; white-space: nowrap; word-break: keep-all; }
	#index_news h2 { width: 100%; text-align: left; padding: 0; text-indent: 1em; font-size: 20px; }

	.product-extra ul { display: block; max-width: 375px; margin: 0 auto; }
	.product-extra ul li { margin-left: 0; margin-right: 0; }
	.product-extra ul li a > span { width: inherit; height: inherit; padding-bottom: 0; }
	.product-extra ul li a > span > span { position:static; display: flex; align-items: center; justify-content: center; border: 1px solid #eee; }
	#index_link li { width: 47.5%; }

	/* SEC01
	------------------------------------------------------------*/
	#sec01{
		padding: 0 !important;
		width:100%;
		margin: 0 auto;
		margin-top: 5%;
	}
	#sec01 div.inner{
		width:95%;
		margin-left:auto;
		margin-right:auto;
		font-size:16px;
		color:#666;
	}

	/* contents
	------------------------------------------------------------*/
	section#contents{
		width:100%;
		margin: 0 auto;
	}
	section#contents div.box-img{
		position: relative;
		margin-bottom: 20px;
	}
	section#contents div.box-img img{
			float: none;
			z-index: -10;
	}
	section#contents div.box-img div.text{
		z-index: 100;
		position: absolute;
		float: none;
		width:100%;
		height:96%;
		margin: 0;
		text-align: center;
		color:#fff;
		top:0;
		left:0;
	}
	section#contents div.left div.text{
		/*background-color: #00ae85;*/
		background-color: rgba(0,174,133,0.5);
		/*opacity: 0.6;*/
		/*top:-20px;*/
	}
	section#contents div.right div.text{
		/*background-color: #f6821f;*/
		background-color: rgba(246,130,31,0.5);
		/*opacity: 0.6;*/
	}

	section#contents div.box-img div.text p{
		margin-bottom: 5px;
	}
	section#contents div.box-img div.text p.title{
		font-size:20px;
		margin-top:5px;
		margin-bottom: 0px;
	}
	section#contents div.box-img div.text a{
		margin-top: 10px;
		color:#fff;
		border: 1px solid #fff;
		padding:10px 30px;
		text-decoration: none;
	}

	/* フッター
	------------------------------------------------------------*/
	#footer{
		clear: both;
		width:100%;
		padding: 10px 0 10px 0;
		text-align: center;
		font-size: 13px;
		color: #fff;
		background-color: #00ae85;
	}
	div.footer-icon{
		width:100%;
		margin: 0 auto;
		text-align: center;
		margin-top: -40px;
	}
	div.footer_upper{
		clear:both;
		width: 100%;
		margin: 0 auto;
		color: #00ae85;
		margin-bottom: 10px;
		border-top: 1px solid #00ae85;
		padding-top:10px;
	}
	div.footer_inner{
		width:100%;
		margin: 0 auto;
		margin-top: 0px;
	}
	div.footer_inner div.left{
		width:100%;
		margin: 0 auto;
		float: none;
		text-align: center;
	}
	div.footer_inner div.left a{
		color: #00ae85;
	}
	div.footer_inner div.right{
		width:100%;
		margin: 10px auto;
		text-align: center;
		float: none;
	}

	.col3 li{
		margin: 50px auto 0 auto;
		display: block;
	}
	section{
		padding-top: 0px;
	}
	section h2{
		margin: 0 auto 20px;
	}
	section h2 span {
		padding: 0 30px;
	}

	/* e-learning
	------------------------------------------------------------*/
	section#e-learning{
		width:100%;
		height:auto;
		background: url(../images/e-learning/main-bg.jpg) no-repeat;
		background-position: top center;
		background-size:cover;
	}
	section#e-learning div.logo{
		width:80%;
		margin: 0 auto;
		text-align: center;
		padding-top:20px;
	}
	section#e-learning div.text{
		color:#fff;
		font-weight: bold;
		font-size:12px;
		width:100%;
		margin:20px auto 0;
		text-align: center;
	}
	section#e-learning div.inner-box{
		width:100%;
		margin:40px auto 100px;
		background: none;
	}
	section#e-learning div.inner-box div.left{
		width:100%;
		float: none;
		padding:20px 0;
	}
	section#e-learning div.inner-box div.right{
		width:100%;
		float: none;
		margin-bottom: 20px;
		padding:20px 0;
	}

	section#e-learning div.inner-box div.left p,
	section#e-learning div.inner-box div.right p
	{
		margin-top: 20px;
		margin-bottom: 20px;
		font-weight: bold;
		font-size: 20px;
	}

	section#e-learning div.inner-box div.right div.login-form{
		width:90%;
		margin:20px auto 20px;
		text-align: left;
	}
	section#e-learning div.inner-box div.right div.login-form a{
		color:#fff;
		border-bottom: 1px solid #fff;
	}
	section#e-learning div.inner-box div.right div.login-form div.mail_input{
		border-bottom: 1px solid #4cdfb5;
		background: url("../images/e-learning/user-icon.png") no-repeat;
		padding-left:30px;
		padding-bottom:5px;
		margin-top: 10px;
		margin-bottom: 20px;
	}
	section#e-learning div.inner-box div.right div.login-form div.mail_input input{
		border: 0;
		background-color: #00ae85;
		padding:5px;
		color:#fff;
		font-size:15px;
		width:280px;
	}
	section#e-learning div.inner-box div.right div.login-form div.pw_input{
		border-bottom: 1px solid #4cdfb5;
		background: url("../images/e-learning/lock-icon.png") no-repeat;
		padding-left:30px;
		padding-bottom:5px;
		margin-top: 10px;
		margin-bottom: 20px;
	}
	section#e-learning div.inner-box div.right div.login-form div.pw_input input{
		border: 0;
		background-color: #00ae85;
		padding:5px;
		color:#fff;
		font-size:15px;
		width:280px;
	}
	section#e-learning div.inner-box div.right div.login-form div.mail_input input::placeholder,
	section#e-learning div.inner-box div.right div.login-form div.pw_input input::placeholder
	 {
	  color: #4cdfb5;
	}
	section#e-learning div.inner-box div.right div.login-form div.submit-btn{
		width:100%;
		margin: 20px auto;
		text-align: center;
	}
	section#e-learning div.inner-box div.right div.login-form div.submit-btn input{
		background-color: #fff;
		border: 0;
		padding:20px 90px;
		color:#00ae85;
		cursor: pointer;
		letter-spacing:2px;
		font-size:16px;
	}

	section#e-learning div.inner-box div.left div.regist-btn input{
		background-color: #00ae85;
		border: 0;
		padding:20px 80px;
		color:#fff;
		cursor: pointer;
		letter-spacing:2px;
		margin:20px auto 20px;
		font-size:16px;
	}

	/* column-1
	------------------------------------------------------------*/
	section#column-1{
		width:100%;
		background-color: #e9f7f7;
	}
	section#column-1 div.inner{
		width: 100%;
		margin:0px auto 0;
	}
	section#column-1 div.inner div#bread{
		font-size:12px;
		margin-top: 0px;
		padding-top: 10px;
	}
	section#column-1 div.inner div#bread a{
		padding:5px 0 0 10px;
		color:#000;
	}

	section#column-1 div.inner div#title{
		text-align: center;
		font-size:25px;
		letter-spacing:5px;
		color: #00ae85;
		font-weight: bold;
		margin:20px auto;
	}
	section#column-1 div.inner div.contents{
		letter-spacing:2px;
		color:#666666;
		padding: 10px;
	}
	section#column-1 div.inner div.contents p{
		font-weight: bold;
		font-size: 25px;
		color:#666666;
	}
	section#column-1 div.inner div.img-box{
		width:100%;
		margin:40px auto 20px;
		text-align: center;
	}
	section#column-1 div.inner div.next-btn{
		width:100%;
		margin:40px auto 50px;
		text-align: center;
	}
	section#column-1 div.inner div.next-btn a{
		letter-spacing:5px;
		padding: 20px 90px;
		background-color: #00ae85;
		color:#fff;
		text-decoration: none;
	}

	section#column-1 div.flow-box{
		width:100%;
		margin: 0 auto;
		background-color: #fff;
		text-align: center;
	}
	section#column-1 div.flow-box ul{
		width: 100%;
		text-align: center;
		margin: 0 auto;
	}
	section#column-1 div.flow-box li{
		width:100px;
		text-align: center;
		padding:10px 4px;
		float: left;
		margin: 10px 0px;
		margin-left:4px;
		background-color: #eeeeee;
	}
	section#column-1 div.flow-box li.current{
		background-color: #00ae85;
		color:#fff;
	}
	section#column-1 div.flow-box li.arrow{
		float: left;
		width: 8px;
		height: 8px;
		padding:0;
		margin-top: 30px;
		margin-right: 4px;
		background-color: #fff;
		color: #666;
		border-top: solid 2px #eeeeee;
		border-right: solid 2px #eeeeee;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);

	}

	section#column-1 div.entry_form table{
		width:100%;
	}
	section#column-1 div.entry_form tr{
		border-bottom: 1px solid #ccc;
	}
	section#column-1 div.entry_form th{
		width: 100%;
		display: block;
		padding: 5px 0;
	}
	section#column-1 div.entry_form td{
		width: 100%;
		display: block;
		padding: 5px 0 10px 10px;
		text-align: left;
	}
	section#column-1 div.entry_form td a.address_search{
		padding:10px 25px;
		background-color: #00ae85;
		color: #fff;
		font-size:12px;
		text-decoration: none;
		margin-left: 10px;
	}
	section#column-1 div.entry_form div.submit-btn input{
		padding: 20px 60px;
	}
	section#column-1 div.entry_form td input[type="text"].w-long{
		width:90%;
	}

	section#column-1 div.entry_form div.comment-box{
		word-wrap: break-word;
	}

	/* e-learning-test
	------------------------------------------------------------*/
	section#column-1 div.inner div.contents p{
		font-size:20px;
		letter-spacing:2px;
	}
	section#column-1 div.inner div.contents div.movie-box{
		width:100%;
		height: auto;
		/*background: #fff;*/
		background: url('../images/e-learning/movie-bg-sp.jpg') no-repeat top #fff;
		background-size: contain;
		float: none;
		margin-right: 0px;
		margin-top: 40px;
		position: static;
		padding-bottom: 20px;
	}
	section#column-1 div.inner div.contents div.movie-box div.done{
		position: static;
		width:100%;
		text-align: center;
		margin-top: 10px;
		background: url('../images/e-learning/end-flag-sp.png') no-repeat center;
	}

	section#column-1 div.inner div.contents div.test-box{
		width:100%;
		height: auto;
		background: url('../images/e-learning/test-bg-sp.jpg') no-repeat top #fff;
		background-size: contain;
		float: none;
		margin-left: 0px;
		margin-top: 40px;
		position: static;
		padding-bottom: 20px;
	}
	section#column-1 div.inner div.contents div.test-box div.done{
		position: static;
		width:100%;
		text-align: center;
		margin-top: 10px;
		background: url('../images/e-learning/end-flag-sp.png') no-repeat center;
	}



	section#column-1 div.inner div.contents div.movie-box p,
	section#column-1 div.inner div.contents div.test-box p
	{
		font-size:15px;
		padding-left: 20px;
		padding-top: 10px;
		width:90%;
		height:auto;
		margin-bottom: 20px;
	}
	section#column-1 div.inner div.contents div.movie-box div.text,
	section#column-1 div.inner div.contents div.test-box div.text
	{
		padding-left: 20px;
		width:90%;
		height:auto;
		margin-bottom: 20px;
	}
	section#column-1 div.inner div.contents div.movie-box div.btn,
	section#column-1 div.inner div.contents div.test-box div.btn{
		width:100%;
		margin: 0 auto;
		text-align: center;
	}
	section#column-1 div.inner div.contents div.movie-box div.btn-none,
	section#column-1 div.inner div.contents div.test-box div.btn-none{
		width:100%;
		margin: 0 auto;
		text-align: center;
	}

	section#column-1 div.inner div.contents div.movie-box div.btn a,
	section#column-1 div.inner div.contents div.test-box div.btn a{
			margin:20px auto;
			padding: 10px 100px;
			background-color: #00ae85;
			color:#fff;
			text-decoration: none;
	}
	section#column-1 div.inner div.contents div.test-box div.btn-none a{
		margin:20px auto;
		padding: 10px 100px;
		background-color: #ccc;
		color:#fff;
		text-decoration: none;
	}
  section#column-1 div.inner div.contents div.test-box div.text-2
  {
    font-size: 11px;
    float: none;
    line-height: 14px;
    margin-top: 20px;
    margin-left: 20px;
  }

	section#column-1 div.inner div.contents div.btn-box{
		width:100%;
		margin: 40px auto;
		text-align: center;
	}
	section#column-1 div.inner div.contents div.btn-box ul{
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	section#column-1 div.inner div.contents div.btn-box li{
		width:100%;
		float: none;
		margin-left: 0px;
	}
	section#column-1 div.inner div.contents div.btn-box li img{
		width: 100%;
	}
	section#column-1 div.inner div.contents div.btn-box li:hover img{
		cursor:pointer;
	}

	/*確認テスト　結果画面*/
	section#column-1 div.inner div.contents div.result-failure{
		width:100%;
		background-color: #fff;
		border: 5px solid #888;
		padding:10px 0;
		text-align: center;
		font-size:20px;
		/*color: #fff;*/
	}
	section#column-1 div.inner div.contents div.result-failure span{
		font-size:60px;
		font-weight: bold;
	}
	section#column-1 div.inner div.contents div.result-passed{
		width:100%;
		background-color: #fff;
		border: 5px solid #f5821f;
		padding:10px 0;
		text-align: center;
		font-size:20px;
		/*color: #fff;*/
	}
	section#column-1 div.inner div.contents div.result-passed span{
		font-size:60px;
		font-weight: bold;
		color:#f5821f;
	}
	section#column-1 div.inner div.contents div.text-explain{
		width:95%;
		background-color: #fff;
		padding: 10px;
		margin-top: 20px;
		margin-bottom: 40px;
	}
	section#column-1 div.inner div.contents div.text-explain div.left{
		float: none;
		width:30%;
		margin:0 auto;
	}
	section#column-1 div.inner div.contents div.text-explain div.right{
		float: none;
		width: 90%;

	}
	section#column-1 div.inner div.contents div.text-explain div.left p{
		margin-top: 0;
	}
	section#column-1 div.inner div.contents div.text-explain div.right p{
		margin-top: 0;
	}
	section#column-1 div.inner div.contents div.text-explain div.right div.text-area{
		font-size:20px;
	}


	/*製品概要*/
	section#column-1 div.product{
		min-height: 600px;
		position: static;;
	}
	section#column-1 div.product div.top{
		width:100%;
		float: none;
	}
	section#column-1 div.product div.middle{
		width:100%;
		float: none;
		padding-left: 0px;
	}
	section#column-1 div.product div.bottom{
		float: none;
		width:100%;
		margin-top: 0;
	}

	/*confirmation*/
	section#confirmation{
		width:100%;
		/*min-height: 500px;*/
		margin: 0 auto;
		text-align: center;
	}
	section#confirmation p{
		width:100%;
		font-size: 20px;
	}

	section#confirmation div.q{
		width:100%;
		font-size: 20px;
	}

}
@media only screen and (max-width: 640px) {
	#index_link li { width: 100%; }
}


#leaflet_demo_overlay {
    display: none;

    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}

#leaflet_demo_overlay .wrapper {
    width: 100%;
    height: 100%;

    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 0;
    min-height: 0;
}

#leaflet_demo_overlay img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

@media only screen and (max-width: 1220px) {
    #leaflet_demo_overlay {
        top: 70px;
        padding: 10px;
    }
    #leaflet_demo_overlay .wrapper {
        position: relative;
    }
    #leaflet_demo_overlay .wrapper::after {
        content: 'X';
        color: #000;
        background-color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        border-radius: 999px;
        z-index: 1;
        border: 1px solid #ccc;

        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
}
