@charset "utf-8";
body {
	font: normal 18px/1.7 "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	text-align: left;
	color:#000;
	text-align: justify;
	overflow-x: hidden;
}

body .sp-item {
    display: none !important; }
  body .pc-item {
    display: block !important; }

  @media screen and (max-width: 640px) {
    body {
      min-width: inherit;
	  height:100%;
	  }
      body .sp-item {
        display: block !important; }
      body .pc-item {
        display: none !important; }
	    body .sp-item img {
		  width:100%;}
}

@media screen and (max-width: 640px) {
	.sp img{
		max-width:90%;
}
	.sp02 img{
		max-width:100%;
}
.sp03 img{
		max-width:70%;
}
}

.fl_left {
	float: left;
}
.fl_right {
	float: right;
}
.ov_hd {
	overflow: hidden;
}
.bg_none {
	background-image: none!important;
}
a.rollover:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.rollover:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.center {
	text-align: center;
}
.right {
	text-align:right;
}
.line_0 {
	line-height: 0;
}
.zindex {
	z-index: 200;
}
input[type=radio] {
	width: 15px;
	height: 15px;
	vertical-align: middle;
}
input[type=image]:hover{
		opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	}


/* ----------------------------------------------------

    text

---------------------------------------------------- */
em {
	text-decoration: underline;
  font-style: normal;
}

.ul{
  text-decoration-line: underline;
}

.bd_red {
	border-bottom: 1px solid #FF0004;
	padding-bottom: 2px;
}
.bd_red02 {
	border-bottom: 3px solid #FF0004;
	padding-bottom: 0px;
}
.red {
	color: #ff0000;
}
.yellow {
	background-color: #ffff00;
}

.yellow02 {
	background-color: #ffd62c;
}

.gray {
	color:#666666;
}
.bold {
	font-weight: bold;
}
strong {
	font-weight: bold;
}
.strike {
	text-decoration: line-through;
}
.ac {
	text-align: center !important;
}
.ar {
	text-align: right !important;
}
.al {
	text-align: left !important;
}
.bold {
	font-weight: bold !important;
}
.font10 {
	font-size: 10px !important;
}
.font11 {
	font-size: 11px !important;
}
.font12 {
	font-size: 12px !important;
}
.font13 {
	font-size: 13px !important;
}
.font14 {
	font-size: 14px !important;
}
.font15 {
	font-size: 15px !important;
}
.font16 {
	font-size: 16px !important;
}
.font17 {
	font-size: 17px !important;
	line-height:150%;
}
.font18 {
	font-size: 18px !important;
}
.font19 {
	font-size: 19px !important;
}
.font20 {
	font-size: 20px !important;
}
.font21 {
	font-size: 21px !important;
}
.font22 {
	font-size: 22px !important;
}
.font23 {
	font-size: 23px !important;
}
.font24 {
	font-size: 24px !important;
}
.font25 {
	font-size: 25px !important;
}
.font26 {
	font-size: 26px !important;
}
.font27 {
	font-size: 27px !important;
}
.font28 {
	font-size: 28px !important;
}
.font29 {
	font-size: 29px !important;
}
.font30 {
	font-size: 30px !important;
}
.font32 {
	font-size: 32px !important;
}
/* ----------------------------------------------------

    float

---------------------------------------------------- */
.fr {
	float: right !important;
}
.fl {
	float: left !important;
}
.clear {
	clear: both;
}
img {
	line-height: 0;
	padding: 0;
	margin: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
/* ----------------------------------------------------
    clearfix の代用
    &#60;div class="hr"&#62;&#60;hr /&#62;&#60;/div&#62;
---------------------------------------------------- */

/* ----------------------------------------------------
    共通項目
---------------------------------------------------- */

.wrap{
  width: 724px;
  margin: 0 auto;
}

.wrap img{
	width: 100%;
}

@media screen and (max-width: 640px) {
	.wrap{
  width: 94%;
  margin: 0 auto;
}

.wrap img{
	width: 100%;
}
}

/* ----------------------------------------------------
    header
---------------------------------------------------- */
header{
	padding-bottom: 20px;
}

header .prehead{
	text-align: center;
	padding: 20px 0 8px;
}

header .prehead img{
	width: 724px;
}

header h1{
	text-align: center;
	margin-bottom: 20px;
}

header h1 img{
	width: 1024px;
}

@media screen and (max-width: 640px) {
header .prehead{
	text-align: center;
	padding: 10px 0 8px;
}

header .prehead img{
	width: 94%;
}

header h1{
	text-align: center;
	margin: 0 8px 17px;
}

header h1 img{
	width: 94%;
}
}

/* ----------------------------------------------------
    slider
---------------------------------------------------- */
/* スライダー全体 */
header .slider-wrapper {
  display: flex; /* スライドのグループを横並び */
  overflow: hidden; /* はみ出たスライドを隠す */
}

/* スライド3枚のグループ */
header .slider {
  animation: scroll-left 40s infinite linear .20s both;
  display: flex; /* スライド3枚を横並び */
}
/* スライド */
header .slide {
  width: calc(100vw / 3); /* 3はスライドの枚数 */
}
/* スライドの画像 */
header .slide img {
  display: block;
  width: 100%;
}
/* CSSアニメーション */
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@media screen and (max-width: 640px) {
/* スライダー全体 */
header .slider-wrapper {
  display: flex; /* スライドのグループを横並び */
  overflow: hidden; /* はみ出たスライドを隠す */
	margin-bottom: -10px;
}
/* スライド3枚のグループ */
header .slider {
  animation: scroll-left 40s infinite linear .20s both;
  display: flex; /* スライド3枚を横並び */
}
/* スライド */
header .slide {
  width: calc(100vw / 3); /* 3はスライドの枚数 */
}
/* スライドの画像 */
header .slide img {
  display: block;
  width: 300%;
}
}

/* ----------------------------------------------------
    floatbtn
---------------------------------------------------- */
.floating-banner {
    position: fixed;
    z-index: 99999;
    bottom: 0;
    right: 0;
}
.banner {
    width: 300px;/* バナーの横幅 */
    padding: 40px 10px;
    background: linear-gradient(86.13deg, #7080F7 -3.42%, #3E9ED9 59.59%);/* バナーの背景色 */
    color: #fff;/* バナー内の文字色 */
    font-weight: bold;
    text-align: center;
}
.floating-banner a {
    text-decoration: none;/* リンクに下線が入らないように */
}
.copy {
    font-size: 28px;
    margin: 0 auto 20px;
    line-height: 1.6;
}
.cta {
    display: inline-block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    background: linear-gradient(270deg, #00B900 0%, #00B900 100%); /* ボタンの背景 */
    box-shadow: 0px 0px 30px #2984BA; /* ボタンの影 */
    border-radius: 25px;
    margin: 0
}
@media screen and (max-width: 990px) {
    .floating-banner {
        display: none;
    }
}
@media screen and (max-width: 560px) {
    .floating-banner {
        display: inline-block;
    }
    .banner {
        width: 100vw;
        padding: 8px;
    }
    .sp {
        display: none;
    }
    .copy {
        font-size: 18px;
        margin: 0 auto 6px;
    }
    .cta {
        height: 28px;
        line-height: 28px;
        font-size: 15px;
    }
}

/* ----------------------------------------------------
    sec01
---------------------------------------------------- */
.sec01{
	margin-bottom: 35px;
}

.sec01 figure{
	padding: 20px 0 5px;
	margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
.sec01{
	margin-bottom: 15px;
}

.sec01 figure{
	padding: 8px 0 5px;
	margin-bottom: 10px;
}
}

/* ----------------------------------------------------
    sec02
---------------------------------------------------- */
.sec02 .wrap{
	background: #70acce;
	padding-bottom: 20px;
}

.sec02 h2{
	width: 390px;
	padding: 35px 0;
	margin: auto;
}

.sec02 figure{
	width: 220px;
	margin: auto;
}

.sec02 .wrap .box{
	background: #fff;
	margin: 0 35px;
	padding: 27px;
}

.sec02 .cont{
	width: 100%;
	background: url(../images/sec02-img02.png) top left no-repeat;
	background-size: 25px;
	background-position: 0px 3px;
	margin-bottom: 18px;
	margin-left: 8px;
}

.sec02 .cont:last-of-type{
	margin-left: 8px;	
	margin-bottom: 0;
}

.sec02 p{
	margin-left: 30px;
}

@media screen and (max-width: 640px) {
	.sec02 .wrap{
	padding-bottom: 10px;
}
	.sec02 h2{
		padding: 20px;
	}
	.sec02 figure{
		text-align: center;
	}
	.sec02 .wrap{
		width: 100%;
		padding-bottom: 15px;
		margin-top: -15px;
	}

.sec02 .wrap .box{
	background: #fff;
	margin: 0 10px;
	padding: 10px;
}

	.sec02 .cont{
		width: 100%;
		margin-left: 0;
		padding-right: 5px;
	}
}

/* ----------------------------------------------------
    sec03
---------------------------------------------------- */
/* sec02の三角 */
.sec03 .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 362px solid transparent;
  border-left: 362px solid transparent;
  border-top: 60px solid #70acce;
  border-bottom: 0;
}
/* sec03 */
.sec03 h2{
	margin: 30px auto;
	width: 95%;
}

.sec03 p{
	text-align: center;
	margin-bottom: 15px;
}

@media screen and (max-width: 640px) {
.sec03 .box{
	width: 100%;
	padding-bottom: 10px;
}

/* sec02の三角 */
.sec03 .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 100px solid transparent;
  border-left: 100px solid transparent;
  border-top: 30px solid #70acce;
  border-bottom: 0;
	margin: auto;
	text-align: center;
}
/* sec03 */
.sec03 h2{
	width: 100%;
	text-align: center;
}

.sec03 p{
	text-align: left;
}
}

/* ----------------------------------------------------
    sec04
---------------------------------------------------- */
.sec04 .wrap{
	background: #f6f6f6;
	padding-bottom: 35px;
	margin-bottom: 35px;
}

.sec04 h2{
	width: 570px;
	padding-top: 40px;
	margin: 40px auto;
}

.sec04 .text{
	padding: 30px;
}

.sec04 .text p{
	margin-bottom: 15px;
}

.sec04 h3{
	width: 220px;
	margin: 0 auto 10px;
}

.sec04 h4{
	width: 90%;
	margin: 0 auto 10px;
}

/* 親要素(コンテナ) */
.sec04 .flex-cont {
  display: flex;
	align-items: center;
	margin-bottom: 15px;
}

/* 子要素(アイテム) */
.sec04 .flex-item-left {
	width: 300px;
  margin: 25px;
}
.sec04 .flex-item-right {
	width: 380px;
	margin-right: 25px;
}

.sec04 .flex-item-right p {
	margin-bottom: 30px;
}


/* CTA 光るボタン */
.sec04 .shiny-btn {
display: inline-block;
position: relative;
padding: 10px 20px;
margin: 5px auto;
background-color: #00b900;
box-shadow: 1px 1px 5px gray;
border-radius: 5px;
font-weight: bold;
font-size: 30px;
color: #fff !important;
text-align: center;
text-decoration: none;
overflow: hidden;
}

.sec04 .shiny-btn::before {
position: absolute;
content: '';
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 45%, rgba(255, 255, 255, 0) 100%);
transform: skewX(-45deg);
animation: nyainy-btn 2.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite;
}
@keyframes nyainy-btn {
0% {
left: -100%;
}
25% {
left: 100%;
}
100% {
left: 100%;
}
}

.sec04 .kira-btn{
	text-align: center;
}

@media screen and (max-width: 640px) {
.sec04 .wrap{
	background: #f6f6f6;
	padding-bottom: 35px;
	margin-bottom: 35px;
}

.sec04 h2{
	width: 100%;
	padding-top: 15px;
	margin-bottom: 15px;
}

.sec04 .text{
	padding: 30px;
}

.sec04 .text p{
	margin-bottom: 15px;
}

.sec04 h3{
	width: 70%;
	margin: 0 auto 10px;
	text-align: center;
}

.sec04 h4{
	width: 90%;
	margin: 0 auto 10px;
}

/* 親要素(コンテナ) */
.sec04 .flex-cont {
  display: block;
	align-items: center;
	margin-bottom: 20px;
}

/* 子要素(アイテム) */
.sec04 .flex-item-left {
  margin: 0 auto 10px;
}
.sec04 .flex-item-right {
	width: 90%;
	margin: 0 auto 15px;
}

.sec04 .flex-item-right p {
	margin-bottom: 30px;
}

.sec04 .flex-item-left:nth-of-type(2) {
	padding: 10px	 5px;
}

/* CTA 光るボタン */
.sec04 .shiny-btn {
display: inline-block;
position: relative;
padding: 25px 20px;
margin: 3px auto;
background-color: #00b900;
box-shadow: 1px 1px 5px gray;
border-radius: 5px;
font-weight: bold;
font-size: 23px;
color: #fff !important;
text-align: center;
text-decoration: none;
overflow: hidden;
}

.sec04 .shiny-btn::before {
position: absolute;
content: '';
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 45%, rgba(255, 255, 255, 0) 100%);
transform: skewX(-45deg);
animation: nyainy-btn 2.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite;
}
@keyframes nyainy-btn {
0% {
left: -100%;
}
25% {
left: 100%;
}
100% {
left: 100%;
}
}

.sec04 .kira-btn{
	text-align: center;
}
}

/* ----------------------------------------------------
    sec05
---------------------------------------------------- */
.sec05 h2{
	width: 90%;
	margin: 0 auto 35px;
}

.sec05 figure{
	margin-bottom: 33px;
}
@media screen and (max-width: 640px) {
.sec05 h2{
	width: 100%;
	margin: 0 auto 35px;
}

.sec05 figure{
	margin-bottom: 33px;
}
}
/* ----------------------------------------------------
    sec06
---------------------------------------------------- */
.sec06 h2{
	width: 390px;
	margin: auto;
}

.sec06 figure{
	width: 210px;
	margin: auto;
}

.sec06 h3{
	width: 300px;
	padding-top: 25px;
	margin: 20px auto;
}

.sec06 .box{
	background: #fffadd;
	margin-bottom: 30px;
}

/* 親要素(コンテナ) */
.sec06 .flex-cont {
  display: flex;
	padding-bottom: 22px;
}

/* 子要素(アイテム) */
.sec06 .flex-item {
	width: 30%;
	margin: auto;
}

@media screen and (max-width: 640px) {
.sec06 h2{
	width: 	100%;
	margin: auto;
}

.sec06 figure{
	width: 100%;
	text-align: center;
}

.sec06 h3{
	width: 100%;
	padding-top: 25px;
	margin: 20px auto;
}

.sec06 .box{
	background: #fffadd;
	margin-bottom: 30px;
}

/* 親要素(コンテナ) */
.sec06 .flex-cont {
  display: block;
	padding-bottom: 22px;
}

/* 子要素(アイテム) */
.sec06 .flex-item {
	width: 100%;
	margin: 0 auto 15px;
}

.sec06 .flex-item:last-of-type {
	width: 100%;
	margin: 0 auto;
}
}
/* ----------------------------------------------------
    sec07
---------------------------------------------------- */
.sec07{
	margin-bottom: 40px;
}

.sec07 h2{
	width: 250px;
	margin: 20px auto;
}

@media screen and (max-width: 640px) {
.sec07{
	margin-bottom: 40px;
}

.sec07 h2{
	width: 100%;
	margin: 10px 43px;
}
}

/* ----------------------------------------------------
    sec08
---------------------------------------------------- */
.sec08 h2{
	margin-bottom: 30px;
}

.sec08 .text{
	padding: 0 25px;
}

.sec08 p{
	margin-bottom: 27px;
	line-height: 1.6;
}

@media screen and (max-width: 640px) {
.sec08 h2{
	margin-bottom: 20px;
}

.sec08 .text{
	padding: 0 10px;
}

.sec08 p{
	margin-bottom: 20px;
	line-height: 1.6;
}
}
/* ----------------------------------------------------
    sec09
---------------------------------------------------- */
.sec09 h2{
	width: 330px;
	margin: auto;
	margin-bottom: 25px;
}

.sec09 p{
	line-height: 1.6;
	margin-bottom: 27px;
}

/* 親要素(コンテナ) */
.sec09 .flex-cont {
  display: flex;
}

/* 子要素(アイテム) */
.sec09 .flex-item-left {
	width: 45%;
	margin-left: 30px;

}

.sec09 .flex-item-right {
	width: 45%;
	margin: auto;
	padding-left: 15px;
}

@media screen and (max-width: 640px) {
.sec09 h2{
	width: 100%;
	margin: auto;
	margin-bottom: 25px;
}

.sec09 p{
	line-height: 1.6;
	margin-bottom: 27px;
}

/* 親要素(コンテナ) */
.sec09 .flex-cont {
  display: block;
}

/* 子要素(アイテム) */
.sec09 .flex-item-left {
	width: 94%;
	margin-left: 5px;

}

.sec09 .flex-item-right {
	width: 94%;
	margin: auto;
	padding-left: 5px;
	margin-bottom: 15px;
}
}
/* ----------------------------------------------------
    sec10
---------------------------------------------------- */
.sec10{
	background: #101841;
	padding-bottom: 30px;
}

.sec10 h2{
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	padding-top: 18px;
}

.sec10 .box{
	background: #fff;
	padding-bottom: 5px;
}

.sec10 .box p{
	padding: 20px 0 5px;
	text-align: center;
}

.sec10 .wrapper {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
	margin-bottom: 20px;
}

.sec10 button {
  padding: 5px 20px;
  border: 0;
  border-radius: 5px;
  font-weight: bold;
  font-size: 140%;
  cursor: pointer;
}

.sec10 .fade:focus,
.sec10 .fade:active {
  background-color: black;
}
.sec10 .fade {
  background-color: #06c755;
  color: #fff;
  transition: background-color 1s;
}

.sec10 .fade:hover {
  background-color: #004369;
}

.sec10 .fade:focus,
.sec10 .fade:active {
  background-color: black;
  transition: none;
}

@media screen and (max-width: 640px) {
.sec10{
	background: #101841;
	padding-bottom: 30px;
}

.sec10 h2{
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	padding: 10px 0;
}

.sec10 .box{
	background: #fff;
	padding-bottom: 5px;
}

.sec10 .box p{
	padding: 20px 0 5px;
	text-align: center;
	margin-bottom: 8px;
}

.sec10 .wrapper {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
	margin: 15px 5px;
}

.sec10 button {
  padding: 15px 12px;
  border: 0;
  border-radius: 5px;
  font-weight: bold;
  font-size: 140%;
  cursor: pointer;
	margin-bottom: 5px;
}

.sec10 .fade:focus,
.sec10 .fade:active {
  background-color: black;
}
.sec10 .fade {
  background-color: #06c755;
  color: #fff;
  transition: background-color 1s;
}

.sec10 .fade:hover {
  background-color: #004369;
}

.sec10 .fade:focus,
.sec10 .fade:active {
  background-color: black;
  transition: none;
}
}

/* ----------------------------------------------------
    sec11 policy
---------------------------------------------------- */
.sec18 h2{
	padding: 20px 0;
	text-align: center;
	font-weight: bold;
	font-size: 30px;
}

.sec18 .cont{
	margin-bottom: 20px;
}

.sec18 h3{
	margin-bottom: 10px;
	font-weight: bold;
}

@media screen and (max-width: 640px) {
.sec18 h2{
	padding: 20px 0;
	text-align: center;
	font-weight: bold;
	font-size: 30px;
}

.sec18 .cont{
	margin-bottom: 20px;
}

.sec18 h3{
	margin-bottom: 10px;
	font-weight: bold;
}}

/* ----------------------------------------------------
    sec12 law
---------------------------------------------------- */
.sec19{
	margin-bottom: 40px;
}

.sec19 h2{
	padding: 20px 0;
	text-align: center;
	font-weight: bold;
	font-size: 30px;
}

.sec19 .cont{
	margin-bottom: 20px;
}

/* table01 */
.sec19 #table01 tr {
  border-bottom: 1px solid #b5b1b1;
}

.sec19 #table01 th,
.sec19 #table01 td {
  padding: 24px 0;
  border: none;
}

.sec19 #table01 th {
  width: 33%;
}

.sec19 #table01 td {
  padding-left: 15px;
}

/* sp */
@media only screen and (max-width: 480px) {
  .sec19 #table01 th,
  .sec19 #table01 td {
    width: 100%;
    display: block;
  }

  .sec19 #table01 th {
    width: 100%;
  }

  .sec19 #table01 td {
    padding-top: 0;
  }
}

/* ----------------------------------------------------
    footer
---------------------------------------------------- */
footer p{
	font-size: 18px;
	color: #fff;
}

footer{
	background: #000;
	text-align: center;
	padding: 10px 0;
}

footer .footer_link{
	color: #fff;
}

footer a:link{
	color: #fff;
	text-decoration: none;
}

footer a:visited{
	color: #fff;
	text-decoration: none;
}

footer a:hover{
	opacity: 7;
	text-decoration: underline;
}

footer a:active{
	opacity: 7;
	text-decoration: underline;
}

footer .copy{
	color: #fff;
}

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

footer{
	background: #000;
	text-align: center;
	padding: 5px 0;
}

footer .footer_link{
	color: #fff;
}

footer a:link{
	color: #fff;
	text-decoration: none;
}

footer a:visited{
	color: #fff;
	text-decoration: none;
}

footer a:hover{
	opacity: 7;
	text-decoration: underline;
}

footer a:active{
	opacity: 7;
	text-decoration: underline;
}

footer .copy{
	color: #fff;
}
}