/* ===================================================================
content
====================================================================== */

.about_ttl {
  font-size: 1.8rem;
  color: #b790b6;
  font-weight: bold;
  background-size: 17%;
  padding: 4% 0 0% 18%;
  margin: 0 10px 10px;
  border-bottom: 2px solid #b790b6;
  position: relative;
}

.about_ttl:before {
  background: url(../img/about_cat_ico.png)no-repeat left center;
  position: absolute;
  left: 0;
  top: 22%;
  content: " ";
  background-size: 17%;
  width: 88%;
  height: 88%;
  z-index: 100;
}

.about_block {
  background: url(../img/about_bg.jpg);
  background-size: 100%;
  margin: 0 -3%;
  padding: 0 10px 2px;
}

.about_block_content {
  padding: 7px 0px 0;
}

.about_block_content_txt {
  padding: 0 0 12px;
}

.about_reason_box:nth-child(2) .about_block_content_txt {
  background: url(../img/index_reason_ico01.jpg) no-repeat right top 10px;
  background-size: 25%;
}

.about_reason_box:nth-child(3) .about_block_content_txt {
  background: url(../img/index_reason_ico02.jpg) no-repeat right top 10px;
  background-size: 25%;
}

.about_reason_box:nth-child(4) .about_block_content_txt {
  background: url(../img/index_reason_ico03.jpg) no-repeat right top 10px;
  background-size: 25%;
}

.about_reason_box:nth-child(5) .about_block_content_txt {
  background: url(../img/index_reason_ico04.jpg) no-repeat right top 10px;
  background-size: 25%;
}

.about_block_content_txt .left_box {
  font-size: 3.2vw;
  line-height: 1.7;
  width: 72%;
}

.about_block_content_txt .right_ico {
  width: 25%;
  padding: 35px 0 0;
}

.sp_voice_box {
	border: solid #8fb9c9 1px;
	border-radius: 5px;
	margin: 0 0 10px;
	padding: 5px 0;
	background: url(../img/index_voice_arrow_bg.jpg)no-repeat right bottom;
	background-size: 7%;
	line-height: 1.5em;
}

/* .sp_voice_box dt {
	font-weight: bold;
	width: 17%;
	border-right: solid 1px #d5d5d5;
	padding: 10px;
	text-align: center;
}

.sp_voice_box dd {
	font-size: 14px;
    line-height: 1.7;
	width: 79%;
	padding: 0 5px 0 0;
	align-items: center;
    display: flex;
}

.sp_voice_btn {
	width: 70%;
	margin: 0 auto;
} */

.about_btn {
    margin: 0 10px;
}
.about_btn a {
  display: block;
  color: #2f84a0;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 12px 0;
  background: url(../img/common/ico_arrow_bl.png) no-repeat right 10px center#c9dfee;
  background-size: 3%;
}

.about_reason_box {
  background: #fff;
  padding: 11px 10px 14px;
  margin: 0 10px 10px;
}

.plan_block h2 {
  margin: 0 0 13px;
}

.plan_box {
  margin: 0 0 11px;
}

.plan_box_content {
  background: #fff;
  border: solid #dddddd 1px;
  border-top: none;
  padding: 9px 10px 11px;
}

.plan_label {
  justify-content: flex-start;
  padding: 0 0 11px;
}

.plan_label li {
  color: #fff;
  font-size: 1.2rem;
  padding: 2px 3px;
}

.plan_label li:nth-child(1) {
  background: #ffa1a1;
}

.plan_label li:nth-child(3) {
  background: #c9aac7;
}

.plan_label li:nth-child(5) {
  background: #a1c4d1;
}

.plan_label li:nth-child(7) {
  background: #97cc88;
}

.plan_label li:nth-child(2n) {
  width: 16px;
  padding: 0px 0px 0;
}


.plan_yen .yen {
  width: 65%;
}

.plan_yen .plan_detail_btn {
  width: 30%;
  padding: 20px 0 0;
}

/* box4 section */
.box4{
  background-color: #e8f2fb;
  padding: 10px;
}
.box{
  margin-bottom: 10px;
}
.parent{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.parent .box{
  width: 48%;
}
.box4-title{
  width: 80%;
  margin: 10px auto;
  margin-top: 0;
}
/* reason-box title section */
.about-reson-ttl{
  border-bottom: 2px dotted gray;
  padding: 0 0 10px;
}
.ttl-parent{
  display: flex;
  justify-content: left;
}
.ttl-parent p{
  font-family: 'Times New Roman', Times, serif;
}
.l-b>img{
  height: 48px;
}
.main-ttl{
  font-size: 6.25vw;
  font-weight: bold;
  color: #fe5f61;
  margin: 0 5px;
}
.sub-ttl{
  font-size: 3.3vw;
  margin: 0 5px;
  font-weight: bold;
}
/* voiceBox */
.cusInfo{
  display: flex;
}
div.left-img{
  width: 75px;
  height: 75px;
  padding: 5px;
}
.r-btn{
  width: 32%;
  padding: 3px 5px;
  background-color: #b9c954;
  color: white;
  text-align: center;
  margin-bottom: 5px;
  margin-top: 5px;
  font-weight: bold;
  font-size: 3vw;
}
.right{
  margin-left: 10px;
}
.left{
  width: 25%;
}
.r-b>p{
  line-height: 1.4;
}
/*@ sourceMappingURL=style.css.map */