@charset "UTF-8";
/*! ========================================
このCSSファイルはSassから生成しております。
編集する際はSassファイルより編集を行ってください。
========================================= */
.pcCnt {
  display: block;
}

.spCnt {
  display: none;
}

/*===========================================
	フレックスボックス
=============================================*/
/* flexBoxKinto */
.flexBoxKinto {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

/* flexBoxKinto2 */
.flexBoxKinto2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}

/* flexAlginItemTop：上揃えの場合 */
.flexAlginItemTop {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.flexAlginItemMid {
  -webkit-align-items: center;
  align-items: center;
}

.flexAlginItemBottom {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

/* flexBoxYoko */
.flexBoxYoko {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -js-display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

/*===========================================
	pagetitle.inner
=============================================*/
h1.pagetitle.inner {
  line-height: 135%;
}
h1.pagetitle.inner .subCopy {
  font-size: 25px;
}

/*===========================================
	col3_m_321
=============================================*/
.col3_m_321 .threeCnt {
  padding: 60px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*===========================================
	customerArea01
=============================================*/
.customerArea01 {
  width: 100%;
  margin-top: 40px;
  background: #fff;
  box-shadow: 0px 0px 16px -2px rgba(0, 0, 0, 0.3);
}
.customerArea01 .photo {
  width: 560px;
}
.customerArea01 .honbun {
  width: 560px;
  padding: 50px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*===========================================
	threeBtnArea
=============================================*/
.threeBtnArea {
  width: 100%;
  margin-top: 100px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  list-style: none;
}
.threeBtnArea:after {
  content: "";
  display: block;
  width: 350px;
  height: 0;
}
.threeBtnArea li {
  width: 350px;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.threeBtnArea li:before {
  background-color: #2F61BB;
  opacity: .75;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.threeBtnArea li a {
  display: block;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  color: #fff;
  z-index: 2;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.threeBtnArea li a:after {
  content: '';
  min-width: 8px;
  min-height: 8px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #FFF;
  top: calc(50% - 5px);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .2s ease 0s;
  background: none;
  margin-left: 15px;
}
.threeBtnArea li:nth-child(1) {
  background: url("../image/customer_btn_01@2x.png") no-repeat;
  -webkit-background-size: 350px auto;
  -o-background-size: 350px auto;
  background-size: 350px auto;
}
.threeBtnArea li:nth-child(2) {
  background: url("../image/customer_btn_02@2x.png") no-repeat;
  -webkit-background-size: 350px auto;
  -o-background-size: 350px auto;
  background-size: 350px auto;
}
.threeBtnArea li:nth-child(3) {
  background: url("../image/customer_btn_03@2x.png") no-repeat;
  -webkit-background-size: 350px auto;
  -o-background-size: 350px auto;
  background-size: 350px auto;
}
.threeBtnArea li:nth-child(4) {
  background: url("../image/customer_btn_04@2x.png") no-repeat;
  -webkit-background-size: 350px auto;
  -o-background-size: 350px auto;
  background-size: 350px auto;
}
.threeBtnArea li:nth-child(5) {
  background: url("../image/customer_btn_05@2x.png") no-repeat;
  -webkit-background-size: 350px auto;
  -o-background-size: 350px auto;
  background-size: 350px auto;
}

/*===========================================
	bgImgWhite：ボタン処理
=============================================*/
.btnWhite .bgImgWhite {
  position: relative;
  z-index: 1;
}
.btnWhite .bgImgWhite:before {
  background-color: #fff;
  opacity: .75;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border: solid 3px #023794;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btnWhite a {
  color: #2F61BB !important;
  position: absolute;
  z-index: 2;
}
.btnWhite a:after {
  border-color: #2F61BB !important;
}

/*===========================================
	btn01.btn01White
=============================================*/
.btn01.btn01White a {
  color: #023794;
  background: #fff;
  border: none;
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.3);
}
.btn01.btn01White a:after {
  border-color: #023794;
}
.btn01.btn01White a:hover {
  color: #fff;
  background: #4179DD;
}
.btn01.btn01White a:hover:after {
  border-color: #fff;
}

/*===========================================
	iPad用
=============================================*/
@media only screen and (max-width: 979px) {
  /*===========================================
  	pagetitle.inner
  =============================================*/
  h1.pagetitle.inner .subCopy {
    font-size: 25px;
  }

  /*===========================================
  	customerArea01
  =============================================*/
  .customerArea01 {
    width: 100%;
    margin-top: 40px;
    background: #fff;
    box-shadow: 0px 0px 16px -2px rgba(0, 0, 0, 0.3);
  }
  .customerArea01 .photo {
    width: 50%;
    padding: 20px 0px 20px 20px;
  }
  .customerArea01 .photo img {
    width: 100%;
    height: auto;
  }
  .customerArea01 .honbun {
    width: 50%;
    padding: 20px 20px;
  }

  /*===========================================
  	threeBtnArea
  =============================================*/
  .threeBtnArea {
    width: 100%;
    margin-top: 100px;
  }
  .threeBtnArea:after {
    width: 48%;
  }
  .threeBtnArea li {
    width: 48%;
    margin-bottom: 30px;
  }
}
/*===========================================
	スマホ用
=============================================*/
@media (max-width: 740px) {
  .pcCnt {
    display: none;
  }

  .spCnt {
    display: block;
  }

  /*===========================================
  	pagetitle.inner
  =============================================*/
  h1.pagetitle.inner .subCopy {
    font-size: 16px;
  }

  /*===========================================
  	customerArea01
  =============================================*/
  .customerArea01 {
    width: 100%;
    margin-top: 40px;
    background: #fff;
    box-shadow: 0px 0px 16px -2px rgba(0, 0, 0, 0.3);
  }
  .customerArea01 .photo {
    width: 100%;
    padding: 0px;
  }
  .customerArea01 .photo img {
    width: 100%;
    height: auto;
  }
  .customerArea01 .honbun {
    width: 100%;
    padding: 20px 20px;
  }

  /*===========================================
  	threeBtnArea
  =============================================*/
  .threeBtnArea {
    width: 100%;
    margin-top: 100px;
  }
  .threeBtnArea:after {
    width: 100%;
  }
  .threeBtnArea li {
    width: 100%;
    margin-bottom: 20px;
  }

  .customerFont01 a {
    font-size: 19px;
  }
  .customerFont01 a:after {
    margin-left: 13px !important;
  }
}
