@charset "UTF-8";

/*-------------------------
__base_style
-------------------------*/
/* ----------------------------------------------

fullPC設定

------------------------------------------------*/
@media all and (min-width: 960px) {
	.pad_under, .pad_only, .sp_only {
		display: none!important;
	  }
/*-------------------------
__header
-------------------------*/

#header{}
#header #header_inner{
	display: table;
	width: 960px;
	height: 95px;
	margin: 0 auto;
	padding: 13px 2%;
	box-sizing: border-box;}

#header .logo{
	display: table-cell;
	text-align: left;
	vertical-align: top;
	width: 25%;}
#header .logo a{
	-webkit-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;}
#header .logo a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";}

#header .txt{
	display: table-cell;
	text-align: right;
	vertical-align: top;
	width: 50%;
	overflow: hidden;}
#header .txt p{
	font-size: 1.3em;
	font-weight: 700;
	letter-spacing: 0.04em;}
#header .txt ul{
	display: table;
	float: right;
	margin: 10px 0 0;}
#header .txt ul li{
	display: table-cell;
	letter-spacing: 0.04em;
	vertical-align: middle;}
#header .txt ul li a.mail{
	display: inline-block;
	height: 42px;
	font-size: 1.4em;
	font-weight: 700;
	line-height: 20px;
	text-decoration: none;
	margin: 0 0 0 20px;
	padding: 10px 25px;
	box-sizing: border-box;
	color: #000;
	border: 1px solid #ccc;
	background-color: #efefef;
	-webkit-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;}
#header .txt ul li a.mail::before{
	content: "";
	display: inline-block;
	width: 19px;
	height: 14px;
	vertical-align: middle;
	margin: 0 5px 4px 0;
	background: url(../images/icon_mail.png) no-repeat center center;}
#header .txt ul li a.mail:hover{
	color: #efefef;
	background-color: #000;}
#header .txt ul li a.mail:hover::before{
	background: url(../images/icon_mail_w.png) no-repeat center center;}

/*--- グローバルナビ ---*/
#header #navi{
	background-color: #000;}
#header #navi ul{
	display: flex;
    justify-content: center;
	width: 960px;
	margin: 0 auto;
	text-align: center;
	letter-spacing: -1em;
	background-color: #000;}
#header #navi ul li{
	display: inline-block;
	letter-spacing: 0.1em;}
#header #navi ul li:last-child{
	margin: 0;}
#header #navi ul li a{
	display: block;
	font-size: 1.5em;
	text-decoration: none;
	padding: 1rem 2rem;
	color: #fff;
	-webkit-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;}
#header #navi ul li a:hover{
	background-color: #519aa8;}
#header .ham_menu{
	display: none;}

/*-------------------------
__footer
-------------------------*/

#footer{}

#footer #footer_inner{
	width: 960px;
	margin: 0 auto;
	padding: 40px 0 100px;
	box-sizing: border-box;
	overflow: hidden;}

#footer #footer_txt{
	width: 50%;
	float: left;}
#footer #footer_txt dl{
	display: table;}
#footer #footer_txt dl dt{
	display: table-cell;
	vertical-align: top;
	padding: 5px 0 0;
	width: 60px;}
#footer #footer_txt dl dd{
	display: table-cell;
	text-align: left;
	vertical-align: top;
	padding: 0 20px;
	box-sizing: border-box;}
#footer #footer_txt dl dd p{
	font-size: 1.4em;
	line-height: 1.5;
	letter-spacing: 0.04em;}
#footer #footer_txt dl dd p + p{
	margin: 3px 0 0;}
#footer #footer_txt dl dd p span:not(.pad_over,.sp_only){
	font-size: 1.06em;
	font-weight: 700;}
#footer #footer_txt dl dd a.mail{
	display: inline-block;
	height: 42px;
	font-size: 1.4em;
	font-weight: 700;
	line-height: 20px;
	text-decoration: none;
	margin: 15px 0 0 0;
	padding: 10px 30px;
	box-sizing: border-box;
	color: #000;
	border: 1px solid #ccc;
	background-color: #efefef;
	-webkit-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;}
#footer #footer_txt dl dd a.mail::before{
	content: "";
	display: inline-block;
	width: 19px;
	height: 14px;
	vertical-align: middle;
	margin: 0 5px 4px 0;
	background: url(../images/icon_mail.png) no-repeat center center;
	-webkit-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;}
#footer #footer_txt dl dd a.mail:hover{
	color: #efefef;
	background-color: #000;}
#footer #footer_txt dl dd a.mail:hover::before{
	background: url(../images/icon_mail_w.png) no-repeat center center;}

/*--- フッターリンク ---*/
#footer #footer_link{
	width: 50%;
	text-align: left;
	float: right;}
#footer #footer_link ul{
	letter-spacing: -1em;}
#footer #footer_link ul li{
	display: inline-block;
	width: 50%;
	letter-spacing: 0.04em;
	margin: 0 0 15px;}
#footer #footer_link ul li:nth-last-child(1),
#footer #footer_link ul li:nth-last-child(2){
	margin: 0;}
#footer #footer_link ul li a{
	display: inline-block;
	font-size: 1.4em;
	line-height: 1.5;
	text-decoration: none;
	color: #000;
	position: relative;}
#footer #footer_link ul li a::before{
	position: absolute;
	top: 1.4em;
	left: 0;
	content: "";
	display: inline-block;
	width: 0;
	height: 1px;
	background: #000;
	-webkit-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;}
#footer #footer_link ul li a:hover:before{
	width: 100%;}

#footer .copyright{
	padding: 12px 0 15px;
	box-sizing: border-box;
	background-color: #000;}
#footer .copyright .copyright_inner{
	width: 960px;
	font-size: 1.3em;
	letter-spacing: 0.04em;
	text-align: center;
	margin: 0 auto;
	color: #fff;}

.re_top {
	display: none;
	position: fixed;
	right: 10px;
	bottom: 10px;}
.re_top a{
	display: table-cell;
	width: 60px;
	height: 60px;
	font-size: 1.3em;
	font-weight: 700px;
	letter-spacing: 0.04em;
	line-height: 1.3;
	vertical-align: middle;
	text-decoration: none;
	padding: 0 0 3px 3px;
	box-sizing: border-box;
	color: #fff;
	background-color: #4593a0;
	border-radius: 60px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	-webkit-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;}
.re_top a:hover{
	color: #4593a0;
	background-color: #fff;
	border: 1px solid #4593a0;
	box-sizing: border-box;}

/*-------------------------
__topic_path
-------------------------*/

#main .topic_path{
	width: 100%;
	min-width: 960px;
	margin: 0 0 30px;
	border-bottom: 1px solid #eee;}
#main .topic_path ul{
	width: 960px;
	text-align: left;
	letter-spacing: -1em;
	vertical-align: top;
	margin: 0 auto;
	padding: 5px 0 10px;}
#main .topic_path ul li{
	display: inline-block;
	font-size: 1.4em;
	line-height: 1.5;
	letter-spacing: 0.1em;}
#main .topic_path ul li:after {
	content: "｜";
	margin: 0 5px;
	color: #ccc;}
#main .topic_path ul li:last-child:after {
	content:"";}
#main .topic_path ul li a{
	text-decoration: underline;
	padding: 0 3px;
	color: #000;
	-webkit-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;}
#main .topic_path ul li a:hover{
	text-decoration: none;
	color: #fff;
	background-color: #4593a0;}

/*-------------------------
__main
-------------------------*/

#main .box{
	width: 960px;
	text-align: left;
	margin: 0 auto;}
#main .box + .box{
	margin: 40px auto 0;}

#main .sub_title{
	display: block;
	font-size: 1.8em;
    line-height: 2;
    font-weight: 700;
	letter-spacing: 0.1em;
    text-align: center;
	margin: 0 0 20px;}
#main .sub_title span{
	display: inline-block;
	padding: 0 0 5px;
	position: relative;}
#main .sub_title span::after{
	display: block;
	width: 60%;
	height: 2px;
	content: "";
	margin: auto auto 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000;}

#main .txt{
	font-size: 1.5em;
	line-height: 2;
	letter-spacing: 0.04em;}
#main .txt strong{
	font-weight: 700;}

}
/* ----------------------------------------------

PC設定

------------------------------------------------*/
@media all and (min-width: 769px) and (max-width: 959px) {
/* ----------------------------------------------

PC設定

------------------------------------------------*/
img{
	width: 100%;
	height: auto;
}
.pad_under, .pad_only, .sp_only {
    display: none!important;
  }
/*-------------------------
__header
-------------------------*/

#header{}
#header #header_inner{
	display: table;
	width: 96%;
	height: 95px;
	margin: 0 2%;
	padding: 13px 0;
	box-sizing: border-box;}

#header .logo{
	display: table-cell;
	text-align: left;
    vertical-align: middle;
	width: 25%;}
#header .logo a{
	-webkit-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;}
#header .logo a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";}

#header .txt{
	display: table-cell;
	text-align: right;
	vertical-align: top;
	width: 50%;
	overflow: hidden;}
#header .txt p{
	font-size: 1.3em;
	font-weight: 700;
	letter-spacing: 0.04em;}
#header .txt ul{
	display: table;
	float: right;
	margin: 10px 0 0;}
#header .txt ul li{
	display: table-cell;
	letter-spacing: 0.04em;
	vertical-align: middle;}
#header .txt ul li a.mail{
	display: inline-block;
	height: 42px;
	font-size: 1.4em;
	font-weight: 700;
	line-height: 20px;
	text-decoration: none;
	margin: 0 0 0 20px;
	padding: 10px 25px;
	box-sizing: border-box;
	color: #000;
	border: 1px solid #ccc;
	background-color: #efefef;
	-webkit-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;}
#header .txt ul li a.mail::before{
	content: "";
	display: inline-block;
	width: 19px;
	height: 14px;
	vertical-align: middle;
	margin: 0 5px 4px 0;
	background: url(../images/icon_mail.png) no-repeat center center;}
#header .txt ul li a.mail:hover{
	color: #efefef;
	background-color: #000;}
#header .txt ul li a.mail:hover::before{
	background: url(../images/icon_mail_w.png) no-repeat center center;}

/*--- グローバルナビ ---*/
#header #navi{
	background-color: #000;}
#header #navi ul{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	letter-spacing: -1em;
	background-color: #000;
	display: flex;
    justify-content: center;}
#header #navi ul li{
	display: inline-block;
	letter-spacing: 0.1em;}
#header #navi ul li:last-child{
	margin: 0;}
#header #navi ul li a{
	display: block;
	font-size: 1.5em;
	text-decoration: none;
	padding: 13px 1rem 17px;
	color: #fff;
	-webkit-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;}
#header #navi ul li a:hover{
	background-color: #519aa8;}
#header .ham_menu{
	display: none;}

/*-------------------------
__footer
-------------------------*/

#footer{}

#footer #footer_inner{
	width: calc(100% - 4%);
	margin: 0 auto;
	padding: 40px 2% 100px;
	box-sizing: border-box;
	overflow: hidden;}

#footer #footer_txt{
	width: 50%;
	float: left;}
#footer #footer_txt dl{
	display: table;}
#footer #footer_txt dl dt{
	display: table-cell;
	vertical-align: top;
	padding: 5px 0 0;
	width: 60px;}
#footer #footer_txt dl dd{
	display: table-cell;
	text-align: left;
	vertical-align: top;
	padding: 0 20px;
	box-sizing: border-box;}
#footer #footer_txt dl dd p{
	font-size: 1.4em;
	line-height: 1.5;
	letter-spacing: 0.04em;}
#footer #footer_txt dl dd p + p{
	margin: 3px 0 0;}
#footer #footer_txt dl dd p span:not(.pad_over,.sp_only){
	font-size: 1.06em;
	font-weight: 700;}
#footer #footer_txt dl dd a.mail{
	display: inline-block;
	height: 42px;
	font-size: 1.4em;
	font-weight: 700;
	line-height: 20px;
	text-decoration: none;
	margin: 15px 0 0 0;
	padding: 10px 30px;
	box-sizing: border-box;
	color: #000;
	border: 1px solid #ccc;
	background-color: #efefef;
	-webkit-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;}
#footer #footer_txt dl dd a.mail::before{
	content: "";
	display: inline-block;
	width: 19px;
	height: 14px;
	vertical-align: middle;
	margin: 0 5px 4px 0;
	background: url(../images/icon_mail.png) no-repeat center center;
	-webkit-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;}
#footer #footer_txt dl dd a.mail:hover{
	color: #efefef;
	background-color: #000;}
#footer #footer_txt dl dd a.mail:hover::before{
	background: url(../images/icon_mail_w.png) no-repeat center center;}

/*--- フッターリンク ---*/
#footer #footer_link{
	width: 50%;
	text-align: left;
	float: right;}
#footer #footer_link ul{
	letter-spacing: -1em;}
#footer #footer_link ul li{
	display: inline-block;
	width: 50%;
	letter-spacing: 0.04em;
	margin: 0 0 15px;}
#footer #footer_link ul li:nth-last-child(1),
#footer #footer_link ul li:nth-last-child(2){
	margin: 0;}
#footer #footer_link ul li a{
	display: inline-block;
	font-size: 1.4em;
	line-height: 1.5;
	text-decoration: none;
	color: #000;
	position: relative;}
#footer #footer_link ul li a::before{
	position: absolute;
	top: 1.4em;
	left: 0;
	content: "";
	display: inline-block;
	width: 0;
	height: 1px;
	background: #000;
	-webkit-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;}
#footer #footer_link ul li a:hover:before{
	width: 100%;}

#footer .copyright{
	padding: 12px 0 15px;
	box-sizing: border-box;
	background-color: #000;}
#footer .copyright .copyright_inner{
	width: 100%;
	font-size: 1.3em;
	letter-spacing: 0.04em;
	text-align: center;
	margin: 0 auto;
	color: #fff;}

.re_top {
	display: none;
	position: fixed;
	right: 10px;
	bottom: 10px;}
.re_top a{
	display: table-cell;
	width: 60px;
	height: 60px;
	font-size: 1.3em;
	font-weight: 700px;
	letter-spacing: 0.04em;
	line-height: 1.3;
	vertical-align: middle;
	text-decoration: none;
	padding: 0 0 3px 3px;
	box-sizing: border-box;
	color: #fff;
	background-color: #4593a0;
	border-radius: 60px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	-webkit-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;}
.re_top a:hover{
	color: #4593a0;
	background-color: #fff;
	border: 1px solid #4593a0;
	box-sizing: border-box;}

/*-------------------------
__topic_path
-------------------------*/

#main .topic_path{
	width: 100%;
	min-width: 100%;
	margin: 0 0 30px;
	border-bottom: 1px solid #eee;}
#main .topic_path ul{
	width: 96%;
	text-align: left;
	letter-spacing: -1em;
	vertical-align: top;
	margin: 0 auto;
	padding: 5px 2% 10px;}
#main .topic_path ul li{
	display: inline-block;
	font-size: 1.4em;
	line-height: 1.5;
	letter-spacing: 0.1em;}
#main .topic_path ul li:after {
	content: "｜";
	margin: 0 5px;
	color: #ccc;}
#main .topic_path ul li:last-child:after {
	content:"";}
#main .topic_path ul li a{
	text-decoration: underline;
	padding: 0 3px;
	color: #000;
	-webkit-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;}
#main .topic_path ul li a:hover{
	text-decoration: none;
	color: #fff;
	background-color: #4593a0;}

/*-------------------------
__main
-------------------------*/

#main .box{
	width: 96%;
    text-align: left;
    margin: 0 auto;
    padding: 0 2%;}
#main .box + .box{
	margin: 40px auto 0;}

#main .sub_title{
	display: block;
	font-size: 1.8em;
	line-height: 2;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
	margin: 0 0 20px;}
#main .sub_title span{
	display: inline-block;
	padding: 0 0 5px;
	position: relative;}
#main .sub_title span::after{
	display: block;
	width: 60%;
	height: 2px;
	content: "";
	margin: auto auto 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000;}

#main .txt{
	font-size: 1.5em;
	line-height: 2;
	letter-spacing: 0.04em;}
#main .txt strong{
	font-weight: 700;}

}
/* ----------------------------------------------

pad設定

------------------------------------------------*/
@media all and (min-width: 520px) and (max-width: 768px) {
	img{
		width: 100%;
		height: auto;
	}
	.pc_only, .full_pc, .full_pc_under, .pc_only, .sp_only {
		display: none!important;
	  }
/*-------------------------
__header
-------------------------*/

#header{}
#header #header_inner{
	display: table;
	width: 96%;
	height: 95px;
	margin: 0 2%;
	padding: 13px 0;
	box-sizing: border-box;}

#header .logo{
	display: table-cell;
	text-align: left;
    vertical-align: middle;
	width: 25%;}
#header .logo a{
	-webkit-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;}
#header .logo a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";}

#header .txt{
	display: table-cell;
	text-align: right;
	vertical-align: top;
	width: 50%;
	overflow: hidden;}
#header .txt p{
	font-size: 1.3em;
	font-weight: 700;
	letter-spacing: 0.04em;}
#header .txt ul{
	display: table;
	float: right;
	margin: 10px 0 0;}
#header .txt ul li{
	display: table-cell;
	letter-spacing: 0.04em;
	vertical-align: middle;}
#header .txt ul li a.mail{
	display: inline-block;
	height: 42px;
	font-size: 1.4em;
	font-weight: 700;
	line-height: 20px;
	text-decoration: none;
	margin: 0 0 0 20px;
	padding: 10px 25px;
	box-sizing: border-box;
	color: #000;
	border: 1px solid #ccc;
	background-color: #efefef;
	-webkit-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;}
#header .txt ul li a.mail::before{
	content: "";
	display: inline-block;
	width: 19px;
	height: 14px;
	vertical-align: middle;
	margin: 0 5px 4px 0;
	background: url(../images/icon_mail.png) no-repeat center center;}
#header .txt ul li a.mail:hover{
	color: #efefef;
	background-color: #000;}
#header .txt ul li a.mail:hover::before{
	background: url(../images/icon_mail_w.png) no-repeat center center;}

/*--- グローバルナビ ---*/
#header #navi{
	background-color: #000;}
#header #navi ul{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	letter-spacing: -1em;
	background-color: #000;
	display: flex;
	justify-content: center;}
#header #navi ul li{
	display: inline-block;
	letter-spacing: 0.1em;}
#header #navi ul li:last-child{
	margin: 0;}
#header #navi ul li a{
	display: block;
	font-size: 1.5em;
	text-decoration: none;
	padding: 13px 1rem 17px;
	color: #fff;
	-webkit-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;}
#header #navi ul li a:hover{
	background-color: #519aa8;}
#header .ham_menu{
	display: none;}

/*-------------------------
__footer
-------------------------*/

#footer{}

#footer #footer_inner{
    width: 96%;
    margin: 0 2%;
	padding: 40px 0 100px;
	box-sizing: border-box;
	overflow: hidden;}

#footer #footer_txt{
	width: 50%;
	float: left;}
#footer #footer_txt dl{
	display: table;}
#footer #footer_txt dl dt{
	width: 15%;
	display: table-cell;
	vertical-align: top;
	padding: 5px 0 0;}
#footer #footer_txt dl dd{
	display: table-cell;
	text-align: left;
	vertical-align: top;
	padding: 0 20px;
	box-sizing: border-box;}
#footer #footer_txt dl dd p{
	font-size: 1.4em;
	line-height: 1.5;
	letter-spacing: 0.04em;}
#footer #footer_txt dl dd p + p{
	margin: 3px 0 0;}
#footer #footer_txt dl dd p span:not(.pad_over,.sp_only){
	font-size: 1.06em;
	font-weight: 700;}
#footer #footer_txt dl dd a.mail{
	display: inline-block;
	height: 42px;
	font-size: 1.4em;
	font-weight: 700;
	line-height: 20px;
	text-decoration: none;
	margin: 15px 0 0 0;
	padding: 10px 30px;
	box-sizing: border-box;
	color: #000;
	border: 1px solid #ccc;
	background-color: #efefef;
	-webkit-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;}
#footer #footer_txt dl dd a.mail::before{
	content: "";
	display: inline-block;
	width: 19px;
	height: 14px;
	vertical-align: middle;
	margin: 0 5px 4px 0;
	background: url(../images/icon_mail.png) no-repeat center center;
	-webkit-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;}
#footer #footer_txt dl dd a.mail:hover{
	color: #efefef;
	background-color: #000;}
#footer #footer_txt dl dd a.mail:hover::before{
	background: url(../images/icon_mail_w.png) no-repeat center center;}

/*--- フッターリンク ---*/
#footer #footer_link{
	width: 50%;
	text-align: left;
	float: right;}
#footer #footer_link ul{
	letter-spacing: -1em;}
#footer #footer_link ul li{
	display: inline-block;
	width: 50%;
	letter-spacing: 0.04em;
	margin: 0 0 15px;}
#footer #footer_link ul li:nth-last-child(1),
#footer #footer_link ul li:nth-last-child(2){
	margin: 0;}
#footer #footer_link ul li a{
	display: inline-block;
	font-size: 1.4em;
	line-height: 1.5;
	text-decoration: none;
	color: #000;
	position: relative;}
#footer #footer_link ul li a::before{
	position: absolute;
	top: 1.4em;
	left: 0;
	content: "";
	display: inline-block;
	width: 0;
	height: 1px;
	background: #000;
	-webkit-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;}
#footer #footer_link ul li a:hover:before{
	width: 100%;}

#footer .copyright{
	padding: 12px 0 15px;
	box-sizing: border-box;
	background-color: #000;}
#footer .copyright .copyright_inner{
	width: 100%;
	font-size: 1.3em;
	letter-spacing: 0.04em;
	text-align: center;
	margin: 0 auto;
	color: #fff;}

.re_top {
	display: none;
	position: fixed;
	right: 10px;
	bottom: 10px;}
.re_top a{
	display: table-cell;
	width: 60px;
	height: 60px;
	font-size: 1.3em;
	font-weight: 700px;
	letter-spacing: 0.04em;
	line-height: 1.3;
	vertical-align: middle;
	text-decoration: none;
	padding: 0 0 3px 3px;
	box-sizing: border-box;
	color: #fff;
	background-color: #4593a0;
	border-radius: 60px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	-webkit-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;}
.re_top a:hover{
	color: #4593a0;
	background-color: #fff;
	border: 1px solid #4593a0;
	box-sizing: border-box;}

/*-------------------------
__topic_path
-------------------------*/

#main .topic_path{
	width: 100%;
	min-width: 100%;
	margin: 0 0 30px;
	border-bottom: 1px solid #eee;}
#main .topic_path ul{
	width: 96%;
	text-align: left;
	letter-spacing: -1em;
	vertical-align: top;
	margin: 0 auto;
	padding: 5px 2% 10px;}
#main .topic_path ul li{
	display: inline-block;
	font-size: 1.4em;
	line-height: 1.5;
	letter-spacing: 0.1em;}
#main .topic_path ul li:after {
	content: "｜";
	margin: 0 5px;
	color: #ccc;}
#main .topic_path ul li:last-child:after {
	content:"";}
#main .topic_path ul li a{
	text-decoration: underline;
	padding: 0 3px;
	color: #000;
	-webkit-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;}
#main .topic_path ul li a:hover{
	text-decoration: none;
	color: #fff;
	background-color: #4593a0;}

/*-------------------------
__main
-------------------------*/

#main .box{
	width: 96%;
    text-align: left;
    margin: 0 auto;
    padding: 0 2%;}
#main .box + .box{
	margin: 40px auto 0;}

#main .sub_title{
	display: block;
	font-size: 1.8em;
    line-height: 2;
    font-weight: 700;
	letter-spacing: 0.1em;
    text-align: center;
	margin: 0 0 20px;}
#main .sub_title span{
	display: inline-block;
	padding: 0 0 5px;
	position: relative;}
#main .sub_title span::after{
	display: block;
	width: 60%;
	height: 2px;
	content: "";
	margin: auto auto 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000;}

#main .txt{
	font-size: 1.5em;
	line-height: 2;
	letter-spacing: 0.04em;}
#main .txt strong{
	font-weight: 700;}
}

/* ----------------------------------------------

sp設定

------------------------------------------------*/
@media all and (max-width: 520px) {
	img{
		width: 100%;
		height: auto;
	}
	.full_pc, .full_pc_under, .pc_only, .pad_only,.pad_over {
		display: none!important;
	  }
/*-------------------------
__header
-------------------------*/

#header{
	position: fixed;
	background-color: #fff;
	top: 0;
	z-index: 1001;}
#header #header_inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 70px;
	margin: 0 2%;
	box-sizing: border-box;}

#header .logo{
	display: table-cell;
	text-align: left;
	vertical-align: top;
	width: 45%;}
#header .logo a{
	-webkit-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;}
#header .logo a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";}

#header .txt{
	/* display: table-cell;
	text-align: right;
	vertical-align: top;
	width: 50%;
	overflow: hidden; */
	margin-right: 2.4rem;
}
#header .txt ul{}
#header .txt ul li.tel_li{
	margin-bottom: 0.5rem;}
#header .txt ul li.tel_li a img{
	margin-right: 0.2rem;}
#header .txt ul li a.sp_tel{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
    color: #000;
    text-decoration: none;}
#header .txt ul li a.sp_tel img{
	width: 15px;
}
#header .txt ul li a.sp_mail{
	display: inline-block;
	padding: 5px;
	box-sizing: border-box;
	color: #000;
	border: 1px solid #ccc;
	border-radius: 3px;
    text-decoration: none;
	background-color: #efefef;}
#header .txt ul li a.sp_mail::before{
	content: "";
	display: inline-block;
	width: 19px;
	height: 14px;
	vertical-align: middle;
	margin: 0 5px 4px 0;
	background: url(../images/icon_mail.png) no-repeat center center;}

/*--- グローバルナビ ---*/
#header #navi{
	background-color: #000;}
#header #navi ul{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	letter-spacing: -1em;
	background-color: #000;}
#header #navi ul li{
	display: inline-block;
	letter-spacing: 0.1em;}
#header #navi ul li:last-child{
	margin: 0;}
#header #navi ul li a{
	display: block;
	font-size: 1.5em;
	text-decoration: none;
	padding: 13px 37px 17px;
	color: #fff;}

/*-------------------------
__footer
-------------------------*/

#footer{}

#footer #footer_inner{
	width: 100%;
	margin: 0 auto;
	padding: 40px 0 100px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	justify-content: center;
	overflow: hidden;}
#footer #footer_txt{}
#footer #footer_txt dl{}
#footer #footer_txt dl dt{
	width: 60%;
    margin: 2rem auto 0;}
#footer #footer_txt dl dd{
	padding: 0 20px;
	box-sizing: border-box;}
#footer #footer_txt dl dd p{
	font-size: 1.4em;
	line-height: 1.5;
	letter-spacing: 0.04em;}
#footer #footer_txt dl dd p + p{
	margin-top: 1rem;}
#footer #footer_txt dl dd p span:not(.pad_over,.sp_only){
	font-size: 1.06em;
	font-weight: 700;}
#footer #footer_txt dl dd p span a{
	color: #000;
	text-decoration: none;}
#footer #footer_txt dl dd a.mail{
	display: inline-block;
	height: 42px;
	font-size: 1.4em;
	font-weight: 700;
	line-height: 20px;
	text-decoration: none;
	margin: 15px 0 0 0;
	padding: 10px 30px;
	box-sizing: border-box;
	color: #000;
	border: 1px solid #ccc;
	background-color: #efefef;
	-webkit-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;}
#footer #footer_txt dl dd a.mail::before{
	content: "";
	display: inline-block;
	width: 19px;
	height: 14px;
	vertical-align: middle;
	margin: 0 5px 4px 0;
	background: url(../images/icon_mail.png) no-repeat center center;
	-webkit-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;}
#footer #footer_txt dl dd a.mail:hover{
	color: #efefef;
	background-color: #000;}
#footer #footer_txt dl dd a.mail:hover::before{
	background: url(../images/icon_mail_w.png) no-repeat center center;}

/*--- フッターリンク ---*/
#footer #footer_link{
	width: 100%;}
#footer #footer_link ul{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;}
#footer #footer_link ul li{
	display: inline-block;
	width: 50%;
	letter-spacing: 0.04em;
	margin: 0 0 15px;}
#footer #footer_link ul li:nth-last-child(1),
#footer #footer_link ul li:nth-last-child(2){
	margin: 0;}
#footer #footer_link ul li a{
	display: inline-block;
	font-size: 1.4em;
	line-height: 1.5;
	text-decoration: none;
	color: #000;
	position: relative;}
#footer #footer_link ul li a::before{
	position: absolute;
	top: 1.4em;
	left: 0;
	content: "";
	display: inline-block;
	width: 0;
	height: 1px;
	background: #000;
	-webkit-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;}
#footer #footer_link ul li a:hover:before{
	width: 100%;}

#footer .copyright{
	padding: 12px 0 15px;
	box-sizing: border-box;
	background-color: #000;}
#footer .copyright .copyright_inner{
	width: 100%;
	font-size: 1.3em;
	letter-spacing: 0.04em;
	text-align: center;
	margin: 0 auto;
	color: #fff;}

.re_top {
	display: none;
	position: fixed;
	right: 10px;
	bottom: 10px;}
.re_top a{
	display: table-cell;
	width: 60px;
	height: 60px;
	font-size: 1.3em;
	font-weight: 700px;
	letter-spacing: 0.04em;
	line-height: 1.3;
	vertical-align: middle;
	text-decoration: none;
	padding: 0 0 3px 3px;
	box-sizing: border-box;
	color: #fff;
	background-color: #4593a0;
	border-radius: 60px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	-webkit-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;}
.re_top a:hover{
	color: #4593a0;
	background-color: #fff;
	border: 1px solid #4593a0;
	box-sizing: border-box;}

/*-------------------------
__topic_path
-------------------------*/

#main .topic_path{
	width: 100%;
	min-width: 100%;
	margin: 0 0 30px;
	border-bottom: 1px solid #eee;}
#main .topic_path ul{
	width: 96%;
	text-align: left;
	letter-spacing: -1em;
	vertical-align: top;
	margin: 0 auto;
	padding: 5px 2% 10px;}
#main .topic_path ul li{
	display: inline-block;
	font-size: 1.4em;
	line-height: 1.5;
	letter-spacing: 0.1em;}
#main .topic_path ul li:after {
	content: "｜";
	margin: 0 5px;
	color: #ccc;}
#main .topic_path ul li:last-child:after {
	content:"";}
#main .topic_path ul li a{
	text-decoration: underline;
	padding: 0 3px;
	color: #000;
	-webkit-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;}
#main .topic_path ul li a:hover{
	text-decoration: none;
	color: #fff;
	background-color: #4593a0;}

/*-------------------------
__main
-------------------------*/
#content{
	margin-top: 70px;
}
#main .box{
	width: 96%;
    text-align: left;
    margin: 0 auto;
    padding: 0 2%;}
#main .box + .box{
	margin: 40px auto 0;}

#main .sub_title{
	display: block;
	font-size: 1.8em;
    line-height: 2;
    font-weight: 700;
	letter-spacing: 0.1em;
    text-align: center;
	margin: 0 0 20px;}
#main .sub_title span{
	display: inline-block;
	padding: 0 0 5px;
	position: relative;}
#main .sub_title span::after{
	display: block;
	width: 60%;
	height: 2px;
	content: "";
	margin: auto auto 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000;}

#main .txt{
	font-size: 1.5em;
	line-height: 2;
	letter-spacing: 0.04em;}
#main .txt strong{
	font-weight: 700;}



/*
==========================================================
ハンバーガーメニュー（解放時）
==========================================================
*/
	#header .ham_menu {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  position: fixed;
	  right: 2%;
	  top: 26.5px;
	  z-index: 1000;
	}
	#header .ham_menu span, #header .ham_menu span::before, #header .ham_menu span::after {
	  display: block;
	  width: 30px;
	  height: 3px;
	  background-color: #333;
	  transition-duration: 0.4s;
	}
	#header .ham_menu span {
	  position: relative;
	  margin-top: 7px;
	  margin-bottom: 7px;
	}
	#header .ham_menu span::before {
	  position: absolute;
	  content: "";
	  top: -7px;
	  width: 20px;
	  right: 0;
	}
	#header .ham_menu span::after {
	  position: absolute;
	  content: "";
	  top: 7px;
	}
	#header .ham_menu span.open {
	  background-color: #fff;
	  transform:rotate(45deg) ;
	}
	#header .ham_menu span.open::before {
		background-color: #fff;
	  top: 0;
	}
	#header .ham_menu span.open::after {
		background-color: #fff;
	  top: 0;
	  transform: rotate(-90deg);
	}
	#header #navi {
	  background-color: rgba(0, 0, 0, 0.5);
	  position: fixed;
	  top: 0px;
	  left: 0;
	  width: 100vw;
	  height: 100vh;
	  overflow: scroll;
	  transition: all .5s;
	  opacity: 0;
	  display: none;
	  z-index: -100;
	}
	#header #navi.open {
	  opacity: 1;
	  display: block;
	  z-index: 100;
	}
	#header #navi ul {
	  display: flex;
	  flex-direction: column;
	  align-items: center;
	  justify-content: center;
	  height: 100%;
	  background-color: rgba(0, 0, 0, 0.5);
	}
	#header #navi ul li {
	  width: 100%;
	  /* border-bottom: 1px solid #999;
	  background: #fff; */
	  text-align: center;
	  height: auto;
	  margin: 0;
	  padding: 0;
	}
	#header #navi ul li a {
	  display: block;
	  width: 100%;
	  height: 100%;
	  padding: 1em 0;
	  color: #fff;
	  background-color: none;
	  font-size: 20px;
	}
  
}

