@charset "utf-8";

@font-face {
	font-display: swap;
}

*{
    margin: 0px;
	padding: 0px;
}

img{border: 0;}

a {outline: none;}

ul,ol { list-style-type: none;}

A:link{color:#222222;text-decoration:underline}
A:visited{color: #222222;text-decoration:none;}
A:active{color:#222222;text-decoration:none;}
A:hover{color:#f70000;text-decoration:none;}

::selection{
	background: #00cadb;
	color: #fff;
}
::-moz-selection{
	background: #00cadb;
	color: #fff;
}

table{
	border-collapse:collapse;
}


input{
	font-family: kozuka-gothic-pro,sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	font-size: 100%;
}

body{
	font-family: kozuka-gothic-pro,sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	color: #000;
}

.wrapper{
	margin: 0 auto;
	text-align:left;
	width: 1200px;
	box-sizing: border-box;
}
#container{
	min-width: 1200px;
}


/* ページスクロールボタン */
#topcontrol{
	z-index: 200;
	right: 20px !important;
	bottom: 10px !important;
}

@media screen and (min-width: 1025px) {
#topcontrol span{
	display: none;
}

.pc{
	display: block;
}
.sp{
	display: none;
}
#mmenu,
#menu{
	display:none;
}
}
@media screen and (max-width: 1024px) {
.wrapper{
	width: 100%;
	overflow: hidden;
    padding: 0 1%;
}
.fix_side_nav{
	display: none;
}
.pc{
	display: block;
}
.sp{
	display: none;
}

#container{
	min-width: auto;
	background:#fff;
}


#mmenu a{
	position: absolute;
	top: 0px;
	right: 0px;
	background: center center no-repeat #f1f1f1;
	background-image: url(../mmenu/icon.svg) ;
	width: 85px;
	height: 85px;
	display: block;
	z-index: 60;
	-moz-background-size:50% auto;
	background-size:50% auto;
} 
#menu{
	text-align: left;
}
#topcontrol span{
	display: none;
}

/*
#topcontrol{
	bottom: 0 !important;
	left: 0;
	right: 0;
	width: 100%;
	background-color: rgba( 0, 0, 0, 0.7 );
	border-top: 1px solid #FFF;
	color: #FFF;
	text-align: center;
}
#topcontrol span{
	display: block;
	line-height: 80px;
}
#topcontrol img{
	display: none;
}*/
.sp{
	display: block;
}
.pc{
	display: none;
}
}
@media screen and (max-width: 620px) {
body{
	background: none;
}
}

#header{
	width: 1200px;
	height: 70px;
	padding: 15px 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: left;
	justify-content: left;
	margin: auto;
}
#header .sitename{
	width: 450px;
}
#header .sitename .name img{
    max-width: 450px;
    max-height: 100%;
    width: auto;
    height: auto;
}

nav#globalNav{
	width: 690px;
	margin: auto;
	font-weight: 500;
}

nav#globalNav ul{
	margin: 0 auto 0;
	display: table;
	width: 100%;
	height: 60px;
	z-index: 100;
}
nav#globalNav ul li{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background: url("../../img/common/gnav_line.png") no-repeat right center;
	padding: 0 15px;
	font-size: 14px;
}
nav#globalNav ul li:last-child{
	background: none;
}
nav#globalNav ul li span{
	display: block;
	font-weight: 400;
	font-size:  10px;
}
nav#globalNav ul li a{
	display: block;
	position: relative;
	z-index: 2;
	line-height: 60px;
	overflow: hidden;
	color: #000;
	text-decoration: none;
	text-align: center;
}

#header .box_src .box{
	background: #19ad90;
	padding: 0;
	margin: 15px 0 0;
	width: 180px;
	line-height: 48px;
	height: 48px;
	font-size: 0;
}
#header .box_src .box input[type=text]{
	width: 132px;
	height: 48px;
	line-height: 48px;
	font-size: 14px;
	border: 0;
	display: inline-block;
	margin: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background-color: transparent;
	color: #FFF;
}
#header .box_src .box input[type=submit]{
	background: url("../../img/common/ico_src.svg") no-repeat center center #5accb6;
	width: 48px;
	height: 48px;
	line-height: 48px;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	margin: 0;
	padding: 0;
	display: inline-block;
	text-indent: -9999px;
	cursor: pointer;
	font-size: 0;
	vertical-align: top;
}

.fixed{
    position: fixed !important;
    top: 0;
    left: 0;
	right: 0;
	margin: auto;
	z-index: 100;
}

@media screen and (min-width: 1025px) {
#header{
	position: relative;
	display: block;
}
#header .sitename{
	width: auto;
}
#header .sitename .name{
	display: block;
	margin: 0;
	padding: 0;
	height: auto;
}
nav#globalNav{
	position: absolute;
	right: 0;
	top: 30px;
}

#header .box_src .box{
	position: absolute;
	right: 0;
	top: 20px;
}
}
@media screen and (max-width: 1024px) {
#header{
	width: 100%;
	height: 85px;
	text-align: left;
	margin: auto;
	position: relative;
	font-weight: 500;
	z-index: 2;
	background: #FFF;
}
#header .head_wrap{
	height: 85px;
}
#header .sitename{
	position: absolute;
	width: 490px;
	top: 6px;
	left: 3px;
}
#header .sitename .produce{
	font-size: 14px;
	border: 1px solid #ccc;
	padding: 5px 10px;
	color: #222222;
	display: inline-block;
}

#header .frame_btn{
	width: 170px;
	position: absolute;
	top: 0;
	right: 85px;
	height: 85px;
}
#header .frame_btn ul{
	display: table;
	width: 100%;
	height: 85px;
}
#header .frame_btn ul li{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#header .frame_btn ul li a{
	width: 85px;
	height: 85px;
}
#header .frame_btn ul li.contact{
	background: #0d85bd;
}
#header .frame_btn ul li.contact a{
	background: url("../../img/common/icon_contact.svg") no-repeat center center;
	-moz-background-size:60% auto;
	background-size:60% auto;
	text-indent: -9999px;
}
#header .frame_btn ul li.document{
	background: #5a6168;
}
#header .frame_btn ul li.document a{
	background: url("../../img/common/icon_document.svg") no-repeat center center;
	-moz-background-size:60% auto;
	background-size:60% auto;
	text-indent: -9999px;
}

#header .frame_tel{
	display: none;
}

nav#globalNav,
.fixed{
	display: none;
}

#header .box_src{
	display: none;
}

}
@media screen and (max-width: 620px) {
#header{
}
#header .head_wrap{
	height: 85px;
	width: 100%;
}
#header .sitename{
	position: absolute;
	width: 100%;
	top: 6px;
	left: 0;
	padding: 0 90px 0 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 10;
}
#header .frame_btn{
	display: none;
}
}

#main{
	padding: 0 0 30px 0;
}

/*breadcrumb
************************************************************************************/
#breadcrumb{
	margin: auto;
	text-align: left;
	width: 1200px;
	margin: auto;
	padding: 20px 0;
}
#breadcrumb ul{
	display: table;
	font-size: 12px;
}
#breadcrumb ul li{
	color: #000;
	display: table-cell;
}
#breadcrumb ul li:after{
	content: " / ";
	padding: 0 7px;
}
#breadcrumb ul li:last-child:after{
	content: "";
}
#breadcrumb ul li a{
	color: #000;
}

@media screen and (max-width: 979px) {
    #breadcrumb{
        margin: auto;
        text-align: left;
        width: 100%;
    }
}

/*content_wrap
************************************************************************************/
.content_wrap{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	justify-content: center;
	margin: auto;
	width: 1200px;
}

.content_wrap .side_wrap{
	width: 250px;
	padding: 75px 0 50px;
}
.content_wrap .side_wrap dt{
	background: #007ec6;
	color: #FFF;
	font-weight: 700;
	padding: 15px;
}
.content_wrap .side_wrap dd{
	padding: 15px;
	border-bottom: 1px solid #c0c0c0;
}
.content_wrap .side_wrap dd a{
	margin: 0;
	padding: 0 0 0 20px;
	width: auto;
	background: url(../../img/common/icon_ar_bgy.svg) no-repeat left 0.3em;
	-moz-background-size: 15px auto;
	background-size: 15px auto;
	display: block;
}
.content_wrap .main_wrap{
	width: 920px;
	padding-left: 30px;
}

@media screen and (max-width: 979px) {
.content_wrap{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	justify-content: center;
	margin: auto;
	width: 100%;
}

.content_wrap .side_wrap{
	width: 100%;
	padding: 0;
}
.content_wrap .side_wrap dt{
	background: #007ec6;
	color: #FFF;
	font-weight: 700;
	padding: 15px;
}
.content_wrap .side_wrap dd{
	padding: 15px;
	border-bottom: 1px solid #c0c0c0;
}
.content_wrap .side_wrap dd a{
	margin: 0;
	padding: 0 0 0 20px;
	width: auto;
	background: url(../../img/common/icon_ar_bgy.svg) no-repeat left 0.3em;
	-moz-background-size: 15px auto;
	background-size: 15px auto;
	display: block;
}
.content_wrap .main_wrap{
	width: 100%;
	padding-left: 0px;
}
}

/*animation
************************************************************************************/
.anim{
	opacity: 0;
	transform: translate(0,60px); 
	-webkit-transform: translate(0,60px); 
	transition: .8s;
}
.move{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}

.anim-fade{
	opacity: 0;
	transition: .9s;
	transition-delay: .1s;
}
.move-fade{
	opacity: 1.0;
}

.delay1{
	transition-delay: .1s;
}
.delay2{
	transition-delay: .2s;
}
.delay3{
	transition-delay: .3s;
}
.delay4{
	transition-delay: .4s;
}
.delay5{
	transition-delay: .5s;
}
.delay6{
	transition-delay: .6s;
}
.delay7{
	transition-delay: .7s;
}
.delay8{
	transition-delay: .8s;
}
.delay9{
	transition-delay: .9s;
}
@media screen and (max-width: 979px) {
/*tablet*/
}
@media screen and (max-width: 768px){
/*smart phone*/
}
@media screen and (max-width: 620px) {
/*sp*/
}
@media screen and (max-width: 480px){
}

/*footer
************************************************************************************/
#footer{
	width: 100%;
	background: #313131;
	color: #FFF;
	font-size: 14px;
	font-weight: 400;
}
#footer .banner-box{
	background: #727272;
	color: #FFF;
	margin: 0;
	padding: 20px 0;
}
#footer .banner-box ul{
	margin: auto;
}
#footer .banner-box ul li{
	margin: 0.5%;
	width: 24%;
	background: #FFF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 14px;
	font-weight: 700;
	line-height: 2.5;
	padding:  0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#footer .banner-box ul li a{
	text-decoration: none;
	color: #000;
	display: block;
	background: url("../../img/common/ar_navy_s.svg") no-repeat 0 center;
	padding: 0 0 0 20px;
}
#footer .btm-block{
	padding: 50px 0;
}
#footer .btm-block,
#footer .btm-block a{
	color: #FFF;
	text-decoration: none;
}
#footer .name{
	width: auto;
	font-weight: 700;
	font-size: 14px;
	width: 220px;
}
#footer .name img{
    width: 100%;
    height: auto;
}
#footer .foot-nav{
	font-size: 14px;
	width: calc(1200px - 220px);
}
#footer .foot-nav ul{
	margin-left: auto;
}
#footer .foot-nav ul li{
	padding: 0 .6em;
	border-left: 1px solid #FFF;
	font-size: 13px;
}
#footer .foot-nav ul li:first-child{
	border: 0;
}
#footer .foot-nav .copyright{
	font-size: 13px;
	color: #9a9a9a;
	text-align: right;
	padding-top: 1.7em;
}

@media screen and (max-width: 979px) {
#footer .nav_wrapper{
	display: block;
	width: 95%;
	margin: 0 auto 15px;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #5d5d5d;
}
#footer .logo{
	font-size: 30px;
	display: block;
	padding-bottom: 1em;
}
#footer .logo span{
	padding-left: 0;
}
/*navarea*/
#footer .navarea{
	width: 100%;
	display: block;
}
#footer .navarea .inbox{
	width: 33%;
}

/*infoarea*/
#footer .infoarea{
	display: block;
	font-size: 12px;
	width: 90%;
	margin: auto;
}
#footer .infoarea .cellbox{
	display: block;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#footer .infoarea a{
	color: #FFF;
}

#footer .foot-nav ul{
	display: none;
}

.copyright{
	padding: 25px 0 80px 0;
	width: 100%;
	margin: auto;
}
}
@media screen and (max-width: 620px) {
#footer .logo{
	padding-bottom: 0;
}
#footer .banner-box ul{
	display: block;
	margin: auto;
	width: 98%;
	text-align: center;
}
#footer .banner-box ul li{
	display: inline-block;
	width: 17em;
	margin: 0 auto 10px auto;
	text-align: left;
}

#footer .navarea{
	display: none;
}
}

/*fixMenu
************************************************************************************/
.fixMenu,
.fixMenu ul,
.fixMenu .navToggle{
	display: none;
}



@media screen and (max-width: 979px) {
.fixMenu{
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: rgba( 14, 19, 83, 0.9 );
	border-top: 1px solid #FFF;
	z-index: 20000;
	height: 80px;
	width: 100%;
}
.fixMenu ul{
	display: table;
	width: 100%;
	border-spacing: 2px 0;
	height: 80px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.fixMenu ul li{
	display: table-cell;
	vertical-align: middle;
	width: 33%;
	text-align: center;
	border-right: 1px dotted #FFF;
	font-size: 13px;
	color: #FFF;
}
.fixMenu ul li svg{
	fill: currentColor;
	vertical-align: middle;
}
.fixMenu ul li:last-child{
	border: 0;
}
.fixMenu ul li img{
	width: 30px;
	height: auto;
	max-height: 30px;
	width: auto;
	vertical-align: middle;
	margin-right: 7px;
}
.fixMenu ul li span{
	font-weight: bold;
}
.fixMenu ul li a{
	text-decoration: none;
	display: block;
	color: #FFF;
}

}
@media screen and (max-width: 620px) {
.fixMenu ul li img{
	width: 30px;
	height: auto;
	max-height: 30px;
	width: auto;
	vertical-align: middle;
	margin: 3px 0 0 0;
}
.fixMenu ul li span{
	display: block;
	padding: 0;
}
}
