@charset "utf-8";
/* CSS Document */

body{
	color:#333;
	background: url(../img/body_bg.png) no-repeat center top;
	}

a{
	color:#1961c3;
	}

a.btn{
	display: inline-block;
	border: 1px solid #ddd;
	background: url(../img/arr_01.png) no-repeat right 10px center;
	color: #1961c3;
	line-height: 1;
	padding: 15px;
	padding-right: 35px;
	position: relative;
	}


/*header
------------------------------------------*/
header .inner{
	display: flex;
	justify-content: space-between;
	padding: 25px 0 30px;
	color: #fff;
	}

header h1{
	font-size: 10px;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 20px;
	}

header ul{
	display: flex;
	justify-content: flex-end;
	font-size: 10px;
	line-height: 1;
	margin-bottom: 20px;
	}

header ul li:not(:first-child)::before{
	content: "|";
	margin: 0 10px;
	}

header ul li a{
	color: #fff;
	}

header dl{
	display: flex;
	}

header dl dt{
	font-size: 12px;
	line-height: 1;
	text-align: right;
	}

header dl dt span{
	display: block;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 5px;
	}

header dl dt span::before{
	content: "TEL";
	margin-right: 10px;
	font-size: 50%;
	}

header dl dd a{
	display: block;
	padding: 10px 20px;
	margin-left: 20px;
	background-color: #fff;
	color: #333;
	font-weight: 600;
	}

header img{
	height: 50px;
	}


/*nav
------------------------------------------*/
nav ul{
	max-width: 960px;
	margin: 0 auto;
	display: flex;
	}

nav ul li{
	flex-basis: 20%;
	}

nav ul li a{
	display: block;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	padding: 10px 0;
	color: #fff;
	position: relative;
	}

nav ul li a span{
	display: none;
	}

nav ul li.ac a::after{
	content: "";
	display: block;
	width: 80px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -40px;
	}

.navBtn,
#open{
	display:none;
	}


/*kv
------------------------------------------*/
#kv{
	background: url("../img/kv_bg.png") no-repeat center;
	background-size: cover;
	}

#kv .inner{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 450px;
	}


/*contents
------------------------------------------*/
#contents{
	padding: 50px 0;
	}

#contents > .inner{
	display: flex;
	justify-content: space-between;
	}

#contents main{
	display: block;
	width: 700px;
	}

#contents aside{
	display: block;
	width: 220px;
	}

#contents.sub{
	background-color: #fff;
	}


/*home
------------------------------------------*/
ul.home01{
	display: flex;
	justify-content: space-between;
	}

ul.home01 li{
	flex-basis: 335px;
	background-color: #fff;
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
	}

ul.home01 li div{
	padding: 20px 20px 5px;
	}

ul.home01 li h2{
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	}

ul.home01 li p{
	margin-top: 15px;
	}

ul.home01 li p a.btn{
	display: block;
	border-left: none;
	border-right: none;
	border-bottom: none;
	background-position: right center;
	padding: 15px 0 15px;
	}

#topics{
	margin-top: 40px;
	}

#topics h3{
	font-size: 20px;
	margin-bottom: 15px;
	position: relative;
	}

#topics h3 a{
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	font-size: 12px;
	font-weight: normal;
	line-height: 1;
	background: url(../img/arr_01.png) no-repeat right 10px center;
	border: 1px solid #ddd;
	padding: 10px;
	padding-right: 30px;
	}

#topics dl dt{
	float: left;
	}

#topics dl dd{
	padding: 0 0 15px 100px;
	}

#topics dl dd:last-child{
	padding-bottom: 0;
	}

.sub #topics{
	margin-top: 20px;
	}

.sub #topics dl{
	padding: 0;
	}


/*sub
------------------------------------------*/
#title{
	background: url("../img/kv_bg.png") no-repeat center bottom;
	}

#title h2{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 3px;
	padding: 50px 0;
	color: #fff;
	}

#title h2 span{
	display: block;
	font-size: 30%;
	}

#pankuzu{
	background-color: #f5f5f5;
	}

#pankuzu ul{
	max-width: 960px;
	margin: 0 auto;
	display: flex;
	font-size: 12px;
	line-height: 3;
	color: #666;
	}

#pankuzu ul li:not(:first-child)::before{
	content: "/";
	margin: 0 10px;
	}

#pankuzu a{
	color: #666;
	}

.sub h3{
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 20px;
	padding: 20px;
	background-color: #f5f5f5;
	}

.sub h4{
	font-size: 24px;
	font-weight: bold;
	margin: 20px 0 10px;
	}

.sub .service{
	margin-bottom: 50px;
	}

.sub .service figure{
	margin-top: 20px;
	}

table{
	width: 100%;
	}

table td,
table th{
	border: 1px solid #ddd;
	padding: 15px;
	text-align: left;
	vertical-align: top;
	}

table th{
	background-color: #f5f5f5;
	width: 23%;
	}

ul.sitemap li{
	margin-bottom: 10px;
	}

ul.sitemap li a{
	display: block;
	border: 1px solid #1961c3;
	padding: 15px;
	font-size: 16px;
	}

ul.sitemap li a::before{
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	border-top: 2px solid #1961c3;
	border-right: 2px solid #1961c3;
	transform: rotate(45deg);
	margin-right: 15px;
	position: relative;
	top: -3px;
	}

form table{
	margin-top: 20px;
	}

form table th{
	width: 30%;
	}

form table th span{
	display: inline-block;
	background-color: #ff6666;
	color: #fff;
	float: right;
	font-size: 10px;
	padding: 3px;
	}

form table th span.option{
	background-color: #6590e6;
	}

form table td span{
	color: #999;
	display: block;
	margin-top: 5px;
	font-size: 12px;
	}

form input[type="text"],
form input[type="email"],
form input[type="tel"],
form textarea{
	width: 100%;
	border: 1px solid #ddd;
	padding: 3px;
	}

form input.zip{
	width: 100px;
	margin: 0 5px 10px 5px;
	}

form input[type="file"]{
	height: 30px;
	}

form select{
	height: 30px;
	}

form textarea{
	height: 150px;
	}

form input[type="button"]{
	background-color: #cc0000;
	border: none;
	color: #fff;
	padding: 15px 40px;
	cursor: pointer;
	transition: .3s;
	-webkit-appearance: none;
	}

form input[type="button"]:hover{
	background-color: #000;
	}

.errorTxt{
	color: #ff0000;
	display: block;
	margin-top: 5px;
	}

.free_01{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 30px;
	}

.free_01 > figure{
	flex-basis: 300px;
	}

.free_01 > div{
	flex-basis: 370px;
	}

.free_01 > div h3{
	font-size: 22px;
	line-height: inherit;
	padding: 0;
	margin-bottom: 10px;
	background: none;
	border: none;
	}

ul.free_02{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	}

ul.free_02::after{
	content: "";
	display: block;
	width: 31%;
	}

ul.free_02 li{
	flex-basis: 31%;
	margin-bottom: 30px;
	}

ul.free_02 li h3{
	font-size: 18px;
	line-height: 1.5;
	margin: 10px 0;
	padding: 0;
	background: none;
	border: none;
	}

ul.free_03{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	}

ul.free_03::after{
	content: "";
	display: block;
	width: 31%;
	}

ul.free_03 li:nth-child(1),
ul.free_03 li:nth-child(2){
	flex-basis: 48%;
	margin-bottom: 30px;
	}

ul.free_03 li:nth-child(n + 3){
	flex-basis: 31%;
	}

ul.free_03 h3{
	font-size: 22px;
	line-height: inherit;
	margin-bottom: 10px;
	padding: 0;
	background: none;
	border: none;
	}

ul.free_04{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	}

ul.free_04::after{
	content: "";
	display: block;
	width: 31%;
	}

ul.free_04 li{
	flex-basis: 31%;
	margin-bottom: 25px;
	}

.free_01 h3::before,
.free_02 h3::before,
.free_03 h3::before{
	content: none;
	}

#newsDetail{
	margin-bottom: 50px;
	}

#newsDetail time{
	display: block;
	text-align: right;
	font-size: 90%;
	margin-bottom: 20px;
	}

#newsDetail p + p{
	margin-top: 15px;
	}

#newsDetail img{
	height: auto !important;
	}


/*aside
------------------------------------------*/
aside ul.sbnr li{
	margin-bottom: 15px;
	}


/*footer
------------------------------------------*/
footer{
	border-top: 1px solid #ddd;
	background-color: #fff;
	}

footer .inner{
	display: flex;
	justify-content: space-between;
	padding: 30px 0;
	}

footer .inner p{
	font-size: 12px;
	}

footer .inner p strong{
	font-size: 16px;
	}

footer .inner p span.copyright{
	display: block;
	margin-top: 10px;
	}

footer .inner ul{
	width: 360px;
	}

footer .inner ul li{
	float: left;
	width: 120px;
	margin-bottom: 10px;
	}

footer .inner ul li:last-child{
	width: auto;
	}

footer .inner a{
	color: #333;
	}

footer .inner ul li a{
	display: inline-block;
	position: relative;
	padding-left: 15px;
	}

footer .inner ul li a::before{
	content: "";
	display: inline-block;
	width: 3px;
	height: 3px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -3px;
	}


/*pagetop
------------------------------------------*/
.pagetop{
	display: none;
	position: fixed;
	bottom: 50px;
	right: 50px;
	z-index: 10;
	}

.pagetop a{
	height: 50px;
	width: 50px;
	background: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	}



/*SP
================================================================================================================================*/
@media screen and (max-width: 480px){

html { min-width:initial; }

body{
	background-size: 250%;
	}


/*header
------------------------------------------*/
header .inner{
	padding: 10px;
	min-height: 50px;
	}

header h1{
	display: none;
	}

header ul{
	display: none;
	}

header dl{
	display: none;
	}


/*nav
------------------------------------------*/
nav{
	display: none;
	position: absolute;
	width: 100%;
	z-index: 2;
	background-color: rgba(255,255,255,.9)
	}

nav ul{
	display: block;
	}

nav ul li{
	border-bottom: 1px solid #ccc;
	}

nav ul li a{
	color: #333;
	}

#kv .inner{
	display: block;
	height: auto;
	padding: 15px;
	}


/*contents
------------------------------------------*/
#contents{
	padding: 15px;
	}

#contents > .inner{
	display: block;
	}

#contents main{
	margin-bottom: 30px;
	width: initial;
	}

#contents aside{
	width: initial;
	text-align: center;
	}


/*home
------------------------------------------*/
ul.home01{
	display: block;
	}

ul.home01 li{
	margin-bottom: 15px;
	}

ul.home01 li div{
	padding: 15px 15px 0;
	}

#topics{
	margin-top: 40px;
	padding-bottom: 80px;
	position: relative;
	}

#topics h3{
	margin-bottom: 10px;
	position: static;
	}

#topics h3 a{
	top: inherit;
	bottom: 15px;
	right: 50%;
	transform: translate(50%,0);
	font-size: 14px;
	padding: 15px;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	}

#topics dl dt{
	float: none;
	}

#topics dl dd{
	padding: 0 0 15px 0;
	}

.sub #topics{
	padding-bottom: 0;
	}


/*sub
------------------------------------------*/
#title h2{
	font-size: 30px;
	padding: 20px 0;
	}

#pankuzu ul{	
	overflow-x: scroll;
	white-space: nowrap;
	padding: 0 10px;
	}

.sub h3{
	font-size: 24px;
	padding: 15px;
	}

.sub h4{
	font-size: 20px;
	}

.sub .service{
	margin-bottom: 30px;
	}

table td,
table th{
	display: block;
	padding: 10px;
	margin-bottom: -1px;
	}

table th{
	width: inherit;
	}

form table th{
	width: inherit;
	}

form table th span{
	float: none;
	margin-left: 10px;
	}

form input[type="file"]{
	width: 100%;
	}

.free_01 > figure,
.free_01 > div{
	flex-basis: 100%;
	}

.free_01 > div h3{
	margin: 10px 0;
	}

ul.free_02::after{
	content: none;
	}

ul.free_02 li{
	flex-basis: 100%;
	margin-bottom: 30px;
	}

ul.free_03{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	}

ul.free_03 li:nth-child(1),
ul.free_03 li:nth-child(2){
	flex-basis: 100%;
	margin-bottom: 10px;
	}

ul.free_03 h3{
	margin: 0 0 10px;
	}

ul.free_04::after{
	content: none;
	}

ul.free_04 li{
	flex-basis: 48%;
	margin-bottom: 10px;
	}


/*footer
------------------------------------------*/
footer .inner{
	display: block;
	padding: 0;
	}

footer .inner p{
	font-size: 12px;
	clear: both;
	padding: 15px;
	}

footer .inner p span.copyright{
	text-align: center;
	}

footer .inner ul{
	width: initial;
	}

footer .inner ul li{
	width: 100%;
	border-bottom: 1px solid #fff;
	margin: 0;
	font-size: 12px;
	}

footer .inner ul li:last-child{
	width: 100%;
	}

footer .inner ul li a{
	display: block;
	padding: 10px 10px 10px 25px;
	}

footer .inner ul li a::before{
	left: 10px;
	}


/*pagetop
------------------------------------------*/
.pagetop{
	bottom: 20px;
	right: 20px;
	}

.pagetop a{
	height: 35px;
	width: 35px;
	}


/*navBtn
------------------------------------------*/
.navBtn{
	position:absolute;
	display:block;
	width:30px;
	height:20px;
	z-index:99999;
	top:22px;
	right:15px;
	}

.navBtn span{
	display:inline-block;
	position:absolute;
	left:0;
	width:100%;
	height:3px;
	background-color:#fff;
	}

.navBtn.active span{
	background-color:#fff;
	}

.navBtn	span:nth-of-type(1){
	top:-1px;
	}

.navBtn	span:nth-of-type(2){
	top:8px;
	}

.navBtn	span:nth-of-type(3){
	bottom:0;
	}

.navBtn	span:nth-of-type(1){
	-webkit-animation:menu-ber01 .75s forwards;
	animation:menu-ber01 .75s forwards;
	}
	
.navBtn	span:nth-of-type(2){
	transition:all .25s .25s;
	opacity:1;
	}

.navBtn	span:nth-of-type(3){
	-webkit-animation:menu-ber02 .75s forwards;
	animation:menu-ber02 .75s forwards;
	}

.active span:nth-of-type(1){
	-webkit-animation:active-menu-ber01 .75s forwards;
	animation:active-menu-ber01 .75s forwards;
	}

.active span:nth-of-type(2){
	opacity:0;
	}
.active span:nth-of-type(3){
	-webkit-animation:active-menu-ber03 .75s forwards;
	animation:active-menu-ber03 .75s forwards;
	}

@-webkit-keyframes menu-ber01{
	0%{-webkit-transform:translateY(8px) rotate(45deg);}
	50%{-webkit-transform:translateY(8px) rotate(0);}
	100%{-webkit-transform:translateY(0) rotate(0);}
	}

@keyframes menu-ber01{
	0%{transform:translateY(8px) rotate(45deg);}
	50%{transform:translateY(8px) rotate(0);}
	100%{transform:translateY(0) rotate(0);}
	}

@-webkit-keyframes menu-ber02{
	0%{-webkit-transform:translateY(-8px) rotate(-45deg);}
	50%{-webkit-transform:translateY(-8px) rotate(0);}
	100%{-webkit-transform:translateY(0) rotate(0);}
	}

@keyframes menu-ber02{
	0%{transform:translateY(-8px) rotate(-45deg);}
	50%{transform:translateY(-8px) rotate(0);}
	100%{transform:translateY(0) rotate(0);}
	}

@-webkit-keyframes active-menu-ber01{
	0%{-webkit-transform:translateY(0) rotate(0);}

	50%{-webkit-transform:translateY(10px) rotate(0);}
	100%{-webkit-transform:translateY(10px) rotate(45deg);}
	}

@keyframes active-menu-ber01{
	0%{transform:translateY(0) rotate(0);}
	50%{transform:translateY(10px) rotate(0);}
	100%{transform:translateY(10px) rotate(45deg);}
	}

@-webkit-keyframes active-menu-ber03{
	0%{-webkit-transform:translateY(0) rotate(0);}
	50%{-webkit-transform:translateY(-8px) rotate(0);}
	100%{-webkit-transform:translateY(-8px) rotate(-45deg);}
	}

@keyframes active-menu-ber03{
	0%{transform:translateY(0) rotate(0);}
	50%{transform:translateY(-8px) rotate(0);}
	100%{transform:translateY(-8px) rotate(-45deg);}
	}

#open{
	display:none;
	}
 
#open:checked + #navBg{
	opacity:0.8;
	z-index:9999;
	display:block;
	}

#navBg{
	background-color:#333;
	opacity:0;
	position:fixed;
	right:0;
	top:0;
	transition:all 0.3s linear 0s;
	width:100%;
	height:100%;
	z-index:-1;
	display:none;
	}
}