@charset "UTF-8";

html {scroll-behavior: smooth}/*smooth scroll*/
#container {
    background:url(/cpn/hatsuuri/images/allbg.png);
    color: #000;
    font-size: 16px;
}
main * { font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif}
main article {
    background: #fbd486;
    color: #000;
    padding: 0 0 25px
}
.fc_FFF {color: #fff !important}
.tx_R {text-align: right !important}
.fc_FFF {color: #fff !important}
.mb15{margin-bottom:15px !important}

.underline {
    word-break: keep-all;
    position: relative;
}
.underline::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #00499f;
}


@media screen and (max-width: 280px) { /*Galaxy Fold*/
  body {
  font-size: 14px;
  }
}

article{
width: 100%;
}
section{
  position: relative;
}
.active{
  opacity: 1;
}
a{
  transition: .3s;
}
a:link,
a:visited{
  color: #0952a4;
}
a:hover{
  opacity: 0.7;
}

.textLeft {
	text-align: left;
    line-height: 1.4;
}

.textCenter {
	text-align: center;
    line-height: 1.4;
}

.textRight {
	text-align: right;
    line-height: 1.4;
}

.red {
	color: #ff0000;
}

.large {
	font-size: 120%;
}

dt {
  font-weight: normal;
}

strong {
    font-weight: bold;
}

.line {
    width: 100%;
    border-top: 2px dotted #666;
    padding-bottom: 5%;
    margin-top: 5%;
}

/*
SP
==================================================== */
@media screen and (max-width: 759.9px) {
.spnone{
	display:none;
}

#container article {
    background: url(/cpn/hatsuuri/images/bg_side.png) repeat-y -1% -105px, url(/cpn/hatsuuri/images/bg_side2.png) repeat-y 105% -55px;
    background-size: 25%;
}

.notice2 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #e2012e;
    margin-bottom: 15px;
}

#dirPathBlock,#anchorLinkBlock { background: #FFF;}
#dirPathBlock p,#anchorLinkBlock a{
	font-size: 10px;
	padding: 0 5px 5px 5px;
}

#container{
  font-size: 16px;
  position: relative;
  width: 100%;
}

.inner{
    width: 98%;
    margin: 0 1% 5%;
    padding: 15px;
    box-sizing: border-box;
    color: #222;
    background: #FFF;
    border-radius: 10px;
    position: relative
}
.inner > .end {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    align-content: center;
    color: #FFF;
    font-size: 28px;
    font-weight: bold;
    border-radius: 10px;
    text-shadow: 2px 2px 2px #000;
    z-index: 1;
}

#footer .inner {
    background: none;
}

/*title*/
.mv {
    background: #0074c1;
    padding-bottom: 3px;
}
.mv > p:first-child {
    text-align: center;
    color: #FFF;
    font-size: 14px;
    padding: 3px 0 5px;
    background: #cd0414
}
.mv,
figure#mainphoto img{width: 100%}
figure#mainphoto {
	margin: 0;
	padding: 0
}
.sub_btn {
    margin: 0 5px;
    padding: 5px 15px;
    background: #e70033;
    color: #FFF!important;
    border-radius: 10px;
	display: inline-block
}
.WESTER_point {
    width: 48px;
    height: auto;
    background: #FFF;
    padding: 3px;
    border-radius: 3px;
    margin: 5px;
    vertical-align: middle;
}

  /*news*/
	#newsImportant {
		margin: 5px;
		display: flex;
		font-size: 11px;
	}
	#newsImportant dt {
		width: 72px;
		height: fit-content;
		background: #e62d2d;
		color: #FFF;
		text-align: center;
		border-radius: 3px;
		margin-top: 2px;
		padding: 3px 0;
	}
	#newsImportant dd {
		width: 100%;
		padding: 0 10px;
	}
	#newsImportant li {
		padding: 5px 3px 5px 12px;
		position: relative;
		font-size: 1.1em;
		font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	}
	#newsImportant li:nth-of-type(n+2) {
		border-top: 1px dotted #ccc;
	}
	#newsImportant li:before {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 6px solid #555555;
		border-right: 0;
		position: absolute;
		top: 7px;
		left: 0;
	}

/*見出し*/
h2 {
	width: fit-content;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto 15px;
	padding: 0 10px 5px
}

/*notice*/
.notice {
	padding: 5px 0;
	font-size: 14px;
	text-align: center;
    font-weight: bold;
}

/*期限*/
.detailDay{
    text-align: center;
	background: #FFF;
	border-radius: 10px;
	box-sizing: border-box
}
.detailDay li{margin: 0 0 15px}
.detailDay li:last-child{margin-bottom: 0}
.detailDay dl dt{
	margin-bottom: 5px;
	display: grid;
	align-items: center;
	font-weight: bold
}
.detailDay dl dd{padding: 3px 0 5px}

/*note*/
.note {margin: 0 auto 25px}

/*step*/
.step > li {
    border: 2px solid #00499f;
    border-radius: 10px;
    margin: 0 auto 25px;
    padding: 15px;
    position: relative
}
.step > li dt {
    font-size: 20px;
    margin-bottom: 15px
}
.step > li dt p {
    width: 200px;
    text-align: center;
    background: #00499f;
    color: #FFF;
    margin: 0 auto 15px;
    padding: 0 15px;
    border-radius: 1em
}
.step > li dt h3{
    text-align: center;
    font-weight: bold;
    color: #0074c1
}
.step > li dd.twpoint {
    border: 2px dotted #0074c1;
    padding: 10px
}
.step > li dd.twpoint b {color: #0074c1}
.step > li dd.twpoint .blue_btn {margin: 15px 0 10px}
.step > li dd.twpoint .blue_btn a h4 {
    color: #fff !important;
    font-weight: lighter;
    text-align: center;
    margin: 0;
    padding: 0
}

/*discount*/
.discount_Wrap {
    font-size: 14px;
    margin-bottom: 50px
}
.discount_Wrap > li{margin: 0 auto 15px}
.discount_Wrap > li p{
	width: 95%;
	margin: 0 auto
}
.discount_Wrap li h3 {
	background: #E1E1E1;
	margin-bottom: 10px;
	padding: 3px 10px 4px;
	font-weight: bold;
	border-radius: 3px
}
.waribiki_img {
    width: 100%;
    height: auto;
    display: block;
    margin: auto
}
dl.target_plan {
	border: 3px solid #00499f;
	border-radius: 10px;
	margin: 0 auto 25px;
	padding: 25px;
}

/*btn*/
.target_plan h4 {
    width: fit-content;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #0074c1;
    margin: 0 auto 15px;
    position: relative
}
.target_plan h4:before,
.target_plan h4:after {
    content: "|";
    display: inline-block;
    font-size: 18px
}
.target_plan h4:before {
    transform: rotate(-25deg);
    position:absolute;
    bottom: 2px;
    left: -24px
}
.target_plan h4:after {
    transform: rotate(25deg);
    position:absolute;
    bottom: 2px;
    right: -24px  
}
.blue_btn{
	display:flex;
	margin-bottom: 20px
}
.blue_btn a{
	width: 96%;
	color: #fff!important;
	background: #00499f;
	margin: 0 auto;
	padding-bottom: 3px;
	line-height: 3;
	box-shadow: 1px 1px 5px #aaa;
    background: #F29A16;
    border-radius: 3rem
}
.blue_btn h5{
	display: flex;
	margin: auto;
    font-weight: lighter;
	width: fit-content
}
.blue_btn svg{
	width: 32px;
	margin-right: 12px
}
.blue_btn a svg circle,
.blue_btn a svg line{
	fill:none;
	stroke:#fff;
	stroke-width:6
}

/*PR*/
#other .inner {padding: 15px 0;}
.pr_banner {
    width: 96%;
    margin: 25px auto 50px;
    text-align: center;
}
.pr_banner img {
    width: 100%;
}

/* scrollbox */
.scrollbox_wraper {
    margin-bottom: 25px;
    position: relative
}
.scrollbox_wraper .scroll_left_btn,
.scrollbox_wraper .scroll_right_btn {
	width: 32px;
	height: 32px;
	position: absolute;
	top: calc(50% - 32px);
	display: block;
	z-index: 1;
	background: #FFF;
	border-radius: 50%;
	box-shadow: 0px 0px 6px #888
}
.scrollbox_wraper .scroll_left_btn {left: 0}
.scrollbox_wraper .scroll_right_btn {right: 0}
.scrollbox_wraper .scroll_left_btn:after,
.scrollbox_wraper .scroll_right_btn:after,
.scrollbox_wraper .scroll_left_btn:before,
.scrollbox_wraper .scroll_right_btn:before {
	content: "";
	display: block;
	width: 0;
	height: 0
}
.scrollbox_wraper .scroll_left_btn:after {
	position: absolute;
	top: 16px;
	left: 11px;
	border-left: 2px solid;
	border-top: 10px solid;
	transform: rotate(-45deg);
	-webkit-transform-origin-y: top;
	transform-origin: top
}
.scrollbox_wraper .scroll_right_btn:after {
	position: absolute;
	top: 16px;
	right: 11px;
	border-left: 2px solid;
	border-top: 10px solid;
	transform: rotate(45deg);
	-webkit-transform-origin-y: top;
	transform-origin: top
}
.scrollbox_wraper .scroll_left_btn:before {
	position: absolute;
	top: 7px;
	left: 11px;
	border-left: 2px solid;
	border-top: 10px solid;
	transform: rotate(45deg);
	-webkit-transform-origin-y: bottom;
	transform-origin: bottom
}
.scrollbox_wraper .scroll_right_btn:before {
	position: absolute;
	top: 7px;
	right: 11px;
	border-left: 2px solid;
	border-top: 10px solid;
	transform: rotate(-45deg);
	-webkit-transform-origin-y: bottom;
	transform-origin: bottom
}
.scrollbox_wraper .scroll_left_btn.non_scloll,
.scrollbox_wraper .scroll_right_btn.non_scloll {
	transition: 0.1s;
	display: none !important
}
.scrollbox_wraper .scrollbox {overflow-x: scroll !important}
.scrollbox_wraper .scrollbox > ul {
	width: fit-content !important;
	display: flex !important;
	margin: 0 auto 15px !important;
    padding: 0 calc((100% - 250px) / 2)
}
.scrollbox_wraper .scrollbox > ul > li {
	width: calc(960px / 4) !important;
	margin: 0 5px !important;
	box-sizing: border-box
}
.scrollbox_wraper .scrollbox > ul > li h3 {
	display: grid;
	flex-direction: column;
	text-align: center;
	line-height: 1.2;
	padding: 10px 0;
	align-items: center;
	font-weight: bold;
	font-size: 18px
}
.scrollbox_wraper .scrollbox > ul > li .txt {font-size: 14px}
.scrollbox_wraper .scrollbox::-webkit-scrollbar {height: 5px !important}
.scrollbox_wraper .scrollbox::-webkit-scrollbar-track {
	margin: 0 5px !important;
	background: #eee !important;
	border-radius: 5px !important
}
.scrollbox_wraper .scrollbox::-webkit-scrollbar-thumb {
	border-radius: 5px !important;
	background: #999 !important
}

/*other*/
#other .inner {
    background: none;
    color: #222
}
#other .scrollbox_wraper li {
    width: calc(96% / 4);
    margin: 0 0.5% 2% !important;
    text-align: center;
    color: #333;
    background: #FFF;
    box-sizing: border-box
}
#other .scrollbox_wraper .scrollbox > ul > li a {color: #000 !important}
#other .scrollbox_wraper li dt {
    margin-bottom: 3%;
    position: relative;
    overflow: hidden
}
#other .scrollbox_wraper h4 {
    height: 38px;
    font-weight: 700;
    margin: 5% 0;
    padding: 0 10px;
    box-sizing: border-box;
    line-height: 1.2;
    align-content: center
}
#other .scrollbox_wraper li dt img {
    width: 100%;
    height: auto;
    margin-bottom: 3%
}
#other .scrollbox_wraper li dd.plan_txt {
    font-size: 0.85em;
    margin-bottom: 5%;
    padding: 0 10px;
    text-align: left
}

/*footer*/
#footer {
	background-color: #F0F5FA;
}

#footer .inner {
	width: 96%;
	margin: 0 auto;
	padding: 2% 2%;
}

#footer .inner ul {
	font-size: 11px;
	line-height: 1.4;
    text-align: left;
}

#footer .inner ul li {
    display: inline-block;
    width: 46%;
	padding: 2% 0;
}

#footer .inner ul li:last-child {
    border-right: none;
}

#footer .copy {
	background-color: #0952a4;
    color: #FFFFFF;
    font-size: 9px;
    text-align: center;
    padding: 2% 0;
}

/*pagetop*/
#pagetop {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 100;
}
#pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 3em;
  height: 3em;
  background-color: rgba(255,255,255,.5);
  border:solid 1px #152a8c;
  border-radius: 50vh;
}
#pagetop a::after {
  content: '';
  width: 7px;
  height: 7px;
  border-style: solid;
  border-width: 0 6px 9px 6px;
  border-color: transparent transparent #152a8c transparent;
}


}




/*
PC
==================================================== */
@media screen and (min-width: 760px),print {
.pcnone{
	display:none;
}

#container article {background:url(/cpn/hatsuuri/images/bg_side.png) repeat-y -100px -105px,url(/cpn/hatsuuri/images/bg_side2.png) repeat-y 109% -55px;}

.notice2 {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #e2012e;
    margin: 3% 0;
}

#dirPathBlock,
#anchorLinkBlock{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: 0 auto;
    padding-bottom: 10px;
	font-size: 12px;
}

#container{
  font-size: 18px;
  position: relative;
  z-index:1;
}

.inner{
	width: 100%;
	max-width:1080px;
	margin: 0 auto 50px;
	padding: 25px;
	display: block;
    background: #FFF;
	color: #222;
    border-radius: 40px;
    position: relative
}
.inner > .end {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    align-content: center;
    color: #FFF;
    font-size: 40px;
    font-weight: bold;
    border-radius: 40px;
    text-shadow: 2px 2px 2px #000;
    z-index: 1;
}

#footer .inner {
    background: none;
}

/*title*/
.mv {background: #0074c1}
.mv > p:first-child {
    text-align: center;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.7;
    background: #cd0414
}
.mv,
figure#mainphoto img{width: 100%}
figure#mainphoto {
	margin: 0;
	padding: 0
}
.sub_btn {
    margin: 0 5px;
    padding: 5px 15px;
    background: #e70033;
    color: #FFF!important;
    border-radius: 10px;
	display: inline-block
}
.WESTER_point {
    width: 100px;
    height: auto;
    background: #FFF;
    padding: 5px;
    border-radius: 5px;
    margin: 10px;
    vertical-align: middle;
}

/*news*/
  #newsImportant{
	width: 100%;
	max-width: 970px;
	margin: 5px auto;
	display: flex;
	font-size: 12px;
	padding:8px;
}
#newsImportant dt{
	width: 72px;
    height: fit-content;
	background: #e62d2d;
	color: #FFF;
	text-align: center;
	border-radius: 3px;
	margin-top: 1px;
	padding: 3px 0;
}
#newsImportant dd{
	width: 100%;
	padding: 0 10px;
}
#newsImportant li{
	padding: 3px 3px 3px 12px;
	position: relative;
	font-size:13px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}
#newsImportant li:nth-of-type(n+2){border-top: 1px dotted #ccc;}
#newsImportant li:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #555555;
	border-right: 0;
    position: absolute;
	top: 7px;
	left: 0;
}

/*見出し*/
h2 {
	width: fit-content;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto 25px;
	padding: 0 10px 5px
}

/*notice*/
.notice {
	width: 100%;
	max-width:1080px;
	min-width:760px;
	margin: auto;
	padding: 10px 0;
	font-size: 20px;
	text-align: center;
    font-weight: bold;
}

/*期限*/
.detailDay{
	width: 700px;
	margin: 10px auto;
	padding: 0 25px;
	background: #FFF;
	border-radius: 10px;
	box-sizing: border-box
}
.detailDay li{margin: 0 0 15px}
.detailDay dl{
    align-items: baseline;
    display: flex
}
.detailDay dl dt{
	width: 24%;
	padding: 0 0 0 1%;
	display: grid;
	align-items: center;
	font-weight: bold
}
.detailDay dl dd{
	width: 75%;
	padding: 3px 0 5px
}

/*note*/
.note {
    margin: 0 auto 25px;
    width: 700px
}
.note > li {margin-bottom: 5px}

/*step*/
.step > li {
    border: 3px solid #00499f;
    border-radius: 10px;
    margin: 0 auto 25px;
    padding: 25px;
    position: relative
}
.step > li dt {
    font-size: 22px;
    margin-bottom: 15px
}
.step > li dt p {
    position: absolute;
    background: #00499f;
    color: #FFF;
    padding: 0 25px;
    border-radius: 1em
}
.step > li dt h3{
    text-indent: 140px;
    font-weight: bold;
    color: #0074c1
}
.step > li dd.twpoint {
    border: 2px dotted #0074c1;
    padding: 10px;
    position: relative
}
.step > li dd.twpoint b {color: #0074c1}
.step > li dd.twpoint .blue_btn {
    width: 240px;
    position: absolute;
    bottom: 0;
    right: 1%
}
.step > li dd.twpoint .blue_btn a h4 {
    color: #fff !important;
    font-weight: lighter;
    text-align: center;
    margin: 0;
    padding: 0
}

/*discount*/
.discount_Wrap {margin-bottom: 50px}
.discount_Wrap > li{
	width: 96%;
	margin: 0 auto 25px
}
.discount_Wrap li h3 {
	background: #E1E1E1;
    margin-bottom: 15px;
    padding: 8px 10px;
	font-weight: bold;
	border-radius: 3px
}

.waribiki_img {
    display: block;
    margin: auto;
}
dl.target_plan {
	border: 2px solid #00499f;
	border-radius: 10px;
	margin: 0 auto 25px;
	padding: 15px;
}

/*btn*/
.target_plan h4 {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #0074c1;
    margin-bottom: 15px;
    position: relative
}
.target_plan h4:before,
.target_plan h4:after {
    content: "|";
    display: inline-block
}
.target_plan h4:before {
    transform: rotate(-25deg);
    margin-right: 15px
}
.target_plan h4:after {
    transform: rotate(25deg);
    margin-left: 15px
}
.search_btn {display: flex}
.blue_btn {
	width: 64%;
	display: flex;
	margin: 0 auto 10px
}
.blue_btn a{
	width: 96%;
	color: #fff!important;
	background: #00499f;
	margin: 0 auto;
	padding-bottom: 3px;
	line-height: 2.4;
	box-shadow: 1px 1px 5px #aaa;
    background: #F29A16;
    border-radius: 3rem
}
.blue_btn h5{
	display: flex;
	margin: auto;
    font-weight: lighter;
	width: fit-content
}
.blue_btn svg{
	width: 32px;
	margin-right: 12px
}
.blue_btn a svg circle,
.blue_btn a svg line{
	fill:none;
	stroke:#fff;
	stroke-width:6
}

/*PR*/
#other .pr_banner {
    width: 640px;
    margin: 0 auto 50px;
    text-align: center;
}

/* scrollbox */
.scrollbox_wraper {	position: relative}
.scrollbox_wraper .scroll_left_btn,
.scrollbox_wraper .scroll_right_btn {
	width: 32px;
	height: 32px;
	position: absolute;
	top: calc(50% - 32px);
	display: block;
	z-index: 1;
	background: #FFF;
	border-radius: 50%;
	box-shadow: 0px 0px 6px #888
}
.scrollbox_wraper .scroll_left_btn {left: -40px}
.scrollbox_wraper .scroll_right_btn {right: -40px}
.scrollbox_wraper .scroll_left_btn:after,
.scrollbox_wraper .scroll_right_btn:after,
.scrollbox_wraper .scroll_left_btn:before,
.scrollbox_wraper .scroll_right_btn:before {
	content: "";
	display: block;
	width: 0;
	height: 0
}
.scrollbox_wraper .scroll_left_btn:after {
	position: absolute;
	top: 16px;
	left: 11px;
	border-left: 2px solid;
	border-top: 10px solid;
	transform: rotate(-45deg);
	-webkit-transform-origin-y: top;
	transform-origin: top
}
.scrollbox_wraper .scroll_right_btn:after {
	position: absolute;
	top: 16px;
	right: 11px;
	border-left: 2px solid;
	border-top: 10px solid;
	transform: rotate(45deg);
	-webkit-transform-origin-y: top;
	transform-origin: top
}
.scrollbox_wraper .scroll_left_btn:before {
	position: absolute;
	top: 7px;
	left: 11px;
	border-left: 2px solid;
	border-top: 10px solid;
	transform: rotate(45deg);
	-webkit-transform-origin-y: bottom;
	transform-origin: bottom
}
.scrollbox_wraper .scroll_right_btn:before {
	position: absolute;
	top: 7px;
	right: 11px;
	border-left: 2px solid;
	border-top: 10px solid;
	transform: rotate(-45deg);
	-webkit-transform-origin-y: bottom;
	transform-origin: bottom
}
.scrollbox_wraper .scroll_left_btn.non_scloll,
.scrollbox_wraper .scroll_right_btn.non_scloll {
	transition: 0.1s;
	display: none !important
}
.scrollbox_wraper .scrollbox {overflow-x: scroll !important}
.scrollbox_wraper .scrollbox > ul {
	width: fit-content !important;
	display: flex !important;
	margin: 0 auto 15px !important
}
.scrollbox_wraper .scrollbox > ul > li h3 {
	display: grid;
	flex-direction: column;
	text-align: center;
	line-height: 1.2;
	padding: 10px 0;
	align-items: center;
	font-weight: bold;
	font-size: 18px
}
.scrollbox_wraper .scrollbox > ul > li .txt {font-size: 14px}
.scrollbox_wraper .scrollbox::-webkit-scrollbar {height: 5px !important}
.scrollbox_wraper .scrollbox::-webkit-scrollbar-track {
	margin: 0 5px !important;
	background: #eee !important;
	border-radius: 5px !important
}
.scrollbox_wraper .scrollbox::-webkit-scrollbar-thumb {
	border-radius: 5px !important;
	background: #999 !important
}

/*other*/
#other .inner {
    background: none;
    color: #222
}
#other .scrollbox_wraper li {
    width: calc(96% / 4);
    margin: 0 0.5% 2% !important;
    text-align: center;
    color: #333;
    background: #FFF;
    box-sizing: border-box
}
#other .scrollbox_wraper .scrollbox > ul > li a {color: #000 !important}
#other .scrollbox_wraper li dt {
    margin-bottom: 3%;
    position: relative;
    overflow: hidden
}
#other .scrollbox_wraper h4 {
    height: 38px;
    font-size: 0.85em;
    font-weight: 700;
    margin: 5% 0;
    padding: 0 10px;
    box-sizing: border-box;
    line-height: 1.2;
    align-content: center
}
#other .scrollbox_wraper li dt img {
    width: 100%;
    height: auto;
    margin-bottom: 3%
}
#other .scrollbox_wraper li dd.plan_txt {
    font-size: 0.75em;
    margin-bottom: 5%;
    padding: 0 10px;
    text-align: left
}





/*footer*/
#footer {
	background-color: #F0F5FA;
}

#footer .inner {
	width: 990px;
	margin: 0 auto;
	padding: 20px 0;
}

#footer .inner ul {
	font-size: 13px;
	line-height: 1.4;
    text-align: center;
}

#footer .inner ul li {
    display: inline-block;
	padding: 0 6px;
	border-right: 1px solid #CCC;
}

#footer .inner ul li:last-child {
    border-right: none;
}

#footer .copy {
	background-color: #0952a4;
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
    padding: 10px 0;
}

/*pagetop*/
#pagetop {
  display: none;
  position: fixed;
  right: 50px;
  bottom: 50px;
  cursor: pointer;
  z-index: 100;
}
#pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  background-color: rgba(255,255,255,.5);
  border:solid 1px #152a8c;
  border-radius: 50vh;
}
#pagetop a::after {
  content: '';
  width: 7px;
  height: 7px;
  border-style: solid;
  border-width: 0 6px 9px 6px;
  border-color: transparent transparent #152a8c transparent;
}
#pagetop a:hover {
  background-color: #152a8c;
}
#pagetop a:hover::after {
border-width: 0 6px 9px 6px;
border-color: transparent transparent #fff transparent;
}


/*------------------------------
scroll item
------------------------------*/
/*PCスクロールなし*/
.scrollbox_wraper.pc_no_slider .scrollbox > ul {width: 99% !important}
.scrollbox_wraper.pc_no_slider .scroll_left_btn,
.scrollbox_wraper.pc_no_slider .scroll_right_btn,
.scrollbox_wraper.pc_no_slider .scrollbox::-webkit-scrollbar,
.scrollbox_wraper.pc_no_slider .scrollbox::-webkit-scrollbar-track,
.scrollbox_wraper.pc_no_slider .scrollbox::-webkit-scrollbar-thumb {display:none!important}

}



