@charset "utf-8";
/* CSS Document */
/*==========================================
 common
===========================================*/


@media screen and (min-width: 801px) {
/*==========================================
 pc/tab
===========================================*/
.pc_none {
 display: none;
}
body {
 margin: 0px auto;
 padding: 0px;
 font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 color: #333333;
	font-size: 16px;
 line-height: 28px;
}
#wrap {
		width: 100%;
  background-color: #FFF;
}
p#page_top {
 position: fixed;
	right: 10px;
	bottom: 5px;
}
#footFix {
 display: none;
}

/*-------------header-------------*/
#header {
 margin: 0px auto;
	padding: 0;
 width: 100%;
 box-shadow: 0 0 6px 0 rgba(0,0,0,.1);
}
#header .inner {
 margin: 0px auto;
	padding: 0;
 height: 118px;
 min-width: 1200px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
#header .inner .logobox {
 margin: 0px auto;
	padding: 12px 0 0 28px;
 width: 38%;
}
#header .inner .logobox h1 {
 margin: 0px;
	padding: 0 0 12px;
 font-size: 12px;
 line-height: 12px;
}
#header .inner .logobox p {
 margin: 0px;
	padding: 0;
 text-align: left;
}
#header .inner ul.sp_menu {
 display: none;
}
#header .inner .menubox {
 margin: 0px auto;
	padding: 0;
 width: 67%;
}
#header .inner .menubox div {
 margin: 0px auto 15px;
	padding: 0;
 width: 100%;
 height: 56px;
	display: flex;
	flex-wrap: nowrap;
 justify-content: flex-end;
}
#header .inner .menubox div > dl {
 margin: 0px;
	padding: 10px 0 0;
 width: 250px;
 background: #f7f7f7;
}
#header .inner .menubox div > dl dt {
 margin: 0px;
	padding: 0 0 5px;
 font-family: "Times New Roman", Times, serif;
 font-size: 22px;
 line-height: 22px;
 text-align: center;
}
#header .inner .menubox div > dl dd {
 margin: 0px;
	padding: 0;
 font-size: 11px;
 line-height: 11px;
 text-align: center;
}
#header .inner .menubox div > ul {
 margin: 0px;
	padding: 0px;
	display: flex;
	flex-wrap: nowrap;
 justify-content: flex-end;
}
#header .inner .menubox div > ul li a {
 margin: 0px;
	padding: 22px 0 0;
 width: 180px;
 height: 34px;
 font-size: 13px;
 line-height: 13px;
 color: #FFF;
 text-align: center;
 text-decoration: none;
 font-weight: bold;
 background: #c6b057;
 border-left: 2px solid #FFF;
 display: block;
}
#header .inner .gmenu {
 margin: 0px auto;
	padding: 0;
 width: 100%;
	display: flex;
	flex-wrap: nowrap;
 justify-content: flex-end;
}
#header .inner .gmenu li {
 margin: 0px;
 padding: 8px 10px;
 font-size: 13px;
 line-height: 13px;
 border-left: 1px solid #ddd;
}
#header .inner .gmenu li:last-of-type {
 border-right: 1px solid #ddd;
}
#header .inner .gmenu li a {
 color: #333;
 text-decoration: none;
}
#header .inner .gmenu li a:hover {
 color: #333;
 text-decoration: underline;
}
#sp_nav {
 display: none;
}
/*-------------contents-------------*/
#top {
 margin: 0px auto 100px;
	width: 100%;
}
#contents {
 margin: 20px auto 100px;
	width: 100%;
}
#base {
 margin: 30px auto 0;
	width: 1200px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
 flex-direction: row-reverse;
}
#main {
 margin: 0px;
	width: 880px;
}
#side {
 margin: 0px;
	width: 250px;
}
/*-------------breadcrumb-------------*/
.breadcrumb {
 margin: 0px auto 15px;
	width: 1200px;
}
.breadcrumb ul {
 margin: 0px;
 padding: 0;
 text-align: left;
}
.breadcrumb ul li {
 margin: 0px;
 padding: 0;
 font-size: 12px;
 line-height: 1;
 display: inline-block;
}
.breadcrumb ul li:after {
 padding: 0 10px 0 15px;
 content: "／";
}
.breadcrumb ul li:last-of-type:after {
 padding: 0;
 content: none;
}
.breadcrumb ul li a {
 color: #333;
 text-decoration: underline;
}
.breadcrumb ul li a:hover {
 text-decoration: none;
}

/*-------------side-------------*/
#side p.bt {
 margin: 0 auto 20px;
 padding: 0;
}
#side p.bt a {
 margin: 0;
 padding: 45px 20px;
 font-size: 16px;
 line-height: 1;
 color: #333;
 text-decoration: none;
 text-align: left;
	font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
 background: #f2f5f6;
 display: block;
 border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
 position: relative;
}
#side p.bt a i {
 position: absolute;
 right: 12px;
 top: 38%;
}
#side p.bt a:hover {
 text-decoration: underline;
 background: #fff9e1;
}

#side dl.list {
 margin: 0 auto 20px;
 padding: 0;
 width: 100%;
}
#side dl.list dt {
 position: relative;
}
#side dl.list dt.si {
 margin: 0;
 padding: 25px 17px 23px;
 font-size: 16px;
 line-height: 1;
 font-weight: bold;
	font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
 background: #f2f5f6;
 border-bottom: 1px solid #ddd;
}
#side dl.list dt a {
 margin: 0;
 padding: 25px 17px 23px;
 font-size: 16px;
 line-height: 1;
 font-weight: bold;
 color: #333;
 text-decoration: none;
	font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
 background: #f2f5f6;
 border-bottom: 1px solid #ddd;
 display: block;
}
#side dl.list dt a:hover {
 text-decoration: underline;
 background: #fff9e1;
}
#side dl.list dt a i {
 position: absolute;
 right: 10px;
 font-size: 13px;
 top: 38%;
}

#side dl.list dd {
 margin: 0;
 padding: 0;
}
#side dl.list dd a {
 margin: 0;
 padding: 20px 45px 20px 20px;
 font-size: 15px;
 line-height: 1.2;
 color: #333;
 text-decoration: none;
 border-bottom: 1px solid #ddd;
 display: block;
 position: relative;
}
#side dl.list dd a i {
 position: absolute;
 right: 10px;
 font-size: 13px;
 top: 38%;
}
#side dl.list dd a:hover {
 text-decoration: underline;
 background: #fff9e1;
}

#side ul.list {
 margin: 0 auto 20px;
 padding: 0;
 width: 100%;
}
#side ul.list li {
 margin: 0;
 padding: 0;
}
#side ul.list li a {
 margin: 0;
 padding: 20px 45px 20px 20px;
 font-size: 15px;
 line-height: 1.2;
 color: #333;
 text-decoration: none;
 border-bottom: 1px solid #ddd;
 display: block;
 position: relative;
}
#side ul.list li a i {
 position: absolute;
 right: 10px;
 top: 38%;
 font-size: 13px;
}
#side ul.list li a:hover {
 text-decoration: underline;
 background: #fff9e1;
}
#side ul.list li.child a {
 margin: 0;
 padding: 12px 55px 12px 30px;
 font-size: 13px;
 line-height: 1.2;
 color: #333;
 text-decoration: none;
 border-bottom: 1px solid #ddd;
 display: block;
 position: relative;
}

#side ul.list li.cur {
 margin: 0;
 padding: 25px 17px 23px;
 font-size: 16px;
 line-height: 1;
 font-weight: bold;
	font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
 background: #f2f5f6;
 border-bottom: 1px solid #ddd;
 position: relative;
}
#side ul.list li.cur i {
 position: absolute;
 right: 10px;
 font-size: 13px;
}
#side ul.side_ban {
 margin: 0 auto 20px;
 padding: 0;
 width: 100%;
}
#side ul.side_ban li {
 margin: 0 0 10px;
 padding: 0;
}
#side ul.side_ban li img {
 width: 100%;
 height: auto;
}


/*-------------footer-------------*/
#footer {
 margin: 0px auto;
 padding: 75px 0 30px;
 width: 100%;
	background: #fff6ef;
}
#footer .sp_menu {
 display: none;
}
#footer .inner {
 margin: 0px auto;
	padding: 0 0 50px;
 width: 1200px;
 border-bottom: 1px solid #ebdbce;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
#footer .inner div:first-of-type {
 margin: 0;
	padding: 0;
 width: 320px;
}
#footer .inner dl.title {
 margin: 0;
	padding: 0 0 35px;
}
#footer .inner dl.title dt {
 margin: 0;
	padding: 0 0 30px;
 line-height: 0;
 text-align: left;
}
#footer .inner dl.title dd {
 margin: 0;
	padding: 0;
 font-size: 18px;
 line-height: 0;
 text-align: left;
}
#footer .inner dl.ad {
 margin: 0;
	padding: 0 0 15px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
}
#footer .inner dl.ad dt {
 margin: 0;
	padding: 0;
 width: 75px;
 font-size: 16px;
 font-weight: bold;
 text-align: left;
}
#footer .inner dl.ad dd {
 margin: 0;
	padding: 0;
 font-size: 16px;
 line-height: 24px;
 text-align: left;
}
#footer .inner div.box {
 margin: 0;
	padding: 0;
 width: 370px;
}
#footer .inner div.box p {
 margin: 0;
	padding: 0 0 20px;
 font-size: 16px;
 text-align: center;
	font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
#footer .inner div.box dl {
 margin: 0px 0 15px;
	padding: 0px;
 width: 100%;
 height: 55px;
 background: #FFF;
}
#footer .inner div.box dl dt {
 margin: 0px;
	padding: 7px 0 2px;
 font-family: "Times New Roman", Times, serif;
 font-size: 26px;
 line-height: 26px;
 text-align: center;
}
#footer .inner div.box dl dt span {
 font-size: 16px;
}
#footer .inner div.box dl dd {
 margin: 0px;
	padding: 0;
 font-size: 11px;
 line-height: 11px;
 text-align: center;
}
#footer .inner div.box ul {
 margin: 0px;
	padding: 0px;
}
#footer .inner div.box ul li {
 margin: 0px 0 15px;
	padding: 0px;
}
#footer .inner div.box ul li a {
 margin: 0px;
	padding: 20px 0 0;
 width: 100%;
 height: 35px;
 font-size: 14px;
 line-height: 14px;
 color: #FFF;
 text-align: center;
 text-decoration: none;
 font-weight: bold;
 background: #c6b057;
 display: block;
}
#footer .inner div.list {
 margin: 0;
	padding: 0;
 width: 360px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
#footer .inner div.list ul {
 margin: 0;
	padding: 0;
 width: 180px;
}
#footer .inner div.list ul li {
 margin: 0;
	padding: 0 0 2px;
 font-size: 14px;
}
#footer .inner div.list ul li a {
 color: #333;
 text-decoration: none;
}
#footer .inner div.list ul li a:hover {
 text-decoration: underline;
}
#footer p.credit {
 margin: 0px auto;
	padding: 50px 0 0;
 width: 1200px;
 font-size: 14px;
 line-height: 14px;
 font-family: "Times New Roman", Times, serif;
}

/* LINE用CSS */
#m_line a {
	background: #06c655 !important;
	width: 100px !important;
}
.modal_pop,.modal_pop2,.modal_pop3 {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9997 !important;
	display: none;
}

.bg {
	background-color: #1119;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9998 !important;
}

.modal_pop_main {
	width: 90vw;
	max-width: 560px;
	padding: 30px 20px;
	background-color: #ffffff;
	border-radius: 6px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
}

.modal_pop_main h3 {
	font-size: 24px;
	letter-spacing: 0.1em;
	font-weight: 900;
	text-align: center;
	padding-bottom: 15px;
}

.modal_pop_main p {
	margin-bottom: 25px;
	font-size: 16px;
	line-height: 1.8;
	text-align: center;
}

.modal_pop_main>div dl {
	margin: 0 auto;
	width: 48%;
}

.modal_pop_main>div dl dt {
	text-align: center;
}
.modal_pop_main>div dl dt img {
	width: 200px;
	height: auto;
}
.modal_pop_main>div dl dd h4 {
	font-size: 16px;
	font-weight: 900;
	text-align: center;
	padding-bottom: 15px;
}

.modal_pop_main>div dl dd p {
	font-size: 12px;
	text-align: center;
}


}

@media screen and (max-width: 800px) {
/*==========================================
 smp
===========================================*/
.sp_none {
 display: none;
}
img {
 width: 100%;
	height: auto;
	vertical-align: top;
}
body {
 margin: 0px auto;
 padding: 0px;
 font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 color: #333333;
	font-size: 12px;
 position: relative;
 -webkit-text-size-adjust: 100%;
}
#wrap {
	width: 100%;
 background-color: #FFF;
 position: relative;
}
p#page_top {
 position: fixed;
	right: 5px;
	bottom: 70px;
 z-index: 99;
}
p#page_top img {
 width: 30px;
	height: auto;
}

/*-------------header-------------*/
#header {
 margin: 0px auto;
	padding: 0;
 width: 100%;
 min-height: 51px;
	height: 51px;
 box-shadow: 0 0 6px 0 rgba(0,0,0,.1);
	position: fixed;
	z-index: 99;
	background: #FFF;
	display: block;
}
#header .inner {
 margin: 0px auto;
	padding: 0;
 width: 100%;
	height: 51px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
#header .inner .logobox {
 margin: 0px auto;
	padding: 5px 0;
 width: 45%;
}
#header .inner .logobox h1 {
 display: none;
}
#header .inner .logobox p {
 margin: 0px;
	padding-left: 3%;
 text-align: left;
}
#header .inner .logobox p img {
 width: auto;
	max-height: 40px;
}
#header .inner ul.sp_menu {
 width: 55%;
	height: 50px;
	display: flex;
	flex-wrap: nowrap;
 flex-direction: row-reverse;
 align-items: center;
 border-bottom: 1px solid #FFF;
}
#header .inner ul.sp_menu li {
 width: 35%;
 background: #f7f7f7;
 display: flex;
}
#header .inner ul.sp_menu li a {
 padding: 8px 0;
 width: 100%;
 font-size: 8px;
 font-weight: bold;
 color: #c6b057;
 text-decoration: none;
 text-align: center;
 line-height: 1;
 display: block;
 background: #f7f7f7;
 border-right: 1px solid #FFF;
 box-sizing: border-box;
}
#header .inner ul.sp_menu li a > span {
 font-size: 8px;
 letter-spacing: -0.5px;
}
/*#header .inner ul.sp_menu li:last-of-type a {
 padding: 4px 0;
}*/
#header .inner ul.sp_menu li a i {
 padding-bottom: 5px;
 font-size: 18px;
}
#header .inner ul.sp_menu li:first-of-type a {
 color: #666666;
}
#header .inner .menubox {
 display: none;
}

#header .inner .gmenu {
 margin: 0px auto;
	padding: 0;
 width: 100%;
	display: flex;
	flex-wrap: nowrap;
 justify-content: flex-end;
}
#header .inner .gmenu li {
 margin: 0px;
	padding: 8px 25px;
 font-size: 14px;
 line-height: 14px;
 border-left: 1px solid #ddd;
}
#header .inner .gmenu li:last-of-type {
 border-right: 1px solid #ddd;
}
#header .inner .gmenu li a {
 color: #333;
 text-decoration: none;
}
#header .inner .gmenu li a:hover {
 color: #333;
 text-decoration: underline;
}
/*--sp nav--*/
#ovarlay {
 display: none;
 z-index: 100;
 position: fixed;
 top: 0px;
 left: 0px;
 width: 100%;
 height: 120%;
 background: #fff9f7;
 text-align: center;
}
#sp_nav {
 display: none;
 margin: 0 auto;
 padding: 0px;
 width: 100%;
 position: absolute;
 z-index: 101;
 text-align: left;
 color: #FFF;
 top: 20px;
}
#sp_nav ul.menuList{
 margin: 0px auto 15px;
 padding: 0;
 width: 89%;
 border-bottom: solid 1px #ffe0c8;
}
#sp_nav ul.menuList li{
 font-size: 14px;
 border-top: solid 1px #ffe0c8;
	position: relative;
}

#sp_nav ul.menuList li:last-child{
 border-bottom: solid 1px #ffe0c8;
}
#sp_nav ul.menuList li > a {
 padding: 15px 15px;
 display: block;
	color: #333;
	text-decoration: none;
	position: relative;
}
#sp_nav ul.menuList li > a i {
 right: 10px;
 font-size: 15px;
 position: absolute;
}
#sp_nav .spNav_banner {
 margin: 0px auto 30px;
 padding: 0;
 width: 89%;
	background: #c6b057;
 display: flex;
	flex-wrap: nowrap;
 justify-content: space-between;
}
#sp_nav .spNav_banner li{
 width: 33.3%;
}
#sp_nav #navClose {
 margin: 0px auto;
 width: 45%;
	text-align: center;
}

/*-------------contents-------------*/
#top {
 margin: 0px auto 50px;
 padding-top: 51px;
	width: 100%;
}
#contents {
 margin: 0px auto;
 padding-top: 51px;
	width: 100%;
}
#base {
 margin: 20px auto 0;
	width: 100%;
}
#main {
 margin: 0px 0 50px;
	width: 100%;
}
#side {
 margin: 0px;
 padding: 15px 0;
	width: 100%;
 background: #f2f5f6;
}
/*-------------breadcrumb-------------*/
.breadcrumb {
 margin: 10px auto;
	width: 95%;
 height: 15px;
 overflow-x: auto;
 overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.breadcrumb ul {
 margin: 0px;
 padding: 0;
 min-width: 100%;
 max-width: 200%;
 text-align: left;
 display: table;
 white-space: nowrap;
}
.breadcrumb ul li {
 margin: 0px;
 padding: 0;
 font-size: 10px;
 line-height: 1;
 display: inline-block;
}
.breadcrumb ul li:after {
 padding: 0 5px 0 10px;
 content: "／";
}
.breadcrumb ul li:last-of-type:after {
 padding: 0;
 content: none;
}
.breadcrumb ul li a {
 color: #333;
 text-decoration: underline;
}
.breadcrumb ul li a:hover {
 text-decoration: none;
}

/*-------------side-------------*/
#side p.bt {
 margin: 0 auto 10px;
 padding: 0;
 width: 92%;
}
#side p.bt a {
 margin: 0;
 padding: 20px 10px;
 font-size: 14px;
 line-height: 1;
 color: #333;
 text-decoration: none;
 text-align: left;
	font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
 background: #FFF;
 display: block;
 border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
 position: relative;
}
#side p.bt a i {
 position: absolute;
 right: 6px;
}
#side p.bt a:hover {
 text-decoration: underline;
 background: #f2f5f6;
}

#side dl.list {
 margin: 0 auto 10px;
 padding: 0;
 width: 92%;
}
#side dl.list dt {
 position: relative;
}
#side dl.list dt.si {
 margin: 0;
 padding: 12px 8px 10px;
 font-size: 13px;
 line-height: 1;
 font-weight: bold;
	font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
 background: #f2f5f6;
 border-bottom: 1px solid #ddd;
}
#side dl.list dt a {
 margin: 0;
 padding: 12px 8px 10px;
 font-size: 13px;
 line-height: 1;
 color: #333;
 text-decoration: none;
 font-weight: bold;
	font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
 background: #FFF;
 border-bottom: 1px solid #ddd;
 display: block;
}
#side dl.list dt a i {
 position: absolute;
 right: 6px;
 top: 38%;
 font-size: 10px;
}
#side dl.list dd {
 margin: 0;
 padding: 0;
 width: 100%;
}
#side dl.list dd ul {
 width: 100%;
}
#side dl.list dd a {
 margin: 0;
 padding: 10px 20px 10px 10px;
 font-size: 13px;
 line-height: 1.2;
 color: #333;
 text-decoration: none;
 border-bottom: 1px solid #ddd;
 display: block;
 position: relative;
}
#side dl.list dd a i {
 position: absolute;
 right: 6px;
 top: 38%;
 font-size: 10px;
}
#side dl.list dd a:hover {
 text-decoration: underline;
 background: #f2f5f6;
}
#side ul.list {
 margin: 0 auto 10px;
 padding: 0;
 width: 92%;
 background: #FFF;
}
#side ul.list li {
 margin: 0;
 padding: 0;
 background: #FFF;
}
#side ul.list li.child {
}
#side ul.list li a {
 margin: 0;
 padding: 10px 20px 10px 10px;
 font-size: 13px;
 line-height: 1.2;
 color: #333;
 text-decoration: none;
 border-bottom: 1px solid #ddd;
 display: block;
 position: relative;
}
#side ul.list li a i {
 position: absolute;
 right: 6px;
 font-size: 10px;
}
#side ul.list li a:hover {
 text-decoration: underline;
 background: #f2f5f6;
}
#side ul.list li.cur {
 margin: 0;
 padding: 12px 8px 10px;
 font-size: 13px;
 line-height: 1;
 font-weight: bold;
	font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
 background: #f2f5f6;
 border-bottom: 1px solid #ddd;
 position: relative;
}
#side ul.list li.cur i {
 position: absolute;
 right: 6px;
 font-size: 10px;
}
#side ul.side_ban {
 display: none;
}


/*-------------footer-------------*/
#footer {
 margin: 0px auto;
 padding: 0px 0 60px;
 width: 100%;
	background: #fff6ef;
}
#footer .sp_menu {
 margin: 0px auto;
 padding: 0px;
 width: 100%;
 border-top: 1px solid #ffe0c8;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#footer .sp_menu li {
 margin: 0px;
 width: 50%;
 font-size: 12px;
 line-height: 1;
 border-bottom: 1px solid #ffe0c8;
 border-right: 1px solid #ffe0c8;
 display: block;
 box-sizing: border-box;
}
#footer .sp_menu li:nth-child(even) {
 border-right: none;
}
#footer .sp_menu li a {
 padding: 18px 8%;
 color: #333;
 text-decoration: none;
 display: block;
}
#footer .sp_menu li a i {
 color: #666;
}
#footer .inner {
 margin: 30px auto 0;
	padding: 0 0 20px;
 width: 100%;
 border-bottom: 1px solid #ebdbce;
}
#footer .inner div:first-of-type {
 margin: 0 auto;
	padding: 0;
 width: 84%;
}
#footer .inner dl.title {
 margin: 0;
	padding: 0 0 20px;
}
#footer .inner dl.title dt {
 margin: 0;
	padding: 0 0 15px;
 line-height: 0;
 text-align: left;
}
#footer .inner dl.title dt img {
 width: 76%;
}
#footer .inner dl.title dd {
 margin: 0;
	padding: 0;
 font-size: 13px;
 line-height: 0;
 text-align: left;
}
#footer .inner dl.ad {
 margin: 0;
	padding: 0 0 10px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
}
#footer .inner dl.ad dt {
 margin: 0;
	padding: 0;
 width: 20%;
 font-size: 12px;
 font-weight: bold;
 text-align: left;
}
#footer .inner dl.ad dd {
 margin: 0;
	padding: 0;
 font-size: 12px;
 line-height: 19px;
 text-align: left;
}
#footer .inner div.box {
 display: none;
}
#footer .inner div.list {
 display: none;
}
#footer p.credit {
 margin: 0px auto;
	padding: 22px 0 0;
 font-size: 10px;
 line-height: 15px;
 font-family: "Times New Roman", Times, serif;
 text-align: center;
}
/*footer固定*/
#footFix {
 display:table;
 width:100%;
 position:fixed;
 bottom:-100px;
 z-index:99;
 border-top: solid 1px #FFF;
}
#footFix img {
 width:100%;
 height:auto;
}
#footFix > p {
 display:table-cell;
	vertical-align: bottom;
}

/* LINE用CSS */
#m_line a {
	color: #06c655 !important;
}
.modal_pop,.modal_pop2,.modal_pop3 {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9997 !important;
}

.bg {
	background-color: #1119;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9998 !important;
}

.modal_pop_main {
	width: 70%;
	padding: 30px 5%;
	background-color: #ffffff;
	border-radius: 6px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
}

.modal_pop_main h3 {
	font-size: 20px;
	letter-spacing: 0.1em;
	font-weight: 900;
	text-align: center;
	padding-bottom: 15px;
}

.modal_pop_main p {
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 1.8;
	text-align: left;
}

.modal_pop_main>div {
	display: flex;
	justify-content: center;
	width: 100%;
}

.modal_pop_main>div dl {
	width: 45%;
}

.modal_pop_main>div dl dt {
	text-align: center;
}

.modal_pop_main>div dl dd h4 {
	font-size: 14px;
	font-weight: 900;
	text-align: center;
	padding-bottom: 15px;
}

.modal_pop_main>div dl dd p {
	font-size: 12px;
	text-align: center;
}

}
