@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+serif+JP:wght@400;700&display=swap");
body {
  margin: 0;
  padding: 0;
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-size: 16px;
  line-height: 30px;
}

#container {
  width: 100%;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0;
  clear: both;
}

#container .red {
  color: #E70123;
}
#container .orange {
  color: #FE6C01;
}
#container .blue {
  color: #018FE1;
}
#container .purple {
  color: #a68adf;
}
#container .font_large {
  font-size: 20px;
}
#container .font_small {
  font-size: 10px;
}
#container .border {
  border: 1px solid #CCC;
}
#container {
  /* ~~ エレメント / タグセレクター ~~ */
}
#container ul,
#container ol,
#container dl {
  padding: 0;
  margin: 0;
}
#container h1,
#container h2,
#container h3,
#container h4,
#container h5,
#container h6,
#container p {
  margin-top: 0;
  padding: 0px;
}
#container h1 {
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 0px;
}
#container h2 {
  margin-bottom: 0px;
}
#container h3 {
  margin-bottom: 15px;
}
#container h4 {
  margin-bottom: 10px;
  font-size: 20px;
  color: #000;
  font-weight: normal;
}
#container p {
  margin-bottom: 15px;
}
#container a img {
  border: none;
}
#container a:link {
  text-decoration: underline;
}
#container a:visited {
  text-decoration: underline;
}
#container a:hover,
#container a:active,
#container a:focus {
  text-decoration: none;
}
#container img {
  max-width: 100%;
  height: auto;
}
#container .footer_area {
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  text-align: center;
  width: 1100px;
}
#container .footer_area a:link {
  text-decoration: underline;
  /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
  color: #FFF;
}
#container .footer_area a:visited {
  text-decoration: underline;
  color: #FFC;
}
#container p {
  margin-top: 0px;
  margin-bottom: 15px;
}
#container .content {
  text-align: left;
  width: 1200px;
  padding-top: 15px;
  padding-right: 0;
  padding-bottom: 15px;
  padding-left: 0;
  overflow: hidden;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}
#container .content_vis {
  text-align: left;
  width: 1200px;
  overflow: hidden;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}
#container .main {
  width: 820px;
  float: left;
}
#container .side {
  width: 240px;
  margin-left: 40px;
  float: left;
}
#container .side img {
  max-width: 100%;
  height: auto;
}
#container {
  /* ~~ その他の float/clear クラス ~~ */
}
#container .fltrt {
  float: right;
  margin-left: 8px;
}
#container .fltlft {
  float: left;
}
#container .clearfloat {
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}
#container .align_center {
  text-align: center;
}
#container .inner_center {
  margin: 0 auto;
}
#container .ml5 {
  margin-left: 5px;
}
#container .ml10 {
  margin-left: 10px;
}
#container .ml15 {
  margin-left: 15px;
}
#container .ml20 {
  margin-left: 20px;
}
#container .ml25 {
  margin-left: 25px;
}
#container .ml30 {
  margin-left: 30px;
}
#container .m5 {
  margin-top: 5px;
}
#container .m10 {
  margin-top: 10px;
}
#container .m15 {
  margin-top: 15px;
}
#container .m20 {
  margin-top: 20px;
}
#container .m25 {
  margin-top: 25px;
}
#container .m30 {
  margin-top: 30px;
}
#container .m40 {
  margin-top: 40px;
}
#container .topic_flx {
  display: flex;
  justify-content: flex-end;
}
#container .center {
  text-align: center;
}
#container .text_lb {
  font-size: 26px;
  font-weight: bold;
  line-height: 36px;
  font-size: 24px;
}
#container #header_area {
  overflow: hidden;
}
#container #logo_area {
  width: 415px;
  float: left;
  text-align: left;
}
@media screen and (min-width: 1800px) {
  #container #logo_area {
    padding-left: 15px;
  }
}
#container #logo_area img {
  height: auto;
  width: 260px;
  padding-top: 15px;
}
#container #localnavigation {
  float: right;
  width: 910px;
  padding-right: 10px;
}
@media screen and (min-width: 1800px) {
  #container #localnavigation {
    float: right;
    width: 1100px;
    padding-right: 10px;
  }
}
#container #localnavigation ul {
  width: auto;
  float: right;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#container #localnavigation li {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: bold;
  list-style: none;
  float: left;
  background-image: url(../images/local_arrow.png);
  background-repeat: no-repeat;
  background-position: left;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding-left: 18px;
  margin-left: 50px;
}
#container #localnavigation li:last-child,
#container #localnavigation li:nth-child(3) {
  background-image: none;
  padding: 0;
}
#container #localnavigation li a:hover {
  text-decoration: underline;
}
#container #localnavigation .gm_area {
  clear: both;
}
#container .eigyou_area {
  float: left;
  font-size: 98%;
  padding-top: 10px;
  letter-spacing: -0.6px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: bold;
}
#container #localnavigation .gm_area ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#container #localnavigation .gm_area ul li {
  background-image: none;
  padding: 0;
  margin: 0;
  font-size: 98%;
  text-align: left;
  line-height: 36px;
  letter-spacing: -0.6px;
}
#container #localnavigation .gm_area ul li:first-child {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: bold;
}
#container #localnavigation .gm_area ul li:first-child span {
  font-size: 14px;
}
#container #localnavigation .gm_area ul li:nth-child(3) a {
  font-size: 16px;
  background-color: #1DA1F2;
  border-radius: 4px;
  color: #fff;
  height: 40px;
  box-sizing: border-box;
  padding: 0 10px 0 45px;
  background-image: url("../renew/images/twitter.svg");
  background-repeat: no-repeat;
  background-position: left center;
}
@media screen and (min-width: 1800px) {
  #container #localnavigation .gm_area ul li:nth-child(2) a {
    padding: 0 5px 0 85px;
  }
  #container #localnavigation .gm_area ul li:nth-child(3) a {
    padding: 0 5px 0 45px;
  }
}
#container #localnavigation .gm_area ul li:nth-child(3) a:hover {
  opacity: 0.7;
}
#container #localnavigation .gm_area ul li span {
  font-size: 14px;
}
#container #localnavigation .eigyou_area span {
  font-size: 14px;
}
#container #localnavigation .gm_area ul li a:hover {
  text-decoration: none;
}
#container #localnavigation .gm_area ul li:last-child a {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-size: 36px;
  font-weight: 600;
  background-image: url("../renew/images/iphone.svg");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px;
}
#container #main_area {
  width: 100%;
  text-align: center;
  height: 650px;
  background-color: #000;
}
#container #submain_area1 {
  width: 100%;
  text-align: center;
  height: 300px;
  background-image: url("../renew/images/submain_bg.jpg");
  background-repeat: repeat-x;
}
#container .submain_toptitle_area {
  width: 60%;
  text-align: center;
  padding-top: 40px;
}
#container .submain_toptitle_area2 {
  float: right;
  width: 60%;
  text-align: center;
  padding-top: 40px;
}
#container .submain_title_area {
  width: 60%;
  text-align: center;
  padding-top: 80px;
}
#container .submain_title_area2 {
  float: right;
  width: 60%;
  text-align: center;
  padding-top: 80px;
}
#container .submain_pt {
  background-image: url(../images/lnmain_photo.png);
  background-repeat: no-repeat;
  background-position: right top;
  height: 250px;
  width: 100%;
  background-size: 100% auto;
}
#container .submain_ln {
  background-image: url(../images/lnmain_photo.png);
  background-repeat: no-repeat;
  background-position: right top;
  height: 250px;
  width: 100%;
  background-size: 100% auto;
}
#container .submain_ps {
  background-image: url(../images/psmain_photo2.png);
  background-repeat: no-repeat;
  background-position: 10% center;
  height: 250px;
}
#container .submain_cn {
  background-image: url(../images/contact_photo.png);
  background-repeat: no-repeat;
  background-position: 70% center;
  height: 250px;
}
#container .submain_hn {
  background-image: url(../renew/images/submain_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 300px;
}
#container .submain_hn2 {
  background-image: url(../renew/images/subtitle_bg_t.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 300px;
}
#container .str {
  background-image: url("../renew/images/subtitle_bg_s.jpg");
}
#container .submain_ptr {
  background-image: url("../images/subtitle_bg2.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 400px;
}
#container .other {
  background-color: #2c90bb;
  background-image: url(../images/hnmain_bgnew.png);
  background-size: 600px;
  background-position: 100% center;
  height: 250px;
  box-sizing: border-box;
  /* border-bottom: 12px solid #242424; */
  /* border-top: 12px solid #242424; */
}
#container #submain_area1 h2 {
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: italic;
  color: #21568F;
  text-align: center;
  font-size: 64px;
  margin-bottom: 20px;
  line-height: 50px;
  margin-top: 100px;
}
#container .other h2 {
  font-family: adobe-garamond-pro, serif;
  font-weight: 600;
  font-style: italic;
  color: #fff;
  text-align: center;
  font-size: 64px;
  margin-bottom: 20px;
  line-height: 50px;
  margin-top: 60px;
}
#container #submain_area1 h2 span {
  display: block;
  font-size: 24px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  padding-top: 15px;
  color: #000;
}
#container .other h2 span {
  display: block;
  font-size: 24px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  padding-top: 15px;
}
#container #submain_area2 {
  width: 100%;
  text-align: center;
  height: 250px;
  background-image: url(../images/submain_bg1.jpg);
  background-repeat: repeat-x;
}
#container #submain_area2 h2 {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-size: 40px;
  margin-bottom: 10px;
  color: #6c40c6;
}
#container #globalnavigation {
  width: 100%;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 8px;
}
#container #globalnavigation ul {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  overflow: hidden;
  border-right: 1px solid #89b0c6;
  border-left: 1px solid #89b0c6;
}
#container #globalnavigation li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  text-align: center;
  width: 182px;
  border-right: 1px dotted #89b0c6;
  height: 50px;
}
#container #globalnavigation li:last-child {
  border-right: none;
}
#container #localnavigation #globalnavigation2 {
  width: 100%;
  text-align: center;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-bottom: 5px;
}
#container #localnavigation #globalnavigation2 ul {
  margin-top: 10px;
  width: 90%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: left;
  overflow: hidden;
}
#container #localnavigation #globalnavigation2 li,
#container #localnavigation #globalnavigation2 li a {
  color: #204B78;
  font-size: 22px;
  margin: 0;
  list-style: none;
  text-align: right;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  background-image: none;
  padding: 0;
  background-color: inherit;
}
#container #localnavigation #globalnavigation2 li a:hover {
  text-decoration: none;
}
#container #localnavigation #globalnavigation2 li:first-child {
  text-align: center;
}
#container #localnavigation #globalnavigation2 li a,
#container #localnavigation li a {
  text-decoration: none;
  color: inherit;
  display: block;
}
#container #localnavigation #globalnavigation2 ul li ul {
  display: none;
  position: absolute;
  z-index: 5000;
  width: 275px;
  top: 145px;
  margin-left: -10px;
  margin-top: 0;
}
#container #localnavigation #globalnavigation2 ul li ul li {
  float: none;
  font-size: 12px;
  height: 40px;
  margin-bottom: 1px;
  border-right: none;
  border-left: none;
  z-index: 2000;
  padding-top: 0;
  padding-bottom: 0;
}
#container #localnavigation #globalnavigation2 ul li ul li a {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: normal;
  text-decoration: none;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.8);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.8);
  border-left: none;
  opacity: 0.9;
  width: 250px;
  padding-top: 10px;
  padding-right: 5px;
  padding-bottom: 10px;
  padding-left: 5px;
}
#container #localnavigation #globalnavigation2 ul li ul li:nth-child(3) a {
  border-radius: 0;
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: normal;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.8);
  border-bottom-color: rgba(103, 103, 103, 0.8);
  text-align: left;
  opacity: 0.9;
  width: 260px;
  padding-top: 10px;
  padding-right: 5px;
  padding-bottom: 10px;
  padding-left: 5px;
}
#container #globalnavigation2 ul li ul li:nth-child(3) a {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: normal;
  text-decoration: none;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.8);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.8);
  border-left: none;
  opacity: 0.9;
  width: 250px;
  padding-top: 10px;
  padding-right: 5px;
  padding-bottom: 10px;
  padding-left: 5px;
  border-radius: 0;
}
#container #localnavigation #globalnavigation2 ul li ul li a:hover {
  background-color: #001d5d;
  border: none;
  opacity: 1;
}
#container #globalnavigation2 ul li a {
  padding-right: 10px;
}
#container .side_navigation li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#container .sub_comm {
  padding: 37px 0;
}
#container .sub_comm p {
  font-size: 18px;
  color: #fff;
  line-height: 34px;
  margin-bottom: 0;
}
#container .sub_comm2 {
  padding: 20px 0;
}
#container .sub_comm2 p {
  font-size: 100%;
  color: #204B78;
  line-height: 34px;
  margin-bottom: 0;
}
#container .top_about {
  width: 100%;
  background-image: url("../renew/images/top_about_bg.jpg");
  background-size: cover;
  background-position: center center;
  padding: 50px 0;
}
#container .top_about h3 {
  font-family: Palatino, Palatino Linotype, Palatino LT STD, Book Antiqua, Georgia, serif;
  font-style: italic;
  font-weight: 500;
  text-align: center;
  color: #fff;
  font-size: 50px;
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
}
#container .top_about h3:before {
  content: "";
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 300px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
}
#container .top_about ul {
  margin: 0 2%;
}
#container .top_about ul li {
  width: 32%;
  border: 1px solid #fff;
  padding: 30px;
  color: #fff;
  list-style-type: none;
  box-sizing: border-box;
}
#container .top_about ul li h4 {
  font-family: Palatino, Palatino Linotype, Palatino LT STD, Book Antiqua, Georgia, serif;
  font-style: italic;
  font-weight: 500;
  color: #fff;
  font-size: 30px;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}
#container .top_about ul li h4:before {
  content: "";
  position: absolute;
  bottom: -8px;
  display: inline-block;
  width: 30px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #707070;
}
#container .top_about ul li p {
  margin-bottom: 0;
  font-size: 18px;
}
#container .sns_area {
  width: 100%;
  background-image: url("../renew/images/sns_bg.jpg");
  background-size: cover;
  background-position: center center;
  padding: 50px 0;
}
#container .sns_area ul li {
  width: 49%;
  list-style-type: none;
}
#container .sns_area ul li h4 {
  text-align: center;
  color: #fff;
  font-family: Palatino, Palatino Linotype, Palatino LT STD, Book Antiqua, Georgia, serif;
  font-style: italic;
  font-weight: 500;
  font-size: 30px;
  background-color: #01528B;
  margin-bottom: 0;
  padding: 9.5px 0;
}
#container .sns_area ul li h4 span {
  margin-left: 30px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-size: 18px;
  font-style: normal;
}
#container .sns_area ul li .tw_area,
#container .sns_area ul li .insta_area {
  width: 100%;
  background-color: #fff;
  border: 1px solid #B2B2B2;
  box-sizing: border-box;
  height: 600px;
  overflow: scroll;
}
#container .sns_area ul li .insta_area {
  padding: 15px 10px;
  overflow: hidden;
}
#container .bg_gray {
  background-color: #E2E2E2;
  padding: 30px 0;
}
#container .newslist {
  list-style-type: none;
  margin: 3rem 0;
}
#container .newslist li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #333333;
}
#container span.date {
  width: 15%;
}
#container ul.newslist li span.newsli {
  width: 83%;
  margin-left: 2%;
}
#container .clearfix:after,
#container .box:after {
  content: "";
  display: block;
  clear: both;
}
#container .text_area {
  padding-right: 10px;
  padding-left: 10px;
}
#container .banner {
  margin-bottom: 15px;
}
#container .title_bg {
  width: 100%;
  background-image: url(../images/title_bg.jpg);
  background-repeat: no-repeat;
  background-position: left;
  height: 54px;
}
#container .title_bg h3 {
  line-height: 50px;
  padding-left: 30px;
  font-size: 22px;
  font-weight: normal;
}
#container .logo {
  width: 500px;
}
#container .tell {
  width: 300px;
}
#container .maintitle_bg {
  font-size: 22px;
  color: #594324;
  font-weight: normal;
  background-image: url(../images/title_icon.png);
  background-repeat: no-repeat;
  padding-left: 40px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #adcab5;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
#container #riyu_bg {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url(../images/tokucyo_bg.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  background-color: rgb(250, 249, 254);
}
#container .riyu_topic {
  width: 900px;
  background-color: rgba(255, 255, 255, 0.6);
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  padding-top: 30px;
  padding-right: 20px;
  padding-left: 30px;
  padding-bottom: 20px;
}
#container .riyu_topic li {
  line-height: 40px;
  font-size: 24px;
  margin-bottom: 30px;
  margin-left: 30px;
  color: rgb(32, 75, 120);
  font-weight: bold;
}
#container .photo_right {
  float: right;
  margin-left: 30px;
}
#container .content_color2 {
  background-color: #F4FAFF;
}
#container .btn_link {
  font-size: 16px;
}
#container .btn_link a {
  background-color: #68ab79;
  color: #FFF;
  padding-top: 7px;
  padding-right: 15px;
  padding-bottom: 7px;
  padding-left: 15px;
  text-decoration: none;
}
#container .menu_title1 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", Georgia, "メイリオ", Meiryo, serif;
  padding-top: 15px;
  font-size: 28px;
  color: #0092EC;
  font-weight: bold;
  text-align: center;
  padding-bottom: 15px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: #1B8FD6;
  border-bottom-color: #1B8FD6;
}
#container .menu_title2 {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  background-color: #1675ad;
  padding-top: 10px;
  font-size: 30px;
  color: #ffffff;
  font-weight: normal;
  text-align: center;
  padding-bottom: 10px;
}
#container .menu_title3 {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  background-color: #65aed4;
  padding-top: 10px;
  font-size: 30px;
  color: #ffffff;
  font-weight: normal;
  text-align: center;
  padding-bottom: 10px;
}
#container .maintitle_1 {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  background: transparent linear-gradient(91deg, #0085AD 0%, #204B78 100%) 0% 0% no-repeat padding-box;
  font-size: 24px;
  color: #ffffff;
  font-weight: normal;
  text-align: center;
  padding: 7.5px 0;
  margin-bottom: 0px;
}
#container .maintitle_2 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", Georgia, "メイリオ", Meiryo, serif;
  font-size: 34px;
  text-align: center;
  line-height: 34px;
  padding-top: 50px;
}
#container .subtitle_under {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  color: rgb(153, 153, 153);
  font-weight: normal;
}
#container .subtitle {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", Georgia, "メイリオ", Meiryo, serif;
  font-size: 28px;
  color: #000000;
  margin-top: 20px;
  padding-bottom: 10px;
  font-weight: bold;
}
#container .title_under {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-size: 34px;
  text-align: center;
  padding-bottom: 10px;
  background-image: url(../images/title_under.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  color: #008CDF;
  margin-bottom: 30px;
  margin-top: 30px;
}
#container .beginners_area {
  background-image: url(../images/image_illustration.jpg);
  background-color: #fffce9;
  border: 3px solid #f1b2bf;
  background-position: 30px bottom;
  background-repeat: no-repeat;
  padding: 20px;
  margin-bottom: 30px;
}
#container .beginners_topic {
  width: 810px;
  padding-left: 250px;
}
#container .beginners_topic_box {
  background-color: #ffffff;
  border: 1px solid #de9ec0;
  color: #e33939;
  margin-top: 10px;
  padding-left: 20px;
}
#container .concept_area {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  color: #865500;
  font-size: 26px;
  text-align: left;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 5px solid #8BDBFB;
  border-bottom: 5px solid #8BDBFB;
}
#container .concept_area ul {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
#container .concept_area li {
  list-style: none;
  background-image: url(../images/check.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 60px;
  margin-top: 5px;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}
#container .taiken_area {
  background-color: #FFFBF4;
  padding-top: 40px;
  padding-bottom: 20px;
  border-top-width: 3px;
  border-bottom-width: 3px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: #1F99E2;
  border-bottom-color: #1F99E2;
  margin-top: 30px;
  margin-bottom: 30px;
}
#container .topic_bg_orange {
  background-color: #ffae00;
  padding-top: 10px;
  margin-bottom: 30px;
}
#container .list_nayami {
  margin-left: auto;
  margin-right: auto;
  width: 940px;
  color: #865500;
  background-color: #fffef8;
  font-size: 24px;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-bottom: 40px;
  border: 3px solid #eac680;
}
#container .list_nayami ul {
  padding-left: 40px;
}
#container .list_nayami li {
  list-style: none;
  background-image: url(../images/list_icon_nayami.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 50px;
  margin-top: 5px;
  padding-bottom: 15px;
  padding-top: 10px;
}
#container .content_color {
  background-color: #FDFCF7;
}
#container .photo_left {
  text-align: center;
  float: left;
  margin-right: 25px;
}
#container .content_left {
  width: 500px;
  float: left;
}
#container .underbar_title {
  font-size: 32px;
  color: #097FCB;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", Georgia, "メイリオ", Meiryo, serif;
  background-image: url(../images/toptitle_line.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  margin-bottom: 20px;
  line-height: 52px;
  font-weight: bold;
}
#container .topic_right {
  float: left;
  width: 700px;
}
#container .flow_list_1 {
  padding-right: 40px;
  background-image: url(../images/flow_arrow.png);
  background-repeat: no-repeat;
  background-position: 330px center;
  background-size: 25px auto;
  width: 320px;
  float: left;
  list-style: none;
  margin-bottom: 20px;
}
#container .flow_list_2 {
  padding-right: 40px;
  width: 320px;
  float: left;
  list-style: none;
  margin-bottom: 20px;
}
#container .flow_list_1 a {
  color: #ffffff;
  text-decoration: none;
}
#container .flow_list_2 a {
  color: #ffffff;
  text-decoration: none;
}
#container .list_c3 {
  overflow: hidden;
  padding-bottom: 15px;
}
#container .list_c3 li {
  list-style: none;
  margin: 0;
  float: left;
  text-align: center;
  padding-top: 0;
  padding-right: 2%;
  padding-bottom: 0;
  padding-left: 2%;
}
#container .list_c3 li div a {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
#container .list_c3_box1 {
  width: 29%;
}
#container .list_c3_box2 {
  width: 30%;
}
#container .list_c4 {
  overflow: hidden;
  padding-bottom: 15px;
}
#container .list_c4 li {
  list-style: none;
  margin: 0;
  float: left;
  text-align: center;
  width: 25%;
}
#container .list_c4 h4 {
  font-size: 18px;
}
#container .kawana_bg {
  width: 100%;
  background-image: -moz-linear-gradient(0deg, rgb(133, 112, 31) 0%, rgb(255, 252, 194) 25%, rgb(135, 114, 33) 50%, rgb(255, 252, 200) 75%, rgb(135, 114, 33) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(133, 112, 31) 0%, rgb(255, 252, 194) 25%, rgb(135, 114, 33) 50%, rgb(255, 252, 200) 75%, rgb(135, 114, 33) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(133, 112, 31) 0%, rgb(255, 252, 194) 25%, rgb(135, 114, 33) 50%, rgb(255, 252, 200) 75%, rgb(135, 114, 33) 100%);
  padding-bottom: 20px;
  padding-top: 20px;
}
#container .price_tb td {
  padding: 10px;
}
#container .golf_tb td {
  padding: 15px;
}
#container .br-sp {
  display: none;
}
#container #menu {
  display: none;
}
#container #smnavigation {
  display: none;
}
#container #ggmap {
  width: 100%;
  height: 620px;
}
#container .uptop {
  font-size: 16px;
  color: rgb(51, 102, 153);
}
#container .line_separate {
  width: 100%;
  clear: both;
  margin-bottom: 25px;
  padding-top: 25px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(222, 222, 222);
}
#container .toku_text {
  font-size: 16px;
  line-height: 28px;
  font-weight: normal;
  color: rgb(51, 51, 51);
}
#container .price_td1 {
  width: 360px;
}
#container .c_left2 {
  width: 220px;
}
#container .c_left3 {
  width: 675px;
}
#container .c_left4 {
  width: 336px;
}
#container .cam_txt1 {
  font-size: 36px;
  font-weight: 900;
}
#container .cam_txt2 {
  font-size: 52px;
  font-weight: bold;
  color: #fb5a27;
}
#container .cam_txt3 {
  font-size: 52px;
  font-weight: bold;
  color: rgb(227, 88, 13);
  margin-top: 15px;
  line-height: 65px;
}
#container .cam_box {
  border: 6px solid rgb(227, 88, 13);
  text-align: center;
  padding-top: 30px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  margin-bottom: 20px;
  line-height: 52px;
}
#container .cam_title {
  font-size: 46px;
  color: rgb(116, 83, 51);
  font-weight: 900;
}
#container .toku_title {
  font-size: 26px;
  color: rgb(234, 82, 0);
  font-weight: 900;
}
#container .cam_kikan {
  font-size: 32px;
  font-weight: 900;
  color: rgb(22, 117, 173);
  margin-top: 25px;
  margin-bottom: 25px;
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: rgb(22, 117, 173);
  border-right-color: rgb(22, 117, 173);
  border-bottom-color: rgb(22, 117, 173);
  border-left-color: rgb(22, 117, 173);
  padding-top: 15px;
  padding-bottom: 15px;
}
#container .footer_logoarea {
  width: 240px;
  float: left;
}
#container .footer_infoarea {
  width: 930px;
  margin-left: 30px;
  float: left;
}
#container .footer_tel {
  font-size: 30px;
  color: #6b602c;
}
#container .btn_round_blue {
  border-radius: 5px;
  background-color: rgb(44, 159, 228);
  width: 140px;
  height: 30px;
  color: rgb(255, 255, 255);
  margin-right: auto;
  margin-left: auto;
}
#container .btn_round_blue a {
  color: rgb(255, 255, 255);
  display: block;
  text-decoration: none;
}
#container .bg_top_staff {
  background-image: url(../images/bg_top_staff.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  padding-top: 15px;
  padding-bottom: 15px;
}
#container .btn_navi1 {
  border: 3px solid rgb(31, 153, 226);
  width: 450px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-image: url(../images/btn_arrow.png);
  background-repeat: no-repeat;
  background-position: 420px center;
}
#container .btn_navi1 a {
  color: #1675ad;
  display: block;
  text-decoration: none;
  padding-top: 15px;
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 15px;
}
#container .box_c2A {
  width: 50%;
  float: left;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
#container .box_c2A img {
  width: 95%;
  height: auto;
}
#container .news_area {
  width: 100%;
  overflow: hidden;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #DFDFDF;
}
#container .news_date {
  width: 150px;
  float: left;
}
#container .news_text {
  width: 400px;
  float: left;
  text-align: left;
}
#container .prof_name {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", Georgia, "メイリオ", Meiryo, serif;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 50px;
  padding-top: 20px;
  color: rgb(0, 0, 0);
}
#container .prof_mainname {
  font-size: 50px;
}
#container .prof_left {
  width: 650px;
  float: left;
  margin-top: 30px;
}
#container .prof_sikaku {
  padding: 15px;
  color: rgb(255, 255, 255);
  background-color: #204b78;
  margin-top: 30px;
  margin-bottom: 30px;
}
#container .faq_qa {
  font-size: 22px;
  border-bottom: 1px dashed rgb(140, 139, 98);
  color: rgb(92, 91, 65);
  padding-bottom: 10px;
  padding-top: 10px;
}
#container .faq_an {
  padding: 15px;
  background-color: rgb(248, 250, 250);
  margin-top: 15px;
  margin-bottom: 20px;
}
#container input {
  height: 30px;
}
#container .form_long {
  width: 500px;
}
#container .box_c2B {
  width: 50%;
  float: left;
  text-align: center;
  padding-bottom: 15px;
}
#container .box_c2B img {
  width: 75%;
  height: auto;
  border: 1px solid #D7C9B7;
  padding: 20px;
}
#container #staff_bg {
  width: 100%;
  padding-top: 30px;
  background-image: url(../images/staff_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#container .taiken_title {
  width: 95%;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #91a0b0;
  border-bottom: 1px solid #91a0b0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}
#container .staff_table {
  width: 600px;
  color: rgb(255, 255, 255);
}
#container .staff_table2 {
  margin-top: 20px;
  width: 600px;
  background-color: rgb(204, 204, 204);
}
#container .staff_table_left {
  width: 150px;
}
#container .staff_table2_left {
  width: 150px;
  background-color: rgb(236, 247, 249);
}
#container .staff_name {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", Georgia, "メイリオ", Meiryo, serif;
  font-size: 36px;
  font-weight: bold;
  color: rgb(0, 0, 0);
  line-height: 42px;
}
#container .staff_katagaki {
  font-size: 16px;
}
#container .stlist {
  background-repeat: no-repeat;
  background-image: url(../images/stlist.jpg);
  background-position: center;
  background-size: 80% auto;
  background-color: #f5f4f2;
}
#container .splist {
  background-repeat: no-repeat;
  background-image: url(../images/pslist.jpg);
  background-position: center;
  background-size: cover;
}
#container .dietbglist {
  background-repeat: no-repeat;
  background-image: url(../images/list_diet_bg.png);
  background-position: 90% top;
  background-size: 700px auto;
}
#container .flow_no {
  font-size: 16px;
  color: #FFFFFF;
  background-color: #3399FF;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
}
#container {
  /* スライドイメージ */
}
#container .wideslider {
  width: 100%;
  text-align: left;
  position: relative;
  overflow: hidden;
}
#container .wideslider ul,
#container .wideslider ul li {
  float: left;
  display: inline;
  overflow: hidden;
}
#container .wideslider ul li img {
  width: 100%;
  height: auto;
  display: none;
}
#container .wideslider_base {
  top: 0;
  position: absolute;
}
#container .wideslider_wrap {
  top: 0;
  position: absolute;
  overflow: hidden;
}
#container .slider_prev,
#container .slider_next {
  top: 0;
  overflow: hidden;
  position: absolute;
  z-index: 100;
  cursor: pointer;
}
#container .slider_prev {
  background-color: rgba(255, 255, 255, 0.7);
  background-image: url(../images/next.png);
  background-repeat: no-repeat;
  background-position: right center;
}
#container .slider_next {
  background-color: rgba(255, 255, 255, 0.7);
  background-image: url(../images/prev.png);
  background-repeat: no-repeat;
  background-position: left center;
}
#container .pagination {
  display: none;
}
#container .sm_content {
  display: none;
}
#container .twt {
  float: left;
  width: 48%;
  padding-right: 2%;
}
#container .inst {
  float: left;
  width: 48%;
  padding-left: 2%;
}
#container .inst a {
  box-sizing: border-box;
}
#container .font70 {
  font-size: 70%;
  line-height: 40px;
  padding-top: 0px;
}
#container .font18 {
  font-size: 18px;
  margin-bottom: 0;
}
#container .bosyuu {
  width: 80%;
}
#container .bosyuu th {
  width: 30%;
}
#container .diet_bg {
  background-image: url(../images/dietphoto2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  width: 40%;
}
#container .otoku_bg {
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: url(../images/otoku_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#container .text_diet_program {
  text-align: left;
  padding-right: 30px;
  padding-top: 30px;
  width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
#container .text_diet_program li {
  list-style: none;
}
#container .list_dietprogram {
  padding: 15px;
}
#container .list_dietprogram li {
  font-size: 20px;
  line-height: 46px;
  margin-left: 30px;
}
#container .sm_contact {
  display: none;
}
#container .box_c2C {
  border: 5px double #3084CA;
  padding: 30px;
  background-color: #F6FAFD;
}
#container .cap {
  display: block;
  font-size: 32px;
  font-weight: bold;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  line-height: 34px;
  text-align: center;
}
#container .box_c2C p {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-size: 18px;
  line-height: 32px;
}
#container .box_c2D {
  width: 60%;
  margin: 30px auto;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 30px;
  box-sizing: border-box;
  border: 1px solid #eeeeee;
}
#container .box_c2D .egj {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 30px;
}
#container .box_c2D p {
  font-size: 20px;
  line-height: 34px;
}
#container .b_title {
  display: block;
  font-size: 42px;
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", Georgia, "メイリオ", Meiryo, serif;
  margin-top: 15px;
  color: rgb(0, 0, 0);
}
#container .banner2 {
  border: 2px solid #6699FF;
  padding: 20px;
  box-sizing: border-box;
}
#container .btn_detail a {
  margin: 0 auto;
  width: 200px;
  text-align: center;
  padding: 0px;
  background-color: #018FE1;
  color: #ffffff;
  display: block;
  border: 1px solid #018FE1;
  text-decoration: none;
  border-radius: 10px;
  font-weight: bold;
}
#container .btn_detail a:hover {
  color: #018FE1;
  background-color: #ffffff;
}
#container .banner2 .btn_detail a {
  margin: 10px 500px 10px 130px;
}
#container #price #container .content {
  width: 100%;
  max-width: 1200px;
}
#container .price_txt {
  font-size: 22px;
}
#container .melit {
  border: 3px solid rgb(31, 153, 226);
  padding: 10px;
  margin-bottom: 15px;
}
#container .melit li {
  box-sizing: border-box;
  padding: 10px;
  list-style-type: none;
}
#container .sm_content {
  display: none;
}
#container .mfp_element_all {
  max-width: 80%;
}
#container .archive {
  display: flex;
  flex-wrap: wrap;
  background-color: #222222;
}
#container .archive .clearfix {
  width: 33.33%;
  position: relative;
}
#container .archive .clearfix a {
  text-decoration: none;
}
#container .archive .clearfix .photo_area1 {
  background-image: url("../images/nophoto.jpg");
  background-size: cover;
  background-position: top center;
  height: 550px;
}
#container .archive .clearfix a:hover .photo_area1 {
  background-image: url("../images/nophoto.jpg");
}
#container .archive .clearfix .photo_area2 {
  background-image: url("../images/s2.jpg");
  background-size: cover;
  background-position: top center;
  height: 550px;
}
#container .archive .clearfix a:hover .photo_area2 {
  background-image: url("../images/s2.jpg");
}
#container .archive .clearfix .photo_area3 {
  background-image: url("../images/s33.jpg");
  background-size: cover;
  background-position: top center;
  height: 550px;
}
#container .archive .clearfix a:hover .photo_area3 {
  background-image: url("../images/s33.jpg");
}
#container .archive .clearfix .photo_area4 {
  background-image: url("../images/s44.jpg");
  background-size: cover;
  background-position: top center;
  height: 550px;
}
#container .archive .clearfix a:hover .photo_area4 {
  background-image: url("../images/s44.jpg");
}
#container .archive .clearfix .photo_area5 {
  background-image: url("../images/s5.jpg");
  background-size: cover;
  background-position: top center;
  height: 550px;
}
#container .archive .clearfix a:hover .photo_area5 {
  background-image: url("../images/s5.jpg");
}
#container .archive .clearfix .photo_area6 {
  background-image: url("../images/s6.jpg");
  background-size: cover;
  background-position: top center;
  height: 550px;
}
#container .archive .clearfix a:hover .photo_area6 {
  background-image: url("../images/s6.jpg");
}
#container .archive .clearfix .photo_area7 {
  background-image: url("../images/s7.jpg");
  background-size: cover;
  background-position: top center;
  height: 550px;
}
#container .archive .clearfix a:hover .photo_area7 {
  background-image: url("../images/s7.jpg");
}
#container .archive .clearfix .photo_area8 {
  background-image: url("../images/s8.jpg");
  background-size: cover;
  background-position: top center;
  height: 550px;
}
#container .archive .clearfix a:hover .photo_area8 {
  background-image: url("../images/s8.jpg");
}
#container .archive .clearfix .photo_area9 {
  background-image: url("../images/s9.jpg");
  background-size: cover;
  background-position: top center;
  height: 550px;
}
#container .archive .clearfix a:hover .photo_area9 {
  background-image: url("../images/s9.jpg");
}
#container .archive .clearfix .photo_area10 {
  background-image: url("../images/s10.jpg");
  background-size: cover;
  background-position: top center;
  height: 550px;
}
#container .archive .clearfix a:hover .photo_area10 {
  background-image: url("../images/s10.jpg");
}
#container .archive .clearfix .photo_area11 {
  background-image: url("../images/s11.jpg");
  background-size: cover;
  background-position: top center;
  height: 550px;
}
#container .archive .clearfix a:hover .photo_area11 {
  background-image: url("../images/s11.jpg");
}
#container .archive .sitems-wrapper {
  display: table-cell;
  vertical-align: bottom;
  width: 100%;
  left: 0;
  position: absolute;
  bottom: 38%;
  padding: 0 30px;
  z-index: 6;
  color: #fff;
  text-align: left;
  box-sizing: border-box;
  text-shadow: 0px 0px 4px #000000, 0px 0px 4px rgba(0, 0, 0, 0.9);
}
#container .archive .sitems-wrapper .post {
  background-color: #fff;
  color: #707070;
  font-weight: bold;
  padding: 0.5rem 1rem;
}
#container .sitems-Position {
  background-color: #fff;
  color: #000;
  display: inline-block;
  padding: 1px 8px;
  margin-bottom: 15px;
}
#container .archive h2 {
  margin-top: 15px;
  font-size: 30px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  text-shadow: 0px 0px 4px #000000, 0px 0px 4px rgba(0, 0, 0, 0.9);
}
#container .archive h2 span {
  display: block;
  font-size: 16px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  margin-top: 5px;
}
#container .archive .des {
  background-color: #ecf4ff;
  padding: 30px;
  color: #000;
  font-weight: bold;
}
#container .archive .des p {
  height: 155px;
  text-align: left;
  overflow: hidden;
}
#container .archive .des span {
  text-transform: capitalize;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  text-decoration: underline;
  margin-left: 5px;
  display: block;
  text-align: left;
}
#container .corona {
  padding: 60px 0;
}
#container .corona h3 {
  font-size: 24px;
  font-weight: normal;
  border-bottom: 1px solid #204B78;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #204B78;
}
#container .corona ul {
  display: flex;
  flex-wrap: wrap;
  margin: 30px auto;
}
#container .corona ul li {
  width: 25%;
  list-style-type: none;
  text-align: center;
  margin-bottom: 40px;
}
#container .corona ul li img {
  width: 128px;
  height: auto;
}
#container .corona ul .kyo img {
  width: 110px;
}
#container .corona ul .deb img {
  width: 135px;
}
#container .corona ul li p {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
#container .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#container .flex div {
  width: 50%;
  height: 420px;
}
#container .flex_sns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#container .gr div:first-of-type {
  background-image: url("../images/photo_cencept3.jpg");
  background-position: center center;
  background-size: cover;
}
#container .gr div:last-of-type h4 {
  font-family: Palatino, Palatino Linotype, Palatino LT STD, Book Antiqua, Georgia, serif;
  font-weight: normal;
  font-style: italic;
  color: #000;
  text-align: center;
  font-size: 95px;
  margin-bottom: 20px;
  line-height: 50px;
  margin-top: 92px;
}
#container .gr div:last-of-type h4 span {
  display: block;
  font-size: 36px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  padding-top: 50px;
  color: #2475AD;
}
#container .gr div:last-of-type p {
  color: #000000;
  font-size: 30px;
  margin-top: 50px;
}
#container .gr {
  background-color: #EAEAEA;
}
#container .bk {
  background: transparent linear-gradient(180deg, #0676C4 0%, #00497B 100%) 0% 0% no-repeat padding-box;
  color: #FFFFFF;
}
#container .bk div:first-of-type h4 {
  color: #ffffff;
  font-family: Palatino, Palatino Linotype, Palatino LT STD, Book Antiqua, Georgia, serif;
  font-weight: normal;
  font-style: italic;
  text-align: center;
  font-size: 95px;
  margin-bottom: 20px;
  line-height: 50px;
  margin-top: 92px;
}
#container .bk div:first-of-type h4 span {
  display: block;
  font-size: 36px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  padding-top: 50px;
}
#container .bk div:first-of-type p {
  font-size: 30px;
  margin-top: 50px;
}
#container .bk div:last-of-type {
  background-image: url("../images/photo_cencept2.jpg");
  background-position: center center;
  background-size: cover;
}
#container .c_3 div:first-of-type {
  background-image: url("../images/photo_cencept1.jpg");
}
#container .profile {
  background-color: #116fa8;
  padding: 60px;
  box-sizing: border-box;
  color: #ffffff;
  text-align: left;
}
#container .profile .flex {
  justify-content: center;
}
#container .profile .flex div:first-of-type {
  width: 350px;
  height: auto;
  margin-right: 40px;
}
#container .profile .flex div:last-of-type {
  width: 766px;
  height: auto;
}
#container .profile .flex div:last-of-type h4 {
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 35px;
}
#container .profile .flex div:last-of-type h4 span {
  font-size: 16px;
  margin-left: 22px;
}
#container .profile table th {
  padding: 10px;
  width: 30%;
  background-color: #ffffff;
  font-weight: normal;
  color: #001d5d;
}
#container .profile table td {
  padding: 10px;
  width: 70%;
  background-color: #eeeeee;
  color: #001d5d;
}
#container .feature li {
  height: 400px;
  background-size: cover;
  background-position: center;
}
#container .feature li h4 {
  font-size: 40px;
  color: #1077a0;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-weight: bold;
  text-align: right;
  line-height: 60px;
  padding-top: 105px;
  padding-bottom: 35px;
  width: 1200px;
  margin: auto;
  /* text-shadow: 2px 2px 6px #000000; */
}
#container .feature li p {
  color: #ffffff;
  font-size: 20px;
  line-height: 34px;
  text-align: right;
  width: 1200px;
  margin: auto;
  /* text-shadow: 2px 2px 6px #000000; */
}
#container.pt .feature li p {
  color: #333333;
  font-size: 20px;
  line-height: 34px;
  text-align: right;
  width: 1200px;
  margin: auto;
  /* text-shadow: 2px 2px 6px #000000; */
}
#container .feature li.program {
  background-image: url("../renew/images/tre1.jpg");
  background-position: top 75%;
}
#container .feature li.training {
  background-image: url("../renew/images/tre2.jpg");
}
#container .feature li.training h4 {
  text-align: left;
  padding-top: 65px;
}
#container .feature li.training p {
  text-align: left;
}
#container .feature li.trainer {
  background-image: url("../renew/images/tre3.jpg");
}
#container .feature li.trainer h4 {
  padding-top: 50px;
}
#container .feature li.supplement {
  height: 550px;
  background-image: url("../images/tre4.jpg");
}
#container .feature li.supplement h4,
#container .feature li.birth h4 {
  color: #ffffff;
  font-size: 30px;
  padding-top: 35px;
  padding-bottom: 290px;
}
#container .feature li.supplement p,
#container .feature li.birth p {
  text-align: center;
  color: #FFF688;
  font-size: 24px;
  line-height: 40px;
  /* text-shadow: 2px 2px 6px #000000; */
}
#container .strech li {
  height: 550px;
  background-size: cover;
  background-position: center;
}
#container .strech li:first-child {
  background-image: url("../renew/images/stc1.jpg");
}
#container .strech li:nth-child(2) {
  background-image: url("../renew/images/stc2.jpg");
}
#container .strech li:last-child {
  background-image: url("../renew/images/stc3.jpg");
}
#container .strech li:first-child h4,
#container .strech li:last-child h4 {
  /* text-align: center; */
  padding-top: 100px;
  font-size: 40px;
  color: #fff;
  padding-bottom: 45px;
}
#container .strech li:nth-child(2) p {
  text-align: left;
  color: #353535;
  font-size: 20px;
  line-height: 34px;
}
#container .strech li:last-child p {
  text-align: right;
  color: #fff;
  font-size: 20px;
  line-height: 34px;
}
#container .midashi {
  overflow: hidden;
  height: 380px;
  position: relative;
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #CFDBF5 100%) 0% 0% no-repeat padding-box;
}
#container .informd_bg {
  width: 35%;
  float: left;
  background-image: url(../images/body_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 380px;
}
#container .site_inner {
  float: left;
  width: 700px;
}
#container .midashi .maintitle_1 {
  margin-top: 5rem;
  font-size: 52px;
  color: #2D6391;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-weight: normal;
  text-align: left;
  background: none;
  position: relative;
  padding-bottom: 25px;
  padding-left: 50px;
  border-bottom: #2D6391 solid 5px;
}
#container .midashi .title_under {
  color: #5A667B;
  font-size: 36px;
  line-height: 1.5;
  text-align: left;
  margin-top: 3rem;
  background: none;
  padding-left: 50px;
}
#container .bg_gr {
  background-color: #EFEFEF;
  width: 100%;
}
#container .d_title {
  text-align: center;
  font-size: 24px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-weight: 700;
  color: #1875AD;
  margin: 20px auto;
}
#container .dva {
  border: 1px solid #1875AD;
  width: 840px;
  margin: 20px auto;
}
#container .recommend {
  background: transparent linear-gradient(92deg, #0085AD 0%, #204B78 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  font-size: 28px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-weight: normal;
  padding: 25px 0;
  margin: 0;
}
#container .d_inner {
  border: none;
}
#container .d_inner ul li {
  color: #005167;
  font-size: 24px;
  font-weight: normal;
}
#container .rell {
  background-image: url("../renew/images/trela_bg.jpg");
  background-position: center;
  line-height: 1;
  margin-top: 0;
  text-shadow: 0px 0px 8px #14208e, 0px 0px 8px rgba(0, 0, 0, 0.9);
}
#container .rell .maintitle_1 {
  text-align: center;
  border: none;
  color: #ffefb0;
}
#container .rell .title_under {
  text-align: center;
  line-height: 1.2;
  padding-top: 0;
  margin-top: 0;
  color: #fff;
}
#container .panel_area li {
  height: 300px;
  width: 33.333%;
  list-style-type: none;
}
#container .panel_area li:first-child {
  background-image: url("../renew/images/panel_training.jpg");
  background-position: center;
  background-size: cover;
}
#container .panel_area li:nth-child(2) {
  background-image: url("../renew/images/panel_stretch.jpg");
  background-position: center;
  background-size: cover;
}
#container .panel_area li:last-child {
  background-image: url("../renew/images/panel_course.jpg");
  background-position: center;
  background-size: cover;
}
#container .panel_area li a {
  display: block;
  text-decoration: none;
}
#container .panel_area li a:hover {
  opacity: 0.7;
}
#container .panel_area li h4 {
  padding-top: 200px;
  padding-right: 70px;
  text-align: right;
  font-size: 32px;
  color: #fff;
  font-family: adobe-garamond-pro, serif;
  font-style: normal;
  font-weight: 700;
  text-shadow: 2px 3px 3px #204B78;
}
#container .experience {
  background-image: url("../renew/images/trial_bg.jpg");
  background-position: center;
  background-size: cover;
  height: 460px;
  color: #222;
}
#container .experience h3 {
  text-align: center;
  font-size: 36px;
  color: #204B78;
  font-family: Palatino, Palatino Linotype, Palatino LT STD, Book Antiqua, Georgia, serif;
  font-style: italic;
  font-weight: 500;
  margin-bottom: 45px;
  padding-top: 35px;
}
#container .experience h4 {
  text-align: center;
  color: #FF4E00;
  font-size: 31px;
  font-weight: 700;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  position: relative;
  margin: 0 auto;
  text-shadow: 0px 0px 10px #FFFFFF;
}
#container .experience h4 span {
  font-size: 74px;
}
#container .experience h4 .mid {
  font-size: 49px;
}
#container .experience h4:before {
  content: "";
  position: absolute;
  bottom: -27px;
  display: inline-block;
  width: 485.59px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #FF8900;
}
#container .experience h5 {
  color: #204B78;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-weight: normal;
  font-size: 31px;
  margin: 50px 0 0 0;
  text-align: center;
}
#container .experience ul {
  margin-top: 40px;
}
#container .experience ul li {
  width: 50%;
  list-style-type: none;
  font-weight: bold;
}
#container .experience ul li p {
  box-sizing: border-box;
  padding-left: 100px;
  margin-bottom: 0;
  text-align: center;
  color: #222;
}
#container .experience ul li:first-child .tel_num a {
  display: block;
  font-size: 60px;
  font-weight: normal;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  padding-left: 95px;
  background-image: url("../renew/images/try_tel.png");
  background-repeat: no-repeat;
  background-position: 26px 30px;
  margin-bottom: 0;
  background-size: 40px;
  text-decoration: none;
  color: inherit;
  padding: 32px 10px 26px 91px;
  text-align: left;
}
#container .experience ul li:last-child {
  width: 45%;
}
#container .experience ul li:last-child p {
  margin-top: 45px;
  padding: 0;
}
#container .experience ul li:last-child p a {
  display: block;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  background-color: #FF8900;
  padding: 18.5px 0 18.5px 60px;
  background-image: url(../images/try_mail.png);
  background-repeat: no-repeat;
  background-position: 65px center;
  background-size: 35px;
}
#container .experience ul li:last-child p a:hover {
  opacity: 0.7;
}
#container .kyujin_btn {
  width: 300px;
  margin: 20px auto;
}
#container .kyujin_btn a {
  display: block;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  background-color: #A3926C;
  padding: 18.5px 0 18.5px 60px;
  background-image: url(../images/try_mail.png);
  background-repeat: no-repeat;
  background-position: 25px center;
  background-size: 35px;
}
#container .bg_bk {
  background: transparent linear-gradient(180deg, #0085AD 0%, #204B78 100%) 0% 0% no-repeat padding-box;
}
#container .inb li {
  width: 60%;
}
#container .inb li h4 {
  color: #fff;
  font-size: 64px;
  margin-top: 115px;
  font-family: adobe-garamond-pro, serif;
  font-weight: 600;
  font-style: italic;
}
#container .inb li h4 span {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-size: 28px;
  font-weight: normal;
  margin-right: 30px;
}
#container .inb li p {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-size: 24px;
  font-weight: normal;
  color: #fff;
  line-height: 50px;
  margin-top: 30px;
}
#container .inb li:last-child {
  width: 40%;
  text-align: right;
}
#container .surface,
#container .surface td,
#container .surface th {
  border: 1px solid #1f4c7b;
  border-collapse: collapse;
  width: 100%;
  text-align: center;
  background-color: #fff;
}
#container .surface td,
#container .surface th {
  padding: 10px;
  width: 16.666%;
}
#container .surface th {
  background: rgb(11, 49, 87);
  color: #ffffff;
}
#container .surface th span.icon__parent {
  position: relative;
}
#container .surface th .fs__txt__12,
#container .sm_content .fs__txt__12 {
  font-size: 12px;
}
#container .surface th .icon__blue,
#container .sm_content th .icon__blue {
  background: #1BB3CB;
  margin: 0 0 0 11px;
  padding: 3px 13px;
  box-sizing: border-box;
  border-radius: 3px;
}
#container .sm_content th .icon__blue {
  display: block;
  width: fit-content;
  margin: 5px auto;
}
#container .surface th .icon__orange,
#container .sm_content th .icon__orange {
  background: #FF4E00;
  margin: 0 0 0 11px;
  padding: 3px 13px;
  box-sizing: border-box;
  border-radius: 3px;
}
#container .sm_content th .icon__orange {
  display: block;
  width: fit-content;
  margin: 5px auto;
}
#container .surface .even {
  background: #fbf8f0;
}
#container .surface .odd {
  background: #fefcf9;
}
#container .surface .bma {
  width: 66.66%;
}
#container .surface .poe {
  width: 33.332%;
}
#container .bg_consept {
  background-image: url(../renew/images/concept_topbg.jpg);
  background-size: cover;
  background-position: center center;
  height: 600px;
}
#container .check h3 {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-size: 36px;
  font-weight: normal;
  color: #14365D;
  line-height: 50px;
  margin-top: 50px;
  text-align: center;
  position: relative;
}
#container .check h3:before {
  background-color: #2475AD;
  content: "";
  position: absolute;
  left: 20%;
  bottom: -10px;
  display: inline-block;
  width: 725px;
  height: 3px;
}
#container .check .flex {
  width: 1020px;
  margin: 50px auto;
}
#container .check ul li {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-size: 36px;
  line-height: 70px;
  color: #14365D;
  list-style-type: none;
  padding-left: 60px;
  box-sizing: border-box;
  background-image: url("../images/check_w.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 50px;
}
#container .check .flex div:first-of-type {
  width: 30%;
}
#container .check .flex div:last-of-type {
  text-align: center;
  margin-top: 50px;
  color: #000;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-size: 55px;
  text-shadow: 0px 0px 6px #ffffff;
  line-height: 91px;
  width: 70%;
}
#container .flow_ne {
  width: 1050px;
  margin: auto;
}
#container .flow_ne ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#container .check .flex div:last-of-type span {
  font-size: 71px;
  display: block;
}
#container .flow_ne ul li {
  list-style-type: none;
  width: 315px;
  color: #fff;
  background-color: #3366CC;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 10px;
  margin-bottom: 20px;
  position: relative;
}
#container .flow_ne ul li::after {
  content: ">";
  position: absolute;
  right: -37px;
  top: 7px;
  color: #A1CBF8;
  font-weight: bold;
  font-size: 33px;
}
#container .flow_ne ul li:last-child {
  background: none;
}
#container .flow_ne ul li:nth-child(3n)::after,
#container .flow_ne ul li:nth-child(8)::after {
  display: none;
}
#container .flow_ne ul li span {
  background-color: #3499FB;
  padding: 7px 10px;
  margin-right: 10px;
}
#container #slide-div2 img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#container #gotop.top1 {
  position: fixed;
  right: 50px;
  bottom: 20px;
  z-index: 10;
}
#container #gotop {
  position: absolute;
  right: 0;
  bottom: -500px;
}
#container #gotop a {
  display: block;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  margin-bottom: 15px;
  text-decoration: none;
}
#container #gotop a:hover {
  opacity: 0.8;
}
#container .bride img {
  width: 80%;
  height: auto;
}
#container .feature .birth {
  background-image: url(../images/birth.jpg) !important;
  height: 400px !important;
}
#container .feature .birth h4 {
  font-size: 42px !important;
  text-align: left !important;
  color: #fff !important;
  padding-bottom: 25px !important;
  padding-top: 55px !important;
}
#container .feature .birth p {
  text-align: left !important;
  /* color: #fff !important; */
  font-size: 20px !important;
}
#container .youkou {
  width: 300px;
  display: block;
  background-color: #008CDF;
  color: #fff;
  text-align: center;
  margin: 15px auto;
  padding: 15px;
}
#container .rdo input {
  vertical-align: -0.8em;
}
#container .concept_top {
  background-image: url("../renew/images/concept_topbg.jpg");
  background-position: center center;
  background-size: cover;
  padding: 3rem 0;
}
#container .concept_top h3 {
  text-align: center;
  font-size: 36px;
  color: #14365D;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-weight: 600;
  position: relative;
}
#container .concept_top h3::after {
  position: absolute;
  content: "";
  background-color: #2475AD;
  width: 720px;
  height: 3px;
  bottom: -20px;
  left: 20.5%;
}
#container .comment_area {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 5rem;
}
#container .comment_area ul li {
  color: #14365D;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 2;
  list-style-type: none;
  display: flex;
  align-items: center;
}
#container .comment_area ul li::before {
  display: inline-block;
  content: "";
  background-image: url("../renew/images/check_w.png");
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
#container .den {
  color: #000;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: 55px;
  text-shadow: 0px 0px 6px #FFFFFF;
  line-height: 1.7;
  text-align: center;
}
#container .den span {
  display: block;
  font-size: 71px;
}
#container .midashi_11 {
  background-image: url("../renew/images/lunch_bg.jpg");
  background-position: center center;
  background-size: cover;
  height: 300px;
}
#container .midashi_11 h3 {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-size: 52px;
  color: #1875AD;
  line-height: 1.3;
  text-align: left;
  font-weight: 500;
  margin-left: 50%;
  padding-top: 3rem;
}
#container .midashi_11 h4 {
  margin-left: 42.5%;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-size: 36px;
  text-align: left;
  color: #5A667B;
  margin-top: 2rem;
}
#container .top_lead {
  padding: 2% 0;
}