@charset "UTF-8";
#onestop_mv .onestop_container::before {
	width: 216px;
	height: 129px;
	background: url(/cms/guide/one_stop/images/basic/mv_left.png) no-repeat center center / contain;
	left: 43px;
	bottom: 4px;
}
#onestop_mv .onestop_container::after {
	width: 198px;
	height: 158px;
	background: url(/cms/guide/one_stop/images/basic/mv_right.png) no-repeat center center / contain;
	right: 40px;
}	

.page_basic #onestop_section2 .onestop_main,
.page_basic #onestop_section3 .onestop_main{
	padding: 0 60px;
}
.page_basic #onestop_section2 .onestop_main p,
.page_basic #onestop_section3 .onestop_main p,
.page_basic #onestop_section5 .div_how_text p{
	margin-bottom: 35px;
	font-size: 17px;
	font-weight: 500;
	line-height: 27px;
}
.page_basic .sub_text{
	font-size: 15px!important;
	margin-top: 20px;
	text-align: right; 
}

#onestop_section5 .sub_text{
	text-align: left;
}
.page_basic .onestop_melit_box_in {
    max-width: 1150px;
    margin: 0 auto;
}

.page_basic .onestop_melit_box_in ul {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.page_basic .onestop_melit_box_in li {
    position: relative;
    width: calc(50% - 15px);
    background: #fff;
    border: 3px solid #a3d9e8;
    border-radius: 15px;
    padding: 30px;
    box-sizing: border-box;
    min-height: 260px;
    display: flex;
    flex-direction: column;
}

.page_basic .onestop_melit_box_in h4 {
    color: #002e73;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 15px 0;
    display: flex;
    align-items: baseline; /* 数字とテキストの下を揃える */
}

.page_basic .onestop_melit_box_in .step_title {
    font-size: 35px; 
    font-weight: bold;
    margin-right: 10px;
    line-height: 1;
}

.page_basic .onestop_melit_box_in p:not(.bt_link) {
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    margin: 0!important;
    width: 275px;
}

.page_basic .onestop_melit_box_in li img {
    position: absolute;
    right: 30px;
    bottom: 30px;
    max-width: 190px;
    top: 92px;
    height: auto;
}

.p-struct-simulator {
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 0.6rem;
  background: #1C8EB2;
}
  .p-struct-simulator-title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.192rem;
  text-align: center;
  color: #333;
  padding: 3.3rem 0 2.7rem;
}
@media screen and (max-width: 767px) {
    .p-struct-simulator-title {
    font-size: 4.5vw;
    line-height: 1.6;
    letter-spacing: 0.144rem;
    padding: 6.75vw 0 5vw;
  }
}
  .p-struct-simulator-body {
  background: #fff;
  padding: 4.8rem 0 3.3rem;
  border: 0.3rem solid #1C8EB2;
  border-bottom-left-radius: 0.6rem;
  border-bottom-right-radius: 0.6rem;
}
@media screen and (max-width: 767px) {
    .p-struct-simulator-body {
      padding: 20px 15px;
  }
}
  .p-struct-simulator-body__row {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
    .p-struct-simulator-body__row {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}
  .p-struct-simulator-body__row:nth-child(2) {
  margin-top: 2.8rem;
}
@media screen and (max-width: 767px) {
    .p-struct-simulator-body__row:nth-child(2) {
    margin-top: 6vw;
  }
}
  .p-struct-simulator-body__name {
  width: 8.6rem;
  font-weight: bold;
  font-size: 21px;
  text-align: right;
}
@media screen and (max-width: 767px) {
    .p-struct-simulator-body__name {
    width: 50%;
    margin-left: 0px;
    font-size: 4.5vw;
    text-align: left;
  }
}
_:-ms-fullscreen, :root   .p-struct-simulator-body__name {
  width: 15.1%;
}

  .p-struct-simulator-body__selector {
  position: relative;
  width: 25.4rem;
  margin-left: 2.4rem;
}
@media screen and (max-width: 767px) {
    .p-struct-simulator-body__selector {
    width: 100%;
    margin-left: 0;
  }
}
.p-struct-simulator-body__selector:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0px 10px;
  border-color: #333333 transparent transparent transparent;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-struct-simulator-body__selector:after {
    right: 8px;
    border-width: 6px 6px 0px 6px;
  }
}
.p-struct-simulator-body__selector select {
  width: 100%;
  height: 4rem;
  border-radius: 0.5rem;
  border: solid 0.1rem #a6b2b6;
  padding: 0 1.6rem;
  background: #fff;
  font-size: 17px;
  letter-spacing: 0.128rem;
  font-weight: 500;
  color: #333;
  outline: none;
  appearance: none;
}
@media screen and (max-width: 767px) {
    .p-struct-simulator-body__selector select {
      font-size: 14px;
      padding: 10px 10px;
      height: 45px;
  }
}
  .p-struct-simulator-body__selector select#nensyu_select,   .p-struct-simulator-body__selector select#kazoku_select {
  color: #333;
  font-weight: 500;
  font-family: inherit !important;
  cursor: pointer;
}
  .p-struct-simulator-body__selector select#nensyu_select:focus-visible,   .p-struct-simulator-body__selector select#kazoku_select:focus-visible {
  border: 2px solid #333;
}
  .p-struct-simulator-body__selector select#nensyu_select::-webkit-scrollbar,   .p-struct-simulator-body__selector select#kazoku_select::-webkit-scrollbar {
  width: 3.2rem;
}
  .p-struct-simulator-body__selector select#nensyu_select::-webkit-scrollbar-track,   .p-struct-simulator-body__selector select#kazoku_select::-webkit-scrollbar-track {
  border-radius: 0.4rem;
}
  .p-struct-simulator-body__selector select#nensyu_select::-webkit-scrollbar-thumb,   .p-struct-simulator-body__selector select#kazoku_select::-webkit-scrollbar-thumb {
  background-color: #a6b2b6;
  border: 1.2rem solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  border-radius: 9999px;
}
  .p-struct-simulator-body__selector select#nensyu_select option,   .p-struct-simulator-body__selector select#kazoku_select option {
  color: #333;
  font-weight: normal;
}
  .p-struct-simulator-body__selector select::-ms-expand {
  display: none;
}
  .p-struct-simulator-body__result {
  position: relative;
  max-width: 920px;
  margin: 4rem auto 1.4rem;
  padding: 2.7rem 0 2.8rem;
  border-radius: 0.7rem;
  background: #fdf6e7;
  text-align: center;
}

.p-struct-simulator-body__result a {
    color: red;
    text-decoration: underline red;
}
@media screen and (max-width: 767px) {
    .p-struct-simulator-body__result {
    margin: 10vw auto 3vw;
    padding: 6.5vw 3.75vw 6.75vw;
  }
}
  .p-struct-simulator-body__result.is-over p {
  visibility: visible;
}
  .p-struct-simulator-body__result p {
  visibility: visible;
  color: #333;
}
  .p-struct-simulator-body__result p:nth-of-type(1) {
  font-size: 17px;
  font-weight: bold;
  line-height: 2.08;
  letter-spacing: 0.1rem;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
    .p-struct-simulator-body__result p:nth-of-type(1) {
    font-size: 15px;
    margin-top: 0.75vw;
  }
}
  .p-struct-simulator-body__result div {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 320px;
  background-color: #FFF;
  margin: 1rem auto 1rem;
  padding: 20px 40px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
    .p-struct-simulator-body__result div {
    max-width: 55vw;
    margin-top: 5vw;
    margin-bottom: 4.25vw;
  }
}
.p-struct-simulator-body__result div:has(.p-struct__smallIntputNumber) {
  padding: 1.8px 40px;
}
@media screen and (max-width: 767px) {
  .p-struct-simulator-body__result div:has(.p-struct__smallIntputNumber) {
    padding: 1.8px 40px;
  }
}

  .p-struct-simulator-body__result div span {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.18;
  letter-spacing: 0.26rem;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 767px) {
    .p-struct-simulator-body__result div span {
    font-size: 5.5vw;
    line-height: 1.39;
    letter-spacing: 0.22rem;
  }
}
  #onestop_section4 .p-struct-simulator-body__result div .icon_number {
  line-height: 1;
  margin-right: 1rem;
  display: block;
  margin-top: -1rem;
}

@media screen and (max-width: 767px) {
    #onestop_section4 .p-struct-simulator-body__result div .icon_number {
      margin-top: -15px;
      line-height: 1;
      margin-bottom: 0;
  }
}
  #onestop_section4 .p-struct-simulator-body__result div .icon_number.hide {
  display: none;
}
@media screen and (min-width: 767px) {
	img.onestop_sp_banner {
	    display: none;
	}
	.p-campaign-onestop__banner-title {
    width: 550px;
    margin: 0 auto;
    padding: 40px 0px 0px;
}
}

@media screen and (max-width: 767px) {
	img.onestop_pc_banner {
	    display: none;
	}
	.p-campaign-onestop__banner {
    margin-top: 25px;
    }
}

  .p-struct-simulator-body__result input#result_value {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  color: #172c67;
  font-size: 17px;
  line-height: 1.7;
  letter-spacing: 0.128rem;
  text-align: center;
  background: transparent;
  outline: none;
  appearance: none;
  display: none;
}
@media screen and (max-width: 767px) {
    .p-struct-simulator-body__result input#result_value {
    font-size: 3.75vw;
    line-height: 1.6;
    letter-spacing: normal;
  }
}
  .p-struct-simulator-body__result input#result_number {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  color: #172c67;
  font: 600 40px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, "ＭＳ Ｐゴシック", Osaka, sans-serif;
  line-height: 0.48;
  letter-spacing: normal;
  text-align: center;
  background: transparent;
  outline: none;
  appearance: none;
  display: none;
}
@media screen and (max-width: 767px) {
    .p-struct-simulator-body__result input#result_number {
    font: 600 24px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, "ＭＳ Ｐゴシック", Osaka, sans-serif;
    line-height: 0.6;
  }
}
  .p-struct-simulator-body__result input#result_value.p-struct__smallIntputText {
  display: block;
}
  .p-struct-simulator-body__result input#result_number.p-struct__smallIntputNumber {
  display: block;
}
  .p-struct-simulator-body__result p:nth-of-type(2) {
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
    .p-struct-simulator-body__result p:nth-of-type(2) {
    font-size: 3.75vw;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: left;
  }
}
  .p-struct-simulator-body__notes {
  max-width: 920px;
  margin: 0 auto;
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  padding-left: 1.3rem;
  text-indent: -1.3rem;
}
  .p-struct-simulator-body__notes:last-child {
  margin-top: 0.4rem;
}
@media screen and (max-width: 767px) {
    .p-struct-simulator-body__notes {
    width: 100%;
    font-size: 3vw;
    padding-left: 2.5vw;
    text-indent: -2.5vw;
  }
    .p-struct-simulator-body__notes:last-child {
    margin-top: 1vw;
  }
}
.p-struct-flow__step02-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1010px;
  margin: 30px auto 0;
}
.p-struct-flow__step02-list--item {
  width: calc((100% - 5.6rem) / 3);
  padding: 2.4rem 0 3.2rem;
  border-radius: 0.5rem;
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: column;
}
@media screen and (max-width: 767px) {
  .p-struct-flow__step02-list--item {
    width: 100%;
    flex-flow: initial;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 7vw 7vw 8vw 7vw;
  }
  .p-struct-flow__step02-list--item > div {
    width: calc(100% - 26.75vw);
    padding-left: 3.5vw;
    padding-top: 1vw;
  }
  .p-struct-flow__step02-list--item:nth-child(2) {
    margin-top: 6.5vw;
    margin-bottom: 5.5vw;
  }
  .p-struct-flow__step02-list--item:nth-child(3) {
    margin-bottom: 6vw;
  }
  .p-struct-flow__step02-list--item:nth-child(4) {
    margin-bottom: 6vw;
  }
  .p-struct-flow__step02-list--item:nth-child(5) {
    margin-bottom: 6vw;
  }
}
@media screen and (min-width: 768px) {
  .p-struct-flow__step02-list--item:nth-child(1) {
    margin-bottom: 35px;
  }
  .p-struct-flow__step02-list--item:nth-child(2) {
    margin-bottom: 35px;
  }
  .p-struct-flow__step02-list--item:nth-child(3) {
    margin-bottom: 35px;
  }
}
.p-struct-flow__step02-list--item__images {
  width: 15.6rem;
}
@media screen and (max-width: 767px) {
  .p-struct-flow__step02-list--item__images {
    width: 26.75vw;
  }
}
.p-struct-flow__step02-list--item__name {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.39;
  letter-spacing: 0.176rem;
  text-align: center;
  color: #333;
  margin-top: 1.9rem;
}
@media screen and (max-width: 767px) {
  .p-struct-flow__step02-list--item__name {
    font-size: 4.5vw;
    line-height: 1.7;
    letter-spacing: 0.144rem;
    text-align: left;
    margin-top: 0px;
  }
}
.p-struct-flow__step02-list--item__txt {
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center;
  color: #333;
  height: 100px;
  margin-top: 0.7rem;
  margin-bottom: 3.1rem;
}
@media screen and (max-width: 767px) {
  .p-struct-flow__step02-list--item__txt {
    height: auto;
    font-size: 3.75vw;
    letter-spacing: normal;
    text-align: left;
    margin-top: 0.5vw;
    margin-bottom: 0px;
  }
}
.p-struct-flow__step02-list--item__btn {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-struct-flow__step02-list--item__btn {
    margin-top: 6vw;
  }
}
.p-struct-flow__step02-list--item__links {
  position: relative;
  display: inline-block;
  width: 270px;
  margin: 0 auto;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  .p-struct-flow__step02-list--item__links {
    width: 100%;
  }
}
.proc-box {
  display: flex;
  align-items: stretch;
  max-width: 1125px;
  border-radius: 5px;
  overflow: hidden;
  margin: 30px 0; /* 上下の余白を追加 */
}

.proct-box_label {
  background-color: #248fb3;
  color: #ffffff;
  padding: 15px 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
  min-width: 250px;
}

.proct-box_label .highlight {
  color: #ffeb3b;
}

.proct-box_list {
  background-color: #fff9e6;
  flex-grow: 1;
  margin: 0;
  padding: 12px 30px;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.proct-box_list li {
  position: relative;
  padding-left: 1.2em;
  line-height: 1.8;
  font-size: 18px;
  color: #333;
  font-weight: 600;
}

.proct-box_list li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.p-about-reason__btncv {
    max-width: 640px; 
    margin: 0 auto; 
    text-align: center; 
}
.p-about-reason__btncv-links {
    display: inline-block;
    vertical-align: top;
    transition: opacity 0.3s;
}
.p-about-reason__btncv-links:hover {
    opacity: 0.8;
}
.p-center {
    text-align: center;
    margin-top: 40px;
}
@media screen and (max-width: 767px) {
    #onestop_section4 .onestop_container h2 {
        margin: 0 0 30px;
    }
}
#onestop_section4 .onestop_main .onestop_step_box {
	margin: 0 0 48px;
	padding: 20px 45px;
	background: #FFFFFF;
	border-radius: 8px;
}
#onestop_section4 .onestop_main .onestop_step_box:not(.step3) {
	margin-bottom: 20px;
	padding-bottom: 120px;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 70px), 50% 100%, 0 calc(100% - 70px));
}
#onestop_section4 .onestop_main .onestop_step_box .step_title {
	margin: 0 0 30px;
	padding: 0 0 1px;
	width: 100%;
	border-bottom: 3px #EEF6F9 dashed;
	color: #00146E;
	align-items: flex-start;
	display: flex;
}
#onestop_section4 .onestop_main .onestop_step_box .step_title dt {
	margin: 0 13px 0 5px;
	font-size: 16px;
	font-weight: bold;
	line-height: 27px;
}
#onestop_section4 .onestop_main .onestop_step_box .step_title dt span {
	margin-left: 3px;
	font-size: 30px;
	line-height: 39px;
}
#onestop_section4 .onestop_main .onestop_step_box .step_title dd {
	padding-top: 3px;
	font-size: 21px;
	font-weight: bold;
	line-height: 34px;
}
#onestop_section4 .onestop_main .p-struct-simulator h3 {
	margin: 20px 0 0;
	background: none;
	border: none;
	font-size: 25px;
	color: #fff;
	font-weight: bold;
	position: relative;
	padding: 32px;
}
#onestop_section4 .onestop_main .div_step2 h3 {
	margin: 20px 0 16px;
	background: none;
	border: none;
	font-size: 25px;
	font-weight: bold;
	position: relative;
}
.p-struct-flow__step02-list--item {
  width: calc((100% - 44px) / 3);
  border: 2px solid #96D4E6;
  border-radius: 8px;
  padding: 17px 17px 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.p-struct-flow__step02-list--item__images img {
  max-width: 182px;
  height: auto;
}

.p-struct-flow__step02-list--item__name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}
.img_step1 {
  max-width: 900px;
  margin: 30px auto 18px;
}
.p-struct-qa__list-btn {
  max-width: 270px;
  margin: 0 auto;
}
.p-struct-flow__step02-list--item p{
	margin-bottom: 0;
}
.p-struct-flow__step03-intro--anchor {
    display: flex;
    justify-content: space-between;
    max-width: 900px;
    margin: 0 auto 50px;
}
.p-struct-flow__step03-intro--anchor__item {
    width: calc((100% - 4rem) / 2);
}
.p-struct-flow__step03-intro--anchor__links {
  position: relative;
  display: inline-block;
  transition: all 0.3s;
  z-index: 2;
}
.p-struct-flow__step03-intro--anchor__links::after {
  content: "";
  position: absolute;
  bottom: -0.3rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 85px;
  background: #ffd664;
  z-index: -1;
  border-radius: 4.6rem;
  transition: all 0.3s;
}
#onestop_section5 .div_how .div_how_text:first-of-type {

padding-bottom: 43px;
margin-bottom: 40px;
border-bottom: 1px solid #DCDCDC;
}
@media screen and (max-width: 767px) {
  #onestop_section5 .div_how .div_how_text:first-of-type {
    border-bottom: none;
  }
}
#onestop_section5 .onestop_main {
	padding: 0 24px 0 60px;
}
#onestop_section5 h3 {
	font-size: 21px;
	color: #000;
}
 #onestop_mv .onestop_container::before {
	width: 216px;
	height: 129px;
	background: url(/cms/guide/one_stop/images/basic/mv_left.png) no-repeat center center / contain;
	left: 43px;
	bottom: 4px;
}
#onestop_mv .onestop_container::after {
	width: 198px;
	height: 158px;
	background: url(/cms/guide/one_stop/images/basic/mv_right.png) no-repeat center center / contain;
	right: 40px;
}	

.page_basic #onestop_section2 .onestop_main,
.page_basic #onestop_section3 .onestop_main{
	padding: 0 60px;
}
.page_basic #onestop_section2 .onestop_main p,
.page_basic #onestop_section3 .onestop_main p,
.page_basic #onestop_section5 .div_how_text p{
	margin-bottom: 35px;
	font-size: 17px;
	font-weight: 500;
	line-height: 27px;
}
.page_basic #onestop_section5 .sub_text p{
	margin-top: 10px!important;
}

#onestop_section5 .sub_text{
	text-align: left;
}
.page_basic .onestop_melit_box_in {
    max-width: 1150px;
    margin: 0 auto;
}

.page_basic .onestop_melit_box_in ul {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.page_basic .onestop_melit_box_in li {
    position: relative;
    width: calc(50% - 15px);
    background: #fff;
    border: 3px solid #a3d9e8;
    border-radius: 15px;
    padding: 30px;
    box-sizing: border-box;
    min-height: 260px;
    display: flex;
    flex-direction: column;
}

.page_basic .onestop_melit_box_in h4 {
    color: #002e73;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 15px 0;
    display: flex;
    align-items: baseline; /* 数字とテキストの下を揃える */
}
.p-struct-flow__step02-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1010px;
  margin: 30px auto 0;
}
.p-struct-flow__step02-list--item {
  width: calc((100% - 5.6rem) / 3);
  padding: 2.4rem 0 3.2rem;
  border-radius: 0.5rem;
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: column;
}
@media screen and (max-width: 767px) {
  .p-struct-flow__step02-list--item {
    width: 100%;
    flex-flow: initial;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 7.5vw 7vw 8vw 7.5vw;
  }
  .p-struct-flow__step02-list--item > div {
    width: calc(100% - 26.75vw);
    padding-left: 3.5vw;
    padding-top: 1vw;
  }
  .p-struct-flow__step02-list--item:nth-child(2) {
    margin-top: 6.5vw;
    margin-bottom: 5.5vw;
  }
  .p-struct-flow__step02-list--item:nth-child(3) {
    margin-bottom: 6vw;
  }
  .p-struct-flow__step02-list--item:nth-child(4) {
    margin-bottom: 6vw;
  }
  .p-struct-flow__step02-list--item:nth-child(5) {
    margin-bottom: 6vw;
  }
}
@media screen and (min-width: 768px) {
  .p-struct-flow__step02-list--item:nth-child(1) {
    margin-bottom: 35px;
  }
  .p-struct-flow__step02-list--item:nth-child(2) {
    margin-bottom: 35px;
  }
  .p-struct-flow__step02-list--item:nth-child(3) {
    margin-bottom: 35px;
  }
}
.p-struct-flow__step02-list--item__images {
  width: 15.6rem;
}
@media screen and (max-width: 767px) {
  .p-struct-flow__step02-list--item__images {
    width: 26.75vw;
  }
}
.p-center {
    text-align: center;
    margin-top: 40px;
}

#onestop_section4 .onestop_main .p-struct-simulator h3 {
	margin: 20px 0 0;
	background: none;
	border: none;
	font-size: 25px;
	color: #fff;
	font-weight: bold;
	position: relative;
	padding: 32px;
}
#onestop_section4 .onestop_main .div_step2 h3 {
	margin: 20px 0 16px;
	background: none;
	border: none;
	font-size: 25px;
	font-weight: bold;
	position: relative;
}
.p-struct-flow__step02-list--item {
  width: calc((100% - 44px) / 3);
  border: 2px solid #96D4E6;
  border-radius: 8px;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.p-struct-flow__step02-list--item__images img {
  max-width: 182px;
  height: auto;
}

.p-struct-flow__step02-list--item__name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}
#onestop_section5 .onestop_main {
	padding: 0 24px 0 60px;
}
#onestop_section5 h3 {
	font-size: 21px;
	color: #000;
}
@media screen and (max-width: 767px) {
	#onestop_mv {
		padding: 0;
		background-image: url(../images/bg_mv_sp.png);
	}
	#onestop_mv::before {
		margin-left: -563px;
		width: 1126px;
		height: 1126px;
		top: -810px;
	}
	#onestop_mv .onestop_container {
		padding: 38px 0 182px;
	}
	#onestop_mv .onestop_container::before {
		display: none;
	}
	#onestop_mv .onestop_container::after {
		margin-right: -90px;
		right: 50%;
		bottom: -1px;
	}
	#onestop_mv .onestop_container .onestop_mv_title {
		margin: 0 auto 28px;
	}

	#onestop_mv .onestop_container .onestop_mv_title h1,
	#onestop_mv .onestop_container .onestop_mv_title .h1b {
		font-size: 35px;
		line-height: 51px;
	}
	#onestop_mv .onestop_container .onestop_mv_title .h1L {
		font-size: 45px;
		line-height: 58px;
	}
	#onestop_mv .onestop_container .onestop_mv_title .h1M {
		font-size: 43px;
		line-height: 60px;
	}
	#onestop_mv .onestop_container p {
		font-size: 20px;
		font-weight: bold;
		line-height: 32px;
		text-align: center;
	}
	.page_basic #onestop_section2 .onestop_main, 
	.page_basic #onestop_section3 .onestop_main,
	.page_basic #onestop_section5 .onestop_main{
    padding: 0 0 60px;
	}
    #onestop_section1 .onestop_main p,
	#onestop_section2 .onestop_main p,
	#onestop_section3 .onestop_main p,
	#onestop_section5 .onestop_main {
        margin: 0 20px 27px;
        width: auto;
        font-size: 16px;
        font-weight: 500;
        line-height: 27px;
    }
	#onestop_section3 .onestop_container h2 {
        margin: 0 22px 0 12px;
        padding: 5px 0 5px 15px;
        border-left: 10px #00146E solid;
        font-size: 25px;
        line-height: 40px;
    }
	#onestop_section3 .onestop_container h2 {
        margin-bottom: 26px;
    }
	#onestop_section2 .sub_text {
    font-size: 14px !important;
    margin-top: 15px !important;
	text-align: left;
	margin: 15px 0 0 !important;
}
	#onestop_section2 .onestop_container {
	padding: 58px 0 0;
}#onestop_section3 .p-center {
    text-align: left;
    margin-top: 20px!important;
    font-size: 16px !important;
}
	#onestop_section4 .onestop_main .onestop_step_box {
    margin: 0 0 48px;
    padding: 20px 20px;
}
	#onestop_section4 .onestop_main .onestop_step_box.step3 {
    padding: 20px 20px 40px;
    margin-bottom: 0;
}
	#onestop_section4 .onestop_main .p-struct-simulator h3 {
    margin: 20px 0 0;
    background: none;
    border: none;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.01em;
    position: relative;
    padding: 20px 8px;
}
  .p-struct-flow__step02-list--item {
    width: 100%;
    flex-flow: initial;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 17px;
    /* justify-content: center; */
  }
  .p-struct-flow__step02-list--item > div {
    width: calc(100% - 26.75vw);
    padding-left: 0;
    padding-top: 1vw;
  }
  .p-struct-flow__step02-list--item:nth-child(2) {
    margin-top: 6.5vw;
    margin-bottom: 5.5vw;
  }
  .p-struct-flow__step02-list--item:nth-child(3) {
    margin-bottom: 6vw;
  }
  .p-struct-flow__step02-list--item:nth-child(4) {
    margin-bottom: 6vw;
  }
  .p-struct-flow__step02-list--item:nth-child(5) {
    margin-bottom: 6vw;
  }
  .p-struct-flow__step02-list--item__images {
    width: 26.75vw;
    /* justify-content: center; */
  }
#onestop_section4 .onestop_main .div_step2 h3 {
  font-size: 17px;
  letter-spacing: 0.01rem;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}
#onestop_section4 .p-struct-flow__step02-list--item__images img {
    max-width: 85px;
    height: auto;
}
#onestop_section4 .p-struct-flow__step02-list--item__txt p{
	font-size: 14px;
}
.p-struct-flow__step02-list--item__btn {
    width: 90%;
    margin: 0 auto;
}
#onestop_section4 .onestop_main .onestop_step_box:not(.step3) {
    padding-bottom: 90px;
}
.p-struct-flow__step03-intro--anchor__item {
    width: 68vw;
}
.p-struct-flow__step03-intro--anchor__item + .p-struct-flow__step03-intro--anchor__item {
    margin-top: 10px;
}
.p-struct-flow__step03-intro--anchor {
    flex-flow: column;
    position: absolute;
    bottom: 17vw;
    left: 8px;
    margin: 0 auto;
}
.p-struct-flow__step03-intro--anchor__links::after {
    display: none;
  }
#onestop_section4 .onestop_main {
        padding: 0;
}
#onestop_section4 .onestop_main p {
	font-size: 15px;
	margin-bottom: 8px;
}
.proc-box {
  display: flex;
  flex-direction: column; 
  width: 100%;
  margin: 0 auto 20px;
  border-radius: 8px;
  overflow: hidden;
  box-sizing: border-box;
}

.proct-box_label {
  background-color: #248fb3;
  color: #ffffff;
  padding: 12px 10px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
}
.proct-box_list {
  background-color: #fff9e6;
  margin: 0;
  padding: 15px 20px;
  list-style: none;
}
.proct-box_list li {
  position: relative;
  padding-left: 1.2em; /* 点のスペース */
  margin-bottom: 8px;
  line-height: 1.6;
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.proct-box_list li:last-child {
  margin-bottom: 0;
}
.proct-box_list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.page_basic .onestop_melit_box_in ul {
	display: block;
	/* margin: 0 auto; */
}
.page_basic .onestop_melit_box_in li {
    min-height: auto;
    display: block;
    position: static;
    margin-bottom: 20px;
    /* font-size: 18px; */
    width: 335px;
    padding: 26px 20px 20px;
}
.page_basic .onestop_melit_box_in li img {
	position: static; 
	display: block;
	margin: 10px auto 0;
	width: 145px; /* イラストのサイズは維持、またはお好みで調整 */
	height: auto;
}
.page_basic .onestop_melit_box_in ul {
    max-width: 350px;
    margin: 0 auto;
}
.page_basic .onestop_melit_box_in .step_title {
    font-size: 30px;
}
.page_basic .onestop_melit_box_in h4{
	font-size: 19px;
}
}