@charset "utf-8";

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メイン
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* -------------------------------------------------------------------------------------------------
   * セクショニング
/* ---------------------------------------------------------------------------------------------- */

#main {}

#main > .section {
  padding-top: 50px;
  padding-bottom: 50px;
}

#main div.body {
  max-width: 1160px;
  padding: 0 15px;
	margin: 0 auto;
	overflow: hidden;
}

#main .column ~ .column {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

 #main div.body {
   max-width: 100%;
	 padding:0 15px;
	 margin: 0 auto;
	 overflow: hidden;
	}
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#main > .section {
  padding-top: 30px;
  padding-bottom: 30px;
}

#main div.body {
  max-width: 100%;
	padding:0 15px;
	margin: 0 auto;
	overflow: hidden;
}

#main .column ~ .column {
  margin-top: 20px;
}

}

/* ****************************************************************************************************
   * 選ばれる理由
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.reason {
  padding-top: 30px !important;
  position:relative;
  background: #fffbf0;
}

.reason .body {
  overflow: inherit !important;
}

.reason .section ~ .section {
  padding-top: 70px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.reason .section ~ .section {
  padding-top: 50px;
}

}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.reason .head-title {
  margin-left: 60px;
}
.reason .title {
  position: relative;
  font-size:26px;
  font-weight: bold;
  color:#fc4b22;
  background: #fff;
  padding: 10px 40px 10px 40px;
  border-top: 1px solid #f7952b;
  border-bottom: 1px solid #f7952b;
}
.reason .title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -60px;
  width: 80px;
  height: 80px;
  margin-top: -12px;
}

.reason .section-1 .title::before {
  background: url("../../_images/reason/reason-icon-1.png") no-repeat;
}
.reason .section-2 .title::before {
  background: url("../../_images/reason/reason-icon-2.png") no-repeat;
}
.reason .section-3 .title::before {
  background: url("../../_images/reason/reason-icon-3.png") no-repeat;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.reason .head-title {
  margin-left: 0px;
}
.reason .title {
  position: relative;
  font-size:18px;
  font-weight: bold;
  color:#fc4b22;
  background: #fff;
  padding: 10px 20px 10px 60px;
  border-top: 1px solid #f7952b;
  border-bottom: 1px solid #f7952b;
}
.reason .title::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 40px;
  height: 40px;
  margin-top: -22px;
}

.reason .section-1 .title::before {
  background: url("../../_images/reason/reason-icon-1.png") no-repeat;
  background-size: 40px 40px;
}
.reason .section-2 .title::before {
  background: url("../../_images/reason/reason-icon-2.png") no-repeat;
  background-size: 40px 40px;
}
.reason .section-3 .title::before {
  background: url("../../_images/reason/reason-icon-3.png") no-repeat;
  background-size: 40px 40px;
}

}

/* ----------------------------------------------------------------------------------------------------
   * テキスト
/* ------------------------------------------------------------------------------------------------- */

.reason .text {
  margin-top: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.reason .text {
  margin-top: 1em;
}
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.reason ul.layout-flex-2 {
  margin-top: 1em;
  max-width: 560px;
}

.reason ul.layout-flex-2 li {}

.reason ul.layout-flex-2 li .caption {
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.reason ul.layout-flex-2 {
  display: flex;
  margin-top: 1em;
  max-width: 100%;
}

.reason ul.layout-flex-2 > * {
  width: 48%;
  margin-top: 0;
}

.reason ul.layout-flex-2 li {}

.reason ul.layout-flex-2 li .caption {
  text-align: center;
}

}

/* ----------------------------------------------------------------------------------------------------
   * 画像
/* ------------------------------------------------------------------------------------------------- */

.reason .contents .images {
  text-align: center;
}

