.second_page {
    padding-top: 0;
}
#onayami {
	padding: 110px 0;
}
#onayami h2,#important h2,#flow h2,#faq h2   {
	font-size: 36px;
	font-size: 3.6rem;
	margin-bottom: 45px;
	font-weight: bold;
	text-align: center;
}
#onayami ul {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 40px;
}
#onayami ul li {
	font-size: 20px;
	font-size: 2.0rem;
	padding: 15px 60px;
	font-weight: bold;
	background: #fff;
	border: 2px solid #DEDEDE;
	border-radius: 30px;
	position: relative;
	padding-left: 100px;
}
#onayami ul li::before {
	content: "";
	background: url("../images/common/check-icon.svg")no-repeat 0 0;
	background-size: contain;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 22px;
    left: 70px;
}
@media (max-width: 1000px) {
	#onayami ul {
		    gap: 15px 20px;
	}
	#onayami ul li {
		padding: 15px 30px;
		    padding-left: 50px;
	}
	#onayami ul li::before {
		    left: 22px;
	}
}
@media (max-width: 768px) {
	#onayami {
    padding: 60px 0;
}
	#onayami h2,#important h2,#flow h2,#faq h2   {
    font-size: 32px;
    font-size: 3.2rem;
		margin-bottom: 20px;
	}
	#onayami ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
}
	#onayami ul li {
        font-size: 18px;
    font-size: 1.8rem;
    padding: 10px 20px;
    border-radius: 10px;
    padding-left: 35px;
}
	#onayami ul li::before {
		top: 16px;
    left: 9px;
	}
}
#important {
	padding: 85px 0 75px;
}
#important h2 {
	margin-bottom: 45px;
}
#important .col3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
#important dl {
	padding: 40px 20px 25px;
	background: #fff;
	border: 1px solid #D8D8D8;
	position: relative;
}
#important dl::before {
	content: "01";
	font-size: 22px;
	font-size: 2.2rem;
	font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
	color: #fff;
	background: #F86700;
	text-align: center;
	width: 31px;
	height: 31px;
	position: absolute;
	    top: -15px;
    left: 20px;
}
#important dl:nth-child(2)::before {
	content: "02";
}
#important dl:nth-child(3)::before {
	content: "03";
}
#important dt {
	font-size: 22px;
	font-size: 2.2rem;
	margin-bottom: 45px;
	font-weight: bold;
	text-align: center;
	    min-height: 70px;
    align-content: center;
}
#important dt span {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
}
#important dd {
	line-height: 28px;
}
@media (max-width: 768px) {
	#important .col3 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
}
	#important dt {
		margin-bottom: 20px;
		min-height: initial;
	}
}
#achievement {
	padding: 100px 0;
}
#achievement h2 {
	font-size: 40px;
	font-size: 4.0rem;
	margin-bottom: 35px;
	color:#F86700;
	font-weight: bold;
	text-align: center;
}
#achievement .col2 {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}
#achievement .contents {
	padding: 30px;
	background: #fff;
	border: 2px solid #E3E3E3;
	border-radius: 10px;
}
#achievement .contents h3 {
	font-size: 32px;
	font-size: 3.2rem;
	margin-bottom: 10px;
	color: #FF6A00;
	font-weight: bold;
	text-align: center;
}
#achievement .contents h3 span.ttl-bl {
	font-size: 18px;
	font-size: 1.8rem;
	color: #1E1E1E;
	display: block;
}
#achievement .contents h3 span.nb {
	font-size: 41px;
	font-size: 4.1rem;
}
#achievement p.info {
	font-size: 14px;
	font-size: 1.4rem;
	color: #1E1E1E;
	text-align: center;
}
#achievement .detail {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #E3E3E3;
}
#achievement .detail h4 {
	font-size: 19px;
	font-size: 1.9rem;
	font-weight: 500;
	margin-bottom: 15px;
}
#achievement .detail p {
	line-height: 27px;
}
@media (max-width: 1030px) {
	#achievement .col2 {
    gap: 20px;
}
}
@media (max-width: 768px) {
	#achievement {
    padding: 70px 0;
}
	#achievement h2 {
    font-size: 35px;
    font-size: 3.5rem;
    margin-bottom: 20px;
	}
	#achievement .col2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
}
	#achievement .contents {
		padding: 20px;
	}
}
#onestop {
	padding: 70px 0 55px;
}
#onestop h2 {
	font-size: 39px;
	font-size: 3.9rem;
	margin-bottom: 30px;
	color: #F86700;
	font-weight: bold;
	text-align: center;
}
#onestop h2 span {
	font-size: 28px;
	font-size: 2.8rem;
	color: #1A1A1A;
	display: block;
}
#onestop .contents {
	padding: 30px 100px;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 33px;
	background: #fff;
	border: 1px solid #F6C09A;
	border-radius: 10px;
}
@media (max-width: 768px) {
	#onestop h2 span {
    font-size: 19px;
		font-size: 1.9rem;
	}
	#onestop h2 {
    font-size: 32px;
    font-size: 3.2rem;
		margin-bottom: 20px;
	}
	#onestop .contents {
    padding: 30px 20px;
	}
}
#plan {
	padding: 100px 0;
}
#plan h2 {
	font-size: 42px;
	font-size: 4.2rem;
	margin-bottom: 40px;
	font-weight: bold;
	text-align: center;
	color: #F86700;
}
#plan .col2 {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}
#plan .contents {
	padding: 40px 40px 30px;
	border-radius: 10px;
	border: 2px solid #DCDCDC;
}
#plan .contents:last-child {
	border: 2px solid #FF9041;
	position: relative;
}
#plan .contents:last-child::before {
	content: "おすすめ";
	font-size: 19px;
	font-size: 1.9rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #F86700;
	display: inline-block;
	border-radius: 5px;
	padding: 2px 10px;
    position: absolute;
    top: -18px;
    right: 20px;
}
#plan .contents h3 {
	font-size: 27px;
	font-size: 2.7rem;
	margin-bottom: 25px;
	font-weight: bold;
	text-align: center;
}
#plan li {
	border-top: 1px solid #E9E9E9;
	padding: 8px 20px 8px 40px;
	font-weight: 500;
	line-height: 23px;
	position: relative;
}
#plan li:last-child {
	border-bottom: 1px solid #E9E9E9;
}
#plan li span {
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: normal;
	display: block;
	text-indent: -1em;
	padding-left: 1em;
}
#plan li::before {
	content: "";
	background: url("../images/common/check-icon.svg")no-repeat 0 0;
	background-size: contain;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 14px;
    left: 23px;
}
#plan .option {
	padding: 20px 40px;
	margin-top: 30px;
	border-radius: 10px;
	border: 2px solid #DCDCDC;
}
#plan .option h3 {
	font-size: 23px;
	font-size: 2.3rem;
	margin-right: 35px;
	display: inline-block;
	font-weight: bold;
}
#plan .option p {
	display: inline-block;
    font-weight: 500;
}
@media (max-width: 1025px) {
	#plan .col2 {
		    gap: 20px;
	}
	#plan .contents {
		padding: 40px 20px 30px;
	}
}
@media (max-width: 768px) {
	#plan {
    padding: 70px 0;
}
	#plan h2 {
    font-size: 36px;
    font-size: 3.6rem;
		margin-bottom: 20px;
	}
	#plan .col2 {
		grid-template-columns: repeat(1, 1fr);
		gap: 50px;
	}
	#plan .contents {
		padding: 20px 20px 20px;
	}
	#plan .contents h3,#plan .option h3 {
    font-size: 22px;
    font-size: 2.2rem;
		margin-bottom: 15px;
	}
	#plan li {
		padding: 8px 0px 8px 20px;
	}
	#plan li::before {
		left: 0;
	}
	#plan .option {
    padding: 20px;
	}
}
#flow {
	padding: 80px 0 55px;
	background: #FAFAFA;
}
#flow h2 {
	margin-bottom: 35px
}
#flow .col4 {
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}
#flow dl {
	padding: 15px 20px;
	background: #fff;
	border: 1px solid #F8802A;
	position: relative;
}
#flow dl::before {
	content: "▶";
	color: #F8802A;
	position: absolute;
	    top: 37%;
    right: -8.5%;
    font-size: 20px;
}
#flow dl:last-child::before {
	content: none;
}
#flow dt {
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 2px;
	font-weight: bold;
	text-align: center;
}
#flow dt span {
	font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
	color: #fff;
	background: #FF8327;
	display: inline-block;
	border-radius: 13px;
	    padding: 2px 10px;
    font-size: 16px;
    line-height: 1;
}
@media (max-width: 980px) {
	#flow .col4 {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
}
@media (max-width: 768px) {
	#flow {
		padding: 60px 0 45px;
	}
	#flow h2 {
    margin-bottom: 20px;
}
	#flow .col4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
	#flow dl::before {
		content: none;
	}
	#flow dt {
    font-size: 20px;
    font-size: 2.0rem;
		    margin-bottom: 3px;
	}
	#flow dt span {
		font-size: 14px;
		    margin-bottom: 2px;
	}
}
#faq {
	padding: 100px 0;
}
#faq h2 {
	margin-bottom: 35px;
}
#faq h2 span {
	font-size: 25px;
	font-size: 2.5rem;
	display: block;
}
#faq dl {
	margin-bottom: 30px;
}
#faq dl:last-child {
	margin-bottom: 0;
}
#faq dt {
	font-size: 21px;
	font-size: 2.1rem;
	padding: 10px 40px;
	padding-left: 70px;
	background: #FFFAF2;
	border: 1px solid #CBCBCB;
	font-weight: bold;
	position: relative;
}
#faq dt::before {
	content: "Q.";
	font-size: 21px;
	font-size: 2.1rem;
	font-weight: bold;
	color: #F86700;
	position: absolute;
	top: 9px;
	left: 40px;
}
#faq dd {
	padding: 20px 40px;
	padding-left: 70px;
	line-height: 27px;
	background: #fff;
	border: 1px solid #CBCBCB;
	border-top: none;
	position: relative;
}
#faq dd::before {
	content: "A.";
	font-size: 21px;
	font-size: 2.1rem;
	font-weight: bold;
	color: #505050;
	position: absolute;
	top: 17px;
	left: 40px;
}
@media (max-width: 768px) {
	#faq {
    padding: 70px 0;
}
	#faq h2 span {
    font-size: 21px;
		font-size: 2.1rem;
	}
	#faq dt {
    font-size: 19px;
    font-size: 1.9rem;
    padding: 10px 20px;
		padding-left: 40px;
	}
	#faq dt::before {
		top: 7px;
    left: 14px;
	}
	#faq dd {
		padding: 10px 20px;
		padding-left: 40px;
	}
	#faq dd::before {
		top: 9px;
    left: 14px;
	}
}
#other {
  padding-top: 140px;
  padding-bottom: 190px;
}
#other h2 {
  text-align: center;
  font-weight: bold;
  color: #303030;
  font-size: 36px;
  font-size: 3.6rem;
  margin-bottom: 110px;
}
#other h2 span {
	font-size: 21px;
  font-size: 2.1rem;
	display: block;
}
#other .contents {
  width: calc(33.33% - 20px);
  background: #fff;
  border: 1px solid #CECECE;
  padding: 0 30px 20px;
  position: relative;
}
#other .contents h3 {
  color: #1C1C1C;
  font-weight: bold;
  text-align: center;
  font-size: 30px;
  font-size: 3.0rem;
  margin: -30px 0 25px;
}
#other .ttl {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  padding: 10px 5px;
  border: 1px solid #f96d18;
  border-radius: 9999px;
  background-color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  color: #f85e15;
	width: 100%;
	text-align: center;
	    top: -75px;
}

#other .ttl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #f96d18 transparent transparent;
  translate: -50% 100%;
}

#other .ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 17.8px 8.9px 0 8.9px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}
#other .contents h4 {
  text-align: center;
  color: #545454;
  font-weight: 500;
  font-size: 19px;
  font-size: 1.9rem;
}
#other .contents .img-area {
  width: 35%;
  margin: 30px auto;
}
#other .contents:last-child .img-area img {
  width: 100%;
}
#other .contents p {
  line-height: 25px;
}
#other .contents .more_btn {
  text-align: center;
  margin-top: 30px;
}
@media (max-width: 1300px) {
	#other .ttl {
		font-size: 19px;
	}
}
@media (max-width: 1095px) {
	#other .contents {
    width: calc(50% - 10px);
		margin-bottom: 120px;
	}
	#other .contents:last-child {
		margin-bottom: 0;
	}
	#other .contents h3 {
		font-size: 25px;
    font-size: 2.5rem;
		    margin: -30px 0 15px;
	}
	#other .contents .img-area {
    width: 24%;
    margin: 10px auto;
}
}
@media (max-width: 768px) {
	#other {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  #other h2 {
    font-size: 30px;
        font-size: 3.0rem;
  }
	#other h2 span {
    font-size: 19px;
    font-size: 1.9rem;
}
  #other .contents {
    width: 100%;
    padding: 0 20px 30px;
  }
  #other .contents {
    margin-bottom: 120px;
  }
	#other .contents:last-child {
		margin-bottom: 0;
	}
  #other .contents h3 {
    font-size: 24px;
        font-size: 2.4rem;
    margin-bottom: 10px;
  }
  #other .contents h4 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #other .contents .img-area {
    width: 31.01%;
        text-align: center;
        margin: 0 auto;
  }
  #other .contents .more_btn {
    margin-top: 30px;
  }
	#other .more_btn.white a {
		width: 100%;
	}
	#other .ttl {
		    font-size: 18px;
	}
}