@charset "utf-8";

/* =======================================
共通設定
======================================= */
body {
	width:100%;
	min-width: 1370px;
	height:auto;
	background: #fff;
	font-size: 1.4rem;
	line-height: 1.8;
	color: #555;
}

a:link { text-decoration:none; color: inherit;}
a:visited { text-decoration:none; color: inherit;}
a:active { text-decoration:none; color: inherit;}

p,h4,li,dl {
    font-size:16px;
}
.note {
    font-size:0.875em;
    color:red;
}

img{
	height: auto;
}

figcaption {font-size:0.875em;}

#container {
	width: 100%;
	padding: 80px 0;
}
.sp{
	display: none !important;
}

.wrap_out a:hover,
.wrap_out a:hover img ,
.wrap_in a:hover,
.wrap_in a:hover img {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	-webkit-transition: 0.6s ;
	transition: 0.6s ;
}

/* 基本ボックス設定 */
.wrap_out{
	width:100%;
	height:auto;
}
.wrap_main{
	width:100%;
	height:auto;
}
.wrap_in{
	width:1280px;
	height:auto;
	margin:0 auto;
}

/* 横並びリスト */
ul.many_rows{
	display:block;
	height:auto;
	overflow:hidden;
}
ul.many_rows > li{
	display:block;
	height:auto;
	float:left;
}

/* 2カラム横並びリスト */
ul.two_rows{
	display:block;
	height:auto;
	overflow:hidden;
}
ul.two_rows > li{
	display:block;
	height:auto;
	float:left;
}
ul.two_rows > li:nth-child(2n+2) {
	float: right;
}

/* 3カラム横並びリスト */
ul.three_rows{
	display:block;
	height:auto;
	overflow:hidden;
}
ul.three_rows > li{
	display:block;
	height:auto;
	float:left;
}
ul.three_rows > li:nth-child(3n+2) {
	margin-right:0;
}
ul.three_rows > li:nth-child(3n+3) {
	float: right;
	margin-right:0;
}

/*テーブルブロック*/
.table_block{
	display: table;
	table-layout:fixed;
	width: 100%;
}
.table_block > .cell_block{
	display: table-cell;
	width: 50%;
	text-align: center;
	vertical-align: middle;
}

/* スクローラー */
#scroller{
	position: fixed;
	bottom:30px;
	right: 30px;
}

/*その他*/
.tk_shdw{
text-shadow:
	1px 1px 5px rgba(0,0,0,0.50),
	1px 0px 5px rgba(0,0,0,0.50),
	0px 1px 5px rgba(0,0,0,0.50),
	0px 0px 5px rgba(0,0,0,0.50),
	-1px -1px 5px rgba(0,0,0,0.50),
	-1px 0px 5px rgba(0,0,0,0.50),
	0px -1px 5px rgba(0,0,0,0.50)
}
.tk_shdw_1{
text-shadow:
	1px 1px 3px rgba(0,0,0,0.50),
	1px 0px 3px rgba(0,0,0,0.50),
	0px 1px 3px rgba(0,0,0,0.50),
	0px 0px 3px rgba(0,0,0,0.50),
	-1px -1px 3px rgba(0,0,0,0.50),
	-1px 0px 3px rgba(0,0,0,0.50),
	0px -1px 3px rgba(0,0,0,0.50)
}

/* HEADER
------------------------------- */
.header{
	height: 200px;
	border-top: 4px solid #e72521;
	background-color: #fff;
	padding-top: 23px;
}
.tbb_headerB{
	max-width: 1400px;
	margin: 0 auto;
}
.tbb_headerB > .cell_block{
	text-align: left;
	vertical-align: top;
	font-size: 0;
}
.header_logo{
	width: 240px;
}
.nav_headerB{
	font-size: 0;
    width: 670px !important;
}
.nav_headerB_top{
	text-align: right;
}

.nav_headerB_btm {
	display: table;
	table-layout: auto;
	width: 460px;
}
.nav_headerB_btm > a {
	display: table-cell;
	height: 40px;
    padding: 0 1em;
	border-left: 1px solid #ccc;
	font-size: 1.4rem;
	text-align: center;
    vertical-align: middle;
	width: auto;
}
.nav_headerB_btm > a:last-child{
	border-right: 1px solid #ccc;
}
.nav_headerB_btm .nav_headerB_btm_icon{
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 3px;
	margin-right: 8px;
}
.header_wrapB{
		margin-bottom: 24px;
padding-left: 30px;
	padding-right: 30px;
}
.header_wrapC{
	background-color: #f5f5f5;
	min-width: 1340px;
}
.header_wrapC.fixed{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3000;
	min-width: 1340px
}

.tbb_headerC {
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	min-width: 1370px;
}
.tbb_headerC > .cell_block{
	height: 80px;
	text-align: center;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
}
.tbb_headerC > .cellA:hover,.tbb_headerC > .cellB:hover,.tbb_headerC > .cellC:hover,.tbb_headerC > .cellD:hover,.tbb_headerC > .cellE:hover,.tbb_headerC > .cell_mail:hover{
	background-color: #000;
	background-image:none;
	color: #fff;
	opacity: 1!important
}
.cell_mail{
	background-image: url( "../img/header/base_bg.png");
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size:cover;
	color: #fff!important;
	width: 240px !important;
}
.header_wrapC.fixed{
	min-width: 0!important
}
.header_wrapC.fixed .tbb_headerC{
	width: 100%!important;
	min-width: 0!important
}

/* FOOTER
------------------------------- */
.footer{
	border-top: 1px solid #ccc;
}
.footer .wrap_in{
	width: 1200px;
}
.footer_wrapA{
	padding: 80px 0;
	background-color: #f5f5f5;
	
}
.footer_bnrA{
   width : -webkit-calc(100% + 20px) ;
   width : calc(100% + 20px) ;
	margin: auto;
/*	margin-left: 110px;
	margin-right: 110px;*/
}
.footer_bnrA > li{
	width:25%;
	padding: 10px 10px;
}
.footer_bnrA > li img{
	display: block;
	width: 100%;
}
.footer_wrapB{
	background-image: url( "../img/footer/base_bg.png");
	-webkit-background-size:cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.footer_bnrB .cell_block{
	height: 380px;
}
.footer_bnrB .cellA{
	text-align: left;
}
.footer_bnrB .cellB{
	text-align: right;
}
.footerB_banner{
	width: 520px;
}
.footer_wrapC{
	background-image: url( "../img/footer/bg_footer.png");
	-webkit-background-size:cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 60px;
	height: 330px;
}
.tbb_footer_wrapC > .cell_block{
	vertical-align: top;
	text-align: left;
}
.footer_logo2{
	width: 180px;
	margin-bottom: 18px;
}
.tbb_footer_wrapC{
	margin-bottom: 15px;
}
.tbb_footer_wrapC .btn_wrap{
	text-align: left;
}
.tbb_footer_wrapC .btn_wrap .btn_B{
	margin-left: 0;
}
.tbb_footer_wrapC > .cellB{
	padding-left: 60px;
}
.tbb_footer_wrapC > .cellB p{
	font-size: 1.6rem;
}
.tbb_footer_info{
	margin: 23px 0 0;
	border-top: 1px solid #ccc;
	border-bottom:  1px solid #ccc;;
}
.tbb_footer_info > .cell_block{
	height: 128px;
	text-align: right;
	font-size: 1.3rem;
	font-weight: 300;
	width: auto;
}
.tbb_footer_info > .cellA{
	width: 260px;
}
.footer_img_tel{
	width: 254px;
}
.tbb_footer_btm > .cellA{
	text-align: left;
}
.tbb_footer_btm > .cellB{
	text-align: right;
}
.footer_nav{
	font-size: 0;
}
.footer_nav > a{
	display: inline-block;
	font-size: 1.4rem;
	line-height: 1;
	padding-left: 1.5em;
	padding-right: 1.5em;
	border-right: 1px solid #ccc;
}
.footer_nav > a:first-child{
	padding-left: 0;
}
.footer_nav > a:last-child{
	border-right: 0;
}
.copy_right strong{
	color: #ec3936;
}

/* PAGE
------------------------------- */



/*1カラム*/
.wrap_in.column-1{
	width: 1100px;
}

.wrap_in.column-1 .tbb_2raw_text,
.wrap_in.column-1 .tbb_3raw,
.wrap_in.column-1 .tbb_2raw,
.wrap_in.column-1 .tbb_1raw
{
    width:100%;
}
.wrap_in.column-2 .tbb_2raw_text,
.wrap_in.column-2 .tbb_3raw,
.wrap_in.column-2 .tbb_2raw,
.wrap_in.column-2 .tbb_1raw
{
   width : -webkit-calc(100% + 40px) ;
   width : calc(100% + 40px) ;
	margin-left: -20px;
	margin-right: -20px;
}

/*2カラム*/
.wrap_in.column-2{
	overflow: hidden;
}
.column-2 .main-column{
	width: 920px;
	float: right;
}
.column-2 .side-column{
	width: 270px;
	float: left;
}

.local_nav_child a{
	display: block;
	height: 80px;
	line-height: 80px;
	padding:0 26px;
	font-size: 1.8rem;
	border-top: 1px solid #ccc;
}
.local_nav_child a.active {
    font-weight: 600;
    color: #1da6d6;
}
.local_nav_child:not(:first-child) {
    text-indent: 1em;
}
.local_nav_child:last-child a{
	border-bottom: 1px solid #ccc;
}
.local_nav_child a:hover{
	background-color: #1da6d6;
	color: #fff!important;
}


/* TOP
------------------------------- */

/*重要なおしらせ*/
.top_info_wrap{
	background-image: url( "../img/home/base.png");
	background-position: 0 0;
	-webkit-background-size:cover;
	background-size:cover;
	background-repeat: no-repeat;
}
.top_info {
	min-height: 100px;
	padding: 33px 0;
}
.top_info_post{
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #fff;
}
.top_info_post h2{
	padding: 0;
	display: inline-block;
	width: 300px;
	font-size: 1.6rem;
	color: #fff;
	margin: 0;
	height: 30px;
	line-height: 30px;
}
.icoEx{
	min-height: 24px;
	padding-left: 30px!important;
	background-image: url( "../img/home/icon.png");
	background-position: 0 center;
	-webkit-background-size: 24px auto;
	background-size: 24px auto;
	background-repeat: no-repeat;
}
.top_info_post span{
	height: 30px;
	line-height: 30px;
	padding: 0 1em;
	font-size: 1.6rem;
}
.info_date{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 1.8rem!important;
}
.info_cate{
	background-color: #555;
	font-size: 1.4rem!important;
	display: inline-block;
	color: #fff;
	min-width: 130px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.top_info_post .info_cate{
	margin: 0 1em;
}

/*NEWS*/
.ttl_h2A {
	position: relative;
	text-align: center;
	font-family: 'Inder', sans-serif;
	font-style: italic;
	font-size: 5.2rem;
	color: #0087b6;
	line-height: 1.4;
	margin-left: 0;
	margin-right: 0;
}
.ttl_h2A small{
	display: block;
	font-size: 1.6rem;
	color: #555;
	font-style: normal;
}
.btn_more {
	display: inline-block;
	min-width: 100px;
	height: 30px;
	line-height: 28px;
	padding: 0 2em 0 1em;
	font-size: 1.4rem;
	font-style: normal;
	text-align: center;
	color: #fff !important;
	background-color: #555;
	background-image: url( "../img/home/arrow.png");
	background-position: right 8px center;
	background-repeat: no-repeat;
	background-size: 5px auto;
}
.ttl_h2A .btn_more{
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
transform: translateY(-50%);

}
.news_wrap{
	background-color: #f5f5f5;
	background-image: url( "../img/home/screen.png");
	background-position: right bottom;
	background-repeat: no-repeat;
	-webkit-background-size:cover;
	background-size:cover;
	padding-top: 100px;
	padding-bottom: 80px;
}
.news_wrap a .news_list {
    transition:0.3s;
}
.news_wrap a .news_list:hover {
    opacity:0.8;
}
.news_list{
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
.news_list .cell_block{
	text-align: left;
	vertical-align: top;
	width: auto;
	height: 50px;
}
.news_list .cellA{
	width: 160px;
	padding-left: 40px;
}
.news_list .cellB{
	width: 180px;
}
.news_list .cellC{
	padding-top: 1px;
	font-weight: 300;
}
/*タイトル部分*/
.home_h1_wrap{
	margin-bottom: 50px;
}
.home_h1{
	text-align: center!important;
	font-size: 2.8rem;
	color: #0087b6;
	line-height: 1.4!important;
}

/*バナー部分*/
.home_bnrA_wrap{
	margin-bottom: 60px;
}
.home_bnrA{
	width: 1200px;
	position: relative;
	padding-top: 40px;
}
.home_bnrA + .home_bnrA{
	margin-top: 40px;
}
.home_bnrA_bg{
	display: block;
	width: 100%;
}
.home_bnrA_in{
	width: 500px;
	height: 332px;
	position: absolute;
	top: 0;
	left: 50%;
	padding: 20px 40px 30px;
	color:#fff; 
	text-align: left;
	background-image: url( "../img/home/home_bnrA_bgBlu.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size:100% 100%;
}
.home_bnrA_in.left_pos{
	right: 50%;
	left: auto;
}
.bgYl{
	background-image: url( "../img/home/home_bnrA_bgYl.png")!important;
}
.bgRd{
	background-image: url( "../img/home/home_bnrA_bgRd.png")!important;
}
.home_bnrA_ttl{
	font-family: 'Inder', sans-serif;
	font-size: 7.2rem;
	line-height: 1.2;
	color: #fff;
	position: relative;
	margin-bottom: 30px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}

.home_bnrA_ttl span{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.4rem;
	line-height: 1.4;
	padding-top: 10px;
	display: block;
}
.home_bnrA_ttl small{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 0.7em;
}

.home_bnrB > li{
	width: 50%;
	position: relative;
}
.home_bnrB > li .home_bnrB_img{
	display: block;
	width: 100%;
}
.home_bnrB_ttl{
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
transform: translateY(-50%) translateX(-50%);
	color: #214f75;
}
.home_bnrB_ttl h3{
	font-size: 2.8rem;
	color: #214f75;
	letter-spacing: 0.2em;
}
.home_bnrB_ttl p {
	font-size: 1.6rem;
	text-align: center !important;
	line-height: 1.5 !important;
	padding-top: 5px;
	font-weight: 300;
	letter-spacing: 0.2em;
}
.home_bnrB > li .btn_wrap{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 0;
	text-align: center;
	padding-bottom: 6%;
}
.home_bnrB_btn{
	display: inline-block;
	width: 220px;
	height: 50px;
	background-image: url("../img/home/home_bnrB_btn.png"),url( "../img/home/home_bnrB_btn_bg.png");
	background-size:9px auto,100% 100%;
	background-repeat: no-repeat,no-repeat;
	background-position: right 15px center,0 0;
	font-size: 1.6rem;
	line-height: 50px;
	text-align: center;
	color: #000000;
	margin: 0!important;
}
.home_bnrB_btn.blue{
	background-image:url("../img/home/home_bnrB_btn_wh.png"),url( "../img/home/home_bnrB_btn_bg_blu.png");
	color: #fff!important;
}

.home_bnrC > li{
	width: 33.30%;
	position: relative;
}
.home_bnrC > li .home_bnrC_img{
	display: block;
	width: 100%;
}
.home_bnrC_ttl{
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
transform: translateY(-50%) translateX(-50%);
	color: #214f75;
}
.home_bnrC_ttl h3{
	font-size: 2.8rem;
	color: #214f75;
	letter-spacing: 0.2em;
}
.home_bnrC_ttl p {
	font-size: 1.6rem;
	text-align: center !important;
	line-height: 1.5 !important;
	padding-top: 5px;
	font-weight: 300;
	letter-spacing: 0.2em;
}
.home_bnrC > li .btn_wrap{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 0;
	text-align: center;
	padding-bottom: 6%;
}
.home_bnrC_btn{
	display: inline-block;
	width: 220px;
	height: 50px;
	background-image: url("../img/home/home_bnrB_btn.png"),url( "../img/home/home_bnrB_btn_bg.png");
	background-size:9px auto,100% 100%;
	background-repeat: no-repeat,no-repeat;
	background-position: right 15px center,0 0;
	font-size: 1.6rem;
	line-height: 50px;
	text-align: center;
	color: #000000;
	margin: 0!important;
}
.home_bnrC_btn.blue{
	background-image:url("../img/home/home_bnrB_btn_wh.png"),url( "../img/home/home_bnrB_btn_bg_blu.png");
	color: #fff!important;
}


/* 虫図鑑
------------------------------- */
.anchor_wrap{
	position: relative;
	overflow: hidden;
}
.anchor_wrap > div{
	position: absolute;
	top: -80px;
	left: 0;
}
.anchor_list_wrap{
	width: 1200px;
	margin-bottom: 50px;
}
.tbb_anchor_list .cell_block{
	width: 20%;
	height: 80px;
}
.tbb_anchor_list .cellA{
	background-color: #f5f5f5;
	font-weight: bold;
}
.tbb_anchor_list .cellB{
	background-color: #0087b6;
	color: #fff!important;
	border-right: 1px solid #fff;
}
.tbb_anchor_list .cellB:last-child{
	border-right: 0;
}
.tbb_anchor_list .cellB .zukan_arrow{
	display: block;
	margin: 5px auto 0
}

.zukan_list {
	margin-top: 40px;
	margin-bottom: 80px;
}
.zukan_list > li {
	width: 50%;
	padding: 38px 40px 20px;
}
.zukan_list > li:nth-child(odd) {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.zukan_list > li:nth-child(even) {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.zukan_list > li:last-child,.zukan_list > li:nth-last-child(2) {
    border-bottom: 1px solid #ccc;
}
.zukan_list > li.gry{
	background-color: #fafafa;
}
.zukan_list > li h3{
	margin-bottom: 10px;
}
.zukan_list > li h3.blue{
	color: #0087b6;
}
.column-1 .zukan_list{
width : -webkit-calc(100% + 100px) ;
width : calc(100% + 100px) ;
margin-left: -50px;
margin-right: -50px;
}
.zukan_list .matchHeight_1 .box {
    padding:1.5em;
}
.matchHeight_3 {
    background-color:#fff;
}
.matchHeight_3 ol.fx_zukan {
    display:flex;
    flex-flow:wrap;
    list-style:none;
    margin-left:0;
}
.matchHeight_3 ol.fx_zukan li {
    width:48.5%;
    position:relative;
    padding-left:1em;
}
.matchHeight_3 ol.fx_zukan li:before {
    content:"■";
    padding-right:5px;
    font-size:12px;
    position:absolute;
    top:4px;
    left:0;
}
.matchHeight_3 ol.fx_zukan li.con_none {
    padding-left:0;
}
.matchHeight_3 ol.fx_zukan li.con_none:before {
    content:none;
}
.matchHeight_3 ol.fx_zukan li.con_none li {
    width:100%;
}
.matchHeight_3 li a {
    color:#0087b6;
    text-decoration:underline;
}
.matchHeight_3 li a.pdf2 {
    position:relative;
    height:3em;
    line-height:1.5;
    overflow:hidden;
}
.matchHeight_3 li a.pdf2:after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../img/page/ico_pdf.png);
    -webkit-background-size: 13px auto;
    background-repeat: no-repeat;
    position: absolute;
}
.matchHeight_3 li a:hover {
    text-decoration:none!important;
}

/* サイトマップ
------------------------------- */
.site_flex {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}
.site_flex div {
    width:32%;
}
.site_flex div h4 {
    margin-bottom:1em;
}
.site_flex > div {
    margin-bottom:3em;
}
.site_flex > div a {
    color:#0087b6;
}
.site_flex > div a:hover {
    text-decoration:underline;
}
.site_flex ol {
    padding-left:2.7em;
}
.site_flex li {
    list-style: square;
}




/* お問い合わせ
------------------------------- */

.hissu {
	display: inline-block;
	text-align: center;
	padding: 4px 6px 3px;
	background-color: #d50000;
	font-size: 1.1rem;
	line-height: 1;
	color: #fff;
	vertical-align: middle;
	margin-bottom: 3px;
}
input,textarea {
    font-size:16px;
}
.submit_wrap{
	padding: 30px;
	text-align: center;
}
.submit_wrap input{
	width: 314px;
	height: 60px;
	font-size: 2rem;
	font-weight: normal;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #fff;
	border: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background-position: 90% center!important;
	background-repeat: no-repeat!important;
	background-image: url(../img/contact/arrow.png)!important;
	background-color: #d9961a!important;
	display: block;
	margin-left: auto;
	margin-right: auto;
    transition:0.3s;
}
.submit_wrap input:hover{
	background-position: 90% center!important;
	background-repeat: no-repeat!important;
	background-image: url(../img/contact/arrow.png)!important;
	background-color: #d9961a!important;
    cursor: pointer;
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

.contact_container .column-1{
	width: 800px;
}
.tbb_contact{
	margin: 30px auto;
    padding-bottom:24px;
    border-bottom:solid 1px #ccc;
    font-size:16px;
}
.tbb_contact p {
    margin-bottom:0!important;
}
.tbb_contact .note {
    color:#000;
}
.tbb_contact > .cell_block{
	text-align: left;
	vertical-align: top;
	width: auto;
}
.tbb_contact > .cellB {
	width: 600px;
}
.tbb_contact label{
	display: block;
	padding: 5px 0;
}
.tbb_contact input[type="text"],
.tbb_contact input[type="email"]
{
	display: inline-block;
	width: 100%;
	height: 36px;
	border: 1px solid #ccc;
	padding: 0 0.5em;
}
.tbb_contact .input_tel input[type="text"],
.tbb_contact .input_yubin input[type="text"]
{
	display: inline-block;
	width: 30%;
}
.tbb_contact .input_tel input[type="text"]:first-child,
.tbb_contact .input_yubin input[type="text"]:first-child{
	width: 20%;
}

.tbb_contact textarea{
	display: inline-block;
	width: 100%;
	border: 1px solid #ccc;
	padding: 0 0.5em;
}

.tbb_contact_child .cell_block{
	text-align: left;
	width: auto;
	height: 36px;
	padding-right: 1em;
}
.tbb_contact_child .cellA{
	width: 50px;
}

.tbb_contact .oder_table input[type="text"]
{
	display: inline-block;
	width: 4em;
	margin-right: 0.5em;
}
.tbb_contact select{
	display: inline-block;
	height: 36px;
	border: 1px solid #ccc;
	padding: 0 0.5em;
}
.tbb_contact .cellB span {
    color:#d50000;
}
@media all and (-ms-high-contrast: none){
.tbb_contact select{
	padding-right: 0;
}
}
.oder_table th,
.oder_table td{
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
}
.oder_table th{
	vertical-align: top;
	font-weight: bold;
}

.triangle3{
    width: 0;
    height: 0;
    margin:0 auto;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-top: 30px solid #0087b6;
}
/* 重なり順調性
------------------------------- */
.home_bnrA_in{
	z-index: 3;
}
.home_bnrA img {
    z-index: 1;
}
.wrap_out .home_bnrA a:hover {
    opacity: 1!important;
}
.wrap_out .home_bnrA a img:hover {
    opacity:0.8;
}
