/*
Theme Name: Next Partner
Author: Next Partner
Description: Original Theme
Version: 1.0
*/

/*html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    letter-spacing: inherit;
    color: inherit;
}*/


body{
	/*overflow-x: hidden;*/
	margin: 0;
	font-family: "Noto Sans JP", sans-serif;
	box-sizing:border-box;
}

@media screen and (max-width: 768px){
body {
    /*overflow-x: hidden;*/
}	
}

/*@media screen and (min-width:768px) {
/* ここにPC向けのCSS指定 */
 /*body {
    margin: 0;
    font-family: "Noto Sans JP", sans-serif;

  }
	header, footer {
		 transform: scale(1) !important;
	}
}
*/

.wrapper{
	overflow: hidden;
	box-sizing:border-box;
}

.sp {
    display: none;
}

table.table_sp {
    border-spacing: 0;
	border-collapse: collapse;
}
  
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px){
	.container {
    max-width: 540px;
}
}

@media (min-width: 690px){
	.container {
    max-width: 650px;
}
}

@media (min-width: 768px){
	.container {
    max-width: 720px;
}
}

@media (min-width: 992px){
	.container {
    max-width: 960px;
}
}

  
@media (min-width: 1200px){
	.container {
    max-width: 1140px;
}
}

@media (max-width: 575px){
	.container {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}
}

  .top-container {
    /*width: 100%;*/
  }

.header-logo{
	width: 100%;
    padding: 0.4em 0.2em;
}

.header-container{
	width: 100%;
    min-height: 46px;
}

@media screen and (max-width: 767px){
  .header-container{
    width: 100%;
    min-height: 46px;
  }
}

@media screen and (max-width: 991.98px){
  .header-logo{
    width: 100%;
    position: relative;
    z-index: 1000;
    top: 0;
    /* background-color: #fff; */
    /* box-shadow: 0 1px 3px rgba(0,0,0,.1); */
    margin-bottom: 0;
    /*min-height: 46px;*/
    border: none;
  }
}
  
  .top-container img {
    width: 100%;
    pointer-events: none;
  }
  
  .worry {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  
  .worry-container {
    width: 80%;
    margin: 0 auto;
    max-width: 1200px;
  }
  
  .worry-title {
    text-align: center;
    margin-bottom: 50px;
  }
  
  .worry-title h2 {
    font-size: 40px;
    color: #134da0;
    margin-bottom: 50px;
  }
  
  .worry-big {
    font-size: 50px;
  }
  
  .redtext {
    color: #ad3b3b;
  }
  
  .worry-title img {
    width: 100%;
  }
  
  .worry-contents {
    display: flex;
  }
  
  .worry-contents-B {
    display: block;
    max-width: 1014px;
    width: 80%;
    margin: 0 auto;
  }
  
  .worry-left {
    width: 50%;
  }
  
  .worry-right {
    width: 50%;
  }
  
  .worry-content {
    display: flex;
  }
  
  .worry-content img {
    width: 60px;
    height: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  .worry-content p {
    font-size: 32px;
    font-weight: bold;
    margin: 10px 0 10px 10px;
  }
  
  .solution {
    background: #134da0;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 30px;
  }
  
  .solution-container {
    width: 80%;
    margin: 0 auto;
    max-width: 1200px;
  }
  
  .solution-title {
    width: 100%;
    text-align: center;
    margin-bottom: 120px;
  }
  
  .solution-title h2 {
    color: #fff;
    font-size: 50px;
  }
  
  .solution-contents {
    display: flex;
    justify-content: space-around;
    margin-bottom: 100px;
  }
  
  .solution-contents img {
    width: 23%;
  }
  
  .solution-text {
    text-align: center;
    margin-bottom: 100px;
  }
  
  .solution-text h3 {
    font-size: 50px;
    color: #fff;
  }
  
  .yellow-text {
    color: #fee209;
  }
  
  .yellow-underline {
    border-bottom: solid 3px #fee209;
  }
  
  .solution-qa {
    padding: 50px;
    background: #fff;
    border-radius: 100px 100px 0 0;
  }
  
  .solution-qa-content {
    display: flex;
  }
  
  .solution-qa-left {
    width: 20%;
  }
  
  .solution-qa-left img {
    width: 100%;
  }
  
  .solution-qa-right {
    width: 80%;
  }
  
  .solution-qa-right h3 {
    font-size: 40px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 30px;
  }
  
  .lightblue-text {
    color: #6facce;
  }
  
  .solution-qa-right p {
    font-size: 20px;
    line-height: 1.8;
  }
  
  .yellow-backline {
    background: #fee209;
  }
  
  .solution-qa hr {
    border-top: solid 3px #707070;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  
  .solution-qa-last {
    padding: 30px;
    background: #fee209;
    border-radius: 0 0 100px 100px;
    text-align: center;
  }
  
  .solution-qa-last h4 {
    font-size: 40px;
    font-weight: bold;
    color: #134da0;
    margin: 0;
  }
  
  .yajirushi {
    width: 100%;
  }
  
  .yajirushi img {
    width: 100%;
  }
  
  .service {
    width: 100%;
  }
  
  .service-container {
    width: 80%;
    margin: 0 auto;
    max-width: 1200px;
  }
  
  .yellow-marker {
    background: linear-gradient(transparent 50%, #fee209 50%);
  }
  
  .service-top {
    text-align: center;
    margin-top: 50px;
  }
  
  .service-top img {
    width: 100%;
  }
  
  .service-top h3 {
    font-size: 40px;
  }
  
  .service-content {
    width: 100%;
    position: relative;
  }
  
  .service-content img {
    width: 100%;
  }
  
  .service-soler-button {
    position: absolute;
    width: 260px;
    height: 70px;
    top: 26%;
    right: 13%;
  }
  
  .service-storage-button {
    position: absolute;
    width: 260px;
    height: 70px;
    bottom: 6%;
    left: 25%;
  }
  
  .service-v2h-button {
    position: absolute;
    width: 260px;
    height: 70px;
    bottom: 1%;
    right: 6%;
  }
  
  .soler {
    width: 100%;
  }
  
  .soler-top-container {
    width: 100%;
    background-image: url("img/05_soler_background.png");
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 150px;
  }
  
  .soler-container {
    width: 80%;
    margin: 0 auto;
    max-width: 1200px;
  }
  
  .soler-top {
    margin-top: 60px;
    margin-bottom: 50px;
  }
  
  .soler-top img {
    width: 100%;
  }
  
  .soler-content {
    margin-bottom: 50px;
  }
  
  .soler-content img {
    width: 100%;
  }
  
  .soler-fukidashi {
    width: 100%;
    text-align: center;
  }
  
  .soler-fukidashi img {
    width: 80%;
  }
  
  .soler-explanation {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    padding-left: 25px;
  }
  
  .soler-explanation img {
    width: 80%;
  }
  
  .soler-bottom-container {
    width: 100%;
  }
  
  .soler-bottom-container img {
    width: 100%;
  }
  
  .storage {
    width: 100%;
  }
  
  .storage-top-container {
    width: 100%;
    background-image: url("img/06_storage_background.png");
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 150px;
  }
  
  .storage-container {
    width: 80%;
    margin: 0 auto;
    max-width: 1200px;
  }
  
  .storage-top {
    margin-top: 60px;
    margin-bottom: 50px;
  }
  
  .storage-top img {
    width: 100%;
  }
  
  .storage-content {
    margin-bottom: 50px;
  }
  
  .storage-content img {
    width: 100%;
  }
  
  .storage-fukidashi {
    width: 100%;
    text-align: center;
  }
  
  .storage-fukidashi img {
    width: 80%;
  }
  
  .storage-bottom-container {
    margin: 50px auto;
    width: 80%;
    text-align: center;
    padding-left: 25px;
  }
  
  .storage-bottom-container img {
    width: 80%;
  }
  
  .storage-to-merit-container {
    width: 100%;
    text-align: center;
  }
  
  .storage-to-merit-container img {
    width: 100%;
    vertical-align: top;
  }
  
  .storage-merit-container {
    width: 100%;
    background: #6facce;
  }
  
  .storage-merit-contents {
    width: 80%;
    margin: 0 auto;
    max-width: 1200px;
  }
  
  .storage-merit-title {
    width: 80%;
    text-align: center;
    margin: 0 auto;
  }
  
  .storage-merit-title img {
    width: 100%;
  }
  
  .storage-merit-text {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  .storage-merit-textimg {
    text-align: center;
  }
  
  .storage-merit-textimg p {
    font-size: 20px;
    padding-bottom: 50px;
  }
  
  .storage-merit-textimg img {
    width: 100%;
  }
  
  .storage-big-text {
    font-size: 24px;
    font-weight: bold;
    background: #fee209;
  }
  
  .storage-graph-container {
    text-align: right;
  }
  
  .storage-graph-container p {
    font-size: 12px;
  }
  
  .storage-compare {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding-top: 200px;
    padding-bottom: 50px;
  }
  
  .storage-compare img {
    width: 80%;
  }
  
  .v2h {
    width: 100%;
  }
  
  .v2h-top-container {
    width: 100%;
    background-image: url("img/08_v2h_background.png");
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  .v2h-container {
    width: 80%;
    margin: 0 auto;
    max-width: 1200px;
  }
  
  .v2h-title {
    margin-top: 60px;
    margin-bottom: 50px;
  }
  
  .v2h-title img {
    width: 100%;
  }
  
  .v2h-toptext {
    margin-bottom: 50px;
  }
  
  .v2h-toptext img {
    width: 100%;
  }
  
  .v2h-content {
    width: 100%;
    text-align: center;
  }
  
  .v2h-content img {
    width: 80%;
  }
  
  .reason {
    width: 100%;
    padding-top: 100px;
  }
  
  .reason-container {
    width: 80%;
    margin: 0 auto;
    max-width: 1200px;
  }
  
  .reason-top {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  
  .reason-top img {
    width: 100%;
    margin-bottom: 50px;
  }
  
  .reason-contents {
    width: 100%;
    padding-top: 50px;
  }
  
  .reason-content {
    display: flex;
    margin-bottom: 100px;
  }
  
  .reason-content-left {
    width: 20%;
  }
  
  .reason-content-left img {
    width: 100%;
  }
  
  .reason-content-right {
    width: 80%;
    padding-left: 20px;
  }
  
  .reason-content-right h3 {
    font-size: 30px;
    font-weight: bold;
  }
  
  .reason-text {
    border: #71adca solid 2px;
  }
  
  .reason-text-header {
    display: flex;
    background: #71adca;
  }
  
  .reason-text-header img {
    margin: 10px 30px;
    width: 36px;
    height: 36px;
  }
  
  .reason-text-header h4 {
    margin: 5px 5px;
    font-size: 22px;
    display: flex;
    align-items: center;
    color: #fff;
  }
  
  .reason-text p {
    font-size: 24px;
    font-weight: bold;
    line-height: 2;
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .small-text {
    font-size: 18px;
    font-weight: normal;
  }
  
  .flow {
    width: 100%;
  }
  
  .flow img {
    width: 100%;
  }
  
  .faq {
    width: 100%;
  }
  
  .faq-container {
    width: 80%;
    margin: 0 auto;
    max-width: 1200px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  
  .faq-title {
    width: 100%;
    text-align: center;
  }
  
  .faq-title img {
    width: 100%;
  }
  
  .faq-contents {
    padding: 50px 80px;
    border: #fee209 solid 3px;
    margin-top: 50px;
  }
  
  .faq-question {
    display: flex;
    align-items: center;
  }
  
  .faq-question img {
    width: 107px;
    height: 107px;
    margin-right: 80px;
  }
  
  .faq-question h4 {
    font-size: 29px;
    font-weight: bold;
  }
  
  .faq-answer {
    display: none;
    padding: 50px;
  }
  
  .faq-answer p {
    font-size: 20px;
    line-height: 2;
  }
  
  .open {
    position: relative;
  }
  .open::before {
    content: "＋";
    position: absolute;
    right: 20px;
    font-size: 40px;
    top: 25px;
    color: #6facce;
  }
  .open.active::before {
    content: "×";
    color: #6facce;
  }
  
  .faq-contents hr {
    border-top: solid 3px #fee209;
    margin-top: 30px;
    margin-bottom: 30px;
    border-left: none;
  }
  
  .contact {
    width: 100%;
    background: #e6e6e6;
  }
  
  .contact-container {
    width: 80%;
    margin: 0 auto;
    max-width: 1200px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  
  .contact-title {
    margin: 0 auto;
  }
  
  .contact-title img {
    width: 100%;
  }
  
  .contact-contents {
    width: 80%;
    margin: 0 auto;
    padding-top: 50px;
  }
  
  .contact-contents p {
    font-size: 20px;
    font-weight: bold;
  }
  
  .blue-circle {
    color: #134da0;
  }
  
  .need {
    color: #9b0101;
    font-size: 12px;
    font-weight: normal;
  }
  
  .contact-contents input,select {
    height: 50px;
    width: 60%;
      font-size:20px;
      padding-left: 10px;
  }
  
  .form-submit-container{
      text-align: center;
      width:100%;
      margin-top:50px;
  }
  
  .form-submit{
      width: 30%!important;
      height: auto!important;
      border-radius: 50px;
      color:#fff;
      background: #134DA0;
      padding: 20px 40px!important;
  }
  
  .form-submit:hover{
      background:#00008B;
  }
  
  .contact-tel {
    width: 100%;
  }
  
  .contact-tel img {
    width: 100%;
    vertical-align: top;
  }
  
  .company {
    width: 100%;
  }
  
  .company-container {
    width: 80%;
    margin: 0 auto;
    max-width: 1200px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  
  .company-title {
    margin: 0 auto;
    margin-bottom: 30px;
  }
  
  .company-title img {
    width: 100%;
  }
  
  .company-logo {
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
  
  .company-logo img {
    width: 80%;
  }
  
  .company-support {
    width: 80%;
    margin: 0 auto;
  }
  
  .company-support img {
    width: 100%;
  }
  
  .company-contents {
    padding-top: 30px;
    width: 80%;
    margin: 0 auto;
  }
  
  .company-contents img {
    width: 100%;
  }
  
  .banner {
    width: 100%;
    background: #71adca;
  }
  
  .banner-container {
    width: 80%;
    margin: 0 auto;
    max-width: 1200px;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    justify-content: space-around;
  }
  
  .banner-left {
    width: 40%;
    text-align: center;
  }
  
  .banner-left h4 {
    color: #fff;
    font-size: 24px;
    margin: 0 auto;
  }
  
  .banner-right {
    width: 40%;
  }
  
  .banner-btn {
    padding: 10px 50px;
    display: inline-block;
    color: #134da0;
    text-decoration: none;
    text-align: center;
    background: #fee209;
    box-shadow: 5px 5px #fff;
    font-size: 29px;
    font-weight: bold;
    border-radius: 100px;
    transition: 1s;
  }
  
  .banner-btn:hover {
    box-shadow: 0 0 #fff;
  }
  
  @media screen and (max-width: 1441px) {
    .soler-top-container {
      padding-top: 50px;
    }
    .soler-content {
      width: 80%;
      margin: 0 auto 30px;
    }
    .soler-fukidashi {
      width: 80%;
      margin: 0 auto;
    }
    .soler-explanation {
      width: 80%;
      margin: 30px auto 0;
    }
    .storage-top-container {
      padding-top: 50px;
    }
    .storage-content {
      width: 80%;
      margin: 0 auto 50px;
    }
    .storage-fukidashi {
      width: 80%;
      margin: 0 auto;
    }
    .v2h-content {
      width: 80%;
      margin: 0 auto;
    }
    .v2h-toptext {
      margin-bottom: 20px;
    }
  }
  
  @media screen and (max-width: 1025px) {
    .worry-title h2 {
      font-size: 30px;
    }
    .worry-big {
      font-size: 40px;
    }
    .worry-content img {
      width: 30px;
      height: 30px;
    }
    .worry-content p {
      font-size: 20px;
    }
    .solution {
      padding-top: 50px;
    }
    .solution-title {
      margin-bottom: 50px;
    }
    .solution-title h2 {
      font-size: 32px;
    }
    .solution-qa-right h3 {
      font-size: 32px;
    }
    .solution-qa-last h4 {
      font-size: 32px;
    }
    .soler-top {
      margin-top: 30px;
      margin-bottom: 30px;
    }
    .soler-content {
      margin: 0 auto 10px;
    }
    .storage-top {
      margin-top: 30px;
      margin-bottom: 30px;
    }
    .storage-content {
      margin: 0 auto 10px;
    }
    .v2h-title {
      margin-top: 30px;
      margin-bottom: 30px;
    }
    .v2h-toptext {
      margin-bottom: 0;
    }
    .form-submit{
      width: 40%!important;
  }
    .banner-btn {
      font-size: 24px;
    }
  }
  
  @media screen and (max-width: 769px) {
    .worry-title h2 {
      font-size: 24px;
    }
    .worry-big {
      font-size: 28px;
    }
    .solution-text h3 {
      font-size: 40px;
    }
    .solution-qa-right h3 {
      font-size: 28px;
    }
    .solution-qa-right p {
      font-size: 18px;
    }
    .solution-qa-last h4 {
      font-size: 24px;
    }
    .service-top h3 {
      font-size: 30px;
    }
    .service-soler-button {
      width: 150px;
    }
    .service-storage-button {
      width: 150px;
    }
    .service-v2h-button {
      width: 150px;
    }
    .soler-top {
      margin-top: 5px;
      margin-bottom: 15px;
    }
    .storage-fukidashi img {
      width: 100%;
    }
    .storage-bottom-container img {
      width: 100%;
    }
    .storage-merit-title {
      width: 100%;
    }
    .storage-merit-textimg p {
      font-size: 18px;
    }
    .storage-big-text {
      font-size: 20px;
    }
    .storage-compare {
      padding-top: 50px;
    }
    .storage-compare img {
      width: 100%;
    }
    .v2h-title {
      margin-top: 5px;
      margin-bottom: 15px;
    }
    .v2h-content img {
      width: 100%;
    }
    .v2h-top-container {
      padding-top: 15px;
    }
    .reason {
      padding-top: 30px;
    }
    .reason-content-right h3 {
      margin-top: 0;
      font-size: 24px;
    }
    .reason-text-header img {
      width: 30px;
      height: 30px;
    }
    .reason-text-header h4 {
      font-size: 20px;
    }
    .reason-text p {
      font-size: 18px;
    }
    .faq-question img {
      width: 50px;
      height: 50px;
      margin-right: 30px;
    }
    .faq-question h4 {
      font-size: 20px;
      width: 60%;
    }
    .open::before {
      top: 10px;
    }
    .faq-answer {
      padding: 10px;
    }
    .faq-answer p {
      font-size: 18px;
    }
    .company-container {
      padding-top: 50px;
      padding-bottom: 50px;
    }
    .banner-left h4 {
      font-size: 18px;
    }
    .banner-btn {
      font-size: 16px;
    }
      .contact-contents input, select{
          width: 100%;
      }
  }
  
  @media screen and (max-width: 767px) {
    .sp {
      /*width: 100%;*/
      display: block;
    }
    .pc {
      display: none;
    }
    .worry {
      padding-top: 50px;
      padding-bottom: 50px;
    }
    .worry-container {
      width: 90%;
    }
    .worry-title {
      margin-bottom: 20px;
    }
    .worry-title h2 {
      font-size: 14px;
      margin-bottom: 20px;
    }
    .worry-big {
      font-size: 20px;
    }
    .worry-contents {
      display: block;
      padding: 0 20px;
    }
    .worry-contents-B {
      padding: 0 20px;
    }
    .worry-left {
      width: 100%;
    }
    .worry-right {
      width: 100%;
    }
    .worry-content p {
      font-size: 14px;
    }
    .sp-solution-contents {
      width: 100%;
      text-align: center;
    }
    .sp-solution-contents img {
      width: 90%;
    }
    .solution-title h2 {
      font-size: 16px;
    }
    .solution-text h3 {
      font-size: 20px;
    }
    .solution-qa {
      padding: 20px;
    }
    .solution-qa-content {
      display: block;
    }
    .solution-qa-left {
      width: 100%;
      margin: 0 auto;
    }
    .solution-qa-right {
      width: 100%;
    }
    .solution-qa-right p {
      font-size: 14px;
    }
    .solution-qa-last h4 {
      font-size: 14px;
    }
    .solution-container {
      width: 90%;
    }
    .solution-qa-last {
      padding: 15px;
    }
    .service-container {
      width: 90%;
    }
    .service-top h3 {
      font-size: 14px;
    }
    .sp-service-content {
      width: 90%;
      margin: 0 auto;
    }
    .sp-service-content-img {
      width: 100%;
    }
    .sp-service-content-img img {
      width: 100%;
    }
    .sp-service-content-text {
      display: flex;
      margin-bottom: 25px;
    }
    .sp-service-left {
      width: 60%;
      margin-right: 5%;
    }
    .sp-service-left h4 {
      margin: 0;
      font-size: 10px;
    }
    .sp-service-right {
      width: 35%;
      padding-top: 30px;
      text-align: center;
    }
    .sp-service-right a {
      background: #fee209;
      text-decoration: none;
      padding: 5px 10px;
      font-size: 12px;
      font-weight: bold;
      color: #134da0;
      border-radius: 30px;
    }
    .sp-soler-container {
      width: 100%;
      background-image: url("img/05_sp_background.png");
      background-size: 100%;
      background-repeat: no-repeat;
      text-align: center;
      padding: 30px 0;
    }
    .sp-soler-container img {
      width: 90%;
      vertical-align: top;
    }
    .sp-soler-explanation {
      width: 100%;
      text-align: center;
    }
    .sp-soler-explanation img {
      width: 90%;
      vertical-align: top;
    }
    .sp-storage-container {
      width: 100%;
      text-align: center;
      background-image: url("img/06_sp_background.png");
      background-size: 100%;
      background-repeat: no-repeat;
    }
    .sp-storage-container img {
      width: 90%;
    }
    .storage-merit-contents {
      width: 90%;
    }
    .storage-merit-textimg p {
      font-size: 12px;
    }
    .storage-big-text {
      font-size: 12px;
    }
    .storage-merit-textimg {
      text-align: left;
    }
    .sp-storage-graph {
      width: 100%;
      text-align: center;
    }
    .sp-storage-graph img {
      width: 100%;
    }
    .storage-merit-text {
      padding-top: 20px;
      padding-bottom: 20px;
    }
    .sp-v2h-container {
      width: 100%;
      background-image: url("img/08_sp_background.png");
      background-size: 100%;
      background-repeat: no-repeat;
      text-align: center;
      padding: 30px 0;
    }
    .sp-v2h-container img {
      width: 90%;
    }
    .reason-container {
      width: 90%;
    }
    .reason-contents {
      padding-top: 0;
    }
    .reason-content {
      display: block;
      margin-bottom: 50px;
    }
    .reason-content-left {
      text-align: center;
      margin: 0 auto;
      width: 25%;
    }
    .reason-content-right {
      width: 100%;
      padding-left: 0;
    }
    .reason-content-right h3 {
      font-size: 16px;
      text-align: center;
    }
    .reason-text-header h4 {
      font-size: 16px;
    }
    .reason-text p {
      font-size: 14px;
    }
    .small-text {
      font-size: 10px;
    }
    .sp-reason-top {
      width: 100%;
      text-align: center;
      margin-bottom: 30px;
    }
    .sp-reason-top img {
      width: 100%;
    }
    .faq-container {
      width: 90%;
      padding-top: 50px;
      padding-bottom: 50px;
    }
    .faq-contents {
      padding: 20px 10px;
      margin-top: 0;
    }
    .faq-question {
      display: block;
    }
    .open::before {
      top: 0;
    }
    .faq-question h4 {
      margin-top: 5px;
      margin-bottom: 0;
      font-size: 18px;
      width: 100%;
    }
    .faq-answer p {
      font-size: 14px;
    }
    .faq-contents hr {
      margin-top: 15px;
      margin-bottom: 15px;
    }
    .contact-container {
      width: 90%;
      padding-top: 50px;
      padding-bottom: 50px;
    }
    .contact-contents {
      width: 100%;
    }
    .contact-contents p {
      font-size: 16px;
    }
    .company-container {
      width: 90%;
    }
    .sp-company-title {
      width: 100%;
      text-align: center;
    }
    .sp-company-title img {
      width: 90%;
    }
    .company-contents {
      width: 100%;
    }
      .contact-contents input, select{
          width: 90%;
      }
      .form-submit{
          width:60%!important;
          padding: 15px 20px!important;
      }
    .banner-container {
      width: 90%;
      display: block;
    }
    .banner-left {
      width: 100%;
      margin-bottom: 15px;
    }
    .banner-right {
      width: 100%;
      text-align: center;
    }
    .banner-left h4 {
      font-size: 12px;
    }
  }
  
  @media screen and (max-width: 321px) {
    .solution-qa-last h4 {
      font-size: 10px;
    }
    .sp-service-left {
      margin-right: 0;
    }
    .sp-service-right {
      width: 40%;
    }
    .sp-service-right a {
      font-size: 10px;
    }
    .reason-content-right h3 {
      font-size: 14px;
    }
    .reason-text p {
      font-size: 12px;
    }
    .reason-text-header h4 {
      font-size: 14px;
    }
    .reason-text-header img {
      width: 20px;
      height: 20px;
      margin: 10px 15px;
    }
  }
  
  /* ContactForm7 */
  .screen-reader-response{
      display: none;
  }
  .wpcf7-response-output {
    text-align: center;
    margin-top: 10px;
    color: red;
    padding: 20px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    background-color: #fceff2;
    border: 4px double #ff6699;
}

.wpcf7 form.sent .wpcf7-response-output{
	background-color: #fceff2;
    border: 4px double #ff6699;
}

  .wpcf7-not-valid-tip{
      box-sizing: border-box;
      border-radius: 5px;
      background-color: #e50031;
      color: #fff;
      display: block;
      font-size: 14px;
      font-weight: bold;
      margin-top: 10px;
      padding: 10px 10px;
      position: relative;
      width: 60%;
  }
  .wpcf7-not-valid-tip::before{
      content: "";
      border: 10px solid transparent;
      border-bottom: 15px solid #e50031;
      position: absolute;
      top: -25px;
      left: 5%;
  }
  /** add start **/
  .logo{
      margin-left:auto;
      display:block;
      width:15% !important;
	  margin-right: 30px;
}

@media screen and (max-width: 767px){
  .logo{
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 140px !important;
    padding: 2px 0;
  }
}

.pc.ourmission2{
      width:49em !important;
}
.sp.ourmission2{
      width:80% !important;
}
.pc.blank{
      height:50px !important;
}
.sp.blank{
    height:50px !important;
}

.pc.blank_moji1{
    height:3.5rem !important;
}

/*.pc.moji1 {
    width: 100%;
    margin-left: 4rem;
}*/
/*.sp.moji1 {
    width: 100%;
    margin-left: 4rem;
}*/

.pc.moji1 h3 {
    margin-top: 0;
    margin-bottom: 1.7vh;
    font-family: Georgia,游明朝,Yu Mincho,YuMincho,Hiragino Mincho ProN,HGS明朝E,メイリオ,Meiryo,serif !important;
    color: #3f3f3f;
	font-size: 1.7rem;
}

@media screen and (max-width: 900px){
  .pc.moji1 h3{
      font-size: 1.5rem;
	  margin-bottom: 1vh;
  }
}

.sp.moji1 h3 {
    font-size: 19px;
    /*font-family: Georgia,游明朝,Yu Mincho,YuMincho,Hiragino Mincho ProN,HGS明朝E,メイリオ,Meiryo,serif !important;*/
    color: #4b4b4b;
    text-align: center;
    line-height: 2;
	margin-block-start: 0;
    margin-block-end: 0;
}

.img-moji{
    position:relative;
}

.img-moji div{
    width: 100% !important;
    margin: 4vw 0 4vw 7.8vw;
}

@media screen and (min-width: 1800px){
  .img-moji div{
      display: none;
  }
}

.moji1_gazo{
    display: flex;
    align-items: center;
    background: url(https://next-part.co.jp/lp/wp-content/uploads/2023/11/moji1_gazo2.png) no-repeat center center / contain;
    color: #FFF;
    font-size: 2em;
    font-weight: bold;
    text-shadow: 0 5px 1px #a9a9a9;
	padding-left: 2rem;
    height: 65vh;
    pointer-events: none;
    margin: 0 0 0 5rem;
}

@media screen and (max-width: 900px){
  .moji1_gazo{
	  font-size: 1.4em;
      height: 30vh;
	  padding-left: 1rem;
  }
}

.moji1_gazo div{
    padding-left: 5vw !important;
    padding-top: 9vw;
    width: 100% !important;
}
.top{
    position: relative;
}
.top img{
    display: block;
    height: 100%;
    pointer-events: none;
}
.top img:nth-of-type(2){
    position: absolute;
    right: 0%;
    bottom: 0%;
    width: 4.5%;
    height: 45%;
    z-index:10;
    opacity:85%;
}

.table{
	overflow: hidden;
    width:100%;
    background: url(https://next-part.co.jp/lp/wp-content/uploads/2023/11/top_bg.png) no-repeat center center / cover;
}

.lefttop{
    width:100%;
}

.leftbottom{
    font-size: 2.9rem;
    padding-top: 15px;
    font-family: HG教科書体,Georgia,游明朝,Yu Mincho,YuMincho,Hiragino Mincho ProN,HGS明朝E,メイリオ,Meiryo,serif !important;
    padding-left: 10vh;
    font-weight: 900;
    color: #4a4a4a;
}

@media screen and (max-width: 1024px){
  .leftbottom{
      font-size: 35px;
	  padding-top: 9px;
  }
}

@media screen and (max-width: 769px){
  .leftbottom{
      font-size: 30px;
	  padding-top: 7px;
  }
}

.mojivertical{
    font-size: 2.1rem;
    font-weight: 900;
    color: #4a4a4a;
    font-family: HG教科書体,Georgia,游明朝,Yu Mincho,YuMincho,Hiragino Mincho ProN,HGS明朝E,メイリオ,Meiryo,serif !important;
	/*writing-mode: vertical-rl;*/
}

tr .denmozi-main{
	writing-mode: vertical-rl;
}

.denmozi{
	writing-mode: vertical-rl;
}

@media screen and (max-width: 1024px){
  .mojivertical{
      font-size: 27px;
  }
}

@media screen and (max-width: 769px){
  .mojivertical{
      font-size: 23px;
  }
}

.mojismall{
    font-family: Georgia,游明朝,Yu Mincho,YuMincho,Hiragino Mincho ProN,HGS明朝E,メイリオ,Meiryo,serif !important;
    font-size: 1.65vw !important;
    color: #3d3d3d !important;
    /* white-space: nowrap; */
    text-align: center;
    font-weight: 600;
    line-height: 1.75;
}

@media screen and (max-width: 900px){
  .mojismall{
      font-size: 17px !important;
  }
	br.mozibr {
    display: none;
}
}

@media screen and (min-width:1800px){
  .mojismall{
      font-size: 1.4rem !important;
  }
}

.mojibig{
    font-size:2.6vw;
    color: #2e75b6 !important;
    white-space: nowrap;
    font-family:"Noto Sans JP", sans-serif;
    font-weight:bold;
}

@media screen and (min-width: 1800px){
  .mojibig{
      font-size:1.6rem !important;
  }
}

.table_blue{
    background: url(https://next-part.co.jp/lp/wp-content/uploads/2023/11/blue_bg2-e1700232422275.png) no-repeat center bottom / contain;
    padding-top: 35px;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
}

@media screen and (min-width: 1800px){
  .table_blue{
      margin-top: 100px;
  }
}

td.td1,td.td2,td.td3{
    width:30.3%;
    height:277px;
}

.moji1_gazo3{
    background: url(https://next-part.co.jp/lp/wp-content/uploads/2023/11/arrows.png) no-repeat center center / contain;
    width:95%;
    height:50vh;
}

.container60{
    width: 45vw;
    margin-top: 10vh;        
}

@media screen and (max-width: 900px){
  .container60{
      width: 80%;
      margin-top: 5vh;
  }
}

@media screen and (min-width: 1800px){
  .container60{
      width: 60%;
      margin-top: 10vh;
  }
}

.sp-container60{
	width: 85%;
	margin-left: calc(50% - 50vw);
	margin-bottom: 15px;
}

@media screen and (min-width: 767px){
  .sp-container60{
      display: none;
  }
}

.ourmission,.ourmission_sp{
    display: flex;
    align-items: center;
    color: #595959;
    font-weight: 500;
    text-shadow: 0px 5px 4px #717171;
    letter-spacing: 11px;
    font-family: '游ゴシック','游ゴシック体',Yu Mincho,YuMincho,Hiragino Mincho ProN,HGS明朝E,メイリオ,Meiryo,serif !important;
}

.sp-ourmission{
	display: flex;
    align-items: center;
    color: #595959;
    font-weight: 500;
    text-shadow: 0px 2px 4px #717171;
    letter-spacing: 5px;
    font-family: '游ゴシック','游ゴシック体',Yu Mincho,YuMincho,Hiragino Mincho ProN,HGS明朝E,メイリオ,Meiryo,serif !important;
}

.ourmission:before {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #000;
}

.sp-ourmission:before {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #000;
}

.ourmission p{         
    font-size: 2.3rem;
    padding: 0 15px;
    margin:0;
}

.sp-ourmission p{         
    font-size: 1.8rem;
    padding: 0 3px;
    margin:0;
}

.ourmission_bg{
    height: 20px;
    border-image-slice: 1;
    /* width: 65vw; */
    background: linear-gradient(174deg, #30cde3, transparent);
}

.sp-ourmission_bg{
    height: 7px;
    border-image-slice: 1;
    /* width: 65vw; */
    background: linear-gradient(174deg, #30cde3, transparent);
}

td.td0{
    width:10%;
    height:20vh;
}

@media screen and (min-width: 1800px){
  td.td4{
      height: 21rem;
  }
}

td.td4{
    height: 11rem;
}

@media screen and (max-width: 1024px){
  td.td4{
      height: 7rem;
  }
}

@media screen and (max-width: 768px){
  td.td4{
      height: 4rem;
  }
}

@media screen and (min-width: 1800px){
  td.td4{
      height: 21rem;
  }
}

.td1 img,.td2 img,.td3 img{
    width: 100%;
    pointer-events: none;
    margin: 0 auto;
}

.moji_blue{
    font-size: 7vh;
    text-align:center;
    vertical-align:middle;
    background: url(https://next-part.co.jp/lp/wp-content/uploads/2023/11/yellow_bg.png) no-repeat center center / contain;
    opacity:95%;
}
.merit{
    color: #525252;
    /* padding-left: 12vh; */
    font-size: 1.4rem;
    text-shadow: -2px 1px 1px #c9c9c9;
    font-weight: bold;
    letter-spacing: 0.2em;
    padding-left: calc(50% - 720px);
}

.merit span{
    font-size: 2.5em;
    font-weight: normal;
    text-shadow: none;
    letter-spacing: 0.2em;
    padding-bottom: 0vh;
}

.merit_bg{
    height: 1.2vh;
    border-image-slice: 1;
    width: 100%;
    background: linear-gradient(164deg, #72c7f3, transparent);
}
.moji4{
    /*padding-left: 12vh; */
    text-align: center;
    color: #5f5f5f;
    font-size: 1.5rem;
    font-weight: bold;
    vertical-align: middle;
    padding-top: 40px;
}
.merit_bg2 {
    margin: 0 auto;
    width: 100%;
}
        
.merit_bg_sp2 {
    margin: 10px auto 0;
    width: 100%;
}
       

.merit_bg2_moji{
    background-color: white;
    text-align: center;
    font-size: 4vh;
    margin: 16px 3vh 112px;
    padding: 6px 0vh 6px;
    font-weight: bold;
}
.merit_bg2_moji span{
   font-size: 5vh;
}
.merit_bg2_moji span:nth-of-type(2){
   font-size: 8vh;
   color: red;
}
.merit_bg3_td {
    text-align: center;
    margin: 0;
    padding: 0;
    justify-content: center;
    display: flex;
}

.merit_bg3_moji0{
    margin: 0 6em;
    padding: 1em 6em 2em;
    background-color: #fff;
    border: solid 10px #b9dafb;
}

@media screen and (max-width: 900px){
  .merit_bg3_moji0{
      margin: 0 1em;
	  padding: 1em 2em 1em;
  }
}

.merit_bg3_moji00{
    margin: 0 6em;
    padding: 1em 6em 2em;
    background-color: #fff;
    border: solid 10px #b9dafb;
}

@media screen and (max-width: 900px){
  .merit_bg3_moji00{
      margin: 0 1em;
	  padding: 1em 2em 1em;
  }
}

div.merit_bg3_moji1{
    color: #5f5f5f;
    font-size: 1.1rem;
    font-weight: bold;
    vertical-align: middle;
    text-decoration: underline #59fbfb 7px;
    text-underline-offset: 0.2em;
    /* letter-spacing: .3rem; */
	line-height: 1.7;
    text-align: center;
}

@media screen and (max-width: 900px){
  div.merit_bg3_moji1{
      font-size: 1rem;
  }
}

.merit_bg3_moji2-img img{
	width: 80%;
}

.moji6{
	
}

div.merit_bg3_moji2{
    color: black;
    font-size: 1rem;
    font-weight: bold;
    padding-top: 20px;
    vertical-align: middle;
    padding-bottom: 20px;
    text-align: left;
    letter-spacing: 0.1rem;
}

.merit_bg3_moji2-img img{
	width: 80%;
}

div.merit_bg3_moji5{
    color: black;
    font-size: 1.3rem;
    font-weight: bold;
    text-decoration: underline #59fbfb 15px;
    text-underline-offset: 0.5em;
    letter-spacing: 0.1em;
    padding-bottom: 20px;
    float: none;
}

div.merit_bg3_moji6{
    color: black;
    font-size: 1.3rem;
    font-weight: bold;
    text-decoration: underline #59fbfb 15px;
    text-underline-offset: 0.5em;
    letter-spacing: 0.1em;
    padding-bottom: 20px;
    float: none;
}

.merit_bg3_moji5 span:nth-of-type(1){
   font-size: 1.5rem;
  
}
.merit_bg3_moji5 span:nth-of-type(2){
   font-size: 1.9rem;
   color: red;
}

.merit_suji2{
	font-size: 1.9rem;
    color: red;
}

.merit_bg3_moji6 span:nth-of-type(1) {
    font-size: 1.5rem;
}

.gazo0{
    margin-top: 50px;
}
.gazo1{
    width: 100% !important;
}

.graph-img2 {
    margin: 3em 6em;
}

@media screen and (max-width: 900px){
  .graph-img2{
      margin: 3em 4em 1em 4em;
  }
}

@media screen and (max-width: 500px){
  .graph-img2{
      margin: 2em 2em;
  }
}

.gazo2{
    transform: scale(0.8) !important;
}

@media screen and (max-width: 900px){
  .gazo2{
      transform: scale(0.9) !important;
  }
}

.gazou3{
    
}
.gazou2_tb{
    background: url(https://next-part.co.jp/lp/wp-content/uploads/2023/11/gazou2_0.png) no-repeat center center / cover;
    /* width: 100%; */
    /* margin-left: -10%; */
    margin-top: 3.5rem;
    margin-bottom: 4rem;
    box-shadow: 0px 3px 4px #a0a0a0;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
}
.gazou3_tb{
    background-color: #2e75b6;
    width: 100%;
    margin-top: 7vh;
    margin-bottom: 10vh;
    box-shadow: 0px 3px 4px #a0a0a0;
    padding: 2em;
}

.gazou2_td1{
    color: #fff;
    font-size: 1.8rem;
    padding: 3vh 1vh 2vh;
    text-align: center;
    /* max-width: 90%; */
    white-space: pre;
    font-weight: 900;
    font-family: monospace;
}
.gazou2_td2{
    height: 20vh;
    width: 15%;
}
.gazou2_td2 img{
    width:100%;
}
.gazou2_td3{
     font-size: 10vh;
    color: #595959;
    width: 10%;
    text-align: center;
}
.gazou2_td4{ 
    width: 15%;
}
.gazou2_td4 img{
    width:60%;
}
.gazou2_td0{
    width:30%;        
}
.moji4_small span{
    font-size: 1.2rem !important;
    line-height: 1.7;
}

@media screen and (max-width: 900px){
  .moji4_small span {
    font-size: 1rem !important;
    line-height: 1.5;
}
}

/*.fadein {
　opacity:0;
  animation-name:sample01;
  animation-duration:1.5s; 
  animation-fill-mode: forwards;
}

@keyframes sample01 {
0% {
 opacity: 0;
 transform: translateY(30px);
}
 100%{
    opacity: 1;
     transform: translateY(10px);
 }
}
.fadein2 {
  opacity:0;
  transform: translateZ(0);
  animation-name:sample02;
  animation-duration:6s;
  animation-fill-mode:forwards;
  /*position: relative;
  display: block;*/
}

.fadein {
	opacity: 0;
	transform: translateY(30px);
	transition-property: transform, opacity;
	transition-duration: 1.5s;
	transition-delay: 0s;
}

.fadein.is-active {
	opacity: 1;
	transform: translateY(0);
}

/*@keyframes sample02 {
0% {
   opacity: 0;
   transform: translateX(0);
}
50% {
   opacity: 1;
   transform: translateX(200px);
}
100% {
   opacity: 1;
   transform: translateX(500px);
}
}*/

.moji1_gazo2{
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(https://next-part.co.jp/lp/wp-content/uploads/2023/11/arrow.png) no-repeat center center / cover;
    height: 15vh;
}
.moji1_gazo2 h3{
    font-size: 4.5vh;
    font-weight: bold;
}
.moji1_gazo2 h2{
    font-size: 8vh;
    font-weight: bold;
}
.img-moji3 div{
    width: 60% !important;
    margin: auto 1% auto 19%;
    white-space: nowrap;
}
.img-moji2 div{
    width: 60% !important;
    margin: auto 1% auto 5%;
    white-space: nowrap;
}
.img-moji2{
      margin-bottom: 40px;
}
.img-moji3{
    margin-bottom: 45px;
}

.fadeinObj2 {
	padding-top: 3rem;
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	transform: scale(0.8) !important;
}

.arrow1{
   background: url(https://next-part.co.jp/lp/wp-content/uploads/2024/01/見出しを追加-7.png) no-repeat center center / cover;
	padding-top: 5rem;
}

@media screen and (max-width: 900px){
  .arrow1{
      background: url(https://next-part.co.jp/lp/wp-content/uploads/2024/01/名称未設定のデザイン-2024-01-16T063224.192.png) no-repeat center center;
	padding-top: 5rem;
  }
}

.fadeinObj3 {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-top: -2em;
    transform: scale(0.8) !important;
}

.arrow2{
    background: url(https://next-part.co.jp/lp/wp-content/uploads/2024/01/見出しを追加-8.png) no-repeat center center / cover;
    padding-bottom: 5rem;
    margin-top: 1.8em;
    margin-bottom: 3em;
}

@media screen and (max-width: 900px){
  .arrow2{
      background: url(https://next-part.co.jp/lp/wp-content/uploads/2024/01/名称未設定のデザイン-2024-01-16T063306.027.png) no-repeat center center;
  }
}

.margbt120{
    margin-bottom: 6rem;
}

.margbt0{
    margin-bottom:0;
}
td.td5 {
    background: linear-gradient(278deg, #54ecec 0%,#4bdde3 80%, #50d6f0 100%);
    height: 6em;
    text-align: center;
    vertical-align: middle;
}

.td5_moji{
    color: white;
    font-size: 1.5rem;
    margin: 1.5vh auto;
    padding: 0;
    font-weight: bold;
}

@media screen and (max-width: 900px){
  .td5_moji{
    font-size: 1.3rem;
    margin: 0 2em;
    padding: 0;
}
}

table.tbl4{
    width:98%;
}
table.tbl_idea{
    border-bottom: solid;
    border-left: solid;
    border-right: solid;
    border-top: solid;
    width: 100%;
    border-bottom-width: 3px;
    border-bottom-color: #5d5d5d;
    border-left-width: 3px;
    border-left-color: #5d5d5d;
    border-right-width: 3px;
    border-right-color: #5d5d5d;
    border-top-width: 3px;
    border-top-color: #5d5d5d;
}

.td_idea1{
    width: 55% !important;
    margin-top: -6vh;
}
.td_idea0{
    width:8vh;
}

@media screen and (max-width: 900px){
  .td_idea0{
      width:4vh;
  }
}

.td_idea2{
    /*height: 20vh;*/
	text-align: left;
    padding: 2em 1em;
}

@media screen and (max-width: 900px){
  .td_idea2{
      padding: 1.5em 2em 1.5em 0;
  }
}

.td_idea2 span{        
    font-size: 1.4rem;
    /* line-height: 1.7; */
    color: #565656;
}

@media screen and (max-width: 900px){
  .td_idea2 span{
      font-size: 1.2rem;
  }
}

.td_idea3{
    /*height:10vh;*/
    color: #5f5f5f;
    font-size: 1.65rem;
    vertical-align: middle;
    text-align: left;
    padding: 0 1em;
    font-weight: 500;
    /* line-height: 40px; */
    /* width: 59vw;*/
}

@media screen and (max-width: 900px){
  .td_idea3{
	  padding: 0;
      font-size: 1.2rem;
  }
}

.td_idea4{
    color: #5f5f5f;
    font-size: 1.7rem;
    font-weight: bold;
    vertical-align: top;
    text-align: left;
    /* line-height: 40px; */
    /* padding-left: 2vh;*/
}

@media screen and (max-width: 900px){
  .td_idea4{
      font-size: 1rem;
  }
}

.td_idea5{        
    color: #5f5f5f;
    font-size: 0.6rem;
    vertical-align: top;
    text-align: left;
    line-height: 1.7;
    padding-left: 3vh;
}
            
.td_idea6{
    background: url(https://next-part.co.jp/lp/wp-content/uploads/2023/11/idea2.png) no-repeat center center / cover;
    vertical-align: top;
    text-align: center;
    height: 8vw;
}
.td_idea8{
    height:3vh;
}
.td_idea7{
    /*background: url(https://next-part.co.jp/lp/wp-content/uploads/2023/11/idea3_1.png) no-repeat center center / cover;
    height: 60vw;*/
    vertical-align: top;
    text-align: center;
    padding-left:5vw;
    padding-right:5vw;
}

/*.td_idea7 img{
    width: 24%;
    margin-top: 2vw;
}*/

.blue-container {
    background-color: #d4f1ff;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
	padding-bottom: 2rem;
}

.blue-container img {
    transform: scale(0.8);
    pointer-events: none;
    width: 100%;
}

@media screen and (max-width: 900px){
  .blue-container img{
      transform: scale(1);
  }
}

    .tbl_dia{
    border-bottom-right-radius: 40px 40px;
    border-bottom-left-radius: 40px 40px;

    }
        .tr_dia1{
            background-color: #ecf9ff;
        }
      .tr_dia2{
            background-color: #65bff1;
        }
    .tr_dia3{
            background-color: white;
    }
.td_dia0{
         width: 10%;
        height:5vw;
}
.td_dia1{
    background:linear-gradient(90deg, #ecf9ff 0%, #65bff 50%, #65bff 50%, white 100%); 
    width: 8%;
}
.td_dia2{
     background-color: #65bff1;
    font-size: 3vw;
    color: white;
    
    text-align: center;
    font-weight: bold;
    height: 8vw;
    border-radius: 0 15px 0 0;
    border: 1px solid #65bff1;
}

.td_dia3{
    height:5vw;
}

.td_dia4{
     /*width: 60%;
     height:5vw;
     background-color: white;*/
}

.td_dia5{
       text-align: center;
     vertical-align: middle; 
    /* border-bottom-right-radius: 40px 40px; */
    /* border-bottom-left-radius: 40px 40px; */
}

.td_dia6{
    text-align: center;
    vertical-align: middle;

}

.td_dia3_moji2{
    color: black;
    font-size: 1.3rem;
    font-weight: bold;
    background: radial-gradient(40vw,#5fd4fa 20%,#4be0e0 50%, #0375c1 100%);
    text-align: center;
    vertical-align: middle !important;
    margin: 0 3rem;
    padding: 1.2rem;
}

@media screen and (max-width: 900px){
  .td_dia3_moji2{
      margin: 0 2rem;
	  font-size: 1.2rem;
  }
}

.td_dia3_moji1{
  text-align: center;
  padding-right: 12vh;
  letter-spacing: 1.9px;
  padding-bottom: 40px;
   padding-left: 12vh;
    color: #5f5f5f;
    font-size: 1.4rem !important;
    font-weight: bold;
    vertical-align: middle;
}
.td_dia3_moji1 span{
    font-size: 1.2rem !important;
    line-height: 20px;
}

.dia01_parent{
    display: flex;
    justify-content: space-between;
    vertical-align: middle;
    text-align: center;
    background-color: #deebf7;
    margin: -10px 3rem 0;
}

@media screen and (max-width: 900px){
  .dia01_parent{
      margin: -5px 2rem 0;
  }
}

.dia01_child{
    margin: 0.5em;
    float: none;
    width: 50%;
}

.td_dia3_moji4{
   color:#2f5597;
   font-size: 1.6rem;
   text-decoration: underline;
}

.td_dia3_moji4_bg{
    margin-top: -40px;
    background-color: #eff5fb;
    padding-top: 60px;
}

.dia01_parent_sub{
    display: flex;
    justify-content: space-between;
    height: 350px;
    font-size: 1.4rem;
    border-bottom-right-radius: 20px 20px;
    border-bottom-left-radius: 20px 20px;
}

@media screen and (max-width: 900px){
  .dia01_parent_sub{
      height: 350px;
  }
}

.td_dia3_moji5{
    float: none;
    width: 50%;
    vertical-align: top;
    text-align: center;
    font-size: 1.4rem;
    color: #595959;
    border-top: 2px solid #88a6da;
    border-right: 2px solid #88a6da;
}
.td_dia3_moji6{
    float: none;
    width: 50%;
    vertical-align: top;
    text-align: center;
    color: #595959;
    border-top: 2px solid #88a6da;
}
.td_dia3_moji7{
    float: none;
    width: 50%;
    vertical-align: top;
    text-align: center;
    color: #595959;
    border-top: 2px solid #88a6da;
}
.td_dia3_moji5 span{
    text-shadow: none;
    letter-spacing: 0.1vw;
    padding-bottom: 0vh;
    font-weight: bold;
    line-height:1;
}
.td_dia3_moji5 p,.td_dia3_moji7 p{
    font-size: .7rem;
    text-shadow: none;
    letter-spacing: 0.4vw;
    padding: 0 0.8rem;
    font-weight: bold;
}
.td_dia3_moji6 span {
    font-size: 1.4rem;
    letter-spacing: 1vh;
    padding-bottom: 0vh;
    font-weight: bold;
}

@media screen and (max-width: 900px){
  .td_dia3_moji6 span{
      letter-spacing: 0.5vh;
  }
}

.td_dia3_moji5 span:nth-of-type(2),.moji5{
    font-size: 1.6rem;
    letter-spacing: 1vh;
    padding-bottom: 0vh;
    font-weight: bold;
}
.td_dia3_moji7 span{
    font-size: 1.6rem;
    text-shadow: none;
    letter-spacing: 1vh;
    padding-bottom: 0vh;
    font-weight: bold;
}

@media screen and (max-width: 900px){
  .td_dia3_moji7 span{
      letter-spacing: 0.5vh;
  }
}

      .td_dia3_small{
          font-size: 1.4vw !important;
      }
.td_dia3_orange{
    font-size: 1rem !important;
    color: orange;
      }
      .plus{
        width: 30px !important;
    margin-bottom: -10px;
      }
.dia01_child2{
    color: #5f5f5f;
    font-size: 2.1vw;
    font-weight: bold;
    vertical-align: middle;
    margin-top: -20vw;
    width: 100%;
    text-align: center;
    margin-left: 15vw;
}
.moji6_1{
  text-align:left;
}

.moji6_2{ 
  color:red;
  font-size: 1.9rem !important;
}

@media screen and (max-width: 900px){
  .moji6_2{
      font-size: 1.6rem !important;
  }
}

.moji6_3{
  color:red;
  font-size:4vw !important
}

.moji6_4{  
    font-size:2.1rem !important
}

.bigger{

}

.dia02_parent{
    /* width: 100%; */
    /* margin-left: 5.5vw; */
    vertical-align: middle;
    text-align: center;
    background-color: #deebf7;
    margin: -5px 3rem 0 3rem;
}

@media screen and (max-width: 900px){
  .dia02_parent{
    margin: -5px 2rem 1em 2rem;
  }
}

.tbl_dia2{
    background-color: white;
    border-bottom-right-radius: 40px 40px;
    border-bottom-left-radius: 40px 40px;
    padding-bottom: 3rem;
	margin-top: 1.5em;
}

@media screen and (max-width: 900px){
  .tbl_dia2{
      margin-top: 2.5em;
  }
}

.dia02_parent img {
    width: 360px;
    margin: 1em;
}

.dia02_moji1{
    color: #5f5f5f;
    font-size: 1.4rem;
    font-weight: bold;
    vertical-align: middle;
    /* width: 82%; */
    text-align: center;
    margin: 0 3em;
    line-height: 2em;
    background: linear-gradient(transparent 80%, #59fbfb);
}

@media screen and (max-width: 900px){
  .dia02_moji1{
    font-size: 1rem;
  }
}

.dia02_img2{
    width: 80% !important;
	margin-bottom: 20px;
}

.dia02_parent2{
    display: flex;
    justify-content: space-between;
    /* width: 90%; */
    /* margin-left: 5vw; */
    vertical-align: middle;
    text-align: center;
    /* height: 60vh; */
    margin: 0 3em;
}

@media screen and (max-width: 900px){
  .dia02_parent2{
    margin: 0 2em;
	margin-top: -5px;
  }
}

.dia02_child{
    float: none;
    width: 30.5%;
    background-color: whitesmoke;
    box-shadow: 4px 6px 4px #919191;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
}

@media screen and (max-width: 900px){
  .dia02_child{
      width: 29.5%;
  }
}

.td_dia02_moji1{
    color: white !important;
    font-size: 2.5vw;
    font-weight: bold;
    width: 89%;
   height: 6vw;
   text-align: center;
   padding-top:2vw;
   margin-left:5.5vw;
    vertical-align: middle !important;
       background-color: #2e75b6;
}

.dia03_parent1{
  display: flex;
    justify-content: space-between;
    width: 90%;
    margin-left: 5vw;
    vertical-align: middle;
    text-align: center;
    height: 60vh;
    padding-top: 5vw;
    background-color: #deebf7;
}
.dia03_parent2{
     display: flex;
    justify-content: space-between;
    width: 90%;
    margin-left: 5vw;
    vertical-align: middle;
    text-align: center;
    height: 60vh;
    background-color: #deebf7;
}

.dia03_child{
    float: none;
    width: 32.5%;
}

@media screen and (min-width: 1020px){
  .saigai{
    vertical-align: middle !important;
	margin: -35px auto !important;
  }
}

@media screen and (max-width: 768px){
  .saigai{
    vertical-align: middle !important;
	margin: 2vw auto;
	margin-bottom: 0;
  }
}

.saigai{
    vertical-align: middle !important;
	margin: 1vw auto;
	margin-bottom: 0;
}

.table_dia01,.table_dia02,.table_dia03,.table_dia04{
    background-color: #ffffff;
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;;
    border-top-right-radius: 20px 20px;
    border-top-left-radius: 40px 40px;
    border-bottom-right-radius: 40px 40px;
    border-bottom-left-radius: 40px 40px;
}

@media screen and (max-width: 900px){
  .table_dia01,.table_dia02,.table_dia03,.table_dia04{
      max-width: 720px;
  }
}

.td_dia01_1,.td_dia02_1,.td_dia03_1,.td_dia04_1{
	position: relative;
	background-color: #65bff1;
	color: #ffffff;
	font-weight: bold;
    border-radius: 0 15px 0 0;
    border-top-right-radius: 20px 20px;
    border-top-left-radius: 20px 20px;
    letter-spacing: 0.2em;
    vertical-align: top;
}

.td_dia01_1-img{
	text-align: left;
    position: absolute;
    top: 50%;
    left: -30px;
    right: 0;
    transform: translateY(-50%);
}



.td_dia01_12{
    background-color: #65bff1;
    font-size: 3vw;
    color: white;
    text-align: center;
    font-weight: bold;
    height: 7vw;
    border-radius: 0 15px 0 0;
}

.td_dia01_1-img img {
    width: 180px;
    object-fit: cover;
}

@media screen and (min-width: 1800px){
  .td_dia01_1-img img{
      width: 180px;
  }
}

.td_dia01_1-title {
    text-align: center;
}

@media screen and (max-width: 767px){
  .td_dia01_1-title {
    text-align: center;
    padding-left: 4.4444vw;
  }
}

.td_dia01_1-title p {
    font-size: 1.3em;
}

@media screen and (max-width: 767px){
  .td_dia01_1-title p {
    font-size: 4.4vw;
    margin-block-start: 2vw;
    margin-block-end: 2vw;
  }
}

.dia01_1{
    margin-top: 2rem;
}

/*.td_dia02_1 img,.td_dia03_1 img,.td_dia04_1 img{
    width: 15vw;
    height: 19vw;
    margin-top: -5.3vw;
    object-fit: cover;
    margin-bottom: -9vw;
    margin-right: 19vw;
    margin-left: -0.1vw;
}*/

.dia03_img1{
     width: 120px !important;
    /* margin: 10px;*/
	margin-top: -50px;
}

@media screen and (max-width: 900px){
  .dia03_img1{
      width: 85px !important;
    /* margin: 10px; */
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px){
  .dia03_img1{
    width: 20vw !important;
    /* margin: 10px; */
    margin-top: 5vw;
  }
}

.dia03_moji1{
    color: #5f5f5f;
    font-size: 1.2rem;
    font-weight: bold;
    vertical-align: middle;
    line-height: 1.7;
    /* width: 73%; */
    /* margin-left: 13vw; */
    text-align: center;
    margin: 1em 4em -1em 4em;
}

@media screen and (max-width: 900px){
  .dia03_moji1{
      margin: 1em 2em -1em 2em;
  }
}

.tri{
    margin: 1em 3em;
    text-align: center;
}
.tri_img{
    width: 8% !important; 
}
/*
.tri::after {
      content: "";
    position: absolute;
    bottom: 0;
    left: 71%;
    border-top: 150px solid #deebf7;
    border-left: 47vw solid transparent;
    border-right: 47vw solid transparent;
    transform: translateX(-50%);
}
*/
        .tri2{
       width: 71%;
    padding-top: 150px;
    position: relative;
    margin-top: -0.1vw;
}
.tri2::after {
       content: "";
    position: absolute;
    bottom: 0;
    left: 70%;
    border-top: 150px solid #deebf7;
    border-left: 49vw solid transparent;
    border-right: 44vw solid transparent;
    transform: translateX(-50%);
}

.dia3_box5{
    /*width: 85%; */
    background-color: #cae9fa;
    box-shadow: 4px 6px 4px #919191;
    /* padding-top: 2vw; */
    margin: 1.8em 3em;
    vertical-align: middle;
    text-align: center;
    font-size: 1.2rem;
    /* padding-bottom: 2vw; */
    font-weight: bold;
    color: #595959;
    letter-spacing: 0.2em;
    line-height: 1.7;
	padding: 0.5em 0;
}

@media screen and (max-width: 900px){
  .dia3_box5{
	  margin: 2em;
      letter-spacing: 0.1em;
  }
}

.dia3_box1{
    /*width: 90%; */
    border-bottom: 1px solid #bfbfbf;
    border-top: 1px solid #bfbfbf;
    font-size: 1.4em;
    color: #595959;
    font-weight: bold;
    text-align: center;
    /* margin-left: 5.5vw; */
    /* height: 4vw; */
    vertical-align: middle;
    margin: 0 3em;
    padding: 0.5em 0;
    /* padding-top: 1vw; */
    letter-spacing: 0.2em;
}

.dia3_box2{
    display: flex;
    justify-content: space-between;
    /* height: 17vw; */
    /* width: 90%; */
    /* padding-left: 1vw; */
    /* font-size: 1.4rem; */
    margin: 0 3em;
}

.dia3_box3{
    display: flex;
    justify-content: space-between;
    /* height: 17vw; */
    /* width: 90%; */
    /* padding-left: 1vw; */
    /* font-size: 1.2rem; */
    margin: 0 3em;
    border-bottom: 1px solid #bfbfbf;
    border-top: 1px solid #bfbfbf;
}

.dia3_box2_child,.dia3_box3_child{
    float: none;
    width: 240px;
    vertical-align: top;
    /* text-align: center; */
    /* margin-top: 2vw;*/
}

@media screen and (max-width: 900px){
  .dia3_box2_child,.dia3_box3_child{
      width: 180px;
  }
}

.dia3_box2_child2{
    float: none;
    width: calc( 100% - 10% );
    vertical-align: middle;
    text-align: left;
    color: #595959;
    font-size: 1.2rem;
    /* padding-top: 7vw; */
    font-weight: bold;
    line-height: 1.7;
    /* justify-content: center; */
    display: flex;
    align-items: center;
}

.dia3_box2_child2 span,.dia3_box3_child2 span{
    font-size: 0.8rem;
}

.dia3_box3_child2{
    float: none;
    width: calc( 100% - 10% );
    /* vertical-align: bottom; */
    text-align: left;
    color: #595959;
    font-size: 1.2rem;
    padding-top: 3.5em;
    font-weight: bold;
    /* line-height: 2;*/
}

.dia3_box4{
    padding-left: calc(100% - 768px);
    margin: 3em;
    font-size: 16px;
    color: #595959;
}

@media screen and (max-width: 900px){
  .dia3_box4{
      font-size: 13px;
  }
}

.dia04_parent{
    width: 110vw;
}

.dia04_child1{
    margin-top: 6vw;
}

.dia04_child2{
    margin-left: -0.1vw;
    width: 110.1vw;
    margin-top: -1vw;
}

.dia04_child3{
    margin-top: -1vw;
    width: 109.9vw;
    margin-left: 0.2vw;
}

.supp_moji2{
    color: white;
    /* width: 100%; */
    font-size: 1.4rem;
    letter-spacing: 0.2em;
    font-weight: bold;
    background: radial-gradient(40vw,#5fd4fa 20%,#4be0e0 50%, #0375c1 100%);
    /* height: 6vw; */
    text-align: center;
    /* padding-top: 2vw; */
    /* margin-left: 5.5vw; */
    margin: 2em 8em 0 8em;
    padding: 1rem;
    vertical-align: middle !important;
}

@media screen and (min-width: 1800px){
  .supp_moji2{
      margin: 2em 16em 0 16em;
  }
}

@media screen and (max-width: 900px){
  .supp_moji2{
      letter-spacing: 0.1em;
	  margin: 2em 3em 2em 3em;
  }
}

.supp_img{
    display: flex;
    justify-content: space-between;
    width: 90%;
}

.supp_img1,.supp_img2,.supp_img3,.supp_img4{
    width: 22%;
    margin-left:1vw;
}

div.g-inner {
     /* position: relative; */
    /* width: 100vw; */
   /* height: 65vw;*/
    /* border-left: solid; */
   /*   margin-left: 6vw;*/
    /*  margin-top: 5vw;*/
    /* border-bottom: solid; */
     /*margin-bottom: 5vw;*/
    /* text-align: center; */
	margin: -20px 6em 2em 6em;
}

@media screen and (max-width: 900px){
  div.g-inner{
      margin: -15px 3em 2em 3em;
  }
}

/* 
#view {
      position: absolute;

    padding-left: 2vw;

    text-align: center;
}

#view p {
    position: absolute;
    width: 105vw;
    top: 2%;
}*/
        #view_img1{
            display:block;
            animation: fuwaMenu 0.3s linear 0s;
        }
        #view_img2{
            display:none;
            animation: fuwaMenu 0.3s linear 0s;
        }
        #view_img3{
            display:none;
            animation: fuwaMenu 0.3s linear 0s;
        }
        #view_img4{
            display:none;
            animation: fuwaMenu 0.3s linear 0s;
        }
@keyframes fuwaMenu {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}    

#thumbBtn {
 display: flex;
    display: flex;
    justify-content: space-between;
    margin: -4.5em 6em 0 6em;
    transform: scale(0.955) !important;
}

@media screen and (max-width: 900px){
  #thumbBtn{
      margin: -0.5em 0;
      transform: scale(1) !important;
  }
}

#thumbBtn img{
   /*   padding: 0 0 0 2px;*/
    float: none;
    width: 25%;
    cursor: pointer;
   /*   height: 14vw;*/
    pointer-events: auto !important;
	transform: scale(1);
}

.Voice1{
    font-size: 1.8rem;
    letter-spacing: 0.2em;
    font-weight: bold;
    text-align: center;
    vertical-align: middle !important;
    color: #404040;
	margin-top: 2em;
}

@media screen and (max-width: 900px){
  .Voice1{
      margin-top: 1em;
	  font-size: 5.5vw;
  }
}

@media screen and (max-width: 550px){
  .Voice1{
      margin-top: 1.5em;
	  font-size: 5.5vw;
  }
}

.Voice2{
    color: #2e75b6;
    font-size: 1.8rem;
    letter-spacing: 0.2em;
    font-weight: bold;
    text-align: center;
    margin: 0 3em;
    vertical-align: middle !important;
    border-top: solid 2px #bfbfbf;
	margin-bottom: 1em;
}

@media screen and (max-width: 550px){
  .Voice2{
	  font-size: 4.5vw;
	  
  }
}

.blue-container2 {
    background-color: #dff1f9;
    max-width: 1080px;
    margin: 0 auto;
    margin-top: 2vh;
    padding-top: 1vh;
    text-align: center;
    border-top-right-radius: 10px 10px;
    border-top-left-radius: 10px 10px;
    border-bottom-right-radius: 10px 10px;
    border-bottom-left-radius: 10px 10px;
}

@media screen and (max-width: 900px){
  .blue-container2{
      max-width: 720px;
  }
}

@media screen and (max-width: 768px){
  .blue-container2{
      max-width: 720px;
	  margin-top: 12.333vw;
	  padding-top: 8.5555vw;
  }
}
  
 .blue-container2 img {
    width: 100%;
    pointer-events:none;
  }
.voice_moji2{
    color: white;
    width: 80%;
    /* margin: 0 50px; */
    font-size: 1.2rem;
    letter-spacing: 0.3vw;
    font-weight: bold;
    background: radial-gradient(40vw,#5fd4fa 20%,#4be0e0 50%, #0375c1 100%);
    /* height: 6vw; */
    padding: 1vw 0;
    margin: 2vw auto 0;
    vertical-align: middle !important;
}

@media screen and (max-width: 900px){
  .voice_moji2{
      width: 90%;
  }
}

.voice_moji3{
    width: 80%;
    margin: 0 auto;
    background-color: white;
}

@media screen and (max-width: 900px){
  .voice_moji3{
      width: 90%;
  }
}

.voice_moji2 span {
   color: yellow;
}

.voice_img1{
     width: 90%;
    margin-top: 5vw;
}

.voice_img2{
    transform: scale(0.8) !important;
}

@media screen and (max-width: 900px){
  .voice_img2{
      transform: scale(0.9) !important;
  }
}

@media screen and (max-width: 500px){
  .voice_img2{
      transform: scale(1) !important;
  }
}

.voice_moji4{
    
}
.voice_img3{
    transform: scale(0.8) !important;
}

@media screen and (max-width: 900px){
  .voice_img3{
      transform: scale(0.9) !important;
  }
}

.end_moji1{
    color: #2e75b6;
    /* width: 94%; */
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    font-weight: bold;
    text-align: center;
    vertical-align: middle !important;
    line-height: 1.7;
	margin: 3em 3em 1.5em 3em;
}

@media screen and (max-width: 900px){
  .end_moji1{
      font-size: 1.4rem;
	  margin: 3em 2em 1em 2em;
  }
}

.end_moji2{
    color: black;
    /* width: 94%; */
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    font-weight: bold;
    text-align: center;
    vertical-align: middle !important;
    line-height: 1.7;
	margin: 0 3em;
}

@media screen and (max-width: 900px){
  .end_moji2{
      font-size: 1.2rem;
	  margin: 0 2em;
  }
}

.end_moji3{
    color: black;
    /* width: 100%; */
    font-size: 1rem;
    letter-spacing: 0.08em;
    text-align: center;
    vertical-align: middle !important;
    line-height: 1.7;
    margin: 0.5em 3em 0.5em 3em;
}

@media screen and (max-width: 900px){
  .end_moji3{
      margin: 0.9em 2em 0.5em 2em;
  }
}

.end_img4{
    width: 100%;
    margin-left: -5.5vw;
    pointer-events: none;
}
.end_img5{
    width: 25%;
    /* margin: 0 auto; */
    pointer-events: none;
    /* margin-top: 5vw; */
    /* margin-bottom: 10vw;*/
}

@media screen and (max-width: 900px){
  .end_img5{
      width: 35%;
  }
}

.end_img6{
    width: 30% !important;
    margin-left: 23vw;
    pointer-events: none;
    /*margin: 2vw 39vw;*/
}
.end_img7{
    margin: 0 auto;
}

.blue-container3{
    background-color: #d1fbff;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
	padding: 11vw 0;
}

.blue-container3-z{
	margin: 0 6em;
}

@media screen and (max-width: 1025px){
	.blue-container3-z {
    margin: 0;
}
}

.blue-container3 img {
  width: 100%;
  pointer-events:none;
}

.end_moji4{
    color: #2e75b6;
    /* width: 100%; */
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
    font-weight: bold;
    text-align: center;
    vertical-align: middle !important;
}

@media screen and (max-width: 900px){
  .end_moji4{
      font-size: 1.4rem;
  }
}

.end_moji5{
    /*width: 94%; */
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
    font-weight: bold;
    text-align: center;
    vertical-align: middle !important;
}

@media screen and (max-width: 900px){
  .end_moji5{
      font-size: 1.4rem;
  }
}

.end_img9{
    width:40% !important;
    margin-top:5vw;
    margin-left: 30vw;
}
.end_img8{
    width: 100% !important;
    margin-top: 5vw;
}

.call{
    display: flex;
    max-width: 80vw;
    height: 20vw;
    text-align: center;
    width: 100%;
    margin: 5vw auto 21vw;
    background: white;
    /*padding: 2vw 3vw 5vw;*/
}
.call2{
    background-color:#edffff !important;
}
.card-img {
    vertical-align: bottom;
    margin-right: 10vw;
}
.card-img img{
    width: 130%;
    height: 100%;
}

.card-text{
    width: 80%;
    margin: 1vw 10vw 1vw 1vw;
}
.card-text1{
    font-size: 3vw;
    font-weight: bold;
}
.card-text2{
    font-size: 2.5rem;
    color: #2e75b6;
    font-weight: bold;
    text-decoration: underline;
}

@media screen and (max-width: 900px){
  .card-text2{
      font-size: 2.4rem;
  }
}

.card-text3{
    font-size: 2vw;
    margin-top: 2vw;
}

.cp_qa *, .cp_qa *:after, .cp_qa *:before {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.cp_qa .cp_actab {
    position: relative;
    overflow: hidden;
    /* width: 80%; */
    margin: 0 2em 1em 2em;
    color: #1b2538;
}

.cp_qa{
    margin: 0 9em;
}

@media screen and (min-width: 1800px){
  .cp_qa{
      margin: 0 25em;
  }
}

@media screen and (max-width: 900px){
  .cp_qa{
      margin: 0 3em;
  }
}

.cp_qa .cp_actab input {
    position: absolute;
    opacity: 0;
}

/* 質問 */
.cp_qa .cp_actab label {
    font-weight: bold;
    line-height: 1.6em;
    position: relative;
    display: block;
    margin: 0;
    padding: 2vw 9vw 2vw 9vw;
    cursor: pointer;
    text-indent: 1em;
    border-radius: 0.1em;
    background: white;
    font-size: 2vw;
}

@media screen and (max-width: 600px){
  .cp_qa .cp_actab label{
      font-size: 3.2vw;
  }
}

@media screen and (min-width: 900px){
  .cp_qa .cp_actab label{
      font-size: 1.1rem;
  }
}

.cp_qa .cp_actab label::before {
    font-family: serif;
    font-size: 5vw;
    margin-left: -10vw;
    padding-right: 0.6em;
    /* align-items: center; */
    content: 'Q';
}

@media screen and (min-width: 900px){
  .cp_qa .cp_actab label::before{
      font-size: 1.6em;
	  margin-left: -2.2em;
  }
}

/* --質問の＋アイコン */
.cp_qa .cp_actab label::after {
    font-size: 5vw;
    font-weight: bold;
    line-height: 1.5em;
    position: absolute;
    top: 0;
    right: 0;
    content: '+';
    display: inline-block;
    padding-right: 0.6em;
    /* width: 2em; */
    /* height: 2em; */
    -webkit-transition: transform 0.4s;
    transition: transform 0.4s;
}

@media screen and (max-width: 600px){
  .cp_qa .cp_actab label::after{
      font-size: 5.6vw;
  }
}

@media screen and (min-width: 900px){
  .cp_qa .cp_actab label::after{
      font-size: 2em;
    font-weight: bold;
    line-height: 1.9;
  }
}

/* 答え */
.cp_qa .cp_actab .cp_actab-content {
    position: relative;
    overflow: hidden;
    max-height: 0;
    padding: 0 0 0 3vw;
    -webkit-transition: max-height 0.2s;
    transition: max-height 0.2s;
    border-radius: 0 0 0.1em 0.1em;
}

.cp_qa .cp_actab .cp_actab-content::before {
    font-family: serif;
    font-size: 3.1vw;
    position: absolute;
    margin: 0;
    padding: 0;
    content: 'A';
    font-weight: bold;
    color: red;
}

@media screen and (min-width: 900px){
  .cp_qa .cp_actab .cp_actab-content::before{
      font-size: 1.8rem;
  }
}

@media screen and (min-width: 1800px){
  .cp_qa .cp_actab .cp_actab-content::before{
      font-size: 2em;
  }
}

.cp_qa .cp_actab .cp_actab-content p {
    margin: 3vw 3vw 3vw 5vw;
    font-size: 2vw;
}

@media screen and (max-width: 600px){
  .cp_qa .cp_actab .cp_actab-content p{
      font-size: 3vw;
  }
}

@media screen and (min-width: 900px){
  .cp_qa .cp_actab .cp_actab-content p{
      margin: 1vw 3vw 3vw 4vw;
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 600px){
  .cp_qa .cp_actab .cp_actab-content::before{
      font-size: 4.5vw;
  }
}

/* 質問を開いた時の仕様 */
/* --答えの高さ */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
        max-height: 30em;
    /* border: 10px solid rgba(27,37,56,0.1); */
    background-color: white;
}
/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab input:checked ~ label {
    color: #00838f;
    border-radius: 0.1em 0.1em 0 0;
}
/* 質問をクリックした時の+の動き */
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.table_sp{
    width:100%;
}    

.gmap-wrap{
      width: 100%;
      height: 450px;
    overflow : hidden;
}
.top_sp{
    position: relative;
    background: url(https://next-part.co.jp/lp/wp-content/uploads/2023/12/SP_TOP_bg-e1702326776691.png) no-repeat center center / cover;
}
.top_sp img{
    display: block;
    /*height: 70%;*/
    pointer-events: none;
    padding-top:7vw;
    padding-bottom:7vw;
    width: 100%;
	-webkit-appearance: none;
}
.top_sp img:nth-of-type(2){
    /*position: absolute;*/
	/*height: 70%;*/
    right: 0%;
    bottom: 0.8%;
    /*width: 14.4%;*/
    height: 48%;
    z-index:10;
    opacity:85%;
	-webkit-appearance: none;
}

a#header-img-sp {
    position: absolute;
    right: 0%;
    bottom: 4%;
    width: 12%;
    /*height: 48%;*/
    z-index: 10;
    opacity: 85%;
	-webkit-appearance: none;
}

.mojivertical_sp{
    font-size: 1.7em;
    font-family: HG教科書体,Georgia,游明朝,Yu Mincho,YuMincho,Hiragino Mincho ProN,HGS明朝E,メイリオ,Meiryo,serif !important;
    text-align:center;
	font-weight: 900;
    color: #4a4a4a;
    letter-spacing: 0.2em;
}

.leftbottom_sp{
    font-size: 1.7em;
    /* padding-top: 1vw; */
    font-family: HG教科書体,Georgia,游明朝,Yu Mincho,YuMincho,Hiragino Mincho ProN,HGS明朝E,メイリオ,Meiryo,serif !important;
    text-align: center;
    font-weight: 900;
    color: #4a4a4a;
    letter-spacing: 0.2em;
}

.img-moji_sp{
    position:relative;
	margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
}
.img-moji_sp div{
     
}

.moji1_gazo_sp {
    display: flex;
    align-items: center;
    background: url(https://next-part.co.jp/lp/wp-content/uploads/2024/01/名称未設定のデザイン-2024-01-18T001310.479.png) no-repeat center center / contain;
    color: #FFF;
    text-shadow: 0 2px 1px #a9a9a9;
    pointer-events: none;
    height: 350px;
    margin-top: 0;
    vertical-align:bottom;
	text-align: center;
}

@media screen and (min-width: 500px){
  .moji1_gazo_sp{
      height: 450px;
  }
}

.moji1_gazo_sp div{
    width: 100% !important;
    font-size: 1.3rem;
    font-weight: bold;
}

.mojismall_sp{
    /*font-family: Georgia,游明朝,Yu Mincho,YuMincho,Hiragino Mincho ProN,HGS明朝E,メイリオ,Meiryo,serif !important;*/
    font-size: 16px !important;
    color: #141414 !important;
    text-align: center;
    line-height: 1.7;
    padding: 0 5px;
}

.mojibig_sp{
    font-size: 17px !important;
    color: #2e75b6 !important;
    white-space: nowrap;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
}

.arrow_sp1{
   background: url(https://next-part.co.jp/lp/wp-content/uploads/2024/01/見出しを追加-11-1.png) no-repeat center center / cover;
    height: 45px;
    margin-top: 20px;
    width: 100%;
}

.arrow_sp2{
    background: url(https://next-part.co.jp/lp/wp-content/uploads/2024/01/見出しを追加-9-1.png) no-repeat center center / cover;
    height: 45px;
    margin-top: 15px;
    margin-bottom: 30px;
    width: 100%;
}
.table_blue_sp{
    /*width: 100%; */
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    background: url(https://next-part.co.jp/lp/wp-content/uploads/2023/12/blue_bg_sp2.png) no-repeat center center / contain;
    padding-top: 30px;
}

/*td.td_sp1,td.td_sp2,td.td_sp3{
    width:30.3%;
    height:10vw;
}*/

td.td_sp4{
    height: 240px;
}

@media screen and (min-width: 500px){
  td.td_sp4{
      height: 330px;
  }
}

@media screen and (min-width: 600px){
  td.td_sp4{
      height: 400px;
  }
}

.merit_sp01{
    color: #363636;
    font-size: 5.2vw;
    padding-left: 2vh;
    text-shadow: 1px 2px 2px #818181;
    /*font-weight: bold;*/
    letter-spacing: 0.3vw;
    margin-top: -35px;
}

.merit_sp{
    color: #363636;
    font-size: 5.2vw;
    padding-left: 2vh;
    text-shadow: 1px 2px 2px #818181;
    /*font-weight: bold;*/
    letter-spacing: 0.3vw;
	margin-top: 30px;
}

.merit_sp span{
    font-size: 5.5vw;
    font-weight: normal;
    text-shadow: none;
    letter-spacing: 1vh;
    padding-bottom: 0vh;
}   
.merit_bg_sp{
    height: 7px;
    border-image-slice: 1;
    width: 100%;
    background: linear-gradient(164deg, #72c7f3, transparent);
}

.moji_sp4{
    /*padding-left: 1vh; */
    color: #424242;
    font-size: 5vw;
    font-weight: bold;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 0;
    
}
.merit_bg_sp2{
    margin: 10px auto 0;
}
.merit_bg_sp4{
    margin:0 0 4vw;
}
.moji4_small_sp span{
    font-size: 3.8vw !important;
    line-height: 1px;
}
.merit_bg_sp3 {
    margin: 20px auto 50px;
    width: 100%;
}
.td5_moji_sp{
    color: white;
    font-size: 4.5vw;
    padding: 1.5vh 1vh;
    font-weight: bold;
}
.td_idea_sp1{
    width: 90% !important;
    margin: -3vh auto 0;
    margin-left:5vw !important;
}

.td_idea_sp4-img {
    width: 50px;
    margin: 0.5em auto;
    text-align: center;
}

td.td_idea_sp2 {
    text-align: center;
}

.td_idea_sp2 span{
    font-size: 3.8vw !important;
    color: #5f5f5f;
    font-weight: bold;
}    
.td_idea_sp7{
    /*background: url(https://next-part.co.jp/lp/wp-content/uploads/2023/12/idea_sp3_1-1.png) no-repeat center center / cover;
    vertical-align: top;
    text-align: center;
    padding-left:5vw;
    padding-right:5vw;
    height:150vw;*/
}
.td_idea_sp7 img:nth-child(1) {
    /*margin-top: 15vw !important;*/
}
.td_idea_sp7 img:nth-child(2),.td_idea_sp7 img:nth-child(5) {
   /*margin-left: 10vw;*/
}
.td_idea_sp7 img{
    /*width: 32%;
    margin-top: 1vw;*/
}
.td_idea_sp3{
    color: #5f5f5f;
    font-size: 2.2vw;
    vertical-align: top;
    text-align: center;
}
.td_idea_sp3 span{
    color: #5f5f5f;
    font-size: 3.8vw !important;
    vertical-align: middle;
    font-weight: bold;
    background: linear-gradient(transparent 70%, #59fbfb);
}

.td_idea_sp5{        
    color: #5f5f5f;
    font-size: 2.1vw;
    vertical-align: top;
    text-align: right;
}

.td_idea_sp0{
    width:25%;
}

.gazou2_td_sp1{
    color: white;
    font-size: 5vw;
    padding: 2vw 2vw 2vw 7.8vw;
    text-align: center;
    white-space: pre;
    font-weight: bold;
    font-family: monospace;
}
.gazou3_tb_sp{
    background-color: #2e75b6;
    width: 100%;
    margin-top: 5vh;
    margin-bottom: 5vh;
    box-shadow: 0px 3px 4px #a0a0a0;
    text-align: center;
}
.dia02_child span:nth-of-type(1){
   text-decoration-color:red;
    text-decoration-line:underline 2px;
    text-underline-offset: 2px;
    color: red;
    font-size: 1.1rem !important;
    text-decoration: underline;
    font-weight: bold;
    letter-spacing: 0.2em;
}

@media screen and (max-width: 900px){
  .dia02_child span:nth-of-type(1){
      font-size: 0.91rem !important;
	  letter-spacing: 0;
  }
}

.dia02_child div{
    font-size: 1rem;
    color: #2f5597;
    font-weight: bold;
    letter-spacing: 5px;
    text-align: left;
    font-feature-settings: "palt";
    vertical-align: bottom;
    padding: 10px 5px;
}

@media screen and (max-width: 900px){
  .dia02_child div{
	  font-size: 0.91rem;
      letter-spacing: 0;
  }
}

.border-box1{
    text-align: center;
    margin: 2em;
    padding: 2em 1em;
    background-color: #fff;
    border: solid 5.5px #54aad9;
}

.border-box1 p{
    margin: 0;
    padding: 0;
    font-weight: 600;
    color: #535252;
    font-size: 1.4rem;
    line-height: 1.7;
}

@media screen and (max-width: 900px){
  .border-box1 p{
      font-size: 1.1rem;
  }
}

.border-box2{
    text-align: center;
    margin: 1em 0;
    padding: 0.7em 0.4em;
    background-color: #fff;
    border: solid 3px #54aad9;
}

.border-box2 p{
    margin: 0;
    padding: 0;
    font-weight: 600;
    color: #535252;
    font-size: 1.4rem;
    line-height: 1.7;
	text-align: left;
}

@media screen and (max-width: 900px){
  .border-box2 p{
      font-size: 16px;
  }
}

.graph-img1{
	width: 100%;
	text-align: center;
}

.title-box1{
  margin: 1em 0;
  padding: 1.5em 1em 1em;
  position: relative;
  border: 1px solid #81d4fa;
  background-color: #e1f5fe;
}

.title-box1-title{
    position: absolute;
    top: -1.2em;
    left: 20px;
    font-weight: bold;
    font-size: 1.4em;
    background-color: #44e3fd;
    color: #fff;
    padding: 0.5em 1em;
}

.title-box1-img{
  display: flex;
  transform: scale(0.9) !important;
  padding: 2.5em 0 1em 0;
}

@media screen and (max-width: 900px){
  .title-box1-img{
      transform: scale(1) !important;
  }
}

.title-box1-img img {
    width: 25%;
}

.title-box1-img2 {
    text-align: center;
}

.title-box1-img2 img {
    width: 5vw;
    padding: 1em;
}

.title-box1-normal-box{
	margin: 1em 4em 2em 4em;
    padding: 1em;
    background: radial-gradient(40vw,#5fd4fa 20%,#4be0e0 50%, #0375c1 100%);
}

.title-box1-normal-box p{
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.7rem;
}

.title-box1-message{
	font-size: 1.2rem;
    color: #4e4e4e;
    text-align: center;
    font-weight: 600;
    line-height: 2.0;
	padding-bottom: 1rem;
}

.voicewrap01 {
    background: #fff;
    display: flex;
    align-items: center;
    padding: 5px 0;
    margin: 4rem;
    position: relative;
    flex-wrap: wrap;
    gap: 0 50px;
    border-radius: 20px;
}

@media screen and (max-width: 900px){
  .voicewrap01{
      margin: 2rem;
	  border-radius: 12px;
  }
}

.voicewrap01::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    margin: 0 auto;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 40px solid #fff;
    bottom: -38px;
    left: 0;
    right: 0;
}

@media screen and (max-width: 900px){
  .voicewrap01::before{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    margin: 0 auto;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 30px solid #fff;
    bottom: -28px;
    left: 0;
    right: 0;
  }
}

@media screen and (max-width: 768px){
	.voicewrap01::before {
    border-left: 2.667vw solid transparent;
    border-right: 2.667vw solid transparent;
    border-top: 6.667vw solid #ffffff;
    bottom: -6.355vw;
}
}


.voicewrap02:nth-child(1) {
    width: 150px;
    padding: 0 0 0 25px;
}

@media screen and (max-width: 768px){
	.voicewrap02:nth-child(1) {
    width: 55.555555vw;
    margin: -12.333333333333334vw auto 4.333333333333334vw auto;
    padding: 0;
}
}

.voicewrap02 {
    width: calc(100% - 304px - 50px - 65px);
    color: #4c91d5;
}

@media screen and (max-width: 768px){
	.voicewrap02 {
    width: 100%;
    color: #3f7fbe;
    font-size: 2.933333333333333vw;
    text-align: center;
}
}

.voicetitle01 {
    font-size: 1.2rem;
    line-height: 20px;
    letter-spacing: -0.02em;
    font-weight: 600;
    padding: 0 0 10px;
    margin: 0 0 10px;
    border-bottom: 1px solid #739ec8;
	text-align: left;
}

@media screen and (max-width: 768px){
	.voicetitle01 {
    font-size: 5.333333333333334vw;
    /* line-height: 8vw; */
    letter-spacing: 0.05em;
    font-weight: 600;
    padding: 0 0 3.333333333333334vw;
    margin: 0 0 1.333333333333334vw;
    border-bottom: 1px solid #3f7fbe;
}
}

.voicespace01 {
    margin: 0;
}

@media screen and (max-width: 768px){
	.voicespace01 {
    margin: 0;
}
}

.voicename01 {
    font-size: 1.2rem;
    line-height: 20px;
    letter-spacing: 0.04em;
    font-weight: 600;
    color: #5a5a5a;
	text-align: left;
}

@media screen and (max-width: 768px){
	.voicename01 {
    font-size: 4.266666666666667vw;
    line-height: 8vw;
    letter-spacing: 0.04em;
    font-weight: 400;
}
}

.dia01_child_img{
     transform: scale(1)  !important;
}

.main-example{
	display: flex;
	margin: 0.3em 6em 0 6em;
}

@media screen and (max-width: 900px){
  .main-example{
      margin: 0.3em 2em 0 2em;
  }
}

@media screen and (max-width: 767px){
  .main-example-sp{
      /*display: flex;
      margin: 0.3em 6em 0 6em;*/
  }
  .example-sp {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin: 2vw;
  }
  .example-sp img {
    width: 100%;
    height: 0 auto;
    border-radius: 10px;
    filter: brightness(0.6);
    display: block;
    transition: 0.5s;
}
	.t1-sp {
    position: absolute;
    top: 70%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
    color: #ffffff;
	font-weight: 900;
    font-size: 5.5vw;
}
	.t2-sp {
    position: absolute;
    top: 80%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
    color: #ffffff;
	font-weight: 900;
    font-size: 3.2vw;
}
	.example-logo-sp {
    text-align: center;
    margin-top: -3vw;
    margin-bottom: 3vw;
}
	.end_img5-sp {
    width: 70vw;
    /* margin: 0 auto; */
    pointer-events: none;
    /* margin-top: 5vw; */
    /* margin-bottom: 10vw; */
}
}

.example {
    position: relative;
	overflow: hidden;
	cursor: pointer;
	margin: 0.85em;
}

@media screen and (max-width: 900px){
  .example{
      margin: 0.25em;
  }
}

.t1 {
    position: absolute;
    top: 70%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin:0;
    padding:0;
	color: #ffffff;
	font-size: 1.6rem;
}

@media screen and (max-width: 900px){
  .t1{
      font-size: 1.22rem;
  }
}

.t2 {
    position: absolute;
    top: 80%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin:0;
    padding:0;
	color: #ffffff;
	font-size: 0.95rem;
}

@media screen and (max-width: 900px){
  .t2{
      font-size: 0.7rem;
  }
}

.example img {
  width: 100%;
	height: 0 auto;
	border-radius:10px;
	filter: brightness(0.6);
	display: block;
	transition: 0.5s;
  }

.example img:hover {
	transform: scale(1.1, 1.1);
}

.example-logo {
	text-align: center;
	margin-top: -15px;
	margin-bottom: 2rem;
}

.voicewrap03 {
    background: #fff;
    display: flex;
    align-items: center;
    padding: 20px 0;
	max-width: 800px;
    position: relative;
    flex-wrap: wrap;
    gap: 0 50px;
    border-radius: 15px;
	margin: 1em auto;
}

/*@media screen and (min-width: 1800px){
  .voicewrap03{
      margin: 1rem 42em;
  }
}*/

@media screen and (max-width: 900px){
  .voicewrap03{
      margin: 1rem 3em;
  }
}

.voicewrap04:nth-child(1) {
    width: 200px;
    padding: 0 0 0 35px;
}

@media screen and (max-width: 900px){
  .voicewrap04:nth-child(1){
      width: 170px;
  }
}

.voicewrap04 {
    width: calc(100% - 304px - 50px - 65px);
    color: #4c91d5;
	text-align: center;
}

@media screen and (max-width: 900px){
  .voicewrap04{
      width: calc(100% - 290px - 50px - 65px);
  }
}

.voicetitle02 {
    font-size: 1.4rem;
    line-height: 40px;
    letter-spacing: -0.02em;
    font-weight: 600;
    /* padding: 0 0 15px; */
    /* margin: 0 0 15px; */
    border-bottom: 1px solid #739ec8;
    text-align: center;
}

@media screen and (max-width: 900px){
  .voicetitle02 {
    font-size: 1.2rem;
    line-height: 30px;
  }
}

.voicespace02 {
    margin: 0;
}

.voicename02 {
    font-size: 1.2rem;
    line-height: 40px;
    letter-spacing: 0.04em;
    font-weight: 600;
    color: #5a5a5a;
    text-align: center;
}

@media screen and (max-width: 900px){
  .voicename02{
      font-size: 1rem;
  }
}

.voice-img{
	margin: 0 6em;
	padding-bottom: 2.5em;
}

@media screen and (max-width: 900px){
  .voice-img{
      margin: 0 2em;
  }
}

@media screen and (max-width: 550px){
  .voice-img{
      margin: 0;
  }
}

.voicewrap05 {
    background: #fff0d3;
    display: flex;
    align-items: center;
    padding: 20px 0;
    margin: 1rem 6em;
	margin-bottom: 8em;
    position: relative;
    flex-wrap: wrap;
    gap: 0 50px;
    border-radius: 15px;
}

@media screen and (max-width: 900px){
  .voicewrap05{
      margin: 1.5rem;
  }
}

.voicewrap06:nth-child(1) {
    width: 200px;
    padding: 0 0 0 35px;
}

@media screen and (max-width: 900px){
  .voicewrap06:nth-child(1){
      width: 170px;
  }
}

.voicewrap06 {
    width: calc(100% - 304px - 50px - 65px);
    color: #4c91d5;
	text-align: center;
}

@media screen and (max-width: 900px){
  .voicewrap06{
      width: calc(100% - 290px - 50px - 65px);
  }
}

.voicetitle03 {
    font-size: 1.4rem;
    line-height: 40px;
    letter-spacing: -0.02em;
    font-weight: 600;
    /* padding: 0 0 15px; */
    /* margin: 0 0 15px; */
    border-bottom: 1px solid #739ec8;
    text-align: center;
}

@media screen and (max-width: 900px){
  .voicetitle03{
    font-size: 1.2rem;
    line-height: 30px;
  }
}

.voicespace03 {
    margin: 0;
}

.voicename03 {
    font-size: 1.2rem;
    line-height: 40px;
    letter-spacing: 0.04em;
    font-weight: 600;
    color: #5a5a5a;
    text-align: center;
}

@media screen and (max-width: 900px){
  .voicename03{
      font-size: 1rem;
  }
}

a.bt-samp52 {
    display: block;
    position: relative;
    background: #fee209;
    border: 7px solid #fff8b9;
    border-radius: 15px;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.1), 1px 2px 3px rgba(0,0,0,0.1), inset 1px 1px 7px rgba(255,255,255,0.7), inset -1px -1px 7px rgba(255,255,255,0.7);
    width: 100%;
    height: 65px;
    overflow: hidden;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
	text-align: center;
}

@media screen and (max-width: 767px){
  a.bt-samp52{
	  width: auto;
      height: 45px;
  }
}

a.bt-samp52 i{
  position: absolute;
  left: 20px;
  top: 0px;
  color: #ffffff;
  font-size: 40px;
  text-shadow: 1px 1px 1px #84d3e8;
  line-height: 58px;
  width: 100%;
  height: 50%;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
a.bt-samp52 span{
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    width: 100%;
    height: 50%;
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: bold;
    text-shadow: 1px 1px 1px #84d3e8;
}

@media screen and (max-width: 767px){
  a.bt-samp52 span{
      font-size: 4.5vw;
  }
}

a.bt-samp52:hover{
  background: #fbaf5d;
}
a.bt-samp52:hover i{
  text-shadow: 1px 1px 4px #fff, -1px -1px 4px #fff;
  color: transparent;
}
a.bt-samp52:hover span{
  text-shadow: none;
  -webkit-animation: text-anime52 0.5s ease;
  animation: text-anime52 0.5s ease;
}
@-webkit-keyframes text-anime52 {
    0% { -webkit-transform: translateX(100px);}
    50% { -webkit-transform: translateX(-10px);}
    100% { -webkit-transform: translateX(0px);}
}
@keyframes text-anime52 {
    0% { transform: translateX(100px);}
    50% { transform: translateX(-10px);}
    100% { transform: translateX(0px);}
}

.button-52{
	width: 365px;
    /* margin: 1em 20em; */
    /* text-align: center; */
    margin: 1em auto;
}

@media screen and (max-width: 767px){
  .button-52{
      width: 90vw;
	  margin: 1em auto;
  }
}

.gazou3-img{
	text-align: center;
}

.gazo1-img {
    margin: 0 10em;
}

@media screen and (max-width: 900px){
  .gazo1-img {
    margin: 1em 4em;
}
}

@media screen and (max-width: 676px){
	.gazo1-img {
    margin: 0 2em;
}
}

@media screen and (max-width: 450px){
	.gazo1-img {
    margin: 0 1em;
}
}

.td_idea_sp2-main{
	margin: 1em 0 1.5em 0;
}


/*フッター部分*/
#globalFooter {
    z-index: 2;
    position: relative;
	background: #dfe7ff;
}

footer{
	display: block;
	margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

#globalFooter .msg .footer-inner {
    padding-top: 6vw;
    padding-bottom: 6vw;
    position: relative;
}

@media screen and (max-width: 900px){
  #globalFooter .msg .footer-inner{
      margin-top: 14vw;
  }
}

.footer-inner {
    /*width: 1110px;*/
	width: 100%;
    margin: 0 auto;
}

@media screen and (min-width: 551px) and (max-width: 1025px){
	.footer-inner {
    width: 100%;
    margin: 0 auto;
}
}

#globalFooter .msg .footer-inner::before {
    content: '';
    background: url(https://next-part.co.jp/lp/wp-content/uploads/2024/01/名称未設定のデザイン-2024-01-15T074309.646.png) left top no-repeat;
    background-size: contain;
    width: 100vw;
    height: 36vw;
    position: absolute;
    left: 77.2vw;
    bottom: 0;
	overflow: hidden;
    display: block;
}

/*@media screen and (max-width: 900px){
  #globalFooter .msg .footer-inner::before{
    content: '';
    background: url(https://next-part.co.jp/lp/wp-content/uploads/2024/01/名称未設定のデザイン-2024-01-15T074309.646.png) left top no-repeat;
    background-size: contain;
    width: 21.6%;
    height: 350px;
    position: absolute;
    left: 80%;
    bottom: -85px;
    display: block;
  }
}*/

#globalFooter .msg .txt01 {
    text-align: center;
    padding-right: 17vw;
    font-size: 2.6vw;
    line-height: 2;
    text-decoration: underline;
    color: #42210b;
    font-weight: 700;
}

@media screen and (min-width: 900px){
  #globalFooter .msg .txt01{
      font-size: 2.2vw;
  }
}

#globalFooter .msg .txt01 span {
    color: #ff9900;
}

#globalFooter .bgBrown01 {
    background-color: #003b8a;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
}

#globalFooter .bgBrown01 .globalFooterLogo {
    max-width: 280px;
    margin-bottom: 10px;
}

#globalFooter .bgBrown01 small {
    font-size: 12px;
    color: #fff;
    line-height: 1;
    display: block;
}

.sp.blue-box1 {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
}

.td_idea_sp7{
	vertical-align: top;
    text-align: center;
    padding-left: 0.5vw;
    padding-right: 0.5vw;
}

.sp-title-box1{
	margin: 1em 0;
    padding: 1.5em 1em 1em;
    position: relative;
    border: 1px solid #81d4fa;
    background-color: #e1f5fe;
}

.sp-title-box1-title{
	position: absolute;
    top: -1.2em;
    left: 10vw;
    font-weight: bold;
    font-size: 4.4vw;
    background-color: #44e3fd;
    color: #fff;
    padding: 0.5em 1em;
}

@media screen and (max-width: 395px){
  .sp-title-box1-title{
      left: 10vw;
	  font-size: 4.4vw;
  }
}

@media screen and (max-width: 340px){
  .sp-title-box1-title{
      left: 29.2px;
	  font-size: 4.4vw;
  }
}

.sp-title-box1-img-box{
	padding: 1em 0;
}

.sp-title-box1-img{
	margin: 1em auto;
}

.sp-title-box1-img2{
	text-align: center;
}

.sp-title-box1-img img {
    width: 160px;
}

@media screen and (min-width: 400px){
  .sp-title-box1-img img{
      width: 160px;
  }
}

@media screen and (max-width: 399px){
  .sp-title-box1-img img{
      width: 150px;
  }
}

@media screen and (max-width: 380px){
  .sp-title-box1-img img{
      width: 130px;
  }
}

@media screen and (max-width: 365px){
  .sp-title-box1-img img{
      width: 120px;
  }
}

@media screen and (max-width: 350px){
  .sp-title-box1-img img{
      width: 110px;
  }
}

.sp-title-box1-img2 img{
	width: 45px;
}

.sp-title-box1-normal-box{
	margin: 1vw;
    padding: 2.5vw;
    background: radial-gradient(40vw,#5fd4fa 20%,#4be0e0 50%, #0375c1 100%);
}

.sp-title-box1-normal-box p{
	margin: 0;
    padding: 0;
    color: #ffffff;
    font-weight: bold;
    font-size: 4.4vw;
}

.sp-title-box1-message{
	font-size: 3.1vw;
    color: #4e4e4e;
    text-align: center;
    font-weight: 600;
    line-height: 2.0;
    padding-top: 1vw;
    padding-bottom: 1rem;
}

.sp.gazou2_td_sp1-mozi{
	text-align: center;
}

@media screen and (max-width: 768px){
	.voicewrap01 {
    background: #ffffff;
    display: block;
    align-items: center;
    margin: 3vw 3vw 7vw 3vw;
    padding: 0.267vw 3vw 5.867vw;
    box-sizing: border-box;
    position: relative;
    flex-wrap: wrap;
    gap: 0;
}
}

@media screen and (max-width: 500px){
  .blue-container2 img{
      padding-top: 3vw;
  }
}

.end_img_center{
  display: inline-block;
  text-align: center;
  width: 100%;
  margin: 2vw auto;
}
.tr_radius{
  border-bottom-right-radius: 40px 40px;
  border-bottom-left-radius: 40px 40px;
}

	
@media screen and (max-width : 767px){
/* ここにSP向けのCSS指定 */
  .cp_qa{
    margin: 0 0.5vw !important;
  }
	.cp_qa .cp_actab{
		width: 95%;
		margin: 3vw auto;
	}
  .gmap-wrap{
      width: 100%;
    overflow : hidden;
  }
  .dia01_parent{
    display: block;
    height: 280vw;
    padding-bottom: 1vw;
    box-shadow: 1px 0px 2px #a0a0a0;
    margin: 0 1.5vw;
    margin-top: -1.51111vw;
  }
  .dia01_child{
    width: auto;
    /* margin-left: 5.5vw; */
    margin: 0.2vw;
  }
  .td_dia3_moji5{
    width: 50%;
    padding-top:1vw;
    font-size: 4.5vw;
  }
  .td_dia3_moji6,.td_dia3_moji7{
    width: 50%;
    padding-top:1vw;
	font-size: 4.5vw;
  }
  .td_dia3_moji2{
    font-size: 4vw;
  }
  .td_dia3_moji4{
    font-size: 4.5vw;
    margin-top: 1vw;
  }
  .td_dia3_moji5 span:nth-of-type(1){
    font-size: 5vw !important;
  }
  .td_dia3_moji6 span:nth-of-type(1){
    margin-top: 0;
    font-size: 5vw !important;
  }
  .td_dia3_moji6 span {
    letter-spacing: 0.5vh;
    font-size: 5vw !important;
  }
  .td_dia3_moji7 span:nth-of-type(1){
    margin-top: 2vw;
    font-size: 5vw !important;
  }
  .td_dia3_moji5 p, .td_dia3_moji7 p{
    font-size: 3vw !important;
  }
  .plus{
    width: 20px !important;
  margin-bottom: 0px;
  }
  .td_dia3_moji4_bg_sp{
    margin-top: -10vw;
    padding-top: 10vw;
  }
  .dia01_parent_sub{
    margin-top: 1.5vw;
    width: auto;
    padding-bottom: 3vw;
    font-size: 3.6vw;
    height: auto;
    margin-bottom: 2vw;
  }
  .tr_radius{
    border-bottom-left-radius: 40px 40px;
    border-bottom-right-radius: 40px 40px;
  }
  .tri{
    text-align: center;
    margin: 2vw 43vw 0.5vw;
  }
  .tri_img{
    width: 55% !important; 
  }
  .dia01_child_sp2{
    color: #5f5f5f;
    font-size: 3.7vw;
    font-weight: bold;
    vertical-align: middle;
    /* width: 100%; */
    text-align: center;
    margin: 0 3vw;
    margin-top: 4vw;
  }
  .bigger{
    margin: 0 2vw;
    font-size: 4vw;
  }
  .moji6_4{
    font-size: 6vw !important;
  }
  .td_dia3_moji3{
    color: #080808;
    font-size: 4.7vw;
    font-weight: bold;
    background: radial-gradient(40vw,#5fd4fa 20%,#4be0e0 50%, #0375c1 100%);
    /* width: 100%; */
    /* height: 10vw; */
    padding: 2vw 4vw;
    text-align: center;
    /* padding-top: 2vw; */
    /* padding-bottom: 2vw; */
    /* margin-left: 5.2vw; */
    vertical-align: middle !important;
  }
  .td_dia3_moji8{
    color: black;
    font-size: 4.2vw;
    font-weight: bold;
    background: radial-gradient(40vw,#5fd4fa 20%,#4be0e0 50%, #0375c1 100%);
    /* width: 89%; */
    /* height: 8vw; */
    text-align: center;
    padding: 3vw 1vw;
    margin: 0 1.5vw;
    vertical-align: middle !important;
  }
  .dia02_moji1_sp{
    color: #4d4d4d;
    font-size: 3.8vw;
    font-weight: bold;
    vertical-align: middle;
    /* width: 98%; */
    text-align: center;
    /*line-height: 5vw;*/
    margin: 1vw 3vw;
    /* margin-right: 0vw; */
    text-decoration: underline #59fbfb 2px;
    /*background: linear-gradient(transparent 70%, #59fbfb);*/
    }
	.dia02_img2 {
      width: 100% !important;
      /* margin-bottom: 20px; */
    }
	.tbl_dia2{
		margin-top: 5vw;
		padding-bottom: 0.5vw;
	}
  .dia02_parent{
    /*width: 89%; */
    /* margin-left: 5.5vw; */
    vertical-align: middle;
    text-align: center;
    background-color: #deebf7;
    margin: 0 0.5vw;
    margin-top: -2vw;
    height: auto;
    box-shadow: 3px 0px 3px #a0a0a0;
  }
	.dia02_parent img{
	width: 45vw;
    margin: 2vw !important;	
	}
  .dia02_child span:nth-of-type(1){
    text-decoration-color:red;
    text-decoration-line:underline 2px;
　　-webkit-text-decoration:  underline red;
    text-underline-offset:2px;
    color:red;
    font-size: 4vw !important;
    text-decoration: underline;
    font-weight:bold;
    letter-spacing: 1px;
  }
  .dia02_child div{
    font-size: 4vw;
    color: #2f5597;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: left;
    vertical-align: bottom;
    padding-top:4vw !important;
    padding-bottom:4vw !important;
  }
  .dia02_child{
    background-color: whitesmoke;
    box-shadow: 1px 1px 1px #919191;
    /* padding-left: 10px; */
    /* padding-right: 10px; */
    width: 90% !important;
    margin: 0 auto;
    margin-bottom: 1.5vw;
  }
  .td_dia3_moji2_2{
    padding: 4vw 3vw;
    margin: 1vw;
	font-size: 4.2vw;
  }
  .dia3_box1{
    margin: 0 1.5vw !important;
    /* width: 98% !important; */
    /* padding-top: 2vw; */
    /* padding-bottom: 4vw; */
    padding: 1.5vw;
    font-size: 4.5vw;
  }
  .dia3_box2,.dia3_box3{
    margin: 0 1.5vw !important;
    /* width: 98% !important; */
    padding-top: 1vw;
    padding-bottom: 1vw;
    font-size: 5vw;
    justify-content: left;
    height: auto;
  }
  .dia3_box4{
    font-size: 2.2vw !important;
    margin: 1vw;
    padding: 0 0 0 2vw !important;
    padding-right: 0;
    line-height: 2;
    font-weight: bold;
  }
  .dia03_moji1{
    /*width: 100% !important; */
    font-size: 3.5vw !important;
    margin: 3vw;
    line-height: 1.5;
    letter-spacing: 0.3vw;
  }
  .dia3_box2_child, .dia3_box3_child{
    width: 21vw !important;
    margin-bottom: 0;
  }
  .dia3_box2_child2{
    display: grid;
    padding: 3vw 0 !important;
    vertical-align: middle !important;
    align-items: center;
    font-size: 3vw !important;
    width: 80% !important;
    padding-left: 2vw !important;
    line-height: 1.5 !important;
  }
  .dia3_box2_child2 span,.dia3_box3_child2 span{
    font-size: 2vw !important;
  }
  .dia3_box3_child2{
    display: flex;
    padding: 0 !important;
    /* vertical-align: middle !important; */
    align-items: center;
    font-size: 3vw !important;
    align-items: center;
    width: 80% !important;
    padding-left: 2vw !important;
    /* line-height: 1.5 !important;*/
  }
  .table_dia03 .tbl_dia2 .tr_dia3 .td_dia5{
    padding-left: 1vw !important;
    width: 98% !important;

  }
  .dia3_box5{
    margin: 8vw 2vw 10vw 2vw !important;
    /* width: 95% !important; */
    font-size: 3.8vw !important;
    /* padding: 4vw 2vw !important; */
    letter-spacing: normal;
    box-shadow: 1px 2px 2px #919191;
  }
  .supp_moji2{
    color: white !important;
    /* height: 12vw !important; */
    /* width: 70% !important; */
    font-size: 4.7vw !important;
    padding: 3vw 5vw !important;
    margin: 12vw 2vw 4vw 2vw !important;  
  }
	
  .dia04_img_sp{
    padding: 0 2vw 0 1vw;
  }
  .g-inner{
      margin: 0 0.5vw !important;
  }
  #view p{
        
  }
  #thumbBtn{
    margin: 0 2vw;  
  }
  #thumbBtn img{
    width: 22vw !important;  
    height: 14vw !important;
  }
  .voice_moji2{
    font-size: 5vw !important;
	width: 95%;
  }
  .voice_moji3 {
    width: 95%;
}
  .end_moji1{
    font-size: 5vw !important;  
    margin: 12vw 1vw 2vw 1vw;  
  }
  .end_moji2{
    font-size: 4.7vw !important;
    margin: 6vw 1vw 1vw 1vw;
	letter-spacing: 0.1vw;
  }
  .end_moji3{
    font-size: 3.4vw !important;
    margin: 1vw;
  }
  .end_img4{
    width: 90% !important;
    margin: 0 5vw !important;
  }
  .yellow_border{
    border: solid 3px #fdfd00 !important;
    margin-top: -3px !important;
    margin-right: -3px !important;
    margin-left: -3px !important;
    border-radius: 5px 5px;
  }
  .end_moji4{
    padding-bottom: 1vw !important;
    font-size: 4.7vw !important;
    padding-left: 0vw !important;
	letter-spacing: 0.2vw;
  }
  .end_moji5{
    font-size: 4.5vw !important;
	letter-spacing: 0.2vw;
  }
  .end_img6{
    width: 90% !important;
    margin: 6vw 5vw !important;
  }
  .call_sp{
    display: flex;
    text-align: center;
    /* width: 90%; */
    margin: 1vw 2vw;
    background: white;
    padding: 2vw 5vw;
    /* height: 35vw;*/
  }
  .call_sp2{
    display: flex;
    text-align: center;
    /* width: 90%; */
    margin: 1vw 2vw 10vw 2vw;
    background: #ffeea0;
    padding: 2vw 5vw;
    /* height: 35vw;*/
  }
  .card-img_sp{
    vertical-align: bottom;
    margin-right: 10vw;
    width: 25%;
  }
  .card-img_sp img{
    width: 200%;
    height: 90%;
    margin: 1vw;
    }
  .card-text_sp{
    width: 100%;
    margin: 1vw;
    }
  .card-text3_sp{
    font-size: 3.5vw;
    margin-top: 2vw;
    font-weight: bold;
  }
  .card-text1{
    font-size: 3.3vw;
  margin-bottom: 1vw;
  }
  .pad_lf{
    letter-spacing: 0;
	padding-top: 5vw;
  }
  .card-text2{
    font-size: 8vw;
  }
  span.td_dia3_orange {
    font-size: 4vw !important;
  }
  span.moji6_1 {
    font-size: 5vw !important;
  }
  span.moji6_2 {
    font-size: 5vw !important;
  }
  span.moji6_3 {
    font-size: 5vw !important;
  }
  .blue-container {
  /*background-color: #ecf9ff;
  width: 100% !important;
  margin-top: 0vh !important;
  margin-left: 0 !important;*/
  }
  .table_dia01,.table_dia02,.table_dia03,.table_dia04{
    border-top-right-radius: 12px 12px !important;
    border-top-left-radius: 12px 12px !important;
    border-bottom-right-radius: 12px 12px !important;
    border-bottom-left-radius: 12px 12px !important;
  }
  .td_dia01_1, .td_dia02_1, .td_dia03_1, .td_dia04_1 {
    position: relative;
    background-color: #65bff1;
    color: #ffffff;
    font-weight: bold;
    border-radius: 0 15px 0 0;
    border-top-right-radius: 12px 12px;
    border-top-left-radius: 12px 12px;
    letter-spacing: 0;
    vertical-align: top;
  }
  .td_dia01_1-img {
    text-align: left;
    position: absolute;
    top: 50%;
    left: -2.2222222vw;
    right: 0;
    transform: translateY(-50%);
  }
  .td_dia01_1-img img {
    width: 20vw;
    object-fit: cover;
  }
  .td_idea3{
    text-decoration:underline #59fbfb 7px;
	-webkit-text-decoration:  underline #59fbfb;
    text-underline-offset:0.4em;
  }
  .td_dia3_moji1{
    padding-right: 4vw !important;
    padding-bottom: 3vw !important;
    padding-left: 4vw !important;
    font-size: 2.6vw !important;
    padding-top: 3vw !important;
    letter-spacing: 0.1vw !important;
  }
  .td_dia3_moji1 span{
    font-size: 3.7vw !important;
    line-height: 1.5 !important;
    letter-spacing: 0.1vw;
  }
  .td_dia8{
    display: flex;
    justify-content: center;
    margin-top:2.5vw !important;
  }
	
  .dia8_child{
    margin: 1vw 3vw;
    padding: 2vw 6vw;
    display: flex;
    justify-content: center;
    flex-direction: column;
    /* width: 80%; */
    background-color: white;
    border-radius: 5px;
  }
  .dia8_child_moji{
      color: #7f6000;
      font-size: 5vw;
      margin-bottom: 2vw;
      justify-content: center;
      display: flex;
   }
   .dia8_child_img{
		width:60% !important;
		margin-bottom:2vw !important;
	}
	.dia8_div{
	  justify-content: center !important;
      display: flex !important;
	}
	.dia4_moji1{
      margin-top: 6vw !important;
      padding: 2vw 3vw !important;
	  font-size: 3vw !important;
      height: 10vw !important;
	}
	/* 23*/
	.dia4_moji2{
		font-size: 3.1vw !important;
	}
	.dia4_moji_bg01{
      margin-left: 1vw !important;
      margin-right: 1vw !important;
      padding: 12vw 4vw 2vw 4vw !important;
      box-shadow: 0.5px 2px 2px #919191 !important;
      letter-spacing: 0.3vw !important;
	}
	/* 20*/
	.dia4_moji4{
		font-size: 3.1vw !important;
	}
	/* 18*/
	.dia4_moji12{
		font-size: 3vw !important;
	}
	/* 22*/
	.dia4_moji5{    
	  font-size: 3vw !important;
      line-height: 1.8 !important;
	}
.dia4_moji11,.dia4_moji12 span{
font-size: 3vw !important;
line-height: 1.8 !important;
text-decoration-color:#74839e !important;
text-decoration-line:underline 3px !important;
text-decoration: underline !important;
-webkit-text-decoration:  underline #74839e !important;
}
	.dia4_moji6{
       text-decoration: underline #59fbfb 3px !important;
		-webkit-text-decoration:  underline #59fbfb !important;
	}
	.dia4_moji_bg02{
		margin: 0 auto !important;
        padding: 2vw 3vw !important;
        margin-bottom: 7vw  !important;
        font-size: 5.2vw  !important;
	}
	/* 21*/
	.dia4_moji8{
       font-size: 3.1vw !important;
	   margin-bottom: 2.5vw;
	}
	/*26 */
	.dia4_moji10{
      font-size: 3.8vw !important;
	  font-weight:bold;
	  margin-bottom: 2.5vw;
	}
	/*24*/
	.dia4_moji_bg03{
     font-size: 4.5vw !important;
    /* width: 100% !important; */
    /* height: 15vw !important; */
    font-weight: bold;
    /* display: grid !important; */
    padding: 4vw 2vw !important;
	}
	.dia4_moji_bg03 span:nth-of-type(1){
	      height: 2vw !important;
	}
	/*26*/
	.dia4_moji7,.balloon1 p {
		font-size: 4.5vw !important;
	}
	.dia4_moji6_3{
		font-size: 4.8vw !important;
        width: 90% !important;
        margin-bottom: 4vw !important;
	}
	.dia4_moji6_4{
    background: linear-gradient(transparent 80%, #59fbfb 90%);
    width: 80%;
    margin: 0 auto;
    font-size: 4.8vw !important;
}
	.balloon1{
        border-radius: 6px !important;
		margin-bottom: 2em !important;
	}
	.balloon1:before{
		margin-left:0 !important;
		border-bottom: 0 solid #deeaf6 !important;
	}
	.dia4_moji_bg04{ 
		width:auto !important;
	    padding: 4vw 2vw !important;
		border-radius: 8px !important;
	}
	.dia4_moji6_2{
    width: 90% !important;
	font-size: 4.6vw;
}

.merit_td_sp{
    text-align: center;
    margin: 0;
    padding: 0;
    justify-content: center;
    display: flex;
}
.merit_bg3_moji0{
    text-align: center;
    margin: 0em;
    /* padding: 1.5em 0.5em; */
    background-color: #fff;
    border: solid 6px #7ad8ff;
    padding: 1.5em 0.5em 1.5em;
}

.div.merit_bg3_moji1{
     color: #595959;
    font-size: 1rem;
    font-weight: bold;
}

div.merit_bg3_moji2{
    color: black;
    font-size: 1rem;
    font-weight: bold;
    padding-top: 30px;
    vertical-align: middle;
    padding-bottom: 0;
    text-align: left;
}
	
div.merit_bg3_moji5{
    letter-spacing: 0.2vh;
    text-decoration: underline #59fbfb 5px;
    -webkit-text-decoration: underline #59fbfb;
    line-height: .1rem;
	padding-bottom: 40px;
}

.merit_bg3_moji5 span:nth-of-type(2){
color: red;
font-size: 1.6rem;
}
.moji6{
    font-size: 3.5vw !important;
	margin-top: 2vw;
}

div.merit_bg3_moji1 {
    letter-spacing: 0rem !important;
	font-size: 1.2rem;
}
	.merit_img{
		margin-bottom: 20px;
	}
	.merit2-img{
		margin-bottom: 20px;
	}
	.sp.moji_sp4.moji4_small_sp {
    margin: 0 0.5em;
}
}
/* スマホCSS↑↑↑↑ */
.tr_dia4_01{
    background-color: white;
}
.td_dia4_01{
    text-align: center;
    vertical-align: middle; 
    width: 100%;
    color: white;
}

.dia4_moji1{
    color: white;
    font-size: 1.2rem;
    font-weight: bold;
    background-color: #357fc2;
    justify-content: center;
    margin-top: 2.5rem;
    padding: 0.5em 2.5em;
    z-index: 100;
}

.dia4_moji2{
   font-size: 1.4rem;
}
.dia4_moji0{
	text-align: center;
    display: flex;
    justify-content: center;
}

/* 青背景*/
.dia4_moji_bg01{
    background-color: #deeaf6;
    box-shadow: 4px 6px 4px #919191;
    margin-top: -2.5em;
    margin-left: 3em;
    margin-right: 3em;
    padding: 4em 3em 2em 3em;
    vertical-align: middle;
    font-weight: bold;
    color: #595959;
    letter-spacing: 0.1rem;
    line-height: 1.5;
}
	
@media screen and (max-width: 900px){
  .dia4_moji_bg01{
      margin-left: 2em;
	  margin-right: 2em;
	  padding: 4em 1.5em 2em 1.5em;
	  letter-spacing: 0.05rem;
  }
}	
	
/* 薄青背景*/
.dia4_moji_bg02{
    background-color: #ffffff;
    padding: 0.8em 0.5em;
    /* padding-bottom: 2vw; */
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    color: #595959;
    /* letter-spacing: 0.4vw; */
    line-height: 1.7;
    /* width: 90%; */
    margin-top: 0.5em;
    margin-bottom: 0.8em;
    font-size: 1.5rem;
    border-radius: 10px 10px;
}
	
@media screen and (max-width: 900px){
  .dia4_moji_bg02{
      padding: 1.5em 0;
	  margin-bottom: 2em;
	  font-size: 1.2rem;
  }
}
	
.dia4_moji4{
   font-size: 1.2rem;
}
	
@media screen and (max-width: 900px){
  .dia4_moji4{
   font-size: 1.1rem;
}
}

.dia4_moji5{
   font-size: 1.2rem;
}

.dia4_moji6{
  text-decoration: underline #59fbfb 5px;
　-webkit-text-decoration:  underline #59fbfb;
}
.dia4_moji6_2{
    background: linear-gradient(transparent 80%, #59fbfb 90%);
    width: 80%;
    margin: 0 auto;
}
.dia4_moji6_3{
    background: linear-gradient(transparent 80%, #59fbfb 90%);
    /* width: 80%; */
    margin: 0 auto;
}
.dia4_moji7{
   font-size: 1.4rem;
}

.balloon1 {
    position: relative;
    /* display: inline-block; */
    /* width: 100%; */
    margin: 0 5em 1.8em 5em;
    padding: 0.5em 3em;
    text-align: center;
    /* min-width: 420px; */
    /* max-width: 100%; */
    color: #2e75b6;
    font-size: 1.2rem;
    background: #ffff66;
    border-radius: 12px;
}
	
@media screen and (max-width: 900px){
  .balloon1{
      margin: 1em 0.5em 2em 0.5em;
	  padding: 0.8em 0;
	  border-radius: 8px;
  }
}

.balloon1:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 35%;
    margin-left: -150px;
    border: 15px solid #deeaf6;
    border-top: 30px solid #ffff66;
	border-bottom:0;
}

.balloon1 p {
    margin: 0;
    padding: 0;
    font-size: 1.4rem;
}

.dia4_moji_bg04{
    background-color: white;
    padding: 1.5em;
    margin: 0 3em;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    color: #404040;
    letter-spacing: 0.2em;
    line-height: 1.7;
    /* margin-top: 0vw; */
    margin-bottom: 1em;
    font-size: 1.4rem;
    border-radius: 12px 12px;
}
	
@media screen and (max-width: 900px){
  .dia4_moji_bg04{
      margin: 0;
	  letter-spacing: 0.1em;
  }
}
	
.dia4_moji11{
    text-decoration: underline #74839e 3px;
　　-webkit-text-decoration:  underline #74839e;
    /* width: 90%; */
    margin: 1em 0 0;
    font-size: 1.2rem;
    color: #203864;
}
	
.td_dia7{
   /*display: flex;
   justify-content: center;*/

}

.panel_img{
    /*width: 90% !important; */
    margin: -2em auto;
}
	
@media screen and (max-width: 900px){
  .panel_img{
      margin: 0;
  }
}
	
.dia4_moji8{
   font-size: 1.2rem;
}
	
.dia4_moji12{
    font-size: 1.2rem;
    line-height: 1.5;
}

.dia4_moji_bg03{
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    background: radial-gradient(40vw,#5fd4fa 20%,#4be0e0 50%, #0375c1 100%);
    /* width: 100%; */
    /* height: 3vw; */
    text-align: center;
    /* padding-top: 1vw; */
    vertical-align: middle !important;
    /* padding-bottom: 1vw; */
    padding: 1.5rem;
}

.normal-box1{
  margin: 1em 0;
  padding: 1em;
  background-color: #cce6ff;
  border: double 15px #ffffff;
}

.text-reason{
  margin: 0.5em 0 0 0;
  padding: 0;
  font-size: 1.5rem;
  font-weight: 600;
  color: #4e4e4e;
  text-align: center;
}
	
.shadow-box1{
  width: 100%;
  margin: 2em 0.5em;
  padding: 1em;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.4);
}

.shadow-mainbox{
  display: flex;
  justify-content: center;
  padding: 0 2em;
}

@media screen and (max-width: 767px){
  .shadow-mainbox{
   display: block;
   padding: 0;
}
}
	
@media screen and (max-width: 767px){
  .shadow-box1{
    width: auto;
    margin: 0.5em;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
    padding: 0.2em;
}
}

@media screen and (min-width: 768px){
  .shadow-box1{
  margin: 1em 0.2em;
  padding: 1em 0;
}
}

h2.bigtx{
  font-size: 1.4rem;
  color: #335ba2;
}

span.smalltx{
  font-size: 1.2rem;
}
	
.shadow-box1-message{
  font-size: 1.2rem;
  color: #4e4e4e;
  text-align: center;
  font-weight: 600;
  line-height: 1.7;
}

.fadeIn {
    transform: translate3d(0, -10px, 0);
    transition: 1s;
    opacity: 0;
}

.fadeIn.animated {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.voice_moji4 {
    padding: 0 2.5vw;
    line-height: 1.7;
	margin: 0 6vw;
}

p.okyakutext {
    color: #3b3b3b;
	font-size: 3.7vw;
}

@media screen and (min-width : 768px){
	p.okyakutext {
    font-size: 2.8vw;
	}
}

@media screen and (min-width : 900px){
	p.okyakutext {
    font-size: 1.2em;
}
}

#scroll-to-top {
    position: fixed;
    bottom: 23px;
    right: 3.90625vw;
    width: 3.90625vw;
    height: 17.5vw;
    text-indent: -99999px;
    background-size: 100%;
    background: url(https://next-part.co.jp/lp/wp-content/uploads/2024/01/見出しを追加-13.png) no-repeat;
    background-size: 100% auto;
    z-index: 9000;
}

@media screen and (min-width : 900px){
#scroll-to-top {
    position: fixed;
    bottom: 23px;
    right: 2.90625vw;
    width: 2.80625vw;
    height: 14.5vw;
    text-indent: -99999px;
    background-size: 100%;
    background: url(https://next-part.co.jp/lp/wp-content/uploads/2024/01/見出しを追加-13.png) no-repeat;
    background-size: 100% auto;
    z-index: 9000;
}
}

.l-free-trial {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

.l-free-trial__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px;
    padding-bottom: 15px;
	padding-right: 10px
}

.l-free-trial__button {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px;
    width: 165px;
    font-size: .8571428571rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    background: #fff;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 15px #5bf08f;
    box-shadow: 0 0 15px #6683ff;
    color: #000;
    -webkit-animation: glow 2s ease-in-out infinite;
    animation: glow 2s ease-in-out infinite;
	text-decoration: none;
}

.l-free-trial__button--gradation {
    background: -webkit-gradient(linear,left top,right bottom,from(#d7fa8a),color-stop(30%,#d7fa8a),color-stop(90%,#5decff),to(#5decff));
    background: linear-gradient(to bottom right,#57f9ef 0%,#8afae5 30%,#ccffb4 90%,#8cdbfc 100%);
    background-size: 100% 100%;
	text-decoration: none;
}

.l-free-trial__button strong {
    color: #00cc42;
}

@media (min-width: 768px){
	.l-free-trial {
    width: auto;
    bottom: 40px;
    left: 40px;
}
}

@media (min-width: 768px){
	.l-free-trial__content {
    padding-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
}

.elm{
      transition: 3s;
      opacity: 0;
      z-index:-1;
}

.is-hidden {
  visibility: hidden;
  transition: 1s;
  opacity: 0;
}

#globalFooter .bottom_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 15vw 5vw 15vw;
}

#globalFooter .bottom_box a {
    display: block;
    font-size: .9rem;
    margin-bottom: 1.5em;
    width: calc(50% - 0.5em);
	text-decoration: none;
    color: #ffffff;
}

#globalFooter span {
    color: #ffffff;
}

@media screen and (min-width : 1000px){
#globalFooter .bottom_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 32vw 5vw 32vw;
}
}

@media screen and (min-width : 1200px){
#globalFooter .bottom_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 35vw 5vw 35vw;
}
}

@media screen and (min-width : 1800px){
#globalFooter .bottom_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 40vw 5vw 40vw;
}
}


@media screen and (max-width : 767px){
/* ここにSP向けのCSS指定 */

}

/* 問い合わせフォーム */

#method2r {
    padding: 50px 0px 0px 0px;
    font-feature-settings: "palt";
}

#method2r .wrap {
    /* padding: 0 20px; */
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    position: relative;
}

#method2r h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    /* margin: 0 0 30px; */
    line-height: 1.3;
}

#method2r h2 .sub {
    font-size: 62%;
    color: #4cbfc3;
}

@media screen and (max-width: 900px) {
    #method2r h2 {
        font-size: 5.4vw;
        margin: 0 0 3.3vw;
    }
}

#contact h3 {
    display: block;
    text-align: center;
    color: #fff;
    background: #05d0d8;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 2.5vw;
    padding: 12px 0;
    margin: 0;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
}

@media (max-width: 500px) {
    #contact h3 {
        font-size: 5vw;
    }
}

table.inquiry {
	table-layout: fixed;
    width: 100%;
}

@media(max-width:500px){
.inquiry th,.inquiry td {
 display:block!important;
 width:100%!important;
 border-top:none!important;
 -webkit-box-sizing:border-box!important;
 -moz-box-sizing:border-box!important;
 box-sizing:border-box!important;
}
.inquiry tr:first-child th{
 border-top:1px solid #d7d7d7!important;
}
/* 必須・任意のサイズ調整 */	
.inquiry .haveto,.inquiry .any {	
font-size:10px;
}}
/*見出し欄*/
.inquiry th{
    text-align: left;
    font-size: 16px;
    color: #000000;
    padding-right: 5px;
    width: 30%;
    background: #dafaff;
    border: solid 1px #d7d7d7;
	padding: 1em;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.textsp {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    /* padding: .375rem .75rem; */
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media(max-width:500px){
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.textsp {
    max-width: 95% !important;
}
}

input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email.mailsp {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    /* padding: .375rem .75rem; */
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media(max-width:500px){
input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email.mailsp {
    max-width: 95% !important;
}
}

input.wpcf7-form-control.wpcf7-tel.wpcf7-text.wpcf7-validates-as-tel.tel {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    /* padding: .375rem .75rem; */
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media(max-width:500px){
input.wpcf7-form-control.wpcf7-tel.wpcf7-text.wpcf7-validates-as-tel.tel {
    max-width: 95% !important;
}
}

select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    /* padding: .375rem .75rem; */
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

textarea.wpcf7-form-control.wpcf7-textarea.content {
    display: block;
    width: 100%;
    height: auto;
    /* padding: .375rem .75rem; */
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media(max-width:500px){
textarea.wpcf7-form-control.wpcf7-textarea.content {
    max-width: 95% !important;
}
}

/*input.wpcf7-form-control.wpcf7-text.p-postal-code {
    /* display: block; */
    /* width: 100%; */
    /* height: calc(1.5em + .75rem + 2px); */
   /* padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (max-width: 500px) {
    input.wpcf7-form-control.wpcf7-text.p-postal-code {
        max-width: 95% !important;
    }
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.p-region {
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (max-width: 500px) {
    input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.p-region {
        max-width: 95% !important;
    }
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.p-locality {
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (max-width: 500px) {
    input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.p-locality {
        max-width: 95% !important;
    }
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.p-street-address {
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (max-width: 500px) {
    input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.p-street-address {
        max-width: 95% !important;
    }
}

input.wpcf7-form-control.wpcf7-text.p-extended-address {
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (max-width: 500px) {
    input.wpcf7-form-control.wpcf7-text.p-extended-address {
        max-width: 95% !important;
    }
}*/



/*通常欄*/
.inquiry td{
  font-size: 1rem;
  border:solid 1px #d7d7d7;
  padding: 1em;
}
/*横の行とテーブル全体*/
.entry-content .inquiry tr,.entry-content table{
 border:solid 1px #d7d7d7;	
}
/*必須の調整*/
.haveto{
    font-size: 0.8rem;
    padding: 5px 8px;
    background: #ff2e2e;
    color: #ffffff;
    border-radius: 2px;
    margin-right: 5px;
    position: relative;
    bottom: 2px;;
}
/*任意の調整*/
.any{
    font-size: 0.8rem;
    padding: 5px 8px;
    background: #5eafff;
    color: #ffffff;
    border-radius: 2px;
    margin-right: 5px;
    position: relative;
    bottom: 2px;
}
/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item{
 display:block;
}

.wpcf7-list-item{
 margin: 0.5em 0 0 1em;
}
/*送信ボタンのデザイン変更*/
#formbtn{
    display: block;
    padding: 1em 0;
    width: 30%;
    margin: 0 auto;
    margin-top: 30px;
    background: #ffaa56;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    border-radius: 5px;
    border: none;
}

@media (max-width: 500px){
	#formbtn{
		width: 90%;
		padding: 0.8em;
	}
}
/*送信ボタンマウスホバー時*/
#formbtn:hover{
 background:#f6891e;
 color:#ffaa56;
}

.inquiry p {
    margin-top: 0;
	  margin-bottom: 0;
}

input.wpcf7-form-control.wpcf7-text.p-postal-code {
    /* display: block; */
    /* width: 100%; */
    /* height: calc(1.5em + .75rem + 2px); */
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.p-region {
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media(max-width:500px){
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.p-region {
    max-width: 90% !important;
}
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.p-locality {
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media(max-width:500px){
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.p-locality {
    max-width: 90% !important;
}
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.p-street-address {
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media(max-width:500px){
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.p-street-address {
    max-width: 90% !important;
}
}

input.wpcf7-form-control.wpcf7-text.p-extended-address {
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media(max-width:500px){
input.wpcf7-form-control.wpcf7-text.p-extended-address {
    max-width: 90% !important;
}
}

/* 問い合わせフォーム終わり */