/*=====================================
reset
=====================================*/

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

img {
	font-size: 0;
	line-height: 0;
	vertical-align: top;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

a {
	background: transparent;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

/* change colors to suit your needs */

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

/* change colors to suit your needs */

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* change border color to suit your needs */

hr {
	border: 0;
	border-top: 1px solid #cccccc;
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
}

address {
	font-style: normal;
}

/* clearfix */

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

body {
	color: #242424;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	overflow-x: hidden;
}

img {
	-webkit-transition: ease-in-out 0.2s;
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
	transition: ease-in-out 0.2s;
	width: auto;
}

a:hover img {
	opacity: 0.9;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.map {
	height: 70px;
	margin: 0 auto 0.3em;
	max-width: 600px;
	overflow: hidden;
	padding-bottom: 250px;
	position: relative;
	width: 95%;
}

.map iframe {
	height: 100% !important;
	left: 0;
	position: absolute;
	top: 0;
	width: 100% !important;
}

.only_pc {
	display: none;
}

.only_sp {
	display: block;
}

.red {
	color: #cd3636;
}

.liner {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(70%, #ffff00));
	background: -webkit-linear-gradient(transparent 60%, #ffff00 70%);
	background: linear-gradient(transparent 60%, #ffff00 70%);
}

.main_inner {
	margin: auto;
	max-width: 1240px;
}

.bginner {
	padding: 2em 0.5em;
}

.page_ttl {
	background-color: #154881;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(26px, 5vw, 40px);
	padding: 1em 0;
	text-align: center;
}

.page_h2 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	gap: 8px;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(22px, 4vw, 32px);
	justify-content: center;
	margin: 1em 0;
	text-align: center;
}

.page_h2::before,
.page_h2::after {
	background-color: #fabe00;
	content: "";
	display: block;
	height: 2px;
	width: 2em;
}

.page_h3 {
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(18px, 4vw, 28px);
	margin: 1em 0.5em;
	text-align: center;
}

.page_h3::after {
	background-color: #b17b07;
	content: "";
	display: block;
	height: 2px;
	margin: 0.2em auto 0;
	width: 2em;
}

ul.list_content {
	-ms-flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-top: 2em;
}

ul.list_content li {
	background-color: rgba(255, 255, 255, 0.62);
	border-radius: 50px;
	font-size: calc(8px + (1vw - 3.2px) * 7.5);
	letter-spacing: -0.1em;
	margin-top: 1em;
	padding: 0.5em;
	text-align: center;
	width: 45%;
}

ul.list_content li:nth-of-type(even) {
	margin-left: auto;
}

.h_inner {
	margin: auto;
	margin-bottom: 8px;
	max-width: 1240px;
	padding: 0 8px;
	position: relative;
}

.h_inner_top h1,
.h_inner_top p {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.2;
	margin: 4px 0;
}

.h_inner_top .h_language {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin-left: auto;
	padding: 0.5em;
	width: 60%;
}

.h_inner_bottom {
	margin-bottom: 24px;
}

.h_inner_bottom .h_logo {
	width: 90%;
}

.h_inner_bottom .h_logo img {
	margin-bottom: 8px;
}

nav {
	background-color: #fff;
	width: 100%;
}

nav .h_navigation {
	-ms-flex-pack: distribute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-around;
	margin: auto;
	max-width: 1240px;
	padding: 0.5em 0;
}

nav .h_navigation li {
	-webkit-transition: 0.3s;
	border-left: 1px solid #154881;
	padding: 0.5em 0;
	text-align: center;
	transition: 0.3s;
	width: 33%;
}

nav .h_navigation li:last-of-type {
	border-right: 1px solid #154881;
}

nav .h_navigation li:hover {
	background-color: #ebf4ff;
}

nav .h_navigation li a {
	color: #154881;
	display: block;
	text-decoration: none;
}

.fixed {
	left: 0;
	position: fixed;
	top: 0;
	z-index: 999;
}

.main_img {
	margin-bottom: 4em;
}

.offer {
	background-color: #154881;
	padding: 1em;
}

.offer li {
	margin-bottom: 1em;
}

.contact_wrapper {
	background: #fffdda;
	padding: 5% 0;
}

.contact_info_ttl {
	margin-bottom: -2%;
}

.insta_box {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 4px 5%;
	max-width: 1240px;
}

.insta_box p {
	margin-bottom: 1em;
}

.contact_box {
	margin: auto;
	max-width: 980px;
	padding: 2% 0;
}

.contact_box_info {
	background-color: #fff;
	margin: 0 4px 10px;
	padding: 1em 1em 0.5em;
	text-align: center;
}

.contact_box_info * {
	margin-bottom: 10px;
}

.top_point {
	background-color: #ebf4ff;
}

.top_point_list {
	margin: 1em 0;
}

.top_point_list li {
	-webkit-box-sizing: border-box;
	background-color: #fff;
	border: 3px solid #154881;
	box-sizing: border-box;
	margin-bottom: 1em;
	padding: 0.8em;
}

.top_point_list li .top_point_list_point {
	border-bottom: 1px solid #cd3636;
	color: #cd3636;
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: 800;
	margin-bottom: 0.5em;
}

.top_point_list li .top_point_list_point span {
	display: inline-block;
	font-size: 1.5em;
	margin-left: 4px;
}

.top_point_list li h3 {
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(22px, 3vw, 30px);
	line-height: 1.2;
	margin-bottom: 0.5em;
	text-align: center;
}

.top_point_list li figure img {
	margin-bottom: 10px;
}

.top_stock_price {
	margin-bottom: 2em;
}

.top_stock_ttl {
	margin: 1em auto 0;
	width: 70%;
}

.top_stock_list {
	background-color: #fffdda;
	padding: 2em 0.5em 1em;
}

.top_stock_list li {
	margin-bottom: 1em;
}

.top_stock_list li figure {
	-webkit-box-align: center;
	-ms-flex-align: center;
	gap: 8px;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.top_stock_list li figure img {
	margin: 0;
	width: min(30%, 146px);
}

.top_stock_list li figure figcaption {
	width: 100%;
}

.top_stock_list li figure figcaption dl {
	-ms-flex-wrap: wrap;
	border: 1px solid #fabe00;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.top_stock_list li figure figcaption dl dt,
.top_stock_list li figure figcaption dl dd {
	-webkit-box-sizing: border-box;
	background: #fff;
	box-sizing: border-box;
	padding: 0.3em 0.5em;
}

.top_stock_list li figure figcaption dl dt:not(:last-of-type),
.top_stock_list li figure figcaption dl dd:not(:last-of-type) {
	border-bottom: 1px solid #fabe00;
}

.top_stock_list li figure figcaption dl dt {
	border-right: 1px solid #fabe00;
	width: 40%;
}

.top_stock_list li figure figcaption dl dd {
	color: #cd3636;
	width: 60%;
}

.top_gaiyou img {
	margin: 0;
}

.top_gaiyou_wrap {
	background-color: #154881;
	color: #fff;
	padding: 1em;
}

.top_gaiyou_wrap h2 {
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(20px, 4.5vw, 28px);
	margin-bottom: 0.5em;
}

.top_flow_list {
	counter-reset: topflow;
	margin-top: 1em;
}

.top_flow_list li {
	padding: 0.5em 0.5em 1em;
	position: relative;
}

.top_flow_list li h3 {
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(24px, 4vw, 40px);
	margin-bottom: 0.5em;
}

.top_flow_list li h3::before {
	background-color: #154881;
	border-radius: 50%;
	color: #fff;
	content: counter(topflow);
	counter-increment: topflow;
	display: inline-block;
	height: 1.5em;
	line-height: 1.5;
	margin-right: 4px;
	text-align: center;
	width: 1.5em;
}

.top_flow_list li figure img {
	margin-bottom: 8px;
}

.page_price {
	margin-bottom: 5em;
}

.page_size {
	margin-bottom: 5em;
}

.size_conts {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column-reverse;
}

.size_conts_inner {
	padding: 1em 0.5em;
}

.size_conts_list {
	background-color: #fffdda;
	margin: 1em 0 2em;
	padding: 1em;
}

footer {
	margin-bottom: 22%;
}

footer small {
	display: block;
	font-size: 12px;
	padding: 1em 0;
	text-align: center;
}

.f_nav {
	bottom: 0;
	position: fixed;
}

@media (min-width: 760px) {

.only_pc {
	display: block;
}

.only_sp {
	display: none;
}

.bginner {
	margin: 0 calc(50% - 50vw);
	padding: 5em calc(50vw - 48%);
}

ul.list_content li {
	background-color: #fff;
	border-radius: 60px;
	font-size: calc(20px + (1vw - 7.6px) * 1.99);
	width: 32%;
}

.h_inner {
	margin: 16px auto;
}

.h_inner_top {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.h_inner_top h1 {
	margin: 8px 0 16px;
	width: 60%;
}

.h_inner_top .h_language {
	margin-top: -16px;
	width: 250px;
}

.h_inner_bottom {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}

.h_inner_bottom .h_logo {
	margin: 0;
	width: 50%;
}

.h_inner_bottom .h_logo img {
	margin: 0 0 8px;
}

.offer_list {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-ms-flex-wrap: wrap;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.offer_list li {
	width: 48%;
}

.offer_list li:first-of-type {
	margin-bottom: 2em;
	width: 100%;
}

.contact_box {
	-ms-flex-pack: distribute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-around;
}

.top_point_list {
	-ms-flex-wrap: wrap;
	-ms-flex-pack: distribute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.top_point_list li {
	width: 45%;
}

.top_stock_price {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}

.top_stock_price > * {
	width: 48%;
}

.top_stock_list {
	padding: 2em 1.5em 1em;
}

.top_gaiyou > p {
	float: left;
	margin: 0;
	width: 45%;
}

.top_gaiyou_wrap {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: auto;
	margin-top: 10%;
	padding-bottom: 3em;
	padding-left: 18%;
	padding-top: 3em;
	width: 70%;
}

.top_flow_list li {
	overflow: hidden;
}

.top_flow_list li:not(:last-of-type)::after {
	background-color: #154881;
	content: "";
	display: block;
	height: 100%;
	left: 4%;
	position: absolute;
	top: 8%;
	width: 2px;
	z-index: -1;
}

.top_flow_list li figure img {
	float: right;
	margin-left: 16px;
	margin-top: clamp(-24px, -4vw, -40px);
	width: clamp(300px, 40%, 400px);
}

.top_flow_list li figure figcaption {
	padding: 1em 4em;
}

.price_conts {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	gap: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}

.price_conts_inner {
	width: 48%;
}

.size_conts {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	gap: 8px;
	flex-direction: row;
	justify-content: space-between;
}

.size_conts_inner {
	padding: 1em 0.5em;
	width: 48%;
}

footer {
	margin-bottom: 0;
}

}

@media (min-width: 960px) {

ul.list_content {
	margin-top: 3em;
}

ul.list_content li {
	font-size: 26px;
}

.insta_box {
	-ms-flex-pack: distribute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-around;
	margin: 0 auto 5%;
}

.top_point_list {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.top_point_list li {
	width: 32%;
}

}

@media (min-width: 1260px) {

.top_flow_list li:not(:last-of-type)::after {
	content: "";
	left: 3%;
	top: 8%;
}

}

