.cf:after {
  content: '';
  height: 0;
  display: block;
  clear: both;
}

/* layout setting */
figure {
  margin: 0;
  padding: 0;
}

.ta-c {
  text-align: center;
}

.ta-l {
  text-align: left;
}

.ta-r {
  text-align: right;
}

/* flex setting */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex.jc-sa {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.flex.jc-fs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex.jc-fe {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex.ai-c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* margin setting */
.mt0 {
  margin-top: 0px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mb0 {
  margin-bottom: 0px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

/* padding setting */
.pt0 {
  padding-top: 0px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pt90 {
  padding-top: 90px;
}

.pb0 {
  padding-bottom: 0px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb90 {
  padding-bottom: 90px;
}

.pr0 {
  padding-right: 0px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

/* font setting */
.red {
  color: #e98181;
}
.orange {
  color: #dd7200;
}

/* btn */
.btn {
  text-align: center;
}

.btn a, .btn input {
  display: block;
  margin: 20px auto;
  width: 240px;
  height: 50px;
  line-height: 50px;
  background: #48b1ba;
  color: #fff;
  font-weight: bold;
  border-radius: 5em;
  text-align: center;
  z-index: 10;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btn a:hover, .btn input:hover {
  opacity: .7;
  text-decoration: none;
}

.btn a.yellow, .btn input.yellow {
  background-color: #df7b36;
}

.btn a.red, .btn input.red {
  background-color: #c32246;
}

.btn a.blue, .btn input.blue {
  background-color: #2c6096;
}

.btn a:link, .btn a:visited {
  color: #fff;
}

/* table */
table.defTable01 {
  display: inline-table;
}

table.defTable01 th {
  padding: 25px 20px 25px 50px;
  border-bottom: 1px dashed #ddd;
  width: 250px;
  font-size: 110%;
}

table.defTable01 td {
  padding: 25px 10px 25px 50px;
  border-bottom: 1px dashed #ddd;
  text-align: left;
}
table.defTable01 tr:last-child th , table.defTable01 tr:last-child td{border-bottom: none;}
table.defTable01 td.cen {
  text-align: center;
}

table.defTable01.white {
  background: #fff;
}

.agrBox {
  text-align: center;
}

table.defTable01 .clrred {
  color: #FF0000;
  font-style: normal;
  margin-left: 5px;
  padding: 2px 5px;
  font-size: 12px;
}

table.defTable01 td.cen input {
  padding: 10px;
  color: #91c14d;
  font-size: 16px;
  width: 230px;
  border: 2px solid #91c14d;
  cursor: pointer;
  font-weight: bold;
}

table.defTable01 td.cen input:hover {
  background: #429208;
  color: #fff;
  border: 2px solid #429208;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

table.defTable01 tr.bbn {
  border-bottom: none !important;
}

table.defTable01 tr.bbn th, table.defTable01 tr.bbn td {
  border-bottom: none !important;
}

table.defTable01 a.bb01 {
  color: #efe384;
}

table.defTable01 .privacyBox {
  padding: 0px 20px 30px;
  width: calc(100% - 0px);
  height: 300px;
  overflow-y: scroll;
  margin-bottom: 20px;
  background: #fff;
  font-size: 90%;
  border: 1px solid #ddd;
}

table.defTable01 .privacyBox .sub_ttl {
  margin: 30px 0px 15px 0px;
  font-size: 120%;
  padding: 2px 0px 2px 8px;
  border-left: 5px solid #0a185c;
}

table.defTable01 .privacyBox p {
  margin-bottom: 10px;
}

table.defTable01 .privacyBox ul.ulbox li {
  list-style-type: disc;
  list-style-position: inside;
  margin-left: 10px;
}

table.defTable01 .privacyBox::-webkit-scrollbar {
  height: 5px;
}

table.defTable01 .privacyBox::-webkit-scrollbar-track {
  background: #ddd;
}

table.defTable01 .privacyBox::-webkit-scrollbar-thumb {
  background: #0a185c;
}

table.defTable01 input {
  padding: 10px 10px;
  background: #fff;
  font-size: 14px;
  border: 1px solid #ddd;
}

table.defTable01 textarea {
  padding: 10px 10px;
  width: calc(100% - 20px);
  background: #fff;
  font-size: 13px;
  border: 1px solid #ddd;
}

table.defTable01 td.tel_area input {
  width: 10%;
  min-width: auto;
  ime-mode: disabled;
}

table.defTable01 input[type="checkbox"] {
  min-width: auto;
}

table.defTable01 span.wpcf7-list-item {
  margin: 0 0 0 30px;
  height: 20px;
  line-height: 20px;
}

table.defTable01 span.wpcf7-list-item.first {
  margin: 0 0 0 0;
}

table.defTable01 span.wpcf7-list-item input {
  vertical-align: middle;
  margin: 0 0 2px 0;
  min-width: auto;
}

@media screen and (max-width: 768px) {
  p.txt_contact {
    padding: 20px 20px;
    text-align: center;
    line-height: 180%;
    font-size: 13px;
  }
  table.defTable01 {
    display: inline-table;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  table.defTable01 th {
    padding: 8px 10px 8px 10px;
    background: #f2f7f8;
    border-bottom: 1px dashed #d8ebef;
    border-top: 1px dashed #d8ebef;
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  table.defTable01 td {
    padding: 8px 0px 8px 0px;
    border-bottom: none;
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  table.defTable01 td.cen {
    text-align: center;
  }
  table.defTable01.white {
    padding: 5vw;
  }
  table.defTable01 td.cen input {
    width: 100%;
  }
  table.defTable01 a.bb01 {
    color: #efe384;
  }
  table.defTable01 td.tel_area input {
    width: 30%;
  }
  table.defTable01 input[type="checkbox"] {
    width: 4%;
  }
  table.defTable01 .privacyBox {
    height: 250px;
  }
  table.defTable01 .privacyBox p {
    font-size: 13px;
  }
  table.defTable01 input {
    width: 100%;
  }
  table.defTable01 textarea {
    width: 100%;
  }
  table.defTable01 td.tel_area input {
    width: 30%;
  }
  table.defTable01 input[type="checkbox"] {
    width: 15px;
  }
  table.defTable01 span.wpcf7-list-item {
    display: block;
    margin: 0;
  }
  table.defTable01 span.wpcf7-list-item.first {
    display: block;
    margin: 0;
  }
  table.defTable01 span.wpcf7-list-item input {
    padding: 0px;
    margin: 0 5px 2px 0;
    width: 17px;
    height: 15px;
    vertical-align: middle;
  }
}

/* box */
.box01 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  padding-bottom: 40px;
  text-align: left;
	padding-top: 50px;
  /*border-bottom: 1px solid #dedede;*/
}

.box01:nth-last-child(1) {
  border-bottom: 0;
}

.box01 > *:nth-of-type(1) {
  padding-right: 5%;
}

.box01 .txt {
  width: 60%;
  font-size: 16px;
}

.box01 .txt .sig {
  margin-top: 20px;
  text-align: right;
}

.box01 figure {
  width: 40%;
}

.box01 figure img {
  width: 100%;
}

.box01.service {
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}

.box01.service:nth-last-of-type(1) {
  border-bottom: 0;
}

.box01.service .txt {
  width: 50%;
}

.box01.service figure {
  width: 50%;
}

.box01.imgBox {
  margin-top: 50px;
}

.box01.imgBox figure {
  width: 50%;
  margin-bottom: 20px;
  padding-right: 0;
  text-align: center;
}

.box01.imgBox figure img {
  width: 85%;
}

.box01 .color_box {
  margin-top: 20px;
  padding: 20px;
  background-color: #fffae0;
}


.box02 figure{width: 40%;}
.box02 figure img{width: 100%;}
.box02 .tblBox{width: 55%;}



.uf_box:not(:last-of-type) {
  margin: 0 0 20px;
  margin: 0 0 5.62vw;
  padding-bottom: 5.62vw;
  /*border-bottom: 1px solid #aaa;*/
}

.uf_desc {
  padding: 19px 17px 42px;
  padding: 5.94vw 5.31vw 13.125vw;
  position: relative;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.uf_desc.bg_yellow {
  background-color: #ffffdb;
}

.uf_image {
  line-height: 0;
}

.uf_image img {
  width: 100%;
}

.uf_desc--title {
  margin: 0 0 4px;
  margin: 0 0 1.25vw;
  font-size: 15px;
  font-size: 4.69vw;
}

.uf_desc--title span {
  display: inline-block;
  margin-right: 8px;
  margin-right: 2.5vw;
  vertical-align: -2px;
  vertical-align: -0.63vw;
  font-size: 23px;
  font-size: 7.1875vw;
  font-style: italic;
}

.uf_desc--text {
  font-size: 12px;
  font-size: 3.75vw;
  line-height: 1.7;
  letter-spacing: .1em;
  text-align: justify;
}

.uf_desc--btn {
  width: 70%;
  margin: 0 auto;
  position: absolute;
  top: 100%;
  left: 50%;
  line-height: 1;
  -webkit-transform: translate(-50%, -25px);
  transform: translate(-50%, -25px);
  -webkit-transform: translate(-50%, -7.81vw);
  transform: translate(-50%, -7.81vw);
}

.uf_desc--btn a {
  padding: 17px 0 18px;
  padding: 5.31vw 0 5.63vw;
}

@media screen and (min-width: 769px) {
  .uf_box:not(:last-of-type) {
    margin: 0 0;
    padding-bottom: 20px;
  }
  .uf_image, .uf_desc {
    float: left;
    width: 50%;
  }
  .uf_box:nth-of-type(odd) .uf_desc, .uf_box:nth-of-type(even) .uf_image {
    float: right;
  }
  .uf_image {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  .uf_desc {
    padding: 45px 60px 80px;
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  .uf_desc--title {
    margin: 0 0 20px;
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .uf_desc--title span {
    display: inline-block;
    margin-right: 20px;
    vertical-align: -.9rem;
    font-size: 1.5rem;
    font-style: italic;
  }
  .uf_desc--text {
    font-size: .8rem;
    line-height: 1.7;
  }
  .uf_desc--btn {
    width: 270px;
    -webkit-transform: translate(-50%, -30px);
    transform: translate(-50%, -30px);
  }
  .uf_desc--btn a {
    padding: 20px 0 21px;
  }
}

.shadowBox {
  margin-bottom: 50px;
  /*padding: 10px;*/
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 0px 3px 6px -1px #e5e5e5;
          box-shadow: 0px 3px 6px -1px #e5e5e5;
  -webkit-transition: all .4s;
  transition: all .4s;
  cursor: pointer;
  background: #fff;
}

.shadowBox:hover {
  -webkit-box-shadow: 0px 10px 15px -1px #e5e5e5;
          box-shadow: 0px 10px 15px -1px #e5e5e5;
}

.shadowBox figure {
  width: 40%;
}
.shadowBox figure img{width: 100%;}
.shadowBox .txtBox {
  width: 60%;
  padding-left: 5%;
position: relative;
}
.shadowBox .txtBox .boxinner{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: auto;
}
.shadowBox .txtBox .ttl {
  font-size: 20px;
  font-weight: bold;
}

/*
.shadowBox .time {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
  justify-content: space-between;
margin-top: 20px;
}
.shadowBox .time .inner {
  width: 48%;
  padding: 10px 0;
  background-color: #dfdfdf;
}
*/

.shadowBox .time .inner.w100p {
  width: 100%;
}

.shadowBox a:hover {
  text-decoration: none;
}
.shadowBox .txtBox .ttl{text-align: center; margin-top: 10px;}
.shadowBox .txtBox .ttl span{
	display: inline-block;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.5;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #ffb428));
	background: linear-gradient(transparent 80%, #ffb428 80%);
	text-align: center;
}

.shadowBox .txtBox h4{
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 3px;
	margin-bottom: 10px;
}
.shadowBox .txtBox h4 span{
	background: url(../images/common/icon_h4.png) no-repeat left center , url(../images/common/icon_h4.png) no-repeat right center;
	padding: 0 14px 0 16px;
}
.shadowBox .txtBox p.time{
	display: block;
	text-align: center;
	width: 400px;
	margin: auto;
	font-size: 15px;
	line-height: 180%;
}

.shadowBox .txtBox .btn{
	display: block;
	margin: 10px auto;
	width: 140px;
	height: 30px;
	line-height: 30px;
	background: #dd7a3f;
	color: #fff;
	font-weight: bold;
	border-radius: 5em;
	text-align: center;
	z-index: 10;
	-webkit-transition: all .3s;
	transition: all .3s;
	}

@media screen and (max-width: 769px) {
  .shadowBox > .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .shadowBox figure {
    width: 100%;
    margin-bottom: 5vw;
  }
  .shadowBox .txtBox {
    width: 100%;
    padding-left: 0;
	position: static;
	}
	.shadowBox .txtBox .boxinner{
		position: static;
		top: 0;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		padding-bottom: 5vw;
	}

  .shadowBox .txtBox .ttl {
    font-size: 20px;
    font-weight: bold;
  }
	.shadowBox .txtBox p.time{width: auto;margin: auto;}

	
.box02 figure{width: 100%;}
.box02 figure img{width: 100%;}
.box02 .tblBox{width: 100%;}

	
}

/* bg */
.bg_white {
  padding: 30px;
  background-color: #fff;
}

.bg_y {
  padding: 30px 0;
  background-color: #fffae0;
}

.bg_y .ttl {
  font-size: 17px;
}

/* tag */
.tag {
  margin-bottom: 20px;
}

.tag span {
	padding: 5px 85px 5px;
	font-size: 18px;
	letter-spacing: 2px;
	color: #fff;
	font-weight: bold;
	background-color: #fe6262;
	line-height: 180%;
	position: relative;
}
.tag span:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #fe6262;
	border-width: 10px;
	margin-left: -10px;
}
/*# sourceMappingURL=maps/common.css.map */
