@charset "UTF-8";
/* CSS Document */

@media screen and (max-width:736px){
body {
	
}
.onPc{
	display:none !important;
}
.onSp{
	display:block !important;
}
.spMrNon{
	margin-right: 0px !important;
}
.spMlNon{
	margin-left: 0px !important;
}
.spMbNon{
	margin-bottom: 0px !important;
}
.spMb05{
	margin-bottom: 5px !important;
}
.spMb10{
	margin-bottom: 10px !important;
}
.spMb15{
	margin-bottom: 15px !important;
}
.spMb20{
	margin-bottom: 20px !important;
}
.spMb30{
	margin-bottom: 30px !important;
}
.spMb40{
	margin-bottom: 40px !important;
}
.spMb50{
	margin-bottom: 50px !important;
}
.spMb60{
	margin-bottom: 60px !important;
}
.spMb70{
	margin-bottom: 70px !important;
}
.spMb80{
	margin-bottom: 80px !important;
}
.spMb90{
	margin-bottom: 90px !important;
}
.spMb100{
	margin-bottom: 100px !important;
}
.spMb110{
	margin-bottom: 110px !important;
}
.spMb120{
	margin-bottom: 120px !important;
}
.spMb130{
	margin-bottom: 130px !important;
}
.spMb140{
	margin-bottom: 140px !important;
}
.spMb150{
	margin-bottom: 150px !important;
}
.spMb160{
	margin-bottom: 160px !important;
}
.spMtNon{
	margin-top: 0px !important;
}
.spMt05{
	margin-top: 5px !important;
}
.spMt10{
	margin-top: 10px !important;
}
.spMt20{
	margin-top: 20px !important;
}
.spMt30{
	margin-top: 30px !important;
}
.spMt40{
	margin-top: 40px !important;
}
.spMt50{
	margin-top: 50px !important;
}
.spMt60{
	margin-top: 60px !important;
}
.spPl10{
	padding-left: 10px !important;
}
.spPl20{
	padding-left: 20px !important;
}
.spPl30{
	padding-left: 30px !important;
}
.spPl40{
	padding-left: 40px !important;
}
.spPl50{
	padding-left: 50px !important;
}
.spPl60{
	padding-left: 60px !important;
}
.spPlNon{
	padding-left: 0px !important;
}
.spPr10{
	padding-right: 10px !important;
}
.spPr20{
	padding-right: 20px !important;
}
.spPr30{
	padding-right: 30px !important;
}
.spPr40{
	padding-right: 40px !important;
}
.spPr50{
	padding-right: 50px !important;
}
.spPr60{
	padding-right: 60px !important;
}
.spPrNon{
	padding-right: 0px !important;
}
.spPb10{
    padding-bottom: 10px !important;    
}
.spPb05{
    padding-bottom: 5px !important;    
}
.spPb20{
    padding-bottom: 20px !important;    
}
.spPb30{
    padding-bottom: 30px !important;    
}
.spPb40{
    padding-bottom: 40px !important;    
}
.spPb50{
    padding-bottom: 50px !important;    
}
.spPb60{
    padding-bottom: 60px !important;    
}
.spPb100{
    padding-bottom: 100px !important;    
}
.spPt60{
    padding-top: 60px !important;    
}
.spPtNon{
    padding-top: 0px !important;    
}
.spPt10{
    padding-top: 10px !important;    
}
.spPt20{
    padding-top: 20px !important;    
}
.spPt30{
    padding-top: 30px !important;    
}
.spPt40{
    padding-top: 40px !important;    
}
.spText10{
    font-size: 10px !important;    
}
.spText11{
    font-size: 11px !important;    
}
.spText12{
    font-size: 12px !important;    
}
.spText13{
    font-size: 13px !important;    
}
.spText14{
    font-size: 14px !important;    
}
.spText15{
    font-size: 15px !important;    
}
.spText16{
    font-size: 16px !important;    
}
.spText18{
    font-size: 18px !important;    
}
.spText20{
    font-size: 20px !important;    
}
.spText22{
    font-size: 22px !important;    
}
.spText24{
    font-size: 24px !important;    
}
.spText30{
    font-size: 30px !important;    
}
.spText48{
    font-size: 48px !important;    
}
.spTextAlignCenter{
	text-align: center !important;	
}
.spTextAlignLeft{
	text-align: left !important;		
}
.spTextAlignRight{
	text-align: right !important;		
}
.gNavi{
	
}
.header{
	height: 60px;	
}
.headLogo img {
    height: 24px;
	width: auto;
}
.headLogo img.logo02 {
  height: auto;
  width: 30px;
}
.headLogo{
	margin-left: 10px;
	
}
.headSnsList li a {
    width: auto;
    height: auto;
    padding: 15px 10px;
}
.heroImage {
    height: 460px;
	margin-top: 60px;
}

#menuButton {
    display: block;
    height: 60px;
    right: 0px;
    position: fixed;
    top: 0px;
    width: 60px;
	z-index: 1200;
	cursor: pointer;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
	
}
#menuButton.on {
    
}

#menuButton span {
    display: block;
    background-color: #00a650;
    width: 30px;
    height: 2px;
    position: absolute;
    left: 15px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
	border-radius: 10px;
}
#menuButton span:first-child {
    top: 20px;
}
#menuButton span:nth-child(2) {
    margin-top: -1px;
    top: 50%;
}
#menuButton span:last-child {
    bottom: 20px;
}
#menuButton.active span{
      
}
#menuButton.active span:first-child {
    -webkit-transform: translateY(9px) rotate(45deg);
    -moz-transform: translateY(9px) rotate(45deg);
    -ms-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg);
}
#menuButton.active span:nth-child(2) {
    opacity: 0;
}
#menuButton.active span:last-child {
    -webkit-transform: translateY(-9px) rotate(-45deg);
    -moz-transform: translateY(-9px) rotate(-45deg);
    -ms-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotate(-45deg);
}


.goTopBtn.on{
	bottom:10px;
}

.heroInner {
  width: 100%;
  height: 100%;
  padding-left: 20px;
	padding-right: 20px;
	align-items: flex-start;
}
.heroImage .heroInner {
  padding-top: 50px;
}
.heroImage .heroInner .cnt{
	width: 100%;
}
.footBox {
  padding-top: 60px;
  padding-bottom: 60px;
}
.footInfo {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  box-sizing: border-box;
}

.pagePd {
  padding-top: 60px;
}	
.bc {
  font-size: 10px;
}
.bg-headLine {
	display: none;
}
.header.onHeadline {
  top: 0px;
}
#menuButton.onHeadline {
  top: 0px;
}
.headNews {
  height: auto;
	flex-wrap: wrap;
}
.headNews dt {
  width: 100%;
  height: auto;
  float: left;
  display: flex;
  box-sizing: border-box;
  justify-content: flex-start;
  align-items: center;
  padding-right: 20px;
	margin-bottom: 5px;
}
.headNews dd {
  width: 100%;
  height: auto;
  float: left;
  display: flex;
  box-sizing: border-box;
  justify-content: flex-start;
  align-items: center;
}
.headTag {
  font-size: 10px;
  line-height: 18px;
  float: left;
  padding: 0 10px;
	margin-left: 5px;
}
.whtBox {
  padding: 20px;
}
.spLh20{
	line-height: 2em !important;
}
.topAboutRightPh {
  width: 70%;
  height: 180px;
  top: 20px;
  right: 0;
  z-index: 0;
  background-position: center center;
}
.topAboutLeftPh {
  width: 70%;
  height: 180px;
  bottom: -20px;
  left: 0;
}
.menuLogo{
	
}
#overlay .box800 {
    position: relative;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
	padding: 0 30px;
	width: 100%;
	margin-bottom: 0px;
    max-width: 800px;
    margin-top: 80px;
}
.menuSp dl {
  display: block;
  float: left;
  height: auto;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border-bottom: #f2f2f2 0px solid;
}
.menuSp dl dt {
  display: block;
  float: left;
  height: auto;
  width: 100%;
  box-sizing: border-box;
  position: relative;
	border-bottom: #d2d2d2 1px solid;
}
.menuSp dl dt a{
	display: inline-block;
  float: left;
  height: auto;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 20px;
  padding: 20px 0px;
  text-decoration: none;
  color: #333;
  position: relative;
  transition-property: all;
  transition: 0.2s ease;
  font-weight: 600;
  z-index: 1;
	padding-left: 30px;
}
.menuSp dl dt a::before{
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	display: block;
	background-color: #00a650;
	border-radius: 100%;
	top: calc(50% - 10px);
	left: 0;
	background-image: url("../images/arrow_right_wht.png");
background-size: 10px auto;
background-position: center center;
background-repeat: no-repeat;
}
.menuSp dl dd {
  display: none;
  float: left;
  height: auto;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.ddBtn{
	width: 50px;
	height: 60px;
	position: absolute;
	
	top: 0;
	right: 0;
	z-index: 10;
	transition-property: all;
  transition: 0.2s ease;
}
.ddBtn::before {
    font-family: 'Font Awesome 5 Free';
    content: '\f067';
    font-weight: 900;
    position: absolute;
    top: calc(50% - 10px);
    right: 15px;
    font-size: 12px;
    line-height: 20px;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #333;
	transition-property: all;
  transition: 0.2s ease;
}
.ddBtn::after {
	content: '';
	width: 1px;
	height: 30px;
	background-color: #d2d2d2;
	position: absolute;
	left: 0px;
	top: 15px;
}
.ddBtn.menuOpen::before {
	transform: rotate(45deg);
}
.box25 {
  width: 100%;
}
.box30 {
  width: 100%;
}
.box40 {
  width: 100%;
}
.box50 {
  width: 100%;
}
.box60 {
  width: 100%;
}
.box70 {
  width: 100%;
}
.box75 {
  width: 100%;
}
.halfBox {
  width: 100%;
}

.flex.sp-reverse {
  flex-flow: column-reverse;
}

.copyright {
  width: 100%;
  text-align: center;
  font-size: 10px;
  margin-top: 40px;
	margin-bottom: 60px;
}

.mainBox {
  width: 100%;
  padding-left: 0px;
}

.formBox dt {
  font-size: 13px;
  line-height: 1.5em;
  padding: 0px 0px 0px;
  width: 100%;
}
.formBox dd {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 40px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  width: 100%;
  margin-bottom: 20px;
}
.formBtn {
  margin-top: 20px;
}
.spTextAlignLeft{
	text-align: left !important;
}
.fm_btn {
  width: 100%;
}
.fm_btn02 {
  width: 100%;
	margin-right: 0;
	margin-bottom: 10px;
	padding: 15px 0;
}
.header .box1280 {
  padding-left: 0;
	padding-right: 0;
}
.gNavi {
  margin-right: 10px;
}
.gNavi li a {
  font-size: 12px;
  line-height: 20px;
  padding: 5px 12px;
  
}
.iconMainTitle {
  font-size: 18px;
}
.iconMainTitle img {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
.topSearch ul {
  padding: 15px;
}
.topSearch .searchandfilter h4 {
  margin: 0px 0 10px;
  font-size: 12px;
  letter-spacing: 0;
}
.topSearch ul li:first-child, .topSearch ul li:nth-child(2) {
  width: 48%;
}
.topSearch ul li:nth-child(3) {
  width: 100%;
  padding-right: 0;
	margin-right: 0;
	margin-top: 10px;
}
.topSearch ul li ul li.cat-item:nth-child(3) {
 margin-top: 0px;
}
.topSearch ul li:last-child {
  width: 100%;
}
.topSearch ul li input[type="submit"]{
	margin-top: 15px;
	height: 50px;
}
.topSearch ul li input,.topSearch ul li select {
  font-size: 14px;
}
.boxTitle span {
  font-size: 16px;
}
.titleFlex {
  flex-wrap: wrap;
}
.titleFlex a {
  font-size: 15px;
  width: 100%;
	margin-bottom: 10px;
}
ul.fileList {
  padding-left: 0px;
}
ul.fileList li .text14 {
  box-sizing: border-box;
  padding-left: 20px;
}
ul.fileList li .text14 {
  box-sizing: border-box;
  padding-left: 15px;
  font-size: 12px;
}
.dayText {
  margin-left: 16px;
  font-size: 10px;
  color: #000;
}
.mapBox iframe{
	width: 100%;
	height: 200px;
}
.mypageMenu ul li {
  width: 100%;
  margin-bottom: 10px;
}
.mypageMenu ul li a {
  width: 100%;
  font-size: 14px;
  padding: 10px 30px;
}
.mypageMenu #wpmem_reg {
  width: 100%;
  font-size: 14px;
}
.mypageMenu #wpmem_login legend,.mypageMenu #wpmem_reg legend {
  font-size: 18px;
  margin-bottom: 20px;
}
#wpmem_login, #wpmem_reg{
	padding: 10px 20px;
	border: #d2d2d2 2px solid;
	width: 100% !important;
	font-size: 14px !important;
}
#wpmem_login .button_div, #wpmem_login .link-text, #wpmem_reg .button_div {
    width: 100%;
}
#wpmem_login input[type="password"], #wpmem_login input[type="text"], #wpmem_reg input[type="date"], #wpmem_reg input[type="email"], #wpmem_reg input[type="number"], #wpmem_reg input[type="password"], #wpmem_reg input[type="text"], #wpmem_reg input[type="url"] {
  height: 50px;
}
.singleTitle {
  width: 100%;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.singleTitle img {
  width: 24px;
  height: 24px;
  margin-right: 7px;
}
.moreBtn.bottom3 a {
  width: 100%;
  max-width: 100%;
  margin-right: 0px;
  margin-left: 0px;
	margin-bottom: 10px;
}
.moreBtn.bottom3 {
  flex-wrap: wrap;
}
.footLogo {
  margin-bottom: 10px;
}
.footLogo img {
  max-width: 240px;
}
.goTopBtn {
  width: 50px;
  height: 50px;
	padding: 15px;
}
.topSearch ul li select{
	height: 41px;	
}
ol.policyText {
  padding-left: 20px;
}
ol.policyText li {
  font-size: 13px;
	line-height: 1.8em;
}
ol.policyText li p {
  line-height: 1.8em;
}
ul.numberList li {
  font-size: 13px;
	line-height: 1.8em;
}
ul.dotList li {
  font-size: 13px;
line-height: 1.8em;
}
ol.policyText.t-tos li h4 {
  font-size: 1.1em;
  margin-bottom: 5px;
}
ul.bottomLink{
	margin-bottom: 40px;
}
ul.bottomLink li{
	font-size: 12px;
}
}
