@charset "UTF-8";
@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css");
@import url("//use.fontawesome.com/releases/v5.0.6/css/all.css");
img {
  max-width: 100%;
  height: auto;
}
/*===========================================
	アンカー調整
=============================================*/
a.anchor {
  display: block;
  padding-top: 63px;
  margin-top: -63px;
}

/*===========================================
	タイトル
=============================================*/
.mainT {
  font-size: 28px;
  letter-spacing: 5px;
  font-weight: bold;
}

.subT {
  font-size: 15px;
  color: #004D90;
  letter-spacing: 3px;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
}

/* 吹き出しタイトル */
.fukidashi {
  position: relative;
  display: inline-block;
  background-color: #fff;
  border-bottom: solid 3px #004D90;
  padding-bottom: 16px;
  max-width: 100%;
  text-align: center;
}

.fukidashi:before,
.fukidashi:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.fukidashi:before {
  border: solid 13px transparent;
  border-top: solid 13px #004D90;
}

.fukidashi:after {
  border: solid 14px transparent;
  border-top: solid 14px #fff;
  margin-top: -5px;
}

.fukidashi .fukidashiTitle {
  margin: 0;
  padding: 0;
}

/* 両サイドライン */
.title-wborder {
  display: flex;
  align-items: center;
}

.title-wborder:before,
.title-wborder:after {
  content: "";
  height: 2px;
  flex-grow: 2;
  background-color: #666;
}

.title-wborder:before {
  margin-right: 1rem;
}

.title-wborder:after {
  margin-left: 1rem;
}

/*===========================================
	float wait0 animated
=============================================*/
.float.wait0.animated {
  animation: float-wait0 3.5s linear infinite;
}

@keyframes float-wait0 {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }

  100% {
    transform: translateY(0);
  }
}

/* float wait1 animated */
.float.wait1.animated {
  animation: float-wait1 3.5s linear infinite;
}

@keyframes float-wait1 {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(15px);
  }

  100% {
    transform: translateY(0);
  }
}

/*===========================================
	ボタン
=============================================*/
a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a.defaultBtn {
  width: 200px;
  display: block;
  background: #fff;
  color: #004D90;
  border: solid 2px #004D90;
  text-align: center;
  font-size: 15px;
  padding: 7px 10px;
  box-sizing: border-box;
  position: relative;
}

a.defaultBtn:after {
  content: '';
  display: inline-block;
  min-width: 7px;
  min-height: 7px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #004D90;
  top: calc(50% - 5px);
  right: 0px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .2s ease 0s;
  background: none;
  position: absolute;
  right: 15px;
}

a.defaultBtn:hover {
  background: #004D90;
  color: #fff;
}

a.defaultBtn:hover:after {
  border-color: #fff;
}

/*===========================================
	dcms_layoutPageBlockPasteArea
=============================================*/

/*===========================================
	mainImgArea
=============================================*/
#mainImgArea {
  width: 100%;
  height: 785px;
  margin-top: 72px;
  background: url("../../image/mainimg.png") no-repeat center;
  background-size: cover;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
	align-items: center;
}

@media only screen and (max-width:800px) {
  #mainImgArea {
    margin-top: 74px;
  }
}

@media only screen and (min-width:741px) and (max-width: 1024px) {
  #mainImgArea {
    height: 60vw;
	  align-items: center;
  }
}

#mainImgArea #mainImgBox {
  width: 94%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  /*! position: relative; */
	color:#ffffff;
}
#mainImgArea #mainImgBox p {
	color:#ffffff;
	font-weight: bold;
	
}



@media only screen and (min-width:741px) and (max-width: 1024px) {
	#mainImgArea #mainImgBox {
		padding-top:10%;	
	}	
}

#mainImgArea #mainImgBox #mainimg_cut_01 {
  /*! top: 143px; */
  /*! left: 0; */
  position: relative;
  z-index: 1;
}

#mainImgArea #mainImgBox h1 {
  font-size: 68px;
  color: #fff;
  font-weight: bold;
  line-height: 130%;
  margin: 50px 0;
  position: relative;
  z-index: 1;
}

#mainImgArea #mainImgBox #btnMainImg {
  width: 390px;
  height: 72px;
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  border-radius: 40px;
  padding-top: 20px;
  text-align: center;
  /*! top: 450px; */
  /*! position: absolute; */
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cca72f+0,ccb65e+100 */
  background: #cca72f;
  /* Old browsers */
  background: -moz-linear-gradient(left, #cca72f 0%, #ccb65e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #cca72f 0%, #ccb65e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #cca72f 0%, #ccb65e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cca72f', endColorstr='#ccb65e', GradientType=1);
  /* IE6-9 */
  position: relative;
  z-index: 1;
}

#mainImgArea #mainImgBox #btnMainImg:after {
  content: '';
  display: inline-block;
  min-width: 7px;
  min-height: 7px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #fff;
  top: calc(50% - 5px);
  right: 0px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .2s ease 0s;
  background: none;
  position: absolute;
  right: 30px;
}

#mainImgArea #mainImgBox #btnMainImg span {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 47px;
  background: url("../../image/icon_note.png") no-repeat 0px 0px;
}

#mainImgArea #mainImgBox #mainimg_cut_02 {
  width: 54%;
  max-width: 960px;
  bottom: 0;
  right: 30px;
  position: absolute;
  z-index: 0;
}

#mainImgArea #mainImgBox #mainimg_cut_02 img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width:741px) and (max-width: 1024px) {
  #mainImgArea #mainImgBox #mainimg_cut_02 {
    width: 54%;
  }
}

/*===========================================
	topPregArea_01
=============================================*/
.topPregArea_01 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 200px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f0f3ff+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f0f3ff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f0f3ff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #f0f3ff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f3ff', GradientType=0);
  /* IE6-9 */
  position: relative;
  z-index: 70;
}

.topPregArea_01 .topPregBox {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.topPregArea_01 .topPregBox .txt01 {
  margin-left: 350px;
  font-size: 23px;
  font-weight: bold;
  color: #004D90;
  display: flex;
  align-items: center;
}

.topPregArea_01 .topPregBox .txt01:before,
.topPregArea_01 .topPregBox .txt01:after {
  content: "";
}

.topPregArea_01 .topPregBox .txt01:before {
  width: 15px;
  margin-right: 10px;
  border: solid 4px #004D90;
  transform: skewY(50deg);
}

.topPregArea_01 .topPregBox .txt01:after {
  width: 15px;
  margin-left: 10px;
  border: solid 4px #004D90;
  transform: skewY(-50deg);
}

.topPregArea_01 .topPregBox .txt02 {
  margin-left: 380px;
}

.topPregArea_01 .topPregBox p {
  width: 94%;
  max-width: 970px;
  margin-top: 65px;
  margin-left: auto;
  margin-right: auto;
  font-size: 36px;
  font-weight: bold;
}

/*===========================================
	topPregArea_02
=============================================*/
.topPregArea_02 {
  width: 100%;
  height: 1160px;
  margin-top: -50px;
  position: relative;
  z-index: 71;
  padding: 0 20px;
}

.topPregArea_02:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  /*四角形を傾けます*/
  transform: skewY(3deg);
  transform-origin: top right;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #191970;
  background: url("../../image/top_bg_02.png") no-repeat center;
  background-size: cover;
}

.topPregArea_02 .topPregBox {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.topPregArea_02 .topPregBox h2 {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  top: 30px;
  left: 140px;
  position: absolute;
  z-index: 82;
  letter-spacing: 2px;
}

.topPregArea_02 .topPregBox h2 span {
  font-size: 35px;
}

.topPregArea_02 .topPregBox #top_cut_02 {
  width: 730px;
  margin-left: auto;
  margin-right: auto;
  top: 200px;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 80;
}

.topPregArea_02 .topPregBox #top_txt_01 {
  width: 373px;
  top: 150px;
  left: 0;
  position: absolute;
  z-index: 81;
}

.topPregArea_02 .topPregBox #top_txt_02 {
  width: 482px;
  top: 150px;
  right: 0;
  position: absolute;
  z-index: 81;
}

.topPregArea_02 .topPregBox #top_txt_03 {
  width: 536px;
  top: 510px;
  left: 0;
  position: absolute;
  z-index: 81;
}

.topPregArea_02 .topPregBox #top_txt_04 {
  width: 383px;
  top: 510px;
  right: 0;
  position: absolute;
  z-index: 81;
}

@media only screen and (min-width:741px) and (max-width:1024px) {
  .topPregArea_02 .topPregBox h2 {
    left: 30px;
  }

  .topPregArea_02 .topPregBox #top_cut_02 {
    width: 94%;
  }

  .topPregArea_02 .topPregBox #top_txt_01 {
    width: 40%;
  }

  .topPregArea_02 .topPregBox #top_txt_02 {
    width: 45%;
  }

  .topPregArea_02 .topPregBox #top_txt_03 {
    width: 45%;
  }

  .topPregArea_02 .topPregBox #top_txt_04 {
    width: 40%;
  }

  .topPregArea_02 .topPregBox #top_txt_01 img,
  .topPregArea_02 .topPregBox #top_txt_02 img,
  .topPregArea_02 .topPregBox #top_txt_03 img,
  .topPregArea_02 .topPregBox #top_txt_04 img {
    width: 100%;
    height: auto;
  }
}

/*===========================================
	topPregArea_03
=============================================*/
.topPregArea_03 {
  width: 100%;
  margin-top: -250px;
  position: relative;
  z-index: 72;
}

.topPregArea_03:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  /*四角形を傾けます*/
  transform: skewY(-3deg);
  transform-origin: top right;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #fff;
}

.topPregArea_03 .topPregBox {
  width: 94%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 200px;
  position: relative;
}

.topPregArea_03 .topPregBox h2 {
  font-size: 45px;
  font-weight: bold;
  text-align: center;
}

.topPregArea_03 .topPregBox_02 {
  width: 100%;
  margin-top: 70px;
  padding-top: 80px;
  padding-bottom: 150px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f2f3f5+0,f2f4f6+100 */
  background: #f2f3f5;
  /* Old browsers */
  background: -moz-linear-gradient(left, #f2f3f5 0%, #f2f4f6 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #f2f3f5 0%, #f2f4f6 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #f2f3f5 0%, #f2f4f6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f3f5', endColorstr='#f2f4f6', GradientType=1);
  /* IE6-9 */
}

.topPregArea_03 .topPregBox_02 .topPregBoxMini {
  width: 94%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.topPregArea_03 .topPregBox_02 .topPregBoxMini h3 {
  width: 190px;
  margin-left: auto;
  margin-right: auto;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 3px;
}

.topPregArea_03 .topPregBox_02 .topPregBoxMini .num {
  width: 80px;
  height: 80px;
  padding-top: 5px;
  text-align: center;
  font-size: 62px;
  font-weight: bold;
  top: 0;
  color: #B39329;
  line-height: 100%;
  position: relative;
  z-index: 70;
  font-family: 'Noto Serif JP', serif;
  background: #fff;
  border-radius: 50%;
  box-sizing: border-box;
}

.topPregArea_03 .topPregBox_02 .topPregBoxMini h4 {
  width: calc(100% - 110px);
  max-width: 980px;
  margin-left: 30px;
  font-size: 36px;
  font-weight: bold;
  color: #B39329;
  position: relative;
  z-index: 80;
}

.topPregArea_03 .topPregBox_02 .topPregBoxMini p {
  position: relative;
  z-index: 80;
}

.topPregArea_03 .topPregBox_02 .topPregBoxMini .wakuPink {
  background: #fff;
  border: solid 2px #DDA6C6;
  padding: 20px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.topPregArea_03 .topPregBox_02 .topPregBoxMini .wakuPink h5 {
  width: 216px;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #DDA6C6;
  color: #fff;
  top: 0;
  left: 0;
  position: absolute;
}

.topPregArea_03 .topPregBox_02 .topPregBoxMini .wakuPink ul {
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
}

.topPregArea_03 .topPregBox_02 .topPregBoxMini .wakuPink ul li {
  width: 50%;
  margin-top: 5px;
}

.topPregArea_03 .topPregBox_02 .topPregBoxMini .wakuPink ul li:before {
  content: "・";
}

.topPregArea_03 .topPregBox_02 .topPregBoxMini .wakuBlue {
  background: #fff;
  border: solid 2px #92AEDB;
  padding: 20px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.topPregArea_03 .topPregBox_02 .topPregBoxMini .wakuBlue h5 {
  width: 216px;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #92AEDB;
  color: #fff;
  top: 0;
  left: 0;
  position: absolute;
}

.topPregArea_03 .topPregBox_02 .topPregBoxMini .wakuBlue p {
  font-size: 15px;
  line-height: 280%;
}

/*===========================================
	topPregArea_04
=============================================*/
.topPregArea_04 {
  width: 94%;
  max-width: 1542px;
  margin-top: 65px;
  margin-left: auto;
  margin-right: auto;
  padding: 70px;
  border: solid 2px #073E71;
  box-sizing: border-box;
  border-radius: 30px;
  position: relative;
  z-index: 73;
  /* topPregBox_01 */
  /* topPregBox_02 */
}

.topPregArea_04 h2 {
  width: 360px;
  margin-left: auto;
  margin-right: auto;
  font-size: 42px;
  font-weight: bold;
  text-align: center;
}

.topPregArea_04 .topPregBox_01 {
  width: 100%;
  /*max-width: 1104px;*/
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
}

.topPregArea_04 .topPregBox_01 .topPregBoxMini {
  width: 49%;
}

/*.topPregArea_04 .topPregBox_01 .topPregBoxMini p {
  font-size: 18px;
}*/
/*@media only screen and (max-width: 1420px) {
  .topPregArea_04 .topPregBox_01 .topPregBoxMini p br{
    display: none;
  } 
}*/

.topPregArea_04 .topPregBox_01 .topPregBoxMini .wakuBlue {
  width: calc(100% - 30px);
  /*max-width: calc(100% - 15px);*/
  margin-left: 30px;
  box-sizing: border-box;
  position: relative;
  border: solid 2px #358FDD;
  border-radius: 20px;
  padding: 40px 25px 30px 25px;
  position: relative;
}

.topPregArea_04 .topPregBox_01 .topPregBoxMini .wakuBlue .wakuT {
  position: absolute;
  top: -55px;
  left: -40px;
  z-index: 80;
}
/*************************************************/
.IconTitl {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    transform: translateY(-50%);
}
.IconTitl .HTitl {
    display: inline-block;
    padding: 12px 40px 12px 60px;
    color: #FFF;
    font-size: 32px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    letter-spacing: .15em;
    border-radius: 50px;
    background-color: #00a1e9;
}
.IconTitl .HTitl.org{
  background-color: #f39800;
}
.IconTitl .icon {
    width: 80px;
    position: absolute;
    top: 50%;
    left: -40px;
    transform: translateY(-50%);
}
.IconTitl .icon img{
  width: 100%;
  height: auto;
}

@media only screen and (max-width:690px) {
  .IconTitl .HTitl {
      width: 100%;
      font-size: 22px;
      padding: 12px 20px 12px 30px;
  }
  .IconTitl .icon {
      width: 60px;
      left: -30px;
  }
}
.topPregArea_04 .topPregBox_01 .topPregBoxMini .wakuOrange {
  width: calc(100% - 30px);
  /*max-width: calc(100% - 15px);*/
  margin-left: 30px;
  box-sizing: border-box;
  position: relative;
  border: solid 2px #F39800;
  border-radius: 20px;
  padding: 40px 25px 30px 25px;
  position: relative;
}

.topPregArea_04 .topPregBox_01 .topPregBoxMini .wakuOrange .wakuT {
  position: absolute;
  top: -55px;
  left: -40px;
  z-index: 80;
}

.topPregArea_04 .topPregBox_02 {
  width: 100%;
  max-width: 1343px;
  margin-left: auto;
  margin-right: auto;
  background: #ECF3FD;
  position: relative;
  padding: 50px;
  box-sizing: border-box;
}

.topPregArea_04 .topPregBox_02 h3 {
  font-size: 31px;
  font-weight: bold;
  text-align: center;
  color: #004D90;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
}
@media only screen and (max-width:800px) {
  .topPregArea_04 .topPregBox_02 h3{
    line-height: 1.4;
    top: -40px;
  }
}

.topPregArea_04 .topPregBox_02 h4 {
  width: 230px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 2px;
}

.topPregArea_04 .topPregBox_02 .redWaku {
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  color: #9E005D;
  background: rgba(255, 255, 255, 0.5);
  border: solid 2px #9E005D;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (min-width:741px) and (max-width: 1024px) {
  .topPregArea_04 {
    padding: 35px 50px;
  }

  .topPregArea_04 .topPregBox_02 img {
    width: 100%;
    height: auto;
  }

  .topPregArea_04 .topPregBox_01 .topPregBoxMini {
    width: 94%;
	max-width: 94%;
  }

  .topPregArea_04 .topPregBox_01 .topPregBoxMini .wakuBlue {
    width: 100%;
  }

  .topPregArea_04 .topPregBox_01 .topPregBoxMini .wakuOrange {
    width: 100%;
    margin-top: 80px;
  }
}

/*===========================================
	topPregArea_05
=============================================*/
.topPregArea_05 {
  width: 100%;
  margin-top: 70px;
  padding-top: 65px;
  padding-bottom: 170px;
  background: #FAFAFA;
}

.topPregArea_05 .topPregBox {
  width: 94%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}

.topPregArea_05 .topPregBox h2 {
  width: 280px;
  margin-left: auto;
  margin-right: auto;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}

.topPregArea_05 .topPregBox .topPregBoxMini {
  width: 490px;
}

.topPregArea_05 .topPregBox .topPregBoxMini .topArea {
  padding-top: 55px;
  padding-bottom: 55px;
  color: #fff;
  text-align: center;
  background: #004D90;
  columns: #fff;
  border-radius: 20px 20px 0px 0px;
}

.topPregArea_05 .topPregBox .topPregBoxMini .topArea h3 {
  font-size: 28px;
  line-height: 130%;
}

.topPregArea_05 .topPregBox .topPregBoxMini .topArea h3 span {
  font-size: 23px;
}

.topPregArea_05 .topPregBox .topPregBoxMini .bottomArea {
  background: #fff;
  border-left: solid 3px #B7CCEA;
  border-right: solid 3px #B7CCEA;
  border-bottom: solid 3px #B7CCEA;
  border-radius: 0px 0px 20px 20px;
  box-sizing: border-box;
}

.topPregArea_05 .topPregBox .topPregBoxMini .bottomArea p {
  font-size: 69px;
  font-weight: bold;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  color: #1157B8;
  line-height: 100%;
}

.topPregArea_05 .topPregBox .topPregBoxMini .bottomArea.sub p {
    padding-top: 20px;
    padding-bottom: 20px;
}

.topPregArea_05 .topPregBox .topPregBoxMini .bottomArea.sub p:first-child {
    padding-top: 40px;
}

.topPregArea_05 .topPregBox .topPregBoxMini .bottomArea.sub p:last-child {
    padding-bottom: 40px;
}

.topPregArea_05 .topPregBox .topPregBoxMini .bottomArea.sub p:nth-of-type(2) {
    padding-bottom: 0;
}

@media only screen and (min-width:741px) and (max-width: 1024px) {

  .topPregArea_05 .topPregBox .topPregBoxMini {
    width: 48%;
  }
  .topPregArea_05 .topPregBox .topPregBoxMini .topArea {
    padding: 25px 10px;
  }
  .topPregArea_05 .topPregBox .topPregBoxMini .topArea h3 {
    font-size: 24px;
  }
  .topPregArea_05 .topPregBox .topPregBoxMini .bottomArea p {
    font-size: 50px;
  }
}

/*===========================================
	topPregArea_06
=============================================*/
.topPregArea_06 {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a7871f+0,ccb65e+100 */
  background: #a7871f;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #a7871f 0%, #ccb65e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #a7871f 0%, #ccb65e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #a7871f 0%, #ccb65e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a7871f', endColorstr='#ccb65e', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

.topPregArea_06 .topPregBox {
  width: 94%;
  max-width: 912px;
  margin-left: auto;
  margin-right: auto;
}

.topPregArea_06 .topPregBox .btnArea {
  width: 406px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 34px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  border: solid 3px #fff;
  background: rgba(255, 255, 255, 0.3);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
}

.topPregArea_06 .topPregBox .btnArea:after {
  width: 14px;
  height: 8px;
  content: url("../../image/arrow_w_r.png");
  position: absolute;
  right: 7px;
  bottom: 40px;
  content:none;
}

.topPregArea_06 .topPregBox .btnArea:hover {
  background: rgba(255, 255, 255, 0);
}

@media only screen and (min-width:741px) and (max-width: 1024px) {
  .topPregArea_06 .topPregBox .btnArea {
    width: 48%;
  }
}

/*===========================================
	topPregArea_07
=============================================*/
.topPregArea_07 {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 200px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f0f3ff+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f0f3ff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f0f3ff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #f0f3ff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f3ff', GradientType=0);
  /* IE6-9 */
  position: relative;
  z-index: 74;
}

.topPregArea_07 .topPregBox {
  width: 94%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.topPregArea_07 .topPregBox h2 {
  width: 370px;
  margin-left: auto;
  margin-right: auto;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}

/*===========================================
	qaList
=============================================*/
.qaList {
  width: 100%;
}

.qaList .icoQ {
  font-size: 22px;
  font-weight: bold;
  padding: 10px 0px 10px 65px;
  background: url("../../image/icon_q@2x.png") no-repeat;
  background-size: 51px 51px;
}

.qaList .icoA {
  margin-top: 15px;
  margin-left: 55px;
  font-size: 16px;
  padding: 12px 0px 12px 65px;
  background: url("../../image/icon_a@2x.png") no-repeat;
  background-size: 51px 51px;
}

/*===========================================
	topPregArea_08
=============================================*/
.topPregArea_08 {
  width: 100%;
  padding-top: 150px;
  padding-bottom: 100px;
  position: relative;
  z-index: 75;
}
.topPregArea_07+.topPregArea_08{
  margin-top: -200px;
}
.topPregArea_07+.topPregArea_08:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  /*四角形を傾けます*/
  transform: skewY(-3deg);
  transform-origin: top right;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #fff;
}

.topPregArea_08 .topPregBox {
  width: 94%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.topPregArea_08 .topPregBox h2 {
  width: 370px;
  margin-left: auto;
  margin-right: auto;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}

.topPregArea_08 .topPregBox .tblBlue {
  border-color: #004D90;
}

.topPregArea_08 .topPregBox .tblBlue th {
  width: 230px;
  vertical-align: middle;
}

.topPregArea_08 .topPregBox .tblBlue td {
  color: #073E71;
  border-color: #004D90;
}

/*===========================================
	topPregArea_09
=============================================*/
.topPregArea_09 {
  width: 100%;
  padding-bottom: 80px;
  /* position: relative; */
  z-index: 76;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f3f5f7+0,f2f6fa+100 */
  background: #f3f5f7;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #f3f5f7 0%, #f2f6fa 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #f3f5f7 0%, #f2f6fa 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #f3f5f7 0%, #f2f6fa 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f5f7', endColorstr='#f2f6fa', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  /* tblContact */
  overflow: hidden;
}

.topPregArea_09_top {
  position: relative;
  background: #f3f5f7;
  width: 100%;
  height: 100px;
  top: 0;
  z-index: 76;
}

.topPregArea_09 .topPregBox {
  width: 94%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}

.topPregArea_09 .topPregBox h2 {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}

.topPregArea_09 .topPregBox .textYellow {
  color: #B39329;
}

.topPregArea_09 .topPregBox .textYellow a {
  color: #B39329;
  border-bottom: solid 1px #B39329;
}

.topPregArea_09 button.btnOrange2 {
  text-align: center;
  background: #F09000;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.topPregArea_09 .btnSubmit {
  width: 240px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  border: none;
  border-radius: 30px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cca72f+0,ccb65e+100 */
  background: #cca72f;
  /* Old browsers */
  background: -moz-linear-gradient(left, #cca72f 0%, #ccb65e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #cca72f 0%, #ccb65e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #cca72f 0%, #ccb65e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cca72f', endColorstr='#ccb65e', GradientType=1);
  /* IE6-9 */
  /* box-shadow */
  box-shadow: 0px 11px 13px -6px rgba(0, 0, 0, 0.3);
}

.topPregArea_09 table.tblContact .zipNumArea01 {
  width: 110px;
}

.topPregArea_09 table.tblContact .zipNumArea02 {
  width: 315px;
}

.topPregArea_09 table.tblContact .zipNumArea03 {
  width: 105px;
}

.topPregArea_09 table.tblContact .btnZip {
  display: block;
  width: 105px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 10px;
  text-align: center;
  background: #F3F3F3;
  border: solid 1px #CCCCCC;
  border-radius: 5px;
}

/*===========================================
	スマホ用レイアウト
=============================================*/
@media (max-width: 740px) {

  /*===========================================
  	アンカー調整
  =============================================*/
  a.anchor {
    display: block;
    padding-top: 45px;
    margin-top: -45px;
  }

  /*===========================================
  	mainImgArea
  =============================================*/
	
	#headerArea #headerBox #logoArea {
		max-width: 250px;
	}	
	

  #mainImgArea {
    width: 100%;
    height: 400px;
    margin-top: 45px;
    background: url("../../image/mainimg.png") no-repeat center;
    background-size: cover;
    display: block;
  }

  #mainImgArea #mainImgBox {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
	  position: relative;
  }
	#mainImgArea #mainImgBox p {
		position: absolute;
		left:0;
		top:15px;
		font-size:15px;
	}
  #mainImgArea #mainImgBox #mainimg_cut_01 {
    width: 269px;
    top: 40px;
    left: 0;
	  position: absolute;
  }

  #mainImgArea #mainImgBox #mainimg_cut_01 img {
    width: 100%;
    height: auto;
  }

  #mainImgArea #mainImgBox h1 {
    font-size: 8vw;
    top: 80px;
    position: absolute;
    line-height: 130%;
    z-index: 80;
    margin: 0;
  }

  #mainImgArea #mainImgBox #mainimg_cut_02 {
    width: 100%;
    top: 90px;
    right: 0px;
    z-index: 79;
  }

  #mainImgArea #mainImgBox #mainimg_cut_02 img {
    width: 100%;
    height: auto;
  }

  #mainImgArea #mainImgBox #btnMainImg {
    width: 94%;
    max-width: 340px;
    height: 72px;
    font-size: 20px;
    border-radius: 40px;
    padding-top: 20px;
    top: 320px;
    left: 50%;
    position: absolute;
    z-index: 81;
    transform: translateX(-50%);
  }

  /*===========================================
  	topPregArea_01
  =============================================*/
  .topPregArea_01 {
    width: 100%;
    margin-top: 30px;
    padding-bottom: 100px;
    position: relative;
    z-index: 70;
  }

  .topPregArea_01 .topPregBox {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }

  .topPregArea_01 .topPregBox .txt01 {
    margin-left: 0px;
    font-size: 23px;
    font-weight: bold;
    color: #004D90;
    display: flex;
    align-items: center;
  }

  .topPregArea_01 .topPregBox .txt01:before,
  .topPregArea_01 .topPregBox .txt01:after {
    content: "";
  }

  .topPregArea_01 .topPregBox .txt01:before {
    width: 15px;
    margin-right: 10px;
    border: solid 4px #004D90;
    transform: skewY(50deg);
  }

  .topPregArea_01 .topPregBox .txt01:after {
    width: 15px;
    margin-left: 10px;
    border: solid 4px #004D90;
    transform: skewY(-50deg);
  }

  .topPregArea_01 .topPregBox .txt02 {
    margin-left: 0px;
  }

  .topPregArea_01 .topPregBox p {
    width: 100%;
    margin-top: 15px;
    font-size: 18px;
  }

  /*===========================================
  	topPregArea_02
  =============================================*/
  .topPregArea_02 {
    width: 100%;
    height: 1100px;
    margin-top: -50px;
    position: relative;
    z-index: 71;
    padding: 0;
  }

  .topPregArea_02:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    /*四角形を傾けます*/
    transform: skewY(3deg);
    transform-origin: top right;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #191970;
    background: url("../../image/top_bg_02.png") no-repeat center;
    background-size: cover;
  }

  .topPregArea_02 .topPregBox {
    width: 94%;
    text-align: center;
    position: relative;
  }

  .topPregArea_02 .topPregBox h2 {
    font-size: 23px;
    top: 20px;
    left: 0px;
  }

  .topPregArea_02 .topPregBox h2 span {
    font-size: 18px;
  }

  .topPregArea_02 .topPregBox #top_cut_02 {
    width: 100%;
    top: 350px;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 80;
  }

  .topPregArea_02 .topPregBox #top_txt_01 {
    width: 85%;
    top: 70px;
    left: 0;
    position: absolute;
    z-index: 81;
  }

  .topPregArea_02 .topPregBox #top_txt_02 {
    width: 85%;
    top: 230px;
    right: 0;
    position: absolute;
    z-index: 81;
  }

  .topPregArea_02 .topPregBox #top_txt_03 {
    width: 85%;
    top: 510px;
    left: 0;
    position: absolute;
    z-index: 81;
  }

  .topPregArea_02 .topPregBox #top_txt_04 {
    width: 85%;
    top: 680px;
    right: 0;
    position: absolute;
    z-index: 81;
  }

  /*===========================================
  	topPregArea_03
  =============================================*/
  .topPregArea_03 {
    width: 100%;
    margin-top: -250px;
    position: relative;
    z-index: 72;
  }

  .topPregArea_03:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    /*四角形を傾けます*/
    transform: skewY(-3deg);
    transform-origin: top right;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #fff;
  }

  .topPregArea_03 .topPregBox {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    position: relative;
  }

  .topPregArea_03 .topPregBox h2 {
    font-size: 5.5vw;
  }

  .topPregArea_03 .topPregBox_02 {
    width: 100%;
    margin-top: 40px;
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .topPregArea_03 .topPregBox_02 .topPregBoxMini {
    width: 94%;
    position: relative;
  }

  .topPregArea_03 .topPregBox_02 .topPregBoxMini h3 {
    font-size: 6vw;
  }

  .topPregArea_03 .topPregBox_02 .topPregBoxMini .num {
    width: 50px;
    height: 50px;
    margin-right: 0px;
    font-size: 32px;
  }

  .topPregArea_03 .topPregBox_02 .topPregBoxMini h4 {
    width: 100%;
    font-size: 5.2vw;
    margin-top: -60px;
    padding-left: 35px;
  }

  .topPregArea_03 .topPregBox_02 .topPregBoxMini p {
    position: relative;
    z-index: 80;
  }

  .topPregArea_03 .topPregBox_02 .topPregBoxMini p.font_18 {
    font-size: 16px !important;
  }

  .topPregArea_03 .topPregBox_02 .topPregBoxMini p.font_36 {
    font-size: 22px !important;
  }

  .topPregArea_03 .topPregBox_02 .topPregBoxMini .w990 {
    width: 100% !important;
  }

  .topPregArea_03 .topPregBox_02 .topPregBoxMini .w635 {
    width: 100% !important;
  }

  .topPregArea_03 .topPregBox_02 .topPregBoxMini .w345 {
    width: 100% !important;
  }

  .topPregArea_03 .topPregBox_02 .topPregBoxMini .w230,
  .topPregArea_03 .topPregBox_02 .topPregBoxMini .w170 {
    width: 100% !important;
  }

  .topPregArea_03 .topPregBox_02 .topPregBoxMini .w640 {
    width: 100% !important;
    margin-bottom: 30px;
  }

  .topPregArea_03 .topPregBox_02 .topPregBoxMini .w425 {
    width: 100% !important;
  }

  .topPregArea_03 .topPregBox_02 .topPregBoxMini .wakuPink {
    background: #fff;
    border: solid 2px #DDA6C6;
    padding: 20px 30px;
    position: relative;
  }

  .topPregArea_03 .topPregBox_02 .topPregBoxMini .wakuPink h5 {
    width: 100%;
    font-size: 21px;
  }

  .topPregArea_03 .topPregBox_02 .topPregBoxMini .wakuPink ul {
    font-size: 15px;
  }

  .topPregArea_03 .topPregBox_02 .topPregBoxMini .wakuPink ul li {
    width: 100%;
    margin-top: 5px;
  }

  .topPregArea_03 .topPregBox_02 .topPregBoxMini .wakuBlue {
    background: #fff;
    border: solid 2px #92AEDB;
    padding: 20px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }

  .topPregArea_03 .topPregBox_02 .topPregBoxMini .wakuBlue h5 {
    width: 100%;
    font-size: 21px;
  }

  .topPregArea_03 .topPregBox_02 .topPregBoxMini .wakuBlue p {
    font-size: 15px;
  }

  /*===========================================
  	topPregArea_04
  =============================================*/
  .topPregArea_04 {
    width: 94%;
    margin-top: 40px;
    padding: 30px 15px;
    border-radius: 30px;
    position: relative;
    z-index: 73;
    /* topPregBox_01 */
    /* topPregBox_02 */
  }

  .topPregArea_04 h2 {
    width: 100%;
    font-size: 6vw;
  }

  .topPregArea_04 .redWaku.w1055,
  .topPregArea_04 .redWaku.w350 {
    width: 100% !important;
  }

  .topPregArea_04 .topPregBox_01 {
    width: 100%;
    margin-top: 40px;
  }

  .topPregArea_04 .topPregBox_01 .topPregBoxMini {
    width: 90%;
	max-width: 90%;
  }

  .topPregArea_04 .topPregBox_01 .topPregBoxMini p {
    font-size: 15px;
  }

  .topPregArea_04 .topPregBox_01 .topPregBoxMini .wakuBlue {
    width: 100%;
    margin-top: 0px;
    margin-left: 30px;
    margin-bottom: 50px;
    padding: 40px 25px 20px 25px;
    position: relative;
  }

  .topPregArea_04 .topPregBox_01 .topPregBoxMini .wakuBlue .wakuT {
    position: absolute;
    top: -40px;
    left: -40px;
    z-index: 80;
  }

  .topPregArea_04 .topPregBox_01 .topPregBoxMini .wakuOrange {
    width: 100%;
    margin-left: 30px;
    padding: 40px 25px 20px 25px;
    position: relative;
  }

  .topPregArea_04 .topPregBox_01 .topPregBoxMini .wakuOrange .wakuT {
    position: absolute;
    top: -45px;
    left: -40px;
    z-index: 80;
  }

  .topPregArea_04 .topPregBox_02 {
    width: 100%;
    position: relative;
    padding: 50px 15px 30px 15px;
    box-sizing: border-box;
  }

  .topPregArea_04 .topPregBox_02 h3 {
    font-size: 6vw;
    top: -30px;
  }

  .topPregArea_04 .topPregBox_02 h4 {
    width: 230px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    font-size: 21px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    background: #004D90;
    border-radius: 30px;
    letter-spacing: 2px;
  }

  .topPregArea_04 .topPregBox_02 .redWaku {
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    color: #9E005D;
    background: rgba(255, 255, 255, 0.5);
    border: solid 2px #9E005D;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  /*===========================================
  	topPregArea_05
  =============================================*/
  .topPregArea_05 {
    width: 100%;
    margin-top: 70px;
    padding-top: 30px;
    padding-bottom: 60px;
    background: #FAFAFA;
  }

  .topPregArea_05 .topPregBox {
    width: 94%;
  }

  .topPregArea_05 .topPregBox h2 {
    width: 100%;
    font-size: 7.5vw;
  }

  .topPregArea_05 .topPregBox .topPregBoxMini {
    width: 100%;
  }

  .topPregArea_05 .topPregBox .topPregBoxMini .topArea {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .topPregArea_05 .topPregBox .topPregBoxMini .topArea h3 {
    font-size: 5.2vw;
    line-height: 140%;
  }

  .topPregArea_05 .topPregBox .topPregBoxMini .topArea h3 span {
    font-size: 5vw;
  }

  .topPregArea_05 .topPregBox .topPregBoxMini .bottomArea {
    background: #fff;
    box-sizing: border-box;
  }

  .topPregArea_05 .topPregBox .topPregBoxMini .bottomArea p {
    font-size: 12vw;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  /*===========================================
  	topPregArea_06
  =============================================*/
  .topPregArea_06 {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .topPregArea_06 .topPregBox {
    width: 94%;
  }

  .topPregArea_06 .topPregBox .btnArea {
    width: 48.5%;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
  }

  .topPregArea_06 .topPregBox .btnArea:after {
    width: 14px;
    height: 8px;
    content: url("../../image/arrow_w_r.png");
    position: absolute;
    right: 5px;
    bottom: 20px;
	  content:none;
  }

  /*===========================================
  	topPregArea_07
  =============================================*/
  .topPregArea_07 {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 200px;
  }

  .topPregArea_07 .topPregBox {
    width: 94%;
  }

  .topPregArea_07 .topPregBox h2 {
    width: 100%;
    font-size: 5.5vw;
  }

  /*===========================================
  	qaList
  =============================================*/
  .qaList {
    width: 100%;
  }

  .qaList .icoQ {
    font-size: 18px;
  }

  .qaList .icoA {
    margin-top: 10px;
    margin-left: 0px;
    font-size: 16px;
  }

  /*===========================================
  	topPregArea_08
  =============================================*/
  .topPregArea_08 {
    width: 100%;
    padding-top: 70px;
    padding-bottom: 50px;
    position: relative;
    z-index: 75;
  }
  .topPregArea_07+.topPregArea_08{margin-top: -150px;}
  .topPregArea_07+.topPregArea_08:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    /*四角形を傾けます*/
    transform: skewY(-3deg);
    transform-origin: top right;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #fff;
  }

  .topPregArea_08 .topPregBox {
    width: 94%;
  }

  .topPregArea_08 .topPregBox h2 {
    width: 100%;
    font-size: 5.5vw;
  }

  .topPregArea_08 .topPregBox .tblBlue th {
    width: 100%;
    display: block;
  }

  .topPregArea_08 .topPregBox .tblBlue td {
    width: 100%;
    display: block;
  }

  /*===========================================
  	topPregArea_09
  =============================================*/
  .topPregArea_09 {
    width: 100%;
    padding-bottom: 40px;
    position: relative;
    z-index: 76;
  }

  .topPregArea_09_top {
    height: 40px;
  }

  .topPregArea_09 .topPregBox {
    width: 94%;
  }

  .topPregArea_09 .topPregBox h2 {
    width: 100%;
    font-size: 7.0vw;
  }

  .topPregArea_09 .topPregBox .textYellow {
    color: #B39329;
  }

  .topPregArea_09 .topPregBox .textYellow a {
    color: #B39329;
    border-bottom: solid 1px #B39329;
  }

  .topPregArea_09 button.btnOrange2 {
    text-align: center;
    background: #F09000;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }

  .topPregArea_09 table.tblContact th {
    width: 100% !important;
    display: block;
    text-align: left;
    padding-bottom: 15px;
    font-size: 16px;
  }

  .topPregArea_09 table.tblContact td {
    width: 100% !important;
    font-size: 16px;
    display: block;
    padding-left: 0;
    text-align: left;
    padding-bottom: 15px;
  }

  .topPregArea_09 table.tblContact td input[type="text"] {
    width: 100%;
  }

  .topPregArea_09 table.tblContact td input[type="email"] {
    width: 100%;
  }

  .topPregArea_09 table.tblContact td .w110,
  .topPregArea_09 table.tblContact td .w315 {
    width: 100% !important;
    display: block;
  }

  .topPregArea_09 table.tblContact td .zipNumArea01 {
    width: 100% !important;
  }

  .topPregArea_09 table.tblContact td .zipNumArea02 {
    width: 240px;
  }

  .topPregArea_09 table.tblContact td .zipNumArea02 .w95 {
    width: 80px !important;
  }

  .topPregArea_09 table.tblContact td .zipNumArea02 .w180 {
    width: 130px !important;
  }

  .topPregArea_09 table.tblContact td .zipNumArea03 {
    width: 70px !important;
  }

  .topPregArea_09 table.tblContact td .w570 {
    width: 100% !important;
  }

  .topPregArea_09 .iconHisu {
    font-size: 12px;
  }

  .topPregArea_09 .btnSubmit {
    width: 240px;
    margin-top: 20px;
  }
}

.mAuto img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
  margin-right: auto;
  margin-left: auto;
}