@charset "UTF-8";
/* color
------------------------------*/
/* media queri
------------------------------*/
/* common
------------------------------*/
* {
  box-sizing: border-box;
  word-break: break-all;
}

body {
  color: #3f3f3f;
  background: #fff;
  font-size: 16px;
  font-family: verdana, "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  line-height: 2;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

#wrapper {
  width: 1260px;
  margin: 0 auto;
  padding: 20px 0 40px;
  position: relative;
  overflow: hidden;
}

#wrapper::after {
  content: "";
  clear: both;
  display: block;
}

.inner {
  width: 1260px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
}

a {
  color: #ff3399;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
}

a:active,
a:focus {
  outline: 0;
}

.anchor-position {
  padding-top: 100px;
  margin-top: -100px;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

*.add-label-new {
  position: relative;
  z-index: 1;
}
*.add-label-new::after {
  content: "NEW";
  position: absolute;
  left: 0;
  top: 0;
  padding: 2px 8px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  background: #ea0372;
}

/* header
------------------------------*/
#header {
  width: 1260px;
  padding: 0;
  margin: 0 auto;
}
#header h1 {
  padding: 5px 0;
  font-size: 12px;
  font-weight: normal;
}
#header .header_wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  gap: 20px;
}
#header .header_wrap .logo a {
  display: inline-block;
}
#header .header_wrap .info .summary {
  font-size: 13px;
  line-height: 1.5;
  text-align: right;
}
#header .header_wrap .info .header_contact {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  padding-top: 8px;
  padding-bottom: 8px;
}
#header .header_wrap .info .header_contact .tel {
  font-size: 28px;
  font-weight: 600;
  color: #ea0372;
  text-align: right;
  line-height: 28px;
  margin-right: 20px;
}
#header .header_wrap .info .header_contact .tel a::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f3cd";
  margin-right: 6px;
}
#header .header_wrap .info .header_contact .tel .open {
  font-size: 12px;
  color: #3f3f3f;
  line-height: 1;
}
#header .header_wrap .info .header_contact .mail a {
  display: block;
  background-color: #ea0372;
  border-radius: 10px;
  padding: 6px 20px;
  color: #fff;
  font-weight: 600;
}
#header .header_wrap .info .header_contact .mail a::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f658";
  margin-right: 6px;
}

/* Gnavi(pc only)
------------------------------*/
#spNav {
  display: none;
}

#pcNav .panel {
  display: block !important;
}
#pcNav .gNav {
  font-family: "BIZ UDPゴシック", "BIZ UDPGothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  align-items: center;
  width: 1260px;
  height: 80px;
  margin: 0 auto;
  padding: 0px;
  list-style-type: none;
}
#pcNav .gNav li a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 80px;
  line-height: 1.2;
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  padding-top: 14px;
  padding-bottom: 8px;
  margin: 0 auto;
  background-color: #ff547c;
  border-top: 1px solid #ff547c;
  border-bottom: 1px solid #ff547c;
  border-left: 1px solid #fff;
}
#pcNav .gNav li:first-of-type a {
  border-left: 1px solid #ff547c;
}
#pcNav .gNav li:nth-last-of-type(2) a {
  border-right: 1px solid #ff547c;
}
#pcNav .gNav li a span {
  line-height: 1.5;
  display: block;
  font-size: 12px;
  font-weight: 400;
  margin-top: auto;
}
#pcNav .gNav li a:hover {
  opacity: 1;
  color: #ff547c;
  background-color: #fff;
}
#pcNav .gNav li.nav_small a {
  font-size: 96%;
}

/* main
------------------------------*/
#main {
  float: right;
  width: 960px;
  margin-right: 50px;
  padding: 15px 0 0 0;
}

/* sidebar
------------------------------*/
#sidebar {
  float: left;
  width: 155px;
  overflow: hidden;
  margin-left: 45px;
}
#sidebar #sideNav {
  clear: both;
  z-index: 200;
  position: relative;
}
#sidebar a#menu {
  display: none;
}
#sidebar .panel {
  display: block;
}
#sidebar ul {
  margin: 0 auto;
}
#sidebar ul li {
  position: relative;
  margin: 16px auto;
  list-style: none;
}
#sidebar ul li a {
  display: block;
  text-align: center;
}
#sidebar ul li a[class^=side-menu-] {
  display: block;
  padding: 5px 4px;
  font-size: 11px;
  font-weight: bolder;
  text-align: left;
  line-height: 1;
  border-radius: 5px;
  box-shadow: inset 1px 1px 0 #fff, inset -1px -1px 0 #fff;
}
#sidebar ul li a[class^=side-menu-] hr {
  margin: 5px 0;
  border: none;
  border-bottom: dotted 3px #fff;
}
#sidebar ul li a[class^=side-menu-] .menu-price {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
}
#sidebar ul li a.side-menu-green-gradient {
  color: #00aa33;
  border: solid 1px #3a893a;
  background: linear-gradient(0deg, #9dd370, #dffdc9);
}
#sidebar ul li a.side-menu-pink-gradient {
  color: #eb3f66;
  border: solid 1px #eb3f66;
  background: linear-gradient(0deg, #f7b7b0, #fbd9d6);
}
#sidebar ul li a.side-menu-blue-gradient {
  color: #134ad3;
  border: solid 1px #3961d7;
  background: linear-gradient(0deg, #6bb0f3, #b2d6f9);
}
#sidebar ul li a.side-menu-purple-gradient {
  color: #8320e2;
  border: solid 1px #b03aff;
  background: linear-gradient(0deg, #d182f8, #e8c1fc);
}
#sidebar ul li:last-child {
  margin-bottom: 0;
}

/* totop
------------------------------*/
.totop {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  z-index: 6666;
}
.totop a {
  display: block;
  text-decoration: none;
}
.totop img {
  background: #ea0372;
}

/* footer
------------------------------*/
#footer a {
  color: #666;
}
#footer a:hover {
  color: #999;
}
#footer .inner {
  border-top: 1px solid #dbdbdb;
  padding: 20px 10px 0;
}
#footer .inner .info_wrap {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: space-between;
  text-align: left;
}
#footer .inner .info_wrap .info .tel {
  font-size: 16px;
}
#footer .inner .info_wrap .info .open {
  font-size: 12px;
}
#footer .inner .info_wrap .menu .footnav {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: 720px;
}
#footer .inner .info_wrap .menu .footnav li {
  margin: 10px 0;
  padding: 0 8px 0;
  border-right: 1px solid #dbdbdb;
}
#footer .inner .info_wrap .menu .footnav li:last-child {
  border-right: none;
  padding-right: 0;
}
#footer #copyright {
  padding: 20px 20px 60px;
  text-align: center;
  font-style: normal;
  font-size: 12px;
  color: #666;
}

/* top page class
------------------------------*/
/*-- スライダーの表示設定 --*/
.slider_sp_only {
  overflow: hidden;
}

/*SPのみ表示*/
@media screen and (min-width: 960px) {
  .slider_sp_only {
    display: none;
  }
}
/*PCのみ表示*/
@media screen and (max-width: 959px) {
  .slider_pc_only {
    display: none;
  }
  .slider_sp_only {
    display: block;
  }
}
/*-- トップページ 3カラム --*/
.top_3clm_wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin: 0 auto 40px;
}
.top_3clm_wrap .top_3clm_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 32%;
  border: solid 1px #CCC;
  border-radius: 4px;
  padding: 20px;
  text-align: center;
}
.top_3clm_wrap .top_3clm_box h2 {
  font-weight: bold;
  font-size: 18px;
}
.top_3clm_wrap .top_3clm_box p:last-of-type {
  margin-top: auto;
}

/*-- トップページ iframe --*/
.whatsnew_wrap {
  display: flex;
  flex-direction: row;
  margin: 0 auto 40px;
  text-align: center;
  justify-content: space-between;
  gap: 20px;
}
.whatsnew_wrap .whatsnew {
  position: relative;
  width: 100%;
  max-width: 497px;
  height: 320px;
}
.whatsnew_wrap .whatsnew::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 497px;
  height: 25px;
  background-image: url(../images/what_bar.gif);
  background-repeat: no-repeat;
  background-size: contain;
}
.whatsnew_wrap .whatsnew::after,
.whatsnew_wrap .lessonview::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 497px;
  height: 10px;
  background-image: url(../images/what_under.gif);
  background-repeat: no-repeat;
  background-size: contain;
}
.whatsnew_wrap .lessonview {
  position: relative;
  width: 100%;
  max-width: 497px;
  height: 320px;
}
.whatsnew_wrap .lessonview::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 497px;
  height: 25px;
  background-image: url(../images/lesson_bar.gif);
  background-repeat: no-repeat;
  background-size: contain;
}
.whatsnew_wrap .whats {
  width: 100%;
  height: 285px;
  background: url(../images/what_side.gif) repeat-y;
  margin: 25px 0 10px;
  padding-inline: 5px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.whatsnew_wrap .whatsin {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

/*-- トップページ バナー (各ページ上部バナー共通)--*/
.top_bnr_wrap {
  width: 100%;
  margin: 0 auto 40px;
}
.top_bnr_wrap .clm1 div {
  margin-bottom: 16px;
}
.top_bnr_wrap .clm1 div img {
  width: 100%;
}
.top_bnr_wrap .clm2 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.top_bnr_wrap .clm2 div {
  width: calc(50% - 8px);
  margin-bottom: 16px;
}
.top_bnr_wrap .clm2 div img {
  width: 100%;
}

/*-- トップページ 下部テキスト --*/
.toptext_wrap h3 {
  font-size: 18px;
  color: #ff3e86;
  font-weight: bold;
  border-bottom: solid 2px #ff3e86;
  margin-bottom: 16px;
}

/* 料金表等ピンクボックス
------------------------------*/
/* 料金表の一段 or 一列で終わるもの */
.pinkbox {
  border-collapse: collapse;
  box-sizing: border-box;
  width: 100%;
  margin: 0.5em 0;
}
.pinkbox th {
  text-align: center;
  vertical-align: middle;
  background-color: #FCC;
  border: solid 1px #999;
  padding: 0.5em;
}
.pinkbox td {
  text-align: left;
  vertical-align: middle;
  border: solid 1px #999;
  padding: 0.5em;
}

/* 料金表レッスン内容案内 */
.pinkbox2 {
  border-collapse: collapse;
  box-sizing: border-box;
  width: 100%;
}
.pinkbox2 th {
  padding: 0.5em 1em;
  border: solid 1px #999;
  vertical-align: top;
  text-align: left;
}
.pinkbox2 td {
  padding: 0.5em 1em;
  border: solid 1px #999;
  vertical-align: top;
  text-align: left;
}

.pinkbox3 {
  border-collapse: collapse;
  box-sizing: border-box;
  width: 100%;
}
.pinkbox3 th {
  padding: 0.5em;
  text-align: center;
  vertical-align: middle;
  background-color: #FCC;
  border: solid 1px #999;
}
.pinkbox3 td {
  border: solid 1px #999;
  padding: 0.5em;
}

.pinkbox4 {
  border-collapse: collapse;
  border: 1px solid #ddd;
  width: 100%;
}
.pinkbox4 th {
  background-color: #FCC;
  border: solid 1px #999;
  padding-left: 5px;
}
.pinkbox4 td {
  border: solid 1px #999;
  padding-left: 5px;
}

/* コース内容説明 */
.pinkbox5 {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
}
.pinkbox5 th {
  border: solid 1px #999;
  text-align: center;
  font-size: 14px;
}
.pinkbox5 td {
  border: solid 1px #999;
  font-size: 12px;
}

/* 3カラム表示
examination.html,
------------------------------*/
.exam-intro {
  background: #fffee2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
.exam-intro-box {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  width: 100%;
  font-size: 20px;
}
.exam-intro-box [class^=category-] {
  display: flex;
  padding: 8px 15px;
  color: #fff;
  height: 38px;
  line-height: 1;
}
.exam-intro-box .category-pink {
  background: #eb8ab5;
}
.exam-intro-box .info-text {
  padding-top: 5px;
  line-height: 1.4;
}
.exam-intro-box .info-text > span {
  display: inline-block;
}
.exam-intro-notion {
  margin-top: 10px;
  font-size: 14px;
}
.exam-intro-notion [class^=category-] {
  padding: 8px 15px;
  height: 38px;
  color: #fff;
  font-size: 20px;
  margin-right: 0.25em;
}
.exam-intro-notion .category-green {
  background: #6cbc65;
}
.exam-intro-notion .category-yellow {
  background: #fcc62e;
}

.fbox_3to2 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}
.fbox_3to2 .item {
  position: relative;
  width: 32%;
  background-color: #fdf6f0;
  border: 1px solid #ff6482;
  border-radius: 10px;
  padding: 10px 20px 20px;
  margin-top: 25px;
  margin-bottom: 20px;
}
.fbox_3to2 .item .number {
  position: absolute;
  top: -25px;
  left: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ff6482;
  color: #fff;
  text-align: center;
  font-size: 25px;
  font-weight: 400;
}
.fbox_3to2 .item h4 {
  margin-top: 30px;
  text-align: center;
  color: #ea0372;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 10px;
}
.fbox_3to2 .item .txt {
  font-size: 14px;
}

/* サリヴァン通信
------------------------------*/
#tu_sin .arrow_list_wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
#tu_sin .arrow_list_wrap ul {
  list-style-type: none;
  width: 50%;
}
#tu_sin .arrow_list_wrap ul li:before {
  content: url(../images/arrow_pink.gif);
}
#tu_sin .arrow_list_wrap ul li:after {
  content: url(../images/pdf_icon.gif);
  margin-left: 6px;
}

/* 講師紹介ページ
------------------------------*/
.koushi_list {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  padding: 20px 0 40px;
}
.koushi_list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  width: calc((100% - 120px) / 4);
}
.koushi_list li .is-pc {
  display: block;
}
.koushi_list li .is-sp {
  display: none;
}
.koushi_list li img {
  display: block;
  width: 100px;
  height: 132px;
  border: solid 1px #CCC;
  margin-bottom: 10px;
}
.koushi_list li .name {
  margin-bottom: 3px;
  text-align: center;
  font-size: 14px;
}
.koushi_list li .info {
  padding: 0 15px;
  font-size: 11px;
}

.teacher_box {
  display: flex;
  justify-content: start;
  align-items: center;
}
.teacher_box .img {
  width: 160px;
  margin-right: 20px;
  flex-shrink: 0;
}
.teacher_box .txt h3:before {
  content: "";
}
.teacher_box .txt h3 {
  color: deeppink;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 0.5em;
}

.profile_list {
  list-style-type: circle;
  padding-left: 20px;
  margin-right: 10px;
}

.kousi_detail {
  width: 100%;
  margin-bottom: 2em;
  border-collapse: collapse;
  border: 1px solid #fff;
  background: #fff;
}
.kousi_detail img {
  box-sizing: border-box;
  width: 98%;
  margin-left: 1%;
  margin-right: 1%;
  vertical-align: text-top;
}
.kousi_detail th {
  padding: 10px;
  vertical-align: middle;
  border: 1px solid #fff;
  background: #eee;
}
.kousi_detail td {
  padding: 10px;
  border: 1px solid #fff;
}

.img-pop img {
  width: 150px;
  margin: 5px;
  float: left;
}

/* 心に効く絵本ページ
------------------------------*/
table.ehon_table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  border-bottom: 3px dotted #FCC;
}
table.ehon_table td,
table.ehon_table th {
  border: none;
  padding: 10px;
}
table.ehon_table th {
  width: 30%;
  font-weight: normal;
  background: #fff;
  text-align: left;
}

/* レッスン動画ページ
（3カラムを1カラムに）
------------------------------*/
.movie-3-1 ul li {
  width: 30%;
  overflow: hidden;
  display: inline-block;
  padding: 0;
  margin: 0 1% 2em;
  vertical-align: top;
  text-align: center;
}

.height200 {
  height: 200px;
}

/* 無料ダウンロードページ
------------------------------*/
.free_box {
  width: 100%;
  margin: 1em auto 3em;
  padding: 20px 20px 10px;
  box-sizing: border-box;
  display: block;
  background-color: #fdf6f0;
}
.free_box p {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 10px;
}
.free_box img {
  vertical-align: middle;
}

/* お悩み相談
------------------------------*/
ul.onayami li {
  margin-left: 1em;
  padding-bottom: 8px;
  margin-top: 8px;
  line-height: 1.5;
  border-bottom: 1px dotted #fff;
}
ul.onayami li a {
  color: #333;
  font-weight: 400;
}
ul.onayami li::before {
  content: "・";
  margin-left: -1.2em;
  margin-right: 0.2em;
}

.answer {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
}
.answer .txt {
  text-align: right;
}
.answer .img img {
  -o-object-fit: cover;
     object-fit: cover;
}

/* お問合せフォーム文字間隔
------------------------------*/
.form p {
  margin-bottom: 1em;
}

/* プライベートレッスン
------------------------------*/
.private-title-h2 {
  padding-left: 5px;
  font-family: serif;
  font-weight: bold;
  color: #630;
  line-height: 1.5;
  font-size: 36px;
  transform: skewX(-15deg);
}
@media screen and (max-width: 767px) {
  .private-title-h2 {
    transform: skewX(0);
    font-size: 6.15vw;
    margin-bottom: 20px;
  }
}
.private-title-h2 .brsp {
  display: none;
}
@media screen and (max-width: 767px) {
  .private-title-h2 .brsp {
    display: block;
  }
}

.private-title-h3-no-icon {
  padding-left: 0;
}
.private-title-h3-no-icon::before {
  display: none;
}

.private-flex-block {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .private-flex-block {
    row-gap: 30px;
    justify-content: center;
  }
}
.private-flex-block li {
  flex: 0 0 25%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .private-flex-block li {
    flex: 0 0 300px;
    width: 100%;
  }
}
.private-flex-block li p {
  font-size: 12px;
  font-weight: bold;
}

.private-dl dt {
  color: #ff6482;
}

/* テキスト系装飾
------------------------------*/
/* 見出し系 */
h3 {
  position: relative;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  color: #444444;
  margin: 0.5em 0;
  padding-left: 25px;
}

h3:before {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  content: url(../images/sitemap99.gif);
}

.main-title {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 22px;
  font-weight: bold;
  color: #663300;
  line-height: 1.5;
  margin: 0.5em 0 1em;
  padding-left: 2.5em;
  border-bottom: solid 1px #ff6482;
  position: relative;
}
.main-title.anchor-position {
  margin: -100px 0 1em;
}

.main-title:before {
  content: url(../images/maintitle-icon.png);
  position: absolute;
  bottom: -20px;
  left: 0;
}

.main-title-bg {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 22px;
  font-weight: bold;
  color: #663300;
  line-height: 1.5;
  margin: 0.5em 0 1em;
  padding-left: 110px;
  border-bottom: solid 1px #ff6482;
  position: relative;
}
.main-title-bg.anchor-position {
  margin: -100px 0 1em;
}

.main-title-bg:before {
  content: url(../images/maintitle-icon-bg.png);
  position: absolute;
  bottom: -5px;
  left: 0;
}

.main-title-deer {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 22px;
  font-weight: bold;
  color: #663300;
  line-height: 1.5;
  margin: 0.5em 0 1em;
  padding-left: 2.5em;
  border-bottom: solid 1px #ff6482;
  position: relative;
}

.main-title-deer:before {
  content: url(../images/maintitle-icon-deer.png);
  position: absolute;
  bottom: -5px;
  left: 0;
}

.sub-title {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 20px;
  font-weight: bold;
  color: #663300;
  line-height: 1.5;
  margin: 0.5em 0 1em;
  padding-left: 2.5em;
  border-bottom: solid 1px #ff6482;
  position: relative;
  max-width: 640px;
}

.sub-title:before {
  content: url(../images/subtitle-icon.png);
  position: absolute;
  bottom: -12px;
  left: 0;
}

.sub-title-deer {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 20px;
  font-weight: bold;
  color: #663300;
  line-height: 1.5;
  margin: 0.5em 0 1em;
  padding-left: 2.8em;
  border-bottom: solid 1px #ff6482;
  position: relative;
  max-width: 640px;
}

.sub-title-deer:before {
  content: url(../images/subtitle-icon-deer.png);
  position: absolute;
  bottom: -5px;
  left: 0;
}

.icon:before {
  content: url(../images/sitemap99.gif);
}

.star {
  font-weight: bold;
}

.star:before {
  content: url(../images/staricon.png);
}

/* 文字色系 */
.pink {
  color: deeppink;
}

.pinkb {
  color: deeppink;
  font-size: 18px;
  font-weight: bold;
}

.purple {
  color: #C6C;
}

.reds {
  color: #F00;
}

.red {
  color: #F33;
  font-size: 18px;
  font-weight: bold;
}

.blue {
  color: #36C;
}

.orangeb {
  color: #F60;
  font-size: 18px;
  font-weight: bold;
}

.bk-orange {
  display: inline-block;
  padding: 0.1em 1em;
  text-decoration: none;
  background: #ff6b43;
  color: white;
  border-radius: 5px;
  transition: 0.4s;
  font-weight: bold;
}

.bk-pink {
  display: inline-block;
  padding: 0.1em 1em;
  text-decoration: none;
  background: #F69;
  color: white;
  border-radius: 5px;
  transition: 0.4s;
  font-weight: bold;
}

.marker {
  display: inline-block;
  padding: 0 5px;
  position: relative;
  z-index: 2;
}
.marker::before {
  position: absolute;
  left: 0;
  bottom: 2px;
  content: "";
  width: 100%;
  height: 40%;
  opacity: 0.1;
  z-index: 1;
}
.marker.marker-pink::before {
  background: #f69;
}

/* 位置・大きさ系 */
.inline-block {
  display: inline-block;
}

.aligncnt {
  text-align: center;
}

.right {
  text-align: right;
}

.font22 {
  font-size: 22px;
}

.font20 {
  font-size: 20px;
}

.font18 {
  font-size: 18px;
}

.font16 {
  font-size: 16px;
}

.font14 {
  font-size: 14px;
}

.font12 {
  font-size: 12px;
}

.font10 {
  font-size: 10px;
}

.fontb {
  font-weight: bold;
}

small {
  font-size: 12px;
}

/* ボタン系 */
[class^=btn-].btn-orange {
  display: inline-block;
  padding: 1em 2em;
  text-decoration: none;
  background: #F90;
  color: white;
  border: solid 1px pink;
  border-radius: 3px;
  transition: 0.4s;
}
[class^=btn-].btn-orange :hover {
  opacity: 0.6;
  color: white;
}
[class^=btn-].btn-pink {
  display: inline-block;
  padding: 12px 1em;
  text-decoration: none;
  background: #ff547c;
  color: #fff;
  font-weight: bold;
  line-height: 1.1;
  transition: 0.4s;
  min-width: 45%;
}
[class^=btn-].btn-blue {
  display: inline-block;
  padding: 12px 1em;
  text-decoration: none;
  background: #00a1e9;
  color: #fff;
  font-weight: bold;
  line-height: 1.1;
  transition: 0.4s;
  min-width: 45%;
}
[class^=btn-].round {
  border-radius: 9999px;
}
[class^=btn-].add-right-arrow::before {
  content: "▶";
}

/* リスト系装飾
------------------------------*/
ul.list li {
  margin-left: 1em;
}
ul.list li::before {
  content: "・";
  margin-left: -1.2em;
  margin-right: 0.2em;
}

ul.conditions {
  list-style-type: circle;
  padding-left: 1.5em;
}

ul.detail {
  list-style-type: square;
  padding-left: 1em;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 1em;
}

dd:before {
  content: "■ ";
  font-size: 14px;
  margin-left: -1em;
}

/* バックグラウンド系装飾
------------------------------*/
.in {
  background-image: url(../images/background.gif);
  height: auto;
  padding: 3px 10px 3px 10px;
  margin: 10px 0px;
  clear: both;
  font-weight: bold;
}

.in-b {
  background-image: url(../onayami/img/bg_1.gif);
  height: auto;
  padding: 3px;
  margin: 10px 0px;
  clear: both;
  font-weight: bold;
}

.in-pi {
  background-image: url(../onayami/img/bg_2.gif);
  height: auto;
  padding: 3px;
  margin: 10px 0px;
  clear: both;
  font-weight: bold;
}

.in-g {
  background-image: url(../onayami/img/bg_7.gif);
  height: auto;
  padding: 3px;
  margin: 10px 0px;
  clear: both;
  font-weight: bold;
}

.in-o {
  background-image: url(../onayami/img/bg_6.gif);
  height: auto;
  padding: 3px;
  margin: 10px 0px;
  clear: both;
  font-weight: bold;
}

.in-p {
  background-image: url(../onayami/img/bg_4.gif);
  height: auto;
  padding: 3px;
  margin: 10px 0px;
  clear: both;
  font-weight: bold;
}

.in-s {
  background-image: url(../onayami/img/bg_5.gif);
  height: auto;
  padding: 3px;
  margin: 10px 0px;
  clear: both;
  font-weight: bold;
}

.bg-pink {
  background-color: #fdf6f0;
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 1em;
  box-sizing: border-box;
}

.bg-yellow {
  background-color: #FFC;
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 1em;
  box-sizing: border-box;
}

/* その他クラス
------------------------------*/
/*-----アコーディオン-----*/
.accbox {
  margin: 0 auto 3em;
  padding: 0;
}

.accbox label {
  display: block;
  margin: 0;
  padding: 13px 10px;
  font-weight: bold;
  background: #fdf6f0;
  cursor: pointer;
  transition: all 0.5s;
  font-size: 14px;
}

.accbox input {
  display: none;
}

.accbox .accshow {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}

.cssacc:checked + label + .accshow {
  height: auto;
  padding: 10px 20px;
  opacity: 1;
  border: 1px solid #fdf6f0;
}

.accbox .accshow p {
  margin: 0 10px 1em;
}

@media only screen and (max-width: 480px) {
  .cssacc:checked + label + .accshow {
    padding: 10px 5px 0;
  }
}
/*----- レイアウト系 -----*/
/* 3カラムを1カラムに */
ul.col3to1 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
ul.col3to1 li {
  width: calc(33.3% - 20px);
}

/* 2カラムを1カラムに */
ul.col2to1 li {
  width: 48%;
  overflow: hidden;
  display: inline-block;
  padding: 0;
  vertical-align: top;
}

/* 位置系 */
.left {
  float: left;
  margin-right: 1em;
}

.alignleft {
  float: left;
  clear: left;
  margin: 3px 10px 10px 0;
}

.alignright {
  float: right;
  clear: right;
  margin: 3px 0 10px 10px;
}

.cf:after {
  content: "";
  clear: both;
  display: block;
}

.mb1 {
  margin-bottom: 1em;
}

.mb2 {
  margin-bottom: 2em;
}

.mb3 {
  margin-bottom: 3em;
}

.mb4 {
  margin-bottom: 4em;
}

.mt1 {
  margin-top: 1em;
}

.mt2 {
  margin-top: 2em;
}

.pad5 {
  padding: 5px;
}

.pd1 {
  padding: 1em;
}

/*----- table -----*/
table.explanation_table {
  width: 100%;
  border-collapse: collapse;
}
table.explanation_table img {
  vertical-align: top;
}
table.explanation_table td,
table.explanation_table th {
  padding: 10px;
}
table.explanation_table th {
  font-weight: normal;
  text-align: left;
}

/* flex-box
------------------------------*/
.flex-2block {
  display: flex;
  gap: 20px 40px;
}
.flex-box {
  padding: 20px 30px;
  border-radius: 5px;
}
.flex-box-title {
  padding: 0 0.5em;
  border-bottom: solid 1px #ff547c;
  text-align: center;
}
.flex-box-title.dots {
  border: none;
}
.flex-box-title.dots::after {
  content: "・・・・・";
  display: block;
  color: #ff3e86;
  width: 100%;
  text-align: center;
}

/* その他のメディアクエリ
------------------------------*/
/* SPのみで表示 */
@media screen and (min-width: 768px) {
  .text_sp_only {
    display: none;
  }
}
/* PCのみで表示 */
@media screen and (max-width: 767px) {
  .text_pc_only {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */