@charset "UTF-8";

header{
  position: relative;
}

#headbox{
  padding-top: 62px;
}

.header_cta{
  display: flex;
  position: relative;
  top:0;
	margin-left:auto;
  width: 40%;
  z-index: 99999;
}

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

  .header_cta{
    max-width: 400px;
  }
}

.header_cta a.tel{
  width: calc(100% / 2);
  background: #f0f3f7;
  color:#063a78;
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  text-decoration: none;
 line-height:1.2;
}
.header_cta a.line{
    background: #48d91d;
	color:#fff;
}

.header_cta a.line i{
	color:#fff;
}

.header_cta a.tel i{
  font-size: 20px;
}

.header_cta a.mail{
  width: calc(100% / 2);
  background: #063a78;
  color:#fff;
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  border-bottom: none;
  text-decoration: none;
  border-radius: 0;
}

.header_cta a.mail i{
  font-size: 20px;
}
@media screen and (max-width: 767px) {
	.header_cta{
		width:65%;
	}
}

/***************ドロワー*****************/

.dli-chevron-round-right {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  position: relative;
  width: .5em;
  height: .5em;
  transform: translateX(-25%) rotate(45deg);
  margin-left: 10px;
}

.dli-chevron-round-right::before, .dli-chevron-round-right::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}

.dli-chevron-round-right::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}

.dli-chevron-round-right::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}

.dr__menu__wrap{
  display: flex;
  margin-top: 10px;
}

.dr__menu__wrap a.mailform{
  background: #de2304;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color:#fff;
  font-size: 12px;
  text-decoration: none;
  padding: .5em 1em;
  width: calc(100% / 2);
}

.dr__menu__wrap a.mailform span{
  color:#fff;
}

.dr__menu__wrap a.line{
  background: #33ae33;
  display: flex;
  width: calc(100% / 2);
  justify-content: center;
  align-items: center;
  color:#fff;
  font-size: 12px;
  text-decoration: none;
  padding: .5em 1em;
  width: calc(100% / 2);
}

/*************** フッターCTA ******************/

footer{
  padding-bottom: 70px;
}

footer .dr__menu__wrap a.mailform{
  padding: 1em;
  font-size: 18px;
  color:#fff !important;
}

footer .dr__menu__wrap a.line{
	padding:.5em;
	color:#fff !important;
	line-height:1.0;
}

footer .cta__title{
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin-bottom: .5em;
}

footer .dr__menu__wrap{
  max-width: 519px;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}

footer .Flex{
  justify-content: center;
  margin-bottom: 1em;
}

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

  footer{
    padding-bottom: 20px;
  }

  footer .Flex .Hurf:first-child{
    margin-bottom: 0;
  }

  footer .dr__menu__wrap a.mailform, footer .dr__menu__wrap a.line{
    font-size: 15px;
  }
}

/*************** 記事下CTA ******************/

.cta__wrap .wpcf7 {
  padding: 1em;
  border: 5px solid var(--keyColor);
}

.cta__wrap th, .cta__wrap td {
  padding: .5em;
  font-size: 0.9rem;
  border-color: rgba(0, 131, 200, .5);
  border: 1px solid var(--keyColor);
}
.cta__wrap th{
background-color: rgba(0, 131, 200, .1);
}
table.comm_mb20 th p{
  margin: 0;
}

span.text_red {
  background: #fe0000;
  padding: 0.2em 0.75em 0.2em 0.75em;
  color: #fff;
  font-size: 0.8rem;
  margin-left: 0.3em;
  text-align: center;
  border-radius: 1.35em;
  line-height: 1.0;
}
.cta__wrap input, .cta__wrap select, .cta__wrap textarea {
  font-size: 0.95rem;
  padding: .7em;
}

@media screen and (max-width: 767px) {
  table.comm_mb20 th, table.comm_mb20 td {
      display: block;
      width: 100%;
  }
}

.post .cta__wrap input[type='submit'] {
  background: #de2304;
  color: #fff;
  border: none;
  border-radius: 8px;
  color: #fff;
  border-bottom: 3px solid #c21c00;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
  padding: .5em 1em .5em 1em;
  font-size: 1.1rem;
  max-width: 80%;
  width: 100%;
}

.cta__wrap textarea {
  min-height: 80px !important;
  height: 80px;
}

.cta__wrap .wpcf7-spinner{
  display: none;
}

.cta__wrap p, .cta__wrap br{
  margin-bottom: 0;
}

.post-cta-top{
  background: var(--keyColor);
  padding:1em 1em .5em;
  color:#fff;
  font-size:1.55rem;
  margin-top: 1em;
}

table tr:nth-of-type(2n+1) {
  background-color: #fff;
}

/************** 記事下ＣＴＡボタン **************/

.post-cta-bottom .item a {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  height: 100%;
}

.post-cta-bottom .item a .text{
  color:#202020;
  font-size: 12px;
}

.post-cta-bottom .item a {
  padding-top: .5em;
  padding-bottom: .5em;
}
.cta_side_item a {
  display: block;
  padding: .5em .8em .5em .8em;
  background: #fff;
  border-radius: 0px;
  color: #fff;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 0;
  border-radius: 6px;
}
p.tel {
  font-size: 32px;
  font-weight: normal;
  font-family: 'Anton', sans-serif !important;
  color: #b00808;
  letter-spacing: .012em;
  margin-bottom: 0;
  line-height: 1.255;
}
.post-cta-top .wrap{
  display: flex;
  flex-direction: row;
  justify-content:center;
  align-items:center;
  width:100%;
}

.post-cta-top .wrap .Left{
padding-right:.55em;
border-right:2px solid #fff;
font-weight:bold;
}

.post-cta-top .wrap .Right{
font-weight:700;
padding-left:.55em;
line-height:1.45;
}

.post-cta-top .wrap .whiteicon{
background:#fff;
padding:.5em .5em;
line-height:1.0;
color: var(--keyColor);
display:inline-block;
font-size:0.9rem;
vertical-align: middle;
margin-right:.5em;
}

.post-cta-bottom{
  background: var(--keyColor);
  color: #fff;
  padding:.5em 1em 1em;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content:space-between;
}

.post-cta-bottom .item{
width:calc(98% / 2) !important;
margin:0;
}

.post-cta-bottom .item a{
padding-top:.5em;
padding-bottom:.5em;
}

.post-cta-bottom .item a.mail{
padding-top:.9em;
padding-bottom:.9em;
}

.post-cta-bottom .item a{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content:center;
}

.post-cta-bottom a.mail p{
margin-bottom:.25em;
font-size: 1.3rem;
}

.post-cta-bottom span.blue{
color: var(--keyColor);
display:block;
margin-bottom:0;
font-size:12px;
padding:0;
}

.cta_side_item a.mail:after{
  top: 25%;
  transform: translateY(-25%);
}

.cta_side_item a.mail img, .cta_side_wrap a.mail:after{
top: 50%;
  transform: translateY(-50%);
}


.post-cta-bottom .cta_side_item a.mail img{
top: 15%;
  transform: translateY(-15%);
}

span.yellow {
  color: #fffc00;
}

.sect-text, .sect-text p{
font-size: 1.15rem;
}

.sect-text{
margin-top:2em;
}
.sectTit {
position: relative;
text-align: center;
font-weight: bold;
line-height: 1.3;
}
 
.sectTit:before,
.sectTit:after {
position: relative;
display: inline-block;
content: "";
background: #faa94d;
width: 2px;
height: 2em;
margin: 0 1em;
margin-top: -.2em;
vertical-align: middle;
}
 
.sectTit:before {
transform: rotate(-35deg);
}
 
.sectTit:after {
transform: rotate(35deg);
}


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

  .br-sp02{
  display:none;
  }

}

/**************
SP
**************************/

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

.post-cta-top{
 padding-top:1em;
}

.post-cta-bottom .item a {
    padding-top: 1.25em;
    padding-bottom: 1.25em;
}

.post-cta-top .wrap{
      justify-content:center;
      flex-wrap: wrap;
  }

.post-cta-bottom .item{
 width:calc(100% / 1) !important;
 margin:.5em auto;
}

.post-cta-top, .post-cta-bottom{
  padding:0 .9em .9em;
 }

.post-cta-top{
   font-size:1.25rem;
   padding-bottom:0;
   padding-top:1em;
  }

 .post-cta-top .wrap .Right{
   padding:0;
   margin-top:.5em;
   width:100%;
    text-align: center;
  font-size: 1.4rem;
  }

.post-cta-top .wrap .Left{
   width:100%;
   padding:0;
   border-right:none;
   border-bottom:2px solid #fff;
   padding-bottom:.5em;
    text-align: center;
  font-size: 1.4rem;
  }

.post-cta-bottom .item:nth-of-type(2) a{
     padding-top: .5em;
    padding-bottom: .5em;
}

}

.tel-wrap .tel-icon{
	height: 35px;
	width: 30px;
}

.signal-icon{
	position: absolute;
	top: 14px;
	left: 18px;
	color: #b00808 !important;
	transform: rotate(45deg);
}

.signal-icon:before,
.signal-icon:after{
	content: '';
	position: absolute;
	border: 3px solid transparent;
	border-top: solid 3px currentColor;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	animation-name: callSupportSignal;
	animation-duration: 1.4s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}


.signal-icon:first-of-type:before{
	width: 11px;
	height: 11px;
	animation-delay: -1.16s;
}
.signal-icon:first-of-type:after{
	width: 24px;
	height: 24px;
	animation-delay: -1.08s;
}


.tel-wrap .signal-icon{
   top:20px;
   left:17px;
}
.cta_contents_item a.mail span.time {
  background: #fff;
  text-align: center;
  display: inline-block;
  color: #de2304;
  font-size: 12px;
  padding: 5px 2em;
  margin-top: 10px;
}
.tel-wrap .signal-icon:first-of-type:before{
	width: 20px;
	height: 20px;
	animation-delay: -1.16s;
}
.tel-wrap .signal-icon:first-of-type:after{
	width: 34px;
	height: 34px;
	animation-delay: -1.08s;
}
.tel-icon{
	background: url(../images/phone-icon03.png) left 0px top 0 no-repeat;
    background-size: contain;
	width:25px;
	height:25px;
}
.tel-icon, .post-cta-bottom .tel-icon{
	display: inline-block;
	background: url(../images/phone-icon03.png) left 0px top 0 no-repeat;
	background-size: contain;
	height: 30px;
	margin: auto 8px auto auto;
	width: 30px;
	position: relative;
}
.signal-icon{
	top:12px;
	left: 15px;
}

.cta_contents_item a.mail, .cta_side_item a.mail {
  background: #de2304;
  text-decoration: none;
  border-bottom: 5px solid #c21c00;
  max-width: 100%;
}

@keyframes callSupportSignal {
  8%, 64% { opacity: 1; }
  78% { opacity: 0; }
}


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

	.tel-icon{
	 margin-right:8px;
	 background: url(../images/phone-icon03.png) left 0px top 0 no-repeat;
	 background-size: contain;
	}

	.bottom_menu_contents_wrap .tel_btn{
		padding-top:.5em;
	}

	.tel-icon{
		height: 20px;
		width: 20px;
	}

	.tel-wrap .tel-icon{
		height: 22px;
		width: 22px;
	}

	.cta .tel-icon{
		background: url(../images/phone-icon03.png) left 0px top 0 no-repeat;
		background-size: contain;
	}

	.Bnr .tel-wrap .signal-icon{
		left:17px;
		top:19px;
	}
	
	.tel-wrap .signal-icon:first-of-type:before{
		width: 20px;
		height: 11px;
	}
	
	.tel-wrap .signal-icon:first-of-type:after{
		width: 24px;
		height: 22px;
	}
	
	.tel-wrap .signal-icon{
	top:19px;
	left:20px;
	}

	.cta .tel-wrap .signal-icon{
		top: 17px;
		left:20px;
	}

	.signal-icon:before,
	.signal-icon:after{
		transform: translate(-90%, -50%);
	}

	.signal-icon:first-of-type:before{
	 width:18px;
	}

}

/************** 目次上CTA **************/

.cta-title{
  background:#0083c8;
  padding:.5em .5em .2em;
  text-align:center;
  color:#fff;
  font-size:1.25rem;
  margin:auto;
 }
 
 .cta-wrap{
  padding:1em;
  border:4px solid #0083c8;
  margin-bottom:.9em;
 }
 
 .cta-wrap ul{
   margin-left:1em;
 }
 
 .cta-wrap .column-wrap{
  margin-bottom:0;
  padding: 0;
 }
 
 .cta-wrap .tel_btn{
   padding: .6em;
 }
 .sect-text, .sect-text p{
	font-size: 1.15rem;
  }
  
  .sect-text{
	margin-top:2em;
  }
  .sectTit {
	position: relative;
	text-align: center;
	font-weight: bold;
	line-height: 1.3;
  }
   
  .sectTit:before,
  .sectTit:after {
	position: relative;
	display: inline-block;
	content: "";
	background: #faa94d;
	width: 2px;
	height: 2em;
	margin: 0 1em;
	margin-top: -.2em;
	vertical-align: middle;
  }
   
  .sectTit:before {
	transform: rotate(-35deg);
  }
   
  .sectTit:after {
	transform: rotate(35deg);
  }
  .column-wrap {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 0;
    width: 100%;
  }
  .column-wrap > div {
    width: 49.5%;
    margin: 0;
  }
  .column-wrap > div > *:first-child {
    margin-top: 0;
  }
  .cta-wrap .tel_btn {
    padding: .6em;
}

.column-wrap > div > a.mail{
  font-size: 1.1rem;
}
.column-wrap > div > a.mail:after{
  display: none;
}

.cta-wrap .tel_btn span.time{
  display: block;
  font-size: 12px;
  color:#000;
}
a.btn_tel {
  line-height: 1.2;
  height: auto;
  text-align: center;
  color: #b00808;
  font-weight: bold;
  font-family: 'Anton', sans-serif;
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 35px;
  display: block;
  text-decoration: none;
}
.tel_btn {
  width: 100%;
  background: #fff;
  position: relative;
  border: 2px solid #ccc;
  padding: .25em;
  line-height: 1.25;
  text-align: center;
  height: 100%;
  display: flex
;
  flex-direction: column;
  justify-content: center;
}

p.Center{
  text-align: center;
}

.sns.st-sns-top{
  margin-top: 2em;
}

 @media screen and (max-width: 767px) {
  .cta-wrap .column-wrap{
    flex-direction: column;
  }
  .column-wrap > div{
    width: 100%;
    margin-top: 5px;
  }
  .sns.st-sns-top{
    margin-top: 1em;
  }
  
  .cta-title{
    font-size:0.9rem;
    line-height:1.4;
    padding: 0.5em 0.2em 0.2em;
  }
  .sectTit {
    font-size: 12px;
  }
  .cta-wrap p.Center, .sect-text p {
    font-size: 0.8rem;
    margin-bottom: 0;
  }
  .column-left a.btn_tel {
    font-size: 26px;
    line-height: 1.4;
  }

  .column-right a.mail {
    font-size: 14px;
  }
  .column-wrap > div > a.mail{
    font-size: 0.9rem;
  }
  .sect-text{
    margin-top: 1em;
  }
}

.sidebar h3{
	background: #003a75;
    color: #ffffff;
    position: relative;
    border: none;
    margin-bottom: 20px;
    text-align: center !important;
    padding-left: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.sidebar h3.widget-title:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
	display:block;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #003a75;
}