
* {
    box-sizing: border-box;
}

img {
  margin: 0;
  display: block; 
}

body, html {
    margin: 0;
    padding: 0;
    height: 100%;
}
body {
	font-feature-settings: 'palt';
	background-color: #fff;
	color:#1b1b1b;
	text-align: left;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

a {
	text-decoration: none;
	color: #fff;
}
a:hover{
	color: #ffff00;
}

.pc {
	display: block !important;
}
.sp {
	display: none !important;
}
@media screen and (max-width: 960px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
}

.wrap {
	width: 100%;
	max-width: 1920px;
}
@media screen and (max-width: 1279px) {
	.wrap {
		width: 100%;
		max-width: 100%;
	}
}

.container {
    position: relative;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 1279px) {
	.container {
		max-width: 100%;
	}
}

/*---------------------
* header
---------------------*/
.head_main{
	background-color: #121921;
	padding: 12px 15px;
}
@media screen and (max-width: 960px) {
	.head_main{
		padding: 2.29vw 0.72vw;
	}
}

.head_sub{
	background-color: #232F3F;
	padding: 7px 15px;
}
@media screen and (max-width: 960px) {
	.head_sub{
		padding: 0.5vw 0.72vw;
	}
}

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

.head_box_main {
	max-height: 65px;
    height: 100%;
}
@media screen and (max-width: 960px) {
	.head_box_main {
		max-height: 100%;
	}
}

.head_box_sub {
	max-height: 35px;
    height: 100%;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	padding: 0;
	
}
@media screen and (max-width: 960px) {
	.head_box_sub {
		max-height: 100%;
		font-size: 3.5vw;
	}
}

.head_box {
    display: flex;
	padding: 0;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1920px;
	width: 100%;
    text-align: center;
}
@media screen and (min-width: 961px) and (max-width: 1279px) {
	.head_box {
		max-width: 100%;
		width: 100%;
		height: 100px;
	}
}
@media screen and (max-width: 960px) {
	.head_box {
		height: 100%;
	}
}

.head_txt{
	display: block;
}

.head_logo {
	text-align: left;
	padding: 0;
}

.head_logo img {
	max-width: 140px;
	width: 100%;
	display: block;
}
@media screen and (max-width: 960px) {
	.head_logo img {
		max-width: 38%;
	}
}

/*---------------------
* 全体構成
---------------------*/
.container {
    display: flex;
    flex-direction: column;
    height: 100%;
}
@media screen and (max-width: 960px) {
	.container {
		display:block;
		width: 90%;
	}
}

.top-section {
    display: flex;
    height: 70%;
}

@media screen and (max-width: 960px) {
	.title_section {
		display: flex;
		margin-top: 7vw;
		margin-bottom: 6vw;
	}
}

.left-column {
    flex: 0.7;
}
@media screen and (max-width: 1024px) {
	.left-column {
		flex: 0.6;
	}
}

.right-column {
    flex: 1.3;
}
.left-column, .right-column {
    /*background-color: #f4f4f4;*/
    padding: 50px 20px 0 20px;
}

.center-column {
    flex: 2; /* 中央カラムの幅が左右カラムの2倍 */
    /*background-color: #ddd; */
    padding: 50px 20px 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center; /* センターカラムの内容の中央揃え */
}
@media screen and (max-width: 1024px) {
	.center-column {
		flex: 1.3;
	}
}

.bottom-section {
    /*background-color: #ccc; */
    flex: 1; /* 下段セクション 高さ調節 */
    width: 100%;
}

/*---------------------
* left-column
---------------------*/
.teacher {
	max-width: 293px;
	width: 100%;
}
@media screen and (max-width: 960px) {
	.teacher {
		max-width: 23.125vw;
		width: 100%;
	}
}

@media screen and (max-width: 960px) {
	.title_txt {
		margin-left: 2.5vw;
	}
}

/*---------------------
* center-column
---------------------*/
.title-01 {
	font-size: 34px;
	line-height: 1.5;
}
@media screen and (max-width: 1024px) {
	.title-01 {
		font-size: 30px;
	}
}	
@media screen and (max-width: 960px) {
	.title-01 {
		font-size: 6.375vw;
		margin-bottom: 0;
	}
	.txt-01 {
		font-size: 3.75vw;
	}	
}

.green{
	color: #54B745;
}

.product_title-01{
	font-size: 27px;
}
@media screen and (max-width: 1024px) {
	.product_title-01{
		font-size: 26px;
	}
}
@media screen and (max-width: 960px) {
	.product_title-01{
		font-size: 6.25vw;
	}
    .product_txt-01, .product_txt-02{
		margin-top: -1.5vw;
		margin-bottom: 4vw;
	}
}

.txt_small-01{
	max-width: 210px;
	width: 100%;
}
@media screen and (max-width: 960px) {
	.txt_small-01{
		max-width: 53%;
	}
}

.txt_small-02{
	max-width: 93px;
	width: 100%;
}
@media screen and (max-width: 960px) {
	.txt_small-02{
		max-width: 24%;
	}
}

.txt_small-01,.txt_small-02{
	color: #fff;
	background-color: #F4A340;
	max-height: 40px;
	height: 100%;
	border-radius: 5px;
	text-align: center;
	padding: 9px; 
}
@media screen and (max-width: 960px) {
	.txt_small-01,.txt_small-02{
		max-height: 100%;
	}
	
	.txt_small-03,.txt_small-04,.txt_small-05,.txt_small-06,.txt_small-07,.txt_small-08{
		font-size: 3.5vw;
	}
}

.product{
	width: 100%
}
.center-column > *:last-child {
    margin-bottom: 0;
}

/*point*/
.point {
    display: flex; 
    align-items: center; 
    justify-content: space-between;
    width: 100%; 
}
@media screen and (max-width: 1024px) {
	.point {
		margin-top: 10px;
	}	
}
@media screen and (max-width: 960px) {
	.point {
		margin-top: -4.5vw;
	}	
}

.item {
    text-align: center; 
    flex: 1; 
    padding: 5px; 
    position: relative; 
}

.item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0; 
    top: 0; 
    bottom: 0;
    width: 1px; 
    background-color: #ccc; 
}
@media screen and (max-width: 960px) {
	.item:not(:last-child)::after {
		top: 5vw;
		height: 73%;
	}
}

.item-01,.item-02,.item-03{
    width: 30%;
	height: auto;
	margin: 0 auto;
}

.border_bold-03{
	width: 66% !important;	
	margin-top: -0.2vw;
}
@media screen and (min-width: 961px) and (max-width: 1279px) {
	.border_bold-03{
		width: 57% !important;
		margin-top: -0.3vw;
		margin-left: 2vw;
	}
}	
@media screen and (max-width: 960px) {
	.border_bold-03{
		width: 100% !important;
		margin-bottom: 4vw;
	}
}

/*---------------------
* cta
---------------------*/
.red{
	color: #A40A12;
}	
.gray{
	color: #555;
}	
.cta_title-05,.cta_txt-05{
	font-size: 25px;
}
@media screen and (max-width: 960px) {
	.cta_title-05,.cta_txt-05{
		font-size: 6vw;
	}
}

.btm_01_txt,.btm_02_txt{
	font-size: 25px;
}
@media screen and (min-width: 961px) and (max-width: 1279px) {
	.btm_01_txt,.btm_02_txt{
		font-size: 2vw;
	}
}
@media screen and (max-width: 960px) {
	.btm_01_txt,.btm_02_txt{
		font-size: 6vw;
	}
}	
@media screen and (max-width: 960px) {
	.btm_01{
		margin-bottom: 3.25vw;
		margin-top: -1.5vw;
	}	
}
.cta {
    margin: 0 auto;
	max-width: 402px;
    width: 100%;
    background: #fff;
    padding: 20px;
    border: 6px solid rgba(233,233,233,1);
    border-radius: 1px;
    display: flex;
    flex-direction: column; 
    align-items: left; 
	box-sizing: border-box;
	margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
	.cta {
		padding: 10px;
	}
}
@media screen and (max-width: 960px) {
	.cta {
		max-width: 100%;
		width: 100%;
		padding: 2.5vw;
		border: 6px solid rgba(233,233,233,1);
		display: block;
	}
}	
.cta_container {
    position: absolute;
}

.cta_txt-01 {
    position: relative; 
    display: inline-block;
	text-decoration-line: line-through !important;
}

.sale {
    background: rgba(164,10,18,1);
    color: #fff;
    padding: 8px auto;
	margin-left: 0;
    margin-bottom: 20px; 
    text-align: center;
	max-width: 77px;
	width: 100%;
	max-height: 32px;
	height: 100%;
}
@media screen and (max-width: 960px) {
	.sale {
		margin-bottom: 3vw;
		max-width: 22%;
		max-height: 100%;
	}
}

.sale_txt {
    font-weight: bold;
    font-size: 15px;
}
@media screen and (max-width: 960px) {
	.sale_txt {
		font-size: 3.75vw !important;
	}
}

.cta_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 5px 0;
}

.cta_title-01, .cta_title-02, .cta_title-03, .cta_title-04, .cta_title-05 {
    width: 50%; 
}

.cta_txt-01, .cta_txt-02, .cta_txt-03, .cta_txt-04, .cta_txt-05 {
    width: 50%;
    text-align: right;
}

.border_slim {
    height: 1px;
    background-color: #ccc;
    width: 100%;
}

.btm_01 {
    background: rgba(69,137,255,1);
	text-shadow: 5px 5px 5px rgba(64, 118, 255, 1);
	margin-bottom: 15px;
}
@media screen and (max-width: 960px) {
	.btm_01 {
		margin-bottom: 2vw !important;
	}
}
.btm_02 {
    background: rgba(36,181,0,1);
	text-shadow: 5px 5px 5px rgba(49, 166, 31, 1);
}
.btm_01, .btm_02 {
	width: 100%;
	padding: 5px 0;
	color: #fff;
	text-align: center;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 600;
	border-radius: 50px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	cursor: pointer;
	position: relative; 
}
@media screen and (max-width: 960px) {
	.btm_01, .btm_02 {
		width: 95%;
		margin: 0 auto;
	}
}

.notes {
    color: #666;
    line-height: 1.5 !important;
    width: 100%; 
}

.btm_01::after,.btm_02::after {
	content: '';
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 10px solid white; 
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
	.btm_01::after,.btm_02::after {
		right: 1vw;
	}
}
@media screen and (max-width: 960px) {
	.btm_01::after, .btm_02::after {
		right: 19px;
		border-top: 3vw solid transparent;
		border-bottom: 3vw solid transparent;
		border-left: 3.3vw solid white;
	}	
}

/*---------------------
* introduce
---------------------*/
.introduce_title-01 {
	font-size: 30px;
	margin: 0 auto 20px;
}
.introduce{
	padding: 20px 80px 20px 20px;
}
@media screen and (min-width: 961px) and (max-width: 1024px) {
	.introduce{
		padding: 20px 50px 20px 50px;
	}
}
	
/*---------------------
* footer
---------------------*/
.footer_top{
	margin: 0 auto;
	width: 100%;
	text-align: center;
	background-color: #121921;
	padding: 12px 15px;
	max-height: 65px;
    height: 100%;
}
@media screen and (max-width: 960px) {
	.footer_top{
		padding: 2.29vw 0.72vw;
		max-height: 100%;
	}
}

.footer_box {
    margin: 0 auto;
    max-width: 1920px;
	width: 100%;
    text-align: center;
}
@media screen and (min-width: 961px) and (max-width: 1279px) {
	.footer_box {
		max-width: 100%;
		width: 100%;
	}
}
@media screen and (max-width: 960px) {
	.footer_box {
		max-width: 100%;
		width: 100%;
	}
}

.footer_logo {
	text-align: center;
}

.footer_logo img {
	max-width: 140px;
	width: 100%;
	margin: 0 auto;
}
@media screen and (max-width: 960px) {
	.footer_logo {
        padding: 0;
        width: 25%;;
        margin: 0 auto; 
        text-align: center; 
	}
	.footer_logo img {
		max-width: 100%;
		width: 100%;
	}
}

.footer {
    margin: 0 auto;
    background-color: #333;
    padding: 20px 0 20px 0;
    text-align: center;
    color: #fff;
    line-height: 1;
}
@media screen and (max-width: 960px) {
	.footer {
		margin: 0 auto;
		padding: 5vw;
		font-size: 3vw;
	}
}

.footer a{
	color: #fff;
}

/*---------------------
* 共通
---------------------*/
/*txt*/
.title {
	font-weight: 900;
}
.txt {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.35;
}
@media screen and (max-width: 960px) {
	.txt {
		font-size: 5vw !important;
	}
}

.txt_big{
	font-size: 20px;
}

.txt_middle{
	font-size: 15px;
}	
@media screen and (max-width: 960px) {
	.txt_middle{
		font-size: 3.75vw;
	}
}
.txt_small {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.1;
}
@media screen and (max-width: 1024px) {
	.txt_small {
		font-size: 14px;
	}
}
@media screen and (max-width: 960px) {
	.txt_small {
		font-size: 3.75vw;
	}
}
.strong{
	font-weight: 900;
}
/*line*/
.border_bold,.border_slim{
	width: 100%;
}
.border_bold{
	border: 2px solid #ccc;
}
@media screen and (max-width: 960px) {
	.border_bold{
		border: 1px solid #ccc;
	}	
}	
.border_slim{
	border: 1px solid #ccc;
}
@media screen and (max-width: 960px) {
	.border_slim{
		border: 0.25px solid #ccc;
	}
}	

/*space*/
.m_0{
	margin: 0 auto;
}
.m_10{
	margin: 10px auto;
}
.m_15{
	margin: 15px auto;
}
.mb_15{
	margin-bottom: 15px;
}
.m_20{
	margin: 20px auto;
}
.mb_20{
	margin-bottom: 20px;
}
.mt_30{
	margin-top: 30px;
}
.mb_30{
	margin-bottom: 30px;
}

/*ベースの横幅が800pxの時vw*/
@media screen and (max-width: 960px) {
	.mb_0{
		margin-bottom: 0;
	}
	.mb_16{
		margin-bottom: 2vw !important;
	}/*800pxで16px=2vw*/
	.m_24{
		margin: 3vw auto;
	}/*800pxで24px=3vw*/
	.mt_28{
		margin-top: 3.5vw;
	}/*800pxで28px=3.5vw*/
	.m_32{
		margin: 4vw auto 4vw;
	}/*800pxで32px=4vw*/
	.mb_54{
		margin-bottom: 6.75vw;
	}/*800pxで54px=6.75vw*/
	.mb_56{
		margin-bottom: 7vw;
	}/*800pxで56px=7vw*/
}

/*こちら*/
span.link {
    color: #00aaff;
    text-decoration: none;
}

span.link:hover {
    text-decoration: underline;
    cursor: pointer;
}

/*返金、返品についてはこちら*/
.henkin{
	text-align: center;
	margin-top: -4%;
	margin-bottom: 0;
	font-size: 17px;
	color: #666;
}
@media screen and (max-width: 960px) {
	.henkin{
		margin-top: -3%;
		margin-bottom: 8%;
	}
}


/*---------------------
* support
---------------------*/	
.support_txt-01{
	font-size: 20px;
}	

.support_txt-02,.support_txt-03,.support_txt-04{
	text-align: center;
}
@media screen and (max-width: 960px) {
	.support_txt-03 {
		text-align: center;
		margin: 0.5vw auto 0;
	}
	.support_txt-04 {
		margin-bottom: 0.75vw;
	}
	.support_txt-08 {
		margin-top: -0.8vw;
	}
}

.support_txt-05{
    font-size: 31.5px !important;
    line-height: 1.2 !important;
}
@media screen and (max-width: 960px) {
	.support_txt-05{
		font-size: 5.9vw !important;
	}
}

.support_txt-07{
    font-size: 20px !important;
    padding-top: 5px;
    line-height: 1.35 !important;
}
@media screen and (max-width: 960px) {
	.support_txt-07{
		font-size: 4vw !important;
	}
}

.support {
    border: 4px solid #cca771;
    max-width: 402px;
    width: 100%;
    margin: 0 auto;
	box-sizing: border-box;
	background-color: #fff;
}
@media screen and (max-width: 960px) {
	.support {
		max-width: 100%;
	}
}
.support_small {
    margin: -3px 0 0 51px;
    font-size: 15px;
	color: #555;
}
@media screen and (max-width: 960px) {
    .support_small {
        margin: 0;
        padding-left: 23vw;
        font-size: 3vw;
    }
}

.support_txt-06.support_small {
    padding-top: 3px;
	letter-spacing: 1px;
}
@media screen and (max-width: 960px) {
	.support_txt-06.support_small {
		padding-top: 1px;
    	font-size: 3.4vw;
	}
}

.support_txt-08.support_small {
    margin-top: 2px;
}
@media screen and (max-width: 960px) {
	.support_txt-08.support_small {
    	font-size: 3.4vw;
		white-space: nowrap;
	}
}

@media screen and (max-width: 960px) {
	span.padding-left {
		padding-left: 1vw;
		display: inline-block !important;
	}
}

.box_header {
    background-color: #cca771;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #1b1b1b;
    font-weight: 900;
	padding: 10px 0;
	margin-bottom: 0;
	margin-top: 0;
}

.box_content {
    padding: 20px;
}
@media screen and (max-width: 960px) {
	.box_content {
		padding: 3.375vw;
	}
}

.box_text {
  width: 96%;
  margin: 0 auto;
/*  white-space: nowrap;*/
}
@media screen and (max-width: 960px) {
    .box_text {
        font-size: 5vw;
        width: 73vw;
    }
}

.box_small {
  padding-left: 10px;
}

.box_line-01 {
    border: 1px solid #CCA772;
    width: 100%;
}
@media screen and (max-width: 960px) {
	.box_line-01 {
        max-width: 100%;
        width: 97.5%;
        margin: 0 auto;
    }
}

.list {
    padding: 0;
    margin: 0 auto;
	margin-left: 123px;
    clear: both;
	line-height: 1.8;
    list-style-type: none;
    position: relative;
	list-style: none;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
	.list {
		margin-left: 107px;
	}
}
@media only screen and (max-width: 960px){
	.list {
        margin-left: auto; 
        margin-right: auto; 
	}
}	
	
.list_02 {
    width: 95%;
    border-color: #b9164b;
    margin: 0 auto; 
    text-align: center; 
}
	
.list ul {
    font-weight: 500;
    color: #1a1a1a;
    counter-reset: number;
    list-style-type: none !important;
	margin: 0;
	text-align: left;
}
ul.ul_second {
	margin: 5px 0 0 0;
}
.ul_second .mail a {
  color: #1a1a1a; 
  text-decoration: none;
}

@media only screen and (max-width: 960px){
    .list ul {
        margin: -0.5vw 0 -0.375vw -2.75vw;
    }
}
@media only screen and (max-width: 767px){
	.list ul {
		margin: -0.5vw 0 -0.375vw -8.5vw;
	}
	.ul_second{
		margin-top: 2vw !important;
	}
}

.list ul li {
    position: relative;
	font-weight: 700;
    line-height: 1.8;
    padding-left: 6px;
	list-style-type: none !important;
}
@media only screen and (max-width: 960px){
	.list ul li {
		padding-left: 10vw;
	}
	
	li {
        list-style-type: none !important;
        text-align: left;
        margin: 0 auto;
        font-size: 5vw;
        width: 66vw;
		white-space: nowrap;

	}
}

.list ul li.call,.list ul li.mail {
   padding-left: 51px;
   width: 100%;
}
@media only screen and (max-width: 960px){
    .list ul li.call, .list ul li.mail {
        padding-left: 22.5vw;
/*		white-space: nowrap;*/

    }
}

.list ul li.call, .list ul li.call a {
    color: #1a1a1a;
    text-decoration: none;
}

.list ul li.call a:visited, .list ul li.call a:hover, .list ul li.call a:active {
    color: #1a1a1a;
}

.list ul li.call:before {
    content: '';
    position: absolute;
    display: inline-block;
    background-image: url(../images/call.webp) !important;
    background-size: contain;
    background-repeat: no-repeat;
    left: -30px;
    width: 92px;
    height: 25px;
    text-align: center;
    top: 5px !important;
}
@media only screen and (max-width: 960px){
	.list ul li.call:before {
		top: 1vw !important;
	}
}

.list ul li.mail:before {
    content: '';
    position: absolute;
    display: inline-block;
    background-image: url(../images/mail.webp) !important;
    background-size: contain;
    background-repeat: no-repeat;
    left: -30px;
    width: 92px;
    height: 25px;
    text-align: center;
    top: 8px !important;
}
@media only screen and (max-width: 960px){
	.list ul li.mail:before {
		top: 1.5vw !important;
	}
}

@media only screen and (max-width: 960px){
	.list ul li.call:before, .list ul li.mail:before {
        width: 100%;
        max-width: 19vw;
        height: 100%;
		max-height: auto;
		left: 0;
    }
}

.border_bold-04,.border_bold-05{
	width: 97%;
}
.border_bold-05{
	margin: 20px 0;
}
@media screen and (min-width: 961px) and (max-width: 1024px) {
	.border_bold-04,.border_bold-05{
		width: 97% !important;
		margin: 0 auto;
	}
}