
/* ==================================================
	base
================================================== */

.main_content {
	max-width: 1200px;
	margin: 0 auto 4rem;
	color: var(--text-black);
	line-height: 1.375;
}
.main_content img {
	height: auto;
}

@media screen and (min-width: 1024px) {
	.main_content {
		margin: 0 auto 6rem;
	}
}


#main_content h2.title {
    position: relative;
    line-height: 1.2;
    padding: 6px 10px 6px 30px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: normal;
    font-size: 22px;
    height: 50px;
    align-content: center;
    background: #4759f5;
}

#main_content h2.title::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 34px;
    background-color: #fff;
    position: absolute;
    top: 8px;
    left: 10px;
    border-radius: 50px;
}

@media screen and (min-width: 1024px) {
    #main_content h2.title {
        font-size: 24px;
    }
}

@media screen and (min-width: 1024px) {
    #main_content h2.title {
        padding: 8px 10px 6px 40px;
        margin-bottom: 30px;
        font-size: 28px;
        height: 60px;
        align-content: center;
        background: #4759f5;
    }
    #main_content h2.title::before {
        left: 14px;
        height: 44px;
    }
}

#main_content h3.sub_title {
    border-bottom: 2px dotted #a3acfa;
    padding-bottom: 4px;
    margin-bottom: 16px;
    font-weight: normal;
    color: #000;
    display: flex;
    align-items: center;
    font-size: 20px;
}
#main_content h3.sub_title span.num {
    width: 36px;
    height: 36px;
    background: #4759f5;
    border-radius: 50%;
    font-size: 140%;
    color: #fff;
    text-align: center;
    line-height: 38px;
    margin-right: 8px;
}

.content_area .bg_blue p.cap {
    padding: 25px 15px;
    text-align: center;
    font-size: 17px;
    line-height: 1.6;
}

@media screen and (min-width: 1024px) {
    #main_content h3.sub_title {
        font-size: 22px;
    }
    .content_area .bg_blue p.cap {
        line-height: 1.9;
        padding: 40px 0;
    }
}


.m_txt {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 8px;
}

.bg_blue {
	background: #eceefe;  
	border-bottom: 1px solid #dadefd;
	border-radius: 0 0 30px 30px;
	box-shadow: 0 30px 30px -30px rgba(0,0,0,.5);  
}

.content_area .bg_blue p.cap + .col_1 {
    padding: 0 15px 20px;
}

@media screen and (min-width: 1024px) {
    .content_area .bg_blue p.cap + .col_1 {
        padding: 0 30px 30px;
    }
}


/* ----------------------------------------
	voice
---------------------------------------- */

.voice {
	padding: 0 15px 20px;
}
.voice_title {
	color: #4759f5;
	font-size: 25px;
	font-weight: normal;
	text-align: center;
	letter-spacing: 1px;
}
.voice_list {
	padding: 20px;
	background: #fff;
	border: 3px solid #4759f5;
	border-radius: 20px;
}
.voice_list li + li {
	margin-top: 3rem;
}
.customer {
	margin-bottom: 10px;
	border-bottom: 2px dotted #767676;
    padding-bottom: 3px;
}
.customer::before {
	content: url(images/icon_customer_b.png);
}

@media screen and (min-width: 1024px) {
	.voice {
		padding: 0 30px 30px;
	}
    .voice_list {
        padding: 30px 40px;
    }
}




/* ----------------------------------------
	lineup
---------------------------------------- */

.lineup img {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 2px 2px 4px #e2e2e2;
}




/* ----------------------------------------
	recommend
---------------------------------------- */

.recom_box {
    align-items: center;
}

.recom > .recom_box:nth-child(n+2) {
    margin-top: 20px;
}
.recom_box > div.txt {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 15px;
    background: #eceefe;
}
.recom_box > div.txt > * {
    width: 100%;
}

.recom_box > div.txt h4 {
    position: relative;
    display: inline-block;
    border-bottom: 2px dotted #7e8af8;
    padding: 0 6px 4px 30px;
    margin-bottom: 16px;
    font-weight: normal;
    color: #000;
    width: 100%;
}
.recom_box > div.txt h4:before {
  content: '';
  width: 22px;
  height: 22px;
  background: #4759f5
;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.recom_box > div.txt h4:after {
  content: '';
  width: 9px;
  height: 9px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0px;
  left: 5px;
  bottom: 0;
  margin: auto;
}

@media screen and (min-width: 768px) {
    .recom > .recom_box:nth-child(odd) .img {
        order: 2;
    }    
}

@media screen and (min-width: 1024px) {
    .recom_box {
        background: #eceefe;        
    }   
    .recom_box > div.txt  {
        padding: 60px;
    }
    .recom_box > div.txt h4 {
        font-size: 18px;
    }
    .recom_box > div.txt h4 + p {
        font-size: 15px;
        line-height: 1.7;
    }
}