/* ==============================
  base
============================== */
/******************
  font
*******************/
@import url("https://fonts.googleapis.com/css?family=EB+Garamond:400,400i");
@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");
@font-face {
  font-family: 'TrajanProRegular';
  src: url("../font/trajan/trajanp0-webfont.eot");
  src: url("../font/trajan/trajanp0-webfont.eot?#iefix") format("embedded-opentype"), url("../font/trajan/trajanp0-webfont.woff") format("woff"), url("../font/trajan/trajanp0-webfont.ttf") format("truetype"), url("../font/trajan/trajanp0-webfont.svg#TrajanProRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.top {
  height: 90vh;
  margin-top: 10%;
}

@media screen and (min-width: 600px) {
  .top {
    -webkit-animation: text-focus-in 2s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
    animation: text-focus-in 2s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
    margin: auto;
    max-width: 1000px;
  }
}

.top .topbox {
  display: block;
  margin-bottom: 40px;
}

@media screen and (min-width: 600px) {
  .top .topbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
  }
}

.top .topbox .topbox_left {
  width: 100%;
}

@media screen and (min-width: 600px) {
  .top .topbox .topbox_left {
    width: 60%;
    text-align: left;
  }
}

.top .topbox .topbox_left .stitle {
  font-size: 14px;
  font-weight: bold;
}

@media screen and (min-width: 600px) {
  .top .topbox .topbox_left .stitle {
    font-size: 20px;
  }
}

.top .topbox .topbox_left .ltitle {
  font-size: 24px;
  font-weight: bold;
  margin-top: 20px;
}

@media screen and (min-width: 600px) {
  .top .topbox .topbox_left .ltitle {
    font-size: 44px;
    margin-top: 20px;
  }
}

.top .topbox .topbox_left .text {
  font-size: 12px;
  margin-top: 20px;
  line-height: 2;
}

@media screen and (min-width: 600px) {
  .top .topbox .topbox_left .text {
    font-size: 16px;
    margin-top: 20px;
    line-height: 2;
  }
}

.top .topbox .topbox_right {
  width: 100%;
  margin-top: 50px;
}

@media screen and (min-width: 600px) {
  .top .topbox .topbox_right {
    width: 47%;
    margin-top: -10px;
  }
}

.top .topbox .topbox_right .top_img {
  width: 100%;
}

@media screen and (min-width: 600px) {
  .top .topbox .topbox_right .top_img {
    width: 800px;
  }
}

.top .document {
  position: relative;
  margin-top: 20px;
  border-radius: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#9171c9), to(#e05d94));
  background: linear-gradient(to right, #9171c9, #e05d94);
  padding: 15px;
  color: #fff;
  font-size: 10px;
  width: 80%;
  margin: auto;
}

@media screen and (min-width: 600px) {
  .top .document {
    padding: 20px 40px;
    width: 40%;
    margin: auto;
    margin-top: 40px;
  }
}

.top .document::before {
  content: "";
  display: block;
  position: absolute;
  top: 36%;
  right: 15%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translateX(-50%) rotate(135deg);
  transform: translateX(-50%) rotate(135deg);
}

@media screen and (min-width: 600px) {
  .top .document::before {
    right: 15%;
    top: 36%;
  }
}

.top .document a {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}

@media screen and (min-width: 600px) {
  .top .document a {
    font-size: 14px;
  }
}

@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}

@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}



section.reason3 {
    margin-bottom: 5%;
}

h2.reason3_title {
    font-size: 170%;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 5%;
}

ul.reason-img {
    display: flex;
    width: 95%;
    margin: 0 auto 20px;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 800px;
}

ul.reason-img li {
    width: 30%;
}

@media screen and (min-width: 600px) {
  h2.reason3_title {
font-size: 120%;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 5%;
}
ul.reason-img {
display: flex;
    max-width: 550px;
    margin: 0 auto 20px;
    flex-wrap: wrap;
    justify-content: space-between;
}
ul.reason-img li {
    width: 30%;
}
}


.nayami {
  padding-bottom: 40px;
}

@media screen and (min-width: 600px) {
  .nayami {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.nayami .nayami_box {
  font-size: 12px;
  border-top: 2px solid #a693d9;
  border-bottom: 2px solid #a693d9;
  border-right: 2px solid #e383ae;
  border-left: 2px solid #e383ae;
  border-radius: 10px;
  padding: 10px;
  margin: 10px;
}

@media screen and (min-width: 600px) {
  .nayami .nayami_box {
    max-width: 1000px;
    margin: auto;
    font-size: 20px;
    padding: 60px;
  }
}

.nayami .nayami_box .nayami_title {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  position: relative;
  padding: 10px 10px 10px 30px;
}

@media screen and (min-width: 600px) {
  .nayami .nayami_box .nayami_title {
    font-size: 30px;
    margin-bottom: 20px;
    margin-left: 40px;
    padding: 0;
  }
}

.nayami .nayami_box .nayami_title::before {
  content: "";
  display: block;
  position: absolute;
  top: -60%;
  left: -5%;
  width: 100%;
  height: 90px;
  background: url("../img/index/hatena.png") no-repeat top left;
}

@media screen and (min-width: 600px) {
  .nayami .nayami_box .nayami_title::before {
    left: -70px;
    top: -100px;
    width: 100%;
    height: 100px;
  }
}

.nayami .nayami_box ul {
  font-size: 12px;
  line-height: 2.6;
  text-align: left;
  padding-left: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

@media screen and (min-width: 600px) {
  .nayami .nayami_box ul {
    padding-left: 220px;
    font-size: 16px;
  }
}

.nayami .nayami_box ul .check_box {
  position: relative;
  z-index: 2;
}

.nayami .nayami_box ul .check_box::before {
  display: block;
  position: absolute;
  top: 18%;
  left: -10%;
  width: 20px;
  height: 20px;
  z-index: 2;
  background: url("../img/index/check.png") no-repeat top left;
  background-size: contain;
  content: "";
}

@media screen and (min-width: 600px) {
  .nayami .nayami_box ul .check_box::before {
    top: 34%;
    left: -8%;
  }
}

.nayami .nayami_box ul .check_box .marker-animation.active {
  background-position: -100% .5em;
}

.nayami .nayami_box ul .check_box .marker-animation {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, pink));
  background-image: linear-gradient(left, transparent 50%, pink 50%);
  background-repeat: repeat-x;
  background-size: 200% .8em;
  background-position: 0 .5em;
}

.nayami .nayami_box .check_img {
  width: 16%;
}

@media screen and (min-width: 600px) {
  .nayami .nayami_box .check_img {
    width: 8%;
  }
}

.nayami .nayami_box .logotext {
  display: block;
  margin-top: 20px;
}

@media screen and (min-width: 600px) {
  .nayami .nayami_box .logotext {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 40px;
  }
}

.nayami .nayami_box .logotext .logotext_left {
  width: 100%;
}

@media screen and (min-width: 600px) {
  .nayami .nayami_box .logotext .logotext_left {
    width: 20%;
  }
}

.nayami .nayami_box .logotext .logotext_left .logoomg {
  width: 30%;
}

@media screen and (min-width: 600px) {
  .nayami .nayami_box .logotext .logotext_left .logoomg {
    width: 90%;
    margin-left: 40px;
    margin-top: 5px;
  }
}

.nayami .nayami_box .logotext .logotext_right {
  width: 100%;
}

@media screen and (min-width: 600px) {
  .nayami .nayami_box .logotext .logotext_right {
    width: 70%;
  }
}

.nayami .nayami_box .logotext .logotext_right .logotexts {
  width: 90%;
  margin: 10px 0 20px 0;
}

@media screen and (min-width: 600px) {
  .nayami .nayami_box .logotext .logotext_right .logotexts {
    width: 90%;
  }
}

.point1 {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media screen and (min-width: 600px) {
  .point1 {
    max-width: 900px;
    margin: auto;
    margin-top: 80px;
  }
}

.point1 .point_title {
  font-size: 14px;
  margin-bottom: 30px;
  font-weight: bold;
  border-bottom: 4px solid #e05d94;
  padding-bottom: 10px;
  width: 80%;
  margin: auto;
}

@media screen and (min-width: 600px) {
  .point1 .point_title {
    font-size: 22px;
    width: 50%;
    margin: auto;
    padding-bottom: 10px;
  }
}

.point1 .point_subtitle {
  font-size: 18px;
  font-weight: bold;
  margin: 15px;
  text-align: left;
}

@media screen and (min-width: 600px) {
  .point1 .point_subtitle {
    font-size: 36px;
    margin-bottom: 50px;
    margin-top: 80px;
  }
}

.point1 .point_subtitle .bignumber {
  color: #f172a8;
  font-size: 40px;
  padding-right: 5px;
}

@media screen and (min-width: 600px) {
  .point1 .point_subtitle .bignumber {
    font-size: 70px;
    margin-right: 20px;
  }
}

.point1 .point1box {
  display: block;
}

@media screen and (min-width: 600px) {
  .point1 .point1box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.point1 .point1box .point1box_left {
  width: 100%;
}

@media screen and (min-width: 600px) {
  .point1 .point1box .point1box_left {
    width: 50%;
  }
}

.point1 .point1box .point1box_left .point_text {
  font-size: 12px;
  line-height: 2.2;
  padding: 0 10px 0 10px;
}

@media screen and (min-width: 600px) {
  .point1 .point1box .point1box_left .point_text {
    font-size: 14px;
    margin-bottom: 80px;
    text-align: left;
  }
}

.point1 .point1box .point1box_right {
  width: 100%;
}

@media screen and (min-width: 600px) {
  .point1 .point1box .point1box_right {
    width: 80%;
  }
}

.point1 .point1box .point1box_right .point_img {
  width: 90%;
  margin-top: 20px;
}

@media screen and (min-width: 600px) {
  .point1 .point1box .point1box_right .point_img {
    width: 100%;
    margin-bottom: 80px;
  }
}

.point2 {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (min-width: 600px) {
  .point2 {
    padding-bottom: 80px;
  }
}

.point2 .point2_box {
  font-size: 14px;
  margin-bottom: 30px;
}

@media screen and (min-width: 600px) {
  .point2 .point2_box {
    max-width: 900px;
    margin: auto;
    font-size: 22px;
  }
}

.point2 .point2_box .point_subtitle {
  font-size: 18px;
  font-weight: bold;
  margin: 15px;
  text-align: left;
}

@media screen and (min-width: 600px) {
  .point2 .point2_box .point_subtitle {
    font-size: 36px;
    margin-bottom: 50px;
    margin-top: 20px;
  }
}

.point2 .point2_box .point_subtitle .bignumber {
  color: #f172a8;
  font-size: 40px;
  padding-right: 10px;
}

@media screen and (min-width: 600px) {
  .point2 .point2_box .point_subtitle .bignumber {
    font-size: 70px;
    margin-right: 20px;
  }
}

.point2 .point2_box .point2box {
  display: block;
}

@media screen and (min-width: 600px) {
  .point2 .point2_box .point2box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.point2 .point2_box .point2box .point2box_left {
  width: 100%;
}

@media screen and (min-width: 600px) {
  .point2 .point2_box .point2box .point2box_left {
    width: 54%;
  }
}

.point2 .point2_box .point2box .point2box_left .point_text {
  font-size: 12px;
  line-height: 2.2;
  padding: 0 10px 0 10px;
}

@media screen and (min-width: 600px) {
  .point2 .point2_box .point2box .point2box_left .point_text {
    font-size: 14px;
    margin-bottom: 80px;
    text-align: left;
  }
}

.point2 .point2_box .point2box .point2box_right {
  width: 100%;
}

@media screen and (min-width: 600px) {
  .point2 .point2_box .point2box .point2box_right {
    width: 80%;
  }
}

.point2 .point2_box .point2box .point2box_right .point_img {
  width: 90%;
  margin-top: 20px;
}

@media screen and (min-width: 600px) {
  .point2 .point2_box .point2box .point2box_right .point_img {
    width: 100%;
    margin-bottom: 80px;
    margin-top: -10px;
    margin-left: 40px;
  }
}

.point2 .point2_box .pointbottom {
  display: block;
}

@media screen and (min-width: 600px) {
  .point2 .point2_box .pointbottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.point2 .point2_box .pointbottom .pointbottom_left {
  width: 100%;
  margin-top: 20px;
}

@media screen and (min-width: 600px) {
  .point2 .point2_box .pointbottom .pointbottom_left {
    width: 50%;
    margin: 0;
  }
}

.point2 .point2_box .pointbottom .pointbottom_left .bottomimg {
  width: 85%;
}

@media screen and (min-width: 600px) {
  .point2 .point2_box .pointbottom .pointbottom_left .bottomimg {
    width: 80%;
    margin-left: 30px;
  }
}

.point2 .point2_box .pointbottom .pointbottom_right {
  width: 100%;
  margin-top: 20px;
}

@media screen and (min-width: 600px) {
  .point2 .point2_box .pointbottom .pointbottom_right {
    width: 50%;
    margin: 0;
  }
}

.point2 .point2_box .pointbottom .pointbottom_right .bottomimg {
  width: 90%;
}

@media screen and (min-width: 600px) {
  .point2 .point2_box .pointbottom .pointbottom_right .bottomimg {
    width: 90%;
    margin-right: 30px;
  }
}

.point3 {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media screen and (min-width: 600px) {
  .point3 {
    max-width: 1000px;
    margin: auto;
    margin-top: 80px;
  }
}

.point3 .point_subtitle {
  font-size: 18px;
  font-weight: bold;
  margin: 15px;
  text-align: left;
}

@media screen and (min-width: 600px) {
  .point3 .point_subtitle {
    font-size: 36px;
    margin-bottom: 50px;
    margin-top: 80px;
  }
}

.point3 .point_subtitle .bignumber {
  color: #f172a8;
  font-size: 40px;
  padding-right: 10px;
}

@media screen and (min-width: 600px) {
  .point3 .point_subtitle .bignumber {
    font-size: 70px;
    margin-right: 20px;
  }
}

.point3 .point3box {
  display: block;
}

@media screen and (min-width: 600px) {
  .point3 .point3box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.point3 .point3box .point3box_left {
  width: 100%;
}

@media screen and (min-width: 600px) {
  .point3 .point3box .point3box_left {
    width: 80%;
  }
}

.point3 .point3box .point3box_left .point_img {
  width: 90%;
  margin-top: 20px;
}

@media screen and (min-width: 600px) {
  .point3 .point3box .point3box_left .point_img {
    width: 120%;
    margin-bottom: 80px;
  }
}

.point3 .point3box .point3box_right {
  width: 100%;
  margin-top: 20px;
}

@media screen and (min-width: 600px) {
  .point3 .point3box .point3box_right {
    width: 50%;
    margin: 0;
  }
}

.point3 .point3box .point3box_right .point_text {
  font-size: 12px;
  line-height: 2.2;
  padding: 0 10px 0 10px;
}

@media screen and (min-width: 600px) {
  .point3 .point3box .point3box_right .point_text {
    font-size: 14px;
    margin-bottom: 80px;
    text-align: left;
  }
}

.consal {
  background: -webkit-gradient(linear, left top, right top, from(#aa95d9), to(#e686af));
  background: linear-gradient(to right, #aa95d9, #e686af);
  padding-top: 80px;
  padding-bottom: 80px;
  color: #fff;
}

.consal .service {
  padding-bottom: 40px;
}

@media screen and (min-width: 600px) {
  .consal .service {
    padding-top: 80px;
  }
}

@media screen and (min-width: 600px) {
  .consal .service .service_box {
    max-width: 900px;
    margin: auto;
  }
}

.consal .service .service_box .service_left {
  width: 30%;
}

@media screen and (min-width: 600px) {
  .consal .service .service_box .service_left {
    width: 20%;
    margin-bottom: 40px;
  }
}

.consal .service .service_box .service_left .service_logo {
  margin: 0px 20px 40px 20px;
}

.consal .service .service_box .service_subtitle {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
}

@media screen and (min-width: 600px) {
  .consal .service .service_box .service_subtitle {
    font-size: 30px;
    margin-bottom: 50px;
  }
}

.consal .service .service_box .service_text {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
  position: relative;
}

@media screen and (min-width: 600px) {
  .consal .service .service_box .service_text {
    font-size: 28px;
    margin-bottom: 30px;
    line-height: 1.6;
  }
}

.consal .service .service_box .service_text .marker-animation.active {
  background-position: -100% .5em;
}

.consal .service .service_box .service_text .marker-animation {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #fffa99));
  background-image: linear-gradient(left, transparent 50%, #fffa99 50%);
  background-repeat: repeat-x;
  background-size: 200% .8em;
  background-position: 0 .5em;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}

.consal .service .service_box .smalltext {
  font-size: 10px;
  padding: 20px;
  margin-top: -40px;
  white-space: pre-line;
}

@media screen and (min-width: 600px) {
  .consal .service .service_box .smalltext {
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: -30px;
    font-weight: bold;
  }
}

.consal .service .service_box .graph_box {
  display: block;
}

@media screen and (min-width: 600px) {
  .consal .service .service_box .graph_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.consal .service .service_box .graph_box .graph_left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}

@media screen and (min-width: 600px) {
  .consal .service .service_box .graph_box .graph_left {
    margin-right: 40px;
  }
}

.consal .service .service_box .graph_box .graph_left .graph_text {
  color: #8676a7;
  font-size: 18px;
  font-weight: bold;
  background-color: #fff;
  border-radius: 10px;
  margin: auto;
  padding: 20px;
  width: 90%;
}

@media screen and (min-width: 600px) {
  .consal .service .service_box .graph_box .graph_left .graph_text {
    width: 100%;
    font-size: 24px;
    padding: 50px;
    line-height: 2;
    font-weight: bold;
  }
}

.consal .service .service_box .graph_box .temperature-chart {
  width: 90%;
  border: 3px solid #fff;
  border-radius: 10px;
  padding: 20px;
  margin: auto;
}

@media screen and (min-width: 600px) {
  .consal .service .service_box .graph_box .temperature-chart {
    width: 55%;
  }
}

.consal .flow {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (min-width: 600px) {
  .consal .flow {
    padding-top: 80px;
  }
}

@media screen and (min-width: 600px) {
  .consal .flow .flow_box {
    max-width: 1200px;
    margin: auto;
  }
}

.consal .flow .flow_box .flow_subtitle {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
}

@media screen and (min-width: 600px) {
  .consal .flow .flow_box .flow_subtitle {
    font-size: 30px;
    margin-bottom: 50px;
  }
}

.consal .flow .flow_box .flow_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #000;
}

@media screen and (min-width: 600px) {
  .consal .flow .flow_box .flow_top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 80px;
  }
}

.consal .flow .flow_box .flow_top .flow_top1 {
  width: 43%;
  background-color: #fff;
  border-radius: 10px;
  padding-top: 10px;
  margin-right: 10px;
  margin-left: 20px;
  height: 250px;
}

@media screen and (min-width: 600px) {
  .consal .flow .flow_box .flow_top .flow_top1 {
    width: 22%;
    margin-right: 20px;
    height: 380px;
  }
}

.consal .flow .flow_box .flow_top .flow_top1 .number {
  font-size: 24px;
  text-align: left;
  margin-left: 10px;
  font-weight: bold;
}

@media screen and (min-width: 600px) {
  .consal .flow .flow_box .flow_top .flow_top1 .number {
    font-size: 30px;
    margin-left: 20px;
  }
}

.consal .flow .flow_box .flow_top .flow_top1 .flow_img {
  width: 40%;
  padding: 0 0 20px 0;
}

@media screen and (min-width: 600px) {
  .consal .flow .flow_box .flow_top .flow_top1 .flow_img {
    width: 30%;
  }
}

.consal .flow .flow_box .flow_top .flow_top1 .flow_titile {
  font-size: 14px;
  font-weight: bold;
}

@media screen and (min-width: 600px) {
  .consal .flow .flow_box .flow_top .flow_top1 .flow_titile {
    font-size: 20px;
  }
}

.consal .flow .flow_box .flow_top .flow_top1 .flow_text {
  font-size: 12px;
  padding: 10px 10px 0px 10px;
  line-height: 1.8;
}

@media screen and (min-width: 600px) {
  .consal .flow .flow_box .flow_top .flow_top1 .flow_text {
    font-size: 14px;
    padding: 40px 20px 40px 20px;
    line-height: 2;
  }
}

.consal .flow .flow_box .flow_top .flow_top2 {
  width: 43%;
  background-color: #fff;
  border-radius: 10px;
  padding-top: 10px;
  margin-right: 20px;
}

@media screen and (min-width: 600px) {
  .consal .flow .flow_box .flow_top .flow_top2 {
    width: 22%;
    margin-right: 0;
    margin-top: 30px;
    height: 380px;
  }
}

.consal .flow .flow_box .flow_top .flow_top2 .number {
  font-size: 24px;
  text-align: left;
  margin-left: 10px;
  font-weight: bold;
}

@media screen and (min-width: 600px) {
  .consal .flow .flow_box .flow_top .flow_top2 .number {
    font-size: 30px;
    margin-left: 20px;
  }
}

.consal .flow .flow_box .flow_top .flow_top2 .flow_img {
  width: 30%;
  padding: 0 0 5px 0;
}

@media screen and (min-width: 600px) {
  .consal .flow .flow_box .flow_top .flow_top2 .flow_img {
    width: 20%;
    padding: 0px 0 20px 0;
  }
}

.consal .flow .flow_box .flow_top .flow_top2 .flow_titile {
  font-size: 14px;
  font-weight: bold;
}

@media screen and (min-width: 600px) {
  .consal .flow .flow_box .flow_top .flow_top2 .flow_titile {
    font-size: 20px;
    margin-top: -5px;
  }
}

.consal .flow .flow_box .flow_top .flow_top2 .flow_text {
  font-size: 12px;
  padding: 10px 10px 0px 10px;
  line-height: 1.8;
}

@media screen and (min-width: 600px) {
  .consal .flow .flow_box .flow_top .flow_top2 .flow_text {
    font-size: 14px;
    padding: 40px 20px 40px 20px;
    line-height: 2;
  }
}

.consal .flow .flow_box .flow_top .flow_top3 {
  width: 43%;
  background-color: #fff;
  border-radius: 10px;
  padding-top: 10px;
  margin-right: 10px;
  margin-top: 10px;
  margin-left: 20px;
  height: 250px;
}

@media screen and (min-width: 600px) {
  .consal .flow .flow_box .flow_top .flow_top3 {
    width: 22%;
    margin-right: 20px;
    margin-top: 60px;
    height: 380px;
  }
}

.consal .flow .flow_box .flow_top .flow_top3 .number {
  font-size: 24px;
  text-align: left;
  margin-left: 10px;
  font-weight: bold;
}

@media screen and (min-width: 600px) {
  .consal .flow .flow_box .flow_top .flow_top3 .number {
    font-size: 30px;
    margin-left: 20px;
  }
}

.consal .flow .flow_box .flow_top .flow_top3 .flow_img {
  width: 34%;
  padding: 0px 0 20px 0;
}

@media screen and (min-width: 600px) {
  .consal .flow .flow_box .flow_top .flow_top3 .flow_img {
    width: 34%;
  }
}

.consal .flow .flow_box .flow_top .flow_top3 .flow_titile {
  font-size: 14px;
  font-weight: bold;
}

@media screen and (min-width: 600px) {
  .consal .flow .flow_box .flow_top .flow_top3 .flow_titile {
    font-size: 20px;
    padding: 0 20px 0 20px;
  }
}

.consal .flow .flow_box .flow_top .flow_top3 .flow_text {
  font-size: 12px;
  padding: 10px 10px 0px 10px;
  line-height: 1.8;
}

@media screen and (min-width: 600px) {
  .consal .flow .flow_box .flow_top .flow_top3 .flow_text {
    font-size: 14px;
    padding: 40px 20px 40px 20px;
    line-height: 2;
  }
}

.consal .flow .flow_box .flow_top .flow_top4 {
  width: 43%;
  background-color: #fff;
  border-radius: 10px;
  padding-top: 10px;
  margin-right: 20px;
  margin-top: 10px;
}

@media screen and (min-width: 600px) {
  .consal .flow .flow_box .flow_top .flow_top4 {
    width: 22%;
    margin-top: 90px;
    height: 380px;
  }
}

.consal .flow .flow_box .flow_top .flow_top4 .number {
  font-size: 24px;
  text-align: left;
  margin-left: 10px;
  font-weight: bold;
}

@media screen and (min-width: 600px) {
  .consal .flow .flow_box .flow_top .flow_top4 .number {
    font-size: 30px;
    margin-left: 20px;
  }
}

.consal .flow .flow_box .flow_top .flow_top4 .flow_img {
  width: 30%;
  padding: 0px 0 10px 0;
}

@media screen and (min-width: 600px) {
  .consal .flow .flow_box .flow_top .flow_top4 .flow_img {
    width: 20%;
    padding: 0px 0 20px 0;
  }
}

.consal .flow .flow_box .flow_top .flow_top4 .flow_titile {
  font-size: 14px;
  font-weight: bold;
}

@media screen and (min-width: 600px) {
  .consal .flow .flow_box .flow_top .flow_top4 .flow_titile {
    font-size: 20px;
  }
}

.consal .flow .flow_box .flow_top .flow_top4 .flow_text {
  font-size: 12px;
  padding: 10px 10px 0px 10px;
  line-height: 1.8;
}

@media screen and (min-width: 600px) {
  .consal .flow .flow_box .flow_top .flow_top4 .flow_text {
    font-size: 14px;
    padding: 40px 20px 40px 20px;
    line-height: 2;
  }
}

.consal .plan {
  margin: 40px 0 40px 0;
}

@media screen and (min-width: 600px) {
  .consal .plan {
    max-width: 900px;
    margin: auto;
  }
}

.consal .plan .plan_name {
  color: #fff;
  font-weight: bold;
  font-size: 22px;
}

@media screen and (min-width: 600px) {
  .consal .plan .plan_name {
    font-size: 30px;
    margin-top: 80px;
    margin-bottom: 40px;
  }
}

.consal .plan .planbox {
  display: block;
  color: #000;
  margin-top: 20px;
}

@media screen and (min-width: 600px) {
  .consal .plan .planbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.consal .plan .planbox .planbox_left {
  width: 90%;
  background: #fff;
  border-radius: 10px;
  margin: auto;
}

@media screen and (min-width: 600px) {
  .consal .plan .planbox .planbox_left {
    width: 38%;
    padding: 40px;
    margin-right: 60px;
    margin-left: 40px;
    height: 350px;
  }
}

.consal .plan .planbox .planbox_left .title {
  font-size: 18px;
  font-weight: bold;
  padding-top: 30px;
}

@media screen and (min-width: 600px) {
  .consal .plan .planbox .planbox_left .title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 0;
  }
}

.consal .plan .planbox .planbox_left .price {
  font-size: 22px;
  color: #a995d9;
  font-weight: bold;
  margin: 20px 0;
}

@media screen and (min-width: 600px) {
  .consal .plan .planbox .planbox_left .price {
    font-size: 24px;
    color: #a995d9;
    font-weight: bold;
  }
}

.consal .plan .planbox .planbox_left .plan_img {
  width: 12%;
}

@media screen and (min-width: 600px) {
  .consal .plan .planbox .planbox_left .plan_img {
    width: 15%;
  }
}

.consal .plan .planbox .planbox_left .plan_text {
  font-size: 12px;
  padding: 20px 0 30px 0;
  line-height: 2;
}

@media screen and (min-width: 600px) {
  .consal .plan .planbox .planbox_left .plan_text {
    font-size: 14px;
    line-height: 2;
    padding: 30px 0 10px 0;
  }
}

.consal .plan .planbox .planbox_right {
  background: #fff;
  border-radius: 10px;
  width: 90%;
  margin: auto;
  margin-top: 20px;
}

@media screen and (min-width: 600px) {
  .consal .plan .planbox .planbox_right {
    padding: 20px;
    margin-left: 60px;
    margin-top: 0;
    width: 38%;
    height: 350px;
  }
}

.consal .plan .planbox .planbox_right .title {
  font-size: 18px;
  font-weight: bold;
  padding: 20px;
}

@media screen and (min-width: 600px) {
  .consal .plan .planbox .planbox_right .title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 0;
  }
}

.consal .plan .planbox .planbox_right .price {
  font-size: 22px;
  color: #a995d9;
  font-weight: bold;
  margin: 0 0 20px 0;
}

@media screen and (min-width: 600px) {
  .consal .plan .planbox .planbox_right .price {
    font-size: 24px;
    color: #a995d9;
    font-weight: bold;
  }
}

.consal .plan .planbox .planbox_right .plan_img {
  width: 12%;
}

@media screen and (min-width: 600px) {
  .consal .plan .planbox .planbox_right .plan_img {
    width: 10%;
  }
}

.consal .plan .planbox .planbox_right .plan_text {
  font-size: 12px;
  padding: 20px;
  line-height: 2;
}

@media screen and (min-width: 600px) {
  .consal .plan .planbox .planbox_right .plan_text {
    font-size: 14px;
    line-height: 2;
  }
}

.consal .price {
  margin: 40px 0 40px 0;
  color: #000;
}

@media screen and (min-width: 600px) {
  .consal .price {
    max-width: 1150px;
    margin: auto;
  }
}

.consal .price .price_name {
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 20px;
  margin-top: 60px;
}

@media screen and (min-width: 600px) {
  .consal .price .price_name {
    font-size: 30px;
    margin-top: 80px;
  }
}

.consal .price .scrollable {
  overflow: auto;
}

@media screen and (min-width: 600px) {
  .consal .price .scrollable {
    overflow: hidden;
  }
}

.consal .price .price_content {
  background: #f9f9f9;
  padding: 40px 0 40px 0;
  min-width: 500px;
}

@media screen and (min-width: 600px) {
  .consal .price .price_content {
    margin: 50px 0 100px 0;
    border-radius: 10px;
    padding: 80px;
  }
}

.consal .price .price_content .price_box {
  margin-left: 138px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 66px;
}

@media screen and (min-width: 600px) {
  .consal .price .price_content .price_box {
    width: 100%;
    margin-left: 21%;
    margin-bottom: -30px;
    height: auto;
  }
}

.consal .price .price_content .price_box .plan-item {
  border-radius: 10px;
  padding: 4px 4px 0px 4px;
  margin-right: 5px;
  color: #fff;
  font-size: 10px;
  width: 36%;
  font-weight: bold;
}

@media screen and (min-width: 600px) {
  .consal .price .price_content .price_box .plan-item {
    padding: 10px 0 10px 0;
    font-size: 14px;
    margin-bottom: 40px;
    width: 155px;
    margin-right: 5px;
    white-space: nowrap;
  }
}

.consal .price .price_content .price_box .plan-item .bigtx {
  font-weight: bold;
  font-size: 10px;
}

@media screen and (min-width: 600px) {
  .consal .price .price_content .price_box .plan-item .bigtx {
    font-size: 20px;
    padding-top: 20px;
  }
}

.consal .price .price_content .price_box .plan1 {
  padding-top: 10px;
  background-color: #c6c0d4;
}

@media screen and (min-width: 600px) {
  .consal .price .price_content .price_box .plan1 {
    padding-top: 20px;
    font-size: 17px;
  }
}

.consal .price .price_content .price_box .plan2 {
  padding-top: 10px;
  background-color: #9991ac;
}

@media screen and (min-width: 600px) {
  .consal .price .price_content .price_box .plan2 {
    padding-top: 20px;
    font-size: 17px;
  }
}

.consal .price .price_content .price_box .plan3 {
  background-color: #685f79;
}

.consal .price .price_content .price_box .plan4 {
  background-color: #312c3a;
}

.consal .price .price_content .plan-annotation {
  font-size: 11px;
  text-align: left;
  padding-left: 10px;
}

@media screen and (min-width: 600px) {
  .consal .price .price_content .plan-annotation {
    font-size: 14px;
  }
}

.consal .price .price_content table {
  margin: 0 10px 20px 10px;
  background-color: #f9f9f9;
  text-align: left;
  font-size: 12px;
}

.consal .price .price_content table tr > td {
  background: #e5e5e5;
}

.consal .price .price_content table tr:nth-child(2n+1) > td {
  background: #fff;
}

.consal .price .price_content table td {
  font-weight: bold;
}

@media screen and (min-width: 600px) {
  .consal .price .price_content table {
    width: 100%;
    font-size: 14px;
  }
}

.consal .price .price_content table .small {
  width: 60px;
  padding: 10px;
}

@media screen and (min-width: 600px) {
  .consal .price .price_content table .small {
    width: 15%;
  }
}

.consal .price .price_content table .small, .consal .price .price_content table .text {
  text-align: center;
}

.consal .price .price_content table .bkimg {
  font-weight: bold;
  position: relative;
}

.consal .price .price_content table .bkimg::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background: url("../img/index/cercle.png") no-repeat top left;
  background-size: contain;
  content: "";
  opacity: 0.3;
}

.consal .price .price_content table .bkimg span {
  font-size: 12px;
  font-weight: normal;
}

.consal .price .price_content table .wide {
  width: 110px;
  padding: 10px;
}

@media screen and (min-width: 600px) {
  .consal .price .price_content table .wide {
    width: 19%;
    padding: 20px 27px;
  }
}

.consal .price .price_content table .wide span {
  font-size: 12px;
}

.consal .price .price_content table .yes {
  position: relative;
}

.consal .price .price_content table .yes::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background: url("../img/index/cercle.png") no-repeat top left;
  background-size: contain;
  content: "";
}

.consal .price .price_content table .text {
  font-size: 11px;
  padding: 10px 5px 10px 5px;
}

@media screen and (min-width: 600px) {
  .consal .price .price_content table .text {
    padding: 20px;
  }
}

.consal .price .price_content table .white {
  background-color: #fff;
  padding: 20px;
  height: 60px;
}

@media screen and (min-width: 600px) {
  .consal .price .price_content table .white {
    padding: 30px;
  }
}

.consal .price .price_content table .white .yes {
  position: relative;
}

.consal .price .price_content table .white .yes::before {
  display: block;
  position: absolute;
  top: 35%;
  left: 40%;
  width: 20px;
  height: 20px;
  background: url("../img/index/cercle.png") no-repeat top left;
  background-size: contain;
  content: "";
}

@media screen and (min-width: 600px) {
  .consal .price .price_content table .white .yes::before {
    left: 32%;
  }
}

.consal .price .price_content table .gray {
  background-color: #e5e5e5;
  padding: 20px;
  height: 60px;
}

@media screen and (min-width: 600px) {
  .consal .price .price_content table .gray {
    padding: 30px;
  }
}

.consal .price .price_content table .gray .text {
  font-size: 12px;
  padding: 10px 5px 10px 5px;
}

@media screen and (min-width: 600px) {
  .consal .price .price_content table .gray .text {
    padding: 20px;
  }
}

.consal .price .price_content table .gray .yes {
  position: relative;
}

.consal .price .price_content table .gray .yes::before {
  display: block;
  position: absolute;
  top: 35%;
  left: 40%;
  width: 20px;
  height: 20px;
  background: url("../img/index/cercle.png") no-repeat top left;
  background-size: contain;
  content: "";
}

@media screen and (min-width: 600px) {
  .consal .price .price_content table .gray .yes::before {
    left: 32%;
  }
}

.consal .price .price_content table #opacity {
  background-color: #e5e5e5;
  padding: 20px;
  opacity: 0.3;
  position: relative;
  height: 60px;
}

.consal .price .price_content table #opacity .wide {
  width: 30%;
  padding: 10px;
}

@media screen and (min-width: 600px) {
  .consal .price .price_content table #opacity .wide {
    padding: 20px;
  }
}

.consal .price .price_content table #opacitys {
  background-color: #fff;
  padding: 20px;
  opacity: 0.3;
  height: 60px;
}

.consal .price .price_content table #opacitys .wide {
  width: 30%;
  padding: 10px;
}

@media screen and (min-width: 600px) {
  .consal .price .price_content table #opacitys .wide {
    padding: 20px;
  }
}

.consal .price .price_content .cs {
  position: relative;
}

.consal .price .price_content .cs .cs_img {
  width: 60%;
  position: absolute;
  top: -126px;
  left: 125px;
}

@media screen and (min-width: 600px) {
  .consal .price .price_content .cs .cs_img {
    width: 60%;
    left: 32%;
    top: -140px;
  }
}

.contact {
  padding-top: 40px;
}

@media screen and (min-width: 600px) {
  .contact {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.contact .contact_box {
  position: relative;
}

@media screen and (min-width: 600px) {
  .contact .contact_box {
    max-width: 900px;
    margin: auto;
  }
}

.contact .contact_box .contact_img {
  width: 50%;
}

@media screen and (min-width: 600px) {
  .contact .contact_box .contact_img {
    width: 25%;
  }
}

  section.konnajyokyo {
      display: inherit;
      max-width: inherit;
      margin: 0 auto 10%;
      flex-wrap: inherit;
      align-items: center;
  }
  p.konna-txt {
    width: 100%;
    font-size: 140%;
    font-weight: bold;
    margin-bottom: 20px;
  }
  p.konna-img {
      width: 90%;
      margin: 0 auto;
  }

@media screen and (min-width: 600px) {


  section.konnajyokyo {
    display: flex;
    max-width: 1000px;
    margin: 0 auto 10%;
    flex-wrap: wrap;
    align-items: center;
}
p.konna-txt {
        width: 50%;
    font-size: 30px;
    font-weight: bold;
}
p.konna-img {
    width: 50%;
}

}