@charset "utf-8";
/* CSS Document */



 .page_shinsotsu  .section13 .inner{
	padding-top: 0px;
	text-align: center;
}
.page_shinsotsu  .section13 .inner .inner_contents{
	display: flex;
    justify-content: center;
    align-items: baseline;
}
.page_shinsotsu  .section13 .inner .box{
	width: 420px;
    margin: 5px auto 0;
    padding: 5px;
}	
	
.page_shinsotsu  .section13 .inner .box a.line{
    display: block;
    text-decoration: none;
    background: #ff7531;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding:  10px 30px 5px;
    border-radius: 35px;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    -o-border-radius: 35px;
    -ms-border-radius: 35px;
    border-bottom: 3px solid #d25c23;
    z-index: 1;
    overflow: hidden;
	position: relative;
}



.page_shinsotsu .section14 {
    margin: 45px auto 35px;
	width: 780px;
    
}

.page_shinsotsu .section14 .container {
    padding: 20px 0px 10px;
    width: 780px;
    margin: 0 auto 0px;
    background: #fff8e1;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
	border: 2px solid #f0dc9b;
    position: relative;
}

.page_shinsotsu  .section14 .heading {
    text-align: center;
    position: absolute;
    top: -25px;
    left: 95px;
}

.page_shinsotsu  .section14 .inner {
    margin-top: 40px;
}

.page_shinsotsu  .section14 .inner .wrap {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    padding: 0 0px 0 40px;
    position: relative;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}

.page_shinsotsu  .section14 .inner .wrap:first-child {
    margin-bottom: 30px;
}

.page_shinsotsu  .section14 .inner .wrap .image {
    width: 300px;
}

.page_shinsotsu  .section14 .inner .wrap .txt {
    padding-left: 10px;
    position: relative;
    width: 400px;
}

.page_shinsotsu  .section14 .inner .wrap .txt ul {
   list-style: none;
   font-size: 16px;
    border: 0px solid #b3c5df;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    padding: 20px  20px 5px;
    background: #fff;
    width: 350px; 
}

.page_shinsotsu  .section14 .inner .wrap .txt ul li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 12px;
  line-height: 1.6;
}

.page_shinsotsu  .section14 .inner .wrap .txt  ul li::before {
    content: "";
    position: absolute;
    width: 19px;
    height: 100%;
    background-image: url(../img/shinsotsu/ico_section14_check.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    left: 0;
    top: 2px;
    pointer-events: none;
}
.page_shinsotsu  .section14 .inner .wrap .txt  ul li span {
	font-size: 14px;
	color: #f30000;
	font-weight: bold;
    
}

.page_shinsotsu .section14 .inner .wrap .txt  .cta_btn2 {
  box-shadow: 0 5px 0 #62ac29;
  animation: btngreen 2s infinite;
  position: relative;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  overflow: hidden;
}	
	
.page_shinsotsu .section14 .inner .wrap .txt  .cta_btn2.orange {
    background: #ff7531;
    box-shadow: 0 5px 0 #d25c23;
    animation: btnorange 2s infinite; 
	margin: 10px 0px 0px !important;
    display: block;
	font-size: 15px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.5;
    padding: 5px 5px;
	text-decoration: none;
	width: 350px;
	}
	

.page_shinsotsu .section14 .inner .wrap .txt  .cta_btn2 a {
    display: block;
    text-decoration: none;
    font-size: 19px;
    color: #fff;
    font-weight: 700;
    padding: 10px;
    text-align: center;
    background: #ff7531; }	


.page_shinsotsu .section14 .inner .wrap .txt  .cta_btn2 a  span{
    font-size: 16px;
    color: #fff;
    font-weight: 700;
 }	
		 
.page_shinsotsu .section14 .inner .wrap .txt  .cta_btn2::before {
    display: block;
    position: absolute;
    z-index: 1;
    left: -30%;
    top: -50%;
    content: "";
    width: 50px;
    height: 150px;
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    background-image: linear-gradient(left, rgba(255, 255, 255, 0) 0, #fff 50%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(50%, white), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, #fff #fff, rgba(255, 255, 255, 0) 100%);
    animation: a 7s infinite linear;
    -webkit-animation: a 7s infinite linear;
    -moz-animation: a 7s infinite linear;
}



.fixed_cta {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 100;
  background: rgba(3, 97, 156, 0.9);
  display: none;
  min-height: unset;
}
.fixed_cta .inner {
  width: 700px;
  height: 90px;
  margin: 0 auto;
  position: relative;
  overflow: visible;
}

.fixed_cta .inner .btn_area {
  position: absolute;
    left: -248px;
    bottom: 0px;
    width: 50%;
}

.fixed_cta .inner .btn_area2 {
  position: absolute;
    left: 35px;
    bottom: 0px;
    width: 50%;
}	

.fixed_cta .inner  .btn {
  position: absolute;
  left: 300px;
  bottom: 15px;
  right: 0;
  border: none;
  width: 300px; }
	
.fixed_cta .inner  .btn2 {
  position: absolute;
  left: 333px;
  bottom: 15px;
  right: 0;
  border: none;
  width: 300px; }	
	

.fixed_cta .inner .btn .cta_btn2 h2
{
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 1.3;
    font-weight: 600;
    position: absolute;
    top: 6px;
    padding: 0px 0 10px 45px;
}
	
.fixed_cta .inner .btn2 .cta_btn3 h2
{
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 1.3;
    font-weight: 600;
    position: absolute;
    top: 6px;
    padding: 0px 0 10px 45px;
}	
	
.fixed_cta .inner  .btn .cta_btn2 h2 span,
.fixed_cta .inner  .btn2 .cta_btn3 h2 span
{
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
	
    
}

.fixed_cta .inner  .btn .cta_btn2 h2 strong,
.fixed_cta .inner  .btn2 .cta_btn3 h2 strong
{
    color: #fff600;
    font-size: 18px;
    font-weight: 700;
	
    
}	
	
.fixed_cta .inner .btn  h2::before {
    content: "";
    position: absolute;
    width: 88px;
    height:78px;
	background-image: url(../img/shinsotsu/icon_ft_img1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 90% auto;
    left: -48px;
    top: -25px;
    pointer-events: none;
}	
	
.fixed_cta .inner .btn2 h2::before {
    content: "";
    position: absolute;
    width: 98px;
    height: 70px;
	background-image: url(../img/shinsotsu/icon_ft_img2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 75% auto;
    left: -48px;
    top: -12px;
    pointer-events: none;
}	

.fixed_cta .inner .cta_btn2 {
    position: relative;
    -webkit-box-shadow: 0 0px 0 #1a842f;
    -moz-box-shadow: 0 0px 0 #1a842f;
    box-shadow: 0 0px 0 #1a842f;
    background: #ff7531;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
	padding: 30px 5px 25px 40px;
}

.fixed_cta .inner .cta_btn3 {
    position: relative;
    -webkit-box-shadow: 0 0px 0 #194483;
    -moz-box-shadow: 0 0px 0 #194483;
    box-shadow: 0 0px 0 #194483;
    background: #65b7e7;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
	padding: 30px 5px 25px 40px;
}	



	