@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Roboto:ital,wght@0,400;0,700;1,400&display=swap');

/* CSS Document */
*{
	box-sizing:border-box;
	padding:0;
	margin:0;
	word-break:normal;
	word-wrap:break-word;

}
body{
    font-family: 'Noto Sans JP', 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif,
    "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic Medium", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", 
    "ヒラギノ角ゴ Pro W6", "メイリオ", "Meiryo", Arial, sans-serif;

/* 2024/10/02 フォント変更
	font-family: "游ゴシック", "Yu Gothic","游ゴシック体", "YuGothic Medium", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro W6", "メイリオ","Meiryo",Arial, sans-serif;
*/
/*font-family: 'Roboto', sans-serif;*/
	background-color:#fff;
	color:#333;
	font-size: 16px;
	line-height: 1.6;
}
img{
	vertical-align:bottom;
	margin:0;
	padding:0;
	border:0;
	max-width:100%;
}
.clearfix:before,
.clearfix:after{
	display: table;
  	content: " ";
}
.clearfix:after{
	clear: both;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
table {
  background-color: transparent;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
ul li{
	list-style:none;
}
h1,h2,h3,h4,h5,h6,p{
	margin:0px;
}

.os-animation{
    opacity: 0;
}  
.align_items_center{
    display:flex;
    align-items: center;
}
.os-animation.animated{
    opacity: 1;
}
.fixedcontainer{
	width:1080px;
	margin:0 auto;
	padding:0px;
}
.fixedcontainer2{
	width:1280px;
	margin:0 auto;
	padding:0px;
}
a{
	color: inherit;
}
a:visited,
a:link,
a:hover,
a:active,
a:focus{
	outline:none;
	text-decoration:none;
}
a:hover{
	opacity:0.8;
	transition:opacity 0.5s ease;
}


.red{
	color:#ed1c24;
}
.bkyellow{
	background-color:#fff100;
}
.bold{
	font-weight:bold;
}
.btline{
	text-decoration:underline;	
}
.underline{
	text-decoration:underline;
}
.text-center{
	text-align:center;
}
.text-left{
	text-align:left;
}
.text-right{
	text-align:right;
}
.visible-sp{
	display:none;
}
.hidden-sp{
	display:block;
}
.visible-xs{
	display:none;
}
.hidden-xs{
	display:block;
}
.visible-500{
	display:none;
}
.hidden-500{
	display:block;
}
.flex{
  display:-webkit-flex;
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    flex-direction:row;
    flex-wrap: nowrap;
}
.blue{
	color: #1B9AD7;
}
/*-------------header----------------------*/
.header{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 3;
}
.header.scrolled{
	background-color: rgba(255, 255, 255, 0.9);
}
.header_in{
	padding: 20px 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header_left{
	display: flex;
	align-items: center;
}
.header_left a{
	font-weight: bold;
	margin-left: 30px;
}
.header_left a:first-child{
	margin-left: 0;
}
.header_right ul{
	display: flex;
	align-items: center;
}
.header_right ul li{
	margin-left: 30px;
}
.btn-size1{
	width: 170px;
	display: inline-block;
	border-radius: 100px;
	font-weight: bold;
	text-align: center;
	position: relative;
	z-index: 1;
}
.btn-size1 span{
	overflow: hidden;
	width: 100%;
	height: 100%;
	display: block;
	padding: 10px 0 7px;
	border: 2px solid #000;
	border-radius: 30px;
}
.btn-white:after{
	background: #fff;
}
.btn-white span{
	color: #333;
}
.no-animate span:before{
	content: none !important;
}
.btn-white span:before{
	display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
	width: 100%;
	height: 100%;
  transform: translate(-101%, 0);
  background: #1B9AD7;
  animation: effect1 6s linear 0s infinite;
}
.btn-blue:after{
	background: #1B9AD7;
}
.btn-blue{
	color: #fff;
}
.btn-blue span{
	color: #fff;
}
.btn-green:hover span:before{
	background-color: #1B9AD7;
}
.btn-blue span:before{
	display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
	width: 100%;
	height: 100%;
  transform: translate(-101%, 0);
  background: #fff;
  animation: effect2 6s linear 0s infinite;
}
@keyframes effect1 { 0% { transform: translate(-101%, 0); }
  40% { transform: translate(-101%, 0); }
  50% { transform: translate(101%, 0); }
  100% { transform: translate(101%, 0); } }
@keyframes effect2 { 0% { transform: translate(-101%, 0); }
  50% { transform: translate(-101%, 0); }
  60% { transform: translate(101%, 0); }
  100% { transform: translate(101%, 0); } }
@keyframes effect3 { 0% { transform: translate(-101%, 0); }
  50% { transform: translate(-101%, 0); }
  60% { transform: translate(101%, 0); }
  100% { transform: translate(101%, 0); } }
.btn-size1 span{
	position: relative;
	z-index: 2;
}
.btn-size1:after{
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	border-radius: 100px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
.btn-size1:before{
	content: "";
  display: block;
  position: absolute;
	z-index: 0;
  border-radius: 100px;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  -ms-transform: translate(5px, 5px);
  transform: translate(5px, 5px);
	transition-duration: 0.2s;
  background: url(../img/btn-back.png) left top;
}
.btn-size1:hover:before {
	animation: move-stripe1 .4s infinite linear;
}
@keyframes move-stripe1 { 
	0% { background-position: 0 0; }
  100% { background-position: -8px 0; } 
}
.hover1 span{
	transition: 0.5s;
}
.hover1:hover span{
	background-color: #1B9AD7;
	color: #fff;
	transition: 0.5s;
}
.hover2 span{
	transition: 0.5s;
}
.hover2:hover span{
	background-color: #fff;
	color: #1B9AD7;
	transition: 0.5s;
}
.hover3 span{
	transition: 0.5s;
}
.hover3:hover span{
	background-color: #fff;
	color: #333;
	transition: 0.5s;
}
.fv{
	position: relative;
}
.fv_back{
	width: 93.05%;
	height: 50.6vw;
	margin-left: 6.95%;
	position: relative;
	z-index: 0;
	line-height: 0;
	background: url(../img/fv-back.svg) no-repeat;
	background-size: cover;
	background-position: bottom left;
}
.fv_in{
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	align-items: center;
	position: absolute;
	z-index: 1;
	padding-left: 11.38vw;
	padding-top: calc(92px + 2vw);
}
.fv_img{
	margin-left: 3vw;
}
.fv_img img{
	width: 40vw;
}
.fv_ttl{
	font-size: 30px;
	letter-spacing: 1px;
}

.fv_ttl9{
	font-size: 14px;
	letter-spacing: 1px;
	text-align: left;
	margin: 0px 10px 20px; 
	color: #282828;

}


.fv_ttl>span{
	font-size: 54px;
/*font-size: 38px*/	
	
	
}
.fv_ttl>strong{
	font-size: 25px;
}
.fv_ttl>strong>span{
	font-size: 34px;
}
.fv_content{
	text-align: center;
}
.fv_txt{
	font-size: 20px;
	font-weight: bold;
	margin: 30px 0 20px;
}
.btn-size3{
	width: 35vw;
	display: inline-block;
	border-radius: 100px;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	position: relative;
	z-index: 1;
}
.btn-size3 span{
	overflow: hidden;
	width: 100%;
	height: 100%;
	display: block;
	padding: 30px 0;
	border-radius: 60px;
	border: 2px solid #000;
}
.btn-size2 span:before{
	border-radius: 60px;
}
.btn-green{
	color: #fff;
}
.btn-green:after{
	background-color: #00A99D;
}
.btn-green:hover span:before{
	background-color: #00A99D;
}
.btn-green span:before{
	display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
	width: 100%;
	height: 100%;
  transform: translate(-101%, 0);
  background: #fff;
  animation: effect1 6s linear 0s infinite;
}
@keyframes f-effect1 { 0% { transform: translate(-101%, 0); }
  40% { transform: translate(-101%, 0); }
  46.6% { transform: translate(101%, 0); }
  100% { transform: translate(101%, 0); } }
@keyframes f-effect2 { 0% { transform: translate(-101%, 0); }
  46.6% { transform: translate(-101%, 0); }
  53.3% { transform: translate(101%, 0); }
  100% { transform: translate(101%, 0); } }
@keyframes f-effect3 { 0% { transform: translate(-101%, 0); }
  55.3% { transform: translate(-101%, 0); }
  60% { transform: translate(101%, 0); }
  100% { transform: translate(101%, 0); } }
.btn-size3 span{
	position: relative;
	z-index: 2;
}
.btn-size3:after{
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	border-radius: 100px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
.btn-size3:before{
	content: "";
  display: block;
  position: absolute;
	z-index: 0;
  border-radius: 100px;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  -ms-transform: translate(8px, 8px);
  transform: translate(8px, 8px);
	transition-duration: 0.2s;
  background: url(../img/btn-back.png) left top;
}
.btn-size3:hover:before {
	animation: move-stripe1 .4s infinite linear;
}
.problem{
	padding: 80px 0 164px;
	background: url(../img/problem-back2.svg) no-repeat;
	background-size: 100% auto;
	background-position: bottom center;
}
.sec_ttl{
	text-align: center;
	margin-bottom: 60px;
	font-size: 36px;
	letter-spacing: 2px;
}
.sec_ttl span{
	display: block;
	font-family: 'Roboto', sans-serif;
	color: #1B9AD7;
	font-size: 24px;
}
.problem_link{
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}
.problem_link li{
	width: 240px;
}
.problem_link li a{
	display: block;
	height: 100%;
}
.problem_link_one{
	position: relative;
	height: 100%;
	background-color: #E6F1FA;
	padding: 50px 15px 20px;
	border-radius: 10px;
}
.problem_link_no{
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, -50%);
}
.problem_link_ttl{
	text-align: center;
	font-size: 28px;
	margin-bottom: 10px;
}
.problem_link_txt{
	font-size: 12px;
	line-height: 1.8;
}
.problem_link_one:after{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 100%);
	width: 30px;
	height: 15px;
	background: url(../img/arrow1.svg) no-repeat;
	background-size: contain;
	background-position: top center;
}
.problem_div{
	padding-top: 90px;
}
.problem_div_in{
	background-color: #E6F1FA;
	padding: 50px;
	border-radius: 20px;
}
.problem_div_header{
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.problem_div_no{
	color: #1B9AD7;
	font-size: 14px;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	margin-right: 30px;
	letter-spacing: 1px;
	line-height: 1.2;
	text-align: center;
}
.problem_div_no span{
	font-size: 48px;
	display: block;
}
.problem_div_header h3{
	font-size: 26px;
	line-height: 1.5;
}
.problem_txt{
/*	font-size: 16px; */
	font-size: 0.9rem;
	line-height: 1.8;
	letter-spacing: 1px;
}
.problem_txt li{
	position: relative;
	padding-left: 20px;
}
.problem_txt li span{
	position: absolute;
	left:0;
}

.problem1_txt{
/*	font-size: 16px; */
	font-size: 0.7rem;
	line-height: 1.8;
	letter-spacing: 1px;
}
.problem1_txt li{
	position: relative;
	padding-left: 20px;
}
.problem1_txt li span{
	position: absolute;
	left:0;
}









.problem1_imgs{
	display: flex;
	border: 2px solid #333;
	padding: 40px 0;
	background-color: #fff;
	justify-content: space-between;
	margin-top: 50px;
}
.problem1_imgs li{
	width: 33.33%;
	text-align: center;
	position: relative;
}
.problem1_imgs li:nth-child(2){
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}
.problem1_img_no{
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, -66px);
}
.problem_div_flex{
	display: flex;
	justify-content: space-between;
}
.problem_div_content{
	width: calc(100% - 380px);
}
#problem3 .problem_div_flex{
	flex-direction: row-reverse;
}










.btn_list{
	margin-top: 80px;
	display: flex;
	justify-content: center;
}
.btn_list a:first-child{
	margin-right: 55px;
}
.btn-size2{
	width: 320px;
	display: inline-block;
	border-radius: 100px;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	position: relative;
	z-index: 1;
}
.btn-size2 span{
	overflow: hidden;
	width: 100%;
	height: 100%;
	display: block;
	padding: 20px 0;
	border-radius: 40px;
	border: 2px solid #000;
}
.btn-size2 span:before{
	border-radius: 40px;
}
.btn-size2 span{
	position: relative;
	z-index: 2;
}
.btn-size2:after{
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	border-radius: 100px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
.btn-size2:before{
	content: "";
  display: block;
  position: absolute;
	z-index: 0;
  border-radius: 100px;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  -ms-transform: translate(8px, 8px);
  transform: translate(8px, 8px);
	transition-duration: 0.2s;
  background: url(../img/btn-back.png) left top;
}
.btn-size2:hover:before {
	animation: move-stripe1 .4s infinite linear;
}
.funcs{
	padding: 100px 0;
}
.funcs_list{
	display: flex;
	justify-content: space-between;
}
.funcs_one{
	width: 240px;
	background-color: #E6F1FA;
	box-shadow: 5px 5px 10px rgba(27, 154,215, 0.1);
	border-radius: 10px;
	padding: 48px 10px 36px;
	text-align: center;
}
.funcs_ttl{
	font-size: 20px;
	margin-top: 20px;
}
.btn-size4{
	width: 500px;
	display: inline-block;
	border-radius: 100px;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	position: relative;
	z-index: 1;
}
.btn-size4 span{
	overflow: hidden;
	width: 100%;
	height: 100%;
	display: block;
	padding: 25px 0;
	border-radius: 60px;
}
.btn-size4 span:before{
	border-radius: 60px;
}
.btn-size4 span{
	position: relative;
	z-index: 2;
}
.btn-size4:after{
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	border-radius: 100px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
.btn-size4:before{
	content: "";
  display: block;
  position: absolute;
	z-index: 0;
  border-radius: 100px;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  -ms-transform: translate(8px, 8px);
  transform: translate(8px, 8px);
	transition-duration: 0.2s;
  background: url(../img/btn-back.png) left top;
}
.btn-size4:hover:before {
	animation: move-stripe1 .4s infinite linear;
}
.btn-size4 span{
	border: 2px solid #000;
}
.btn_wrap{
	text-align: center;
	margin-top: 50px;
}
.features{
	padding: 120px 0;
	background-image: url(../img/back.svg);
	background-size: 100% auto;
	background-repeat: no-repeat repeat;
	background-color: #CDE7FC;
}
.merit{
	padding: 120px 0;
	background: url(../img/merit-back.jpg) no-repeat;
	background-size: cover;
}
.merit .sec_ttl{
	color: #fff;
}
.merit .sec_ttl span{
	color: #FCEE21;
}
.merit_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.merit_one{
	width: 486px;
	position: relative;
	margin-top: 50px;
}
.merit_div{
	border-radius: 486px;
	background-color: #E6F1FA;
	padding: 97px 60px;
	text-align: center;
	margin-bottom: 30px;
}
.merit_ttl{
	font-size: 32px;
	margin: 30px 0 20px;
}
.merit_num{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 90px;
	font-family: 'Roboto', sans-serif;
	color: #FCEE21;
	line-height: 1;
	font-weight: bold;
}
.merit_one:nth-child(2n){
	margin-top: 100px;
}
.merit_one:first-child{
	margin-top: 0;
}
.merit_div p{
	font-size: 18px;
}
.merit_txt{
	font-size: 18px;
	line-height: 1.8;
	letter-spacing: 1px;
	color: #fff;
}
.merit_txt span{
	color: #FCEE21;
}
.price{
	padding: 120px 0;
	background-image: url(../img/price-back.svg);
	background-size: 100% auto;
	background-repeat: no-repeat repeat;
	background-color: #CDE7FC;
	background-position: center;
	position: relative;
}
.price:before{
	content: '';
	width: 242px;
	height: 254px;
	background: url(../img/back-left.svg) no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 0;
}
.price:after{
	content: '';
	width: 298px;
	height: 232px;
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(../img/back-right.svg) no-repeat;
	background-size: contain;
}
.price table{
	width: 100%;
  border-spacing: 4px;
  border-collapse: separate;
	text-align: center;
	font-weight: bold;
}
.price table thead th{
	width: 15%;
}
.price table thead td:nth-child(2){
	width: 15%;
	color: #fff;
	font-size: 20px;
	padding: 20px 10px;
}
.price table thead td{
	width: 15%;
	color: #fff;
	font-size: 20px;
	padding: 20px 10px;
}
.price table thead td span{
	color: #FBF971;
	display: block;
}
.price table thead td:nth-child(2){
	background-color: #70bfc2;
}
.price table thead td:nth-child(3){
	background-color: #ef9641;
}
.price table thead td:nth-child(4){
	background-color: #009ed9;
}
.price table thead td:nth-child(5){
	background-color: #646872;
}
.price table thead td:nth-child(6){
	background-color: #1a82e2;
}
.price table tbody td{
	width: 15%;
	background-color: #fff;
	padding: 15px;
}
.price table tbody td span{
	font-size: 22px;
}
.price table tbody th{
	padding: 15px;
	background-color: #fff;
	vertical-align: top;
}
.price table tbody tr:nth-child(2n) td,.price table tbody tr:nth-child(2n) th{
	background-color: #F0F7FC;
}
.price table tbody td ul{
	font-size: 14px;
	text-align: left;
	font-weight: normal;
}
.price table tbody td ul li{
	position: relative;
	padding-left: 18px;
}
.price table tbody td li:before{
	content: '';
	width: 12px;
	height: 12px;
	background: url(../img/arrow3.svg) no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	left: 0;
	top: 4px;
}
.works{
	padding: 120px 0;
}
.work_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.work_one{
	display: block;
	width: 520px;
	border-radius: 10px;
	background-color: #E6F1FA;
	padding: 30px;
	box-shadow: 5px 5px 10px rgba(27, 154,215, 0.1);
}
.work_one_in{
	display: flex;
}
.work_img{
	width: 200px;
}
.work_content{
	width: calc(100% - 200px);
	padding: 10px 0 10px 20px;
}
.work_content h3{
	font-size: 20px;
	color: #1B9AD7;
	margin-bottom: 10px;
}
.work_content p{
	font-size: 14px;
}
.work_txt{
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
}
.new_one{
	display: flex;
	background-color: #fff;
	position: relative;
	margin-bottom: 20px;
	padding: 20px 40px;
}
.new_one:last-child{
	margin-bottom: 0;
}
.new_one:after{
	content: '';
	width: 24px;
	height: 24px;
	position: absolute;
	right: 18px;
	top: 50%;
	margin-top: -12px;
	background: url(../img/arrow2.svg) no-repeat;
	background-size: contain;
	background-position: center;
}
.price .fixedcontainer{
	position: relative;
	z-index: 2;
}
.new_date{
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	width: 200px;
}
.new_ttl{
	width: calc(100% - 200px);
}
.footer{
	background-color: #1B9AD7;
	color: #fff;
	padding: 70px 0 0;
}
.footer_in{
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
.footer_links{
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
}
.footer_links li{
	width: 50%;
	margin-bottom: 10px;
}
.footer_links li a:hover{
	text-decoration: underline;
}
.copyright{
	text-align: center;
	font-size: 14px;
	padding: 40px 0;
	border-top: 1px solid #fff;
}
.feature_one{
	display: flex;
	align-items: flex-start;
	margin-bottom: 80px;
}
.feature_one_content{
	width: 540px;
	background-color: #fff;
	border-top: 10px solid #54B0F1;
	padding: 40px;
	position: relative;
	z-index: 1;
}
.feature_one_content .problem_div_header h3{
	letter-spacing: 1px;
}
.feature_one_content .problem_div_header{
	margin-bottom: 10px;
}
.feature_one_img{
	width: calc(100% - 200px);
	margin-left: -340px;
	padding: 50px;
	padding-left: 380px;
	margin-top: 214px;
	background-color: #E6F1FA;
}
.features .fixedcontainer{
	width: 1280px;
}
.feature_one:nth-child(2n){
	flex-direction: row-reverse;
}
.feature_one:nth-child(2) .feature_one_img{
	margin-left: 0;
	margin-right: -340px;
	padding-left: 50px;
	padding-right: 380px;
}
.feature_one:nth-child(4) .feature_one_img{
	margin-left: 0;
	margin-right: -340px;
	padding-left: 50px;
}
.sub_fv{
	margin-top: 90px;
	padding: 70px 0;
	text-align: center;
	background: url(../img/sub-back.svg) no-repeat;
	background-size: cover;
	background-position: center;
	background-color: #CDE7FC;
}
.sub_fv_ttl{
	font-size: 36px;
}
.breadcrumb{
	padding: 20px 0;
}
.sub_sec{
	padding: 70px 0;
}
.sub_func_list{
	display: flex;
	flex-wrap: wrap;
}
.sub_func_one{
	width: 340px;
	margin-right: 30px;
	margin-bottom: 30px;
	background-color: #E6F1FA;
	border-radius: 10px;
	box-shadow: 5px 5px 10px rgba(27, 154,215, 0.1);
	text-align: center;
	padding: 30px 20px;
}
.sub_func_one:nth-child(3n){
	margin-right: 0;
}
.sub_func_img img{
	height: 60px;
}
.sub_func_img{
	margin-bottom: 20px;
}
.sub_func_ttl{
	font-size: 24px;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.sub_func_txt{
	font-size: 14px;
	text-align: left;
	margin-bottom: 20px;
}
.func_detail_div{
	background-color: #F0F7FC;
	padding: 50px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 70px;
}

@media (min-width: 1040px) {
	.func_detail_div2{
		background-color: #F0F7FC;
		padding: 50px;
		display: flex;
		justify-content: space-between;
		margin-bottom: 70px;
	}
}
@media (max-width: 1039px) {
	.func_detail_div2{
		background-color: #F0F7FC;
		padding: 50px;
		display: grid;
		justify-content: space-between;
		margin-bottom: 70px;
	}
}

.func_detail_div:last-child{
	margin-bottom: 0;
}
.func_detail_content{
	width: 460px;
}
.func_detail_img{
	width: 480px;
}
.func_detail_content2{
	width: 560px;
}
@media (min-width: 1040px) {
	.func_detail_content3{
		width: 47%;
	}
}
@media (max-width: 1039px) {
	.func_detail_content3{
		width: 100%;
	}
}

.func_detail_img2{
	width: 580px;
}
.func_detail_ttl{
	font-size: 24px;
	line-height: 1.4;
	margin-bottom: 20px;
}
.func_detail_box{
	margin-top: 20px;
	background-color: #fff;
	padding: 20px;
}
.func_detail_subttl{
	font-size: 16px;
}
.func_detail_box ul li{
	margin-top: 10px;
	position: relative;
	padding-left: 20px;
}
.func_detail_box ul li:before{
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	left: 0;
	top: 5px;
	background: url(../img/arrow3.svg) no-repeat;
	background-size: contain;
	background-position: center;
}
.func_detail_div:nth-child(2n){
	flex-direction: row-reverse;
}

.label-info {
  background-color: #1f75c2;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label_b {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label_b[href]:hover,
.label_b[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.label_b:empty {
  display: none;
}

.underline1 {
  border-bottom: 7px solid #ffdc00;
}

.floatLeft	{float:left}
.floatRight	{float:right}

/* .clearfix class wraps enclosing block element around inner floated elements */
.clearfix {
	zoom:1;/*for IE 5.5-7*/
}
.clearfix:after {
    content: " ";
    display: block;
    visibility: hidden;
    height: 0.1px;
    clear: both;
    font-size: 0.1em;
    line-height: 0;
}
* html .clearfix {
	display: inline-block;
}

/* no ie mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* */



