@charset "utf-8";

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

　リセットCSS + サイト共通設定

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

/*------------------------------------------*/
/* 全ての要素に対する余白初期値設定 */
/*------------------------------------------*/
body,h1,h2,h3,h4,h5,h6,
p,ul,ol,dl,dt,dd,li,table,
th,td,form,select,option,
input address,pre,strong,
em,iframe,img {
  margin: 0;
  padding: 0;
  font-size: 100%;
  border: 0;
}

a {
  text-decoration: none;
}

.anchor {
  padding-top: 65px;
  margin-top: -65px;
}

.frame {
  max-width: none;
  width: 100%;
  padding: 40px 0;
}

.wrap {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  align-items: center;
}

/* デフォルト文字設定 */
body {
  line-height: 1.75;
  font-size: 16px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  letter-spacing: 0em;
  color: #474746;
}

/* テーブルセルのボーダーの設定 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 画像とフォームパーツの上下位置をテキストの真ん中に */
img,
input,
select,
textarea {
  vertical-align: middle;
}

/* リストマーカーを非表示 */
ul,
ol {
  list-style-type: none;
}

/* 画像リンクの設定 */
a img {
  opacity: 1;
  filter: alpha(opacity=100);
}

a:hover {
  opacity: 0.7;
  filter: alpha(opacity=90);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

a:hover,
a:focus {
  color: rgba(60, 57, 57, 0.7);
  -webkit-transition: color 0.28s ease;
  -o-transition: color 0.28s ease;
  transition: color 0.28s ease;
}

.anchor {
  padding-top: 86px;
  margin-top: -86px;
}

.title_box {
  margin: 50px auto 20px;
  max-width: 50%;
  min-width: 200px;
}

.title_box img {
  width: 100%;
}

.boxwrap {
  margin: 0 20px 20px 0;
}

.boxwrap p {
  margin-left: 16px;
}

h2 {
  background-color: rgb(201 242 186);
  max-width: max-content;
  padding: 10px 12px;
  border-radius: 5px;
  margin-bottom: 10px;
  color: #ffffff;
}

.text_box {
  max-width: 100%;
  min-width: 300px;
  width: fit-content;
  background: rgba(255, 255, 255, 1);
  border: solid 1px #ee7c20;
  border-radius: 5px;
  margin: 20px auto 40px;
  padding: 10px 40px 10px 10px;
}

.online_lp_frame {
  max-width: none;
}

.pc {
  display: block;
}
.sp {
  display: none;
}

.sp_br {
  display: none;
}

.trial_lp_reason_txtbox_l p,
.trial_lp_reason_txtbox_r p,
.online_lp_about_box li p,
.online_lp_introduction li {
  text-align: center;
}
/*------------------------------------------*/
/*  top
/*------------------------------------------*/
.top_frame {
  background-color: #ebf7d9;
  padding: 0 0 10px;
}

.online_lp_top_wrap {
  max-width: none;
  flex-wrap: wrap;
  background-size: cover;
  background-position: top center;
  background-image: url(../images/top.png);
  background-repeat: no-repeat;
  position: relative;
}

.online_lp_top {
  display: flex;
  width: 100%;
}

.online_lp_head_wrap {
  padding: 0 1em;
  background: rgba(255, 255, 255, 0.9);
  background-size: auto;
  height: 86px;
  position: sticky;
  top: 0;
  z-index: 100;
}

.online_lp_head {
  width: 100%;
  margin: auto;
  display: flex;
}

.online_lp_head h1 {
  text-align: right;
  color: #02bd42;
  margin-right: 1em;
  font-weight: normal;
}

.online_lp_head img {
  width: 224px;
}

.online_lp_head nav {
  margin-left: auto;
}

.online_lp_head ul {
  display: flex;
  flex-wrap: wrap;
  color: inherit;
  font-weight: bold;
  justify-content: flex-end;
  margin-top: 0.4em;
}

.online_lp_head li {
  margin-right: 2em;
}

.online_lp_head nav a {
  color: #528800;
  transition: ease 0.4s;
}

.online_lp_head nav a:hover {
  color: #02bd42;
  transition: ease 0.4s;
}

.sns-icon {
  position: absolute;
  bottom: 4px;
  right: 1em;
}

.sns-icon li{
  margin-right: 10px;
}

.sns-icon li:last-child {
  margin-right: 0;
}

.online_lp_head .sns-icon img {
  width: 32px; 
}

.sp_icon {
  display: none !important;
}

.top_reserve {
  float: right;
  width: 160px;
  margin: -10px 0 0;
  padding: 16px 0 10px;
  font-size: 14px;
  border-radius: 10px;
  background-color: rgba(234, 128, 32, 1);
  color: #fff;
  text-align: center;
}

.top_reserve_sp {
  display: none;
}

.top_reserve div {
  display: block;
  color: #fff;
  align-content: flex-end;
}

.top_reserve p {
  margin: 48px 18px;
  line-height: 32px;
  font-weight: bold;
  letter-spacing: 0px;
  font-size: 24px;
}

.online_lp_image {
  margin-top: -8%;
  width: 100%;
  position: relative;
}

.online_lp_image > img {
  width: 100%;
  height: auto;
}
.online_lp_image ul {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-left: 0;
  width: 97%;
  justify-content: space-between;
  padding-left: 3%;
}

.online_lp_logo {
  position: absolute;
  padding: 28px;
  width: 600px;
  top: 86px;
  left: 25%;
}

.online_lp_logo img {
  width: 100%;
}

.online_lp_image_pc {
  max-width: 100%;
}

.online_lp_image_tablet img {
  width: 100%;
}

/*------------------------------------------
  reason
------------------------------------------*/
.trial_lp_reason h3 {
  text-align: center;
}

.trial_lp_reason_box_l,
.trial_lp_reason_box_r {
  display: flex;
  /* flex-wrap: wrap; */
  margin: 3em 0;
  width: 100%;
}

.reason_point_txt {
  margin: 0.4em 0 1.4em;
}

.reason_point_txt img {
  width: 100%;
  height: auto;
}

.trial_lp_reason_txtbox_l {
  width: 450px;
  margin: 0 30px 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.trial_lp_reason_txtbox_r {
  width: 450px;
  margin-left: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.point_image {
  width: 80px;
  margin: 0 auto;
}

.trial_lp_reason_imgbox_r,
.trial_lp_reason_imgbox_l {
  width: 52%;
}

.trial_lp_reason_imgbox_r img,
.trial_lp_reason_imgbox_l img {
  width: 100%;
  height: auto;
}

.reason_1 {
  background: url(../images/trial_lp/reason_point1_img2.png) no-repeat;
  background-position: 10% bottom;
  background-size: 440px;
  padding: 0 0 180px 140px;
}

.reason_2 {
  background: url(../images/trial_lp/reason_point2_img2.png) no-repeat;
  background-position: right bottom;
  background-size: 360px;
  padding: 0 130px 154px 0;
}

.reason_3 {
  background: url(../images/trial_lp/reason_point3_img2.png) no-repeat;
  background-position: 3% bottom;
  background-size: 400px;
  padding: 0 0 160px 140px;
  height: 280px;
}

/*------------------------------------------*/
/*  point
/*------------------------------------------*/

.online_lp_point_wrap {
  max-width: 100%;
  min-width: 600px;
  justify-content: space-between;
  background-color: #ebf7d9;
  padding: 4%;
  margin: 0 6%;
}

.online_lp_point_wrap ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.online_lp_point_wrap h2 {
  background-color: #93c74a;
  color: #ffff;
}

.online_lp_point_wrap img {
  width: 200px;
}

/*------------------------------------------*/
/*  introduction
/*------------------------------------------*/
.online_lp_introduction_box {
  margin: 80px 0;
}

.online_lp_introduction ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0px 1%;
  margin-bottom: 40px;
  justify-content: space-between;
}

.online_lp_introduction li {
  width: 48%;
  margin-right: 2%;
}

.online_lp_introduction h2 {
  background-color: #ee7c20;
  width: fit-content;
  margin: 0 auto 10px;
}

.online_lp_introduction img {
  max-width: 100%;
  width: 100%;
}

.trial_lp_recomend_quizeBox {
  padding: 1em;
  margin-bottom: 6em;
}

.trial_lp_recomend_quize {
  /* background:#e7f5d3; */
  margin: 0;
}

.trial_lp_recomend_quize h3 {
  padding: 3em 0 1em;
  text-align: center;
  margin: 0 1em;
}

/*====================================================================================*/
/*	YES NO FLOWCHART
/*====================================================================================*/
.yesno {
  width: 850px;
  position: relative;
  padding: 0 0 20px;
  margin: 50px auto 0;
  background: url(../images/class_select_inbk.png), rgba(250, 241, 242, 1);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-border-radius: 10px; /* Safari,Google Chrome用 */
  -moz-border-radius: 10px; /* Firefox用 */
}

.yesno_title {
  padding: 10px 0;
  background: rgba(224, 83, 98, 1);
  color: rgba(255, 255, 255, 1);
  -webkit-border-radius: 10px 10px 0 0; /* Safari,Google Chrome用 */
  -moz-border-radius: 10px 10px 0 0; /* Firefox用 */
}

.yesno_box {
  width: 650px;
  height: 350px;
  margin: 20px auto;
  padding: 20px;
  border: 1px solid #93c74a;
}

.yesno_box p {
  text-align: right;
}

.yesno_box a {
  color: initial;
  width: 100%;
  display: block;
}

.trial_lp_recomend_quizeBox h2 {
  padding: 4px 20px;
  color: #fff;
  background-color: #93c74a;
  max-width: initial;
}

.yesno ul li {
  list-style: none;
  /*    float				  : left;*/
  text-align: left;
  display: block;
  font-size: 120%;
}

.col_1 {
  margin: 2em auto;
  width: 90%;
}

.col_1 li {
  margin: 0 auto 10px;
  padding: 0 10px;
  border-bottom: 1px solid #93c74a;
}

.col_2 li {
  width: 48%;
  margin: 1%;
}

.col_3 li {
  width: 31%;
  margin: 1%;
}

.yesno ul li a {
  color: initial;
  text-decoration: none;
  width: 100%;
  display: block;
  /*    background-color	: #333A40;*/
  padding: 5px 0;
}

.yesno_box div {
  /* clear: both; */
  width: 100%;
}

.yesno ul li a:hover {
  color: rgba(255, 105, 105, 1);
  /*background-color	: #000;*/
}

.flow_anchor {
  margin-top: -200px !important;
  padding-top: 200px !important;
}

.reload_btn {
  display: inline-block;
  width: 200px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  outline: none;
  border: none;
  color: rgba(255, 255, 255, 1);
  line-height: 30px;
  font-size: large;
  background: #20ad4c;
  cursor: pointer;
  -webkit-appearance: none;
}

.reload_btn::before,
.reload_btn::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}

.reload_btn,
.reload_btn::before,
.reload_btn::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.reload_btn:hover {
  background-color: #93c74a;
}

.online_lp_recomend_imgs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 1em 0;
}

.online_lp_recomend_imgs p {
  margin: auto 1em auto 0;
  padding: 0.4em;
  color: #fff;
  background: #f0831e;
}

.online_lp_recomend_imgs img {
  width: 30%;
  max-width: 314px;
  height: 100%;
}

/*------------------------------------------*/
/*  schedule
/*------------------------------------------*/

.online_lp_schedule h2 {
  font-size: xx-large;
  box-sizing: border-box;
  line-height: 100%;
  margin: 1em auto;
  width: 100%;
  background: none;
  color: #20ad4c;
}

.online_lp_schedule iframe {
  background: #fff;
  height: 1200px;
  overflow-y: scroll;
  border-width: 2px;
  border-style: inset;
  border-color: initial;
  border-image: initial;
}

/*------------------------------------------*/
/*  about
/*------------------------------------------*/
.online_lp_about_box {
  width: 100%;
}

.online_lp_about_box ul {
  max-width: 100%;
  display: flex;
  padding: 1em;
}

.online_lp_about_box li {
  max-width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.online_lp_about_mascot {
  width: 30%;
  max-width: 30%;
  padding-right: 2em;
}

.online_lp_about_mascot img {
  margin-left: 20px;
}

.online_lp_about_logo {
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
  display: flex;
}

.online_lp_about_logo img {
  margin-right: 40px;
}

.online_lp_about_title {
  margin: 40px auto;
}

.online_lp_about_box img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: auto auto;
}

.online_lp_represent_frame {
  width: 30%;
  margin: 0 auto;
}

.online_lp_represent_title {
  max-width: 1200px;
  width: 100%;
  align-items: center;
  margin: 80px auto;
}

.online_lp_represent_title img {
  max-width: 350px;
  min-width: 200px;
  width: 100%;
}

.online_lp_represent_wrap {
  background-color: #ffffff;
  padding: 4% 5%;
}

.online_lp_represent_wrap ol {
  max-width: 100%;
  display: flex;
  margin-bottom: 4em;
}

.online_lp_represent_wrap ul {
  list-style-type: disc;
}

.online_lp_represent_wrap li {
  display: block;
  list-style-type: disc;
  /* リストの左側に黒丸 */
  margin-left: 24px;
  /* リストの左側に余白 */
  text-align: center;
  width: fit-content;
}

.online_lp_represent_wrap h3 {
  text-align: center;
  margin: 14px 0;
  color: #5a900e;
  font-weight: 550;
  font-size: 32px;
}

.online_lp_represent_box {
  margin: 0 30px 30px 0;
  align-items: center;
  width: 100%;
}

.online_lp_represent_box img {
  max-width: 100%;
  width: 100%;
}

.online_lp_represent_name {
  text-align: center;
}

.online_lp_represent_name img {
  max-width: 200px;
  width: 100%;
}

.online_lp_represnt_media {
  display: flex;
  width: auto;
  background-color: #e7f5d3;
  margin-bottom: 20px;
  text-align: center;
}

.online_lp_represnt_media span {
  margin: 30px;
  width: 100%;
}

.online_lp_instructor {
  background-color: #e7f5d3;
}

.online_lp_instruct_back {
  background-image: url("../images/instrct_back1.png"), url("../images/instrct_back2.png"), url("../images/instrct_back3.png"), url("../images/instrct_back4.png"), url("../images/instrct_back5.png");
  background-repeat: no-repeat;
  background-position: top 300px left, top 1200px left -200px, bottom 1200px right -50px, bottom 500px left -300px, bottom 50px right 50px;
  padding-bottom: 200px;
  background-size: 300px auto, 600px auto, 400px auto, 800px auto, 400px auto;
  overflow: hidden;
}

.online_lp_instructor_title {
  width: 237px;
  padding: 50px 0 20px;
}

.online_lp_instruct_wrap_r {
  margin-left: -30%;
  padding-left: 30%;
  width: 90%;
  background-color: #ffffff;
}

.online_lp_instruct_wrap_l {
  background-color: #ffffff;
  width: 90%;
  margin-left: 10%;
  padding-right: 21%;
}

.online_lp_instruct_box {
  background-color: #ffffff;
  max-width: 1100px;
  display: flex;
  padding: 20px;
  margin-bottom: 30px;
}

.box_right {
  margin-left: auto;
}

.online_lp_img {
  max-width: 100%;
  width: 100%;
  max-height: 100%;
}

.online_lp_instruct_inbox {
  width: 100%;
  display: flex;
}

.online_lp_instruct_coment {
  margin: 0 20px;
  width: 70%;
  text-align: center;
}

.online_lp_instruct_coment b {
  font-size: 2em;
  color: #93c74a;
}

.online_lp_instruct_pic {
  width: 30%;
}

.online_lp_instruct_name {
  width: fit-content;
  margin: 0 auto 20px;
}

.online_lp_instruct_rep {
  background-color: #e7f5d3;
  padding: 20px;
}

.online_lp_instruct_rep p {
  color: #5a900e;
  font-weight: bold;
}

/*------------------------------------------*/
/*  voice
/*------------------------------------------*/

.online_lp_voice_wrap {
  position: relative;
}

.online_lp_voice_title {
  width: 100%;
  max-width: fit-content;
  margin: 0 auto;
}

.online_lp_voice_box {
  margin: 50px 8%;
}

.online_lp_voice_text {
  background-color: #ffffff;
  margin: 6% 3%;
  padding: 5% 6%;
}

.online_lp_voice_text li {
  line-height: 3.5em;
  border-bottom: solid 1px #d6d6d6;
}

.online_lp_voice_img {
  position: absolute;
  bottom: 10px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.online_lp_voice_img p {
  width: 15%;
}

.online_lp_voice_img img {
  width: 100%;
}

/*------------------------------------------*/
/*  flow
/*------------------------------------------*/
.online_flow_lesson_title {
  width: fit-content;
  align-items: center;
  margin: 50px auto;
}

.online_flow_lesson_title img {
  max-width: fit-content;
  width: 100%;
}

.online_lp_flow_box {
  padding: 1% 2%;
  width: 80%;
  margin: 0 auto;
}

.online_lp_flow_box li {
  margin-bottom: 20px;
  padding: 2% 20px;
  text-align: center;
}

.online_lp_flow_box h1 {
  color: #ffffff;
  width: 30%;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding: 0 4px;
  font-size: 1.1em;
  margin: 0 auto;
}

.online_lp_flow_box p {
  margin: 10px 1%;
  text-align: center;
}

.online_lp_flow_box a {
  color: #20ad4c;
  font-weight: bold;
  background: none;
  border-radius: 5px;
}

.trial_lp_flow_link {
}

._reserve li {
  background-color: #f1f9e5;
}

._reserve h1 {
  background-color: #93c74a;
}

._lesson li {
  background-color: #fbe6d6;
}

._lesson h1 {
  background-color: #ee7c20;
}

._lesson a {
  background-color: #ee7c20;
}

.online_lp_flow_adress {
  padding: 0 10%;
  display: flex;
  width: 80%;
  justify-content: space-between;
  align-items: center;
}

.online_lp_flow_adress p {
  position: relative;
  display: inline-block;
  margin: 1.5em 15px 1.5em 0;
  min-width: 120px;
  max-width: 100%;
  width: 70%;
  margin-right: 8%;
  background-color: #f1f9e5;
  text-align: center;
  padding: 10px;
  height: fit-content;
}

.online_lp_flow_adress p:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -20px;
  border: 20px solid transparent;
  border-left: 40px solid #f1f9e5;
}

.online_lp_flow_number {
  font-weight: 600;
  color: #e56c0b;
}

.online_lp_flow_mail {
  font-weight: 600;
  color: #5b920e;
}

.online_lp_flow_adress_img {
  max-width: 100%;
  width: 30%;
}

.online_lp_flow_adress_img img {
  width: 100%;
}

/*------------------------------------------*/
/* trial
/*------------------------------------------*/
.online_lp_trial_top {
  margin: -24% auto 0;
  max-width: 900px;
  width: 80%;
  position: relative;
}

.online_lp_trial {
  margin: 0 auto;
  max-width: 900px;
  width: 80%;
}

.online_lp_trial_intro {
  width: 40%;
  height: auto;
  max-width: 1000px;
  margin: 20px auto;
}

.online_lp_trial_intro img {
  max-width: 100%;
}

.online_lp_trial_boxframe {
  max-width: 900px;
  width: 100%;
  justify-content: center;
}

.online_lp_trial_boxframe img {
  width: 100%;
  max-width: 900px;
}

.online_lp_trial_button {
  margin: 10px auto;
  text-align: center;
}

.online_lp_trial_btn {
  background-color: #ec749f;
  padding:.4em 1em;
  color: #fff;
  font-size: 1.8em;
  font-weight: bold;
}

.online_lp_trial_button img {
  width: 60%;
}


.lp_access {
	font-size: 2em;
	color: #529642;
	text-align: center;
}

.lp_map {
	height: 40vh;
	/* width: 100%; */
}

.lp_access_box {
    display: flex;
    flex-wrap: wrap;
}

.lp_access_box p {
	margin: 0 auto;
	text-align: center;
}


.online_lp_footer {
	width: 100%;
}

.online_lp_footer img {
	max-width: none;
	width: 100%;
}


/*------------------------------------------*/
/* footer
/*------------------------------------------*/
.online_lp_footer {
  width: 100%;
}

.online_lp_footer img {
  max-width: none;
  width: 100%;
}

.copyright_frame {
  background-color: #178238;
  max-width: 100%;
}

.copyright_frame p {
  color: #ffffff;
  text-align: center;
}

@media screen and (max-width: 1050px) {
  .online_lp_head_wrap {
    height: 48px;
    padding: 0 6px;
  }

  .online_lp_head span {
    margin-right: 10px;
  }

  .online_lp_head img {
    width: 120px;
  }

  .online_lp_head h1 {
    /* display:none; */
    font-size: 13px;
    max-width: 295px;
    text-align: center;
    line-height: 16px;
    margin-right: 0;
  }

  .sp_br {
    display: block;
  }

  .online_lp_head p a {
    display: none;
  }

  .top_reserve_sp {
    display: block;
    height: 2em;
    width: 100%;
    margin: 0;
    border-radius: 0;
    background-color: rgba(234, 128, 32, 1);
    color: #fff;
    text-align: center;
    padding: 16px 0 10px;
  }

  .top_reserve {
    width:100%;
    border-radius: unset;
    font-size: 100%; 
  }

  .copyright_frame p {
    padding-bottom: 57px; 
  }

  .top_reserve p {
    font-size: 1em;
    line-height: unset;
    margin: 0.6em 0.2em 0;
  }

  .online_lp_logo {
    left: 4%;
    top: 60vw;
    width: 80%;
  }
  .online_lp_head > a {
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    position: fixed;
  }

  .online_lp_head .sns-icon {
    display: none ;
  }

  .online_lp_head .sp_icon {
    display: flex !important;
    position: unset;
    margin-top: 0;
    background: #fff;
    width: 100vw;
    border-bottom: 1px solid #93c74a;
  }

  .online_lp_head .sp_icon a {
    border-bottom: none;
  }

  .online_lp_head .sp_icon{
    display: flex;    
  }

  .online_lp_head .sns-icon img {
    width: 40px;
  }

  .trial_lp_reason_box_l {
    flex-direction: column;
  }

  .trial_lp_reason_box_r {
    flex-direction: column-reverse;
    margin: 1em 0;
  }
  .trial_lp_reason_imgbox_r,
  .trial_lp_reason_imgbox_l {
    width: 100%;
  }

  .trial_lp_reason_txtbox_r {
    margin: 1em 0;
    padding: 0 50% 10px 1em;
    background-size: 35%;
    width: 47%;
  }

  .trial_lp_reason_txtbox_l {
    margin: 1em 0;
    padding: 0 1em 0 50%;
    background-size: 40%;
    width: 47%;
  }

  .reason_point_txt img {
    width: 100%;
    height: auto;
  }

  .reason_point_txt {
    width: 90%;
  }
  
}

@media screen and (max-width: 765px) {
  body {
    font-size: 18px;
  }

  .frame {
    padding: 1em 0;
  }

  .wrap {
    max-width: 100vw;
    margin: 0;
  }

  .anchor {
    margin-top: -48px;
    padding-top: 48px;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .boxwrap {
    width: 100%;
  }

  .text_box {
    max-width: 100%;
    min-width: 0;
    width: 86%;
    margin: 1.5em 0;
  }

  .trial {
    max-width: none;
    display: block;
  }

  .online_lp_trial_top {
    width: 100%;
    margin: -7% auto 0;
  }

  .online_lp_trial_boxframe {
    width: 100%;
  }

  .online_lp_trial_button img {
    width: 100%;
  }

  .online_lp_trial_btn {
    font-size: 1em;
  }

  .title_box {
    max-width: 90%;
    margin: 40px auto 20px;
  }

  .title_box img {
    max-width: 100%;
    width: 100%;
  }

  .online_lp_trial {
    width: 92%;
    margin: 0 auto;
  }

  .online_lp_trial_button {
    width: 90%;
    top: 12vw;
  }

  /* top */

  .online_lp_image_pc {
    display: none;
  }

  .online_lp_image {
    margin-top: -6%;
  }

  /* reason */
  .trial_lp_reason_txtbox_l {
    width: 92%;
    background-size: 74%;
    padding: 0 4% 200px;
    background-position: center bottom;
  }

  .trial_lp_reason_txtbox_r {
    padding: 0 0 200px 1em;
    width: 92%;
    background-size: 70%;
    background-position: center bottom;
  }

  .online_lp_introduction_box {
    margin: 40px 0;
  }

  .online_lp_introduction h2 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .online_lp_flow_box h1 {
    width: 40%;
  }

  .online_lp_introduction ul {
    width: 98%;
    margin: 0 0 4em 0;
  }

  .online_lp_introduction li {
    width: 96%;
    margin: 0 2%;
  }

  .online_lp_trial_intro {
    width: 80%;
  }
  .order1 {
    order: 1;
  }

  .order2 {
    order: 2;
  }

  .order3 {
    order: 3;
  }

  .order4 {
    order: 4;
  }

  .order5 {
    order: 5;
  }
  /* about */

  .online_lp_about {
    margin: 3em 0;
  }

  .online_lp_about_box ul {
    flex-direction: column;
    width: 94%;
    margin: 0 auto;
    padding: 0;
  }

  .online_lp_about_box li {
    padding: 0;
    max-width: 100%;
    width: auto;
    margin: 1em 0;
  }

  .online_lp_about_logo {
    max-width: fit-content;
  }

  .online_lp_about_title img {
    max-width: 100%;
  }

  .online_lp_about_mascot img {
    max-width: 50%;
    height: auto;
  }

  .online_lp_represent_name {
    margin: 20px 0;
  }

  .online_lp_instruct_back {
    background-size: 40% auto, 90% auto, 70% auto, 80% auto, 50% auto;
    background-position: top 400px left, top 1300px left -200px, bottom 1300px right -50px, bottom 600px left -100px, bottom 100px right -50px;
    padding-bottom: 200px;
  }

  .online_lp_instruct_wrap_l {
    padding: 0;
    width: 98%;
    margin-left: 2%;
  }

  .online_lp_schedule {
    padding: 1em 0.8em;
  }

  .online_lp_schedule iframe {
    height: 500px;
  }

  /* represent */

  .online_lp_represent_frame {
    width: 70%;
    margin: 3em 15%;
  }

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

  .online_lp_represent_title img {
    max-width: 100%;
    min-width: 0;
  }

  .online_lp_represent_wrap ol {
    flex-direction: column;
  }

  .online_lp_represent_wrap li {
    flex-direction: column;
    margin: 0;
  }

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

  .online_lp_represnt_media {
    flex-direction: column;
    max-width: 100%;
  }

  .online_lp_represnt_media span {
    width: 90%;
    margin: 5%;
  }

  /* voice sp */

  .online_lp_voice_box {
    margin: 50px 0 9em;
  }

  .online_lp_voice_text li {
    line-height: 2.2em;
    padding: 1em 0;
  }

  .online_lp_voice_img {
    bottom: -5em;
    left: 6%;
    width: 90%;
  }

  .online_lp_voice_img p {
    width: 30%;
  }

  .online_lp_flow_box {
    width: 92%;
    padding: 4%;
  }

  /* flow */
  .online_lp_flow_box li {
    padding: 1em 1em;
  }

  .online_lp_flow_adress {
    flex-direction: column;
    width: 100%;
    padding: 0;
    align-items: center;
    margin: 0;
  }

  .online_lp_flow_adress p:before {
    top: 103%;
    left: 50%;
    margin-left: -9%;
    border: 40px solid transparent;
    border-top: 40px solid #f1f9e5;
  }

  .online_lp_flow_adress p {
    margin: 0 5% 2em;
    padding: 5%;
    width: 80%;
    text-align: left;
  }

  .online_lp_flow_number {
    display: block;
    text-align: right;
  }

  .online_lp_flow_mail {
    display: block;
    text-align: right;
  }

  .lp_access {
		margin-left: .4em;
	}

	.lp_map {
		width: calc(100% - 2em);
		margin: 0 1em;
	} 

	.lp_access_box {
		margin: 0 1em;
	}

  /*  yesno Box	 */

  .trial_lp_recomend_quizeBox {
    padding: 0.6em;
  }
  .yesno_box {
    width: unset;
    padding: 1em;
  }

  .col_1 {
    margin: 0;
    width: 100%;
  }
  .online_lp_instruct_inbox {
		flex-direction: column;
	}

	.online_lp_instruct_wrap_l .online_lp_instruct_inbox {
		flex-direction:column-reverse;
	}

	.online_lp_instruct_pic{
		width: 100%;
	}
	.online_lp_instruct_coment {
		width: 100%;
		margin: 0;
	}

	.online_lp_instruct_wrap_r {
		width: 98%;
	}

  .online_lp_represent_wrap li:nth-of-type(2) {
    display: flex;
  }

 .greeting_more_btn {
   border: none;
   background-color: #20ad4c;
   color: #fff;
   font-size: inherit;
   padding: .4em 2em;
   margin-top: 1em;
   margin-left: auto;
 }

}
