
.pushy {
	font-size: 10pt;
	position: fixed;
	width: 250px;
	height: 100%;
	top: 0;
	z-index: 9999999;
	overflow: auto;
	visibility: hidden;
	-webkit-overflow-scrolling: touch;
	background-color: #162359;
	background-repeat: repeat;
	background-position: center;
	padding-top: 0px;
	color: #FFFFFF;
	font-family: 'YakuHanJP',"hiragino-kaku-gothic-pron",'Noto Sans JP', sans-serif;
}
.pushy a {
	font-family: 'YakuHanJP',"Roboto", sans-serif;
	font-size: 11pt;
	font-weight: 400;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	outline: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #161f45;
	padding-top: 12px;
	padding-bottom: 12px;
}

.pushy.pushy-left ul .telnum3v a  {
	border-bottom-width: 0px;
}

.line7 {
	font-family: 'YakuHanJP',"Roboto", sans-serif;
	font-size: 11pt;
	font-weight: 400;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #161f45;
}
.subtex{
	padding-top: 12px!important;
	padding-bottom: 12px!important;
}

.spengtittle {
	/*font-family: "Apple Chancery";*/
	font-size: 11pt;
}
.pushy .menu-icon3 img {
	width: 22px;
	display: inline-table;
	vertical-align: -20%;
	margin-right: 3px;
}
.pushy a:hover {
	color: #fff;
	text-decoration: none;
}
.pushy ul:first-child {margin-top: 10px;}
.pushy.pushy-left {left: 0;}

.pushy.pushy-left li {
	margin-left: 15px;
	margin-right: 15px;
}
.pushy.pushy-right {right: 0;}


.pushy .button3v {
	font-family: 'YakuHanJP',"Roboto", sans-serif;
	border: 0!important;
	background-color: #FFF;
	text-align: center;
	color: #162359!important;
	font-size: 12pt!important;
	line-height: 22px;
	font-weight: 500;
	box-sizing: border-box;
	padding: 12px;
	margin-bottom:10px;
	-webkit-border-radius: 86px;
	-moz-border-radius: 86px;
	border-radius: 86px;
}



.pushy .sns-list {
	justify-content: start;
	display: flex;
	flex-wrap: wrap;
	padding-top:5px;
	margin-bottom: 0px!important;
}
.pushy .sns-list a{border:0;padding-bottom: 0px!important;}
.pushy .sns-list li:nth-child(1) {margin-right: 9px; margin-left:20px;}
.pushy .sns-list li:nth-child(2) {margin-right: 9px; margin-left:0;}
.pushy .sns-list li:nth-child(3) {margin-right: 9px; margin-left:0;}
.pushy .sns-list li:nth-child(4) {margin-right: 9px; margin-left:0;}
.pushy .sns-list li a{ display:block;}
.pushy .sns-list li .mysvg{
	width: 20px;
	color: #fff;
	fill: currentColor;
}
.pushy .btms {
	font-family: 'YakuHanJP',"Roboto", sans-serif;
	display: flex;
	/*justify-content: space-between;*/
	flex-wrap: wrap;
	align-items: center;
	margin-left: 20px;
}
.pushy .btms li{
	font-size: 11pt;
	line-height: 22px;
	font-weight: 400;
	color: #fff;
	margin-left: 0px!important;
	margin-right: 0px!important;
}
.pushy .btms li a{color: #fff;border:0;text-decoration: underline;}
.pushy .btms li a:hover{color: #fff;text-decoration: underline;}
.pushy .btms li:nth-child(2) {
	margin-right: 7px!important;
	margin-left: 7px!important;
	font-size: 10pt!important;
	line-height: 21px!important;
	vertical-align: 5%!important;
	display:inline-block;
}



.sp-logo2 {
	width: 110px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 10px;
	
}
.sp-logo2 img {
	width: 110px;
	line-height: 0px;
	margin-right: auto;
	margin-left: auto;
}
.sp-logo2 .mysvg{
	color: #fff;
	fill: currentColor;
}


.subtex {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.spacer5 {
	padding: 10px;
	margin-right: 5px;
	margin-left: 5px;
	/*-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;*/
	margin-bottom: 5px;
	background-color: #013275;
}

.spacer5s {
	/*color: #FFFFFF;*/
	padding-top: 10px;
	margin-bottom: 5px;
}

.spacer5s p{
	font-size: 9pt;
	line-height: 18px;	
}
.menup {padding-top: 10px;}

/* Menu Movement */
.pushy-left {
  -webkit-transform: translate3d(-250px, 0, 0);
  -ms-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}

.pushy-open-left #container,
.pushy-open-left .push {
  -webkit-transform: translate3d(250px, 0, 0);
  -ms-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}

.pushy-right {
  -webkit-transform: translate3d(250px, 0, 0);
  -ms-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}

.pushy-open-right #container,
.pushy-open-right .push {
  -webkit-transform: translate3d(-250px, 0, 0);
  -ms-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}

.pushy-open-left .pushy,
.pushy-open-right .pushy {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Menu Transitions */
#container,
.pushy,
.push {
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

/* Site Overlay */
.site-overlay {
  display: none;
}

.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-animation: fade 500ms;
  animation: fade 500ms;
}


.mark1 {
	font-size: 8pt;
	color: #FFF;
	background-color: #013275;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	vertical-align: 13%;
	margin-right: 5px;
	margin-left: auto;
	padding-top: 2px;
	padding-bottom: 2px;
}

@keyframes fade {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
@-webkit-keyframes fade {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
/* Submenu Appearance */
.pushy-submenu {}
.pushy-submenu ul {
	padding-left: 0px;
	transition: max-height 0.2s ease-in-out;
}
.pushy-submenu ul .pushy-link {transition: opacity 0.2s ease-in-out;}
.pushy-submenu > a {
	position: relative;
	color: #09C;
}
.pushy-submenu > a::after {
  content: '';
  display: block;
  height: 11px;
  width: 8px;
  position: absolute;
  top: 50%;
  right: 0px;
  background: url("../img/arrow.svg") no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: transform 0.2s;
}

/* Submenu Movement */
.pushy-submenu-closed ul {max-height: 0;overflow: hidden;}
.pushy-submenu-closed .pushy-link {opacity: 0;}
.pushy-submenu-open {}
.pushy-submenu-open ul {max-height: 1000px;}
.pushy-submenu-open .pushy-link {opacity: 1;}
.pushy-submenu-open a::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.no-csstransforms3d .pushy-submenu-closed ul {max-height: none;display: none;}

/*# sourceMappingURL=pushy.css.map */

.modal_wrap input{display: none;}
.modal_overlay{
    display: flex;
    justify-content: center;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    transition: opacity 0.5s, transform 0s 0.5s;
    transform: scale(0);
}

.modal_trigger{
    position: absolute;
    width: 100%;
    height: 100%;
}

.modal_content{
	position: relative;
	align-self: center;
	width: 90%;
	max-width: 640px;
	box-sizing: border-box;
	background: #013275;
	line-height: 1.4em;
	transition: 0.5s;
	padding-top: 38px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.close_button{
	position: absolute;
	top: 12px;
	right: 10px;
	font-size: 24px;
	cursor: pointer;
	color: #FFF;
}

.close_button span {color: #FFF;}

.modal_wrap input:checked ~ .modal_overlay{
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s;
}

.open_button{
	width: 50px;
	position: fixed;
	right: 0px;
	margin-right: 7px;
	z-index: 5001;
	text-align: center;
	top: 0px;
	margin-top: 8px;
	color: #FFFFFF;
	background-color: #013275;
	height: 45px;
	font-size: 14pt;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding-top: 5px;
}
.infoname {
	font-size: 12pt;
	line-height: 22px;
	font-weight: 600;
	padding-bottom: 5px;
}


.telcome {
	font-size: 11pt;
	line-height: 18px;
	padding-top: 5px;
	padding-bottom: 8px;	
}

.button-sp {
	display: block;
	text-decoration: none;
	outline: none;
	font-size: 18pt;
	margin-right: auto;
	margin-left: auto;
	/*-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;*/
	font-weight: 800;
	line-height: 25px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.button-sp::before,
.button-sp::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button-sp,
.button-sp::before,
.button-sp::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button-sp {
	color: #202020;
	background-color: #FFFFFF;
}
.button-sp:hover {
	color: #013275;
	background-color: #FFFFFF;
}


a:link.undersp{
	color: #000;
	text-decoration: none;
	padding-left: 10px;
	font-size: 11pt;
}


a:visited.undersp {
	text-decoration: none;
	color: #000;
	
}

a:active.undersp{
	color: #000;
	text-decoration: none;
}


a:hover.undersp{
	text-decoration: none;
	color: #666;
}



#hed {
	position: fixed;
	width: 100%;
	z-index: 999;
	height: 65px;
	background-repeat: repeat;
	background-position: center;
	background-color: #162359;
}
@media screen and (orientation:landscape) {
  #hed {
    width: 100%;
  }
}



.menu-btn {
	position: fixed;
	z-index: 5001;
	top: 8px;
	color: #FFF;
	left: 7px;
	/*background-color: #5FB103;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;*/
}
.menu {
	display: table;
	position: relative;
	height: 50px;
	width: 50px;
}

.rubimenu {
	color: #FFF;
	font-size: 10pt;
	line-height: 11px;
	
	font-variant: normal;
}
.engmenu2 {
	font-style: normal;
	font-size: 7pt;
	text-align: center;
	color: #FFF;
	line-height: 10px;
	
	font-variant: normal;
	display: block;
}
.engmenu {
	font-style: normal;
	font-size: 7pt;
	text-align: center;
	color: #FFF;
	line-height: 13px;
	padding-top: 2px;
	font-variant: normal;
}

.menu div {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.sp-logo {
	width: 120px;
	margin-right: auto;
	margin-left: auto;
	position: fixed;
	z-index: 5001;
	top: 0px;
	left: 0px;
	right: 0px;
	padding-top: 10px;
	line-height: 0px;
}
.sp-logo .mysvg{
	color: #fff;
	fill: currentColor;
}


.menu span {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
	display: block;
	height: 2px;
	width: 25px;
	margin: 4px auto;
	background-color: #FFF;
}

.telbtm {
	width: 48px;
	position: fixed;
	right: 0px;
	margin-right: 7px;
	z-index: 5001;
	text-align: center;
	top: 0px;
	margin-top: 8px;
	color: #FFF;
	/*background-color: #25BEC8;*/
	height: 41px;
	font-size: 13pt;
	padding-top: 9px;
	padding-right: 2px;
	/*-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;*/
}
.spbtms a{
	display:block;
	color: #FFF;
	background-color: #16235A;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}
.spbtms span{
	text-decoration: underline;
}
.spbtms {
	font-family: 'YakuHanJP',"Roboto", sans-serif;
	font-weight: 400;
	box-sizing: border-box;
	right: 0px;
	top: 72px;
	position: fixed;
	font-size: 11pt;
	line-height: 18px;
	color: #FFF;
	margin-right: 7px;
}


@media print, screen and (min-width: 1025px) { 
  #hed {display: none;}
  .sponly {display: none;}
  .pconly {}
}
@media screen and (min-width: 0px) and (max-width: 1024px) {
  #hed {}
  .sponly {}
  .pconly {display: none;}
}


.pushy .btms {}