@charset "utf-8";
body {
	-webkit-print-color-adjust: exact;
}
p.head-text,p.head-text-sp{
	margin-bottom:5px;    
	line-height: 1.78em;
}
/* ロードまち ////////// */
#loader-bg {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #183978;
  z-index: 9998;
}
#loader {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  text-align: center;
  color: #fff;
  z-index: 9999;
}
/* ロードまち ////////// */
h1.logo{
	display:table-cell;
	vertical-align: middle;
	margin:0;
	line-height: 0;
}
h1.logo a{
    display: inline-block;
	transition: opacity 0.8s;
}
h1.logo a:hover{
    opacity:0.6;
}
.global-nav-wrap{
	padding: 0px;
	top:0;
	left:0;
	width:100%;
	background-color: #FFFFFF;
	z-index:999;
	border-top:7px solid #183978;
}
.global-nav{
	position: relative;
}
.global-nav-inner{
	width:100%;
	display: table;
	position: relative;
}
/* ////////////////////////////////////////
メインメニュー
//////////////////////////////////////// */
.main-nav > li > a{
	display: block;
	padding:0 6%;
	position: relative;
	transition: color 0.3s;
}
.main-nav > li > a:before{
	position: absolute;
	content:'';
	background-color: #183978;
	width:1px;
	height:70%;
	top:15%;
	left:0;
}
.main-nav > li > a > span{
	color:#183978;
	display: block;
	letter-spacing: 0.1em;
	transition: color 0.3s;
}
.main-nav > li > a > span.contact-text{
	color:#901111;
}
.main-nav > li > a:hover > span,.main-nav > li > a:hover > span.contact-text{
	color:#4883bf;
}
/* ////////////////////////////////////////
ロゴ/メニュー・お問い合わせ
//////////////////////////////////////// */
.logo-menu{
    display: table-cell !important;
	vertical-align: middle;
}
.nav-wrap{
	text-align: right;
    display: table-cell !important;
	vertical-align: middle;
}
/*電話番号*/
.other-nav,.other-sp-nav {
	display: inline-block;
	vertical-align: middle;
	background-image:url(../img/common/tel-base.jpg);
	background-size: 5px 5px;
	padding:10px 15px;
	position: relative;
	color:#183978;
	text-align: center;
}
.other-nav dt,.other-sp-nav dt{
	font-size:0.875rem;/*14px*/
	margin-bottom:13px;
	border-bottom:1px solid #183978;
	letter-spacing: 0.2em;
}
.other-nav dd{
	margin-bottom:0;
}
.other-nav dd span.hour,.other-sp-nav dd span.hour{
	font-size:0.875rem;/*14px*/
	display: block;
}
.other-nav dd address,.other-sp-nav dd address{
	position: relative;
	margin:0;
	padding-left:42px;
	font-size:2rem;/*32px*/
	line-height: 0.8em;
	color:#183978;
}
.other-nav dd address:before,.other-sp-nav dd address:before{
	position: absolute;
	content:'';
	background-image: url(../img/common/icon-tel.png);
	background-repeat: no-repeat;
	background-size: contain;
	width:42px;
	height:42px;
	top:50%;
	left:0;
	margin-top:-21px;
}
/* ////////////////////////////////////////
お問い合わせ
//////////////////////////////////////// */
#contact{
	position: relative;
	background-image: url(../img/common/contact-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding:90px 0;
}
#contact h3{
	line-height: 1.6em;
}
#contact .hour-text{
	margin-top:10px;
	padding-top:10px;
	border-top:1px dashed #183978;
}
#contact .contact-list address {
	text-align: center;
}
#contact .contact-list address .tel-box{
	padding-left:65px;
	position: relative;
	display: inline-block;
	text-align: left;
}
#contact .contact-list address .tel-box-title{
	margin-bottom:10px;
}
#contact .contact-list address .tel-box:last-child{
	margin-top:20px;
}
#contact .contact-list address .tel-box:before{
	position: absolute;
	content:'';
	background-image: url(../img/common/icon-tel-big.png);
	background-size: contain;
	background-repeat: no-repeat;
	width:50px;
	height:50.8px;
	top:50%;
	margin-top:-10px;
	left:0;
}
#contact .contact-list{
	margin-top:0px;
}
#contact .form-btn a{
	text-align: center;
	border:1px solid #183978;
	padding:30px 25px;
	display: block;
	transition: 0.3s;
	color:  #183978;
}
#contact .form-btn span{
	position:relative;
	padding-left:81px;
	padding-right:77px;
	display: inline-block;
}
#contact .form-btn span:before{
	position:absolute;
	content:'';
	background-image: url(../img/common/icon-mail.png);
	background-size: contain;
	background-repeat: no-repeat;
	width:61px;
	height:43px;
	top:50%;
	left:0;
	margin-top:-21.5px;
	transition: 0.3s;
}
#contact .form-btn span:after{
	position: absolute;
	content:'';
	background-image: url(../img/common/arrow-ya-blue.png);
	background-size: contain;
	background-repeat: no-repeat;
	width:57px;
	height:8px;
	top:50%;
	right:10px;
	margin-top:-4px;
	transition: 0.3s;
}
#contact .form-btn a:hover{
	background-color:  #183978;
	color:  #fff;
}
#contact .form-btn a:hover span:after{
	right:0;
	background-image: url(../img/common/arrow-ya.png);
}
#contact .form-btn a:hover span:before{
	background-image: url(../img/common/icon-mail-white.png);
}
#contact .access-btn{
	text-align: center;
}
#contact .access-btn a{
	text-decoration: underline;
	position: relative;
	padding-left:40px;
}
#contact .access-btn a:before{
	position: absolute;
	content:'';
	background-image: url(../img/common/icon-access.png);
	background-size: contain;
	background-repeat: no-repeat;
	width:26px;
	height:35px;
	top:50%;
	left:0;
	margin-top:-17.5px;
}
#contact .access-btn a:hover{
	text-decoration: none;
}
/* ////////////////////////////////////////
フッター
//////////////////////////////////////// */
footer{
	background-color: #183978;
	padding-top:34px;
	padding-bottom:10px;
}
footer .footer_inner{
	border-bottom:1px solid #fff;
	padding-bottom:40px;
}
footer .footer_logo{
	margin-bottom:24px;
}
footer .footer_menu{
	margin-bottom:0;
}
footer .footer_menu > li a{
	position: relative;
	display: inline-block;
	padding-left:13px;
	color:#fff;
	transition: 0.3s;
}
footer .footer_menu > li a:hover{
	color:#4883bf;
}
footer .footer_menu > li a:before{
	position: absolute;
	content:'';
	background-image: url(../img/common/icon-arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	width:12px;
	height:12px;
	top:50%;
	left:0;
	margin-top:-6px;
	transition: 0.3s;
}
footer .footer_menu > li a:hover:before{
	background-image: url(../img/common/icon-arrow-water.png);
}
footer .list-under{
	margin-left:1rem;
}
/*CMS：画像
-------------------------------------------------*/
.img-box{
	position: relative;
	width:145px;
	display: inline-block;
	margin:10px 0 0 0;
	padding:0;
	vertical-align: bottom;
}
.img-kakudai{
	position: absolute;
	background-color: rgba(81,81,81,0.8);
	width:25px;
	height:25px;
	bottom:0;
	right:0;
	display: flex;
	align-items: center;
	justify-content: center;
}
/*CMS：ファイル
-------------------------------------------------*/
.file-list{
	list-style-position: outside;
 	padding-left: 1.35em;
}
.file-list li {
	list-style-type: disc;
}
/* ファイルをアップロードしたときのアイコン表示  Icons for uploaded files */
.filelink {
  	margin-right: 10px;
}
.filelink span{
	position: relative;
  	padding-left: 25px;
	display: inline-block;
}
.filelink span:before{
	position: absolute;
  	content:'';
  	background-image: url(../img/information/general.gif);
	background-size: contain;
  	background-repeat: no-repeat;
	width:16px;
	height:16px;
	left:0;
	top:50%;
	margin-top:-8px;
}
.filelink span.doc:before {
  background-image: url(../img/information/doc.gif);
}
.filelink span.pdf:before {
  	background-image: url(../img/information/pdf.png);
	width:20px;
	height:23px;
	margin-top:-11.5px;
}
.filelink span.ppt:before {
  background-image: url(../img/information/ppt.gif);
}
.filelink span.img:before {
  background-image: url(../img/information/img.gif);
}
.filelink span.txt:before {
  background-image: url(../img/information/txt.gif);
}
.filelink span.xls:before {
  	background-image: url(../img/information/xls.png);
	width:20px;
	height:23px;
	margin-top:-11.5px;
}
.filelink span.zip:before {
  background-image: url(../img/information/zip.gif);
}
/* ////////////////////////////////////////
IEのみ
//////////////////////////////////////// */
@media all and (-ms-high-contrast: none)and (min-width:768px){
}
/* ////////////////////////////////////////
ページトップ
//////////////////////////////////////// */
.pagetop-btn{
	position: absolute;
	right: 24px;
	bottom: 24px;
    z-index:90;
	color:#fff;
	text-align: center;
	line-height: 1em;
}
.pagetop-btn a{
	border-radius:100px;
	background-color: #4883bf;
	width:63px;
	height:63px;
	display: block;
}
.pagetop-btn figure{
	padding:7px 0 0 0;
	margin-bottom:7px;
}
.pagetop-btn .pagetop-text{
	display: block;
}
.pagetop-btn.static{
	bottom: 24px;
	right: 24px;
}
.pagetop-btn.fixed {
	position: fixed;
	bottom: 24px;
	right: 24px;
	z-index:99;
}
/* ////////////////////////////////////////
アニメ―ション
//////////////////////////////////////// */
.anime-no{
    opacity: 0;
	transition: 0.8s;
}
.anime-no.anime-active{
    opacity: 1;
}
/* ////////////////////////////////////////
パンクズ
//////////////////////////////////////// */
#pankuz ul{
    margin:10px 0;
}
#pankuz li{
  	position: relative;
	padding-left:1.5em;
    display: inline-block;
    font-size:0.875rem;
}
#pankuz li:first-child{
	padding-left:0;
}
#pankuz li:not(:first-child):before {
	content: "\03e";
	font-size:0.8em;
	position: absolute;
	top: 0;
	left: 0.5em;
}
#pankuz a:hover{
	text-decoration:underline;
}
/* ////////////////////////////////////////
ページ下：部サービス一覧
//////////////////////////////////////// */
#service-other-list{
	margin-top:50px;
	padding-top:50px;
	padding-bottom:50px;
	background-color: #e4edf7;
	text-align:center;
}
#service-other-list li{
	display: inline-block;
	line-height: 1.4em;
}
#service-other-list .service-other-list,#service-other-list .service-other-list2{margin-bottom:0;}
#service-other-list .service-other-list li{
	margin-right:2%;/*5つの時の余白*/
}
#service-other-list .service-other-list2 li{
	margin-right:1.5%;/*6つの時の余白*/
}
#service-other-list .service-other-list li:last-child,#service-other-list .service-other-list2 li:last-child{
	margin-right:0;
}
#service-other-list li a{
	border:2px solid #183978;
	border-radius:100px;
	width:185px;
	height:185px;
	display: block;
	background-color: #fff;
	transition: 0.3s;
}
#service-other-list li a:hover{
	background-color: #183978;
	color:#fff;
}
#service-other-list li a .list-inner{
	display: table;
	width:100%;
	height:100%;
}
#service-other-list li a .list-inner2{
	display: table-cell;
	vertical-align: middle;
}
#service-other-list li figure{
	width:77px;
	height:auto;
	margin:0 auto 10px auto;
}
/* ////////////////////////////////////////
PC・タブレット・印刷時のみ
//////////////////////////////////////// */
@media screen and (min-width:768px) , print{
	/* ////////////////////////////////////////
	フッター
	//////////////////////////////////////// */
}
/* ////////////////////////////////////////
PC・印刷時のみ
//////////////////////////////////////// */
@media screen and (min-width:1100px) , print{
	h1.logo{
		width:303px;
		height:auto;
	}
	h1.logo img{
		width:303px;
		height:auto;
	}
	/* ////////////////////////////////////////
	左から現れるライン
	//////////////////////////////////////// */
	.nav-list li:not(.no-line) a::after,.nav-list li:not(.active) a::after{
		content: "";
		position: absolute;
		display: block;
		bottom:0px;
		width: 100%;
		height: 1px;
		background: #fff;
		transform: scale(0, 1);
		transform-origin: left top;
		transition: transform .4s;
	}
	.nav-list li:not(.no-line) a:hover::after {
	  transform: scale(1, 1);
	}
	.nav-list li a:after,.nav-list li.active a:after{
		left:50%;
		margin-left:-50%;
	}
	/* ////////////////////////////////////////
	メインメニュー
	//////////////////////////////////////// */
	.global-nav-wrap.fix{
		position: fixed;
	}
	.global-nav-wrap.static{
		position: static;
	}
	/*お問い合わせの外ボックス*/
	.nav-wrap{
		width:290px;
	}
	.main-nav-base{
    	display: table-cell !important;
		vertical-align: middle;
		width:100%;
		padding-left:5%;
	}
	.nav-button,.contact-button {
		  display: none !important;
	  }
	.bottom-nav-wrap{
		position:absolute;
		width:100%;
		bottom:0;
		left:0;
	}
	.main-nav{
		display:-webkit-box;
		display:-moz-box;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:-moz-flex;
		display:flex;
		-webkit-box-lines:multiple;
		-moz-box-lines:multiple;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		width:100%;
		z-index:89;
	}
	.main-nav > li{
		width:33.333%;
		float: left;
		display: flex;
		align-items: center;
		position: relative;
		text-align: center;
		z-index:89;
	}
	.main-nav > li > a{
		width:100%;
        display: block;
		transition: 0.3s;
    }
	.sp-menu{
        display: none!important;
    }
	.main-nav li.tab-sp-menu{
		display: none;
	}
	/* ////////////////////////////////////////
	お問い合わせ
	//////////////////////////////////////// */
	#contact .contact-list{
		text-align: center;
	}
	#contact .contact-list li{
		text-align: left;
	}
	#contact .contact-list >*{
		display: inline-block;
		vertical-align: middle;
	}
	#contact .contact-list >*:first-child{
		margin-right:5%;
		padding-top:30px;
		width:46%;
	}
	#contact .contact-list >*:last-child{
		width:49%;
	}
	/* ////////////////////////////////////////
	フッター
	//////////////////////////////////////// */
	footer .footer_logo h1 img{
		width:303px;
		height:auto;
	}
	.footer_inner{
		overflow: hidden;
	}
	.footer_inner >*:first-child{
		float:left;
	}
	.footer_inner >*:last-child{
		float:right;
	}
	footer .footer_inner2 >*{
		margin-right:45px;
	}
	footer .footer_inner2 >*:last-child{
		margin-right:0;
	}
	.footer_menu-wrap{
		overflow: hidden;
	}
	.footer_menu-wrap >*{
		float:left;
		margin-right:45px;
	}
	.footer_menu-wrap >*:last-child{
		margin-right:0;
	}
}
/* ////////////////////////////////////////
PCのみ（印刷しない）
//////////////////////////////////////// */
@media screen and (min-width:1100px){
}
/* ////////////////////////////////////////
IEのみ
//////////////////////////////////////// */
@media all and (-ms-high-contrast: none)and (min-width:768px){
}
/* ////////////////////////////////////////
レイアウト用微調整
//////////////////////////////////////// */
@media screen and (min-width: 1100px) and (max-width: 1232px) {
	.noprint{
		display: none;
	}
}
/* ////////////////////////////////////////
タブレット
//////////////////////////////////////// */
/*タブレット以下*/
@media screen and (max-width: 1100px){
    /* ////////////////////////////////////////
    メニューの上余白
    //////////////////////////////////////// */
	.global-nav-inner{
		padding-top:0;
	}
	.global-nav-wrap.fix{
		position: fixed;
	}
	.global-nav-wrap.static{
		position: static;
	}
	/* ////////////////////////////////////////
	ハンバーガーメニュー
	//////////////////////////////////////// */
	.nav-button {
		width: 65px;
		height: 65px;
		background-color: #183978;
		display: inline-block;
		vertical-align: middle;
		padding-top:18px;
		cursor: pointer;
  	}
	.nav-button-text{
		text-align: center;
		color:#fff;
		font-size:10px;/*10px*/
		margin-top:12px;
		padding:0;
		line-height: 1em;
	}
	.nav-button ul {
		position: relative;
		z-index: 20;
		width: 30px;
		height: 19px;
		margin:0 auto;
	 }
	 .nav-button li {
		position: absolute;
		box-sizing: border-box;
		right: 0;
		width: 100%;
		height: 3px;
		background-color: #fff;
		transition: all 0.4s;
	  }
	  .nav-button li:nth-of-type(1) {
		top: 0;
	  }
	  .nav-button li:nth-of-type(2) {
		top: 8px;
	  }
	  .nav-button li:nth-of-type(3) {
		top: 16px;
	  }
	  .nav-button.active li:nth-of-type(1) {
		-webkit-transform: translateY(8px) rotate(-45deg);
		transform: translateY(8px) rotate(-45deg);
	  }
	  .nav-button.active li:nth-of-type(2) {
		opacity: 0;
	  }
	  .nav-button.active li:nth-of-type(3) {
		-webkit-transform: translateY(-8px) rotate(45deg);
		transform: translateY(-8px) rotate(45deg);
	  }
	/* ////////////////////////////////////////
	メインメニュー
	//////////////////////////////////////// */
	.main-nav{
		display: none;
    	width: 100%;
		height:100vh;
		background-color: #e4edf7;
		transition: .5s transform ease-in-out;
		position: fixed;
		right: 0;
    	z-index: 10;
		/*スクロールするようにする*/
  		overflow: scroll;
		 /*滑らかスクロール*/
  		-webkit-overflow-scrolling: touch;
		padding-bottom:200px;
	}
	.main-nav li a{
		padding:20px 0;
		line-height: 1.2em;
	}
	.main-nav li:not(.tab-sp-menu) a{
		position: relative;
		padding-left:30px;
	}
	.main-nav li:not(.tab-sp-menu) a:before{
		position: absolute;
		content:'';
		background-image: url(../img/common/icon-arrow.png);
		background-repeat: no-repeat;
		background-size: 15px 15px;
		background-position: center center;
		width:20px;
		height:20px;
		top:50%;
		left:0;
		margin-top:-10px;
	}
	.main-nav li:not(.tab-sp-menu) a{
		border-bottom:1px solid #183978;
	}
	.nav-open {
	  display: block;
	  animation: showAni .5s ease 0s 1 normal;
	  opacity:1;
	}
	.nav-close {
	  display: none;
	}
	/*スマホ・タブレット用のメニュー*/
	.main-nav li{
		padding:0 15px;
	}
	.main-nav li.tab-sp-menu{
		padding:5px 15px;
	}
	/*電話番号*/
	.other-sp-nav{
		width:100%;
		border:1px solid #183978;
		border-bottom:4px solid #183978;
	}
	.other-nav-wrap .other-sp-nav dt,.other-nav-wrap .other-sp-nav dd{
		text-align: center;
	}
	.other-nav-wrap .other-sp-nav dd address{
		text-align: left;
		padding-left:50px;
		display: inline-block;
	}
    /* ////////////////////////////////////////
    PC用お問い合わせ
    //////////////////////////////////////// */
	.other-nav{
		display: none;
	}
	/* ////////////////////////////////////////
	お問い合わせボタン
	//////////////////////////////////////// */
	.contact-button{
		display: inline-block!important;
		vertical-align: middle;
		width: 65px;
		height: 65px;
		text-align: center;
	}
	.contact-button a{
		padding-top:6px;
		display: block;
	}
	.contact-button figure{
		margin:0;
	}
	.contact-button img{
		width: 40px;
		height: auto;
	}
	.contact-button-text{
		color:#183978;
		font-size:10px;/*10px*/
		line-height: 1.7em;
		text-align: center;
		margin-top:1px;
		padding:0;
	}
	/* ////////////////////////////////////////
	お問い合わせ
	//////////////////////////////////////// */
	#contact .form-btn{
		margin-top:10px;
	}
	#contact .access-btn{
		margin-top:30px;
	}
	#contact .hour-text{
		margin-top:0;
	}
	#contact .contact-list address .tel-box:last-child{
		margin-top:20px;
	}
	/* ////////////////////////////////////////
	フッター
	//////////////////////////////////////// */
    footer .footer_logo h1{
       max-width: 303px;
		margin:0 auto;
    }
	.footer_address{
		margin-bottom:30px;
	}
}
/* ////////////////////////////////////////
タブレットのみ
//////////////////////////////////////// */
@media screen and (min-width: 768px) and (max-width: 1100px){
	h1.logo{
		width:280px;
		height:auto;
		padding:0;
	}
	h1.logo img{
		width:280px;
		height:auto;
	}
	.logo-menu{
		width:280px;
	}
	.other-nav{
		width:280px;
	}
	/* ////////////////////////////////////////
	メニュー
	//////////////////////////////////////// */
	.tab-col2{
		display: table;
		width:100%;
	}
	.tab-col2 .other-nav-wrap{
		width:50%;
		display: table-cell;
		vertical-align: middle;
		padding-right:10px;
	}
	/* ////////////////////////////////////////
	フッター
	//////////////////////////////////////// */
	.footer_inner2 >*:first-child{
		width:66.666%;
		padding-left:5%;
	}
	.footer_inner2 >*:last-child{
		width:33.334%;
		padding-left:10%;
	}
	.footer_menu-wrap{
		overflow: hidden;
	}
	.footer_menu-wrap >*{
		float:left;
		width:50%;
	}
	.footer_menu-wrap >*:last-child{
		padding-left:10%;
	}
}
/* ////////////////////////////////////////
SPのみ
//////////////////////////////////////// */
@media screen and (max-width: 767px) {
	.no-scroll{
    	overflow-y: hidden;
	}
	h1.logo{
		max-width:200px;
		height:auto;
	}
	h1.logo img{
		width:100%;
		height:auto;
	}
	p.head-text-sp.head-blok{
		display: block;	
	}
	p.head-text-sp.head-no{
		display: none;	
	}
    /* ////////////////////////////////////////
    ページトップ
    //////////////////////////////////////// */
    .pagetop-btn{
		right: 5px;
		bottom: 5px;
    }
	.pagetop-btn.static{
		right: 5px;
		bottom: 5px;
	}
    .pagetop-btn.fixed {
		right: 5px;
		bottom: 5px;
    }
	/* ////////////////////////////////////////
	お問い合わせ
	//////////////////////////////////////// */
	#contact{
		padding:60px 0 80px 0;
	}
	#contact .contact-list{
		margin-top:30px;
	}
	#contact .form-btn span{
		padding-left:65px;
		padding-right:0;
	}
	#contact .form-btn span:before{
		background-image: url(../img/common/icon-mail.png);
		width:50px;
		height:35px;
		margin-top:-17.5px;
	}
	#contact .form-btn span:after{
		background-image: none;
	}
	#contact .form-btn a:hover span:after{
		background-image: none;
	}
	/* ////////////////////////////////////////
	ページ下：部サービス一覧
	//////////////////////////////////////// */
	#service-other-list li:nth-child(even){margin-right:0;}
	#service-other-list li a{
		width:160px;
		height:160px;
		padding:10px;
	}
	/* ////////////////////////////////////////
	フッター
	//////////////////////////////////////// */
	.footer_inner2{
		margin-left:5%;
		overflow: hidden;
	}
	.footer_inner2 >*{
		float:left;
		width:50%;
	}
}
/* ////////////////////////////////////////
SPのみ(小)
//////////////////////////////////////// */
@media screen and (min-width: 490px) and (max-width: 767px){
	h1.logo{
		width:240px;
		height:auto;
	}
}
@media screen and (max-width: 320px) {
	h1.logo{
		max-width:150px;
		height:auto;
	}
	/* ////////////////////////////////////////
	ページ下：部サービス一覧
	//////////////////////////////////////// */
	#service-other-list li figure{
		width:50px;
		height:auto;
	}
	#service-other-list li a{
		width:120px;
		height:120px;
		padding:10px;
	}
}
/* ////////////////////////////////////////
印刷用
//////////////////////////////////////// */
@media print{
	.global-nav-wrap{
		position:static;
	}
    .main-nav > li{
	   padding:35px 1% 22px 1%!important;
    }
    .main-nav > li > a.yohaku{
	   padding:35px 1% 22px 1%!important;
    }
    #contents{
        margin-top:0px!important;
    }
    .pagetop-btn{
       position: absolute;
	   bottom: 24px;
	   right: 24px;
    }
}