@charset "utf-8";
/* CSS Document */

	header .pc_nav{
		display: none;
	}
	

#drawer_wrapper .phone {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    background:#fff;
    font-size: 14px;
    box-sizing: border-box;
    z-index: 98;
}
#drawer_wrapper .phone li{
    border-bottom: 1px solid #004097;
}
#drawer_wrapper .phone li:last-of-type{
    border-bottom:none;
}

/*閉じる*/
header .phone .close{
  position: absolute;
  color: #004097;
  height: 0.1em;
  background: currentColor;
  transform: rotate(45deg);
  top: 24px;
  right: 20px;
  width: 30px;
}
header .phone .close:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  transform: rotate(90deg);
}

/*ハンバーガーアイコン*/
#drawer_wrapper #hamburger_icon {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    z-index: 1000;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms;
	border-radius: 3px;
	background-color: #004097;
}
#drawer_wrapper #hamburger_icon .aicon{
	position: absolute;
	top:8px;
	right:38px;
}
#drawer_wrapper #hamburger_icon span.yum {
	position: absolute;
    width: 25px;
    height: 2px;
    background: #fff;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}
#drawer_wrapper #hamburger_icon span:nth-child(1) {
    top: 0;
}
#drawer_wrapper #hamburger_icon span:nth-child(2) {
    top: 10px;
}
#drawer_wrapper #hamburger_icon span:nth-child(3) {
    top: 20px;
}
#drawer_wrapper #hamburger_icon span:nth-child(4) {
    top: 30px;
}
#drawer_wrapper #hamburger_icon.open span {
    background: #fff;
}
#drawer_wrapper #hamburger_icon.open span {
    width: 24px;
}
#drawer_wrapper .contents section p {
    position: absolute;
    top: 50%;
    width: 30%;
    line-height: 1.4;
    font-size: 20px;
    color: #fff;
}
#drawer_wrapper .contents section:nth-child(odd) p {
    left: 10%;
}
#drawer_wrapper .contents section:nth-child(even) p {
    right: 10%;
}
#drawer_background {
    z-index: 97;
    position: fixed;
    background-color: rgba(0,64,151,0.8);
    display: none;
}
.fa-book-open,
.fa-phone{
    padding-right: .25em;
}

	
#drawer_wrapper nav.phone .sns{
}
#drawer_wrapper nav.phone .sns a{
	color:#007089!important;
	width:30%;
	margin-left: 10px;
	margin-right: 10px;
}
#drawer_wrapper nav.phone .sns a i{
	font-size: 50px;
}
	
.header{
    width: 100%;
}
header nav ul {
    display: block!important;
}