@charset "UTF-8";

/* common
------------------------------ */
html,body{
    width: 100%;
}
body {
	color: #222;
	font-family: 'Arial','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size:14px;
}
body.large {
	font-size:16px;
}
body.bgWhite {
	background-color: #FFF;
	color: #000;
}
body.bgBlue {
	background-color: #0000FF;
	color: #FFFF00;
}
body.bgBlue #location .category-01 li a,
body.bgBlue #location .category-02 li a,
body.bgBlue .news-block a,
body.bgBlue h1 span,
body.bgBlue strong {
	color: #FFFF00;
}
body.bgBlack {
	background-color: #000;
	color: #FFF;
}
body.bgBlack #location .category-01 li a,
body.bgBlack #location .category-02 li a,
body.bgBlack .news-block a,
body.bgBlack h1 span,
body.bgBlack strong {
	color: #FFF;
}
.inner {
	width: 980px;
	margin-left: auto;
    margin-right: auto;
}
.underlayer{
	width:900px;
	margin-left: auto;
    margin-right: auto;
}
main {
	display:block;
	margin-top:120px;
}
h1, h2, h3, h4,h5, #sidebar, .head-block, .catch {
	font-family: 'Verdana','メイリオ', Meiryo,sans-serif;
}
h1{
    text-align: center;
    font-size: 2.2em;
    font-weight: bold;
    letter-spacing: 0.25em;
    margin-bottom: 20px;
    border-left: none;
}
h1 span{
	font-size: 0.45em;
    font-weight: normal;
    color: #4d4d4d;
    letter-spacing: 0.3em;
}
h2 {
    font-size: 1.3em;
    font-weight: bold;
    padding-left: 7px;
    border-left: 3px solid #96e181;
    margin-bottom: 20px;
    line-height: 1.2em;
}
h3{
    font-weight:bold;
    margin-bottom: 3px;
    font-size: 1.15em;
}
h4{
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 5px;
    letter-spacing: 0.05em;
}
p{
    line-height: 1.7em;
}
header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 60px;
    background: #fff;
    z-index: 10;
    border-bottom: solid 1px #999;
}
header #head-logo{
	float: left;
    margin-right: 12px;
}
header nav{
    float: left;
}
#site-nav ul.mainmenu{
}
#site-nav ul.mainmenu li{
	display: inline-block;
	color: #222;
}
#site-nav ul.mainmenu li:hover, #site-nav ul.mainmenu li a:hover{
	color:#fa7300;
}
#site-nav ul.mainmenu .par{
    display: block;
    height: 60px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
    padding: 21px 7px;
    box-sizing: border-box;
}

#site-nav div .child-nav{
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 2;
}
#site-nav div .child-nav ul{
}
#site-nav div .child-nav ul li{
    display: inline-block;
    padding: 40px 0 40px 20px;
}
#site-nav div .child-nav ul li:first-child{
    padding: 40px 0;
}
#site-nav .mainmenu .area-nav ul{
    background: rgba(34,34,34, 0.8);
	text-align:center;
	display:none;
}
#site-nav .mainmenu .area-nav:hover ul{
	display:block;
}
#site-nav div.child-nav>.inner>ul>li{
}
#site-nav ul.mainmenu li.area-nav a{
    font-weight: bold;
    line-height: unset;
    color: #fff
}
#site-nav ul.mainmenu li.area-nav a:hover{
	color:#b2b2b2;
}
header .head-box{
	float:right;
}
header .head-box #fontsize,header .head-box #bgcolor,header .head-box .head-mail{
    text-align: center;
	overflow:hidden;
	height:60px;
	float: right;
	padding-top:8px;
	box-sizing:border-box;
	background:#fff;
}
header .head-box #fontsize{
	 background: #222;
}
header .head-box #fontsize ul{
	margin:3px 17px 0;
}
header .head-box #fontsize ul li{
	display: inline-block;
}
header .head-box #fontsize ul li:first-child{
	padding-top:2px;
}
	
header .head-box #bgcolor ul{
	overflow:hidden;
	margin-top:6px;
}
header .head-box #bgcolor ul li{
	float:left;
	width:27px;
	height:30px;
	margin-right:1px;
	cursor:pointer;
}
header .head-box #bgcolor ul li:first-child{
	background-color:#fff;
}
header .head-box #bgcolor ul li:nth-child(2){
	background-color:#0000ff;
}
header .head-box #bgcolor ul li:last-child{
	background-color:#222;
	margin-right:0;
}
header .head-box .head-mail{
	padding-top:0;
}
header .head-box .head-mail a{
    background: #ffc500;
	padding:19px 25px;
	display:block;
}
header .head-box .head-mail img{
}
.button {
	position:relative;
	display: inline-block;
	text-align: center;
	outline: none;
	z-index:2;
	background-color:#fff;
	border: 2px solid #222;
	overflow:hidden;
	padding: 9px 90px;
}
.button:hover {
	color: #fff;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button::after {
	top: 0;
	left:-100%;
	width: 100%;
	height: 100%;
}
.button:hover::after {
	left: 0;
	background-color: #222;
}
.button span{
}
.button span:after{
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: 13px;
    right: 7px;
    background-image: url(../../../../assets/img/btn-arrow.png);
    background-repeat: no-repeat;
    margin: auto;
    z-index: 3;
}
.btn-area{
	text-align:center;
}
section{
	margin-bottom:80px;
}
table th {
	width:16%;
}
/* pc-sp
---------------------------------------- */
.forPC {
}
.forSP {
	display: none;
}


/* common-parts
------------------------------ */
#support .block-lead{
	overflow:visible;
	margin-bottom:40px;
	position:relative;
}
.block-lead{
	overflow: hidden;
	margin-bottom:40px;
	position:relative;
}
.block-lead .block-box-r{
    width: 495px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.block-lead .block-box-l{
    width: 495px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
	color:#222;
}
.block-lead .r-img{
	float:right;
}

.block-lead .block-img{
    float: left;
    margin-right: 10px;
}
.block-lead .catch{
	display: inline-block;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 20px;
}
.block-lead .txt{
	margin-bottom:30px;
}
#breadcrumb {
    background: #eee;
    padding: 6px 0;
	font-size:0.92em;
}
#breadcrumb li{
    display:inline;
    list-style: none;
	position:relative;
	margin-right:5px;
	color: #000;
	line-height: 1.3;
	font-size:0.9em;
}
#breadcrumb li a {
    text-decoration: none;
    color: #222;
	padding-right:10px;
}
#breadcrumb li a:after{
    content: '';
	width: 5px;
    height: 5px;
    position: absolute;
    top:4px;
    bottom: 0;
    right: 0;
    border-top: 1px solid #222;
    border-right: 1px solid #222;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#breadcrumb li a:hover {
    text-decoration: underline;
}
.wp-pagenavi{
    clear: both;
    text-align: center;
    margin-bottom: 50px;
}
.wp-pagenavi .current{
	border-color: #ffc500;
    background: #ffc500;
    color: #222;
}
.wp-pagenavi a,
.wp-pagenavi span{
    display: inline-block;
    width: 20px;
    line-height: 23px;
}
/* footer
------------------------------ */
footer {
	background-color:#222;
	color:#fff;
}
footer .foot-info{
	background:url(../../../../assets/img/bg_footer.png) left top repeat-y,url(../../../../assets/img/bg_footer.png) right top repeat-y;
	text-align:center;
	padding: 38px 0 40px;
	border-bottom: solid 1px #4d4d4d;
}
footer .foot-info .ttl{
	font-size: 1.8em;
    letter-spacing: 0.08em;
    line-height: 1.2em;
    margin-bottom: 15px;
	font-weight:bold;
}
footer .foot-info .ttl span{
	font-size: 0.45em;
    color: #999;
	font-weight:normal;
}
footer .foot-info address,footer .foot-info .contact{
	margin-bottom:15px;	
	font-style: inherit;
}
footer .contact ul li{
	display:inline-block;
}
footer .contact ul li:first-child{
	margin-right:0px;
}
footer .contact ul li:last-child{
	line-height: 2.7;
	font-size: 0.85em;
}
footer .foot-info .foot-ban{
	font-size: 0.85em;
    color: #999;
}
footer .foot-bottom{
    box-sizing: border-box;
    overflow: hidden;
    padding: 13px 0 10px;
}
footer .foot-bottom .foot-nav{
	display:inline-block;
	font-size: 0.92em;
}
footer .foot-bottom .foot-nav a{
	color:#fff;
}
footer .foot-bottom .foot-nav li{
	display: inline-block;
    margin-right: 12px;
	font-size: 0.9em;
}
footer .foot-bottom .foot-nav li:first-child{
	border-right: solid 1px;
    padding-right: 17px;
}
footer .foot-bottom #copyright{
	float:right;
	font-size:0.75em;
	color:#999;
}
footer #totop{
	position: fixed;
    bottom: 2%;
    right: 4%;
}
