@charset "utf-8";
body {
	font: normal 18px/1.7 "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	text-align: left;
	color:#1a1a1a;
	text-align: justify;
	overflow-x: hidden;
	font-weight: normal;
}

body .sp-item {
    display: none !important; }
  body .pc-item {
    display: block !important; }

  @media screen and (max-width: 640px) {
    body {
	  font: normal 16px/1.8 "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
      min-width: inherit;
	  height:100%;
	  font-weight: normal;
	  }
    body .sp-item {
        display: block !important;
	}
    body .pc-item {
        display: none !important; 
	}
	body .sp-item img {
		width:100%;
	}
}

@media screen and (max-width: 640px) {
	.sp img{
		max-width:90%;
	}
	.sp02 img{
		max-width:100%;
	}
	.sp03 img{
		max-width:70%;
	}
}

.fl_left {
	float: left;
}
.fl_right {
	float: right;
}
.ov_hd {
	overflow: hidden;
}
.bg_none {
	background-image: none!important;
}
a.rollover:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.rollover:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.center {
	text-align: center;
}
.right {
	text-align:right;
}
.line_0 {
	line-height: 0;
}
.zindex {
	z-index: 200;
}
input[type=radio] {
	width: 15px;
	height: 15px;
	vertical-align: middle;
}
input[type=image]:hover{
		opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	}


/* ----------------------------------------------------

    text

---------------------------------------------------- */
em {
	text-decoration: underline;
  font-style: normal;
}
.bd_red {
	border-bottom: 1px solid #FF0004;
	padding-bottom: 2px;
}
.bd_red02 {
	border-bottom: 3px solid #FF0004;
	padding-bottom: 0px;
}
.red {
	color: #ff0000;
}
.yellow {
	background-color: #ffff00;
}
.gray {
	color:#666666;
}
.bold {
	font-weight: bold;
}
strong {
	font-weight: bold;
}
.strike {
	text-decoration: line-through;
}
.ac {
	text-align: center !important;
}
.ar {
	text-align: right !important;
}
.al {
	text-align: left !important;
}
.bold {
	font-weight: bold !important;
}
.font10 {
	font-size: 10px !important;
}
.font11 {
	font-size: 11px !important;
}
.font12 {
	font-size: 12px !important;
}
.font13 {
	font-size: 13px !important;
}
.font14 {
	font-size: 14px !important;
}
.font15 {
	font-size: 15px !important;
}
.font16 {
	font-size: 16px !important;
}
.font17 {
	font-size: 17px !important;
	line-height:150%;
}
.font18 {
	font-size: 18px !important;
}
.font19 {
	font-size: 19px !important;
}
.font20 {
	font-size: 20px !important;
}
.font21 {
	font-size: 21px !important;
}
.font22 {
	font-size: 22px !important;
}
.font23 {
	font-size: 23px !important;
}
.font24 {
	font-size: 24px !important;
}
.font25 {
	font-size: 25px !important;
}
.font26 {
	font-size: 26px !important;
}
.font27 {
	font-size: 27px !important;
}
.font28 {
	font-size: 28px !important;
}
.font29 {
	font-size: 29px !important;
}
.font30 {
	font-size: 30px !important;
}
.font32 {
	font-size: 32px !important;
}
/* ----------------------------------------------------

    float

---------------------------------------------------- */
.fr {
	float: right !important;
}
.fl {
	float: left !important;
}
.clear {
	clear: both;
}
img {
	line-height: 0;
	padding: 0;
	margin: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
/* ----------------------------------------------------
    clearfix の代用
    &#60;div class="hr"&#62;&#60;hr /&#62;&#60;/div&#62;
---------------------------------------------------- */

/* ----------------------------------------------------

    サンプル用 画像CSS

---------------------------------------------------- */
.sample{
	width: 100%;
	margin: 0 auto;
}

.sample img{
	width: 100%;
	margin: 0 auto;
}
/*------------ サンプル用 画像CSS ここまで --------------*/

/* ----------------------------------------------------

    特殊CSS

---------------------------------------------------- */
.longurl{/*リンクが長い時に自動改行*/
	word-break: break-all;
}

.no_tap{/*クリック・タップ無効*/
	pointer-events: none;
}


/* ----------------------------------------------------

    フォント装飾

---------------------------------------------------- */
.first_font{ /* 最初の文字だけ大文字 */
	font-size: 25px;
	font-weight: bold;
}

.red_font{ /* 赤太文字 */
	color:#C50028;
	font-weight: bold;
}

.big_font{ /* 大きい黒太文字 */
	font-size: 28px;
	font-weight: bold;
}

.big_font_red{ /* 大きい赤太文字 */
	color: #d6060e;
	font-size: 31px;
	font-weight: bold;
}

.yellow_marker{ /* 黄色マーカー */
	background:linear-gradient(transparent 60%, #ffff00 30%);
	font-weight: bold;
}

.red_marker{ /* 赤色マーカー */
	background:linear-gradient(transparent 60%, #ff7f7f 30%);
	font-weight: bold;
}

.under_line{ /* 黒アンダーライン */
	border-bottom: 2px solid #000;
	padding-bottom: 5px;
}

.list_nomal{ /* リスト */
	padding: 0px 0 15px 29px;
	margin: 0 32px;
	box-sizing: border-box;
}

.list_nomal li{ /* リスト項目 */
	font-weight: bold;
	list-style: disc;
	margin-bottom: 8px;
	text-align: justify;
	font-size: 20px;
}

.list_red li{ /* リスト アイコンチェックマーク */
	background: url(../images/list_red.png) no-repeat;
    background-size: 26px;
    background-position: left 0px top 6px;
	padding: 0 0 0 35px;
	margin-bottom: 30px;
	font-size: 25px;
    font-weight: bold;
	line-height: 1.52;
	text-align: justify;
}

	@media screen and (max-width: 640px) {/*スマホ対応ここから*/
		.first_font{ /* SP 最初の文字だけ大文字 */
			font-size: 25px;
			font-weight: bold;	
		}

		.big_font{ /* SP 黒太文字 */
			font-size: 22px;
			font-weight: bold;
		}

		.big_font_red{ /* 大きい赤太文字 */
			color: #d6060e;
			font-size: 22px;
			font-weight: bold;
		}


		.list_nomal{ /* SP リスト */
			padding: 10px 0 0px 21px;
			margin: 0 15px;
			font-size: 14px;
		}

		.list_nomal li{ /* SP リスト項目 */
			font-weight: bold;
			list-style: disc;
			line-height: 1.46;
			margin-bottom: 6px;
			font-size: 15.4px;
			text-align: justify;
		}

		.list_red li{ /*SP リスト アイコンチェックマーク*/
			background: url(../images/list_red.png) no-repeat;
			background-size: 20px;
			background-position: left 0px top 5px;
			padding: 0 0 0 28px;
			margin-bottom: 30px;
			font-size: 20px;
			font-weight: bold;
			line-height: 1.52;
			text-align: justify;
		}
	}/*スマホ対応ここまで*/
/*--------------- フォント装飾 ここまで ---------------*/


/* ----------------------------------------------------

    免責事項表現

---------------------------------------------------- */
.disclaimer_content{
	width: 100%;
	margin: 20px auto 0px auto;
}

.disclaimer_text{ /* 免責事項テキスト*/
	font-size: 12px;
	text-align: justify;
	line-height: 18px;
	color: #808080;
}
/*--------------- 免責事項表現 ここまで ---------------*/


/* ----------------------------------------------------

    逆三角形（小)

---------------------------------------------------- */
.triangle_orange { /* 逆三角形(小) */
	position: relative;
}
.triangle_orange::before {
	content: '';
	position: absolute;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 2vw 2vw 0 2vw;
	border-color:  #FF6F00 transparent transparent transparent;
	left: 50%;
	transform: translateX(-50%) translateY(99%);
}

	@media screen and (max-width: 640px) {/*スマホ対応ここから*/

		.triangle_orange { /* SP 逆三角形(小) */
			position: relative;
		}
		.triangle_orange::before {
			content: '';
			position: absolute;
			bottom: 0;
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 4vw 6vw 0 6vw;
			border-color:  #FF6F00 transparent transparent transparent;
			left: 50%;
			transform: translateX(-50%) translateY(99%);
		}
	}/*スマホ対応ここまで*/
/*---------------- 逆三角形（小) ここまで ----------------*/


/* ----------------------------------------------------

    逆三角形（大）

---------------------------------------------------- */
.triangle_big_blue {/*背景色なし、青トライアングル*/
	position: relative;
}
.triangle_big_blue::before {
	content: '';
	position: absolute;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10vw 50vw 0 50vw;
	border-color: #013d83 transparent transparent transparent;
	left: 50%;
	transform: translateX(-50%) translateY(99%);
}

.triangle_big_white {/*背景色緑、白トライアングル*/
	position: relative;
}
.triangle_big_white::before {
	background-color: #00a986;
	background-size: auto;
	content: '';
	position: absolute;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10vw 50vw 0 50vw;
	border-color: #fff transparent transparent transparent;
	left: 50%;
	transform: translateX(-50%) translateY(99%);
}

	@media screen and (max-width:640px) {/*スマホ版ここから*/
		.triangle_big_blue {/*SP　背景色なし、青トライアングル*/
			position: relative;
		}
		.triangle_big_blue::before {
			content: '';
			position: absolute;
			bottom: 0;
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 12vw 50vw 0 50vw;
			border-color: #013d83 transparent transparent transparent;
			left: 50%;
			transform: translateX(-50%) translateY(99%);
		}
	}/*スマホ版ここまで*/
/* ------------- 共通逆三角形（大）ここまで --------------*/


/* ----------------------------------------------------

    ボタンの動き

---------------------------------------------------- */
.purupuru {
    animation: purupuru 1s infinite;
}
@keyframes purupuru {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(0.98, 0.95)
    }
}

.pikapika {
	animation: pikapika 1s infinite; /* 2秒間隔で無限に繰り返す */
}
@keyframes pikapika {
		0%, 100% {
			opacity: 1; /* 不透明 */
		}
		50% {
			opacity: 0.2; /* 半透明 */
		}
}

.btn_sink{ /*ホバーでボタンが沈む*/
	transition: .3s;
	cursor: pointer;
	cursor: hand;
}

.btn_sink:hover{
	transform: translate3d(0, 5px, 0);
	cursor: pointer;
	cursor: hand;
}
/* ----------------- ボタンの動き ここまで ----------------------*/

/* ----------------------------------------------------

    フローティングボックス（画面最下部にボタンを固定表示する）
	class="footerFloatingArea"

---------------------------------------------------- */
.footerFloatingArea{ /* 右下にボタン */
	position: fixed;
	right: 0px;
	bottom: 0px;
	width: 25%;
	min-width: 250px;
	max-width: 300px;
}

.footerFloatingArea_inner{
	width: 100%;
	text-align: center;
	margin: 10px auto 10px auto;
}

.footerFloatingArea_inner img{
	width: 95%;
	margin: 0 auto 0px auto;
}

.floating_left{
	float: none;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.floating_left img{
	width: 100%;
}

.floating_right{
	float: none;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.floating_right img{
	width: 100%;
}

	@media (max-width:640px) {
		.footerFloatingArea{
			position: fixed;
			right: 0px;
			bottom: 0px;
			width: 100%;
			min-width:100%;
			max-width: 100%;
			background-color: rgba(0, 0, 0, 0.6);
		}

		.footerFloatingArea_inner{
			width: 100%;
			text-align: center;
			margin: 5px auto 0 auto;
			padding: 5px 7px 2px 7px;
			box-sizing: border-box;
		}

		.footerFloatingArea_inner img{
			width: 100%;
			margin: 0 auto 5px auto;
		}

		.floating_imga img{
			width: 65%;
		}

		.floating_left{
			float: left;
			width: 50%;
			margin: 0 auto;
			text-align: center;
		}

		.floating_right{
			float: right;
			width: 50%;
			margin: 0 auto;
			text-align: center;
		}
	}
/*-- ボフローティングボックス（画面最下部にボタンを固定表示する） ここまで --*/


/* ここから書く

↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓

*/

/* ----------------- ヘッダー ここから ----------------------*/
.header_main{
	height:auto;
	text-align: center;
}

.header_main img{
	max-width: 724px;
	margin: 0 auto;
}


	@media screen and (max-width: 640px) {/*スマホ対応ここから*/

		.header_main{
			text-align: center;
			background-color: #fff;
		}

		.header_main img{
			max-width: 100%;
			margin: 0 auto;
		}

	}/*スマホ対応ここまで*/
/* ----------------- ヘッダー ここまで ----------------------*/


/* ----------------- response_area ここから ----------------------*/
.response_area{
	padding: 20px 0;
}

.response_box{
	width: 624px;
	margin: 0 auto;
	padding: 30px 30px;
	box-sizing: border-box;
	background-color: #0f048c;
	border-radius: 5px;
}

.response_h2{
	width: 500px;
	margin: 0 auto 20px auto;
	text-align: center;
}

.response_h2 img{
	width: 100%;
}

.response_innerbox{
	padding: 30px 0 20px 0;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 5px;
}

.response_imga{
	width: 500px;
	margin: 0 auto 20px auto;
	text-align: center;
}

.response_imga img{
	width: 100%;
}

.response_arrow{
	width: 200px;
	margin: 0 auto 20px auto;
	text-align: center;
}

.response_arrow img{
	width: 100%;
}

.response_imgb{
	width: 400px;
	margin: 0 auto 5px auto;
	text-align: center;
}

.response_imgb img{
	width: 100%;
}

.response_button{
	width: 550px;
	margin: 0 auto 10px auto;
	text-align: center;
}

.response_button img{
	width: 100%;
}

.response_imgc{
	width: 400px;
	margin: 0 auto 10px auto;
	text-align: center;
}

.response_imgc img{
	width: 100%;
}

.response_note{
	width: 525px;
	margin: 0 auto;
	position: relative;
	padding-left: 20px;
	padding-bottom: 30px;
	box-sizing: border-box;
}

.response_note span{
	position: absolute;
	top: 0;
	left: 0;
}

	@media screen and (max-width: 640px) {/*スマホ対応ここから*/

		.response_area{
			padding: 10px 12px 15px 12px;
			box-sizing: border-box;
		}

		.response_box{
			width: 100%;
			margin: 0 auto;
			padding: 25px 10px;
		}

		.response_h2{
			width: 95%;
			margin: 0 auto 17px auto;
		}

		.response_h2 img{
			width: 100%;
		}

		.response_innerbox{
			padding: 25px 8px;
			box-sizing: border-box;
		}

		.response_imga{
			width: 92%;
			margin: 0 auto 15px auto;
		}

		.response_imga img{
			width: 100%;
		}

		.response_arrow{
			width: 100px;
			margin: 0 auto 15px auto;
			text-align: center;
		}

		.response_arrow img{
			width: 100%;
		}

		.response_imgb{
			width: 90%;
			margin: 0 auto 0px auto;
			text-align: center;
		}

		.response_imgb img{
			width: 100%;
		}

		.response_button{
			width: 100%;
			margin: 0 auto 1px auto;
			text-align: center;
		}

		.response_button img{
			width: 100%;
		}

		.response_imgc{
			width: 70%;
			margin: 0 auto 10px auto;
			text-align: center;
		}

		.response_imgc img{
			width: 100%;
		}

		.response_note{
			width: 95%;
			margin: 0 auto;
			position: relative;
			padding-left: 15px;
			padding-bottom: 10px;
			box-sizing: border-box;
			font-size: 15px;
			line-height: 1.5;
		}
		.response_note span{
			position: absolute;
			top: 0;
			left: 0;
		}

	}/*スマホ対応ここまで*/
/* ----------------- response_area ここまで ----------------------*/


/* ----------------- about_area ここから ----------------------*/
.about_area{
	background-color: #0b0064;
	padding: 50px 0 40px 0;
	box-sizing: border-box;
}

.about_h2{
	width: 524px;
	margin: 0 auto 30px auto;
	text-align: center;
}

.about_h2 img{
	width: 100%;
}

.about_message{
	width: 424px;
	margin: 0 auto 40px auto;
	text-align: center;
}

.about_message img{
	width: 100%;
}

.about_imga{
	width: 424px;
	margin: 0 auto 10px auto;
	text-align: center;
}

.about_imga img{
	width: 100%;
}

.about_textbox{
	width: 524px;
	margin: 0 auto 50px auto;
	padding: 18px;
	box-sizing: border-box;
	border: solid 1px #fff;
	color: #fff;
}

.about_textbox span{
	font-weight: bold;
	font-size: 20px;
}

.about_h3{
	width: 524px;
	margin: 0 auto 15px auto;
	text-align: center;
}

.about_h3 img{
	width: 100%;
}

.about_imgb{
	width: 524px;
	margin: 0 auto;
	text-align: center;
}

.about_imgb img{
	width: 100%;
}

	@media screen and (max-width: 640px) {/*スマホ対応ここから*/
		.about_area{
			padding: 40px 20px 30px 20px;
		}

		.about_h2{
			width: 100%;
			margin: 0 auto 23px auto;
		}

		.about_h2 img{
			width: 100%;
		}

		.about_message{
			width: 100%;
			margin: 0 auto 30px auto;
		}

		.about_message img{
			width: 100%;
		}

		.about_imga{
			width: 90%;
			margin: 0 auto 0px auto;
		}

		.about_imga img{
			width: 100%;
		}

		.about_textbox{
			width: 100%;
			margin: 0 auto 30px auto;
			padding: 10px 18px;
			border: solid 0.3px #fff;
		}

		.about_textbox span{
			font-size: 17px;
		}

		.about_h3{
			width: 100%;
			margin: 0 auto 10px auto;
			text-align: center;
		}

		.about_h3 img{
			width: 100%;
		}

		.about_imgb{
			width: 100%;
			margin: 0 auto;
			text-align: center;
		}

		.about_imgb img{
			width: 100%;
		}

	}/*スマホ対応ここまで*/
/* ----------------- about_area ここまで ----------------------*/


/* ----------------- charm_area ここから ----------------------*/
.charm_area{
	padding: 60px 0 20px 0;
	box-sizing: border-box;
	background-color: #0f048c;
}

.charm_h2{
	width: 524px;
	margin: 0 auto 30px auto;
	text-align: center;
}

.charm_h2 img{
	width: 100%;
}

.charm_itembox{
	width: 524px;
	margin: 0 auto 20px auto;
}

.charm_img{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.charm_img img{
	width: 100%;
}

.charm_textbox{
	padding: 15px 20px;
	box-sizing: border-box;
	background-color: #fff;
}

.charm_item{
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 2px;
}

	@media screen and (max-width: 640px) {/*スマホ対応ここから*/
		.charm_area{
			padding: 40px 20px 1px 20px;
			box-sizing: border-box;
		}

		.charm_h2{
			width: 100%;
			margin: 0 auto 20px auto;
			text-align: center;
		}

		.charm_h2 img{
			width: 100%;
		}

		.charm_itembox{
			width: 100%;
			margin: 0 auto 25px auto;
		}

		.charm_img{
			width: 100%;
			margin: 0 auto;
			text-align: center;
		}

		.charm_img img{
			width: 100%;
		}

		.charm_textbox{
			padding: 15px 20px;
			box-sizing: border-box;
			background-color: #fff;
		}

		.charm_item{
			font-size: 20px;
			font-weight: bold;
			margin-bottom: 2px;
		}
	}
/* ----------------- charm_area ここまで ----------------------*/


/* ----------------- problem_area ここから ----------------------*/
.problem_area{
	padding: 60px 0 0 0;
	box-sizing: border-box;
	background-color: #0b0064;
}

.problem_h2{
	width: 524px;
	margin: 0 auto 5px auto;
	text-align: center;
}

.problem_h2 img{
	width: 100%;
}

.problem_img{
	width: 624px;
	margin: 0 auto;
	text-align: center;
}

.problem_img img{
	width: 100%;
}

	@media screen and (max-width: 640px) {/*スマホ対応ここから*/
		.problem_area{
			padding: 35px 0px 0 0px;
			box-sizing: border-box;
		}

		.problem_h2{
			width: 100%;
			margin: 0 auto 3px auto;
			padding: 0 20px;
			box-sizing: border-box;
		}

		.problem_h2 img{
			width: 100%;
		}

		.problem_img{
			width: 100%;
			margin: 0 auto;
			text-align: center;
		}

		.problem_img img{
			width: 100%;
		}
	}/*スマホ対応ここまで*/
/* ----------------- problem_area ここまで ----------------------*/


/* ----------------- reason_area ここから ----------------------*/
.reason_area{
	padding: 60px 0 20px 0;
	box-sizing: border-box;
	background-color: #0f048c;
	color: #fff;
}

.reason_h2{
	width: 424px;
	margin: 0 auto 50px auto;
	text-align: center;
}

.reason_h2 img{
	width: 100%;
}

.reason_num{
	width: 524px;
	margin: 0 auto 5px auto;
}

.reason_num img{
	width: 120px;
}

.reason_h3{
	width: 524px;
	margin: 0 auto 10px auto;
	font-size: 30px;
	font-weight: bold;
}

.reason_img{
	width: 524px;
	margin: 0 auto 20px auto;
	text-align: center;
}

.reason_img img{
	width: 100%;
}

.reason_text{
	width: 524px;
	margin: 0 auto 40px auto;
}

.reason_hr{
	width: 524px;
	margin: 0 auto 40px auto;
	border: solid 0.5px #b9b6de;
}

	@media screen and (max-width: 640px) {/*スマホ対応ここから*/
		.reason_area{
			padding: 45px 20px 15px 20px;
			box-sizing: border-box;
		}

		.reason_h2{
			width: 100%;
			margin: 0 auto 30px auto;
		}

		.reason_h2 img{
			width: 100%;
		}

		.reason_num{
			width: 100%;
			margin: 0 auto 5px auto;
		}

		.reason_num img{
			width: 90px;
		}

		.reason_h3{
			width: 100%;
			margin: 0 auto 7px auto;
			font-size: 22px;
			font-weight: bold;
			line-height: 1.5;
		}

		.reason_img{
			width: 100%;
			margin: 0 auto 10px auto;
			text-align: center;
		}

		.reason_img img{
			width: 100%;
		}

		.reason_text{
			width: 100%;
			margin: 0 auto 20px auto;
		}

		.reason_hr{
			width: 100%;
			margin: 0 auto 20px auto;
			border: solid 0.5px #b9b6de;
		}
	}/*スマホ対応ここまで*/
/* ----------------- reason_area ここまで ----------------------*/


/* ----------------- price_area ここから ----------------------*/
.price_area{
	padding: 60px 0;
	box-sizing: border-box;
	background-color: #0b0064;
}

.price_h2{
	width: 324px;
	margin: 0 auto 40px auto;
	text-align: center;
}

.price_h2 img{
	width: 100%;
}

.price_table{
	width: 624px;
	margin: 0 auto 25px auto;
	color: #fff;
}

.price_h3{
	width: 424px;
	margin: 65px auto 25px auto;
	text-align: center;
}

.price_h3 img{
	width: 100%;
}

.price_recommendation{
	background-color: #cd1518;
	color: #fff;
	padding: 3px;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 3px;
	line-height: 1;
}

.price_note{
	width: 624px;
	margin: 0 auto 40px auto;
	color: #fff;
}

.price_note li{
	margin-bottom: 10px;
	position: relative;
	padding-left: 25px;
	box-sizing: border-box;
}

.price_note li::before{
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}

.price_payment{
	width: 624px;
	margin: 0 auto 25px auto;
	color: #fff;
}

.price_message{
	width: 524px;
	margin: 60px auto 0px auto;
}

.price_message img{
	width: 100%;
}



	@media screen and (max-width: 640px) {/*スマホ対応ここから*/
		.price_area{
			padding: 40px 20px 35px 20px;
			box-sizing: border-box;
		}

		.price_h2{
			width: 65%;
			margin: 0 auto 30px auto;
		}

		.price_table{
			width: 100%;
			margin: 0 auto 15px auto;
		}

		.price_h3{
			width: 80%;
			margin: 45px auto 20px auto;
		}

		.price_note{
			width: 100%;
			margin: 0 auto 30px auto;
			color: #fff;
		}

		.price_note li{
			margin-bottom: 7px;
			position: relative;
			padding-left: 18px;
			box-sizing: border-box;
		}

		.price_payment{
			width: 100%;
			margin: 40px auto 5px auto;
		}

		.price_message{
			width: 100%;
			margin: 40px auto 0px auto;
		}

	}/*スマホ対応ここまで*/
/* ----------------- price_area ここまで ----------------------*/


/* ----------------- voice_area ここから ----------------------*/
.voice_area{
	padding: 60px 0 50px 0;
	box-sizing: border-box;
	background-color: #0f048c;
}

.voice_h2{
	width: 424px;
	margin: 0 auto 50px auto;
	text-align: center;
}

.voice_h2 img{
	width: 100%;
}

.voice_h3{
	width: 624px;
	margin: 0 auto 25px auto;
	padding-left: 105px;
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	position: relative;
	box-sizing: border-box;
}

.voice_h3 > img{
	position: absolute;
	top: 48%;
	left: 0;
	transform: translateY(-50%);
	width: 80px;
}

.voice_img{
	width: 324px;
	margin: 0 auto 30px auto;
	text-align: center;
}

.voice_img img{
	width: 100%;
}

.voice_text{
	width: 624px;
	margin: 0 auto 40px auto;
	color: #fff;
	text-align: justify;
}


	@media screen and (max-width: 640px) {/*スマホ対応ここから*/
		.voice_area{
			padding: 40px 20px 40px 20px;
		}

		.voice_h2{
			width: 90%;
			margin: 0 auto 30px auto;
		}

		.voice_h2 img{
			width: 100%;
		}

		.voice_h3{
			width: 100%;
			margin: 0 auto 10px auto;
			padding-left: 65px;
			font-size: 17px;
			line-height: 1.6;
		}

		.voice_h3 > img{
			position: absolute;
			top: 48%;
			left: 0;
			transform: translateY(-50%);
			width: 50px;
		}

		.voice_img{
			width: 224px;
			margin: 0 auto 15px auto;
			text-align: center;
		}

		.voice_img img{
			width: 100%;
		}

		.voice_text{
			width: 100%;
			margin: 0 auto 40px auto;
			color: #fff;
		}
	}/*スマホ対応ここまで*/
/* ----------------- voice_area ここまで ----------------------*/


/* ----------------- flow_area ここから ----------------------*/
.flow_area{
	padding: 80px 0 50px 0;
	box-sizing: border-box;
	background-color: #0b0064;
	color: #fff;
}

.flow_h2{
	width: 424px;
	margin: 0 auto 55px auto;
	text-align: center;
}

.flow_h2 img{
	width: 100%;
}

.flow_h3{
	width: 624px;
	margin: 60px auto 25px auto;
	padding-left: 115px;
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	position: relative;
	box-sizing: border-box;
}

.flow_h3 > img{
	position: absolute;
	top: 55%;
	left: 0;
	transform: translateY(-50%);
	width: 100px;
}

.flow_text{
	width: 624px;
	margin: 0 auto 0px auto;
}

.flow_table{
	width: 624px;
	margin: 20px auto 30px auto;
}

.flow_img{
	width: 624px;
	margin: 20px auto 15px auto;
	text-align: center;
}

.flow_img img{
	width: 100%;
}

.flow_imgset{
	width: 624px;
	margin: 0 auto;
}

	@media screen and (max-width: 640px) {/*スマホ対応ここから*/
		.flow_area{
			padding: 55px 20px 50px 20px;
			box-sizing: border-box;
		}

		.flow_h2{
			width: 100%;
			margin: 0 auto 55px auto;
		}

		.flow_h3{
			width: 100%;
			margin: 40px auto 15px auto;
			padding-left: 80px;
			font-size: 22px;
		}

		.flow_h3 > img{
			position: absolute;
			top: 55%;
			left: 0;
			transform: translateY(-50%);
			width: 70px;
		}

		.flow_text{
			width: 100%;
			margin: 0 auto 0px auto;
		}

		.flow_table{
			width: 100%;
			margin: 20px auto 30px auto;
		}

		.flow_img{
			width: 100%;
			margin: 10px auto 15px auto;
			text-align: center;
		}

		.flow_imgset{
			width: 100%;
			margin: 0 auto;
		}
	}/*スマホ対応ここまで*/
/* ----------------- flow_area ここまで ----------------------*/


/* ----------------- cta_area ここから ----------------------*/
.cta_area{
	padding: 40px 0;
	box-sizing: border-box;
	background-image: url(../images/cta_bgimg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.cta_message{
	width: 524px;
	margin: 0 auto 15px auto;
	text-align: center;
}

.cta_message img{
	width: 100%;
}

.cta_button{
	width: 524px;
	margin: 0 auto;
	text-align: center;
}

.cta_button img{
	width: 100%;
}

	@media screen and (max-width: 640px) {/*スマホ対応ここから*/
		.cta_area{
			padding: 30px 20px;
		}

		.cta_message{
			width: 100%;
			margin: 0 auto 5px auto;
			text-align: center;
		}

		.cta_button{
			width: 100%;
			margin: 0 auto;
			text-align: center;
		}
	}/*スマホ対応ここまで*/
/* ----------------- cta_area ここまで ----------------------*/


/* ----------------- trainer_area ここから ----------------------*/
.trainer_area{
	padding: 60px 0 10px 0;
	box-sizing: border-box;
	background-color: #0f048c;
	color: #fff;
}

.trainer_h2{
	width: 324px;
	margin: 0 auto 40px auto;
	text-align: center;
}

.trainer_h2 img{
	width: 100%;
}

.trainer_text{
	width: 524px;
	margin: 0 auto 20px auto;
}

.trainer_img{
	width: 224px;
	margin: 0 auto 10px auto;
	text-align: center;
}

.trainer_img img{
	width: 100%;
}

.trainer_name{
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
}

.trainer_info{
	width: 524px;
	margin: 0 auto 15px auto;
	position: relative;
	padding-left: 130px;
	box-sizing: border-box;
}

.trainer_info span{
	position: absolute;
	top: 1px;
	left: 0;
	background-color: #cd1518;
	border-radius: 3px;
	line-height: 1;
	padding: 5px 6px 6px 6px;
	box-sizing: border-box;
}

.trainer_video{
	width: 524px;
	margin: 0 auto 40px auto;
	text-align: center;
}

.trainer_video video{
	width: 524px;
	margin: 0px auto;
}

	@media screen and (max-width: 640px) {/*スマホ対応ここから*/
		.trainer_area{
			padding: 50px 20px 1px 20px;
		}

		.trainer_h2{
			width: 67%;
			margin: 0 auto 35px auto;
			text-align: center;
		}

		.trainer_h2 img{
			width: 100%;
		}

		.trainer_text{
			width: 100%;
			margin: 0 auto 40px auto;
		}

		.trainer_img{
			width: 70%;
			margin: 0 auto 10px auto;
			text-align: center;
		}

		.trainer_img img{
			width: 100%;
		}

		.trainer_name{
			font-size: 26px;
			font-weight: bold;
			text-align: center;
			color: #fff;
			margin-bottom: 20px;
		}

		.trainer_info{
			width: 100%;
			margin: 0 auto 15px auto;
			color: #fff;
			position: relative;
			padding-left: 115px;
			box-sizing: border-box;
		}

		.trainer_info span{
			position: absolute;
			top: 1px;
			left: 0;
			background-color: #cd1518;
			border-radius: 3px;
			line-height: 1;
			padding: 5px 6px 6px 6px;
			box-sizing: border-box;
		}

		.trainer_video{
			width: 100%;
			margin: 0 auto 40px auto;
			text-align: center;
		}

		.trainer_video video{
			width: 100%;
			margin: 0px auto;
		}
	}/*スマホ対応ここまで*/
/* ----------------- trainer_area ここまで ----------------------*/


/* ----------------- faq_area ここから ----------------------*/
.faq_area{
	padding: 60px 0 40px 0;
	box-sizing: border-box;
	background-color: #0b0064;
}

.faq_h2{
	width: 424px;
	margin: 0 auto 30px auto;
	text-align: center;
}

.faq_h2 img{
	width: 100%;
}

.faq_box {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.faq_set {
    border: 1px solid #fff;
    margin-bottom: 20px;
}

.faq_question {
    background: #fff;
    padding: 15px 59px 15px 15px;
    cursor: pointer; /* カーソルをポインターにしてクリックできることを示す */
    margin: 0; /* マージンをリセット */
    font-size: 19px;
	position: relative;
	padding-left: 50px;
	box-sizing: border-box;
}

.faq_question::before{
	position: absolute;
	content: "Q.";
	top: 15px;
	left: 24px;
	font-size: 19px;
	color: #0f048c;
	font-weight: bold;
}

.faq_question::after {
    content: "＋"; /* 初期状態では「＋」を表示 */
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    color: #999;
    transition: transform 0.3s ease;
}

.faq_question.active::after {
    content: "−"; /* 開いているときは「−」に変更 */
    transform: translateY(-50%);
}

.faq_answer {
    display: none; /* 初期状態では非表示 */
    padding: 15px;
    border-top: 1px solid #fff;
	color: #fff;
	position: relative;
	padding-left: 50px;
	padding-right: 30px;
	box-sizing: border-box;
	transition: max-height 0.3s ease; /* アニメーション効果を追加 */
    overflow: hidden;
    max-height: 0; /* 初期状態では高さを0に */
}

.faq_answer.open {
    display: block;
    max-height: 1000px; /* 適当な最大値を設定 */
}

.faq_answer::before{
	position: absolute;
	content: "A.";
	top: 15px;
	left: 24px;
	color: #cd1518;
	font-weight: bold;
}


	@media screen and (max-width: 640px) {/*スマホ対応ここから*/
		.faq_area{
			padding: 45px 20px 15px 20px;
			box-sizing: border-box;
		}

		.faq_h2{
			width: 75%;
			margin: 0 auto 35px auto;
			text-align: center;
		}

		.faq_h2 img{
			width: 100%;
		}

		.faq_box {
			width: 100%;
			max-width: 100%;
			margin: 0 auto;
		}

		.faq_set {
			border: 1px solid #fff;
			margin-bottom: 20px;
		}

		.faq_question {
			background: #fff;
			padding: 15px 59px 15px 15px;
			cursor: pointer; /* カーソルをポインターにしてクリックできることを示す */
			margin: 0; /* マージンをリセット */
			font-size: 18px;
			position: relative;
			padding-left: 42px;
			box-sizing: border-box;
			line-height: 1.5;
		}

		.faq_question::before{
			position: absolute;
			content: "Q.";
			top: 14px;
			left: 15px;
			font-size: 18px;
		}

		.faq_answer {
			display: none; /* 初期状態では非表示 */
			padding: 15px;
			border-top: 1px solid #fff;
			color: #fff;
			position: relative;
			padding-left: 42px;
			padding-right: 20px;
			box-sizing: border-box;
		}

		.faq_answer::before{
			position: absolute;
			content: "A.";
			top: 15px;
			left: 18px;
			color: #cd1518;
			font-weight: bold;
		}
	}/*スマホ対応ここまで*/
/* ----------------- faq_area ここまで ----------------------*/


/* ----------------- attention_area ここから ----------------------*/
.attention_area{
	padding: 30px 0;
	box-sizing: border-box;
	background-color: #cd1518;
}

.attention_img{
	width: 524px;
	margin: 0 auto;
	text-align: center;
}

.attention_img img{
	width: 100%;
}

	@media screen and (max-width: 640px) {/*スマホ対応ここから*/
		.attention_area{
			padding: 17px 0;
			box-sizing: border-box;
		}

		.attention_img{
			width: 90%;
			margin: 0 auto;
			text-align: center;
		}

	}/*スマホ対応ここまで*/
/* ----------------- attention_area ここまで ----------------------*/


/* ----------------- access_area ここから ----------------------*/
.access_area{
	padding: 70px 0 30px 0;
	box-sizing: border-box;
	background-color: #0f048c;
	color: #fff;
}

.access_h2{
	width: 624px;
	margin: 0 auto 50px auto;
	text-align: center;
}

.access_h2 img{
	width: 100%;
}

.access_info{
	width: 624px;
	margin: 0 auto 15px auto;
	position: relative;
	padding-left: 95px;
	box-sizing: border-box;
}

.access_info span{
	position: absolute;
	top: 0;
	left: 0;
}

.googlemap{
	width: 624px;
	margin: 0 auto 10px auto;
	text-align: center;
}

.access_tel{
	color: #fff;
}

@media screen and (max-width: 640px) {/*スマホ対応ここから*/
	.access_area{
		padding: 40px 20px 30px 20px;
	}

	.access_h2{
		width: 100%;
		margin: 0 auto 35px auto;
		text-align: center;
	}
	
	.access_h2 img{
		width: 100%;
	}

	.access_info{
		width: 100%;
		margin: 0 auto 15px auto;
		position: relative;
		padding-left: 77px;
	}

	.access_info span{
		position: absolute;
		top: 0;
		left: 0;
	}

	.googlemap{
		width: 100%;
		margin: 0 auto 10px auto;
		text-align: center;
	}
}/*スマホ対応ここまで*/
/* ----------------- access_area ここまで ----------------------*/


/* -----------------  ここから ----------------------*/
/* -----------------  ここまで ----------------------*/


/* -----------------  ここから ----------------------*/
/* -----------------  ここまで ----------------------*/


/* -----------------  ここから ----------------------*/
/* -----------------  ここまで ----------------------*/


/* -----------------  ここから ----------------------*/
/* -----------------  ここまで ----------------------*/


/* -----------------  ここから ----------------------*/
/* -----------------  ここまで ----------------------*/


/* -----------------  ここから ----------------------*/
/* -----------------  ここまで ----------------------*/


/* -----------------  ここから ----------------------*/
/* -----------------  ここまで ----------------------*/


/* -----------------  ここから ----------------------*/
/* -----------------  ここまで ----------------------*/


/* -----------------  ここから ----------------------*/
/* -----------------  ここまで ----------------------*/


/* -----------------  ここから ----------------------*/
/* -----------------  ここまで ----------------------*/


/* -----------------  ここから ----------------------*/
/* -----------------  ここまで ----------------------*/


/* -----------------  ここから ----------------------*/
/* -----------------  ここまで ----------------------*/


/* -----------------  ここから ----------------------*/
/* -----------------  ここまで ----------------------*/


/* ----------------- フッター ここから ----------------------*/
footer{
	text-align: center;
	font-size: 16px;
	padding-top: 0px;
    margin-top:0px;
}

.footer_link {
	background: #fff;
    padding: 10px 0;
}

.footer_link a{
    color: #000;
    text-decoration: none;
}
.footer_link a:hover{
    color:#003294;
    text-decoration: none;
}
.footer_link a:visited{
    color: #000;
    text-decoration: none;
}

.copy{
    background-color:  #0f048c;
    padding: 15px 0;
    font-size: 16px;
    color: #fff;
}

@media screen and (max-width: 640px) { /*--スマホここから--*/

	footer{
		text-align: center;
		font-size: 14px;
		padding-top: 0px;
		margin-bottom:68px;
	}

	.footer_link {
		background: #fff;
		padding: 6px 0;
	}

	.copy{
		padding: 10px 10px;
		font-size: 13px;
		color: #fff;
	}
}/*--スマホここから--*/

/* ----------------- フッター ここまで ----------------------*/


/* ----------------- 共通クラス ここから ----------------------*/
.allow_img{
	width: 724px;
	text-align: center;
	margin: 0 auto;
}

.allow_img img{
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

.youtube {
	width: 100%;
	aspect-ratio: 16 / 9;
	text-align: center;
	margin: 0 auto;
  }
  .youtube iframe {
	width: 100%;
	height: 100%;
  }

	@media screen and (max-width: 640px) {/*スマホ対応ここから*/
		.allow_img{
			width: 100%;
			text-align: center;
			margin: 0 auto;
			padding: 0 13px;
			box-sizing: border-box;
		}

		.allow_img img{
			width: 100%;
			text-align: center;
			margin: 0 auto;
		}
		

	}/*スマホ対応ここまで*/
/* ----------------- 共通クラス ここまで ----------------------*/


/* ----------------- 共通クラス レスポンシブ対応の表 ここから ----------------------*/
.table_left{
	text-align: left !important;
}

.table_bigfont{
	font-size: 24px;
}

/* 表のコンテナ */
.table-container {
	overflow-x: auto; /* 横スクロールを有効にする */
	margin-bottom: 10px;
	position: relative;
}

  /* 表のスタイル */
.responsive-table {
	width: 100%;
	border-collapse: collapse;
	min-width: 400px; /* 表が小さすぎないようにする */

}

.responsive-table th,
.responsive-table td {
	padding: 15px; /* セルの余白 */
	border: 1px solid #ccc;
	text-align: left;
	white-space: nowrap; /* テキストが折り返されないようにする */
	text-align: center;
}

  /* ヘッダーの背景色 */
.responsive-table th {
	background-color: #f2f2f2;
}

  /* セルの高さ調整用 */
.responsive-table td {
	height: 50px; /* 固定の高さ */
}

/* スクロール可能を示すインジケータ */
.scroll-indicator {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: rgba(0, 0, 0, 0.7);
	color: white;
	padding: 5px 10px;
	border-radius: 5px;
	font-size: 12px;
	display: none; /* 初期状態では非表示 */
	width: max-content;
}

  /* スクロールバーのスタイルをカスタマイズ */
.table-container::-webkit-scrollbar {
	height: 10px;
}

.table-container::-webkit-scrollbar-thumb {
	background-color: #888;
	border-radius: 5px;
}

.table-container::-webkit-scrollbar-track {
	background-color: #f1f1f1;
}

	@media screen and (max-width: 640px) {/*スマホ対応ここから*/
		.table_bigfont{
			font-size: 18px;
		}
		
	}/*スマホ対応ここまで*/
/* ----------------- 共通クラス レスポンシブ対応の表 ここまで ----------------------*/


/* ----------------- 共通クラス スライダー ここから ----------------------*/

.slider-area{
	width: 724px;
	margin: 0 auto 10px auto;
}

.slider-container {
	position: relative;
	width: 100%;   /* 幅を変数で指定 */
	height: auto; /* 高さを変数で指定 */
	overflow: hidden;
	border-radius: 10px;
	/* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); */
}

.slides {
	padding-bottom: 20px;
	display: flex;
	transition: transform 0.5s ease-in-out;
	will-change: transform;
	flex-wrap: nowrap; /* スライドが横に並ぶように */
}

.slide {
	min-width: 100%;
	height: 100%; /* スライダーの高さをコンテナに合わせる */
	padding: 0px 90px;
	box-sizing: border-box;
	text-align: left;
}

/* 丸いボタンデザイン */
.prev-btn,.next-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: #fff;
	border: none;
	border-radius: 50%;
	width: 50px;  /* ボタンのサイズを調整 */
	height: 50px; /* ボタンのサイズを調整 */
	cursor: pointer;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0; /* パディングなし */
}

/* 三角形のアイコン（左） */
.prev-btn::before {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 16px 10px 0; /* 三角形のサイズを調整 */
	border-color: transparent #333 transparent transparent;
	position: relative;
	left: -2px;  /* 左ボタン内の三角形の位置を調整 */
}

/* 三角形のアイコン（右） */
.next-btn::before {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 16px; /* 三角形のサイズを調整 */
	border-color: transparent transparent transparent #333;
	position: relative;
	right: -2px;  /* 右ボタン内の三角形の位置を調整 */
}

/* ボタンの位置調整 */
.prev-btn {
	position: absolute;
	left: 20%;
}

.next-btn {
	position: absolute;
	right: 20%;
}

/* ボタンホバー時のスタイル */
/* button:hover {
	background-color: #eee;
} */

.prev-btn:hover::before {
	border-color: transparent #cd1518 transparent transparent;
}

.next-btn:hover::before {
	border-color: transparent transparent transparent #cd1518;
}

  /* Dots for slide indicators */
.dots {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 8px;
}

.dot {
	width: 10px;
	height: 10px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.3s ease;
}

.dot.active {
	background-color: #cd1518;
}

	@media screen and (max-width: 640px) {/*スマホ対応ここから*/

		.slide {
			min-width: 100%;
			height: 100%; /* スライダーの高さをコンテナに合わせる */
			padding: 0px 0px;
			box-sizing: border-box;
			text-align: left;
		}

		.prev-btn,.next-btn{
			background-color: rgba(255,255,255,0.0);
		}

		.prev-btn::before {
			border-color: transparent #fff transparent transparent;
		}

		.next-btn::before {
			border-color: transparent transparent transparent #fff;
		}

		.prev-btn:hover::before {
			border-color: transparent #fff transparent transparent;
		}
		
		.next-btn:hover::before {
			border-color: transparent transparent transparent #fff;
		}


		/* ボタンの位置調整 */
		.prev-btn {
			top: 230px;
			left: -1%;
		}

		.next-btn {
			top: 230px;
			right: -1%;
		}

		.prev-btn span{
			position: absolute;
			top: 35px;
			color: rgba(255,255,255,0.4);;
		}

		.next-btn span{
			position: absolute;
			top: 35px;
			color: rgba(255,255,255,0.4);;
		}

		/* .prev-btn, .next-btn {
			display: none;
		} */
	}/*スマホ対応ここまで*/
/* ----------------- 共通クラス スライダー ここまで ----------------------*/



/* ----------------- 共通クラス スライダー2 ここから ----------------------*/
/* スライダーの全体スタイル */
.image-slider {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
}

/* スライドを横に並べる */
.image-slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%; /* 4つのスライドなので100% × 4 */
}

/* 各スライド */
.image-slide {
    width: 100%;
    flex: 1 0 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-slide img {
    width: 100%;
    height: auto;
    border-radius: 2px;
}

/* Prev and Next button style using divs with arrow icons */
.image-prev-btn{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5); /* 半透明の背景 */
    padding: 15px 20px 15px 15px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
}

.image-next-btn{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5); /* 半透明の背景 */
    padding: 15px 15px 15px 20px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
}

.image-prev-btn {
    left: 10px;
}

.image-next-btn {
    right: 10px;
}

/* アイコンのスタイル (矢印を描画) */
.image-prev-btn::before, .image-next-btn::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
}

.image-prev-btn::before {
    border-width: 10px 15px 10px 0;
    border-color: transparent white transparent transparent;
}

.image-next-btn::before {
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent white;
}

/* ドットのスタイル */
.image-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}

.image-dot {
    width: 10px;
    height: 10px;
    background-color: gray;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}

.image-dot.active {
    background-color: white;
}


	@media screen and (max-width: 640px) { /*--スマホここから--*/
		.image-prev-btn{
			padding: 8px 10px 8px 8px;
		}

		.image-next-btn{
			padding: 8px 8px 8px 10px;
		}

		.image-prev-btn::before {
			border-width: 5px 8px 5px 0;
		}

		.image-next-btn::before {
			border-width: 5px 0 5px 8px;
		}
	}/*--スマホここまで--*/

/* ----------------- 共通クラス スライダー2 ここまで ----------------------*/


/* 別ページCSS

↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕↕

*/

/* ----------------- プライバシーポリシーページ ここから ----------------------*/
.policy_area{
	width: 724px;
	margin: 0 auto 80px auto;
	box-sizing: border-box;
}

.policy_h2{
	font-size: 35px;
	font-weight: bold;
	text-align: center;
	margin: 50px auto 40px auto;
}

.policy_h3{
	font-size: 28px;
	font-weight: bold;
	margin: 30px auto 10px auto;
}

.policy_list{
	list-style-type: decimal;
	padding-left: 50px;
	margin: 20px auto 20px auto;
}

.policy_list li{
	margin-bottom: 10px;
}


.policy_item{
	margin: 0px auto 15px auto;
}

	@media screen and (max-width: 640px) { /*--スマホここから--*/

		.policy_area{
			width: 100%;
			margin: 0 auto 80px auto;
			padding: 0 24px;
			box-sizing: border-box;
		}

		.policy_h2{
			font-size: 30px;
			font-weight: bold;
			text-align: center;
			margin: 50px auto 40px auto;
		}

		.policy_h3{
			font-size: 22px;
			line-height:1.3;
			font-weight: bold;
			margin: 30px auto 10px auto;
		}
		
		.policy_list{
			list-style-type: decimal;
			padding-left: 35px;
			margin: 20px auto 20px auto;

		}

		.policy_item{
			margin: 0px auto 15px auto;
		}
	}
/* ----------------- プライバシーポリシーページ ここまで ----------------------*/



/* ----------------- 特定商取引法に基づく表記ページ ここから ----------------------*/
.law_area{
	width: 724px;
	margin: 0 auto 80px auto;
	box-sizing: border-box;
}

.law_h2{
	font-size: 35px;
	font-weight: bold;
	text-align: center;
	margin: 50px auto 40px auto;
}

.law_h3{
	font-size: 28px;
	font-weight: bold;
	margin: 30px auto 10px auto;
}

	@media screen and (max-width: 640px) { /*--スマホここから--*/

		.law_area{
			width: 100%;
			margin: 0 auto 80px auto;
			padding: 0 24px;
			box-sizing: border-box;
		}

		.law_h2{
			font-size: 30px;
			font-weight: bold;
			text-align: center;
			margin: 50px auto 40px auto;
		}

		.law_h3{
			font-size: 22px;
			line-height:1.3;
			font-weight: bold;
			margin: 30px auto 10px auto;
		}
	}
/* ----------------- 特定商取引法に基づく表記ページ ここまで ----------------------*/



/* ----------------- 免責事項ページ ここから ----------------------*/
.disclaimer_area{
	width: 724px;
	margin: 0 auto 300px auto;
	box-sizing: border-box;
}

.disclaimer_h2{
	font-size: 35px;
	font-weight: bold;
	text-align: center;
	margin: 50px auto 40px auto;
}

	@media screen and (max-width: 640px) { /*--スマホここから--*/

		.disclaimer_area{
			width: 100%;
			padding: 0 24px;
			margin: 0 auto 80px auto;
			box-sizing: border-box;
		}

		.disclaimer_h2{
			font-size: 30px;
			font-weight: bold;
			text-align: center;
			margin: 50px auto 40px auto;
		}
	}

/* ----------------- 免責事項ページ ここまで ----------------------*/
