@charset "utf-8";

html {
	font-size: 62.5%;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.2rem;
	line-height: 1.6;
	color: #000;
	background: #fff;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	font-display: swap;
	-webkit-text-size-adjust: 100%;
}
#browser_check {
	display: none;
	text-align: center;
	background: #7FE0D1;
	border-bottom: 1px solid #009696;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 20px;
	font-size: 120%;
}
#browser_check .title {
	font-size: 180%;
	font-weight: bold;
	margin-bottom: 5px;
}
img {
	width: auto;
	max-width: 100%;
	height: auto;
}
a {
	color: #00a7ea;
	text-decoration: underline;
}
.container {
	width: 94%;
	max-width: 950px;
	margin: 0 auto;
}
.txt_center {text-align:center;}
.bg_yellow {background:#fff881;}
.bg_white {background:#fff;}
.bg_blue {background:#00a7ea;}
.bg_lblue {background:#ecf2f7;}
.bg_pink {background:#e95383;}
.bg_lpink {background:#f7ebef;}
.bg_green {background:#00ab96;}
.bg_lgreen {background:#edf7f6;}
.bg_blueslash {background: url("../images/zb01.png") repeat 0 0;}
.bg_pinkslash {background: url("../images/zb02.png") repeat 0 0;}
.red {color:#e50012;}
.dp_block {display:block;}
.fs_large {font-size:120%;}
a.linkbtn {
	text-decoration: none;
	background: #00A7EA;
	color: #fff;
	line-height: 1;
	text-align: center;
	border-radius: 6px;
	position: relative;
	padding: 10px 12px 10px 0;
}
a.linkbtn::before, a.linkbtn::after {
	content: "";
	display: block;
	position: absolute;
}
a.linkbtn::before {
	background: #fff;
	border-radius: 50%;
	right: 15px;
	top: 8px;
	z-index: 1;
}
a.linkbtn::after {
	width: 0;
	height: 0;
	right: 15px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	z-index: 2;
}
.l_row {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.l_row > * {
	display: table-cell;
	vertical-align: middle;
}
.list > li {
	position: relative;
	padding-left: 1.3em;
}
.list > li::before,
.list > li > .num {
	position: absolute;
	top: 0;
	left: 0;
}
.list.circle > li::before {
	content: "○";
}
.list.sml_dot > li::before {
	content: "・";
}
.list.kome > li::before {
	content: "※";
}
.list.circle > li + li {
	margin-top: .2em;
}
.list.custom_2 > li {
	padding-left: 2.3em;
}
.list.custom_3 > li {
	padding-left: 3.3em;
}

/* header */
header .l_row > p:nth-child(1) {
	text-align: left;
}
header .l_row > p:nth-child(2) {
	text-align: right;
}

/* main */
article .mainimg {
	text-align: center;
	color: #00A7EA;
	line-height: 1;
	position: relative;
}
.moving > a {
	background: #00A7EA;
	color: #FFF100;
  text-decoration: none;
  line-height: 1.2;
  border-radius: 8px;
  position: relative;
  z-index: 1;
}
.moving > a::before {
  content: "";
  display: block;
  width: 100%;
  height: 51%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255,255,255,.2);
  z-index: 2;
}
.moving > a > span {
  position: relative;
	font-weight: bold;
	font-style: italic;
  z-index: 3;
}
.admission .moving > a {
	background: #FFF100;
	color: #00A7EA;
}
.admission .moving > a::before {
  background: rgba(255,255,255,.5);
}
article .mainimg #arrow {
	position: absolute;
	bottom: 0;
	z-index: -1;
}
article .mainimg #arrow img {
	position: relative;
	transition: 0.5s ease-out;
	width: 100%;
}
h2.arrowtit {
	text-align: center;
	font-weight: normal;
	letter-spacing: .1em;
}
h2.arrowtit > span {
	font-weight: bold;
	letter-spacing: 0;
}
h2.arrowtit > span sup {
	vertical-align: text-top;
}
.block {
	position: relative;
}
.block > .circle {
	background: #FFF100;
	color: #00A7EA;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	border-radius: 50%;
	position: absolute;
}
.block > .circle > span {
	display: block;
	font-weight: bold;
}
.block > h3 {
	border-radius: 10px 10px 0 0;
	margin-bottom: 10px;
	font-weight: bold;
	line-height: 1.4;
}
.block > h3 > span {
	display: block;
	font-weight: normal;
}
.block > .bg_white {
	border-radius: 0 0 10px 10px;
}
.plogolist {
	overflow: hidden;
}
.plogolist > figure {
	display: block;
	float: left;
}
.plogolist > figure img {
	display: block;
	margin: 0 auto;
}
.plogolist > figure figcaption {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 3em;
	text-align: center;
	line-height: 1.3;
	padding: 0 10px;
}
.plogolist > figure figcaption > span {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}
.campaign img {
	display: block;
	width: auto;
	max-width: 100%;
	margin: 0 auto;
	border: 1px solid #005BAB;
}
#jimotoouen {
	background: #fff;
	padding-bottom: 25px;
}
#jimotoouen .campaign {
	width: 94%;
	max-width: 950px;
	margin: auto;
}
#jimotoouen .campaign img {
	border-color: #ccc;
}
#sec01 .bg_white {
	border-radius: 10px;
	padding: 35px;
}
#sec01 .bg_white h4 {
	color: #727171;
	transform: skewX(-15deg);
	font-weight: normal;
	line-height: 1.4;
	text-indent: -.2em;
}
#sec01 .bg_white h4 > strong {
	display: block;
	font-weight: normal;
	color: #00A7EA;
	text-indent: 0;
}
#sec01 .nyukai {
	text-align: center;
}
#sec01 .nyukai .movielink {
	width: 70%;
}
#sec02 .block > h3 {
	color: #0096D9;
}
#sec02 .bg_white .l_row > *:nth-child(1) {
	color: #E95383;
	background-image: url("../images/sec02_h4img.png");
	background-repeat: no-repeat;
	background-position: right 0;
}
#sec02 .bg_white .l_row > *:nth-child(1) > h4 {
	transform: skewX(-15deg);
	line-height: 1.1;
	text-indent: -.2em;
}
#sec03 {
	padding: 0;
}
#sec03 .block > h3 {
	color: #E95383;
}
#sec03 .blocknav > .l_row > a {
	text-decoration: none;
	color: #fff;
	text-align: center;
	line-height: 1.3;
	border-radius: 8px;
	position: relative;
}
#sec03 .blocknav > .l_row > a::before {
	content: "";
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255,255,255,.25);
	height: 50%;
}
#sec03 .blocknav > .l_row > a:nth-child(1) {
	background: #E95383;
}
#sec03 .blocknav > .l_row > a:nth-child(2) {
	background: #00AB96;
}
#sec03 .blocknav > .l_row > a > span {
	display: block;
}
#sec03 .bg_white h4 {
	color: #E55382;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	background-image: url("../images/sec03_h4img.png");
	background-repeat: no-repeat;
	background-position: 0 0;
}
#sec03 .bg_white h5.arrowtit {
	color: #E55382;
	text-align: center;
}
#sec03 .bg_white h5.arrowtit > span {
	font-weight: bold;
}
#sec03 .bg_white h5.arrowtit._spoint {
  font-size: 2.8rem;
	font-weight: bold;
}
#sec04 {
	padding-top: 0;
}
#sec04 .block > h3 {
	color: #00AB96;
}
#sec04 .block > .circle {
	margin: auto;
	left: 0;
	right: 0;
}
#sec04 .bg_white h4 {
	color: #00AB96;
	line-height: 1.4;
	background-image: url("../images/sec04_h4img.png");
	background-repeat: no-repeat;
	background-position: 0 0;
}
#sec04 .bg_white h4 > span {
	display: block;
	transform: skewX(-15deg);
	line-height: 1.1;
	letter-spacing: -.05em;
	margin-left: -.1em;
}
#sec04 .bg_lgreen h5 {
	font-weight: bold;
	display: inline-block;
	background: #00AB96;
	border-radius: 2px 0 0 2px;
	color: #fff;
	position: relative;
}
#sec04 .bg_lgreen h5::after {
	content: "";
	width: 0;
	height: 0;
	display: block;
	border-style: solid;
	border-color: transparent;
	border-left-color: #00AB96;
	position: absolute;
	top: 0;
}
#sec05 h2 {
	letter-spacing: 0;
}
#sec05 .block > h3 {
	color: #00A7EA;
}
#sec05 .bg_white {
  padding: 25px 0 40px;
}
#sec05 .planlist > div h4 {
  font-size: 2.2rem;
	font-weight: bold;
	padding: 10px 0 15px;
	text-align: center;
}
#sec05 .planlist > div h4 img {
  width: 70%;
  margin-right: 10px;
	display: inline-block;
	vertical-align: -15px;
}
#sec05 .planlist > div ._txt {
  font-size: 1.9rem;
	font-weight: bold;
	text-align: center;
	height: 3.5em;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
}
#sec05 .planlist > div ._txt .fs_xsmall {
	font-size: 1.4rem;
	margin-top: .25em;
}
.em {
	font-weight: bold;
}
sup {
	font-size: 70%;
	vertical-align: text-top;
}
/*
#sec05 .planlist > div h4 + p strong {
  font-size: 3.3rem;
	font-weight: bold;
	display: inline-block;
	margin-left: 5px;
}
#sec05 .planlist > div.smart h4,
#sec05 .planlist > div.smart p {
	color: #00A7EA;
}
#sec05 .planlist > div.simple h4,
#sec05 .planlist > div.simple p {
	color: #22AC38;
}
*/
#sec05 .planlist > div.simple a.linkbtn {
	background: #22AC38;
}
#sec05 .planlist > div.simple a.linkbtn::after {
	border-left-color: #22AC38;
}
/*
#sec05 .planlist > div.night h4,
#sec05 .planlist > div.night p {
	color: #B73F91;
}
*/
#sec05 .planlist > div.night a.linkbtn {
	background: #B73F91;
}
#sec05 .planlist > div.night a.linkbtn::after {
	border-left-color: #B73F91;
}
/*
#sec05 .planlist > div.denka h4,
#sec05 .planlist > div.denka p {
	color: #EE7800;
}
*/
#sec05 .planlist > div.denka a.linkbtn {
	background: #EE7800;
}
#sec05 .planlist > div.denka a.linkbtn::after {
	border-left-color: #EE7800;
}
#sec05 .planatt h4 {
	background: #777;
	color: #fff;
	border-radius: 6px;
	line-height: 1.4;
}
#sec05 .planatt h5 {
	color: #777;
	font-weight: bold;
	line-height: 1.4;
}
#sec05 .planatt h6 {
	background: #777;
	color: #fff;
	border-radius: 6px;
	line-height: 1.4;
	font-size: 1.8rem;
	padding: 10px 20px;
	margin-bottom: 10px;
}
#sec05 .planatt .red {
	font-size: 1.4rem;
	margin-bottom: 10px;
}
#sec05 .planatt .list.sml_dot {
	font-size: 1.4rem;
	line-height: 1.8;
	margin-top: .25em;
}
#sec05 .planatt .fs_small {
	font-size: 12.6px;
	line-height: 1.6;
	margin-top: .5em;
}
#sec06 .bg_white {
	border-radius: 10px;
}
#sec06 .bg_white h4 {
	color: #00a7ea;
  text-align: center;
}
#sec06 .bg_white h4 img {
	display: inline-block;
}
#sec06 .bg_white a.linkbtn {
	background: #3F3B3A;
}
#sec06 .bg_white a.linkbtn::after {
	border-left-color: #3F3B3A;
}
.admission {
	background: #CAE5F5;
	text-align: center;
}
.admission h5 {
	color: #00a7ea;
	letter-spacing: .05em;
}
.footcopy {
	text-align: center;
}
.footcopy p {
	font-weight: bold;
}
#fixation {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 100;
}
#fixation a {
	text-decoration: none;
	color: #fff;
	text-align: center;
	line-height: 1.3;
	border-radius: 6px;
	position: relative;
}
#fixation a::before {
	content: "";
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255,255,255,.25);
	height: 50%;
}
#fixation a {
	background: #F56500;
}
#fixation a + a {
	background: #00A0E9;
}

/* footer */
footer .fnav ul {
	width: calc(100% - 108px);
	vertical-align: top;
}
footer .fnav ul li {
	display: inline-block;
	padding-right: 15px;
}
footer .fnav ul li a {
	color: #000;
	text-decoration: none;
}
footer .fnav a.ac_link {
	text-decoration: none;
	background: #878787;
	color: #fff;
	font-size: 1.3rem;
	text-align: center;
	width: 108px;
	height: 30px;
	padding: 5px 0;
}
footer .fnav a.ac_link img {
	width: 85px;
	line-height: 1;
}
footer .copyright {
	margin-top: 20px;
}
footer .copyright small {
	color: #868686;
}

/* animation */
.fadein {
	position: relative;
	top: 80px;
	transition: top 0.4s ease-out;
	opacity: 0;
}
.active {
	top: 0px;
	opacity: 1;
}
.big {
	position: relative;
	opacity: 0;
}
.bigger {
	animation: fadeIn 0.4s 0s 1 alternate linear, move1 0.4s 0.4s 1 alternate linear, move2 0.3s 1s 1 alternate linear;
}
@keyframes fadeIn {
	0% { opacity:0; }
	100% { opacity:0; }
}
@keyframes move1 {
	0% { transform: scale(0, 0); }
	70% { transform: scale(1.3, 1.3); }
	100% { transform: scale(1, 1); }
}
@keyframes move2 {
	0% {transform: rotateZ(0deg)}
	25% {transform: rotateZ(8deg)}
	50% {transform: rotateZ(0deg)}
	75% {transform: rotateZ(-8deg)}
	100% {transform: rotateZ(0deg)}
}

div.att_tax > p {
  text-align: center;
  border: 1px solid #878787;
}
.bnrbox {
  width: 94%;
  margin: 40px auto 0;
  text-align: center;
}
.bnrbox img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.area_foot a {
  display: block;
  text-align: center;
}

.section.time-service {
  width: 89%;
  margin: 70px auto;
}
.section.time-service .lead {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 17px;
}
.section.time-service .lead::before,
.section.time-service .lead::after {
  content: "";
  width: 2px;
  height: 40px;
  background-color: #000;
}
.section.time-service .lead::before {
  margin-right: 20px;
  -webkit-transform: rotate(-23deg);
  transform: rotate(-23deg);
}
.section.time-service .lead::after {
  margin-left: 20px;
  -webkit-transform: rotate(23deg);
  transform: rotate(23deg);
}
.section.time-service .time-service_block {
  width: 100%;
  max-width: 722px;
  margin: auto;
}
.section.time-service .time-service_block a {
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
  display: block;
}
.section.time-service .time-service_block a img {
  -webkit-box-shadow: 0px 3px 6px #EBEBEB;
  box-shadow: 0px 3px 6px #EBEBEB;
  border-radius: 10px;
  width: 100%;
  height: auto;
}
.att_box {
	font-size: 16px;
	background: #FAE3E6;
	padding: 20px 30px;
	margin: 0 auto;
}
.att_box .att_tit {
	font-size: 18px;
	font-weight: bold;
	margin: 1.5em 0 .25em;
}
#sec05 .planlist.l_row_last {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	padding: 25px;
}
#sec05 .planlist.l_row_last > div.ohisama {
	width: 70%;
	border-color: #d89500;
}
#sec05 .planlist > div.ohisama h4 img {
	width: 48%;
}
#sec05 .planlist > div.ohisama ._txt {
	height: 6em;
}
#sec05 .planlist > div.ohisama a.linkbtn {
	background: #d89500;
	margin-bottom: .5em;
}
#sec05 .planlist > div.ohisama a.linkbtn::after {
	border-left-color: #d89500;
}
.important_box {
	border: 4px double #f00;
	padding: 1em 1.5em;
	margin: .5em 0 1em;
	font-size: 14px;
}
.important_box .fs_large {
	margin-bottom: .25em;
}
.important_box .red {
	color: #f00;
}
.plan_block {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: 3em auto;
}
.plan_block > div {
	width: 48%;
}
.plan_block > div:nth-child(n+3) {
	margin-top: 3em;
}
.plan_lead {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	border-radius: 8px;
	color: #fff;
	padding: .75em;
	margin-bottom: .75em;
}
.smart .plan_lead {
	background: linear-gradient(to right, #56C0F0, #00A6E9);
}
.simple .plan_lead {
	background: linear-gradient(to right, #94CD6D, #1EAA39);
}
.night .plan_lead {
	background: linear-gradient(to right, #CA6AA5, #B74090);
	line-height: 1.25;
	height: 4.5em;
	padding: 0 .75em;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
}
.denka .plan_lead {
	background: linear-gradient(to right, #F4A546, #ED7700);
	height: 4.5em;
	padding: 0 .75em;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
}
.ohisama .plan_lead {
	background: linear-gradient(to right, #fdd300 0%, #e8aa00 60%);
	text-shadow: 1px 1px 3px #d37100,
							 -1px -1px 3px #d37100,
							 0 0 3px #d37100;
}
.plan_block > div > a {
	display: block;
	position: relative;
	border: 2px solid;
	border-radius: 10px;
	overflow: hidden;
	color: #595757;
	text-decoration: none;
}
.plan_block > div.smart > a {
	border-color: #00A6E9;
}
.plan_block > div.simple > a {
	border-color: #1EAA39;
}
.plan_block > div.night > a {
	border-color: #B74090;
}
.plan_block > div.denka > a {
	border-color: #ED7700;
}
.plan_block > div.ohisama > a {
	border-color: #e8aa00;
}
.plan_logo {
	position: absolute;
	top: -1px;
	left: -1px;
	width: 70%;
}
.plan_btn {
	background: #fff;
	border-top: 2px solid;
	font-size: 18px;
	font-weight: bold;
	padding: .5em;
	text-align: center;
	position: relative;
}
.smart .plan_btn {
	border-top-color: #00A6E9;
	color: #00A6E9;
}
.simple .plan_btn {
	border-top-color: #1EAA39;
	color: #1EAA39;
}
.night .plan_btn {
	border-top-color: #B74090;
	color: #B74090;
}
.denka .plan_btn {
	border-top-color: #ED7700;
	color: #ED7700;
}
.ohisama .plan_btn {
	border-top-color: #e8aa00;
	color: #e8aa00;
}
.ohisama .plan_btn .fs_small {
	font-size: 14px;
	color: #000;
}
.plan_btn::before,
.plan_btn::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.plan_btn::before {
	width: 1.25em;
	height: 1.25em;
	border-radius: 50%;
	right: 1em;
}
.smart .plan_btn::before {
	background: #00A6E9;
}
.simple .plan_btn::before {
	background: #1EAA39;
}
.night .plan_btn::before {
	background: #B74090;
}
.denka .plan_btn::before {
	background: #ED7700;
}
.ohisama .plan_btn::before {
	background: #e8aa00;
}
.plan_btn::after {
	width: .3em;
	height: .3em;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: translateY(-50%) rotate(45deg);
	right: 1.5em;
}

/*-----------------------------------------------
スマホ向けスタイル（～768px）
-----------------------------------------------*/
@media only screen and (max-width: 768px) {
	img {
		display: block;
		margin: auto;
	}
	.pc {display:none;}
	a.linkbtn {
		display: block;
		font-size: 1.6rem;
	}
	a.linkbtn::before {
		width: 20px;
		height: 20px;
	}
	a.linkbtn::after {
		top: 13px;
		border-right: 6px solid transparent;
		border-left: 6px solid #00A7EA;
	}
	* + a.linkbtn {
		margin-top: 10px;
	}
	.l_row.l_row_sp {
		display: block;
	}
	.l_row.l_row_sp > * {
		display: block;
	}
	.l_row.l_row_sp > * + * {
		margin-top: 15px;
	}
	
	/* header */
	header .l_row > p {
		padding: 10px 0;
	}
	header .l_row > p a img {
		display: inline-block;
	}
	header .l_row > p:nth-child(1) img {
		width: 40%;
	}
	header .l_row > p:nth-child(2) img {
		width: 80%;
	}

	/* main */
	article {
		padding-bottom: 30px;
	}
	article .mainimg {
		padding-bottom: 20px;
    padding-top: 5px;
	}
	article .mainimg .catch {
		padding: 15px 3%;
	}
	article .mainimg h2 {
		padding-bottom: 10px;
	}
	article .mainimg h2 img {
		height: 36px;
		width: auto;
	}
	.moving > a {
    display: block;
		font-size: 2.0rem;
		padding: 8px 0;
		width: 94%;
		margin: 0 auto;
    border: 3px solid #fff;
    box-shadow: 3px 3px 0 rgba(0,0,0,.2);
	}
  .moving > a::before {
    border-radius: 6px 6px 12px 12px;
  }
	article .mainimg #arrow {
		left: -20%;
		width: 90%;
		max-width: 400px;
	}
	article .mainimg #arrow img {
		top: 100px;
		left: -400px;
	}
	article .mainimg #arrow img.active {
		transform: translate(400px, -100px);
	}
	section {
		padding: 15px 0;
	}
	h2.arrowtit {
		position: relative;
		width: 94%;
		background: #fff;
		border: 3px solid #00A7EA;
		border-radius: 6px;
		font-size: 8.0vw;
		line-height: 1.2;
		margin: auto;
		padding: 20px 3%;
	}
	h2.arrowtit::before, h2.arrowtit::after {
		content: "";
		position: absolute;
		left: 20%;
	}
	h2.arrowtit::before {
		bottom: -64px;
		border-top: 32px solid #00A7EA;
		border-bottom: 32px solid transparent;
		border-left: 22px solid transparent;
		z-index: 1;
	}
	h2.arrowtit::after {
		bottom: -46px;
		margin-left: 4px;
		border-top: 23px solid #fff;
		border-bottom: 23px solid transparent;
		border-left: 15px solid transparent;
		z-index: 2;
	}
	h2.arrowtit > span {
		display: block;
	}
	h2.arrowtit > span sup {
		font-size: 1.0rem;
	}
	.block.container {
		width: 100%;
	}
	.block {
		padding: 15px 3%;
	}
	.block > .circle {
		font-size: 1.2rem;
		width: 70px;
		height: 70px;
		/*padding-top: 10px;*/
		left: 3%;
		top: -30px;
		line-height: 70px;
	}
	.block > .circle > span {
		font-size: 4.0rem;
	}
	.block > h3 {
		font-size: 2.6rem;
		padding: 25px 3%;
		text-align: center;
	}
	.block > h3 > span {
		font-size: 1.4rem;
	}
	.plogolist > figure {
		width: 33.33%;
		padding-bottom: 10px;
	}
	.plogolist > figure figcaption {
		font-size: 1.0rem;
	}
	h2.arrowtit + .block,
	h2.arrowtit + .container {
		margin-top: 35px;
	}
	#sec01 .bg_white h3 {
		padding-bottom: 15px;
	}
	#sec01 .bg_white h3 img {
		display: block;
		height: 46px;
		width: auto;
	}
	#sec01 .bg_white h3 img + img {
		margin-top: 10px;
	}
	#sec01 .bg_white {
		padding: 15px 15px 25px;
	}
	#sec01 .bg_white h4 {
		font-size: 1.8rem;
		text-align: center;
		margin-bottom: 10px;
	}
	#sec01 .bg_white h4 > strong {
		font-size: 2.4rem;
	}
	#sec01 .nyukai {
		padding-top: 25px;
	}
	#sec01 .nyukai p.sp {
		color: #666;
		font-size: 2.1rem;
		font-weight: bold;
		margin-bottom: 20px;
	}
	#sec01 .nyukai .logo {
		width: 80%;
		margin: 0 auto 10px;;
	}
	#sec01 .nyukai .circle.big {
		opacity: 1;
	}
	#sec01 .nyukai .circle.bigger {
		animation: none;
	}
	#sec01 .nyukai .circle > span {
		color: #00A7EA;
		font-size: 2.1rem;
		font-weight: bold;
	}
	#sec01 .nyukai .movielink {
		margin: 10px auto 0;
	}
	#sec02 {
		padding-bottom: 0;
		padding-top: 25px;
	}
	#sec02 h2 {
		color: #00A7EA;
	}
	#sec02 h2 > span {
		color: #E95483;
	}
	#sec02 .bg_white .l_row {
		padding: 20px 3%;
		font-size: 1.2rem;
	}
	#sec02 .bg_white .l_row > *:nth-child(1) {
		background-size: 108px auto;
	}
	#sec02 .bg_white .l_row > *:nth-child(1) > h4 {
		font-size: 3.6rem;
		margin-top: 5px;
	}
	#sec02 .bg_white .l_row > *:nth-child(2) > .fs_large {
		padding-bottom: 10px;
	}
	#sec03 {
		padding-bottom: 0;
		padding-top: 25px;
	}
	#sec03 h2 {
		color: #E95483;
		letter-spacing: 0;
		font-size: 6.0vw;
		border-color: #E95483;
	}
	#sec03 h2::before {
		border-top-color: #E95483;
	}
	#sec03 h2 > span {
		color: #00A7EA;
		font-size: 11.0vw;
	}
	#sec03 .blocknav > .l_row {
		border-spacing: 10px;
		width: calc(100% + 20px);
		margin: 0 -10px 25px;
	}
	#sec03 .blocknav > .l_row > a {
		font-size: 1.2rem;
		padding: 8px 0 10px;
		border: 3px solid #fff;
		box-shadow: 3px 3px 0 #9D9D9E;
	}
	#sec03 .blocknav > .l_row > a::before {
		border-radius: 6px 6px 12px 12px;
	}
	#sec03 .blocknav > .l_row > a > span {
		font-size: 2.6rem;
		margin-top: 8px;
	}
	#sec03 .bg_white {
		padding-bottom: 40px;
	}
	#sec03 .bg_white h4 {
		font-size: 2.0rem;
		padding: 15px 0 18px 60px;
		background-position: calc(50% - 90px) 15px;
		background-size: auto 56px;
	}
	#sec03 .bg_white h5.arrowtit {
		font-size: 1.9rem;
		font-weight: bold;
		line-height: 1.4;
		padding: 15px 0;
	}
	#sec03 .bg_white h5.arrowtit + p {
		padding-bottom: 20px;
	}
  #sec03 .bg_white h5.arrowtit > span {
    display: block;
  }
  #sec03 .bg_white h5.arrowtit._spoint {
    font-size: 1.9rem;
  }
	#sec03 .bg_pink {
		padding-bottom: 30px;
	}
	#sec04 .bg_green {
		padding-top: 30px;
	}
	#sec04 .block > .circle {
		font-size: 2.2rem;
		width: 90px;
		height: 90px;
		/*padding-top: 32px;*/
		top: -50px;
		line-height: 90px;
	}
	#sec04 .bg_white {
		padding-bottom: 20px;
	}
	#sec04 .bg_white h4 {
		font-size: 1.2rem;
		padding: 15px 0 20px 0;
		background-position: 100% 10px;
		background-size: 88px auto;
	}
	#sec04 .bg_white h4 > span {
		font-size: 3.6rem;
		margin-top: 5px;
	}
	#sec04 .bg_lgreen {
		padding: 20px 0;
	}
	#sec04 .bg_lgreen h5 {
		font-size: 1.4rem;
		line-height: 26px;
		padding: 0 15px;
	}
	#sec04 .bg_lgreen h5::after {
		border-width: 13px;
		right: -26px;
	}
	#sec04 .bg_lgreen h5 + p {
		margin-top: 10px;
	}
	#sec04 .bg_lgreen + .container {
		padding-top: 15px;
	}
	#sec04 .bg_lgreen + .container > .red.fs_large {
		font-size: 1.2rem;
	}
	#sec05 {
		padding-bottom: 0;
	}
	#sec05 h2 {
		color: #E95483;
	}
	#sec05 h2 > span {
		color: #00A7EA;
		font-size: 11.0vw;
	}
	#sec05 .bg_white {
		padding: 15px 0 0;
	}
	#sec05 .block > h3 img {
		display: block;
		width: 75%;
		margin-top: 10px;
	}
	#sec05 .bg_white .container {
		width: 100%;
	}
	#sec05 .planlist > div {
		border-bottom: 10px solid #00a7ea;
		padding: 15px 3%;
	}
	#sec05 .planlist > div + div {
		margin-top: 0;
	}
	#sec05 .planlist > div > p:first-child {
		font-size: 1.6rem;
	}
	#sec05 .planlist > div h4 {
		font-size: 1.9rem;
	}
	#sec05 .planlist > div h4 img {
		width: 65%;
		margin-right: 5px;
	}
	#sec05 .planlist > div ._txt {
		font-size: 1.7rem;
		height: auto;
	}
	#sec05 .planlist > div ._txt .fs_xsmall {
		font-size: 1.2rem;
	}
	/*
	#sec05 .planlist > div h4 + p strong {
		font-size: 3.0rem;
	}
	*/
	#sec05 .planatt {
		padding: 15px 3%;
	}
	#sec05 .planatt h4 {
		font-size: 1.6rem;
		padding: 10px;
		margin-bottom: 10px;
	}
	#sec05 .planatt h5 {
		font-size: 1.8rem;
		margin-bottom: 10px;
	}
	#sec05 .planatt h6 {
		font-size: 1.6rem;
		padding: 10px;
	}
	#sec06 {
    padding-top: 0;
		padding-bottom: 0;
	}
	#sec06 .bg_white {
		text-align: center;
		padding: 20px 0;
	}
	#sec06 .bg_white h4 {
		font-size: 2.4rem;
	}
	#sec06 .bg_white h4 img {
		margin-right: 10px;
		width: 80%;
		max-width: 462px;
		vertical-align: text-bottom;
	}
	#sec06 .bg_white h4 + p {
		margin: 20px 0;
	}
	.admission {
		padding: 30px 0;
	}
	.admission h5 {
		width: 80%;
		margin: 0 auto 5px;
		font-size: 2.1rem;
		font-weight: bold;
	}
	.admission h5 img {
		margin-bottom: 5px;
	}
	.admission .movielink {
		width: 70%;
		margin: 10px auto 20px;
	}
	.footcopy {
		padding: 30px 0;
	}
	.footcopy p:nth-child(1) {
		font-size: 1.8rem;
	}
	.footcopy p:nth-child(1) img {
		width: 45%;
		margin: 10px auto 20px;
	}
	.footcopy p:nth-child(2) {
		font-size: 1.4rem;
		line-height: 1.4;
	}
	#fixation {
		background: #fff;
		border: 2px solid #00a7ea;
		padding: 10px 0;
	}
	#fixation .container {
	}
	#fixation a {
		font-size: 1.4rem;
		padding: 10px 0;
		border: 2px solid #fff;
		box-shadow: 1px 1px 0 #9D9D9E;
		display: inline-block;
		width: 48%;
	}
	#fixation a::before {
		border-radius: 6px 6px 12px 12px;
	}
	#fixation a + a {
		margin-right: 0;
		margin-left: 5px;
	}
	
	/* footer */
	footer .fnav a.ac_link {
		margin: 0 0 0 auto;
	}
	footer .copyright > a {
		width: 87px;
	}
	footer .copyright small {
		text-align: center;
		font-size: 0.8rem;
		margin-top: 25px;
	}
	footer .copyright small span {
		display: block;
	}
  
  
  div.att_tax {
    background: #ecf2f7;
    padding: 10px 3% 15px;
    margin-top: -20px;
    border-bottom: 10px solid #00a7ea;
  }
  div.att_tax > p {
    background: #fff;
		padding: 5px 3%;
    font-size: 1.3rem;
  }
  .bnrbox {
    margin: 25px auto 0;
    padding-bottom: 40px;
  }
  .bnrbox img {
    max-width: 320px;
  }
  .area_foot {
    border-top: 10px solid #00a7ea;
  }
  .area_foot a {
    padding: 20px 4%;
  }
  
  .section.time-service {
    margin: 50px auto;
  }
  .section.time-service .lead {
    font-size: 16px;
  }
  .section.time-service .lead::before,
  .section.time-service .lead::after {
    height: 50px;
  }
	.att_box {
		font-size: 14px;
		padding: 15px 3%;
		margin: 0 3%;
	}
	.att_box .att_tit {
		font-size: 16px;
	}
	#sec05 .planlist.l_row_last {
		padding: 15px 3%;
	}
	#sec05 .planlist.l_row_last > div.ohisama {
		width: 100%;
	}
	#sec05 .planlist > div.ohisama h4 img {
		width: 65%;
	}
	#sec05 .planlist > div.ohisama ._txt {
		height: auto;
	}
	#sec05 .planlist > div.ohisama a.linkbtn ._narrow {
		display: inline-block;
		transform: scaleX(.9);
	}
	.important_box {
		padding: 1em 3%;
	}
	.important_box .fs_large {
		font-size: 105%;
	}
	
	.plan_block {flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.plan_block > div {
		width: 90%;
	}
	.plan_block > div:nth-child(n+2) {
		margin-top: 3em;
	}
	.plan_lead {
		font-size: 16px;
	}
	.night .plan_lead {
		line-height: 1.4;
		height: auto;
		padding: .75em;
	}
	.denka .plan_lead {
		height: auto;
		padding: .75em;
	}
	.plan_btn {
		font-size: 15px;
	}
	.ohisama .plan_btn .fs_small {
		display: block;
		font-size: 12px;
		line-height: 1.2;
	}


	
}

/*-----------------------------------------------
PC・タブレット向けスタイル（769px～）
-----------------------------------------------*/
@media only screen and (min-width: 769px), print {
	.sp {display:none;}
	a, a img {
		transition: .5s;
	}
	a:hover img {
		opacity: .7;
	}
	a.linkbtn {
		display: inline-block;
		font-size: 2.0rem;
		width: 340px;
	}
	a.linkbtn:hover {
		opacity: .7;
	}
	a.linkbtn::before {
		width: 22px;
		height: 22px;
	}
	a.linkbtn::after {
		top: 14px;
		border-right: 7px solid transparent;
		border-left: 7px solid #00A7EA;
	}
	* + a.linkbtn {
		margin-top: 20px;
	}
	
	/* header */
	header .l_row > p {
		padding: 15px 0;
	}
	header .l_row > p:nth-child(1) img {
		width: 112px;
	}
	header .l_row > p:nth-child(2) img {
		width: 240px;
	}
	

	/* main */
	article {
		padding-bottom: 50px;
	}
	article .mainimg {
		padding-bottom: 40px;
    padding-top: 15px;
	}
	article .mainimg .catch {
		padding: 25px 0;
	}
	article .mainimg h2 {
		padding-bottom: 30px;
	}
	.moving > a {
		display: inline-block;
		font-size: 3.5rem;
		padding: 12px 30px;
    border: 4px solid #fff;
    box-shadow: 4px 4px 0 rgba(0,0,0,.2);
    transition: .5s;
	}
  .moving > a::before {
    border-radius: 6px 6px 20px 20px;
  }
  .moving > a:hover {
    opacity: .7;
  }
	.admission .moving > a {
		font-size: 3.0rem;
	}
	article .mainimg #arrow {
		left: calc(50% - 470px);
		width: 60%;
		max-width: 664px;
	}
	article .mainimg #arrow img {
		top: 200px;
		left: -664px;
	}
	article .mainimg #arrow img.active {
		transform: translate(664px, -200px);
	}
	section {
		padding: 50px 0;
	}
	h2.arrowtit {
		color: #fff;
		font-size: 4.5rem;
		font-weight: normal;
		padding: 30px 0;
		position: relative;
	}
	h2.arrowtit::after {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-top: 25px solid #00A7EA;
		border-bottom: 25px solid transparent;
		border-left: 32px solid transparent;
		border-right: 32px solid transparent;
		position: absolute;
		bottom: -50px;
		left: 0;
		right: 0;
		margin: auto;
	}
	h2.arrowtit > span {
		display: inline-block;
		color: #FFF100;
		font-size: 6.0rem;
		font-weight: bold;
	}
	h2.arrowtit > span sup {
		font-size: 1.4rem;
	}
	.block {
		padding: 10px;
	}
	.block > .circle {
		font-size: 2.6rem;
		width: 184px;
		height: 184px;
		/*padding-top: 30px;*/
		left: 25px;
		top: -35px;
		line-height: 184px;
	}
	.block > .circle > span {
		font-size: 10.0rem;
	}
	.block > h3 {
		font-size: 5.0rem;
		padding: 30px 0 30px 230px;
	}
	.block > h3 > span {
		font-size: 2.6rem;
	}
	.plogolist > figure {
		width: 16.66%;
		padding-bottom: 20px;
	}
	.plogolist > figure figcaption {
		font-size: 1.2rem;
	}
	h2.arrowtit + .block,
	h2.arrowtit + .container {
		margin-top: 50px;
	}
	.campaign a:hover img {
		opacity: .7;
	}
	#jimotoouen {
		padding-bottom: 50px;
	}
	#sec01 .bg_white h3 {
		text-align: center;
		padding: 5px 0 30px;
	}
	#sec01 .bg_white .l_row > *:nth-child(1) {
		width: 55%;
		padding-right: 30px;
	}
	#sec01 .bg_white .l_row > *:nth-child(2) {
		width: 45%;
	}
	#sec01 .bg_white h4 {
		font-size: 2.5rem;
		margin-bottom: 20px;
	}
	#sec01 .bg_white h4 > strong {
		font-size: 3.4rem;
	}
	#sec01 .bg_white p {
		font-size: 130%;
		line-height: 1.8;
	}
	#sec01 .nyukai {
		position: relative;
		padding-top: 80px;
	}
	#sec01 .nyukai .logo {
		padding-right: 210px;
	}
	#sec01 .nyukai .logo img {
		width: 332px;
	}
	#sec01 .nyukai .circle {
		position: absolute;
		top: 15px;
		left: 0;
		width: 100%;
		text-align: center;
		margin-left: 170px;
	}
	#sec01 .nyukai .circle > span {
		display: inline-block;
		background: #FFF100;
		color: #00A7EA;
		font-size: 4.0rem;
		font-weight: bold;
		line-height: 1.2;
		width: 180px;
		height: 180px;
		border-radius: 50%;
		padding-top: 40px;
	}
	#sec01 .nyukai .movielink {
		margin: 50px auto 0;
	}
	#sec02 {
		padding-top: 0;
	}
	#sec02 h2 {
		background: #00A7EA;
	}
	#sec02 h2 > span {
		margin-left: 10px;
	}
	#sec02 h2::after {
		border-top-color: #00A7EA;
	}
	#sec02 .bg_white .l_row {
		border-spacing: 30px;
		font-size: 1.4rem;
	}
	#sec02 .bg_white .l_row > * {
		padding: 10px 0;
	}
	#sec02 .bg_white .l_row > *:nth-child(1) {
		background-size: 140px auto;
		width: 52%;
	}
	#sec02 .bg_white .l_row > *:nth-child(1) > h4 {
		font-size: 5.2rem;
	}
	#sec02 .bg_white .l_row > *:nth-child(2) {
		width: 48%;
	}
	#sec02 .bg_white .l_row > *:nth-child(2) > .fs_large {
		padding-bottom: 15px;
	}
	#sec03 h2 {
		background: #e95383;
		font-size: 3.8rem;
		letter-spacing: 0;
		padding-bottom: 40px;
	}
	#sec03 h2 > span {
		margin-left: 10px;
	}
	#sec03 h2::after {
		border-top-color: #e95383;
	}
	#sec03 .blocknav {
		margin: 0 -25px 30px;
	}
	#sec03 .blocknav > .l_row {
		border-spacing: 25px;
	}
	#sec03 .blocknav > .l_row > a {
		font-size: 1.7rem;
		padding: 12px;
		border: 4px solid #fff;
		box-shadow: 4px 4px 0 #9D9D9E;
	}
	#sec03 .blocknav > .l_row > a::before {
		border-radius: 6px 6px 20px 20px;
	}
	#sec03 .blocknav > .l_row > a > span {
		font-size: 3.6rem;
	}
	#sec03 .blocknav > .l_row > a:nth-child(1):hover {
		background: #ED759C;
	}
	#sec03 .blocknav > .l_row > a:nth-child(2):hover {
		background: #33BCAB;
	}
	#sec03 .bg_white {
		position: relative;
		padding-bottom: 20px;
	}
	#sec03 .bg_white h4 {
		font-size: 4.2rem;
		padding: 40px 0 45px 125px;
		background-position: calc(50% - 205px) 20px;
	}
	#sec03 .bg_white h5.arrowtit {
		font-size: 2.1rem;
		position: relative;
		background: #F7EBEF;
		border: 1px solid #E95283;
		border-radius: 6px;
		line-height: 1;
		padding: 12px 3%;
		margin: 30px 0;
	}
  /*
	#sec03 .bg_white h5.arrowtit::before,
	#sec03 .bg_white h5.arrowtit::after {
		content: "";
		position: absolute;
		left: 15%;
	}
	#sec03 .bg_white h5.arrowtit::before {
		bottom: -54px;
		border-top: 27px solid #E95283;
		border-bottom: 27px solid transparent;
		border-left: 17px solid transparent;
		z-index: 1;
	}
	#sec03 .bg_white h5.arrowtit::after {
		bottom: -46px;
		margin-left: 1px;
		border-top: 23px solid #F7EBEF;
		border-bottom: 23px solid transparent;
		border-left: 15px solid transparent;
		z-index: 2;
	}
  */
  #sec03 .bg_white h5.arrowtit::before {
    content: "";
    width: 32px;
    height: 35px;
    clip-path: polygon(80% 0, 0 0, 100% 100%);
    background: #E95283;
    position: absolute;
    left: 98px;
    bottom: -34px;
  }
  #sec03 .bg_white h5.arrowtit::after {
    content: "";
    width: 30px;
    height: 33px;
    clip-path: polygon(80% 0, 0 0, 100% 100%);
    background: #F7EBEF;
    position: absolute;
    left: 99px;
    bottom: -32px;
  }
	#sec03 .bg_white h5.arrowtit > span {
		font-size: 3.5rem;
		margin-left: 5px;
		vertical-align: text-bottom;
	}
  #sec03 .bg_white {
    padding-bottom: 100px;
  }
  #sec03 .bg_white .list.circle {
		position: absolute;
		right: 3%;
		bottom: 50px;
	}
	#sec03 .bg_pink {
		padding-bottom: 55px;
	}
	#sec04 .bg_white {
		padding-bottom: 40px;
	}
	#sec04 .bg_green {
		padding-top: 55px;
	}
	#sec04 .block > .circle {
		font-size: 2.8rem;
		width: 118px;
		height: 118px;
		/*padding-top: 45px;*/
		top: -60px;
		line-height: 118px;
	}
	#sec04 .block > h3 {
		padding-left: 50px;
	}
	#sec04 .bg_white h4 {
		font-size: 1.6rem;
		padding: 35px 170px 40px 0;
		background-position: 100% 30px;
	}
	#sec04 .bg_white h4 > span {
		font-size: 5.8rem;
		margin-top: 10px;
	}
	#sec04 .bg_lgreen {
		padding: 30px 0;
	}
	#sec04 .bg_lgreen h5 {
		font-size: 1.8rem;
		line-height: 34px;
		padding: 0 20px;
	}
	#sec04 .bg_lgreen h5::after {
		border-width: 17px;
		right: -34px;
	}
	#sec04 .bg_lgreen h5 + p {
		display: inline-block;
		line-height: 34px;
		margin-left: 34px;
	}
	#sec04 .bg_lgreen + .container {
		padding-top: 25px;
	}
	#sec04 .plogolist > figure {
		width: 20%;
	}
	#sec05 h2 {
		background: #00a7ea;
	}
	#sec05 h2 > span {
		margin-left: 10px;
	}
	#sec05 .block > h3 img {
		display: inline-block;
		width: 280px;
	}
	#sec05 .planlist {
		border-spacing: 25px;
		width: calc(100% + 50px);
		margin: 0 -25px;
	}
	#sec05 .planlist + .planlist {
		margin-top: -25px;
	}
	#sec05 .planlist > div {
		padding: 15px;
		border-style: solid;
		border-width: 1px;
		border-radius: 10px;
	}
	#sec05 .planlist > div.smart {
		border-color: #00A7EA;
	}
	#sec05 .planlist > div.simple {
		border-color: #22AC38;
	}
	#sec05 .planlist > div.night {
		border-color: #B73F91;
	}
	#sec05 .planlist > div.denka {
		border-color: #EE7800;
	}
	#sec05 .planlist > div > p:first-child {
		font-size: 1.9rem;
	}
	#sec05 .planlist > div .list.circle > li {
		display: inline-block;
	}
	#sec05 .planlist > div .list.circle > li + li {
		margin-left: 1em;
	}
	#sec05 .planlist > div a.linkbtn {
		display: block;
		width: 90%;
		font-size: 1.7rem;
		margin: 15px auto 0;
	}
	#sec05 .planlist > div a.linkbtn::before {
		width: 20px;
		height: 20px;
	}
	#sec05 .planlist > div a.linkbtn::after {
		top: 13px;
		border-right: 6px solid transparent;
		border-left: 6px solid #00A7EA;
	}
	#sec05 .planlist > div.night ._txt,
	#sec05 .planlist > div.denka ._txt {
		height: 6em;
	}
	#sec05 .planatt {
		border: 1px solid #aaaaaa;
		border-radius: 10px;
		padding: 30px;
	}
	#sec05 .planatt h4 {
		font-size: 2.0rem;
		padding: 10px 20px;
		margin-bottom: 15px;
	}
	#sec05 .planatt h5 {
		font-size: 2.0rem;
		margin-bottom: 15px;
	}
	#sec05 .planatt .list.circle {
		font-size: 1.4rem;
	}
	#sec06 .bg_white {
		padding: 40px 0;
		position: relative;
	}
	#sec06 .bg_white h4 {
		font-size: 4.4rem;
	}
	#sec06 .bg_white h4 img {
		margin-right: 10px;
		height: 40px;
		vertical-align: -1px;
	}
	#sec06 .bg_white a.linkbtn {
		width: 280px;
		padding: 12px 24px 12px 0;
	}
	#sec06 .bg_white a.linkbtn::before {
		top: 11px;
	}
	#sec06 .bg_white a.linkbtn::after {
		top: 17px;
	}
	#sec06 .bg_white h4 + p {
		margin-top: 30px;
	}
	#sec06 .bg_white .absolute {
		position: absolute;
		right: 3%;
		top: 55px;
	}
	.admission h5 {
		font-size: 5.4rem;
	}
	.admission h5 img {
		display: inline-block;
		width: 420px;
		margin-right: 15px;
		vertical-align: text-bottom;
	}
	.admission .movielink {
		margin: 40px auto 30px;
	}
	.footcopy {
		padding: 40px 0;
	}
	.footcopy p {
		display: inline-block;
	}
	.footcopy p:nth-child(1) {
		font-size: 2.2rem;
	}
	.footcopy p:nth-child(1) img {
		width: 160px;
		display: inline-block;
		margin-left: 10px;
	}
	.footcopy p:nth-child(2) {
		font-size: 1.5rem;
		margin-left: 40px;
	}
	#fixation {
		background: -webkit-linear-gradient(right, #ffffff 0%, #ffffff 50%, #fff100 50%, #fff100 100%);
		background: -o-linear-gradient(right, #ffffff 0%, #ffffff 50%, #fff100 50%, #fff100 100%);
		background: linear-gradient(to left, #ffffff 0%, #ffffff 50%, #fff100 50%, #fff100 100%);
		height: 72px;
		border-top: 1px solid #fff;
	}
	#fixation .container {
		text-align: right;
		position: relative;
	}
	#fixation .container > img {
		position: absolute;
		top: 0;
		left: 0;
		width: 55.5%;
		max-width: 524px;
	}
	#fixation a {
		display: inline-block;
		width: 22%;
		max-width: 208px;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 60px;
		border: 3px solid #fff;
		box-shadow: 3px 3px 0 #9D9D9E;
	}
	#fixation a::before {
		border-radius: 4px 4px 10px 10px;
	}
	#fixation a + a {
		margin-left: 3px;
	}
	#fixation a:hover {
		opacity: .8;
	}
	
	/* footer */
	footer {
		padding-bottom: 100px;
	}
	footer .fnav ul li a:hover {
		text-decoration: underline;
	}
	footer .fnav a.ac_link:hover {
		background: #C3C3C3;
	}
	footer .copyright > a {
		width: 107px;
	}
	footer .copyright small {
		width: calc(100% - 107px);
		text-align: right;
		font-size: 1.0rem;
	}
  
  div.att_tax {
    padding-top: 30px;
  }
  div.att_tax > p {
    padding: 7px 15px;
    font-size: 1.4rem;
  }
  .area_foot a {
    border: 1px solid #008842;
    border-radius: 10px;
    padding: 30px;
    margin-top: 25px;
  }
  
  
  
  
}
