@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap');

html {
}
body {
	font-family: 'Helvetica Neue', Helvetica, 'Noto Sans JP', sans-serif;
	font-size:18px;
	line-height:1.7;
	text-align:left;
	color:#000;
}
a {
	transition : opacity 0.4s;
	-webkit-transition : opacity 0.4s;
	opacity:1;
	outline:none;
}
a:hover {
	opacity: 0.7;
}

.only_smart_i{
	/*display:none !important;*/
}


@media screen and (min-width:768px){
	.main {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.only_smart{
		display:none !important;
	}
}

.cen {
	text-align: center;
}

img{
	max-width:100%;
}

#wrapper{
	min-width:1024px;
}


/* header */
header{
	height:156px;
}
header > div div{
	width:1024px;
	height:100px;
	margin:auto;
	padding:0 12px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
header > div div p{
	padding-top:20px;
}
header > div div p a{
	display:block;
	line-height:1.3;
	color:#000;
	font-size:31px;
	font-weight:900;
	text-align:left;
}
header > div div p a span{
	display:block;
	font-size:12px;
	font-weight:normal;
	color: #b3b3b373;
}
header > div div ul li{
	display:inline-block;
	vertical-align:top;
}
header > div div ul li:first-child{
	padding-top:20px;
}
header > div div ul li:first-child a {
	pointer-events: none;
}
header > div div ul li:nth-child(2){
	margin-right:10px;
	padding-top:20px;
}
header > div div ul li a.h_policy {
	font-size: 12px;
	text-align: center;
	display: block;
}

header > div nav{
	line-height:56px;
	border-top: solid 2px #1A69B1;
}
header > div nav > ul{
	width:934px;/*734⇒934に変更*/
	margin:auto;
	letter-spacing:-0.4em;
	text-align: center;
}
header > div nav > ul li{
	line-height:0.8;
	padding:0 22px;
	display:inline-block;
	letter-spacing:normal;
	border-right:1px solid;
}
header > div nav > ul li:first-of-type {
	border-left:1px solid;
}
header > div nav > ul li a{
	font-size:16px;
	font-weight:bold;
	color:#000;
}

header > div.fixed{
	width:100%;
	min-width:1024px;
	height:80px;
	background-color:#fff;
	box-shadow:0 0 5px rgba(0,0,0,0.5);
	position:fixed;
	top:-80px;
	z-index:100;
	-webkit-transition: top 0.8s;
	transition: top 0.8s;
}
header > div.fixed div{
	height:50px;
	margin:auto;
}
header > div.fixed div p{
	padding-top:5px;
}
header > div.fixed div p a{
	font-size:31px;
}
header > div.fixed div p a span{
	font-size:10px;
}
header > div.fixed div ul li:first-child{
	width:200px;
	padding-top:5px;
}
header > div.fixed div ul li:nth-child(2){
	width:70px;
	margin-right:10px;
	padding-top:5px;
}
header > div.fixed div ul li:last-child{
	width:100px;
}

header > div.fixed nav{
	line-height:30px;
}
.top_h1{
	padding-top: 20px;
}

.top_h1 a{
	display: block;
	line-height: 1.3;
	color: #000;
	font-size: 31px;
	font-weight: 900;
	text-align: left;
}

.top_h1 a span{
	display: block;
	font-size: 13px;
	font-weight: normal;
	color: #b3b3b3;
	margin-bottom: 5px;
}
.top_h1 a img {
	vertical-align: text-top;
}
.fixed .top_h1 {
	padding-top: 5px;
}
.fixed .top_h1 a span {
	display:none;
}


/* article */
article{
}
article > h1{
	background:url(../images/h1_bg.png)no-repeat center center;
	background-size:cover;
	border-top:3px solid #0e9dff;
	position:relative;
}
article > h1 span{
	display:block;
	width:100%;
	line-height:60px;
	font-size:40px;
	color:#fff;
	background:url(../images/h1_tit.png)no-repeat center center;
	position:absolute;
	top:112px;
}
article > h1 img{
	position:relative;
	z-index:1;
}
article > .fadein_0{
	background:url(../images/h1_bg.png)no-repeat center center;
	background-size:cover;
	border-top:3px solid #0e9dff;
	position:relative;
	font-weight: bold;
	text-align: center;
}
article > .fadein_0 span{
	display:block;
	width:100%;
	line-height:60px;
	font-size:40px;
	color:#fff;
	background:url(../images/h1_tit.png)no-repeat center center;
	position:absolute;
	top:112px;
}
article > .fadein_0 img{
	position:relative;
	z-index:1;
}


/* #bread */
#bread{
	width:1000px;
	margin:0 auto -50px;
	text-align:left;
}
#bread li{
	line-height:50px;
	display:inline-block;
}
#bread li:first-child:after{
	content:'＞';
	margin:0 0.4em 0 0.8em ;
	color:#003bab;
	font-weight:bold;
}
#bread li a{
	color:#000;
}


/* .cont */
.cont{
	padding:10px 0;
	overflow:hidden;
}
.cont h2{
	font-size:30px;
	text-align: center;
}


/* #contact */
#contact {
	background: #fff;
	padding: 30px 0;
	margin-bottom: 60px;
}

#contact .box {
	width:1000px;
	margin:40px auto 30px;
	padding-bottom:30px;
	border-radius:15px;
	box-shadow:5px 5px 10px rgba(0,0,0,0.5);
	background-color:#fff;
	border:3px solid #0e9fff;
	text-align: center;
}
#contact .box h2{
	line-height:80px;
	font-size:30px;
	font-weight:bold;
	background-color:#0e9fff;
	color:#fff;
	border-radius:12px 12px 0 0;
	position:relative;
	margin-bottom: 15px;
}
#contact .box h2 img{
	position:absolute;
	left:50px;
	top:50%;
	transform:translateY(-50%);
}
#contact .box h2 span{
	letter-spacing:-0.5em;
}
#contact .box p{
	margin-bottom: 5px;
	font-size:27px;
	font-weight:bold;
}
#contact .box p.red {
	color: #f00;
	margin-top: 0;
}
#contact .box ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#contact .box ul li{
	margin:0 25px;
	display:inline-block;
}
#contact .box ul li a{
	display:block;
	width:430px;
	line-height:106px;
	border-radius:20px;
	font-weight:bold;
	color:#fff;
}
#contact .box ul li:first-child a{
	background: linear-gradient(to bottom, #ff8b00, #cc6f00);
	font-size:46px;
	pointer-events: none;
}
#contact .box ul li:last-child a{
	background: linear-gradient(to bottom, #002ad3, #0022ab);
	font-size:36px;
}
#contact .box ul li a img{
	margin-right:20px;
}
#contact .box ul li:last-child{
	position:relative;
	z-index:2;
}
#contact .box ul li:last-child:before{
	content:'';
	display:block;
	width:204px;
	padding-top:220px;
	background:url(../images/contact2.png)no-repeat center bottom;
	position:absolute;
	right:10px;
	bottom:98%;
	z-index:-1;
}


/* #floating_banner */
#floating_banner {
	display: none;
}

/* footer */
footer{
	padding:0 0 50px;
	background-color:#002ad3;
	color: #fff;
}
footer nav {
	width: 1000px;
	max-width: 100%;
	margin: auto;
}
footer nav dl {
	text-align: left;
}
footer nav dd {
	padding-left: 0.5em;
}
footer nav ul li {
	list-style: none;
}
footer nav ul li a {
	font-size: 14px;
	color:#fff;
	font-weight: normal;
}
footer nav ul li a:before{
	margin-right: 5px;
	content:'>';
}
footer p {
	margin-top:30px;
	font-size:12px;
	color:#fff;
	text-align: center;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	footer nav dd {
		display: block !important;
	}
	footer nav {
		display:flex;
		flex-wrap:wrap;
		justify-content: space-between;
	}
}



/* to_top */
#topbtn{
	position:fixed;
	z-index:99;
	right:30px;
	bottom:-200px;
	-webkit-transition: bottom 0.8s;
	transition: bottom 0.8s;
}


/*追加*/
/*--------------------------------------------------
  各表示用
--------------------------------------------------*/
@media print, screen and (min-width: 769px){ /* PCのみ */
	.dsp_tbs, .dsp_smt { display: none; }
	.cen_pc { text-align: center; }
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
	.dsp_smt { display: none; }
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	.dsp_hp { display: none; }
}
@media only screen and (max-width: 640px){ /* スマホ */
	.dsp_hp, .dsp_hpt { display: none; }
	.cen_sp { text-align: center; }
}
.rit {
    text-align: right;
}
.fs {
    font-size: 85%;
}
p {
    margin-bottom: 0.8em;
}
.img_rit {
    float: right;
    margin-left: 20px;
}
.nm {
    margin-bottom: 0;

}


/* fadein */
/*
.fadein {
	opacity : 0;
	-webkit-transform : translate(0, 70px);
	transform : translate(0, 70px);
	-webkit-transition-property: transform,opacity;
	transition-property : transform,opacity;
	-webkit-transition-duration: 1s;
	transition-duration : 1s;
}
.fadein_0 {
	opacity : 0;
	-webkit-transform : translate(0, 0);
	transform : translate(0, 0);
	-webkit-transition-property: transform,opacity;
	transition-property : transform,opacity;
	-webkit-transition-duration: 1s;
	transition-duration : 1s;
}
.fadein_l {
	opacity : 0;
	-webkit-transform : translate(-100px, 0);
	transform : translate(-100px, 0);
	-webkit-transition-property: transform,opacity;
	transition-property : transform,opacity;
	-webkit-transition-duration: 1s;
	transition-duration : 1s;
}
.fadein_r {
	opacity : 0;
	-webkit-transform : translate(100px, 0);
	transform : translate(100px, 0);
	-webkit-transition-property: transform,opacity;
	transition-property : transform,opacity;
	-webkit-transition-duration: 1s;
	transition-duration : 1s;
}
.delay1 {
	-webkit-transition-property: transform,opacity;
	transition-property : transform,opacity;
	-webkit-transition-duration: 1s;
	transition-duration : 1s;
	-webkit-transition-delay: 0.2s;
	transition-delay : 0.2s;
}
.delay2 {
	-webkit-transition-property: transform,opacity;
	transition-property : transform,opacity;
	-webkit-transition-duration: 1s;
	transition-duration : 1s;
	-webkit-transition-delay: 0.4s;
	transition-delay : 0.4s;
}
.delay3 {
	-webkit-transition-property: transform,opacity;
	transition-property : transform,opacity;
	-webkit-transition-duration: 1s;
	transition-duration : 1s;
	-webkit-transition-delay: 0.6s;
	transition-delay : 0.6s;
}
.delay4 {
	-webkit-transition-property: transform,opacity;
	transition-property : transform,opacity;
	-webkit-transition-duration: 1s;
	transition-duration : 1s;
	-webkit-transition-delay: 0.8s;
	transition-delay : 0.8s;
}

.fadein.scrollin,
.fadein_0.scrollin,
.fadein_l.scrollin,
.fadein_r.scrollin{
	opacity : 1;
	-webkit-transform : translate(0, 0);
	transform : translate(0, 0);
}
*/