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

/*==================================================
index
================================================== */

/*====== mv-top ======*/

.mv{
	padding-top: 80px;
}

#mv-top img{
	width: 100%;
	vertical-align: bottom;
}

#mv-page{
	align-items: center;
	justify-content: center;
	height: 380px;
	display: flex;
	background: url("../images/mv_page.png") no-repeat top right #f3f6f9;
	background-size: contain;
	text-align: left !important;
}

#mv-page .contents-area{
	text-align: left !important;
}

.title-page{
	display: block;
	font-weight: 600;
	font-size: 46px;
	letter-spacing: 0.08em;
	margin-bottom: 35px;
	text-align: left !important;
}

.title-page small{
	display: block;
	font-size: 35%;
}

#mv-page p{
	letter-spacing: 0.08em;
	line-height: 2.0;
}

#mv-customers-detail .title-page{
	font-size: 36px;
	width: 600px;
	margin-left: -600px;
}


/*====== cta ======*/
.image-container {
  position: relative;
  display: inline-block;
}

.cta-button-container {
  position: absolute;
  left: 80px; /* 左からの位置を65pxに設定 */
  bottom: 80px; /* 下からの位置を70pxに設定 */
  display: flex;
  gap: 40px; /* ボタン間のスペースを25pxに設定 */
}

a.cta-download-button {
  width: 240px;
  background-color: #008cd6;
  color: #fff;
  padding: 20px; /* パディングを15pxに設定 */
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  font-size: 20px; /* フォントサイズを18pxに設定 */
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2)
  transition: background-color 0.3s;
}

a.cta-contact-button {
  width: 240px;
  background-color: #005799;
  color: #fff;
  padding: 20px; /* パディングを15pxに設定 */
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  font-size: 20px; /* フォントサイズを18pxに設定 */
  transition: background-color 0.3s;
}

a.cta-download-button:hover {
  background-color: #33aee7; /* 通常色より明るいホバー色 */
}

a.cta-contact-button:hover {
  background-color: #337ab7; /* 通常色より明るいホバー色 */
}

@media only screen and (max-width: 1500px) { 
.cta-button-container {
  position: absolute;
  left: 60px; /* 左からの位置を65pxに設定 */
  bottom: 50px; /* 下からの位置を70pxに設定 */
  display: flex;
  gap: 40px; /* ボタン間のスペースを25pxに設定 */
}

}


/*======  ======*/


@media only screen and (max-width: 480px) { 
.mv{
	padding-top: 60px;
}
	
#mv-page{
	height: auto;
	display: block;
	background: url("../images/mv_page_sp.png") no-repeat top right #f3f6f9;
	background-size: 80%;
	padding: 130px  0 60px;
}


/*====== cta_sp ======*/

  .cta-button-container {
    position: absolute;
    left: 0; /* 左揃え */
    bottom: -30px; /* 下からの位置を調整 */
    display: flex;
    flex-direction: column; /* ボタンを縦に並べる */
    gap: 30px; /* ボタン間のスペースを調整 */
    width: 100%; /* コンテナの幅を全幅 */
    padding: 0 10px; /* 左右のパディングを調整 */
    box-sizing: border-box; /* パディングを含めて要素の幅を計算 */
  }

  a.cta-download-button,
  a.cta-contact-button {
    width: 80%; /* ボタンを幅いっぱいに */
    max-width: 420px; /* ボタンの最大幅を設定して大きくなりすぎないように */
    margin: 0 auto; /* 中央揃え */
    font-size: 16px; /* スマホ画面向けフォントサイズ */
    padding: 15px; /* スマホ画面向けパディング */
  }


	
/*======  ======*/

	
	
.title-page{
	font-size: 26px;
	margin-bottom: 20px;
}

#mv-page p{
	font-size: 13px;
}

#mv-customers-detail .title-page{
	font-size: 21px;
	width: 100%;
	margin-left: 0;
	position: relative;
}
	
}

/*====== Customers-scroll ======*/

#Customers-scroll{
	display: flex;
	overflow: hidden;
	padding-top: 50px;
	padding-bottom: 100px;
}

.swiper-slide img{
	height: 90px;
	vertical-align: middle;
}

.swiper-slide{
	margin-right: 80px;
}

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

#Customers-scroll{
	padding-bottom: 50px;
}

.swiper-slide img{
	height: 52px;
	vertical-align: middle;
}

.swiper-slide{
	margin-right: 45px;
	height: 52px !important;
}
	
}

/*====== banner-01 ======*/
#banner-01{
	padding-top: 30px;
	padding-bottom: 30px;
}

#banner-01 article{
	border-radius: 14px;
	position: relative;
	text-align: center;
	background: #fff;
  }

.img-banner-aspic{
  border-radius: 15px;
}

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

#banner-01{
	padding-top: 0;
	padding-bottom: 30px;
}

#banner-01 article{
	padding-bottom: 5px;
}

.img-banner-aspic{
	width: 90%;
  	border-radius: 5px;
}
}


/*====== banner-02 ======*/
#banner-02{
	padding-top: 30px;
	padding-bottom: 130px;
}

#banner-02 article{
	border-radius: 14px;
	position: relative;
	text-align: center;
	background: #fff;
}


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

#banner-02{
	padding-top: 0;
	padding-bottom: 50px;
}

#banner-02 article{
	padding-bottom: 5px;
}

.img-banner{
	width: 90%;
}
	
}

/*====== banner-01 banner-02 ======*/

.banner-link {
  display: block;
  cursor: pointer;
  opacity: 1.0;
  transition: opacity 0.3s; 
}

.banner-link:hover {
  opacity: 0.8;
}


/*====== intro ======*/

#intro{
	padding-top: 320px;
	padding-bottom: 70px;
}

#intro article{
	border-radius: 14px;
	position: relative;
	text-align: center;
	background: #fff;
	padding-bottom: 50px;
}

#intro article > div{
	margin-bottom: 75px;
}

.img-device{
	position: relative;
	margin-top: -240px;
	margin-bottom: 50px;
}

#intro article > div p{
	line-height: 2.2;
	letter-spacing: 0.08em;
	margin: 0;
}

#intro article > div .title-basic{
	margin-bottom: 30px;
}

/*
.txt-slider {
    position: relative;
    display: inline-block;
    background: #fff;
    box-sizing: border-box;
    vertical-align: middle;
    overflow: hidden;
}

.creative-slider__inner {
    width: 100%;
    position: absolute;
    top: 3px;
    left: 3px;
    bottom: 3px;
    right: 3px;
    opacity: 0;
}
*/

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

#intro{
	padding-top: 110px;
	padding-bottom: 50px;
}

#intro article{
	padding-bottom: 5px;
}

#intro article > div{
	margin-bottom: 50px;
}

.img-device{
	width: 90%;
	margin-top: -60px;
	margin-bottom: 30px;
}
		
	
#intro article > div p{
	line-height: 2.0;
	margin: 0;
}
	
}

/*====== Features ======*/

#Features{
	padding-bottom: 100px;
}

#Features article{
	display: flex;
}

#Features article h3{
	width: 60%;
	margin: 0;
}

#Features article p{
	width: 40%;
	line-height: 2.0;
}

#Features ul{
	list-style: none;
	margin: 80px 0 0;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	padding: 0 !important;
}

#Features ul li{
	width: 360px;
	text-align: center;
	font-weight: 600;
	font-size: 22px;
}

#Features ul li:nth-child(2){
	margin-left: 35px;
	margin-right: 35px;
}

#Features ul li img{
	width: 100%;
	vertical-align: bottom;
}

#Features ul li span{
	position: relative;
	display: block;
	margin-top: -140px;
}

#Features .btn-area{
	margin-top: 150px;
}

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

#Features{
	padding-bottom: 50px;
}

#Features article{
	display: block;
}

#Features article h3{
	width: 100%;
	margin: 0 0 35px;
}

#Features article p{
	width: 100%;
}

#Features ul{
	margin: 50px 0 0;
	display: block;
}

#Features ul li{
	width: 100%;
	display: table;
	text-align: left;
	font-size: 15px;
	margin-bottom: 30px;
}

#Features ul li:nth-child(2){
	margin-left: 0;
	margin-right: 0;
}

#Features ul li img{
	display: table-cell;
	vertical-align: middle;
	width: 90%;
	padding-right: 10%;
}

#Features ul li span{
	display: table-cell;
	width: 50%;
	margin-top: 0;
	vertical-align: middle;
}

#Features .btn-area{
	margin-top: 60px;
}
	
}


/*====== reason ======*/

#reason > h2{
	text-align: center;
	font-size: 46px;
	margin-bottom: 100px;
}

#reason .contents-area{
	width: 1460px;
	background: url("../images/reason_pc.png") no-repeat top center;
	background-size: 100%;
}

#reason article{
	position: relative;
	margin-left: 150px;
	margin-bottom: 180px;
}

#reason article#reason-02{
	margin-left: 770px;
}

#reason article#reason-03{
	margin-bottom: 0;
	padding-bottom: 250px;;
}

.no-reason{
	font-size: 230px;
	color: #008cd6;
	opacity: 0.2;
	position: absolute;
	top: 0;
	left: -60px;
	line-height: 1;
	font-weight: 600;
}

#reason article#reason-02 .no-reason{
	left: inherit;
	right: 100px;
	top: 0;
}

#reason article h3{
	padding-top: 130px;
}

#reason article p{
	width: 540px;
	line-height: 2.0;
	letter-spacing: 0.08em;
	margin-bottom: 50px;
}

#reason article a.btn{
	width: 260px;
}

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

#reason > h2{
	text-align: center;
	font-size: 26px;
	margin-bottom: 75px;
}

#reason .contents-area{
	width: 90%;
	background: none;
}

#reason article{
	position: relative;
	margin-left: 0;
	margin-bottom: 70px;
}

#reason article#reason-02{
	margin-left: 0;
}

#reason article#reason-03{
	margin-bottom: 0;
	padding-bottom: 70px;;
}

.no-reason{
	font-size: 115px;
	position: relative;
	left: inherit;
	left: -7%;
}
	
.img-reason01, .img-reason02, .img-reason03{
    width: 100%;
    vertical-align: bottom;
}

#reason article#reason-02 .no-reason{
	left: -7%;
	right:  inherit;
	top: 0;
}

#reason article h3{
	padding-top: 0;
	position: relative;
	margin-top: -50px;
	margin-bottom: 25px;
}

#reason article p{
	width: 100%;
	margin-bottom: 35px;
}

#reason article a.btn{
	width: 72%;
	display: block;
	margin:  0 auto;
}
	
}

/*====== case-studies ======*/

#Customers > #case-studies > .contents-area{
	display: block;
}

#case-studies article{
	display: flex;
}

#case-studies article h3{
	width: 60%;
	margin: 0;
}

#case-studies article p{
	width: 40%;
	line-height: 2.0;
}

#case-studies ul{
	list-style: none;
	margin: 50px 0 0;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	padding: 0;
}

#case-studies ul li{
	width: 560px;
	margin-right: 40px;
	margin-bottom: 40px;
}

#case-studies ul li:nth-of-type(2n){
	margin-right: 0;
}

#case-studies ul li a{
	display: block;
	height: 220px;
	line-height: 220px;
	position: relative;
	background-size: 100%;
	background-position: center center;
	color: #fff;
	font-size: 28px;
	font-weight: 600;
	text-decoration: none;
	border-radius: 20px;
}

#case-studies ul li a:hover{
	opacity: 0.7;
	background-size: 110%;
}

#case-studies ul li:first-child a{background-image: url("../images/case_studies01.jpg");}
#case-studies ul li:nth-child(2) a{background-image: url("https://wisdombase.share-wis.com/wp-content/uploads/sites/18/2022/12/case_studies02-1.jpg");}
#case-studies ul li:nth-child(3) a{background-image: url("../images/case_studies03.jpg");}
#case-studies ul li:nth-child(4) a{background-image: url("../images/case_studies04.jpg");}
#case-studies ul li:nth-child(5) a{background-image: url("../images/case_studies05.jpg");}
#case-studies ul li:last-child a{background-image: url("../images/case_studies06.jpg");}

#case-studies ul li a strong{
	margin-left: 50px;
}

#case-studies ul li a i{
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	border: 2px solid #fff;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	right: 50px;
	z-index: 1;
}

#case-studies ul li a i img{
	width: 20px;
}

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

#case-studies article{
	display: block;
}

#case-studies article h3{
	width: 100%;
	margin: 0 0 35px;
}

#case-studies article p{
	width: 100%;
}

#case-studies ul{
	margin: 35px 0 0;
	display: block;
}

#case-studies ul li{
	width: 100%;
	margin-right: 0;
	margin-bottom: 15px;
}

#case-studies ul li a{
	height: 125px;
	line-height: 130px;
	font-size: 14px;
	border-radius: 10px;
}

#case-studies ul li a strong{
	margin-left: 30px;
}

#case-studies ul li a i{
	width: 40px;
	height: 40px;
	margin-top: -20px;
	right: 30px;
}

#case-studies ul li a i img{
	width: 16px;
}
	
}


/*====== Customers ======*/

#Customers{
	padding-bottom: 0;
}

#Customers > div.contents-area > article{
	display: flex;
}

#Customers > div.contents-area > article h3{
	width: 60%;
	margin: 0;
}

#Customers > div.contents-area > article p{
	width: 40%;
	line-height: 2.0;
}

.ul-customers{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	margin-top: 70px;
}

.ul-customers li{
	width: calc(100%/5);
	text-align: center;
	margin-bottom: 50px;
}

.ul-customers li img{
	height: 126px;
	vertical-align: middle;
}

#list-top-customers{
	padding-top: 80px;
	position: relative;
}

#list-top-customers > div.bg{
	width: 90%;
	height: 780px;
	position: absolute;
	z-index: -1;
	top: 180px;
	left: 5%;
	background: #f3f6f9;
	border-radius: 12px;
}

#list-top-customers > div > div{
	width: 96%;
	margin: 0 auto;
}

.img-ex-customers{
	width: 100%;
	box-sizing: border-box;
	height: 16.5vw;
}

.img-ex-customers img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	box-sizing: border-box;
	border-radius: 8px;
	border: 8px solid #dde9f4;
}

#list-top-customers > div > div .title-basic{
	font-size: 26px;
	margin: 35px 0;
}

#list-top-customers > div > div .title-basic small{
	display: block;
	font-size: 15px;
}

#list-top-customers > div > div p{
	line-height: 2.0;
	letter-spacing: 0.08em;
}

#list-top-customers > div > div a.btn{
	width: 260px;
}

.slick-slide{
	position: relative;
	padding-bottom: 80px;
}

#Customers .slick-slide .btn-area{
	position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    text-align: center;
    width: 100%;
}

#Customers > .btn-area{
	margin-top: 180px;
}

@media screen and (min-width:481px) and ( max-width:1460px){ 

.img-ex-customers{
	height: 30vw;
}
	
}

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

#Customers{
	padding-bottom: 0;
}

#Customers > div.contents-area > article{
	display: block;
}

#Customers > div.contents-area > article h3{
	width: 100%;
	margin: 0 0 35px;
}

#Customers > div.contents-area > article p{
	width: 100%;
}

.ul-customers{
	margin-top: 50px;
}

.ul-customers li{
	margin-bottom: 35px;
}

.ul-customers li img{
	height: 35px;
}
	
#list-top-customers{
	padding-top: 20px;
}

#list-top-customers > div.bg{
	width: 100%;
	height: 560px;
	top: 80px;
	left: 0;
	border-radius: 0;
}

#list-top-customers > div > div{
	width: 90%;
}
	
.img-ex-customers{
	width: 100%;
	height: 56vw;
}

.img-ex-customers img{
	border: 6px solid #dde9f4;
}	

#list-top-customers > div > div .title-basic{
	font-size: 18px;
	margin: 25px 0;
}

#list-top-customers > div > div .title-basic small{
	font-size: 12px;
}

#list-top-customers > div > div a.btn{
	width: 72%;
	display: block;
	margin: 0 auto;
}

.slick-slide{
	position: relative;
	padding-bottom: 0;
}

#Customers .slick-slide .btn-area{
	position: relative;
	margin-top: 50px;
    left: inherit;
    bottom: inherit;
}
	
#Customers .btn-area a.btn{
    display: block;
    margin: 0 auto;
    width: 90%;
}

.home #Customers > .btn-area{
	margin-top: 110px;
	margin-bottom: 10px;
}
	
}
/*====== Magazine ======*/

#Magazine article{
	display: flex;
}

#Magazine article h3{
	width: 60%;
	margin: 0;
}

#Magazine article p{
	width: 40%;
	line-height: 2.0;
}

#Magazine ul{
	list-style: none;
	margin: 50px 0 0;
}

#Magazine ul li{
	border-top: 1px solid #dde9f4;
	padding-top: 40px;
	padding-bottom: 40px;
	display: flex;
}

#Magazine ul li:last-child{
	border-bottom: 1px solid #dde9f4;
}

.img-magazine{
	width: 300px;
	padding-right: 50px;
}

.img-magazine img{
	width: 100%;
	vertical-align: top;
	border-radius: 16px;
}

.list-magazine{
	width: 810px;
}

.title-list-magazine{
	display: block;
	font-size: 26px;
	font-weight: 600;
	line-height: 1.9;
	margin-bottom: 20px;
}

.list-magazine p{
	line-height: 2.0;
	margin-bottom: 20px;
}

.link-magazine{
	text-align: right;
}

.magazine-tag a{
	font-size: 13px;
}

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

#Magazine article{
	display: block;
}

#Magazine article h3{
	width: 100%;
	margin: 0 0 35px;
}

#Magazine article p{
	width: 100%;
}

#Magazine ul{
	list-style: none;
	margin: 50px 0 0;
}

#Magazine ul li{
	display: block;
}

.img-magazine{
	width: 100%;
	padding-right: 0;
	text-align: center;
	margin-bottom: 30px;
}

.img-magazine img{
	width: 75%;
}

.list-magazine{
	width: 100%;
}

.title-list-magazine{
	display: block;
	font-size: 18px;
}

.magazine-tag a{
	font-size: 11px;
}
	
}


/*====== News ======*/

#News h3{
	font-size: 36px;
	margin-bottom: 70px;
}

.ul-news{
	list-style: none;
	margin: 50px 0 0;
}

.ul-news li{
	border-top: 1px solid #dde9f4;
	padding-top: 50px;
	padding-bottom: 50px;
	display: flex;
}

.ul-news li:last-child{
	border-bottom: 1px solid #dde9f4;
}

.news-date{
	width: 120px;
}

.news-cate{
	width: 120px;
}

.news-cate span{
	display: inline-block;
	border-radius: 4px;
	font-size: 14px;
	background: #dde9f4;
	line-height: 1;
	padding: 7px 0;
	width: 100%;
	text-align: center;
}

.news-title{
	width: 890px;
	margin-left: 30px;
	line-height: 1.9;
}

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

#News h3{
	font-size: 21px;
	margin-bottom: 35px;
}

.ul-news{
	margin: 35px 0 0;
}

.ul-news li{
	padding-top: 35px;
	padding-bottom: 35px;
	display: block;
}

.news-date{
	display: inline-block;
	vertical-align: middle;
	width: 25%;
	margin-right: 10px;
}

.news-cate{
	display: inline-block;
	vertical-align: middle;
	width: 26%;
}

.news-cate span{
	font-size: 11px;
	padding: 6px 0;
}

.news-title{
	width: 100%;
	margin-left: 0;
	padding-top: 15px;
}
	
}


/*==================================================
下層ページ共通
================================================== */

.contents-page{
	padding: 140px 0;
}

body.page-id-4924 .contents-page {
    padding: 80px;
}

.ul-2cols{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	padding-left: 0;
}

.ul-2cols li{
	width: 560px;
	max-width: 560px;
	background: #f3f6f9;
	border-radius: 12px;
	margin-right: 40px;
	position: relative;
	display: table;
	margin-bottom: 40px;
}

.ul-2cols li:nth-of-type(2n){
	margin-right: 0;
}

.ul-3cols{
	list-style: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding-left: 0;
}

.ul-3cols li{
	width: 360px;
	margin-bottom: 40px;
	margin-right: 40px;
}

.ul-3cols li:nth-of-type(3n){
	margin-right: 0;
}

.grey-box{
	background: #f3f6f9;
	box-sizing: border-box;
	padding: 50px 0;
	text-align: center;
	border-radius: 10px;
}

.box-b-blue{
	border-radius: 10px;
	border: 8px solid #dde9f4;
	padding: 50px;
	box-sizing: border-box;
	position: relative;
}

a.box-b-blue{
	display: block;
	background: #fff;
	text-align: center;
	padding: 20px 30px 50px;
}

a.box-b-blue:hover{
	border-color: #008cd6;
	box-shadow: 0px 3px 15px -5px #555;
	text-decoration: none;
}

span.a-rightbottom{
	position: absolute;
	right: 0;
	bottom: 0;
	display: flex;
	width: 50px;
	height: 50px;
	border-top-left-radius: 50px;
	border-bottom-right-radius: 2px;
	background: #005799;
	text-align: center;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-decoration: none;
}

span.a-rightbottom:hover{
	background: #008cd6;
}

span.a-rightbottom i,
span.a-rightbottom .svg-inline--fa{
	margin:0 !important;
	margin-top: 10px !important;
	margin-left: 8px !important;
}

.txt{
	line-height: 2.0;
	letter-spacing: 0.08em;
}

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

.contents-page{
	padding: 60px 0;
}
	
.ul-2cols{
	display: block;
}

.ul-2cols li{
	width: 100%;
	margin-bottom: 25px;
}	

.ul-3cols{
	display: block;
}

.ul-3cols li{
	width: 100%;
	margin-bottom: 25px;
}

.ul-3cols li:nth-child(2){
	margin-left: 0;
	margin-right: 0;
}

.grey-box{
	padding: 25px 0;
}

.box-b-blue{
	border: 4px solid #dde9f4;
	padding: 35px 20px;
}

span.a-rightbottom{
	width: 40px;
	height: 40px;
	border-top-left-radius: 40px;
}
	
}

/*==================================================
features-detail
================================================== */

#ul-func-detail,
#features-detail-contents03 ul,
#features-detail-contents04 ul{
	margin-top: 65px;
}

.func-ic{
	display: inline-block;
	vertical-align: middle;
	width: 140px;
}

#features-detail-contents01 .func-ic{
	display: table-cell;
	padding-left: 50px;
}

.func-ic i{
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	background: #fff;
}

.title-func{
	display: block;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 25px;
}

#ul-func-detail li.grey-box{
	text-align: left;
}

#ul-func-detail li > div{
	display: table-cell;
	vertical-align: middle;
	width: 280px;
	padding: 0 50px;
	font-size: 15px;
}

#ul-func-detail li > div p{
	letter-spacing: 0.08em;
	line-height: 2.0;
	margin: 0;
}

@media (max-width: 480px) {
	
#ul-func-detail,
#features-detail-contents03 ul,
#features-detail-contents04 ul{
	margin-top: 45px;
}	

.func-ic{
	display: inline-block;
	vertical-align: middle;
	width: 70px;
	padding-left: 0;
}

#features-detail-contents01 .func-ic{
	display: inline-block;
	padding-left: 25px;
}

.func-ic i{
	width: 70px;
	height: 70px;
}
	
.func-ic i img{
    width: 40%;
}

.title-func{
	display: block;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 20px;
}
	
#features-detail-contents01 .title-func{
    margin-bottom: 40px;
    padding-left: 120px;
}

#ul-func-detail li > div{
	display: block;
	position: relative;
	vertical-align: middle;
	width: 100%;
	padding: 0;
	font-size: 12px;
	margin-top: -50px;
	text-align: left;
}

#ul-func-detail li > div p{
	letter-spacing: 0.08em;
	line-height: 2.0;
	margin: 0 auto;
	padding: 0 25px;
}
	
}

#features-detail-contents02{
	margin-top: 60px;
}

.img-func-detail{
	width: 480px;
	float: right;
}

.img-func-detail img{
	width: 100%;
	vertical-align: top;
}

.txt-func-detail{
	width: 520px;
	float: left;
}

.txt-func-detail p{
	font-size: 15px;
	line-height: 2.0;
	letter-spacing: 0.08em;
	margin-bottom: 25px;
}

.txt-func-detail a.btn{
	width: 280px;
}

@media (max-width: 480px) {

#features-detail-contents02{
	margin-top: 40px;
}

.img-func-detail{
	width: 100%;
	float: none;
	margin-bottom: 35px;
}

.txt-func-detail{
	width: 100%;
	float: none;
}

.txt-func-detail p{
	font-size: 12px;
	margin-bottom: 25px;
}

.txt-func-detail a.btn{
	width: 70%;
	display: block;
	margin: 0 auto;
}
	
}

#features-detail-contents03 .func-ic{
	margin-bottom: 35px;
}

@media (max-width: 480px) {

#features-detail-contents03 .func-ic{
	margin-bottom: 15px;
}
	
#features-detail-contents03 li{
    display: table;
    padding-left: 25px;
}

#features-detail-contents03 li .func-ic{
    display: table-cell;
    vertical-align: middle;
}

#features-detail-contents03 li h4{
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding-left: 30px;
}
	
}

#ul-features-02{
	margin-bottom: 150px;
}

#features-detail-contents04 li,
#ul-features-02 li{
	text-align: center;
}

#features-detail-contents04 li i,
#ul-features-02 li i{
	display: inline-block;
	margin-bottom: 35px;
}
	
#ul-features-02 li i img{
	height: 120px;
}

#features-detail-contents04 li p,
#ul-features-02 li p{
	text-align: left;
	margin: 0;
	letter-spacing: 0.08em;
	line-height: 2.0;
}

#ul-features-02 li a.box-b-blue{
	padding-top: 50px;
}

@media (max-width: 480px) {

#ul-features-02{
	margin-bottom: 80px;
}

#features-detail-contents04 li a.box-b-blue,
#ul-features-02 li a.box-b-blue{
	text-align: left;
	display: table;
}

#features-detail-contents04 li i,
#ul-features-02 li a.box-b-blue i{
	display: table-cell;
	margin-bottom: 0;
	width: 100px;
	vertical-align: middle;
}
	
#ul-features-02 li i{
    text-align: center;
}
	
#features-detail-contents04 li i img{
    width: 100%;
    vertical-align: middle;
}
	
#ul-features-02 li i img{
	height: 90px;
    vertical-align: middle;
}	
	
#features-detail-contents04 li a.box-b-blue > div,
#ul-features-02 li a.box-b-blue > div{
    display: table-cell;
    vertical-align: middle;
    padding-left: 25px;
}

#features-detail-contents04 li p,
#ul-features-02 li p{
	font-size: 12px;
}

#ul-features-02 li a.box-b-blue,
#features-detail-contents04 li a.box-b-blue {
	padding: 30px 25px;
}
	
}

/*==================================================
features
================================================== */

.img-features{
	width: 100%;
    margin-bottom: 0;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-features img{
	width: 100%;
	vertical-align: bottom;
}

#features-contents01 ul li .title-basic{
	margin-bottom: 20px;
}

#features-contents01 ul li p{
	line-height: 2.0;
	letter-spacing: 0.08em;
	width: 95%;
	margin: 0 auto;
	text-align: left;
}

#ul-features li{
	padding: 0 !important;
}

#ul-features li > div > .title-basic{
	text-align: center;
	margin-bottom: 25px;
}

#ul-features{
	margin-top: 65px;
}

#ul-features li > a.box-b-blue{
	min-height: 690px;
}

@media only screen and (max-width: 480px) {
	
.img-features{
    height: auto;
	display: block;
	margin-bottom: 35px;
}	

#features-contents01 ul#ul-features-02 li p{
	width:100%;
	margin: 0;
}

#ul-features{
	margin-top: 45px;
}

#ul-features li > a.box-b-blue{
	min-height:inherit;
}
	
}

#support{
	padding-bottom: 40px;
}

.txt-support{
	width: 48%;
	float: left;
}

.txt-support p{
	line-height: 2.4 !important;
}

.img-support{
	width: 46%;
	float: right;
}

.img-support img{
	width: 100%;
	vertical-align: middle;
}

#step{
	padding-bottom: 100px;
}

#step article{
	display: table;
	width: 100%;
}

#step article > div{
	display: table-cell;
	vertical-align: middle;
	width: 30%;
	background: #fff;
	border-radius: 10px;
}

#step article > div.step-y{
	width: 5%;
	text-align: center;
	background: none;
	font-size: 42px;
	color: #005799;
}

#step article > div h4{
	display: block;
	text-align: center;
	position: relative;
	font-size: 22px;
	font-weight: 600;
	margin: 50px 0;
}

#step article > div h4 span{
	color: #ddebf7;
	font-size: 120px;
	position: absolute;
	top: 50%;
	margin-top: -90px;
	left: 50%;
	margin-left: -66px;
}

#step article > div h4 strong{
	position: relative;
	z-index: 1;
}

#step article > div p{
	width: 80%;
	margin: 0 auto 50px;
	letter-spacing: 0.08em;
	line-height: 2.0;
	font-size: 15px;
}

.step-y i.fa-caret-down,
.fa-caret-down{
	display: none !important;
}

@media only screen and (max-width: 480px) {
	
#features-contents02{
    margin-top: 80px;
    padding-top: 50px;
}

#support{
	padding-bottom: 35px;
}

.txt-support{
	width: 100%;
	float: none;
	margin-bottom: 35px;
}

.img-support{
	width: 100%;
	float: none;
}

#step{
	padding-bottom: 80px;
}

#step article{
	display: block;
}

#step article > div{
	display: block;
	width: 100%;
	padding: 50px 0 30px;
}

#step article > div.step-y{
	width: 100%;
	font-size: 42px;
	padding: 0;
}

.step-y i.fa-caret-down,
.fa-caret-down{
	display: inline !important;
}

.step-y i.fa-caret-right,
.fa-caret-right{
	display: none !important;
}
	

#step article > div h4{
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 50px;
}

#step article > div p{
	width: 80%;
	margin: 0 auto;
	font-size: 12px;
}
	
}

/*==================================================
accordion
================================================== */
#features-faq dl.accordion {
	border-bottom: 1px solid #dde9f4;
}

#features-faq dl.accordion dt{
    cursor:pointer;
    height: auto; 
    position: relative; 
	display: table;
	width: 100%;
	padding: 40px;
	border-top: 1px solid #dde9f4;
	box-sizing: border-box;
}

#features-faq dl.accordion dt > div,
#features-faq dl.accordion dd > div{
	display: table-cell;
	width: 40px;
	vertical-align: top;
}

span.icn-faq{
	display: flex;
	width: 100%;
	height: 40px;
	text-align: center;
	color: #fff;
	align-items: center;
	justify-content: center;
	background: #005799;
	border-radius: 50%;
}

span.icn-faq.icn-a{
	color: #005799;
	background: #fff;
}

#features-faq dl.accordion dt > p{
	display: table-cell;
	width: 970px;
	font-size: 20px;
	font-weight: 600;
	vertical-align:middle;
	padding-left: 30px;
}

#features-faq dl.accordion dd > p{
	display: table-cell;
	width: 1000px;
	font-size: 17px;
	vertical-align:middle;
	padding-left: 30px;
}

#features-faq dl.accordion dt:hover{
    cursor:pointer;
    text-decoration: none;
}

 
#features-faq dl.accordion dd {
    display:none; 
	width: 100%;
	padding: 0 40px 40px;
	background: #f3f6f9;
	font-size: 17px;
	box-sizing: border-box;
}

#features-faq dl.accordion dt.open{
	background: #f3f6f9;
}


#features-faq dl.accordion dt:after{
    font-family: "Font Awesome 5 Free";
    content: '\f067';
    font-weight: 900;
	font-size: 10px;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 40px;
}

#features-faq dl.accordion dt.open:after{
    font-family: "Font Awesome 5 Free";
    content: '\f068';
    font-weight: 900;
	font-size: 10px;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 40px;
}



@media only screen and (max-width: 480px) {
	
#features-faq .contents-area{
    width: 100%;
}
	
#features-faq .contents-area .title-basic{
    padding-left: 20px;
}

#features-faq dl.accordion dt{
	padding: 20px 20px;
	box-sizing: border-box;
}

#features-faq dl.accordion dt > div,
#features-faq dl.accordion dd > div{
	display: table-cell;
	width:30px;
	vertical-align: middle;
}

span.icn-faq{
	height: 30px;
}

#features-faq dl.accordion dt > p{
	width: 72%;
	font-size: 15px;
	padding-left: 10px;
}

#features-faq dl.accordion dd > p{
	width: 91%;
	font-size: 13px;
	padding-left: 10px;
}
	
#features-faq dl.accordion dd {
	box-sizing: border-box;
	padding: 0 20px 20px;
	font-size: 13px;
	margin-left: 0;
}

#features-faq dl.accordion dt:after{
    font-family: "Font Awesome 5 Free";
    content: '\f067';
    font-weight: 900;
	font-size: 10px;
	position: absolute;
	top: 30%;
	margin-top: 0;
	right: 20px;
}

#features-faq dl.accordion dt.open:after{
    font-family: "Font Awesome 5 Free";
    content: '\f068';
    font-weight: 900;
	font-size: 10px;
	position: absolute;
	top: 30%;
	margin-top: 0;
	right: 20px;
}

	
}


/*==================================================
News
================================================== */

.ul-cate{
  margin: 0 auto 80px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	padding: 0;
	list-style: none;
}

.ul-cate li{
	width: calc(100%/6);
}

.ul-cate li a{
	display: block;
	box-sizing: border-box;
    height: 60px;
	border: 2px solid #005799;
	border-left: none;
    background-color: #fff;
    line-height: 56px;
    font-size: 17px;
    text-align: center;
    color: #005799;
    text-align: center;
	margin: 0 !important;
}


.ul-cate li:first-child a{
	border-left: 2px solid #005799;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
}

.ul-cate li:last-child a{
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
}

.ul-cate li a:hover{
    background-color: #005799;
    color: #fff;
	cursor: pointer;
	text-decoration: none;
}

.ul-cate li.cate-active a{
    background-color: #005799;
    color: #fff;
	pointer-events: none;
	text-decoration: none;
}

.category-select{
	display: none;
}

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

.ul-cate{display: none;}

.category-select{
	display: block;
	position: relative;
	width: 100%;
    box-sizing: border-box;
    border: 2px solid #005799;
	height: 46px;
    line-height: 44px;
    border-radius: 25px;
	cursor: pointer;
}

.category-select i,
.category-select .svg-inline--fa{
    font-size: 14px;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    color: #005799;
    right: 15px;
}

.label {
  color: #005799;
  position: absolute;
  width: 100%;
  z-index: 1;
	text-align: center;
	font-size: 13px;
	font-weight: 600;
}

.select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  cursor: pointer;
  width: 100%;
  border: none;
  padding: 0 15px;
  opacity: 0;
  position: relative;
  z-index: 2;
}

/* IE10以上で矢印を消す */
.select::-ms-expand {
  display: none; 
}

/* フォーカス時 */
.select:focus {
  z-index: -1;
  opacity: 0;
}	

	
}

/*==================================================
ページリスト(.PageList)
================================================== */

.PageList {text-align:center; clear: both; margin-top: 50px; position: relative; padding-top: 50px;}
.PageList ul {}
.PageList ul li {display: inline-block; margin: 0 5px 20px 0;}
.PageList ul li.now { /* 現在のページ */}
.PageList ul li a,
.PageList ul li.active a{
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%; 
    text-decoration: none; 
	background: #fff;
	color: #222;
	line-height: 1;
	font-size: 17px;
}

.PageList ul li.active a{
	pointer-events: none;
}

.PageList ul li.pagelist-dot a{
	pointer-events: none;
}

.PageList ul li.link-prev a,
.PageList ul li.link-next a{
	background: #dde9f4;
}
.PageList ul li a, 
.PageList ul li a:link, 
.PageList ul li a:visited {}
.PageList ul li.active a,
.PageList ul li a:hover{
    background: #dde9f4;
}

.btn-pagelist a.btn{
	position: absolute;
	width: 260px;
	top: 50px;
	left: 0;
}

.btn-pagelist a.btn.btn-next{
	left: inherit;
	right: 0;
}

@media (max-width: 480px) {

.PageList {margin-top: 0; padding-top: 50px;}
.PageList ul{margin-bottom: 50px;}
.PageList ul li {display: inline-block; margin: 0 1px 10px 0;}
.PageList ul li a,
.PageList ul li.active a{
    width: 40px;
    height: 40px;
	font-size: 12px;
}
	
.btn-pagelist{
    padding-top: 20px;
}

.btn-pagelist a.btn{
	position: absolute;
	width: 45%;
	top: inherit;
	bottom: 0;
	left: 0;
}
}


/*==================================================
news detail
================================================== */

#detail-news{
	width: 900px;
}

.header-news > div{
	display: inline-block;
	vertical-align: middle;
}

.body-news{
	padding: 25px 0;
}

.title-news{
	display: block;
	line-height: 1.5;
	font-size: 36px;
	border-bottom: 1px solid #dde9f4;
	padding-bottom: 50px;
	margin-bottom: 50px;
}

.body-news article{
	line-height: 2.0;
	letter-spacing: 0.08em;
}

.body-news article p{
	margin-bottom: 50px;
}

.body-news article img{
	max-width: 100%;
	height: auto;
	margin-bottom: 50px;
}

.title-article{
	display: block;
	font-weight: 600;
	font-size: 30px;
	margin-bottom: 35px;
}

.footer-news{
	text-align: center;
	padding-top: 50px;
}

.body-news article a{
	color: #008cd6;
	text-decoration: underline;
}

.body-news article a:hover{
	color: #005799;
}

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

#detail-news{
	width: 86%;
}

.body-news{
	padding: 25px 0;
}

.title-news{
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.body-news article p{
	margin-bottom: 30px;
}

.body-news article img{
	margin-bottom: 30px;
}

.title-article{
	font-size: 18px;
	margin-bottom: 10px;
}

.footer-news{
	padding-top: 0;
}
	
}


/*==================================================
Customers
================================================== */

.ul-list-customers{
	list-style: none;
}

.ul-list-customers li{
	display: table;
	width: 100%;
	border-bottom: 1px solid #dde9f4;
	padding-bottom: 30px;
	margin-bottom: 50px;
}

.img-list-customers{
	display: table-cell;
	vertical-align: top;
	width: 560px;
}

.img-list-customers img{
	width: 100%;
	height: 380px;
	object-fit: cover;
	object-position: 50% 0;
	vertical-align: top;
	box-sizing: border-box;
	border-radius: 10px;
	border: 8px solid #dde9f4;
}

.info-list-customers{
	display: table-cell;
	vertical-align: top;
	width: 560px;
	padding-left: 40px;
}

.title-list-customers{
	display: block;
	font-size: 15px;
	color: #008cd6;
	font-weight: 600;
	margin-bottom: 25px;
}

.title-list-customers img{
	height: 40px;
	display: block;
	margin-bottom: 20px;
}

.info-list-customers h4{
	display: block;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 25px;
}

.info-list-customers p{
	line-height: 2.0;
	letter-spacing: 0.08em;
}

.link-list-customers{
	text-align: right;
	padding-top: 15px;
}

.link-list-customers a{
	font-weight: 600;
}

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

.ul-list-customers li{
	display: block;
	margin-bottom: 30px;
}

.img-list-customers{
	display: block;
	width: 100%;
	margin-bottom: 30px;
}

.img-list-customers img{
	border: 4px solid #dde9f4;
	height: 200px;
}

.info-list-customers{
	display: block;
	width: 100%;
	padding-left: 0;
}

.title-list-customers{
	font-size: 12px;
	margin-bottom: 20px;
}

.title-list-customers img{
	height: 30px;
}

#customer-02 .title-list-customers img{
	height: 58px;
}

.info-list-customers h4{
	font-size: 18px;
	margin-bottom: 20px;
}
	
}


/*==================================================
Customers
================================================== */

#mv-customers-detail{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cap{
	position: absolute;
	right: -200px;
	top: 80px;
	width: 710px;
	padding-top: 30px;
	padding-left: 90px;
	background: url("../images/mba.png") no-repeat top center;
	height: 430px;
	background-size: 100%;
}

.cap img{
	width:620px !important;
	height: 387px !important;
	object-fit: cover;
	object-position: 50% 0;
}

.title-page-customers{
	position: absolute;
	left: 0;
	bottom: -160px;
}

.title-page-customers > img{
	display: block;
	height: 40px;
	margin-bottom: 40px;
}

.title-page-customers a img.icn-01{
	width: 14px;
}

#Customers{
	margin-top: 100px;
	line-height: 2.0;
	letter-spacing: 0.08em;
}

#Customers .contents-area{
	display: flex;
}

.home #Customers .contents-area,
#Customers.customer-list .contents-area{
	display: block;
}

#detail-customers{
	width: 730px;
	padding: 30px 50px 30px 0;
	border-right: 1px solid #dde9f4;
}

#link-page{
	width: 330px;
	padding: 30px 0 0 49px;
}

#link-page ul{
	list-style: none;
	position: sticky;
	top: 120px;
}

#link-page ul li{
	margin-bottom: 15px;
}

#link-page ul li i,
#link-page ul li .svg-inline--fa{
	color: #005799;
}

#detail-customers p{
	margin-bottom: 50px;
}

#body-customers .grey-box{
	padding: 35px;
	margin-bottom: 50px;
}

#body-customers .grey-box dt{
	margin-bottom: 5px;
}

#body-customers .grey-box dt span{
	display: inline-block;
	background: #008cd6;
	color: #fff;
	font-weight: 600;
	padding: 5px 30px;
	line-height: 1;
	border-radius: 6px;
	font-size: 14px;
}

#body-customers .grey-box dd{
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 22px;
}

#body-customers h4{
	display: block;
    margin-bottom: 50px;
    font-size: 30px;
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: 600;
	padding-top: 25px;
}

#body-customers .title-basic{
	padding-top: 25px;
	font-size: 30px;
}

#body-customers .title-line{
	font-size: 17px;
	position: relative;
	padding-left: 90px;
	margin-bottom: 50px;
	margin-left: 0;
}

#body-customers .title-line:before{
	width: 60px;
	margin-right: 30px;
	position: absolute;
	left: 0;
	top: 16px;
}

#body-customers h5{
	display: flex;
    align-items: center;
    font-size: 17px;
    font-weight: 600;
    color: #008cd6;
    letter-spacing: 0.08em;
    margin-bottom: 50px;
    position: relative;
	padding-left: 90px;
}

#body-customers h5:before{
	border-top: 2px solid #008cd6;
    content: "";
    width: 60px;
    margin-right: 30px;
	position: absolute;
	left: 0;
	top: 16px;
}


#body-customers article{
	margin-left: 90px;
	text-align: justify;
	font-weight: 400;
	padding-bottom: 30px;
}

#body-customers p{
	margin-left: 90px;
	text-align: justify;
	font-weight: 400px;
}

#body-customers p.case-head{
	margin-left: 0;
}

.person-customers{
	text-align: center;
	margin-bottom: 70px;
}

.person-customers img{
	width: 100%;
	height: 410px;
	border-radius: 14px;
	object-fit: cover;
	object-position: 50% 0;
}


#body-customers img{
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto ;
	border-radius: 14px;
}

.person-customers small,
.logo-customers small,
#body-customers figcaption{
	display: block !important;
	font-size: 15px !important;
	color: #999 !important;
	margin-bottom: 50px !important;
}

.logo-customers{
	text-align: center;
	margin-bottom: 70px;
}

.logo-customers img{
	width: 65%;
	vertical-align: middle;
	padding: 90px 0;
}

#body-customers .btn-area{
	text-align: center;
	margin-top: 120px;
}

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

#mv-customers-detail{
	display: block;
	height: 280px;
	width: 100%;
}
	
#mv-customers-detail .title-page strong{
    display: block;
    width: 86%;
    margin: 0 auto 35px;
}

.cap{
	position: relative;
	right: inherit;
	top: inherit;
	width: 100%;
	padding-top: 3.5vw;
	padding-left: 0;
	height: 60vw;
	text-align: center;
}

.cap img{
	width:78% !important;
	height: 50vw !important;
}

.title-page-customers{
	width: 86%;
	margin: 0 auto;
	position: relative;
	left: inherit;
	bottom: inherit;
}

.title-page-customers > img{
	display: block;
	height: 30px;
	margin-bottom: 20px;
}

.title-page-customers a img.icn-01{
	width: 12px;
}

#Customers{
	margin-top: 20px;
}
	
.home #Customers{
    margin-top: 0;
}
	


#Customers .contents-area{
	display: block;
	position: relative;
}	
	
.contents-customers-detail{
    margin-top: 150px !important;
}

#detail-customers{
	width: 100%;
	padding: 210px 0 0;
	border-right: none;
	border-top: 1px solid #dde9f4;
}

#link-page{
	width: 100%;
	padding: 30px 0 10px;
	position: absolute;
	top: 0;
	left: 0;
}

#detail-customers p{
	text-align: justify;
	margin-bottom: 35px;
}

#body-customers .grey-box{
	padding: 25px;
	margin-bottom: 35px;
}

#body-customers .grey-box dd{
	font-size: 15px;
}

#body-customers .title-basic{
	padding-top: 25px;
	font-size: 21px;
}

#body-customers h4{
    margin-bottom: 35px;
    font-size: 21px;
	padding-top: 25px;
}

#body-customers .title-line{
	font-size: 13px;
	padding-left: 80px;
	margin-bottom: 35px;
	margin-left: 0;
}

#body-customers .title-line:before{
	margin-right: 20px;
	top: 14px;
}

#body-customers h5{
    font-size: 13px;
    margin-bottom: 35px;
	padding-left: 80px;
}

#body-customers h5:before{
    margin-right: 20px;
	top: 14px;
}

#body-customers article{
	margin-left: 80px;
	padding-bottom: 20px;
}

#body-customers p{
	margin-left: 80px;
}

#body-customers p.case-head{
	margin-left: 0;
}

.person-customers{
	margin-bottom: 50px;
}

.person-customers img{
	height: 50vw;
}

.person-customers small,
.logo-customers small{
	font-size: 13px;
}

.person-customers small,
.logo-customers small,
#body-customers figcaption{
	font-size: 13px !important;
	margin-bottom: 35px !important;
}

.logo-customers{
	text-align: center;
	margin-bottom: 70px;
}

.logo-customers img{
	width: 65%;
	vertical-align: middle;
	padding: 90px 0;
}

#body-customers .btn-area{
	margin-top: 70px;
}
	
}


/*==================================================
Privacy-Policy
================================================== */
	
#Privacy-Policy{
    padding-bottom: 0;
}


.box-privacy{
	line-height: 2.0;
	letter-spacing: 0.08em;
	margin-bottom: 70px;
}

.title-privacy{
	display: block;
	font-size: 36px;
	margin-bottom: 35px;
	font-weight: 600;
}

.box-privacy p{
	margin-bottom: 35px;
}

.ol-basic{
	margin: 0 0 35px 25px;
}

.ul-basic{
	margin: 0 0 35px 25px;
	list-style: disc;
}

@media only screen and (max-width: 480px) {
	
.box-privacy{
	margin-bottom: 50px;
}

.title-privacy{
	font-size: 21px;
	margin-bottom: 25px;
	line-height: 1.7;
}

.box-privacy p{
	margin-bottom: 25px;
}

.ol-basic{
	margin: 0 0 25px 20px;
}

.ul-basic{
	margin: 0 0 25px 20px;
}
	
}


