@charset "utf-8";
.inner {
    width: 1200px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
.flex{
	display: flex;
}
/*ボタン*/
.btn a{
	position: relative;
  display: inline-block;
  padding-right: 20px;
	border:2px solid #FFF;
    color:#FFF;
	font-weight: 700;
	text-align:center;
    border-radius:50px;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
	display:block;
    height:100%;
    text-decoration: none;
}
.btn a::after{
  content: '';
  width: 15px;
  height: 15px;
  border: 0px;
  border-top: solid 6px #fff;
  border-right: solid 6px #fff;
  border-radius:4px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 45%;
  right:28px;
  margin-top: -4px;
}
.btn a:hover{
	opacity: 1;
    color:#FFF;
    margin-left:5px;
    margin-top:5px;
    border:3px solid #FFF;
    box-shadow:none;
}
.btn01,
.btn04{
    height:100px;
    line-height:100px;
	margin-bottom: 30px;
}
.btn01 a{
    background:#005D9C;
    box-shadow:2px 4px 0px 0px #00142C ;
}
.btn01 a:hover{
    background:#0f2f56;
}
.btn02,
.btn03{
    height:80px;
    line-height:80px;
}
.btn02 a{
    background:#E60012;
    box-shadow:2px 4px 0px 0px #A1000D ;
}
.btn02 a:hover{
    background:#A1000D;
}

.btn03 a{
    background:#F08300;
    box-shadow:2px 4px 0px 0px #BB6600 ;
}
.btn03 a:hover{
    background:#BB6600;
}
.btn04 a{
    background:#097c25;
    box-shadow:2px 4px 0px 0px #003a0f ;
}
.btn04 a:hover{
    background:#003a0f;
}

/*accordion*/
.accordionBlock {
  position: relative;
  width: 100%;
  border-top: none;
  outline: 0;
  cursor: pointer;
}

.accordionBlock .accordionTtl {
  display: block;
  position: relative;
  padding: 10px 75px 10px 30px;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  background: #0f2f56;
  cursor: pointer;
	margin-top: 20px;
	border-radius: 20px;
	line-height:1.5;
}

.accordionTtl-sub{
	font-weight: 800;
	font-size: 60px;
	vertical-align: -5px;
	padding-right: 10px;
	line-height: 1.5;
}
/*.accordionBlock .accordionTtl:hover,
.accordionBlock .accordionTtl:active,
.accordionBlock .content-entry.open .accordionTtl {
	background: #0f2f56;
}*/
.answer{
	display: table;
}
.answer .accordionTtl-sub,
.answer p{
	display: table-cell;
	vertical-align:top;
}

.answer .txt-in{
	display: block;
	text-indent: 6em;
}
.answer small{
	text-align: right;
	display: block;
	font-size: 16px;
	margin-right: 40px;
}
.accordionTtl{
  position: relative;
}
.accordionTtl::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 40px;
  height: 10px;
  /*横線に*/
  transform: rotate(90deg);
  background: #fff;
  transition: all .3s ease-in-out;
}
.accordionTtl:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  /*縦線*/
  width: 40px;
  height: 10px;
  background: #fff;
  transition: all .2s ease-in-out;
}
.accordionTtl.open{
	border-radius: 20px 20px 0 0;
}
.accordionTtl.open::before {
 transform: rotate(180deg);
}
.accordionTtl.open:after {
   opacity: 0;
}

.accordionCont{
  display: none;
padding: 10px 15px 10px 30px;
	line-height: 2;
	border: solid 1px #0f2f56;
	background: #FFF;
	color: #0f2f56;
	font-size: 20px;
}

/* CSS for CodePen */
.accordionBlock {
  width: 90%;
  margin: 10px auto;
}
.read .content .ttl-p{
	font-size: 18px;
	font-weight: bold;
}
#robo_lp .wrap.note-mb{
	margin-bottom: 20px;
}

@media screen and (max-width: 896px) {
	#robo_lp #product .btn_Area a::before{
		right:-10px;
	}
	/*.flex {
    display: block;
}*/
	#pickup .icon img{
		display: block;
		text-align: center;
		margin-bottom: 10px;
}
	#pickup .icon,
	#pickup .txt{
		display:block;
	}
	#pickup h4{
		font-size: 20px;
	}
	#pickup .table {
    padding: 30px 0 20px;
    display: table-cell;
}
	#pickup .ttl-p-pick {
    font-size: 18px;
}
	#pickup .ttl-pick {
    -webkit-box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
    box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
    font-size: 18px;
    margin-bottom: 10px;
}
	#pickup .txt span{
	font-size:16px;
	}
	.accordionCont p{
		font-size:14px;
	}
	.accordionBlock .accordionTtl{
		padding:10px 120px 10px 10px;
		font-size:14px;
	}
	.accordionTtl:after{
		right:15px;
	}
	.accordionTtl::before,
	.accordionTtl.open::before{
		right:32px;
	}
	
}
.bd-line{
	background:linear-gradient(transparent 60%, #ffd800 60%);
}
.mv-img{
	margin-top: 70px;
	background: #0f2f56;
}
.mv-img img{
	width: 100%;
}
.mv{
	background:url("../img/mv.jpg")  no-repeat top center;
	background-size: cover;
     padding-bottom: calc(25vw + 10px);  
    position: relative;
    overflow: hidden;
}
.mv::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 6vw solid #fff;  /* 三角を白にする */ 
  border-left: 100vw solid transparent;
}

/*
.mv{
    overflow: hidden;
    padding: calc(100vw * 0.20) 0;
    position: relative;
}
.mv:before{
    background:url("../img/mv.jpg") no-repeat top center;
    content: '';
    position: absolute;
    transform-origin: center;
    transform: rotate(-6deg);
    width: 200vw;
    height: calc(100% - 0.11 * (0.11 * 20% + 20vw) * 2);
    top: calc(-1.00 * (-1.00 * 5% + 5vw));
    left: -50vw;
    z-index: -1;
}
.mv::after{
    transform: rotate(6deg);
    
}*/
.mv .mv-txt{
	position: relative;
	background:#FFF;
	box-shadow: 8px 8px 0px -5px #0e2e54, 0px 0px 0px 1px rgba(10,10,10,0.02);
	color: #0f2f56;
	font-size: 50px;
	font-weight: 700;
	font-style:italic;
	line-height: 1.5;
	text-align: center;
	display: inline-block;
	position: absolute;
	top:20%;
	left: 50%;
	width:830px;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
}
main .wave{
	position: relative;
	background: #FFF;
	text-align: center;
	font-weight: 700;
	padding: 50px 0;
}
main .wave::before{
content: '';
display: inline-block;
width: 100%;
height: 35px;
vertical-align: middle;
background: url("../img/wave-bg2.png") repeat-x;
position: absolute;
top: 16px;
left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  margin: auto;	
}
.mv .mv-txt::before,
.mv .mv-txt::after{
	content: '';
	display: inline-block;
    width: 42px;
    height: 40px;
    vertical-align: middle;
    background: url(../img/mv-txt-bg.gif) no-repeat;
    background-size: 42px 40px;
}
.mv .mv-txt::before{
	position: absolute;
	top: -15px;
	left: -20px;
}
.mv .mv-txt::after{
	position: absolute;
	bottom: -15px;
	right: -15px;
}
main .section1{
	position: relative;
	margin-bottom: 630px;
}
main .section1 .btn {
    margin-bottom: 70px;
    width: 90%;
}

main .section1 .btn .btn01 {
    height: 70px;
    line-height: 70px;
    font-size: 32px;
    margin: 0 auto;
}
main .section1 .btn .btn01 small {
    font-size: 22px;
}
main .section1 .btn .btn01 img {
    width: 25%;
	vertical-align: -2px;
}
main .box{
	position: absolute;
	top:140px;
	left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
	background: rgba(255,255,255,0.70);
}
main .box::after{
	content: '';
	display: inline-block;
    width: 100%;
	height:35px;
    vertical-align: middle;
    background: url("../img/wave-bg.png") repeat-x;
	position: absolute;
	bottom: 0;
}
main .boxArea{
	position: relative;
	z-index: 2;
}
main .boxArea.box1 img {
    margin-top: -10px;
    padding-left: 40px;
    width: 90%;
}
/*main .boxArea.box2 .icon-mv{
	color: #FFF;
	position: relative;
  display: inline-block;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: #c7161e;
	}
main .boxArea.box2 .flex{
	margin-top: 20px;
}
	main .boxArea.box2 .icon1{
  text-shadow: 3px 2px 0 #000;
		margin-right: 10px;
	}
	main .boxArea.box2 .icon2{
  background: #00214a;
	}
	main .boxArea.box2 .icon-mv p{
	 position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width :250px;
	font-size: 80px;
	font-weight: 800;
  text-align:center;
	line-height: 1.2;
	}
main .boxArea.box2 .icon2 p{
	font-size: 38px;
	letter-spacing: -3px;
	}
*/
main .boxArea.box2 .icon2 img{
	width: 80px;
	vertical-align: middle;
	}
main .boxArea.box2 .icon2 span{
	display: block;

	}
main .boxArea.box2 .icon2 span.price{
	display: inline;
	font-size: 65px;
	color:#c7161e;
  letter-spacing:-0.04em;
  text-shadow:2px 2px 0 #fff,
	  -2px 2px 0 #fff,
	  2px -2px 0 #fff,
	  -2px -2px 0 #fff;
  -webkit-text-stroke: 2px #00214a;
  text-stroke: 2px #00214a;
	vertical-align: middle;
	padding-right: 5px;
	}
main .boxArea.box2 .icon2 small{
	font-size: 30px;
	font-weight: 500;
	display: inline-block;
	}
main .boxArea.box2 {
	padding:5px 0 0;
}
main .boxArea.box2 .flex{
	justify-content: center;
}

main .boxArea.box2 .bnr{
	margin: 10px auto;
}
main .boxArea.box2 .bnr img {
	vertical-align:top;
}
main .cp-period{
	width: 100%;
	position: absolute;
	bottom: -90px;
	z-index: 3;
	font-weight: 700;
	font-size: 48px;
	text-align: center;
	color:#fff;
	background: #0f2f56;
	letter-spacing: 2px;
}
main .cp-period .period{
	background: #FFF;
	color: #0f2f56;
	font-size: 45px;
	padding: 5px 10px;
	margin-right: 10px;
}
main .cp-period small{
	font-size: 40px;
}
main .cp-period .circle {
    width: 45px;
    height: 45px; 
	font-size: 40px;
	color: #0f2f56;
    background: #FFF;
    border-radius: 50%; 
	padding: 10px;
    margin: 0 auto;/* ←円を中央揃え */
    text-align: center;/* ←文字を左右に中央揃え */
    line-height: 1;/* ←文字を上下に中央揃え */
}
main .arrow{
	position: relative;
}
main .arrow::after {
	
content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -80px;
  left: 0;
  border-top: 60px solid #0f2f56;
    border-left: 600px solid transparent;
    border-right: 600px solid transparent;
  z-index: -1;
	left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
}
main .ctaArea{
	margin-bottom:  70px;
margin-top: 30px;
}
main .ctaArea .btn img{
	vertical-align: -5px;
	display: inline-block;
}
main .btn .btn01 img{
	width: 18%;
}
main .btn .btn02 img,
main .btn .btn03 img{
	width: 25%;
	vertical-align: -2px;
}
main .ctaArea .cta-txt{
	text-align: center;
	font-size: 37px;
	color: #0f2f56;
	font-weight: 700;
	letter-spacing: 5px;
	margin-bottom: 50px;
}
main .ctaArea .cta-txt-bd{
	font-size: 55px;
	border-bottom: solid 4px #0f2f56;
	display: inline-block;
	margin-top: -30px;
	line-height: 1.5;
}
main .btn{
	letter-spacing: 2px;
	padding-top: 30px;
}
main .btn .flex{
	justify-content: space-between;
	margin-bottom: 30px;
}
main .btn01,
main .btn04{
	font-size: 52px;
}
main .btn01 small,
main .btn04 small{
	font-size: 42px;
}
main .ctaArea .btn02,
main .ctaArea .btn03{
	width: 100%;
	font-size: 37px;
	padding: 0 5px;
}
main .ctaArea .btn02 small,
main .ctaArea .btn03 small{
	font-size: 27px;
}
main .nav .nav-menu{
margin-top: 0;
top: 0;
padding-top: 10px;
height: 70px;
background: #0f2f56;
transition: top 0.65s ease-in;
-webkit-transition: top 0.65s ease-in;
-moz-transition: top 0.65s ease-in;
}
main .nav .nav-menu ul{
display: block;
display: flex;
justify-content: space-around;
padding-top: 20px;
font-size: 14px;
}
main .nav .nav-menu ul li{
line-height: 1.5;
}

main .nav .nav-menu ul li:nth-child(5) {
margin-top: -10px;
}
main .nav .nav-menu ul li a{
    color: #FFF;
    padding: 0 20px 5px;
	position: relative;
  display: block;
  text-decoration: none;
}
main .nav .nav-menu ul li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
main .nav .nav-menu ul li a:hover::after {
  transform: scale(1, 1);
}
main .bg-bd{
	padding: 100px 0;
	background-size: auto auto;
background-color: rgba(242, 242, 242, 1);
background-image: repeating-linear-gradient(135deg, transparent, transparent 6px, rgba(237, 237, 237, 1) 6px, rgba(237, 237, 237, 1) 8px );
}
main h2{
	position: relative;
	text-align: center;
	font-size: 50px;
	font-weight: 800;
	color: #0f2f56;
	margin-bottom: 20px;
	margin-top: -100px;
	padding-top: 100px;
}
main h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 6px #0f2f56;
  bottom: -40px;
  width: 10%;
top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  margin: auto;	
}
main .sub-txt{
	text-align: center;
	margin-bottom: 55px;
	line-height: 2.5;
	font-size: 27px;
}
main #function .function-box{
	margin-bottom: 30px;
}
main #function .function-box li{
	border: solid 2px #0f2f56;
	background: #FFF;
	border-radius: 20px;
	width: 25%;
	padding-top:20px;
	margin: 0 20px;
}
main #function .function-box li .icon{
width: 80px;
height: 80px;
font-size: 40px;
color: #FFF;
background: #0f2f56;
border-radius: 50%;
padding: 10px;
margin: 0 auto 20px;
text-align: center;
line-height: 1;
position: relative;

}
main .icon img{
width: 60px;
position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  margin: auto;
}

main #function .function-box li .txt{
	text-align: center;
	padding: 20px 0;
	background: #0f2f56;
	border-radius:0px 0px 18px 18px ;
    -webkit-border-radius:0px 0px 18px 18px ;
    -moz-border-radius:0px 0px 18px 18px ;
	color: #FFF;
}
main #function .function-box2.flex{
	flex-wrap: wrap;
	justify-content:space-between;
}
main #function .function-box2 li{
	width: 46%;
}
main #function .function-box2 li:nth-child(even){
	
}
main #function .function-box2 li{
	border: solid 2px #0f2f56;
	background: #FFF;
	border-radius: 20px;
	width: 46%;
	margin:0 22px;
	background:#0f2f56;
	display: table;
	position: relative;
}
main #function .function-box2 li .icon{
width: 80px;
height: 80px;
font-size: 40px;
background: #fff;
border-radius: 50%;
padding: 10px;
margin: 0 auto 20px;
text-align: center;
position: relative;
margin-top:20px;
}
main #function .function-box2 .table{
	margin-bottom:30px;
}
main #function .function-box2 .table-cell{
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}
main #function .function-box2 .icon img{
fill: #FFF;
width: 60px;
position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  margin: auto;
}

main #function .function-box2 li .txt{
	text-align: center;
	padding: 20px 0;
	background: #fff;
	border-radius:0 18px 18px  0;
    -webkit-border-radius:0 18px 18px  0;
    -moz-border-radius:0 18px 18px  0;
	color: #0f2f56;
}
.new-icon{  
  display: block;
  position: relative;
  margin: 15px auto;
  padding: 10px 10px;
  /* width: 300px; */
  /* background: #f1f1f1; */
  /* box-sizing: border-box; */
  }

.new-icon span{  
  display: inline-block;
  position: absolute;
  top: -23px;
  right: -75px;
  margin: 0;
  padding: 15px 10px;
  z-index: 2;
  width: 60px;
  text-align: center;
  color: #FFF;
font-weight: 700;
font-family: futura-pt-condensed, sans-serif;
  font-size: 40px;
  background: linear-gradient(#ff2649 0%, #e60012 100%);
  border-radius: 2px 0 0 0;
  }

.new-icon span:before {
  position: absolute;
  content: '';
  top: 0;
  right: -6px;
  border: none;
  border-bottom: solid 6px #e60012;
  border-right: solid 6px transparent;
}
.new-icon span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 40px solid #e60012;
  border-right: 40px solid #e60012;
  border-bottom: 20px solid transparent;
}

main #about{
	position: relative;
}
main #about .example{
	position: absolute;
	top:30%;
	z-index: 9;
}
main #about .about-bg-block{
	display: flex;
	overflow: hidden;
	margin-left: -10%;
}
main #about .about-bg-block .about-bg {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 18%;
    border-right: solid 5px #FFF;
  }
main #about .about-bg {
    -webkit-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    transform: skewX(-20deg);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
  }
main #about .about-mask {
    overflow: hidden;
  }
main #about .about-mask img {
    min-width: 140.6%;
    -webkit-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
	width: 140%;
  }
main #about .about-point{
	position: relative;
	display: flex;
	justify-content: center;
	margin-top: -100px;
	margin-bottom: 60px;
}
main #about .about-point dl{
	width: 300px;
height: 300px;
background: #fff;
border-radius: 50%;
padding: 10px;
margin: 0 auto 20px;
text-align: center;
position: relative;
margin-top: 20px;
}
main #about .about-point dl:nth-child(1) img{
	width: 60%;
	padding-top: 20px;
}
main #about .about-point dl:nth-child(2) img{
	width: 40%;
}
main #about .about-point dl:nth-child(3) img{
	width: 50%;
	padding-top: 10px;
}

main #about .about-point dt{
	padding-top: 10px;
	margin-bottom: 10px;
}
main #about .about-com{
	position: relative;
	background-size: auto auto;
background-color: rgba(24, 55, 93, 1);
background-image: repeating-linear-gradient(-45deg, transparent, transparent 6px, rgba(18, 49, 86, 1) 6px, rgba(18, 49, 86, 1) 8px ) ;
}
main #about .about-com h3{
	position: absolute;
	top:0;
	left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  margin: auto;
	width: 100%;
	text-align: center;
}
main #about .about-com .about-com-block{
	padding: 95px 0;
}
main #about .about-com .about-com-block ul{
	display: table;
	width: 33.3%;
}
main #about .about-com .about-com-block ul li{
	display: table-cell;
	vertical-align: middle;
	
}
main #about .about-com .about-com-block ul li span:first-child{
	color:#FFF;
	font-weight: 700;
	display: block;
	margin-bottom: 5px;
}
main #about .about-com .about-com-block ul li .balloon{
    position:relative;
    background:#ECECEC;
    padding:10px;
    text-align:center;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
	display:block;
	width: 240px;
}
main #about .about-com .about-com-block ul li .balloon:after{
    content: "";
display: inline-block;
position: absolute;
top: 30px;
left: -19px;
border: 8px solid transparent;
border-right: 18px solid #efefef;
-webkit-transform: rotate(35deg);
	transform: rotate(35deg);}
main #service{padding-top: 10%;}
main #service h4{
	font-size: 50px;
	background: #0f2f56;
	text-align: center;
	color: #FFF;
	line-height: 1.5;
	font-weight: 700;
	padding: 20px 0;
	margin-top: -100px;
	
}
main #service .service-block{
	justify-content: space-between;
	margin-bottom: 70px;
}
main #service .service-block2{
	font-size: 28px;
	color: #0f2f56;
	line-height: 2.5;
}

main #service .service-block2 .notice{
	text-align: left;
	font-size: 16px;
	color: #000;
	line-height: 1.5;
	font-weight: 500;
	justify-content: flex-end;
	padding-right: 20px;
	margin-top: 20px;
}
main #introduction .introduction-area{
	justify-content: space-between;
}
main #introduction .introduction-block{
	width: 580px;
	border: solid 4px #e60012;
	padding-bottom: 30px;
}
main #introduction .introduction-block .ttl img{
	width: 40%;
	vertical-align: middle;
}
main #introduction .introduction-block .ttl{
	background: #e60012;
	font-size: 32px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	padding: 10px 0;
	border-radius: 20px 20px 0 0;
	position: relative;
	margin-bottom: 50px;
}
main #introduction .introduction-block .ttl::after {
content: "";
position: absolute;
width: 0;
height: 0;
bottom: -30px;
left: 0;
border-style: solid;
border-color: #e60012 transparent transparent transparent;
border-width: 20px 40px 0 40px;
z-index: 1;
left: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit-transform: translateY(-50%) translateX(-50%);
margin: auto;
}
main #introduction .introduction-block{
	background: #FFF;
	border-radius: 30px;
}
main #introduction .introduction-block .ph{
	margin-bottom: 30px;
}
main #introduction .introduction-block .ph img{
	display: block;
	margin: 0 auto;
	text-align: center;
}
main #introduction .introduction-block .read{
	width: 460px;
	margin: 0 auto 20px;
	font-size: 25px;
}
main #introduction .introduction-block.box2{
	border: solid 4px #f08300;
}
main #introduction .introduction-block.box2 .ttl{
	background: #f08300;
}
main #introduction .introduction-block.box2 .ttl::after {
	border-color: #f08300 transparent transparent transparent;
}
main #introduction .introduction-block .btn{
	font-size: 30px;
	width: 90%;
	margin: 0 auto;
}
main #introduction .introduction-block .btn small{
	font-size: 20px;
}
main #introduction .introduction-block .btn img{
	width: 30%;
	vertical-align:middle;
}
main #setplan{
	background: #0f2f56;
	padding: 100px 0;
}
main #setplan .wave{
	margin-top: 50px;
}
main #setplan h2{
	color: #FFF;
	
}
main #setplan h2:after{
	border-bottom:solid 6px #FFF;
}
main #setplan .flex{
	justify-content: space-evenly;
}
main #setplan .setplan-block{
	position: relative;
	border: solid #097c25 4px;
	background: #FFF;
	padding: 20px 0;
	width: 460px;
	margin-top:8%;
}
main #setplan .setplan-block .ttl{
	position: relative;
}
main #setplan .setplan-block .ttl img{
	position: absolute;
	top:-30px;
	width: 45%;
	left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  margin: auto;	
}
main #setplan .setplan-block .plan-area{
	padding-top: 30px;
}
main #setplan .setplan-block .plan-area ul{
	display: table;
	width: 95%;
	margin: 0 auto;
}
main #setplan .setplan-block .plan-area li{
	display: table-cell;
	vertical-align: middle;
}
main #setplan .setplan-block .plan-area li:first-child,
main #setplan .setplan-block .plan-area li:last-child{
background: #005D9C;
box-shadow: 2px 4px 0px 0px #00142C;
position: relative;
display: inline-block;
border: 2px solid #FFF;
color: #FFF;
font-weight: 800;
text-align: center;
border-radius: 30px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
display: block;
height: 100%;
text-decoration: none;
width:85%;
	margin: 0 auto;
	padding:0 10px;
	font-size: 34px;
	line-height: 1.5;
}
main #setplan .setplan-block .plan-area li:last-child{
	background: #e60012;
	box-shadow: 2px 4px 0px 0px #A1000D;
}
main #setplan .setplan-block.box2 .plan-area li:last-child{
	background: #f08200;
	box-shadow: 2px 4px 0px 0px #bb6600;
}
main #setplan .setplan-block .plan-area li:nth-child(2){
	color: #000;
	font-size: 34px;
	font-weight: 800;
}
main #setplan .setplan-block .plan-area li img{
	width: 100%;
}
main #setplan .setplan-block .plan-area li small{
	font-weight: 500;
	font-size: 28px;
}
main #setplan .setplan-block .plan-area p{
	font-weight: 800;
	font-size: 42px;
	text-align: center;
}
main #setplan .setplan-block .price-box{
	width: 90%;
	margin: 0 auto 10px;
	line-height: 1;
}

main #setplan .setplan-block .plan-area .price{
	font-weight: 800;
	font-size: 70px;
	text-align: center;
	margin: 10px auto 0;
}
main #setplan .setplan-block .plan-area .price small{
	font-size: 40px;
}
main #setplan .setplan-block .plan-area .floatR{
	font-size: 16px;
	font-weight: 500;
	padding-right: 40px;
}
main #setplan .btn04{
	width: 88%;
	margin: 30px auto 0;
}
main #faq{
	position: relative;
	background: url("../img/faq-bg.jpg") repeat-x 0 0;
  background-size: cover;
	padding: 60px 0;
	width: 100%;
	height: auto;
}

main #faq h2{
	margin-bottom: 50px;
}
main .faqArea:before {

}
main #faq .inner{
	background: rgba(252,252,252,0.80);
  margin: auto;
	padding:5em 0;
}
#page-top {
  position: fixed;
  bottom: 150px;
  right: 20px;
  font-size: 25px;
  line-height: 1;
  z-index: 99;
}
#page-top a {
  background: #0f2f56;
  text-decoration: none;
  color: #fff;
  width: 60px;
  padding: 22px 5px;
  text-align: center;
  display: block;
  border-radius: 100%;
  opacity: 0.9;
  transition: all .3s ease;
}
#page-top a:hover {
  text-decoration: none;
  opacity: .5;
}
footer{
background: #0f2f56;
padding: 20px 0 130px;
	color: #FFF;
	text-align: center;
}
footer p{
	
}
footer .ftr_link{
	padding: 20px 0;
}
footer .ftr_link ul {
margin: 0 auto;
display: flex;
justify-content: center;
flex-flow: wrap;
}
footer .ftr_link ul li{
padding: 0 10px;
}
footer .ftr_link ul li a{
	color: #FFF;
}
.pc_only{
		display: block;
}
.sp_only{
		display: none;
}
@media screen and (max-width: 1200px) {
	img{
      max-width:100%;
      height:auto;
      margin-left:auto;
      margin-right:auto;
	vertical-align: top;
    width: auto;
}
	.inner {
	width: 95%;
	margin: 0 auto;
	}
	.btn a::after{
		top:40%;
	}
	#top-head.fixed{
		top:37px;
	}
	.mv .mv-txt{
		width: 85%;
		font-size: 34px;
	}
	main .section1 {
    position: relative;
    margin-bottom: 550px;
}
	main .arrow::after{
		bottom: -50px;
	}
	main .section1 .btn {
    margin-bottom: 70px;
    width: 100%;
}
	main .boxArea.box1 img {
    margin-top: 10px;
    padding-left: 20px;
}
	
	main .btn01, main .btn04 {
		font-size: 40px;
	}
	main .btn01 small, main .btn04 small{
		font-size: 32px;
	}
	main .ctaArea .btn02, main .ctaArea .btn03 {
    width: 100%;
    font-size: 26px;
    padding: 0 5px;
}
	main #function .function-box li{
		margin: 0 10px;
	}
	main #function .function-box2 li{
		margin: 0 7px;
	}
	main #function .function-box2 li{
		width: 48%;
	}
	.new-icon span{
		right:-50px;
	}
	main .ctaArea .btn02 small, main .ctaArea .btn03 small {
    font-size: 20px;
}
	main #about .example {
    display: none;
}
	main #about .about-com .about-com-block ul li .balloon{
		padding: 3px;
	}
	main #about .about-com .about-com-block{
		padding:55px 0;
	}
	main #service .service-block{
		width: 100%;
}
	main #introduction .introduction-block{
		width: 48%;
	}
	main #introduction .introduction-block .read{
		width: 95%;
	}
	main #introduction .introduction-block .btn{
		font-size:22px;
	}
	main #introduction .introduction-block .btn small{
		font-size:17px;
	}
	main #setplan .setplan-block{
		width: 48%;
	}
	main #setplan .setplan-block .plan-area li:first-child,
	main #setplan .setplan-block .plan-area li:last-child{
		padding: 10px;
		line-height: 1.3;
		font-size: 30px;
	}
	main #setplan .setplan-block .plan-area p
	{
    font-size: 35px;
}
	main #setplan .setplan-block .plan-area .balloon{
		background: #097c25;
		border-radius: 8px;
		color: #FFF;
		display: inline-block;
		text-align: center;
		padding: 3px 60px;
	}
	main #setplan .setplan-block .plan-area .price {
    font-size: 60px;
}
	.accordionCont p {
    font-size: 22px;
}
	.accordionCont{
		line-height: 1.3;
	}
	main #faq{
		padding:40px 0;
		height: auto;
	}
	main #faq .inner{
		position: static;
	}	
}
@media screen and (max-width: 1195px) {
	main .arrow::after{
		border-width: 40px 30vh 0 30vh;
	}
}
@media screen and (max-width: 977px) {
	main .section1 {
    margin-bottom: 450px;
}
	main .nav .nav-menu ul li a {
    padding: 0 10px 5px;
   
}
	main .box::after{
		background:none;
	}
	main .section1 .btn {
    margin-bottom: 70px;
    width: 100%;
}
	main #function .function-box2 li {
    width: 47%;
}
	main #about .about-com .about-com-block ul li .balloon{
		width: 170px;
	}
	main .btn01, main .btn04 {
    font-size: 2rem;
}
	main .btn01 small, main .btn04 small {
    font-size: 1.45rem;
}
	main .ctaArea .btn02, main .ctaArea .btn03 {
    font-size: 1.3rem;
	}
	main .ctaArea .btn02 small, main .ctaArea .btn03 small {
    font-size: 1rem;
}
	block .btn small {
    font-size: 14px;
}
	main #introduction .introduction-block .btn {
    font-size: 1.1rem;
    letter-spacing: -1px;
}
	.accordionBlock .accordionTtl {
    padding: 10px 60px 10px 10px;
    font-size: 30px;
}
	.accordionTtl::before, .accordionTtl.open::before {
    right: 15px;
}
	main .cp-period small {
    font-size: 28px;
}
	main .cp-period{
	font-size: 34px;
	bottom: -20px;
	}
	main .cp-period .period {
	font-size: 35px;}
	main .box::after{
	bottom: 40px;
	}
	main .cp-period .circle{
	font-size: 25px;	
	}
	main .boxArea.box2 .icon-mv{
	width: 160px;
    height: 160px;
	}
	main .boxArea.box2 .icon-mv p {
	font-size: 50px;
	width: 160px;
	}
	main .cp-period{
		z-index: 1;
	}
	main .section1 .btn {
    width: 100%;
}
	main .btn .btn01 img {
    width: 23%;
}

main .ctaArea .btn img {
    display: inline-block;
}
	main .section1 .btn .btn01 {
 	font-size: 2.5vw;
	height: 50px;
    line-height: 50px;
}
	main .section1 .btn .btn01 small {
    font-size: 2vw;
}
	main .box .sp-bloc {
    padding-bottom: 0;
}
	main .boxArea.box2 .icon2 p {
    font-size: 25px;
    width: 160px;
}
	main .boxArea.box2 .icon2 small {
    font-size: 18px;
}
	main .boxArea.box2 .icon2 span.price{
    font-size: 35px;
	}	
	main .boxArea.box2 .icon2 img {
    width: 45px;
    vertical-align: middle;
}
	main #setplan .setplan-block .plan-area .price {
    font-size: 45px;
}
}
@media screen and (max-width: 768px) {
	.btn a::after{
	}
	.btn01, .btn04 {
    height: 70px;
    line-height: 70px;
}
	.btn02, .btn03 {
    height: 60px;
    line-height: 60px;
}
main .section1 .btn {
    margin-bottom: 100px;
}
	main .cp-period {
    font-size: 30px;
		bottom:20px;
}
	main .cp-period .period{
		font-size: 30px;
		
	}
	main .cp-period small {
    font-size: 22px;
}
	main .cp-period .circle{
		padding: 5px;
		width: 25px;
    height: 25px;
    font-size: 20px;
	}
	
	main .boxArea.box1 img {
    padding-left: 10px;
}
	
	main .section1 {
    margin-bottom: 370px;
}
	main .ctaArea .btn01 img {
    width: 23%;
}
	main .btn01, main .btn04 {
    font-size: 32px;
}
	main .ctaArea .btn02, main .ctaArea .btn03 {
    font-size: 20px;
    letter-spacing: 0;
}
	main .ctaArea .btn02 small, main .ctaArea .btn03 small {
    font-size: 18px;
}
	.ctaArea .btn03 img {
    width: 30%;
}
	main .nav .nav-menu ul{font-size: 12px;}
	main .nav .nav-menu ul li {
    line-height: 1.3;
}
	main .nav .nav-menu ul li a{
		padding: 0 7px 5px;
	}
	
	main h2{
	font-size: 40px;
}
	main #function .function-box li {
    margin: 0 3px;
}
	main #function .function-box2 li {
    width: 47%;
}
	main .sub-txt {
    text-align: center;
    margin-bottom: 55px;
    line-height: 2;
    font-size: 20px;
}
	main #about .example {
    top: 28%;
}
	main #about .about-point{
		margin-top: -40px;
	}
	main #about .about-point{
		margin-bottom: 10px;
	}
	main #about .about-com .about-com-block ul li .balloon{
		width: auto;
	}
	main #about .about-com .about-com-block {
    display: block;
}
	main #about .about-com .about-com-block ul {
    display: table;
    width: 100%;
		padding-bottom: 20px;
}
	main #about .about-com .about-com-block li:first-child{
    width: 20%;
}
	main #service h4{
		font-size: 40px;
}
	main .bg-bd{
		padding:40px 0;
	}
	main #service .service-block {
    margin-bottom: 40px;
}
	main #service .service-block2 {
    font-size: 22px;
    line-height: 2;
}
	block .read {
    font-size: 22px;
}
	main #introduction .introduction-block .btn {
    font-size: 18px;
	letter-spacing: 0;
    width: 98%;
}
	main #setplan {
    padding: 40px 0;
}
	main #setplan .flex {
	display: block;
}
	main #setplan .setplan-block .price-box {
    display: flex;
}
	main #setplan .setplan-block{
		width: 80%;
		margin: 10% auto  0;
		padding-bottom: 40px;
	}
	
	main #setplan .btn04 {
    width: 98%;
}
	.accordionTtl-sub{
		font-size:40px;
	}
	.accordionTtl::before, .accordionTtl.open::before {
    right: 15px;
}
	.accordionCont{
		padding:10px 15px 10px 10px;
	}
	.accordionBlock .accordionTtl {
    padding: 10px 120px 10px 10px;
    font-size: 24px;
}
	#page-top{
	bottom: 130px;
    right: 10px;
	}
	main .arrow::after{
		border: none;
	}
	
}

@media screen and (max-width: 640px) {
	.pc_only{
		display: none;
}
.sp_only{
		display: block;
}
	#top-head.fixed .logo, #top-head .logo{
	width: 55%;	
	}
	.mv-img {
	margin-top: 65px;
}
	.mv{
	padding-bottom: calc(20vw + 10px);
	margin-top: 65px;
	}
	.mv .mv-txt {
    width: 85%;
    font-size: 16px;
}
	.mv .mv-txt::before {
    top: -10px;
    left: -15px;
}
	.mv .mv-txt::after {
    bottom:-10px;
    right: -15px;
}
	.mv .mv-txt::before,
	.mv .mv-txt::after {
    width: 26px;
    height: 25px;
    background-size: 26px 25px;
}
	main .box {
    position: static;
    top: auto;
    left: auto;
    transform: none;
    -webkit-transform: none;
		margin-top: -40px;
		width: 96%
}
	main .section1 .btn .btn01 {
    height: 35px;
    line-height: 35px;
	width: 100%;
}
	main .section1 .btn {
    margin-bottom: 40px;
}
	main .box .sp-bloc {
    padding-bottom: 0;
}
	main .boxArea.box2 .icon-mv {
    width: 85px;
    height: 85px;
}
	main .boxArea.box2 .icon-mv p {
    font-size: 22px;
    width: 85px;
}
	main .boxArea.box2 .icon1 {
    margin-right: 5px;
}
	main .boxArea.box2 .icon2 p{
    font-size: 14px;
	letter-spacing: -2px;
}
	main .boxArea.box2 .icon2 small {
    font-size: 12px;
}
	main .boxArea.box2 .icon2 span.price{
    font-size: 22px;
	}	
	main .boxArea.box2 .icon2 img {
    width: 30px;
}
	
	main .boxArea.box1 img {
    margin-top: 10px;
    padding-left: 0;
	display: block;
	text-align: center;
	width: 100%;
}
	main .boxArea.box2 .icon1 {
    text-shadow: 3px 2px 0 #000;
}
	main .boxArea.box2 {
	margin: 0 auto;
}

	.sp-bloc {
	display: flex;
}
	main .boxArea.box1 {
}
	main .boxArea.box2 .flex {
    justify-content: center;
    display: flex;
}
	main .box::after{
	display: none;
}
	
	main .cp-period {
	width: auto;	
    font-size: 20px;
    position: static;
    z-index: 0;
    padding:5px 5px 0px 5px;
	letter-spacing: 0;
	text-align: left;
	margin-top: -20px;
	text-align: center;
}
	main .cp-period small {
    font-size: 18px;
}
	
	main .arrow::after {
    display: none;
}
	main .cp-period .period {
    display: block;
    font-size: 16px;
    line-height: 1;
	text-align: center;
	margin-right: 0;
}
	main .cp-period .circle {
    padding: 4px;
    width: 15px;
    height: 15px;
    font-size: 15px;
}
	main .nav .nav-menu{
		display: none;
	}
	main .section1 {
    margin-bottom:0;
}
	main .ctaArea .cta-txt{
	font-size: 18px;
	margin-bottom: 15px;
	}
	main .ctaArea .cta-txt-bd{
	font-size: 25px;
	border-bottom: solid 2px #0f2f56;
	}
	main .btn01, main .btn04 {
    font-size: 18px;
}
	main .btn01 small, main .btn04 small {
    font-size: 18px;
}
	main .btn01 img {
    width: 20%;
}
	main .btn img {
    vertical-align: 0;
}
	main .btn .flex {
    margin-bottom: 0;
}
	.btn a::after{
	width: 10px;
    height: 10px;
	border-top: solid 4px #fff;
    border-right: solid 4px #fff;
	right: 10px;
	}
	.btn02, .btn03 {
    height: 45px;
    line-height: 45px;
}
	.btn01, .btn04 {
    height: 45px;
    line-height: 45px;
	margin-bottom: 15px;
	letter-spacing: 0;
}

	main .btn .btn02, main .btn .btn03 {
    margin-bottom: 15px;
	padding: 0;
	font-size: 15px;
}
	main .btn .btn02 small, main .btn .btn03 small {
    font-size: 10px;
}
	main .ctaArea {	
    margin-bottom: 20px;
	margin-top: 0;
}
	main .ctaArea .floatR{	
    font-size: 10px;
	padding-right: 10px;
}
	main h2 {
    font-size: 22px;
}
	main .sub-txt {
    margin-bottom: 25px;
    line-height: 1.5;
    font-size: 16px;
}
	main #function .function-box {
    flex-wrap: wrap-reverse;
}
	main #function .function-box li{
	width: 47%;
	margin: 0 1% 10px;
	}
	main #function .function-box li .txt{
		padding: 10px 0;
	}
	main #function .function-box2 li {
    width: 98%;
	margin-left: auto;
	margin-right: auto;
}
	
	.new-icon span {
    right: -55px;
	font-size: 40px;
	padding: 15px 10px;
	width: 60px;
}
	
	main #function .function-box {
    margin-bottom: 10px;
}
	main #function .function-box2 .table {
    margin-bottom: 10px;
}
	.new-icon span:after{
	border-left: 40px solid #e60012;
    border-right: 40px solid #e60012;
	}
	main #about .example {
    display: none;
}
	main #about .about-point{
		display: block;
		margin-bottom: 40px;
	}
	main #about .about-point dl{
		border-radius: 0;
		width: 60%;
		height: auto;
		padding: 0;
	}
	main #about .about-com .about-com-block {
    padding: 30px 0 20px;
}
	main #about .about-com .about-com-block ul li .balloon {
    width: 95%;
}
	main #service h4 {
    font-size: 20px;

}
	main #service {
    padding-top: 20%;
}
	main #service .service-block {
    margin-bottom: 40px;
    flex-wrap: wrap;
	width: 100%;
}
	main #service .service-block::after{
    width: 30%;
	content: "";
}
	main #service .service-block div{
	width: 30%;
	margin-bottom: 10px;
}
	main #service .service-block img{
	/*width: 30%;*/
}
	main #service .service-block2 {
    font-size: 18px;
    line-height: 1.8;
}
	main #service .service-block2 {
    font-size: 18px;
    line-height: 1.8;
    width: 90%;
    margin: 0 auto;
}
	main .wave {
    padding: 50px 10px;
}
	main #service .service-block2 .notice{
	width: 95%;
	}
	main #introduction .introduction-area {
    display: block;
}
	main #introduction .introduction-block .ttl{
	font-size: 25px;
	margin-bottom: 30px;
	}
	main #introduction .introduction-block {
    width: 95%;
	margin:0 auto 30px;
}
	main #introduction .introduction-block .read{
	font-size: 18px;	
	}
	main #setplan .wave {
    margin-top: 30px;
	padding:10px 0 30px;
}
	main .wave::before{
	background: none;
	}
	main #setplan {
    padding: 1px 0;
}
	main #setplan h2{
    /*padding: 20px 0;*/
}
	main #setplan .setplan-block {
    width: 95%;
}
	main #setplan .setplan-block.box2{
	margin-top:70px;	
	}
	main #setplan .setplan-block .plan-area ul{
	width: 98%;
	margin-bottom: 10px;
	}
	main #setplan .setplan-block .plan-area li:first-child, main #setplan .setplan-block .plan-area li:last-child {
    line-height: 1;
	border-radius: 20px;
	font-size: 28px;
}
	main #setplan .setplan-block .plan-area li img {
    width: 90%;
}
	main #setplan .setplan-block .plan-area p {
    font-size: 26px;
}
	main #setplan .setplan-block .plan-area .price{
		font-size: 50px;
	}
	
	main #setplan .setplan-block{
	margin: 10% auto 0;	
	}
	main #faq {
    background-attachment: fixed;
    padding: 40px 0;
    height: auto;
}
	main #faq .inner {
    padding-bottom: 30px;
	padding: 40px 0;
}
	main #faq h2 {
    margin-bottom: 20px;
}
	.accordionTtl-sub {
    font-size: 18px;
	vertical-align: -2px;
}
	.accordionBlock .accordionTtl {
    padding: 10px 60px 10px 10px;
    font-size: 14px;
}
	.accordionTtl:after,
	.accordionTtl::before{
	width: 20px;
    height: 2px;
	}
	.accordionCont p {
    font-size: 14px;
}
	.answer small {
    font-size: 10px;
	margin-top: 5px;
    margin-right: 5px;
}
	footer {
    font-size: 10px;
	padding-bottom: 80px;
}
	footer .ftr_link{
	padding: 10px 0;
}
}
@media screen and (max-width: 375px) {
	
	main .ctaArea .floatR {
    font-size: 10px;
    padding-right: 10px;
}
	
	.new-icon span:after {
    border-left: 30px solid #e60012;
    border-right: 30px solid #e60012;
}
	.new-icon span {
    right: -38px;
    font-size: 25px;
    padding: 15px 10px;
    width: 40px;
}
	main #function .function-box li {
    width: 46%;
    margin: 0 1% 10px;
}
	main #introduction .introduction-block .ph {
    margin-bottom: 30px;
    width: 60%;
    margin: 0 auto;
}
	main #setplan .setplan-block .plan-area .price small {
    font-size: 25px;
}
	main #setplan .setplan-block .plan-area .floatR{
	padding-right: 15px;
	}
	.plan-area .price {
    margin-right: 5px;
}
	main #setplan .setplan-block .plan-area li:nth-child(2){
    font-size: 25px;
	}
	main #setplan .setplan-block .price-box {
    width: 100%;
    margin: 0 auto 10px;
    line-height: 1;
}
	.btn a::after {
	right: 10px;	
	}
	main .btn01, main .btn04 {
    font-size: 15px;
}
	main .btn01 small, main .btn04 small {
    font-size: 13px;
}
	main .ctaArea .btn02, main .ctaArea .btn03 {
	font-size: 15px;
}
	main .ctaArea .btn02 small, main .ctaArea .btn03 small {
    font-size: 10px;
}
	
}
@media screen and (max-width: 440px) {
	.ctaArea .btn03 small {
    font-size: 10px;
}
	main .ctaArea .btn02, main .ctaArea .btn03 {
    font-size: 10px;
}
	main .boxArea.box2 .flex {
    margin-top: 0;
}
	main .boxArea.box1 img {
    width: 100%;
}
}
@media screen and (max-width: 320px) {
	main .section1 {
    margin-bottom: -10px;
}
	main .cp-period .period{
		padding:5px;
		font-size: 16px;
	}
	main .boxArea.box2 .icon-mv {
    width: 70px;
    height: 70px;
}
	
	main .boxArea.box2 .icon-mv p {
    font-size: 22px;
    width: 70px;
}
	main .boxArea.box2 .icon2 p {
    font-size: 12px;
}
	main .boxArea.box2 .icon2 small {
    font-size: 10px;
}
	main .boxArea.box2 .icon2 span.price {
    font-size: 20px;
}
	main .boxArea.box2 .icon2 img {
    width: 20px;
}
	
	main .cp-period small {
    font-size: 13px;
}
	main .cp-period{
	font-size: 18px;
	}
	main .cp-period .circle{
	font-size: 12px;	
	}
	.plan-area .price {
    font-size: 40px;
}
	main .ctaArea .cta-txt {
    margin-bottom: 5px;
}
	main #setplan .setplan-block .plan-area li small {
    font-size: 22px;
}
	main #setplan .setplan-block .plan-area li:first-child, main #setplan .setplan-block .plan-area li:last-child{
    font-size: 22px;
}
	main .section1 .btn .btn01{
		line-height:1.5;
		height: 22px;
	}
	main .section1 .btn01 a {
    padding-top: 5px;
}
	main .section1 .btn01 img {
    margin-bottom: 0;
	display: block;
}

}

/*211212*/
.fixed-btn{
	width: 100%;
	background:rgba(38,92,150,0.95);
	position: fixed;
	bottom: 0;
	z-index: 999;
	padding: 10px 0;
}
.fixed-btn dl{
	position:relative;
	background: #FFF;
	border-radius: 65px 0 0 65px;
	padding: 10px 0 10px 50px;
	color: #192e53;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.fixed-btn dl::after{
	content: '';
  width: 0;
height: 0;
border-style: solid;
border-width: 43px 0 43px 20px;
border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  right: -20px;
	top:0;
	z-index: 9;
}
.fixed-btn dt{
	border-bottom: solid #192e53 1px;
	font-size: 1.8rem;
	font-feature-settings : "palt";
	letter-spacing: 5px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: baseline;
	line-height: 1.5;
}
.fixed-btn dd{
	font-size: .7rem;
}

.fixed-btn .btn{
	width: 67%;
	letter-spacing: 5px;
	padding-top: 0;
}
.fixed-btn .btn a{
	background:#c32922;
	border-radius: 0 65px 65px 0;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.6rem;
}
.fixed-btn .btn a:hover{
	 margin-left:0;
    margin-top:0;
}
@media screen and (max-width: 1200px) {
	.fixed-btn dt{
	font-size: 1.4rem;
	}
	.fixed-btn .btn a{
		font-size: 1.3rem;
}
	.fixed-btn dl::after{
border-width: 38px 0 38px 30px;
}
}
@media screen and (max-width: 1050px) {
	.fixed-btn .btn {
		width: 75%;}
	.fixed-btn dl{
	padding: 5px 0 5px 30px;
	}
	.fixed-btn dt{
	font-size: 1rem;
	}
	.fixed-btn .btn a{
		font-size: .8rem;
}
	.fixed-btn dd{
	font-size: 10px;
}
	.fixed-btn dl::after{
border-width: 28px 0 28px 20px;
}
}
@media screen and (max-width: 850px) {
.fixed-btn .inner {
    width: 100%;
	}
}
@media screen and (max-width: 805px) {
	.fixed-btn .inner {
    width: 95%;
	}
	.fixed-btn{
	max-height: 60px;
	}
	.fixed-btn dl{
	display: none;
	}
	.fixed-btn .btn{
	width: 100%;
	letter-spacing: 5px;
	padding-bottom: 5px;
}
.fixed-btn .btn a{
	border-radius: 65px;
	font-size: 1.6rem;
	border: 2px solid #FFF;
    box-shadow: 2px 4px 0px 0px #400000; 
}
	.fixed-btn .btn a:hover{
	 background: #400000;
	border: 2px solid #400000;
	box-shadow: 2px 4px 0px 0px #400000;
}	
}
@media screen and (max-width: 440px) {
.fixed-btn .btn a{
	font-size: 1rem;

}
	
}