html {
	min-height:100%;
}
body {
	background:#ffffff;
}
#wrapper {
	min-height:100vh;
	display:flex;
	flex-direction:column;
}
#main{
	flex: 1;
}
img { width:100%; }
a { color:#333333; }
a:hover {
	opacity: .5;
	-webkit-opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
.my-white { color:#ffffff; }
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.att { color:#ff0000; }
.err { color:#ff0000; }
.center { text-align:center; }
.s050 { width:50px; }
.s070 { width:70px; }
.s080 { width:80px; }
.s090 { width:90px; }
.s100 { width:100px; }
.s150 { width:150px; }
.s200 { width:200px; }
.s250 { width:250px; }
.s280 { width:280px; }
.s300 { width:300px; }
textarea { font-size:12px; }
input { font-size:12px; }
#header {
	width: 100%;
	background: #E0F1F4;
	height: 81px;
}
#header-title {
	position:absolute;
	top:0;
	width:50%;
	left:25%;
	height:auto;
}
#header-title .t {
	color: #7f6000;
	text-align: center;
	font-size: 20px;
	padding-top: 10px;
	font-family: 'NotoSerifCJKjp-Regular';
}
#header-title .t a {
	color: #7f6000;
}
#header-title span {
	display: inline-block;
}
#header-title span.l { margin-right:10px; }


#header .limit-date {
	position: absolute;
	top:5px; right: 200px;
}
#header .limit-date .t1 {
	font-size: 12px;
	text-align: center;
	padding: 2px 10px 2px 10px;
	color: #ff0000;
}
#header .limit-date .t2 {
	font-size: 14px;
	padding: 2px 10px 2px 10px;
}

/* slicknavi */
.s-navi {
	display:none;
}
.slicknav_menu {
	background:#E0F1F4;
}
.slicknav_nav {
	color:#606060;
}
.slicknav_nav a {
	color:#606060;
}
.slicknav_menu .slicknav_btn {
	background:none;
}
.slicknav_menu .slicknav_menutxt {
	text-shadow:none;
	color:#606060;
	font-weight:normal;
}
.slicknav_menu .slicknav_icon-bar {
    background-color: #606060;
}
#main-inner {
	width:800px;
	margin:0 auto;
	padding:40px 0 70px 0;
}
#main .topic-path {
	font-size:12px;
	margin-bottom:20px;
}
#btm-page-top .in {
	width:800px;
	margin:0 auto;
	margin-bottom:10px;
	text-align:right;
}
#btm-page-top {
	border-bottom:solid 1px #a67048;
}
#btm-page-top .in {
	width:800px;
	margin:0 auto;
	margin-bottom:10px;
	text-align:right;
}
#footer{
	background-color: #E0F1F4;
}
#footer-inner {
	width:900px;
	margin:0 auto;
	margin-bottom:20px;
}
#footer-inner .fl {
	width:400px;
	padding-top:10px;
	color: #606060;
}
#footer-inner .fr {
	width:500px;
	padding-top: 20px;
	color: #606060;
}
#footer-inner .fl .name {
	font-size:16px;
}
#footer-inner .fr img {
	width:30px;
}
#footer-inner .free {
    color: #00467f;
    display: flex;
    align-items: center;
}
#footer-inner .free .tel {
	font-size:20px;
	font-weight:500;
}
#footer-inner .free .time {
    font-size: 14px;
    color: #606060;
    padding-left: 7px;
}
.br560 {
    display: none;
}
#footer-inner .s {
    font-size: 16px;
}
.footer_logo {
    max-width: 280px;
    margin-top: 20px;
}
#footer-inner .mail {
	color: #00467f;
    font-size: 20px;
    display: flex;
    align-items: center;
}
#footer-inner .fr .free .tel svg {
    margin-right: 7px;
}
#footer-inner .mail .addr {
    font-size: 20px;
    font-weight: 500;
    padding-left: 7px;
}
#footer .copyright {
    padding: 2px 0 2px 0;
    background: #a0936c;
    color: #ffffff;
    text-align: center;
}
.a-btn {
	display:inline-block;
	text-align:center;
	font-size:14px;
	text-decoration:none;
	padding:7px 0 7px 0;
	width:220px;
	color:#ffffff;
	background:#a98652;

	border-radius:5px;

	font-size:18px;
}
.a-btn.none:hover {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=100)"; /* IE 8 */
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	transition: none;
}
.a-btn.pink {
	background:#ff91b0;
}
.a-btn span { display:inline-block; font-size:14px; vertical-align:middle; }
.abs {
	position:absolute;
}
.header_fixed {
  position: fixed;
  z-index: 999;
}
.header_fixed {
  display: flex;
  align-items: center;
  top: 35px;
  top: 15px;
  left: 1%;
  position: absolute;
  width: calc(99% - 75px);
  justify-content: space-between;
}
.header-title img {
  height: 55px;
  width: auto;
}
.header_user {
  height: auto;
  text-align: left;
  color: #00578E;
  font-size: 12px;
}
.header_fixed {
  position: fixed;
  z-index: 999;
  display: flex;
  align-items: center;
  top: 15px;
  left: 1%;
  width: calc(99% - 75px);
  justify-content: space-between;
}
.header-title {
  height: auto;
  text-align: center;
}
.slicknav_menu {
  position: fixed;
  width: 100%;
  z-index: 999;
  border-bottom: 1px solid #ddd;
  background: #e0f1f4;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  padding: 0px;
}
.slicknav_menu, .slicknav_menu * {
  box-sizing: border-box;
}
.s-navi-flex .menu__item {
  width: calc(50% - 10px);
  background-color: #00578E;
  border-radius: 8px;
  color: #ffffff;
  text-align: center;
}
.slicknav_menu .slicknav_btn {
  display: flex;
  flex-direction: column;
  padding-bottom: 17px;
}
.slicknav_menu .slicknav_btn {
  background: none;
  z-index: 99;
}
.slicknav_btn {
  margin: 0;
  margin-top: 10px;
}
.slicknav_menu .slicknav_menutxt {
  order: 2;
  color: #00578E;
  font-size: 10px;
  text-align: center;
  font-family: 'mpuls-rounded';
}
.slicknav_menu .slicknav_icon {
  width: 2.5rem;
  height: 2rem;
  float: left;
  margin: .188em 0 0 .438em;
}
.slicknav_menu .slicknav_icon::before {
  width: 2.5rem;
  height: 2.5rem;
}
.slicknav_menu .slicknav_icon-bar {
  width: 2rem;
  height: 0.25rem;
  background-color: #00578E;
}
.slicknav_nav {
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 20px;
}
.slicknav_nav li.pdt20 {
  padding-bottom: 20px;
}
.slicknav_nav a.hr_more {
  border-bottom: 1px solid #fff;
}
.slicknav_nav a {
  margin: 0 !important;
  padding: 10px 0px;
}
.s-navi-flex .menu__item p {
  color: #ffffff;
  font-weight: bold;
  padding-bottom: 20px;
}
.menu__item-img {
  max-width: 80px;
  margin: 0 auto;
}
.slicknav_nav li.edit a {
  padding-left: 20px;
}
.s-navi-flex {
  display: flex;
  justify-content: space-between;
}
.s-navi-menu {
  background-color: #fff;
  border-radius: 8px;
  padding: 8px 12px;
  margin-bottom: 10px;
}
.slicknav_nav a.hr_more2 {
  border-top: 1px solid #fff;
}
.s-navi-title {
  color: #606060;
  padding: 10px 6px;
}
#close_preview {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 14px;
	line-height: 1;
	z-index: 99;
}
#close_preview a {
	background: #00578E;
	text-decoration: none;
	color: #fff;
	width: 70px;
	padding: 20px 5px;
	text-align: center;
	display: block;
	border-radius: 50px;
	opacity: 0.9;
	transition: all .3s ease;
}
#close_preview a:hover {
	text-decoration: none;
	opacity: .5;
}
