@charset "UTF-8";

/*--------PC表示設定--------*/
.sp {
  display: none;
}
.pc {
  display: block;
}
/*--------PC表示設定--------*/
/* inspection section-start */
.text-red {
    color: #ed1c24;
}
.inspection-container {
	padding-top: 64px;
    padding-right: 9vw;
    padding-bottom: 64px;
    padding-left: 9vw;
}
.inspection-p {
    width: 60%;
}
.inspection-img {
    width: 40%;
    margin-left: 5.5%;
}
.inspection-img img {
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    box-sizing: border-box;
}
.inspection-p-h3 {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 12px;
    line-height: 1.5em;
    text-align: justify;
}
.inspection-p-h4 {
    color: #ed1c24;
    margin-top: 12px;
	font-size: 12px;
    margin-bottom: 32px; 
    letter-spacing: 0.1em;   
}
.inspection-p-p {
    font-size: 18px;
    line-height: 1.75em;
    margin: 12px 0 0px;
}
.inspection-list ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
/* inspection section-end */
/* smilefeatures section-start */
#smilefeatures {
    padding-top: 64px;
    padding-right: 9vw;
    padding-bottom: 64px;
    padding-left: 9vw;
    background-color: #f9f7f7;
}
.smilefeatures-title-h2 {
	font-weight: 700;
    font-size: 32px;
    line-height: 1.4em;
    text-align: justify;
}
.smilefeatures-title-h3 {
    color: #ed1c24;
    margin-top: 12px;
	font-size: 12px;
    letter-spacing: 0.1em;
}
.smilefeatures-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 48px;
    box-sizing: border-box;
}
.smilefeatures-list li {
    width: 33%;
    box-sizing: border-box;
    margin-right: 1.75vw
}
.smilefeatures-list li:last-child {
    margin-right: 0;
}
.smilefeatures-p-h3 {
	font-weight: 700;
    font-size: 20px;
    line-height: 1.5em;
    margin-top: 16px;
}
.smilefeatures-p-p {
	font-size: 14px;
    line-height: 1.75em;
    margin-top: 8px;
}
.smilefeatures-img img {
    border: 1px solid #e6e6e6;
    border-radius: 12px;
}

.smilefeatures-gold-p {
    width: 60%;
}
.smilefeatures-gold-img {
    width: 40%;
    margin-left: 5.5%;
}
.smilefeatures-gold-img img {
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    box-sizing: border-box;
}
.smilefeatures-gold-p-h3 {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 12px;
    line-height: 1.5em;
    text-align: justify;
}
.smilefeatures-gold-p-p {
    font-size: 18px;
    line-height: 1.75em;
    margin: 12px 0 0px;
}
.smilefeatures-gold-list ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.smilefeatures-gold-list {
    padding-top: 64px;
}
/* smilefeatures section-end */
/* smilefeatures-factory section-start */
#smilefeatures-factory {
    padding-top: 64px;
    padding-right: 9vw;
    padding-bottom: 64px;
    padding-left: 9vw;
}
.smilefeatures-factory-p {
    width: 60%;
}
.smilefeatures-factory-img {
    width: 40%;
    margin-left: 5.5%;
}
.smilefeatures-factory-img img {
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    box-sizing: border-box;
}
.smilefeatures-factory-p-h3 {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 12px;
    line-height: 1.5em;
    text-align: justify;
}
.smilefeatures-factory-p-p {
    font-size: 18px;
    line-height: 1.75em;
    margin: 12px 0 0px;
}
.smilefeatures-factory-list ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/* smilefeatures-factory section-end */
/* flow section-start */

.flow-container {
	padding-top: 64px;
    padding-right: 9vw;
    padding-bottom: 64px;
    padding-left: 9vw;
    background-color: #f9f7f7;
    overflow: hidden;
}
.flow-title-h2 {
	font-weight: 700;
    font-size: 32px;
    line-height: 1.4em;
    text-align: justify;
}
.flow-title-h3 {
    color: #ed1c24;
    margin-top: 12px;
	font-size: 12px;
    margin-bottom: 48px;
    letter-spacing: 0.1em;
}
.flow-title-p {
    font-size: 18px;
    line-height: 1.75em;
    margin-top: 32px;
    margin-bottom: 0px;
}
.flow-step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 32px;
    width: 70%;
    margin: 40px auto 0;
    position: relative;
    z-index: 100;
}
.flow-step::after {
    position: absolute;
    top: 0;
    left: 40px;
    width: 8px;
    height: calc(100% + 300px);
    background-color: #ed1c24;
    content: "";
    translate: -50% 0;
    z-index: 0;
}
.flow-step:last-child:after {
    position: absolute;
    top: 0;
    left: 40px;
    width: 10px;
    height: calc(100% + 600px);
    background-color: #f9f7f7;
    content: "";
    translate: -50% 0;
}
.flow-step-img {
    max-width: 240px;
    width: 100%;
    border: 1px solid #e6e6e6;
    border-radius: 12px;
}

.flow-step-number{
    max-width: 80px;
    width: 100%;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-size: 14px;
    background-color: #ed1c24;
    border-radius: 50% 50% 50% 50%;
    height: 80px;
    display: grid;
    place-content: center;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    overflow: initial;
    z-index: 10;
}
.flow-step:last-child .flow-step-number::before {
    height: 0;
}
.flow-step-number:last-child {
    height: 0;
}
.flow-step-number span {
    font-weight: bold;
    font-size: 40px;
}
.flow-step-p {
    width: 100%;
}
.flow-step-p-h3 {
    font-weight: 700;
    font-size: 18px;
    color: #ed1c24;
    line-height: 1.5em;
}
.flow-step-p-h3-p {
    font-size: 14px;
    margin-top: 4px;
}

/* flow section-end */
/* inspection-price section-start */
.inspection-price-container {
	padding-top: 64px;
    padding-right: 9vw;
    padding-bottom: 64px;
    padding-left: 9vw;
}
.inspection-price-title-h2 {
	font-weight: 700;
    font-size: 32px;
    line-height: 1.4em;
    text-align: justify;
}
.inspection-price-title-h3 {
    color: #ed1c24;
    margin-top: 12px;
	font-size: 12px;
    margin-bottom: 48px;
    letter-spacing: 0.1em;
}
.inspection-price-title-p {
    font-size: 14px;
    line-height: 1.75em;
    margin-bottom: 48px;
}
.table-header4:first-child {
    text-align: left;
}
.table-tr4 {
    border-bottom: 1px solid #ccc
}
.table-header4 {
    width: 14%;
    font-size: 16px;
    font-weight: bold;
    background-color: #000;
    color: #fff;
    padding: 12px 16px;
    text-align: right;
    }
.table-tr4:last-child {
    border: none;
}
.table-tr4:last-child .table-contents4 {
    font-size: 18px;
    font-weight: bold;
    color: #ed1c24;
}
.table-contents4:first-child {
    text-align: left;
}
.table-contents4 {
    font-size: 16px;
    padding: 12px 16px;
    text-align: right;
}
.inspection-price-p-h3{
    font-size: 14px;
    font-weight: bold;
    color: #ed1c24;
    margin-top: 48px;
    margin-bottom: 12px;
}
.inspection-price-p-list {
    list-style:disc;
}
.inspection-price-p-list {
    font-size: 14px;
    line-height: 2;
}
.inspection-price-p-list li {
    margin-left: 20px;
}
/* inspection section-end */
@media screen and (max-width: 980px) {
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
/* inspection section-start */ 
.inspection-container {
    padding-top: 32px;
    padding-right: 5vw;
    padding-bottom: 32px;
    padding-left: 5vw;
}
.inspection-list ul li {
    display: block;
}
.inspection-img {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
}
.inspection-p {
    width: 100%;
}
 /* inspection section-end */ 
/* smilefeatures section-start */
  #smilefeatures {
    padding-top: 32px;
    padding-right: 5vw;
    padding-bottom: 32px;
    padding-left: 5vw;
  }
  .smilefeatures-list {
    margin-top: 32px;
    display: block;
  }
  .smilefeatures-list li {
    width: 100%;
    margin: 0;
}
.smilefeatures-img {
    margin-top: 32px;
    
}
.smilefeatures-gold-list ul li {
    display: block;
}
.smilefeatures-gold-p {
    width: 100%;
}
.smilefeatures-gold-img {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
}
/* smilefeatures section-end */
/* smilefeatures-factory section-start */
#smilefeatures-factory {
	padding-top: 32px;
    padding-right: 5vw;
    padding-bottom: 32px;
    padding-left: 5vw;
}
.smilefeatures-factory-list ul li {
    display: block;
}
.smilefeatures-factory-p {
    width: 100%;
}
.smilefeatures-factory-img {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
}
 /* smilefeatures-factory section-end */ 
/* flow section-start */
.flow-container {
    padding-top: 32px;
    padding-right: 5vw;
    padding-bottom: 32px;
    padding-left: 5vw;
}
.flow-title-p {
    margin-top: 16px;
}
.flow-title-h3 {
    margin-bottom: 16px;
}
.flow-step {
    width: 80%;
}
.flow-step-img {
    display: none;
}

/* flow section-end */
/* inspection-price section-start */
.inspection-price-container {
    padding-top: 32px;
    padding-right: 5vw;
    padding-bottom: 32px;
    padding-left: 5vw;
}
.table-body4-container{
    overflow-x: scroll;
}
#table-body4{
    width: 1080px;
}
.table-body4-container::-webkit-scrollbar {
  height: 8px;
}
.table-body4-container::-webkit-scrollbar-thumb {
  background: #000;
}
.table-body4-container::-webkit-scrollbar-track {
  background: #eee;
}
.inspection-price-title-h3 {
    margin-bottom: 32px;
}
/* inspection-price section-end */
}

@media screen and (max-width: 480px) {
.inspection-p-h3 {
    font-size: 24px;
}
.inspection-p-p {
    font-size: 16px;
}
.inspection-p-h4 {
    margin-bottom: 16px;
}
.smilefeatures-title-h2 {
    font-size: 24px;
}
.smilefeatures-p-h3 {
    font-size: 18px;
}
.smilefeatures-gold-list {
    padding-top: 32px;
}
.smilefeatures-gold-p-p {
    font-size: 16px;
}
.smilefeatures-factory-p-h3 {
    font-size: 16px;
}
.smilefeatures-factory-p-p {
    font-size: 16px;
}
.flow-title-h2 {
    font-size: 24px;
}
.flow-title-p {
    font-size: 16px;
}
.flow-step-img {
    display: block;
}

.flow-step {
    width: 100%;
}
.flow-step-number {
    max-width: 56px;
    height: 56px;
    font-size: 12px;
}
.flow-step-number span {
    font-weight: bold;
    font-size: 30px;
}
.flow-step::after {
    left: 28px;
    height: calc(100% + 540px);
}

.flow-step:last-child:after {
    position: absolute;
    top: 0;
    left: 28px;
    width: 10px;
    height: calc(100% + 600px);
    background-color: #f9f7f7;
    content: "";
    translate: -50% 0;
}
.flow-step-p-h3 {
    font-size: 16px;
}
.flow-step-img {
    max-width: 400px;
    margin-top: 8px;
}
.inspection-price-title-h2 {
    font-size: 24px;
}
.scroll {
    font-size: 14px;
}
#table-body4 {
    width: 1000px;
}
.table-contents4 {
    font-size: 14px;
}
.table-header4 {
    font-size: 14px;
}

}