@charset "utf-8";


/* モバイルレイアウト : 480 px およびそれ以下. */

.layout_div {
  	padding:5vh 10vw 0 10vw;
}

.about_back_div {
  padding-bottom: 200px;
  background-position: bottom;
  background-repeat: no-repeat;
}

.about_point_div {
  margin-top: 30px;
  display: block;
  margin: 0 auto;
}


.about_point_dl {
	border: 3px solid #000;
	border-radius: 10px;
	padding: 20px 10px;
  margin-bottom: 30px;
	background-color: #006AB0;
  position: relative;
}

.about_point_dl::after {
  position: absolute;
  content: "";
  bottom: -5px;
  right:-10px;
  background-image: url(../img/svg/footer_kyara.svg);
  background-position: right bottom;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  background-size: contain;
}

.about_point_dt {
  	display: inline-block;
	color: #000;
	font-weight: 600;
  border: 3px solid #000;
  box-sizing: border-box;
	background-color: #fff;
	font-size: 1.6rem;
	padding: 5px 15px;
    border-radius: 30px;
}

.about_point_dd {
	display: block;
	margin-top: 17px;
	    font-size: 1.4rem;
	    line-height: 175%;
	    letter-spacing: .15rem;
			color: #fff;
      padding-left: 15px;
}



.case_section {
  background-color: #006AB0;
	border-bottom: 2.5px solid #000;
border-top: 2.5px solid #000;
color: #fff;
padding-bottom: 5vh;
}

.tab_layout_case_div {
  padding: 0 10vw;
}

.case_dl {
  background-color: #fff;
  margin-top: 30px;
}


.case_dl::after {
  background-image: none;
}

.case_dt {
position: relative;
display: block;
background-color: #006AB0;
color: #fff;
}

.case_dt::after {
  position: absolute;
  content: "";
  bottom: -5px;
  right:5px;
  background-image: url(../img/svg/footer_kyara.svg);
  background-position: right bottom;
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
  background-size: contain;
}

.case_dd {
  color: #000;
}


.tab_layout_case_div_2 {
    padding: 0 10vw;
}

.case_dl_2 {
  background-color: #fff;
margin-top: 30px;
}

.case_dl_2::after {
  background-image: none;
}

.boder_none {
  border-bottom: none;
  padding-bottom: 0;
}

.boder_none::before {
    content: "";
    position: absolute;
    border: none;
    border-top: none;
}

.case_dd_img {
padding-left: 0;
text-align: center;
}

.case_dd_img img{
  max-width: 200px;

}

.about_back_div_2 {
  background-image: url(../img/svg/about_img_2.svg);
  margin-bottom: 30px;
}

.layout_dod_back {
  background-image: url(../img/area_back.png);
  padding-bottom: 5vh;
  border-bottom: solid 3px #000;
}

/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 764px) {

  .layout_div {
    max-width: 770px;
    margin: 0 auto;
}


.about_point_div {
  margin-top: 50px;
  max-width: 900px;
display: flex;
justify-content: space-between;
}


.about_point_dl {
  text-align: center;
	padding: 24px 0;
	flex-basis: 30%;
}

.about_point_dl::after {
  background-image: none;
}

.about_point_dt {
  position: relative;
}

.about_point_dt::before {
  position: absolute;
  content: "";
  top: -78px;
  right:5px;
  background-image: url(../img/svg/footer_kyara.svg);
  background-position: right bottom;
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
  background-size: contain;
}

.about_point_dd {
  padding-left: 0;
}

.tab_layout_case_div {
    margin-top: 50px;
    max-width: 770px;
    padding: 0 5vw;
}

.case_dl {
  display: block;

  flex-basis: 48%;
  padding-left: 20px;
  padding-right: 20px;
}

.case_dl:last-child {
margin-left: 2%;
}

.case_dt::after {
  background-image: none;
}

.tab_layout_case_div_2 {
  display: flex;
   justify-content: space-around;
max-width: 770px;
padding: 0 5vw;
margin: 0 auto;
}

.case_dl_2 {
  flex-basis: 30%;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 5%;
}

.case_dl_2:last-child {
  margin-right: 0;
}

.margin_text_p {
  margin-bottom: 30px;
}

.about_btn a{
  max-width: 400px;
}

.about_back_div {
    padding-bottom: 20px;
    background-position: right bottom;
    background-size: 45%;
}

/* タブレットレイアウト 横。 */

@media only screen and (min-width: 1000px) {



  .layout_div {
  padding-top: 90px;
  }

  .about_point_dt::before {
      top: -98px;
      right: 5px;
      width: 100px;
      height: 100px;
  }

 .about_point_dd {
    font-size: 1.6rem;
  }

  .case_section {
    padding-bottom: 90px;
}

.case_dl_2 {
  padding-left: 2vw;
  padding-right: 2vw;
}

.layout_dod_back {
  padding-bottom: 90px;
}

.margin_text_p {
  margin-bottom: 0;
}

.padding_top_0 {
  padding-top: 30px;

}

}




/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only screen and (min-width: 1200px) {

  .layout_div {
      max-width: 1020px;

  }

  .tab_layout_case_div {
    max-width: 1020px;
    padding: 0;
}

.tab_layout_case_div_2 {
  max-width: 1020px;
    margin: 0 auto;
}

.about_back_div_2 {
    margin-bottom: 60px;
}



}
