@charset "UTF-8";
/*
$color1: #B7472A;
$color2: #EB9788;
$color3: #FFD5AB;
$color4: #FFF2E5;
*/
/*
career-consultation // キャリア面談

interview-preparation // 面接対策
application-review // 応募書類の添削
pc-skills-training // PCスキル
business-etiquette // ビジネスマナー

*/
.bg_gra_02 {
  background-color: #fefafc;
}

.bg_gra_10 {
  background-color: #fbe6ef;
}

.bg_gra_20 {
  background-color: #f8ccde;
}

.bg_gra_30 {
  background-color: #f4b3ce;
}

.bg_gra_40 {
  background-color: #f199bd;
}

.bg_gra_50 {
  background-color: #ed80ad;
}

.bg_gra_60 {
  background-color: #e9669d;
}

.bg_gra_70 {
  background-color: #e64d8c;
}

.bg_gra_80 {
  background-color: #e2337c;
}

.bg_gra_90 {
  background-color: #df1a6b;
}

.bg_gra_110 {
  background-color: #c50052;
}

.bg_gra_120 {
  background-color: #af0049;
}

.bg_gra_130 {
  background-color: #990040;
}

.bg_gra_140 {
  background-color: #830037;
}

.bg_gra_150 {
  background-color: #6e002e;
}

.bg_gra_160 {
  background-color: #580024;
}

.bg_gra_170 {
  background-color: #42001b;
}

.bg_gra_180 {
  background-color: #2c0012;
}

.bg_gra_190 {
  background-color: #160009;
}

html {
  font-family: "M PLUS Rounded 1c", sans-serif;
  background-color: #fff;
}

html, body {
  margin: 0;
  padding: 0;
  color: #DB005B;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

a.button1, input.button1 {
  background-color: #DB005B;
  color: #fff;
  line-height: 1;
  padding: 5px 25px;
  border-radius: 5px;
  display: inline-block;
}
a.button1:hover, input.button1:hover {
  background-color: #990040;
}

.pre {
  background: #eee;
  /* font-family: "Courier 10 Pitch", courier, monospace; */
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

.block {
  max-width: 1000px;
  margin: 0 auto;
}

.block-fullwidth {
  width: 100%;
}

.content_text {
  color: rgba(0, 0, 0, 0.6666666667);
}

.serviceImage {
  width: 100%;
  aspect-ratio: 16/9;
  background-size: cover;
}

.note {
  font-size: 12px;
}

.serviceImage01 {
  background-image: url("/wp-content/themes/istyle-child/images/common/career-consultation.png");
}

.serviceImage02 {
  background-image: url("/wp-content/themes/istyle-child/images/common/interview-preparation.png");
}

.serviceImage03 {
  background-image: url("/wp-content/themes/istyle-child/images/common/application-review.png");
}

.serviceImage04 {
  background-image: url("/wp-content/themes/istyle-child/images/common/pc-skills-training.png");
}

.serviceImage05 {
  background-image: url("/wp-content/themes/istyle-child/images/common/business-etiquette.png");
}

.serviceImage06 {
  background-image: url("/wp-content/themes/istyle-child/images/common/self-henna-advisor.png");
}

#masthead {
  z-index: 1000;
  padding: 20px 0;
  background-size: 6px 6px;
  background-color: #fbe6ef;
  overflow: hidden;
}
#masthead .block {
  display: flex;
  justify-content: space-between;
  padding: 0px 30px;
}
#masthead .block .logo {
  color: #DB005B;
  display: flex;
  justify-content: center;
  width: 90px;
  align-items: center;
  box-sizing: border-box;
  font-size: 16px;
  margin: 0;
}
#masthead .block .logo a {
  display: block;
  width: 100%;
}
#masthead .block .logo a .logoImage {
  background-image: url("/wp-content/themes/istyle-child/images/common/logo.png");
  background-size: contain;
  width: 100%;
  aspect-ratio: 385/448;
  background-repeat: no-repeat;
}
#masthead .block .logo a .label {
  display: none;
}
#masthead .block .logo div {
  text-align: center;
}
#masthead .block .navi .menu1, #masthead .block .navi .menu2 {
  display: flex;
  justify-content: flex-end;
}
#masthead .block .navi .menu1 {
  margin: 7px 0;
  align-items: center;
  display: flex;
  padding-right: 5px;
  height: 27px;
}
#masthead .block .navi .menu1 a {
  color: #DB005B;
  font-weight: 500;
  display: flex;
  align-items: center;
  padding-bottom: 2px;
  box-sizing: border-box;
}
#masthead .block .navi .menu1 a span {
  margin-right: 5px;
}
#masthead .block .navi .menu1 a:hover {
  border-bottom: 2px solid #DB005B;
}
#masthead .block .navi .menu1 .item {
  margin-right: 15px;
  font-size: 12px;
}
#masthead .block .navi .menu1 .item:last-child {
  margin-right: 0;
}
#masthead .block .navi .menu1 .tel .phone_text {
  display: none;
}
#masthead .block .navi .menu1 .original_icon_prices {
  background-image: url("/wp-content/themes/istyle-child/images/common/icons/icon13_red.png");
  background-size: contain;
  width: 20px;
  aspect-ratio: 1;
  align-items: center;
}
#masthead .block .navi .menu2 {
  background-color: #DB005B;
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
#masthead .block .navi .menu2 .item {
  text-align: center;
  line-height: 1;
  width: 25%;
  padding: 0px;
  font-size: 14px;
}
#masthead .block .navi .menu2 .item a {
  display: block;
  color: #fff;
  width: 100%;
  align-items: center;
  padding: 10px 10px;
}
#masthead .block .navi .menu2 .item a span {
  margin-bottom: 5px;
  font-size: 48px;
}
#masthead .block .navi .menu2 .item a:hover {
  background-color: #990040;
}
#masthead .block .navi .menu2 .item a .label {
  font-size: 14px;
}
#masthead .block .navi .menu2 .item a .icon {
  width: 30px;
  aspect-ratio: 1;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 7px;
}
#masthead .block .navi .menu2 .icon5 .icon {
  background-image: url("/wp-content/themes/istyle-child/images/common/icons/icon5_white.png");
}
#masthead .block .navi .menu2 .icon1 .icon {
  background-image: url("/wp-content/themes/istyle-child/images/common/icons/icon1_white.png");
}
#masthead .block .navi .menu2 .icon0 .icon {
  background-image: url("/wp-content/themes/istyle-child/images/common/icons/icon10_white.png");
}
#masthead .block .navi .menu2 .icon4 .icon {
  background-image: url("/wp-content/themes/istyle-child/images/common/icons/icon4_white.png");
}
#masthead .block .navi .menu2 .icon2 .icon {
  background-image: url("/wp-content/themes/istyle-child/images/common/icons/icon2_white.png");
}
#masthead .block .navi .menu2 .icon3 .icon {
  background-image: url("/wp-content/themes/istyle-child/images/common/icons/icon3_white.png");
}
#masthead .block .navi .menu2 .icon6 .icon {
  background-image: url("/wp-content/themes/istyle-child/images/common/icons/icon6_white.png");
}
#masthead .block .navi .menu2 .icon7 .icon {
  background-image: url("/wp-content/themes/istyle-child/images/common/icons/icon7_white.png");
}
#masthead .block .navi .menu2 .icon9 .icon {
  background-image: url("/wp-content/themes/istyle-child/images/common/icons/icon9_white.png");
}
#masthead .block .navi .menu2 .icon14 .icon {
  background-image: url("/wp-content/themes/istyle-child/images/common/icons/icon14_white.png");
}
#masthead .block .navi .menu2 .navilabel {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  border-right: solid 1px #fff;
}

#menuheadCompact {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px;
}

@media screen and (max-width: 800px) {
  .container {
    padding-top: 130px;
  }
  #menuheadCompact {
    pointer-events: none;
    z-index: 100;
    display: flex;
    justify-content: space-between;
  }
  #menuheadCompact * {
    pointer-events: auto;
  }
  #menuheadCompact .logo {
    display: block;
    background-image: url("/wp-content/themes/istyle-child/images/common/logo.png");
    background-size: contain;
    width: 90px;
    aspect-ratio: 385/448;
    background-repeat: no-repeat;
  }
  #menuheadCompact .right {
    display: flex;
  }
  #menuheadCompact .right a, #menuheadCompact .right div {
    display: flex;
    width: 60px;
    height: 60px;
    background-color: #DB005B;
    color: #fff;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    margin-left: 5px;
    cursor: pointer;
    box-sizing: border-box;
    border: 3px solid #fff;
  }
  #menuheadCompact .right a span, #menuheadCompact .right div span {
    font-size: 30px;
  }
  #menuheadCompact .right a:hover, #menuheadCompact .right div:hover {
    background-color: #6e002e;
  }
  .showMenu {
    top: 140px !important;
  }
  #masthead {
    transition: all 0.5s 0s ease;
    padding: 0;
    position: fixed;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    top: -120px;
    left: 0;
    width: 100%;
  }
  #masthead .block {
    padding: 0;
    display: block;
    position: relative;
  }
  #masthead .block .logo {
    position: absolute;
    width: auto;
  }
  #masthead .block .logo a {
    display: flex;
    font-size: 10px;
    box-sizing: border-box;
    align-items: center;
  }
  #masthead .block .logo a .logoImage {
    background-image: url("/wp-content/themes/istyle-child/images/common/logo_square.svg");
    width: 27px;
    height: 27px;
    aspect-ratio: 1;
    margin: 0 5px;
  }
  #masthead .block .logo a .label {
    display: block;
  }
  #masthead .block .logo a .label div {
    padding: 0;
    margin: 0;
    text-align: left;
    line-height: 1;
    white-space: nowrap;
  }
  #masthead .block .navi {
    width: 100%;
  }
  #masthead .block .navi .menu1 a span {
    margin-right: 2px;
  }
  #masthead .block .navi .menu1 .item {
    margin-right: 10px;
  }
  #masthead .block .navi .menu1 .item:last-child {
    margin-right: 0;
  }
  #masthead .block .navi .menu1 .tel .phone_number {
    display: none;
  }
  #masthead .block .navi .menu1 .tel .phone_text {
    display: block;
  }
  #masthead .block .navi .menu2 {
    justify-content: space-around;
    border-radius: 0px;
  }
  #masthead .block .navi .menu2 .item a {
    padding: 10px 5px;
  }
  #masthead .block .navi .menu2 .item a .label {
    font-size: 10px;
  }
  #masthead .block .navi .menu2 .item a .icon {
    margin: 0 auto;
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 640px) {
  #masthead .block .logo a .logoImage {
    width: 27px;
    height: 27px;
    margin: 0 3px;
  }
  #masthead .block .logo a .label .line1, #masthead .block .logo a .label .line2 {
    display: none;
  }
  #masthead .block .navi .menu1 a {
    font-size: 11px;
    letter-spacing: -0.5px;
  }
  #masthead .block .navi .menu1 a span {
    display: none;
  }
  #masthead .block .navi .menu1 .item {
    margin-right: 10px;
  }
  #masthead .block .navi .menu1 .item:last-child {
    margin-right: 0;
  }
  #masthead .block .navi .menu2 {
    justify-content: space-around;
    border-radius: 0px;
  }
  #masthead .block .navi .menu2 .item a {
    padding: 10px 5px;
  }
  #masthead .block .navi .menu2 .item a .label {
    font-size: 8px;
  }
  #masthead .block .navi .menu2 .item a .icon {
    margin: 0 auto;
    margin-bottom: 7px;
  }
}
.container .main {
  max-width: 1000px;
  margin: 50px auto;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 20px;
}
.container .main .block {
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
}
.container .main #contentHead {
  display: flex;
  justify-content: center;
  color: #DB005B;
  width: 100%;
}
.container .main #contentHead .iconTitle {
  width: 100%;
  display: inline-block;
  margin: 0 auto;
}
.container .main #contentHead .iconTitle .icon {
  width: 200px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.container .main #contentHead .iconTitle .icon img {
  width: 100%;
}
.container .main #contentHead .iconTitle .icon, .container .main #contentHead .iconTitle .title {
  text-align: center;
}
.container .main #contentHead .iconTitle .icon span {
  font-size: 200px;
  line-height: 1;
  margin-bottom: 5px;
}
.container .main #contentHead .iconTitle .icon .original_icon_prices {
  display: block;
  background-image: url("/wp-content/themes/istyle-child/images/common/icons/icon13_red.png");
  background-size: contain;
  width: 200px;
  aspect-ratio: 1;
  align-items: center;
}
.container .main #contentHead .iconTitle .title {
  font-size: 50px;
}
.container .main #contentHead .iconTitle .icon_service {
  width: 150px;
}
.container .main #contentHead .iconTitle .title_service {
  font-size: 40px;
}
.container .main #contentHead .iconTitle .serviceImage {
  margin-top: 30px;
}
@media screen and (max-width: 800px) {
  .container .main #contentHead .iconTitle .icon {
    margin-bottom: 10px;
  }
  .container .main #contentHead .iconTitle .icon span {
    font-size: 150px;
  }
  .container .main #contentHead .iconTitle .icon .original_icon_prices {
    width: 130px;
    margin: 0 auto;
    margin-bottom: 25px;
  }
  .container .main #contentHead .iconTitle .title {
    font-size: 24px;
  }
  .container .main #contentHead .iconTitle .original_icon_title {
    margin-bottom: 45px;
  }
}
.container .main #contentHead .contentImage {
  margin-top: 30px;
  width: 50%;
  aspect-ratio: 16/9;
  background-image: url("/wp-content/themes/istyle-child/images/common/pc-skills-training.png");
  background-size: cover;
}
.container .main #contentText {
  box-sizing: border-box;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.6666666667);
  font-weight: 400;
}
.container .main #contentRelations {
  display: flex;
  justify-content: space-between;
  width: calc(100% + 30px);
}
.container .main #contentRelations .relation {
  border: 3px solid #DB005B;
  width: calc(25% - 30px);
  margin-right: 30px;
  aspect-ratio: 1;
}
.container .top {
  margin: 0px;
  width: 100%;
  max-width: 100%;
  border-radius: 0px;
  padding: 0;
  overflow: hidden;
}
.container .top #contentHead {
  background-color: #fff;
  background-image: url("/wp-content/themes/istyle-child/images/top/topbanner05.png");
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 1780/833;
}
.container .top .relations h3 {
  font-size: 40px;
  font-weight: 100;
}
.container .top .relations .items {
  display: flex;
  justify-content: space-between;
  margin-right: -15px;
}
.container .top .relations .items .item {
  width: calc(25% - 15px);
  aspect-ratio: 1;
  background-color: #DB005B;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.container #top_profile_news {
  background-size: 6px 6px;
  background-position: center;
  background-color: #fbe6ef;
  padding-top: 30px;
}
.container #top_profile_news .block-maxwidth1000 {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
}
.container #top_profile_news .block-maxwidth1000 .part_profile {
  width: 50%;
  padding: 30px;
}
.container #top_profile_news .block-maxwidth1000 #part_topics_news {
  width: 50%;
  padding: 30px;
}
@media screen and (max-width: 800px) {
  .container #top_profile_news .block-maxwidth1000 {
    display: block;
  }
  .container #top_profile_news .block-maxwidth1000 .part_profile {
    width: 100%;
  }
  .container #top_profile_news .block-maxwidth1000 #part_topics_news {
    width: 100%;
    margin-bottom: 0px;
  }
}
.container .part_profile {
  margin-bottom: 30px;
}
.container .part_profile .topImage {
  background-color: #fff;
  background-image: url("/wp-content/themes/istyle-child/images/common/profile.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
.container .part_profile .text {
  font-family: "Klee One", cursive;
  color: #777;
  color: #333;
  margin-top: 30px;
  width: 100%;
}
.container .part_profile .text .text1, .container .part_profile .text .text2 {
  text-align: center;
}
.container .part_profile .text .text2 {
  margin: 15px 0;
  padding: 15px;
}
.container .part_profile .text .text2 div {
  line-height: 1;
}
.container .part_profile .text .text2 .line0 {
  margin-bottom: 10px;
  font-size: 14px;
  color: #DB005B;
  line-height: 1;
  font-weight: bold;
  letter-spacing: -0.5px;
}
.container .part_profile .text .text2 .line1 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 1px;
}
.container .part_profile .text .text2 .line2 {
  margin-top: 10px;
}
.container .part_profile .text .text3 {
  color: #333;
  margin: 0 auto;
}
.container .part_profile .buttonContainer {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.container .part_profile .buttonContainer .button1 {
  font-size: 12px;
}
.container #part_topics_news {
  margin-bottom: 30px;
}
.container #part_topics_news .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.container #part_topics_news .header h2 {
  margin: 0;
  padding: 0;
  line-height: 1;
  padding-left: 20px;
}
.container #part_topics_news .item {
  display: flex;
  align-items: center;
  border-top: 1px solid #f8ccde;
}
.container #part_topics_news .item:last-child {
  border-bottom: 1px solid #f8ccde;
}
.container #part_topics_news .item a {
  display: block;
  width: 100%;
  margin: 0;
  padding: 20px;
  line-height: 1;
  color: #777;
}
.container #part_topics_news .item a:hover {
  background-color: #fbe6ef;
}
.container #part_topics_news .item a .date {
  font-size: 12px;
  margin-bottom: 5px;
  font-weight: 300;
  letter-spacing: 1px;
  font-weight: 400;
}
.container #part_topics_news .item a h3 {
  margin: 0;
  padding: 0;
  font-weight: bold;
  line-height: 1.4;
}
.container footer {
  background-image: url("/wp-content/themes/istyle-child/images/common/bg-dots2.svg");
  background-size: 6px 6px;
}
.container footer .inquiery {
  background-color: #DB005B;
  color: #fff;
  padding: 50px;
}
.container footer .inquiery .text {
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 30px;
  line-height: 1;
  justify-content: center;
}
.container footer .inquiery .text span {
  font-size: 40px;
}
.container footer .inquiery ul {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.container footer .inquiery li {
  margin-right: 15px;
}
.container footer .inquiery li a {
  color: #fff;
  display: flex;
  align-items: center;
}
.container footer .inquiery li a span {
  margin-right: 5px;
}
.container footer .copyright {
  color: #DB005B;
  text-align: center;
  padding: 15px;
}
.container .block_info1 {
  display: flex;
  background-color: #f8ccde;
  text-align: center;
  line-height: 1;
}
.container .block_info1 .map {
  width: 50%;
  aspect-ratio: 16/9 !important;
}
.container .block_info1 .info {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 800px) {
  .container .main .block {
    padding: 0px;
  }
}
.services {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
}
.services #service1 .thumbnail {
  background-image: url("/wp-content/themes/istyle-child/images/common/icons/icon4_red.png");
}
.services #service2 .thumbnail {
  background-image: url("/wp-content/themes/istyle-child/images/common/icons/icon2_red.png");
}
.services #service3 .thumbnail {
  background-image: url("/wp-content/themes/istyle-child/images/common/icons/icon3_red.png");
}
.services #service4 .thumbnail {
  background-image: url("/wp-content/themes/istyle-child/images/common/icons/icon6_red.png");
}
.services #service5 .thumbnail {
  background-image: url("/wp-content/themes/istyle-child/images/common/icons/icon7_red.png");
}
.services #service6 .thumbnail {
  background-image: url("/wp-content/themes/istyle-child/images/common/icons/icon9_red.png");
}
.services #service7 .thumbnail {
  background-image: url("/wp-content/themes/istyle-child/images/common/icons/icon14_red.png");
}
.services .service {
  width: calc(33.3333333333% - 20px);
  margin-right: 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
  border: 1px solid #ed80ad;
  border-radius: 10px;
  overflow: hidden;
}
.services .service a {
  color: rgba(0, 0, 0, 0.6666666667);
  display: block;
  padding-top: 30px;
  height: 100%;
}
.services .service a .thumbnail {
  width: 100%;
  aspect-ratio: 16/9;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.services .service a .category {
  text-align: center;
  padding: 30px;
  font-size: 30px;
}
.services .service a .description {
  padding: 20px;
  padding-top: 0;
}
.services .service a:hover {
  background-color: #fbe6ef;
}

@media screen and (max-width: 800px) {
  .services {
    padding: 20px;
  }
  .services .service {
    width: calc(50% - 20px);
  }
  .services .service a .category {
    font-size: 24px;
  }
}
@media screen and (max-width: 540px) {
  .services .service a .category {
    padding: 15px;
    font-size: 16px;
  }
}
.page-id-37 .btnPrice, .page-id-31 .btnPrice, .page-id-139 .btnPrice, .page-id-39 .btnPrice {
  text-align: center;
}

.page-id-88 #prices .items {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 15px);
}
.page-id-88 #prices .items .item {
  width: calc(33.3333333333% - 15px);
  background-color: #fbe6ef;
  border-radius: 5px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5333333333);
  margin-right: 15px;
  margin-bottom: 15px;
  text-align: center;
}
.page-id-88 #prices .items .item > div {
  padding: 0 20px;
}
.page-id-88 #prices .items .item .label {
  padding: 25px;
  font-weight: 500;
  font-size: 20px;
}
.page-id-88 #prices .items .item .price {
  font-size: 38px;
  font-weight: 200;
  line-height: 1;
  margin-bottom: 5px;
}
.page-id-88 #prices .items .item .per {
  font-size: 14px;
  font-weight: 500;
}
.page-id-88 #prices .items .item .link {
  margin: 15px auto;
  display: flex;
  justify-content: center;
}
.page-id-88 #prices .items .item .link a {
  display: flex;
  align-items: center;
  line-height: 1;
  background-color: #DB005B;
  color: #fff;
  padding: 3px 15px;
  padding-right: 10px;
  border-radius: 5px;
  font-size: 12px;
}
.page-id-88 #prices .items .item .link a:hover {
  background-color: #6e002e;
}
.page-id-88 #prices .items .item .link a span {
  line-height: 1;
  padding: 0;
  margin: 0;
  font-size: 16px;
}
.page-id-88 #prices .items .item .sumally {
  text-align: left;
  background-color: #ed80ad;
  color: #fff;
  padding: 20px 35px;
}
@media screen and (max-width: 800px) {
  .page-id-88 #prices .items .item {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 540px) {
  .page-id-88 #prices .items .item {
    width: calc(100% - 15px);
  }
}

.page-id-179 #prices .items {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 15px);
}
.page-id-179 #prices .items .item {
  display: flex;
  width: calc(100% - 15px);
  background-color: #fbe6ef;
  border-radius: 10px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3333333333);
  margin-right: 15px;
  margin-bottom: 15px;
  overflow: hidden;
  justify-content: space-between;
  border: 2px solid #fff;
}
.page-id-179 #prices .items .item > div {
  padding: 15px;
}
.page-id-179 #prices .items .item .info {
  width: calc(100% - 230px);
}
.page-id-179 #prices .items .item .info .label {
  font-size: 24px;
}
.page-id-179 #prices .items .item .price_info {
  background-color: #DB005B;
  color: #fff;
  font-size: 14px;
  width: 230px;
  text-align: right;
}
.page-id-179 #prices .items .item .price_info .price {
  font-size: 38px;
  font-weight: 200;
  line-height: 1;
  margin-bottom: 5px;
}
.page-id-179 #prices .items .item .price_info .price a {
  color: #fff;
}
.page-id-179 #prices .items .item .price_info .price a:hover {
  background-color: #fff;
  color: #DB005B;
}
.page-id-179 #prices .items .item .link {
  display: flex;
}
.page-id-179 #prices .items .item .link a {
  display: flex;
  width: auto;
  align-items: center;
  line-height: 1;
  margin-top: 3px;
  border: 1px solid #DB005B;
  color: #DB005B;
  padding: 0px 15px;
  padding-right: 10px;
  border-radius: 5px;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
}
.page-id-179 #prices .items .item .link a:hover {
  background-color: #DB005B;
  color: #fff;
}
.page-id-179 #prices .items .item .label {
  color: #777;
}
.page-id-179 #prices .items .item .sumally {
  color: #777;
}
@media screen and (max-width: 800px) {
  .page-id-179 #prices .items .item .info {
    width: calc(100% - 150px);
  }
  .page-id-179 #prices .items .item .price_info {
    width: 150px;
    font-size: 12px;
  }
  .page-id-179 #prices .items .item .price_info .price {
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  .page-id-179 #prices .items .item .info {
    width: calc(100% - 120px);
    font-size: 14px;
  }
  .page-id-179 #prices .items .item .price_info {
    width: 120px;
    font-size: 12px;
  }
  .page-id-179 #prices .items .item .price_info .price {
    font-size: 16px;
    font-weight: 400;
  }
}

.page-id-41 #henna .items .item {
  margin: 20px 0;
}
.page-id-41 #henna .items .item img {
  width: 100%;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}
.page-id-41 #henna .items .button {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.page-id-41 #henna .items .button a {
  font-size: 24px;
  display: flex;
  align-items: center;
  padding: 30px 40px;
}
.page-id-41 #henna .items .button a span {
  font-size: 48px;
  margin-right: 15px;
}
@media screen and (max-width: 640px) {
  .page-id-41 #henna .items .button a {
    font-size: 14px;
    padding: 10px 12px;
  }
  .page-id-41 #henna .items .button a span {
    font-size: 24px;
    margin-right: 5px;
  }
}

.page-id-19 #profile .part_profile {
  margin-top: 50px;
}
.page-id-19 #profile h2 {
  text-align: center;
  color: #DB005B;
  background-color: #f8ccde;
  padding: 15px;
}
.page-id-19 #profile .profile h3 {
  font-family: "Klee One", cursive;
  color: #DB005B;
  font-weight: 600;
  font-size: 24px;
}

.page-id-21, .page-id-183 {
  color: #777;
}
.page-id-21 .flow, .page-id-183 .flow {
  background-color: #DB005B;
  color: #fff;
  margin-bottom: 30px;
}
.page-id-21 .flow *, .page-id-183 .flow * {
  margin: 0;
  padding: 0;
}
.page-id-21 .flow p, .page-id-183 .flow p {
  height: auto;
}
.page-id-21 .flow .pulldown, .page-id-183 .flow .pulldown {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.page-id-21 .flow .content, .page-id-183 .flow .content {
  display: none;
  padding: 20px;
  color: #777;
  background-color: #fff;
}
.page-id-21 .flow .content ol, .page-id-183 .flow .content ol {
  padding: 20px;
}
.page-id-21 .flow .content ol li, .page-id-183 .flow .content ol li {
  margin: 3px 0;
}
.page-id-21 .flow .content ul, .page-id-183 .flow .content ul {
  padding: 5px 0px;
}
.page-id-21 .flow .content li .sub, .page-id-183 .flow .content li .sub {
  font-size: 12px;
}
.page-id-21 .line, .page-id-183 .line {
  display: flex;
  align-items: center;
}
.page-id-21 .line p, .page-id-183 .line p {
  padding: 0;
}
.page-id-21 .wpcf7-form-control-wrap, .page-id-183 .wpcf7-form-control-wrap {
  display: flex;
}
.page-id-21 .wpcf7-form-control-wrap .wpcf7-not-valid-tip, .page-id-183 .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  font-size: 12px;
}
.page-id-21 .wpcf7-not-valid-tip, .page-id-183 .wpcf7-not-valid-tip {
  position: absolute;
  right: 0;
  display: none;
}
.page-id-21 .wpcf7-form .row, .page-id-183 .wpcf7-form .row {
  display: flex;
  align-items: center;
  position: relative;
  padding: 10px 15px;
}
.page-id-21 .wpcf7-form .row .content h4, .page-id-183 .wpcf7-form .row .content h4 {
  margin: 0;
  padding: 0;
}
.page-id-21 .wpcf7-form .row p, .page-id-183 .wpcf7-form .row p {
  display: flex;
  line-height: 1;
  margin: 0;
  padding: 10px 0;
  align-items: center;
}
.page-id-21 .wpcf7-form .row p input, .page-id-21 .wpcf7-form .row p textarea, .page-id-21 .wpcf7-form .row p select, .page-id-183 .wpcf7-form .row p input, .page-id-183 .wpcf7-form .row p textarea, .page-id-183 .wpcf7-form .row p select {
  margin: 0;
  padding: 10px;
}
.page-id-21 .wpcf7-form .row p .wpcf7-form-control-wrap .wpcf7-radio, .page-id-183 .wpcf7-form .row p .wpcf7-form-control-wrap .wpcf7-radio {
  display: flex;
  justify-content: flex-start;
}
.page-id-21 .wpcf7-form .row h3, .page-id-183 .wpcf7-form .row h3 {
  display: block;
  width: 170px;
  margin: 0;
  padding: 0;
  margin-top: 10px;
  font-size: 15px;
}
.page-id-21 .wpcf7-form .row input[type=text], .page-id-21 .wpcf7-form .row input[type=email], .page-id-183 .wpcf7-form .row input[type=text], .page-id-183 .wpcf7-form .row input[type=email] {
  width: 250px;
}
.page-id-21 .wpcf7-form .row .name input, .page-id-21 .wpcf7-form .row .kana input, .page-id-183 .wpcf7-form .row .name input, .page-id-183 .wpcf7-form .row .kana input {
  width: 200px;
  margin-right: 10px;
}
.page-id-21 .wpcf7-form .row:nth-child(even), .page-id-183 .wpcf7-form .row:nth-child(even) {
  background-color: #fefafc;
}
.page-id-21 .wpcf7-form .row .wpcf7-submit, .page-id-183 .wpcf7-form .row .wpcf7-submit {
  background-color: #DB005B;
  color: #fff;
  font-size: 24px;
  padding: 10px 40px;
  width: 100%;
  cursor: pointer;
}
.page-id-21 .wpcf7-form .row .wpcf7-submit:hover, .page-id-183 .wpcf7-form .row .wpcf7-submit:hover {
  background-color: #af0049;
}
.page-id-21 .wpcf7-form .submit, .page-id-183 .wpcf7-form .submit {
  display: flex;
  justify-content: center;
}
.page-id-21 .wpcf7-form .category input, .page-id-183 .wpcf7-form .category input {
  width: auto !important;
}
.page-id-21 .wpcf7-form .datetimeCandidates, .page-id-183 .wpcf7-form .datetimeCandidates {
  padding: 15px;
}
.page-id-21 .wpcf7-form .datetimeCandidates .line, .page-id-183 .wpcf7-form .datetimeCandidates .line {
  padding: 5px 0 5px 0;
}
.page-id-21 .wpcf7-form .datetimeCandidates p, .page-id-183 .wpcf7-form .datetimeCandidates p {
  margin: 0;
  padding: 0;
}
.page-id-21 .wpcf7-form .datetimeCandidates p span, .page-id-183 .wpcf7-form .datetimeCandidates p span {
  margin-left: 1em;
}
.page-id-21 .wpcf7-form input, .page-id-183 .wpcf7-form input {
  padding: 5px 10px;
}
@media screen and (max-width: 800px) {
  .page-id-21 .wpcf7-form .row, .page-id-183 .wpcf7-form .row {
    display: block;
  }
  .page-id-21 .wpcf7-form .row .line, .page-id-183 .wpcf7-form .row .line {
    display: block;
  }
  .page-id-21 .wpcf7-form .row .line input, .page-id-21 .wpcf7-form .row .line textarea, .page-id-21 .wpcf7-form .row .line select, .page-id-183 .wpcf7-form .row .line input, .page-id-183 .wpcf7-form .row .line textarea, .page-id-183 .wpcf7-form .row .line select {
    margin: 0;
    padding: 10px;
  }
  .page-id-21 .wpcf7-form .row .line p, .page-id-183 .wpcf7-form .row .line p {
    display: block;
  }
  .page-id-21 .wpcf7-form .row .line p input, .page-id-183 .wpcf7-form .row .line p input {
    width: auto;
  }
  .page-id-21 .wpcf7-form .row input[type=text], .page-id-21 .wpcf7-form .row input[type=email], .page-id-183 .wpcf7-form .row input[type=text], .page-id-183 .wpcf7-form .row input[type=email] {
    width: 100%;
  }
  .page-id-21 .wpcf7-form .row .name input, .page-id-21 .wpcf7-form .row .kana input, .page-id-183 .wpcf7-form .row .name input, .page-id-183 .wpcf7-form .row .kana input {
    width: 140px;
  }
}
.page-id-21 .agreement .textContainer, .page-id-183 .agreement .textContainer {
  width: 70%;
}
.page-id-21 .agreement .textContainer .text, .page-id-183 .agreement .textContainer .text {
  height: 200px;
  width: 100%;
  overflow: scroll;
  border: solid 1px #DB005B;
  padding: 15px;
}
@media screen and (max-width: 800px) {
  .page-id-21 .agreement .textContainer, .page-id-183 .agreement .textContainer {
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  .page-id-139 #primary .block {
    padding: 30px;
  }
}

.postid-204 .charts .chart {
  width: 70%;
  margin: 15px auto;
}
.postid-204 .charts .chart img {
  width: 100%;
}
.postid-204 table {
  border-spacing: 0;
  border-right: 1px solid #555;
  border-bottom: 1px solid #555;
}
.postid-204 table td, .postid-204 table th {
  border-top: 1px solid #555;
  border-left: 1px solid #555;
  padding: 3px 10px;
  font-size: 12px;
}
.postid-204 table th {
  background-color: #fbe6ef;
}
.postid-204 .answers ul {
  list-style: disc;
  margin: auto;
  padding-left: 20px;
}
.postid-204 .answers ul li {
  margin: 15px auto;
}
.postid-204 .answers ul li:before {
  content: "「";
}
.postid-204 .answers ul li:after {
  content: "」";
}
@media screen and (max-width: 640px) {
  .postid-204 .charts .chart {
    width: 100%;
  }
  .postid-204 table td, .postid-204 table th {
    padding: 3px 3px;
    font-size: 10px;
  }
}/*# sourceMappingURL=style_istyle.css.map */