@charset "utf-8";
/* 以前の import を置き換え */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600&display=swap');

/*2018版リセットCSS*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, ar,
b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}/* HTML5 display-role reset for older browsers */article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}body {line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: none;}blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}table {border-collapse: collapse;border-spacing: 0;}

/*クリアフィックス*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
/*hover*/
#index_access_next_01:hover, .index_gmap_01:hover, #gallery a:hover, .index_annnai_next_01:hover, .bottom_list_01 a:hover, .next_01 a:hover, .next_02 a:hover, .top_link_01 a:hover, .footer_list_01 a:hover, .course_next_01 a:hover, .course_next_11 a:hover, .flow_link_01 a:hover, .flow_link_02:hover, .flow_link_03:hover, .flow_link_04:hover, .botton_tel_02 a:hover {
  opacity: 0.5;
}
/*アイコンフォントmargin-right*/
.index_table_com_01 i, #index_access_wrap_01 dl i {
  margin-right: 5px;
}
/*アイコンフォントmargin-left*/
.index_inst_next_01 i, .index_gmap_01 i, #index_access_next_01 i, .index_annnai_next_01 i, .index_next_01 .fa {
  margin-left: 5px;
}

/*トップへ戻るボタン*/

#page-top {
  position: fixed;
  bottom: 85px;
  right: 20px;
  z-index: 200;
}

#page-top button {
  width: 48px; height: 48px;
  background:#fff;
  border:3px solid #063;
  color:#063;
  border-radius:50%;
  box-sizing:border-box;
  display:flex; align-items:center; justify-content:center;
  opacity:0;
  transform: translateY(8px) scale(.96);
  pointer-events:none;
  transition: opacity .2s, transform .2s;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

/* ← アイコンの大きさはここで決める */
#page-top button i {
  font-size: 22px;   /* 目安：48px円なら20–24px */
  line-height: 1;    /* 行高でズレないように */
}

/* 表示時 */
#page-top.is-visible button {
  opacity:1;
  transform: none;
  pointer-events:auto;
}

/* デスクトップだけ :hover 反応 */
@media (hover:hover) and (pointer:fine) {
  #page-top button:hover { background:#063; color:#fff; }
}
/* モバイルは :active のみに */
@media (hover:none) and (pointer:coarse) {
  #page-top button:active { transform: scale(.94); }
}


/*ハンバーガーリスト*/
.navToggle {
  display: block;
  position: absolute; /* bodyに対しての絶対位置指定 */
  right: 13px;
  top: 12px;
  width: 97px;
  height: 30px;
  cursor: pointer;
  z-index: 3;
  background: #FFF;
  text-align: center;
  border-radius: 2px;
  font-weight: 500;
}
.navToggle span {
  display: block;
  position: absolute; /* .navToggleに対して */
  width: 20px;
  border-bottom: solid 2px #063;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  left: 8px;
}
.navToggle span:nth-child(1) {
  top: 6px;
}
.navToggle span:nth-child(2) {
  top: 14px;
}
.navToggle span:nth-child(3) {
  top: 22px;
}
.navToggle span:nth-child(4) {
  position: absolute;
  border: none;
  color: #063;
  font-size: 17px;
  top: 2px;
  left: 37px;
}
.navToggle:hover {
  opacity: 0.9;
}
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
  top: 14px;
  left: 8px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2), .navToggle.active span:nth-child(3) {
  top: 14px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* ▼ハンバーガー押下時：メニューを表示し、本文側を隠す */
body.menu-open nav {
  display: block;
}
body.menu-open header, body.menu-open article, body.menu-open footer, body.menu-open .bottom_link_01 {
  display: none;
}
/*ページ全体*/
.text_accent {
  color: #EF6233;
  font-weight: bold;
}
img {
  max-width: 100%;
  height: auto;
  width: auto;
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: #000;
}
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	line-height: 1.8em;
	text-align: justify;
}
header, article, footer {
  padding: 0px 15px;
}
article {
  margin-bottom: 50px;
}
h1 {
  color: #FFF;
  line-height: 1.4;
  margin-top: 8px;
  font-size: 11px;
}
h2 {
  margin: 0px -15px;
}
h3 {
  color: #030;
  margin-bottom: 20px;
  font-size: 20px;
  text-align: center;
  font-family: 'Noto Sans JP';
  font-weight: 600;
}
.h3_in_01 {
  font-size: 0.4em;
}
nav {
  background-color: #063;
  padding: 40px 30px 20px;
  display: none;
}
nav a {
  display: block;
  color: #FFF;
}
nav a:hover {
  opacity: 0.5;
}
nav i {
  margin-right: 8px;
}
nav > ul > li > a {
  padding: 8px 5px;
}
nav > ul > li > ul > li > a {
  padding: 7px 5px;
}
nav > ul > li > ul > li:last-child {
  margin-bottom: 8px;
}
nav > ul {
  margin-bottom: 8px;
}
nav > ul > li {
  border-bottom: #FFF dashed 1px;
}
nav > ul > li:last-child {
  border-bottom: none;
}
nav ul ul li {
  margin-left: 10px;
}
nav ul ul a:before {
  font-family: FontAwesome;
  content: "\f105";
  margin-right: 5px;
}
.index_menu_map_01 img {
  margin-top: 10px;
  border: 2px #063 solid;
  border-radius: 10px;
}
.form_link_01 {
  max-width: 320px;
  margin: 0px auto 20px;
}
.form_link_01 a {
  display: block;
  background-color: #EF6233;
  color: #FFF;
  text-align: center;
  border-radius: 2px;
  padding: 10px 0px;
  font-size: 16px;
  position: relative;
  font-weight: 500;
}
.form_link_01 a:after {
  font-family: FontAwesome;
  content: "\f0da";
  position: absolute;
  right: 15px;
  font-size: 120%;
  color: #FFF;
}
.tell_01 {
  background-color: #063;
  padding: 3px;
  text-align: center;
  width: 200px;
  margin: 0px auto 10px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
}
.tell_box_01 {
  padding: 10px;
  background-color: #FFF;
  border-radius: 3px;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.tell_text_01 {
  border-bottom: #063 solid 1px;
  text-align: center;
  margin-bottom: 10px;
}
.logo_01 {
  width: 40px;
  float: left;
  margin-right: 5px;
}
.logo_02 {
  display: none;
}
.top_box_01 {
  background-color: #063;
  margin: 0px -15px;
  padding: 3px 5px 10px;
}
.tel_link_01 {
  color: #063;
}
.tel_link_01 i {
  margin-right: 5px;
}
.no_tel_link_01 {
  display: none;
}
footer {
  background-color: #60a08b;
  padding-top: 50px;
  padding-bottom: 50px;
}
.footer_list_01 {
  margin-bottom: 30px;
  font-weight: 500;
}
.footer_list_01 a {
  display: block;
  background-color: #FFF;
  padding: 10px 15px;
  border-bottom: #063 1px dashed;
  position: relative;
  border-left: #063 1px solid;
  border-right: #063 1px solid;
  font-size: 13px;
  color: #063;
}
.footer_list_01 li:first-child {
  border-top: #063 1px solid;
  border-radius: 2px 2px 0px 0px;
  background-color: rgba(0, 51, 0, 0.8);
  color: #FFF;
  text-align: center;
  border-right: #063 1px solid;
  border-left: #063 1px solid;
  padding: 10px;
}
.footer_list_01 li:last-child a {
  border-bottom: #063 1px solid;
  border-radius: 0px 0px 2px 2px;
}
.footer_list_01 a:after {
  font-family: FontAwesome;
  content: "\f0da";
  position: absolute;
  right: 15px;
  font-size: 120%;
  color: #063;
}
.bottom_box_01 {
  /*	background-color:#063;*/
  background-color: #333;
  text-align: center;
  padding: 30px 0px 70px;
  border-bottom: #063 10px solid;
}
.bottom_logo_01 {
  width: 150px;
  margin: 0px auto 10px;
}
.bottom_list_01 {
  display: inline-block;
}
.bottom_list_01 li {
  float: left;
  font-size: 10px;
  margin-right: 15px;
}
.bottom_list_01 li:last-child {
  margin-right: 0px;
}
.bottom_list_01 a {
  color: #FFF;
}
.copyright_01 {
  clear: both;
  color: #FFF;
  font-size: 10px;
}
.next_01 a {
  display: block;
  color: #063;
  text-align: center;
  width: 250px;
  border: 1px solid #063;
  border-radius: 2px;
  margin: 15px auto 0px;
  padding: 5px 0px;
  position: relative;
}
.next_01 a:after {
  font-family: FontAwesome;
  content: "\f0da";
  position: absolute;
  right: 20px;
  font-size: 120%;
}
.next_02 a {
  display: block;
  color: #063;
  text-align: center;
  width: 100%;
  border: 1px solid #063;
  border-radius: 2px;
  margin: 10px auto 0px;
  padding: 5px 0px;
  position: relative;
}
.next_02 a:after {
  font-family: FontAwesome;
  content: "\f0da";
  position: absolute;
  right: 20px;
  font-size: 120%;
}
.top_photo_01 {
  margin: 0px -15px;
}
.top_link_01 a {
  display: none;
}
.top_tell_01 {
  display: none;
}
.bottom_link_01 {
  background-color: rgba(0, 102, 51, 0.8);
  position: fixed;
  bottom: 0px;
  padding: 15px;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  z-index: 100;
  font-weight: 500;
}
.botton_tel_01 {
  width: 30%;
  float: left;
  margin-right: 5%;
}
.botton_tel_02 a {
  background-color: #FFF;
  color: #063;
  text-align: center;
  display: block;
  border-radius: 2px;
}
.reserve-btn i {
  margin-right: 10px; /* 文字との間隔 */
  font-size: 1.1em; /* 少し大きめ */
  vertical-align: middle; /* 基本は中央揃え */
  line-height: 1; /* 行高の影響を消す */
  position: relative;
  top: -2px; /* アイコンを上に2px移動 */
}
.botton_tel_01 a {
  background-color: #FFF;
  color: #063;
  text-align: center;
  display: block;
  border-radius: 2px;
}
.botton_tel_01 i, .botton_tel_02 i {
  font-size: 20px;
  vertical-align: middle;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
}


.botton_form_01{
	width:65%;
	float:left;

}
.botton_form_01 a {
  background-color: #EF6233;
  color: #FFF;
  text-align: center;
  display: block;
  border-radius: 2px;
  padding: 8px 0px;
  position: relative;
}
.botton_form_01 a:after {
  font-family: FontAwesome;
  content: "\f0da";
  position: absolute;
  right: 10px;
  font-size: 120%;
}
.tell_tab_01 {
  display: none;
}
.back_00 {
  background-color: #FFF;
  margin: 0px -15px;
  padding: 30px 15px;
}
.back_01 {
  background-color: rgba(0, 102, 102, 0.1);
  margin: 0px -15px;
  padding: 30px 15px;
}
.back_02 {
  background-color: rgba(204, 204, 204, 0.2);
  margin: 0px -15px;
  padding: 30px 15px;
}
.back_03 {
  background-color: rgba(255, 204, 51, 0.1);
  margin: 0px -15px;
  padding: 30px 15px;
}
.top_img_box_01 {
  position: relative;
  margin-bottom: 20px;
}
.page_title_01 {
  background-color: rgba(0, 102, 51, 1);
  padding: 5px;
  box-sizing: border-box;
  width: 180px;
  text-align: center;
  color: #FFF;
  font-size: 18px;
  font-family: 'Noto Sans JP';
  position: absolute;
  left: 0px;
  bottom: -20px;
}
/*バナー*/
.banner_01 {
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
/*トップページ*/
.top_photo_01_r {
  display: none;
}
.top_photo_11_m, .top_photo_11_r {
  display: none;
}
.index_list_01 li {
  width: 47%;
  float: left;
  text-align: center;
  margin-bottom: 15px;
}
.index_list_01 li img {
  width: 80%;
  margin-bottom: 10px;
}
.index_list_01 li:nth-child(odd) {
  margin-right: 6%;
}
.index_list_02 li {
  width: 46%;
  float: left;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.8;
}
.index_list_02 li:nth-child(odd) {
  margin-right: 8%;
}
.index_list_02 li p:first-child {
  margin-bottom: 5px;
}
.index_list_02_st_01, .index_list_02_st_02, .index_list_02_st_03 {
  font-size: 0.8em;
  color: #666;
}
.index_list_02_st_02 {
  display: none;
}
.index_topix_01 {
  border-left: 3px solid #063;
  padding-left: 10px;
}
.index_topix_01 a {
  color: #063;
  text-decoration: underline;
}
.index_topix_01 a:hover {
  text-decoration: none;
}
.index_info_01 {
  height: 150px;
  overflow-y: scroll;
  padding-right: 10px;
  margin-right: -10px;
}
.index_info_01 dt {
  color: #333;
  float: left;
  clear: both;
  width: 30%;
}
.index_info_01 dd {
  float: right;
  width: 70%;
  padding-bottom: 15px;
  border-bottom: #999 solid 1px;
  margin-bottom: 15px;
  color: #666;
}
.index_info_01 a {
  color: #063;
  text-decoration: underline;
}
.index_info_01 a:hover {
  text-decoration: none;
}
.index_info_box_01 {
  margin-bottom: 50px;
}
.index_table_01 {
  width: 100%;
  margin-bottom: 20px;
/*  letter-spacing: -0.05em;
*/}
.index_table_01 th {
  border-bottom: #CCC solid 1px;
  padding: 5px 10px 5px 5px;
  width: 20%;
  vertical-align: middle;
  text-align: right;
}
.index_table_01 td {
  border-bottom: #CCC solid 1px;
  padding: 5px;
}
.index_table_01 a {
  color: #063;
  text-decoration: underline;
}
.index_table_01 a:hover {
  text-decoration: none;
}
#gallery {
  margin-bottom: 5px;
}
#gallery li {
  width: 18%;
  float: left;
  margin-right: 2.5%;
}
#gallery li:last-child {
  margin-right: 0%;
}
.index_table_com_01 {
  text-align: center;
}
.index_com_pc_01 {
  display: none;
}
.index_inst_01 li {
  border-bottom: #063 dotted 1px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.index_inst_01 li:last-child {
  border-bottom: none;
}
.index_inst_img_01 {
  width: 100px;
  margin: 0px auto 10px;
}
.index_inst_img_01 img {
  border-radius: 50px;
}
.index_inst_com_01 {
  margin-top: 5px;
  color: #666;
  font-size: 0.95em;
}
.index_gmap_01 a {
  display: block;
  background-color: #063;
  color: #FFF;
  text-align: center;
  width: 200px;
  border-radius: 20px;
  line-height: 2em;
  margin: 15px auto;
}
#index_access_wrap_01 {
  display: none;
  margin-top: 30px;
}
#index_access_wrap_01 dd {
  border-bottom: #666 dotted 1px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #666;
  font-size: 0.95em;
}
#index_access_wrap_01 dl i {
  color: #063;
}
#index_access_next_01 {
  display: block;
  color: #063;
  text-align: center;
  width: 250px;
  border: 1px solid #063;
  border-radius: 2px;
  margin: 15px auto 0px;
  padding: 5px 0px;
  position: relative;
}
#index_access_next_01:after {
  font-family: FontAwesome;
  content: "\f0d7";
  position: absolute;
  right: 20px;
  font-size: 120%;
}
/*meritページ*/
.merit_li_01 li {
  margin-bottom: 30px;
}
.merit_img_01 {
  margin: 0px -15px 15px;
  border-bottom: #063 5px solid;
}
.merit_chach_01 {
  color: #063;
  font-size: 22px;
  font-family: 'Noto Sans JP';
  margin-bottom: 15px;
  text-align: center;
}
.merit_inst_img_01 {
  width: 100px;
  margin: 0px auto 10px;
}
.merit_inst_img_01 img {
  border-radius: 50px;
}
.merit_inst_name_01 {
  text-align: center;
  margin-bottom: 20px;
}
.merit_inst_li_01 dt {
  font-family: 'Noto Sans JP';
  margin-bottom: 5px;
}
.merit_inst_li_01 dd {
  border-bottom: #666 dotted 1px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #666;
  font-size: 0.95em;
}
.merit_inst_li_02 li {
  margin-bottom: 70px;
}
.merit_inst_li_02 li:last-child {
  margin-bottom: 0px;
}
.merit_table_01 {
  width: 100%;
  margin-bottom: 20px;
}
.merit_table_01 tr th:first-child {
  width: 25%;
}
.merit_table_01 th {
  background-color: rgba(204, 204, 204, 0.5);
}
.merit_table_01 th, .merit_table_01 td {
  padding: 5px;
  text-align: center;
  border: #CCC solid 1px;
}
.merit_table_color_01 {
  background: rgba(255, 153, 0, 0.3);
}
.merit_table_color_02 {
  background: rgba(0, 102, 204, 0.3);
}
.merit_color_sample_01 {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
}
.merit_table_li_01 li:first-child, .merit_table_li_01 li:nth-child(2) {
  margin-bottom: 15px;
}
/*corseページ*/
.couse_chach_01 {
  color: #063;
  font-size: 26px;
  font-family: 'Noto Sans JP';
  margin-bottom: 20px;
  text-align: center;
}
.couse_text_01 {
  margin-bottom: 20px;
}
.couse_img_01 {
  margin-bottom: 20px;
}
.couse_img_01 img {
  width: 47%;
}
.course_li_01 li {
  padding: 30px 15px;
  margin: 0px -15px;
}
.course_li_01 li:nth-child(1) {
  background-color: rgba(0, 102, 204, 0.1);
  border-left: rgba(0, 102, 204, 0.5) 5px solid;
}
.course_li_01 li:nth-child(2) {
  background-color: rgba(255, 255, 0, 0.1);
  border-left: rgba(255, 255, 0, 0.5) 5px solid;
}
.course_li_01 li:nth-child(3) {
  background-color: rgba(255, 102, 0, 0.1);
  border-left: rgba(255, 102, 0, 0.5) 5px solid;
}
.course_li_01 li:nth-child(4) {
  background-color: rgba(0, 51, 153, 0.1);
  border-left: rgba(0, 51, 153, 0.5) 5px solid;
}
.course_li_01 li:nth-child(5) {
  background-color: rgba(212, 85, 211, 0.1);
  border-left: rgba(212, 85, 211, 0.5) 5px solid;
}
.course_li_01 li:nth-child(6) {
  background-color: rgba(51, 153, 51, 0.1);
  border-left: rgba(51, 153, 51, 0.5) 5px solid;
}
.course_li_01 li:nth-child(7) {
  background-color: rgba(102, 51, 153, 0.1);
  border-left: rgba(102, 51, 153, 0.5) 5px solid;
}
.course_li_01 li:last-child {
  margin-bottom: 0px;
}
.couse_img_01 img:first-child {
  margin-right: 6%;
}
.course_next_01 a {
  display: block;
  color: #063;
  text-align: center;
  width: 250px;
  border: 1px solid #063;
  border-radius: 2px;
  margin: 0px auto;
  padding: 5px 0px;
  position: relative;
}
.course_next_01 a:after, .course_next_11 a:after {
  font-family: FontAwesome;
  content: "\f0da";
  position: absolute;
  right: 20px;
  font-size: 120%;
}
.course_next_11 a {
  display: block;
  color: #063;
  text-align: center;
  width: 250px;
  border: 1px solid #063;
  border-radius: 2px;
  margin: 50px auto 0px;
  padding: 5px 0px;
  position: relative;
}
.course_text_11 {
  display: none;
}
.course_price_11 {
  font-size: 18px;
  color: #063;
  margin-bottom: 10px;
}
.course_tax_01 {
  font-size: 0.9em;
  color: #343534;
}
.course_table_11, .course_table_12 {
  width: 100%;
  margin-bottom: 20px;
}
.course_table_11 th, .course_table_12 th {
  text-align: center;
  padding: 5px;
  border: 1px solid #666;
  background-color: rgba(204, 204, 204, 0.5);
}
.course_table_11 td {
  padding: 5px;
  border: 1px solid #666;
  background-color: #FFF;
  text-align: center;
}
.course_table_12 td {
  padding: 5px 15px;
  border: 1px solid #666;
  background-color: #FFF;
}
.course_table_11 tr th:nth-child(1) {
  width: 30%;
}
.course_table_11 tr td:nth-child(1), .course_table_12 tr td:nth-child(1) {
  text-align: center;
}
.course_table_11 tr td:nth-child(2), .course_table_11 tr td:nth-child(3), .course_table_12 tr td:nth-child(2) {
  text-align: right;
  vertical-align: middle;
}
.course_table_12 tr th:nth-child(1) {
  width: 50%;
}
.course_comment_11 {
  background-color: rgba(204, 204, 204, 0.5);
  padding: 10px;
  border-radius: 2px;
}
.course_li_11 li {
  margin-bottom: 45px;
}
.course_li_11 li:last-child {
  margin-bottom: 0px;
}
.course_li_image_11 {
  width: 50px;
  float: left;
  margin-right: 10px;
}
.course_li_title_11 {
  font-size: 20px;
  color: #063;
  margin-bottom: 10px;
  line-height: 50px;
  font-weight: 500;
}
.course_li_title_in_01 {
  display: none;
}
.course_li_text_11 {
  color: #333;
  margin-bottom: 15px;
}
.course_li_time_11 {
  color: #333;
  border: #999 1px solid;
  padding: 3px 20px;
  display: inline-block;
  margin-left: auto;
}
.course_reco_11 li {
  margin-bottom: 20px;
}
.course_reco_table_11 {
  width: 100%;
}
.course_reco_table_11 th {
  background-color: #063;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  vertical-align: middle;
  padding: 16px 10px 6px;
  line-height: 1em;
  width: 20%;
}
.course_reco_table_11 td {
  background-color: rgba(204, 204, 204, 0.5);
  vertical-align: middle;
  padding: 5px 10px;
  font-weight:500;
}
.course_reco_no_01 {
  font-size: 2em;
  display: inline-block;
  margin-bottom: 10px;
  color: #FFF;
}
/*qualifページ*/
.qualif_li_01 li {
  margin-bottom: 30px;
}
.qualif_img_01 {
  margin: 0px -15px 15px;
}
.qualif_chach_01 {
  color: #063;
  font-size: 20px;
  margin-bottom: 15px;
  text-align: center;
}
/*faqページ*/
.faq_li_01 {
  padding-left: 30px;
}
.faq_h_01 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #063;
}
.faq_li_01 dt {
  margin-bottom: 20px;
  position: relative;
}
.faq_li_01 dt:before {
  content: "Q.";
  position: absolute;
  left: -30px;
  top: -3px;
  font-size: 1.4em;
  color: #063;
}
.faq_li_01 dd {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: #666 dotted 1px;
}
.faq_li_01 dd:before {
  content: "A.";
  position: absolute;
  left: -28px;
  top: -2px;
  font-size: 1.4em;
  color: #063;
}
.faq_li_01 a {
  color: #063;
  text-decoration: underline;
}
.faq_li_01 a:hover {
  text-decoration: none;
}
/*flowページ*/
.flow_text_01 {
  display: none;
}
.flow_li_01 li {
  margin-bottom: 40px;
}
.flow_li_01 li:last-child {
  margin-bottom: 0px;
}
.flow_table_01 {
  width: 100%;
  margin-bottom: 20px;
}
.flow_table_01 th {
  background-color: #063;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  vertical-align: middle;
  padding: 16px 10px 6px;
  line-height: 1em;
  width: 20%;
}
.flow_table_01 td {
  background-color: rgba(204, 204, 204, 0.5);
  vertical-align: middle;
  padding: 5px 10px;
  font-weight: 500;
}
.flow_table_no_01 {
  font-size: 2em;
  display: inline-block;
  margin-bottom: 10px;
  color: #FFF;
}
.flow_link_01 a {
  display: block;
  color: #FFF;
  text-align: center;
  width: 250px;
  border-radius: 2px;
  background-color: #EF6233;
  margin: 15px auto;
  padding: 5px 0px;
  position: relative;
  font-weight: 500;
}
.flow_link_01 a:after {
  font-family: FontAwesome;
  content: "\f0da";
  position: absolute;
  right: 20px;
  font-size: 120%;
}
.flow_link_02 {
  display: block;
  color: #063;
  text-align: center;
  width: 250px;
  border: 1px solid #063;
  border-radius: 2px;
  margin: 0px auto;
  padding: 5px 0px;
}
.flow_link_02 i, .flow_link_04 i, .flow_under_tel_01 i {
  margin-right: 10px;
}
.flow_li_img_01 {
  margin-bottom: 10px;
}
.flow_under_con_01 {
  display: none;
}
/*formページ*/
.form_li_01 dt {
  border-left: #333 solid 4px;
  padding-left: 7px;
  margin-bottom: 20px;
  line-height: 1.3em;
  font-size: 16px;
  color: #333;
}
.form_li_01 dd {
  margin-bottom: 25px;
}
.form_li_01 dd img {
  vertical-align: top;
  margin-left: 10px;
  width: 30px;
  height: auto;
  margin-right: 10px;
}
.form_li_01 dd img:hover {
  opacity: 0.5;
  cursor: pointer;
}
.form_li_02 li {
  margin-bottom: 15px;
}
.form_li_02 li:last-child {
  margin-bottom: 0px;
}
.form_essential_01 {
  background-color: #063;
  color: #FFF;
  padding: 2px 5px;
  border-radius: 2px;
  margin-left: 10px;
  display: inline-block;
}
.form_input_all_01 {
  padding: 5px 8px;
  border: #666 1px solid;
  border-radius: 3px;
  box-sizing: border-box;
  box-shadow: inset -1px -1px 1px 1px #CCC;
  font-size: 14px;
}
.form_input_all_02 {
  padding: 5px 8px;
  border: #666 1px solid;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 14px;
  box-shadow: inset -1px -1px 1px 1px #CCC;
}
.form_input_01 {
  width: 100%;
}
.form_input_02 {
  width: 80%;
}
.form_input_03 {
  width: 100%;
}
.form_input_04 {
  width: 50%;
}
.form_input_05 {
  width: 100%;
  height: 100px;
  line-height: 1.4em;
  font-size: 14px;
}
.form_input_06 {
  width: 40%;
}
.form_input_all_01:focus {
  background-color: rgba(204, 204, 204, 0.5);
}
.form_buttom_01 {
  text-align: center;
  margin: 50px 0px 100px;
}
.form_buttom_01 button {
  font-size: 16px;
  width: 220px;
}
.privacy_text_01 {
  text-align: center;
  font-size: 12px;
  margin-bottom: 20px;
  color: #C00;
}
.privacy_box_01 {
  height: 200px;
  border: #999 1px solid;
  overflow-y: scroll;
  padding: 20px;
}
.privacy_title_01 {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}
.privacy_list_01 dt {
  font-size: 14px;
  margin-bottom: 10px;
  color: #333;
}
.privacy_list_01 dd {
  font-size: 12px;
  padding-left: 10px;
  margin-bottom: 20px;
  color: #666;
}
.privacy_list_02 {
  margin-top: 15px;
}
.privacy_list_02 li {
  list-style-type: circle;
  margin-left: 15px;
  padding-left: 10px;
}
@media(min-width:440px) {
  /*トップページ*/
  .index_list_02_st_02 {
    display: inline;
  }
  .index_list_02_st_03 {
    display: none;
  }
  .top_box_01 {
    padding: 7px 10px 10px;
  }
}
@media(min-width:600px) {
  /*ハンバーガーリスト*/
  .navToggle {
    top: 10px;
    width: 100px;
    height: 36px;
  }
  .navToggle span {
    width: 23px;
    left: 10px;
  }
  .navToggle span:nth-child(1) {
    top: 8px;
  }
  .navToggle span:nth-child(2) {
    top: 17px;
  }
  .navToggle span:nth-child(3) {
    top: 26px;
  }
  .navToggle span:nth-child(4) {
    top: 5px;
    left: 42px;
  }
  /* 最初のspanをマイナス45度に */
  .navToggle.active span:nth-child(1) {
    top: 17px;
    left: 9px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /* 2番目と3番目のspanを45度に */
  .navToggle.active span:nth-child(2), .navToggle.active span:nth-child(3) {
    top: 17px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /*ページ全体*/
  .logo_01 {
    width: 47px;
    margin-right: 7px;
  }
  nav {
    padding: 45px 30px 20px;
  }
  nav > ul > li > a {
    padding: 11px 5px;
  }
  nav > ul > li > ul > li > a {
    padding: 10px 5px;
  }
  footer {
    background: url(../photos/opacity_01.jpg) center top no-repeat;
    background-color: #60a08b;
  }
  footer .footer_list_01:first-child {
    margin-right: 6%;
  }
  .footer_list_01 {
    width: 47%;
    float: left;
  }
  .next_02 a {
    font-size: 14px;
  }
  .tell_mo_01 {
    display: none;
  }
  .tell_tab_01 {
    display: inline;
  }
  .botton_tel_02 a {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  /*トップページ*/
  .index_list_02_st_02 {
    display: inline;
  }
  .index_list_02_st_03 {
    display: none;
  }
  .index_list_01 {
    font-size: 16px;
  }
  .index_list_02 li {
    font-size: 16px;
  }
  .index_list_02 li p:first-child {
    margin-bottom: 10px;
  }
  .index_info_01 dt {
    width: 18%;
  }
  .index_info_01 dd {
    width: 82%;
  }
   .index_table_01 th {
    padding: 5px 15px 5px 5px;
  }
  #gallery {
    margin-bottom: 10px;
  }
  .index_map_01 {
    width: 70%;
    margin: 0px auto;
  }
  /*meritページ*/
  .merit_li_01 li {
    margin-bottom: 50px;
  }
  .merit_img_01 {
    margin: 0px -15px 15px 15px;
    width: 55%;
    float: right;
  }
  .merit_chach_01 {
    font-size: 24px;
    text-align: left;
  }
  .merit_table_01, .merit_table_li_01 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  /*couseページ*/
  .course_li_01 li {
    padding: 30px 30px;
  }
  .couse_img_01 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .course_li_image_11 {
    max-width: 100px;
    margin-right: 20px;
  }
  .course_li_title_11 {
    font-size: 22px;
  }
  .course_li_11 li {
    position: relative;
    margin-bottom: 60px;
  }
  .course_li_time_11 {
    position: absolute;
    right: 0px;
    top: 10px;
  }
  .course_text_11 {
    display: block;
    margin-bottom: 40px;
    color: #063;
  }
  .course_reco_11 li {
    margin-bottom: 20px;
    width: 47%;
    float: left;
  }
  .course_reco_11 li:nth-child(1) {
    margin-right: 6%;
  }
  .qualif_img_01 {
    margin: 0px 0px 15px;
  }
  .qualif_li_01 li {
    width: 45%;
    float: left;
  }
  .qualif_li_01 li:first-child {
    margin-right: 10%;
  }
  /*flowページ*/
  .flow_text_01 {
    display: block;
    margin-bottom: 40px;
    color: #063;
  }
  .flow_li_img_01 {
    width: 50%;
    float: left;
    margin: 0px 20px 0px 0px;
  }
  .flow_link_01 a {
    margin: 40px auto 25px;
  }
  .flow_table_01 td {
    font-size: 18px;
    padding: 5px 15px;
  }
  /*formページ*/
  .form_input_01 {
    width: 60%;
  }
  .form_input_02 {
    width: 40%;
  }
  .form_input_03 {
    width: 90%;
  }
  .form_input_04 {
    width: 35%;
  }
  .form_input_05 {
    height: 100px;
  }
  .form_buttom_01 {
    margin: 80px 0px 100px;
  }
}
@media(min-width:620px) {
  /*couseページ*/
  .course_price_box_11 {
    width: 49%;
    float: left;
  }
  .course_price_wrap_11 .course_price_box_11:first-child {
    margin-right: 2%;
  }
}
@media(min-width:768px) {
  /*ページ全体*/
  header, article {
    padding: 0px 30px;
  }
  footer {
    padding: 50px 30px;
  }
  .top_photo_01 {
    margin: 0px -30px;
  }
  .top_box_01 {
    margin: 0px -30px;
  }
  .back_00 {
    margin: 0px -30px;
    padding: 60px 30px;
  }
  .back_01 {
    margin: 0px -30px;
    padding: 60px 30px;
  }
  .back_02 {
    margin: 0px -30px;
    padding: 60px 30px;
  }
  .back_03 {
    margin: 0px -30px;
    padding: 60px 30px;
  }
  .bottom_box_01 {
    padding: 50px 0px 20px;
  }
  .bottom_logo_01 {
    margin: 0px auto 30px;
  }
  .page_title_01 {
    font-size: 22px;
    padding: 7px;
    width: 240px;
  }
  /*トップページ*/
  .top_photo_01_l {
    width: 75%;
  }
  .top_photo_01_r {
    display: inline-block;
    width: 25%;
  }
  .top_photo_11_l {
    width: 50%;
  }
  .top_photo_11_m, .top_photo_11_r {
    display: inline-block;
    width: 25%;
  }
  .index_list_01 li {
    width: 32%;
    margin-bottom: 40px;
  }
  .index_list_01 li:nth-child(odd) {
    margin-right: 0%;
  }
  .index_list_01 li:nth-child(3n+1), .index_list_01 li:nth-child(3n+2) {
    margin-right: 2%;
  }
  .index_list_02 li {
    width: 30%;
    margin-bottom: 50px;
  }
  .index_list_02 li:nth-child(odd) {
    margin-right: 0%;
  }
  .index_list_02 li:nth-child(3n+1), .index_list_02 li:nth-child(3n+2) {
    margin-right: 5%;
  }
  .index_topix_01 {
    max-width: 768px;
    margin: 0px auto;
    border-left: 4px solid #063;
    padding-left: 20px;
  }
  .index_table_01 {
    max-width: 800px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .index_table_01 th {
    padding: 10px 20px;
  }
  .index_table_01 td {
    padding: 10px;
  }
  #gallery {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  #gallery li {
    width: 16%;
    float: left;
    margin-right: 5%;
  }
  #gallery li:last-child {
    margin-right: 0%;
  }
  .index_inst_img_01 {
    width: 120px;
  }
  .index_inst_img_01 img {
    border-radius: 60px;
  }
  .index_inst_01 {
    margin-bottom: 50px;
  }
  .index_inst_01 li {
    width: 30%;
    float: left;
    margin-right: 5%;
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .index_inst_01 li:last-child {
    margin-right: 0%;
  }
  #index_access_next_01 {
    display: none;
  }
  .index_map_01 {
    width: 100%;
    margin: 0px;
  }
  .index_access_left_01 {
    width: 42%;
    float: left;
    margin-right: 5%;
  }
  #index_access_wrap_01 {
    display: block;
    width: 53%;
    float: right;
    margin-top: 0px;
  }
  /*トップページ*/
  .index_list_02_st_02 {
    display: none;
  }
  .index_list_02_st_03 {
    display: inline;
  }
  /*meritページ*/
  .merit_li_01 li {
    margin-bottom: 50px;
  }
  .merit_img_01 {
    margin: 0px -30px 30px 30px;
    width: 65%;
  }
  .merit_chach_01 {
    font-size: 26px;
  }
  .merit_inst_img_01 {
    width: 120px;
  }
  .merit_inst_img_01 img {
    border-radius: 60px;
  }
  .merit_inst_li_02 li {
    width: 47%;
    float: left;
  }
  .merit_inst_li_02 li:nth-child(odd) {
    margin-right: 6%;
  }
  /*couseページ*/
  .course_li_01 li {
    padding: 50px 40px;
    margin: 0px -30px;
  }
  .course_li_01 li:nth-child(n) {
    border-width: 15px;
  }
  .couse_text_01 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
  .couse_chach_01 {
    font-size: 32px;
    margin-bottom: 40px;
  }
  .couse_img_01 {
    max-width: 600px;
    margin-bottom: 40px;
  }
  .course_next_11 a {
    margin: 80px auto 0px;
  }
  .course_text_11 {
    margin: 0px auto 80px;
    text-align: center;
    max-width: 800px;
  }
  .course_price_box_11 {
    width: 46%;
  }
  .course_price_wrap_11 .course_price_box_11:first-child {
    margin-right: 8%;
  }
  .course_price_wrap_11 {
    margin: 0px auto 40px;
    max-width: 1000px;
  }
  .course_comment_11 {
    margin: 0px auto;
    max-width: 500px;
    padding: 20px;
    box-sizing: border-box;
  }
  .course_table_11 th, .course_table_11 td, .course_table_12 th, .course_table_12 td {
    padding: 10px;
  }
  .course_li_11 {
    margin: 0px auto;
    max-width: 800px;
  }
  .course_li_title_in_01 {
    display: inline;
  }
  /*qualifページ*/
  .qualif_li_01 {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  /*faqページ*/
  .faq_li_01 {
    padding-left: 30px;
    max-width: 800px;
    box-sizing: border-box;
    margin: 0px auto;
  }
  .faq_h_01 {
    font-size: 22px;
    max-width: 800px;
    box-sizing: border-box;
    margin: 0px auto 30px;
  }
  /*flowページ*/
  .flow_text_01 {
    margin: 0px auto 80px;
    text-align: center;
    max-width: 800px;
  }
  .flow_li_01 {
    margin-bottom: 60px;
  }
  .flow_li_01 li {
    margin-bottom: 0px;
    width: 30%;
    float: left;
  }
  .flow_li_01 li:nth-child(2) {
    margin: 0px 5%;
  }
  .flow_li_img_01 {
    width: 100%;
    float: none;
    margin: 0px 0px 15px 0px;
  }
  .flow_link_01, .flow_link_02 {
    display: none;
  }
  .flow_under_con_01 {
    display: block;
    text-align: center;
  }
  .flow_link_03 {
    display: inline-block;
    color: #FFF;
    text-align: center;
    width: 280px;
    background-color: #EF6233;
    border-radius: 2px;
    padding: 5px 0px;
    position: relative;
  }
  .flow_link_03:after {
    font-family: FontAwesome;
    content: "\f0da";
    position: absolute;
    right: 20px;
    font-size: 120%;
  }
  .flow_link_04 {
    display: inline-block;
    color: #063;
    text-align: center;
    width: 250px;
    border: 1px solid #063;
    border-radius: 2px;
    padding: 5px 0px;
    position: relative;
  }
  .flow_under_tel_01 {
    display: none;
  }
  .flow_table_01 td {
    font-size: 14px;
    padding: 5px 10px;
  }
  /*formページ*/
  .form_inside_01, .privacy_box_01 {
    max-width: 800px;
    margin: 0px auto;
    box-sizing: border-box;
  }
  .form_li_02 li {
    margin-bottom: 20px;
    float: left;
    margin-right: 20px;
  }
  .form_li_02 li:last-child {
    margin-right: 0px;
  }
  .form_br_01 {
    display: none;
  }
  .form_text_01 {
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
  }
  .form_input_06 {
    width: 25%;
  }
}
@media(min-width:840px) {
  /*トップページ*/
  .index_list_02_st_02 {
    display: inline;
  }
  .index_list_02_st_03 {
    display: none;
  }
}
@media(min-width:1024px) {
  /*スムーススクロール*/
  #page-top {
    bottom: 25px;
  }
  /*ページ全体*/
  body {
    font-size: 16px;
  }
  footer {
    text-align: center;
    padding: 100px 0px;
    margin-top: 50px;
  }
  nav {
    display: block;
    padding: 0px;
    font-size: 14px;
    background-color: transparent;
    position: absolute;
    top: 65px;
    right: 15px;
    z-index: 100;
  }
  nav a {
    display: block;
    color: #063;
  }
  nav > ul > li {
    float: left;
    margin-right: 30px;
    border-bottom: none;
  }
  nav > ul > li > a {
    padding: 10px 5px;
  }
  nav > ul > li > ul > li > a {
    padding: 8px 5px;
  }
  h1 {
    font-size: 8.5px;
    position: absolute;
    top: 14px;
    left: 37px;
  }
  h1 br {
    display: none;
  }
  h3 {
    margin-bottom: 45px;
    font-size: 26px;
  }
  .navToggle {
    display: none;
  }
  .tel_link_01 {
    display: none;
  }
  .no_tel_link_01 {
    display: inline;
  }
  .form_link_01 {
    display: none;
  }
  footer ul {
    display: inline-block;
  }
  .footer_in_01 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  footer .footer_list_01:first-child {
    margin-right: 0%;
  }
  .footer_list_01 {
    width: auto;
    float: none;
    margin-bottom: 0px;
  }
  .footer_list_01 li {
    font-size: 12px;
    width: auto;
    float: left;
    margin-right: 4px;
  }
  .footer_list_01 li:last-child {
    margin-right: 0px;
  }
  footer .footer_list_01:nth-child(2) li:first-child {
    display: none;
  }
  .footer_list_01 li:first-child {
    border: none;
    background-color: transparent;
    color: #333;
  }
  .footer_list_01 li:last-child a {
    border: none;
  }
  .footer_list_01 a {
    background-color: transparent;
    padding: 8.5px;
    border: none;
    color: #FFF;
  }
  .footer_list_01 a:after {
    content: "";
  }
  .top_box_01 {
    margin: 0px 0px 0px -30px;
    padding: 35px;
    width: 220px;
  }
  .top_link_01 a {
    display: block;
    position: absolute;
    color: #FFF;
    text-align: center;
    width: 270px;
    background-color: #EF6233;
    padding: 3px 0px;
    border-radius: 2px;
    top: 20px;
    right: 45px;
  }
  .top_link_01 a:after {
    font-family: FontAwesome;
    content: "\f0da";
    position: absolute;
    right: 20px;
    font-size: 120%;
  }
  .child_ul_01 {
    display: none;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 2px;
    padding-right: 15px;
    z-index: 10;
  }
  .tell_box_01 {
    width: 250px;
    position: absolute;
    right: 30px;
    top: 30px;
    padding: 10px;
    background-color: #FFF;
    border-radius: 3px;
    display: none;
  }
  .top_tell_01 {
    display: block;
    position: absolute;
    color: #333;
    text-align: center;
    width: 230px;
    border-bottom: 1px solid #333;
    top: 20px;
    right: 350px;
  }
  .top_tell_01 i {
    margin-right: 15px;
  }
  .logo_01 {
    display: none;
  }
  .logo_02 {
    display: block;
  }
  .bottom_link_01 {
    display: none;
  }
  .slider {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
  /*トップページ*/
  .index_list_01, .index_list_02 {
    max-width: 1024px;
    margin: 0px auto;
  }
  .index_list_01 li {
    margin-bottom: 70px;
  }
  .index_list_01 li img {
    width: 65%;
  }
  .index_list_02 li {
    width: 26%;
    margin-bottom: 70px;
  }
  .index_list_02 li:nth-child(3n+1), .index_list_02 li:nth-child(3n+2) {
    margin-right: 11%;
  }
  .index_box_wrap_01 {
    max-width: 1024px;
    margin: 0px auto;
  }
  .index_info_01 {
    height: 250px;
  }
  .index_info_box_01 {
    width: 45%;
    float: left;
    margin-right: 10%;
    margin-bottom: 0px;
  }
  .index_info_01 dt {
    width: 25%;
  }
  .index_info_01 dd {
    width: 75%;
  }
  .index_info_box_02 {
    width: 45%;
    float: right;
  }
  .index_com_pc_01 {
    display: inline;
  }
  .index_com_mobile_01 {
    display: none;
  }
  .index_inst_01 {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
  .index_access_box_01 {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
  /*meritページ*/
  .merit_li_01 li {
    margin-bottom: 70px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .merit_img_01 {
    margin: 0px -30px 30px 30px;
    width: 65%;
  }
  .merit_chach_01 {
    font-size: 30px;
  }
  .merit_table_01, .merit_table_li_01 {
    max-width: 700px;
  }
  .merit_table_01 th, .merit_table_01 td {
    padding: 7px 10px;
  }
  /*courseページ*/
  .course_reco_11 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .course_reco_11 li {
    margin-bottom: 0px;
    width: 30%;
  }
  .course_reco_11 li:nth-child(-n+2) {
    margin-right: 5%;
  }
  .course_reco_table_11 th {
    padding: 25px 20px 20px;
    width: 25%;
  }
  .course_table_11 tr th:nth-child(1) {
    width: 35%;
  }
  /*qualifページ*/
  .qualif_li_01 li {
    width: 44%;
  }
  .qualif_li_01 li:first-child {
    margin-right: 12%;
  }
  /*faqページ*/
  .faq_li_01 {
    padding-left: 45px;
  }
  .faq_li_01 dt:before {
    left: -45px;
    top: -3px;
    font-size: 1.5em;
  }
  .faq_li_01 dd {
    padding-bottom: 25px;
    margin-bottom: 40px;
  }
  .faq_li_01 dd:before {
    position: absolute;
    left: -43px;
    top: -2px;
    font-size: 1.5em;
  }
  /*flowページ*/
  .flow_li_01 {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
  .flow_li_01 {
    margin-bottom: 80px;
  }
  .flow_table_01 td {
    font-size: 16px;
    padding: 5px 15px;
  }
  .flow_link_04 {
    display: none;
  }
  .flow_under_tel_01 {
    display: inline-block;
    text-align: center;
    width: 250px;
    border-bottom: #333 1px solid;
    padding: 5px 0px;
    font-size: 1.2em;
  }
  /*formページ*/
  select {
    font-size: 15px;
  }
  .form_input_all_01, .form_input_all_02 {
    font-size: 16px;
  }
  .form_li_01 dt {
    border-left: #333 solid 5px;
    padding-left: 10px;
    margin-bottom: 20px;
    line-height: 1.3em;
  }
  .form_li_01 dd {
    margin-bottom: 40px;
  }
  .form_li_01 dd img {
    width: 33px;
  }
  .form_buttom_01 button {
    width: 300px;
    padding: 5px;
    border-radius: 2px;
    color: #FFF;
    background: #ef6233; /* Old browsers */
    background: -moz-linear-gradient(top, #ef6233 0%, #ef6233 50%, #ea450e 51%, #ef6233 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ef6233 0%, #ef6233 50%, #ea450e 51%, #ef6233 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ef6233 0%, #ef6233 50%, #ea450e 51%, #ef6233 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef6233', endColorstr='#ef6233', GradientType=0); /* IE6-9 */
    box-shadow: 1px 1px 1px #999;
    margin: 30px 0px 60px;
    border: none;
    font-family: 'Noto Sans JP';
  }
  .form_buttom_01 button:hover {
    box-shadow: none;
    color: #999;
  }
  .privacy_title_01 {
    font-size: 18px;
  }
  .privacy_list_01 dt {
    font-size: 16px;
  }
  .privacy_list_01 dd {
    font-size: 14px;
  }
}
@media(min-width:1100px) {
  /*ページ全体*/
  .footer_list_01 li {
    margin-right: 15px;
  }
}
@media(min-width:1224px) {
  /*ページ全体*/
  .page_title_01 {
    font-size: 30px;
    padding: 10px;
    width: 320px;
    bottom: 30px;
  }
  /*meritページ*/
  .merit_img_01 {
    margin: 0px -30px 50px 50px;
    width: 60%;
  }
  .merit_chach_01 {
    margin-bottom: 25px;
  }
  .merit_inst_li_02 {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
  }
  .merit_inst_li_02 li {
    width: 30%;
  }
  .merit_inst_li_02 li:nth-child(odd) {
    margin-right: 0%;
  }
  .merit_inst_li_02 li:nth-child(-n+2) {
    margin-right: 5%;
  }
}