@charset "utf-8"; 
/* ------------------------------------------------------------------------ */

/*  Parts

/* ------------------------------------------------------------------------ */

/* Layout
--------------------------------------------------------------------------- */

/* --- margin --- */

.auto  { margin-right : auto; margin-left : auto;}

.mt0   { margin-top	: 0 !important;}
.mt5   { margin-top	: 5px !important;}
.mt10  { margin-top	: 10px !important;}
.mt15  { margin-top	: 15px !important;}
.mt20  { margin-top	: 20px !important;}
.mt25  { margin-top	: 25px !important;}
.mt30  { margin-top	: 30px !important;}
.mt35  { margin-top	: 35px !important;}
.mt40  { margin-top	: 40px !important;}
.mt45  { margin-top	: 45px !important;}
.mt50  { margin-top	: 50px !important;}

.mr0   { margin-right : 0 !important;}
.mr5   { margin-right : 5px !important;}
.mr10  { margin-right : 10px !important;}
.mr15  { margin-right : 15px !important;}
.mr20  { margin-right : 20px !important;}
.mr25  { margin-right : 25px !important;}
.mr30  { margin-right : 30px !important;}
.mr35  { margin-right : 35px !important;}
.mr40  { margin-right : 40px !important;}
.mr45  { margin-right : 45px !important;}
.mr50  { margin-right : 50px !important;}

.mb0   { margin-bottom : 0 !important;}
.mb5   { margin-bottom : 5px !important;}
.mb10  { margin-bottom : 10px !important;}
.mb15  { margin-bottom : 15px !important;}
.mb20  { margin-bottom : 20px !important;}
.mb25  { margin-bottom : 25px !important;}
.mb30  { margin-bottom : 30px !important;}
.mb35  { margin-bottom : 35px !important;}
.mb40  { margin-bottom : 40px !important;}
.mb45  { margin-bottom : 45px !important;}
.mb50  { margin-bottom : 50px !important;}

.ml0   { margin-left : 0 !important;}
.ml5   { margin-left : 5px !important;}
.ml10  { margin-left : 10px !important;}
.ml15  { margin-left : 15px !important;}
.ml20  { margin-left : 20px !important;}
.ml25  { margin-left : 25px !important;}
.ml30  { margin-left : 30px !important;}
.ml35  { margin-left : 35px !important;}
.ml40  { margin-left : 40px !important;}
.ml45  { margin-left : 45px !important;}
.ml50  { margin-left : 50px !important;}

.m0   { margin : 0 !important;}
.m10  { margin : 10px !important;}
.m15  { margin : 15px !important;}
.m20  { margin : 20px !important;}
.m25  { margin : 25px !important;}
.m30  { margin : 30px !important;}
.m35  { margin : 35px !important;}
.m40  { margin : 40px !important;}
.m45  { margin : 45px !important;}
.m50  { margin : 50px !important;}


/* --- padding --- */

.pt0  { padding-top : 0 !important;}
.pt5  { padding-top : 5px !important;}
.pt10 { padding-top : 10px !important;}
.pt15 { padding-top : 15px !important;}
.pt20 { padding-top : 20px !important;}

.pr0  { padding-right : 0 !important;}
.pr5  { padding-right : 5px !important;}
.pr10 { padding-right : 10px !important;}
.pr15 { padding-right : 15px !important;}
.pr20 { padding-right : 20px !important;}

.pl0  { padding-left : 0 !important;}
.pl5  { padding-left : 5px !important;}
.pl10 { padding-left : 10px !important;}
.pl15 { padding-left : 15px !important;}
.pl20 { padding-left : 20px !important;}
.pl25 { padding-left : 25px !important;}

.pb0  { padding-bottom : 0 !important;}
.pb5  { padding-bottom : 5px !important;}
.pb10 { padding-bottom : 10px !important;}
.pb15 { padding-bottom : 15px !important;}
.pb20 { padding-bottom : 20px !important;}

.pb0   { padding : 0  !important;}
.pb5   { padding : 5px !important;}
.pb10  { padding : 10px !important;}
.pb15  { padding : 15px !important;}
.pb20  { padding : 20px !important;}

.nowrap { white-space : nowrap;}

#crumb {
	margin		: 4px 0 8px;
	text-align	: left;
}

	#crumb li {
		display			: inline;
		line-height		: 110%;
		list-style-type	: none;
		font-size		: 85%;
	}


/* --- display --- */

.block	{ display : block;}
.inline { display : inline;}

.fltbox { margin : 0 auto;}
.flt_r  { float : right !important;}
.flt_l  { float : left !important;}

.txt_r { text-align : right !important;} 
.txt_c { text-align : center !important;} 
.txt_l { text-align : left !important;} 

.psn { position : relative;}

.none {
	background	: none !important;
	border		: none !important;
}

.disnon{
	display: none;
}

.pcStyle{
	display: block;
}

.spStyle{
	display: none;
}

sup {
	vertical-align: top;
	position: relative;
	top: 0em;
}
sub {
	vertical-align: bottom;
	position: relative;
	bottom: 0em;
}


@media screen and (max-width: 768px){
	.pcStyle{
		display: none;
	}

	.spStyle{
		display: block;
	}
}


/* Heading
--------------------------------------------------------------------------- */
.hd01{
	border-bottom: solid 3px #eaeeef;
	position: relative;
	text-align: left;
	font-size: 2.4rem;
	margin-bottom: 20px;
}

.hd01:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #143284;
	bottom: -3px;
	width: 4%;
}

.hd02{
	font-size: 2.4rem;
	color: #143284;
	text-align: left;
}

.hd03{
	font-size: 1.8rem;
	color: #143284;
	text-align: left;
	font-weight: normal;
}

@media screen and (max-width: 478px){
	.hd02{
		font-size: 1.8rem;
		line-height: 1.6;
	}
	
	.hd01{
		font-size: 2.0rem;
	}
	
	.hd01::after{
		width: 21%;
	}
	
}
/* image
--------------------------------------------------------------------------- */

img.image	{ border: solid 1px #d9d9d9; padding : 1px; background : #FFF;}

.imgbox	{
	margin		: 0 0 30px;
	_zoom		: 1;
	overflow	: hidden;
}

.imgL { float : left;  margin : 0 10px 5px 0; }
.imgR { float : right; margin : 0 0 5px 10px; }

.zoom_area{
	overflow: hidden;
	display: block;
}
.zoom_area.border_n{
	border: none;
}
.zoom_area .zoom_link{
	display: block;
	width: 100%;
	height: auto;
	transition: all, 0.5s;
}
.zoom_area:hover > .zoom_link{
	transform: scale(1.1);
}
/* table
--------------------------------------------------------------------------- */

.tblStyle01{
	width: 100%;
	border-collapse		: separate;
	*border-collapse	: collapse;
	border-spacing		: 0;
	empty-cells			: show;
	margin-bottom: 20px;
}

	.tblStyle01 th,
	.tblStyle01 td {
		border-top		: none;
		border-right	: 1px solid #fff;
		border-bottom	: 1px solid #fff;
		border-left		: none;
		font-weight		: normal;
        line-height: 1.6;
	}

	.tblStyle01 th{ 
		margin			: 0; 
		padding			: 10px;
		background		: #263552;
		text-align		: center;
		color: #fff;
	}

	.tblStyle01 td:first-child{
		text-align	: left;
		background: #004ea2;
        color: #fff;
        padding: 5px 15px;
	}
	.tblStyle01 td{
		padding		: 5px;
		text-align	: center;
		background: #f2f7fb;
	}
	.tblStyle01 td.bg01{
		padding		: 5px;
		text-align	: center;
		background: #f2f7fb;
        color: #000922;
	}
	.tblStyle01 td.bg02{
		padding		: 5px;
		text-align	: left;
        color: #fff;
		background: #2978cc;
	}


.tblStyle03{
	width: 100%;
	border-collapse		: separate;
	*border-collapse	: collapse;
	border-spacing		: 0;
	empty-cells			: show;
	margin-bottom: 60px;
}

	.tblStyle03 th,
	.tblStyle03 td {
		border-top		: none;
		border-right	: 1px solid #d7d7d7;
		border-bottom	: 1px solid #d7d7d7;
		border-left		: none;
		font-weight		: normal;
		font-size: 16px;
	}

	.tblStyle03 th{ 
		margin			: 0; 
		padding			: 15px;
		background: #f0f3f4;
		text-align		: center;
		border-top	: 1px solid #d7d7d7;
	}

	.tblStyle03 th:first-child,
	.tblStyle03 td:first-child {
		border-left	: 1px solid #d7d7d7;
	}

	.tblStyle03 td{
		padding		: 15px;
		text-align	: center;
	}

.tblStyle03 th.border-tn{
	border-top: none;
}

.tblStyle03 td.border-t{
	border-top: 1px solid #d7d7d7;
}

.bb-n{
    border-bottom: none !important;
}

/* btn
--------------------------------------------------------------------------- */
.more-btn a{
	position: relative;
	border: 1px solid #004ea2;
	width: 100%;
	display: flex;
	text-align: center;
	background: #004ea2;
	font-size: 16px;
	font-weight: bold;
	padding: 15px;
}

.more-btn a:hover{
	border: 1px solid #143284;
	text-decoration: none;
}

.Btn-Text{
	width: 100%;
	height: 100%;
	color: #fff;
	z-index: 10;
}

.Btn-Text:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 0;
	display: block;
	background: #143284;
	z-index: -1;
	transition: .2s;
}
.Btn-Text:after{
	content: "\f105";
	font-family: 'FontAwesome';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 15px;
	display: block;
}

.Btn-Text:hover{
	color: #fff;
}

.Btn-Text:hover:before{
	width: 100%;
}
@media screen and (max-width: 768px){
	.Btn-Text {
		padding-right: 20px;
	}
}


/* list
--------------------------------------------------------------------------- */

.ulStyle01 {
	margin	: 0 25px 10px;
}

.ulStyle01 li {
	list-style		: disc;
	margin-bottom	: 3px;
	padding			: 0;
	color: #3f687a;
}


.ulStyle02 {
	margin: 30px 0 0;
	
}

.ulStyle02 li {
	list-style		: none;
	margin-bottom	: 3px;
	padding			: 0;
	text-indent: -1em;
	padding-left: 1em;
}

.olStyle01 {
	margin	: 0 20px 10px;
}

	.olStyle01 li {
		list-style		: decimal;
		margin-bottom	: 15px;
		padding			: 0;
		text-align		: left;
	}
	
	.olStyle01 li span{
		display: block;
		font-weight: normal;
	}

/* text
--------------------------------------------------------------------------- */

/* --- size --- */

.txt10 { font-size : 1rem !important;   font-size:10px !important;}
.txt12 { font-size : 1.2rem !important; font-size:12px !important;}
.txt14 { font-size : 1.4rem !important; font-size:14px !important;}


/* --- color --- */

.red	{ color : #CC2727;}
.col01	{ color : #996633;}
.must   { color : #cc2727;}
.must2  { color : #cc2727;}
.blue01 { color : #009bd0;}
.blue02 { color : #009bd0; font-size: 1.8rem; font-weight: 500;}

/* --- lineheight --- */

.height18 { line-height : 1.8;}
.height19 { line-height : 1.9;}
.height20 { line-height : 2;}

.txt_sp{
	display: none;
}

@media screen and (max-width: 768px){
	.txt_sp{
		display: block;
		margin-bottom: 30px;
	}
	.txt_sp span{
		font-weight: 600;
	}
	.ulStyle01 {
		margin	: 0 0 10px 25px;
	}
	.ulStyle02{
		margin-bottom: 30px;
	}
	.mTable03 th{
		font-size: 1.4rem;
		width: 130px !important;
		padding: 16px 0 16px 20px;
	}
	.mTable03 td{
		padding-left: 10px !important;
		padding: 16px 15px 16px 0;;
	}
}


/* --- pc　改行 --- */

@media screen and (min-width: 768px){

}

@media screen and (max-width: 768px){
}

/* ------------------------------------------------------------------------ */

/*  link

/* ------------------------------------------------------------------------ */
.pdf-icon:after{
	content: "";
	background: url("../img/icon/icon-pdf.png") no-repeat;
	width: 19px;
	height: 23px;
	display: inline-block;
	margin-left: 5px;
	font-size: 18px;
	color: #FF0206;
	vertical-align: middle;
}


/* ------------------------------------------------------------------------ */

/*  Form

/* ------------------------------------------------------------------------ */
.formStyle01 {
	margin			: 0 auto;
	border			: 1px solid #D1D1D1;
	border-collapse	: collapse;
	border-spacing	: 0;
	empty-cells		: show;
}

	.formStyle01 th{
		border		: 1px solid #D1D1D1;
		padding		: 6px 8px;
		background	: #EDEDED;
		font-size	: 75%;
		font-weight	: normal;
	}

	.formStyle01 td{
		border		: 1px solid #D1D1D1;
		padding		: 6px 8px;
		font-size	: 75%;
	}

	.formStyle01 .txt10 { color:#444;}

	.wid20  { width : 20px; margin-bottom : 2px !important;}
	.wid40  { width : 40px; margin-bottom : 2px !important;}
	.wid60  { width : 60px; margin-bottom : 2px !important;}
	.wid80  { width : 80px; margin-bottom : 2px !important;}
	.wid100 { width : 100px; margin-bottom : 2px !important;}
	.wid120 { width : 120px; margin-bottom : 2px !important;}
	.wid140 { width : 140px; margin-bottom : 2px !important;}
	.wid160 { width : 160px; margin-bottom : 2px !important;}
	.wid180 { width : 180px; margin-bottom : 2px !important;}
	.wid200 { width : 200px; margin-bottom : 2px !important;}
	.wid220 { width : 220px; margin-bottom : 2px !important;}
	.wid240 { width : 240px; margin-bottom : 2px !important;}
	.wid260 { width : 260px; margin-bottom : 2px !important;}
	.wid280 { width : 280px; margin-bottom : 2px !important;}
	.wid300 { width : 300px; margin-bottom : 2px !important;}
	.wid400 { width : 400px; margin-bottom : 2px !important;}
	
	
	.txtarea01 { width : 100%; height : 150px; margin-bottom : 2px !important; resize: none; word-wrap: break-word;}

	.must  { margin-left : 2px;}
	.must2 {
		float					: right;
		padding					: 5px 8px;
		margin-left				: 2px;
		background				: #cc2727;
		color					: #FFF;
		line-height				: 1;
		font-size				: 87%;
		border-radius			: 3px;
		-webkit-border-radius	: 3px;
		-moz-border-radius		: 3px;		
	}
	
	.free {
		float					: right;
		padding					: 5px 8px;
		margin-left				: 2px;
		background				: #6bc059;
		color					: #FFF;
		line-height				: 1;
		font-size				: 87%;
		border-radius			: 3px;
		-webkit-border-radius	: 3px;
		-moz-border-radius		: 3px;		
	}
	

	span.example { display:block; margin-top:5px; color:#666 !important;}

	label { margin : 0 0 0 -2px; padding:1px 0 0; cursor : pointer; vertical-align:middle;}
	label:hover { text-decoration:underline;}

	input:focus,
	textarea:focus {
		background-color : #eef3ff;
	}

	input.txt {
		border-bottom	: 1px solid #CCC;
		border-left		: 1px solid #999;
		border-right	: 1px solid #CCC;
		border-top		: 1px solid #999;
		padding			: 4px;
	}
	
	textarea.txtarea {
		border-bottom	: 1px solid #CCC;
		border-left		: 1px solid #999;
		border-right	: 1px solid #CCC;
		border-top		: 1px solid #999;
		padding			: 4px;
	}
	
	input[type="radio"]{
		margin-top: -3px;
	}
	
	input[type="checkbox"]{
		margin-top: -3px;
	}

	select::-ms-expand {
		display: none;
	}

	.contents_inner{
		max-width: 800px;
		margin: 0 auto;
		width: 100%;
	}
	.contents_flex{
		display: flex;
	}

@media screen and (max-width: 768px){
	.contents_txt01{
		font-size: 1.6rem;
		padding: 0!important;
		margin: 0!important;
	}
}


.contents_txt01{
	margin-bottom: 30px;
	padding-left: 15px;
	padding-right: 30px;
}


.flex{
	display: flex;
	justify-content: center;
}

.main_image{
	margin-bottom: 90px;
}

/* ------------------------------------------------------------------------ */

/*  下層見出し

/* ------------------------------------------------------------------------ */
.hd-area{
	height: 416px;
	display: flex;
	align-items: center;
}

#product .hd-area{
	background-image: url("../../product/img/bg-img-product.jpg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center right -100px;
	background-color: #B1B4BD;
}

#business .hd-area{
	background-image: url("../../business/img/bg-img-business.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#company .hd-area{
	background-image: url("../../company/img/bg-img-company.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#privacy .hd-area{
	background-image: url("../../privacy/img/bg-img-privacy.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#contact .hd-area{
	background-image: url("../../contact/img/bg-img-contact.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}
#download .hd-area{
	background-image: url("../../contact/img/bg-img-contact.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}

.hd-area .inner-box{
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
	}

.hd-area h2{
	font-size: 7.2rem;
	color: #fff;
	font-weight: 700;
	font-style: italic;
	font-family: 'Roboto', sans-serif;
	text-align: left;
}

.hd-area h2 span{
	font-size: 1.6rem;
	color: #143284;
	font-weight: 700;
	font-style: normal;
	font-family: 'Noto Sans JP', sans-serif;
	display: flex;
	align-items: center;
}

.hd-area h2 span:before{
	content:"";
	display: inline-block;
	width: 20px;
	height: 2px;
	background-color: #143284;
	margin-right: 5px;
}


@media screen and (max-width: 1300px){
	.hd-area .inner-box{
		padding: 0 40px;
	}
}

@media screen and (max-width: 810px){
	.hd-area h2{
		font-size: 8vw;
		color: #fff;
	}
	
	.hd-area h2 span{
		color: #143284;
	}
	
	.hd-area h2 span::before{
		background-color: #143284;
	}
	
	#product .hd-area{
		background-image: url("../../product/img/bg-img-product-sp.jpg");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
	}
	
	#company .hd-area{
		background-position: top left -200px;
	}
	
	#business .hd-area{
		background-position: top left -200px;
	}
	
	.hd-area .inner-box{
		position: relative;
	}
	
	#contact .hd-area:before{
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		background: -moz-linear-gradient(left,  rgba(173,180,188,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left,  rgba(173,180,188,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  rgba(173,180,188,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#adb4bc', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
	}
}

@media screen and (max-width: 768px){
	#product .hd-area{
	}
	#business .hd-area{
	}
}

@media screen and (max-width: 478px){
}

@media screen and (max-width: 478px){
	#company .hd-area{
		background-position: top left;
	}
	
	#business .hd-area{
		background-position: top left;
	}

	.hd-area{
		height: 270px;
	}
	
	.hd-area h2{
		font-size: 3.2rem;
		color: #fff;
	}
	
	.hd-area h2 span{
		margin-bottom: 0;
		color: #143284;
	}
	
	.hd-area h2 span::before{
		background-color: #143284;
	}
	
	.hd-area .inner-box{
		padding: 0 20px;
	}
	

	#business .hd-area{
		background-image: url("../../business/img/bg-img-business-sp.jpg");
		background-repeat: no-repeat;
		background-size: cover;
	}

	#company .hd-area{
		background-image: url("../../company/img/bg-img-company-sp.jpg");
		background-repeat: no-repeat;
		background-size: cover;
	}

	#privacy .hd-area{
		background-image: url("../../privacy/img/bg-img-privacy-sp.jpg");
		background-repeat: no-repeat;
		background-size: cover;
	}

	#contact .hd-area{
		background-image: url("../../contact/img/bg-img-contact-sp.jpg");
		background-repeat: no-repeat;
		background-size: cover;
	}

}
