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

*{
margin: 0px;
padding: 0px;
}

@media only screen and (min-width: 1420px) {
	html{overflow-x: hidden;}
}

body{
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", YuGothic, "Yu Gothic medium", "sans-serif";
	background:#fff;
    line-height: 1.6;
    color:#333;
    font-size:18px;
    font-size-adjust: none;
    -webkit-font-size-adjust: none;
    position: relative;

}

.fw-b{
    font-weight: 600;
}

.en{
	font-family:"Gill Sans", "Gill Sans Bold", "Gill Sans Bold Italic", "Gill Sans Italic", "Gill Sans Light", "Gill Sans Light Italic", "Gill Sans SemiBold", "Gill Sans SemiBold Italic", "Gill Sans UltraBold";
	font-weight: 400;
}

@media only screen and (max-width: 768px) {
	html{overflow-x: hidden;}
body{
    overflow: hidden;
    min-width: initial;
	max-width: 100%;
    font-size: 15px;
}

body.jp{
	font-size: 13px;
}
}

img{
	border:0;
	outline:none;
	image-rendering: -webkit-optimize-contrast;
	max-width: 100%;
}

a{
    transition: all 0.3s ease;
}

a:hover img.hover-alp{
filter: alpha(opacity=70); -moz-opacity:0.70; opacity:0.70;
    transition: .5s;
}

a:link, a:visited{color:#000; text-decoration: none;}
a:hover{color:#000; text-decoration:underline;}



a.txt-black:link, a.txt-black:visited{color: #000; text-decoration: none;}
a.txt-black:hover{color: #1a3164; text-decoration: underline;}

a.txt-blue01:link, a.txt-blue01:visited{color: #008cd6; text-decoration: none;}
a.txt-blue01:hover{color: #005799; text-decoration: underline;}

a.txt-blue02:link, a.txt-blue02:visited{color: #005799; text-decoration: none;}
a.txt-blue02:hover{color: #008cd6; text-decoration: underline;}

.clearfix:after{
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}

.clearfix {
min-height: 1px;
}

* html .clearfix{
height: 1px;
/*\*//*/
height: auto;
overflow: hidden;
/**/
}

p{margin:0 0 15px;}

.cb{clear:both;}

#page-top{position:fixed; bottom:20px; right:20px; z-index: 50;}


/*
#page-top a{
    background: #fff;
    display: inline-block;
    width:78px;
    height: 78px;
    border-radius: 50%;
    transition: 0.5s;
    text-decoration: none !important;
    color: #64beb9 !important;
    cursor: pointer;
    border: 1px solid #64beb9;
	text-align: center;
}

#page-top a::before{
    content: "";
    position: absolute;
    bottom: 7px;
    left: 40px;
    margin: auto;
    width: 1px;
    height: 30px;
    background: #64beb9;
    transition: .4s;
}

#page-top a:hover::before{
    height: 50px;
}

#page-top a::after{
    content: "";
    display: block;
    position: absolute;
    bottom: 35px;
    left: 37px;
    margin: auto;
    width: 6px;
    height: 6px;
    border-left: 1px solid #64beb9;
    border-bottom: 1px solid #64beb9;
    transform: rotate(135deg);
    transition: .4s;
}

#page-top a:hover::after{
    bottom: 55px;
}
*/

#page-top a{
    background: #fff;
    display: inline-block;
    width:78px;
    height: 78px;
    border-radius: 50%;
    transition: 0.5s;
    text-decoration: none !important;
    color: #64beb9 !important;
    cursor: pointer;
    border: 1px solid #64beb9;
	text-align: center;
}

#page-top a:hover{
    background: #64beb9;
}

/*@keyframes slideyy{
  from {height: 31px; bottom: 58px;}
  50% {height: 75px; bottom: 7px; }
  to {height: 20px; }
}*/

#page-top a::before{
    /*animation-name: slideyy;
    animation-duration: 1s;*/
    content: "";
    position: absolute;
    bottom: 7px;
    left: 40px;
    margin: auto;
    width: 1px;
    height: 26px;
    background: #64beb9;
    transition: .4s;
}

@keyframes slidey{
  from {height: 20px; bottom: 7px;}
  50% {height: 75px; bottom: 7px; }
  to {height: 29px; }
}

#page-top a:hover::before{
    animation-name: slidey;
    animation-duration: 1s;
    background: #fff;
    bottom: 58px;
    height: 29px;
}

/*@keyframes slideyyy{
  from {bottom: 79px;}
  50% {bottom: 79px; }
  to {bottom: 25px; }
}*/

#page-top a::after{
    /*animation-name: slideyyy;
    animation-duration: 1s;*/
    content: "";
    display: block;
    position: absolute;
    bottom: 25px;
    left: 37px;
    margin: auto;
    width: 6px;
    height: 6px;
    border-left: 1px solid #64beb9;
    border-bottom: 1px solid #64beb9;
    transform: rotate(135deg);
    transition: .4s;
}

#page-top a:hover::after{
    bottom: 79px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
}


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

#page-top a:hover{
    background: #fff;
}

#page-top a:hover::before{
    animation:none;
    background: #64beb9;
    bottom: 7px;
    left: 40px;
    height: 26px;
}
	
	#page-top a::after{
		bottom: 26px;
	}

#page-top a:hover::after{
    bottom: 26px;
    border-left: 1px solid #64beb9;
    border-bottom: 1px solid #64beb9;
}	
	
}




@media only screen and (max-width: 768px) {
    
#page-top{bottom:20px; right:15px; }


#page-top a{
    width:58px;
    height: 58px;
}

#page-top a:hover{
    background: #fff;
}

#page-top a::before{
    animation: none;
    left: 30px !important;
    height: 24px !important;
    background-color: #64beb9 !important;
}

#page-top a:hover::before{
    left: 30px;
    height: 24px;
}

#page-top a::after{
    animation: none;
    bottom: 28px;
    left: 27px;
    width: 6px;
    height: 6px;
}

#page-top a:hover::after{
    bottom: 28px;
}	
    
    
}






img{
border:0;
outline:none;
}


.sp-only{display: none !important ;}
@media only screen and (max-width: 599px) {
.sp-only{display: inline !important;}
.pc-only{display: none !important ;}
}
.br-tab {
	display: none;
}

  .br-pc { display:block; }
  .br-sp { display:none; }

@media screen and (max-width: 768px){	
  .br-pc { display:none; }
  .br-tab { display:block; }
}
@media screen and (max-width: 599px){	
  .br-tab { display:none; }
  .br-sp { display:block; }
}

/*==================================================
ボタン
================================================== */

.btn-area{
    text-align: center;
    padding: 35px 0;
}

.btn{
    background: #929a9f;
    color: #fff !important;
    cursor: pointer;
    border-radius: 48px;
    padding: 14px 0;
    display: inline-block;
    min-width: 360px;
	transition: 0.5s;
    text-decoration: none !important;
    position: relative;
	text-align: center;
}

.btn:hover{
    background: #687176;
}

.btn::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
	right: 20px;
    margin: auto;
    width: 20px;
    height: 1px;
    background: #fff;
    transition: .8s;
}
.btn::after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 22px;
    margin: auto;
    width: 9px;
    height: 9px;
    border-bottom: 1px solid #fff;
    transform: rotate(-135deg);
    transition: .8s;
}


/*
.btn:hover::after{
    border-color: #929a9f;
}

.btn:hover::before{
    background: #929a9f;
}
*/

.btn.btn-w{
	background-color: #fff;
	border-color: #000;
	color: #000 !important;
}

.btn.btn-w:hover{
	background-color: #000;
	color: #fff !important;
	border-color: #fff;
}

.btn.btn-w::before{
	background: #000;
}

.btn.btn-w::after{
	border-color: #000;
}

.btn.btn-w:hover::before{
	background: #fff;
}

.btn.btn-w:hover::after{
	border-color: #fff;
}


.btn.btn-small{
    padding: 6px 20px;
    min-width: auto;
    box-sizing: border-box;
	font-size: 14px;
    box-shadow: none;
}

.btn.btn-small::before,
.btn.btn-small::after{
    display: none;
}

.btn-pink{
    background-color: #e397ae;
}

.btn-pink:hover{
    background-color: #d1547a;
}

.btn-blue{
    background-color: #78c0ce;
}

.btn-blue:hover{
    background-color: #38a3b8;
}

.btn-blue02{
    background-color: #84bae5;
}

.btn-blue02:hover{
    background-color: #4a9ada;
}

.btn-purple{
    background-color: #a688bd;
}

.btn-purple:hover{
    background-color: #864db1;
}

/*
.fc-blue{color: #5dc2d0 !important;}
.fc-blue02{color: #84bae5 !important;}
.fc-purple{color: #a688bd !important;}
.fc-green{color: #7fbc03 !important;}
.fc-red{color: #d21e46 !important;}
.fc-w{color: #fff !important;}
.fc-pink{color: #f092ae !important;}
.fc-pink02{color: #df8db9 !important;}
*/

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

    
}



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

.btn{
    padding: 10px 0;
    min-width: 260px;
	font-size: 13px;
}



	
}


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

.btn-area{
	padding: 35px 0 25px;
}

.btn{
    padding: 14px 0;
    min-width: 90%;
	font-size: 14px;
}

.btn::before{
	right: 15px;
}
.btn::after{
    right: 17px;
}

	
}

/*==================================================
全体コンテンツエリア
================================================== */

.contents-area{
    width: 1024px; 
    margin-left: auto; 
    margin-right: auto; 
    position: relative;
}

.contents-area-small{
    width: 800px; 
    margin-left: auto; 
    margin-right: auto; 
    position: relative;
}

.sec{
	padding-top: 150px;
}

.bg-w{
	background: #fff;
}

.bg-pink{
	background: #f092ae;
}

.bg-grey{
	background: #e4e4e4;
}
.bg-blue02{
	background: #84bae5;
}
.bg-pink02{
	background: #df8db9;
}

/*
.fc-blue{color: #5dc2d0 !important;}
.fc-blue02{color: #84bae5 !important;}
.fc-purple{color: #a688bd !important;}
.fc-green{color: #7fbc03 !important;}
.fc-red{color: #d21e46 !important;}
.fc-w{color: #fff !important;}
.fc-pink{color: #f092ae !important;}
.fc-pink02{color: #df8db9 !important;}
*/

.sec-blue{
	background: #dff3f6;
}

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

.box-w{
    padding: 50px 30px;
    box-sizing: border-box;
    background-color: #fff;
}

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

.contents-area{
    width: 90%; 
}

.sec{
	padding-top: 120px;
}
	
}


@media only screen and (max-width: 768px) {
    
.sec{
	padding-top: 100px;
}

.page-bottom-padding{
    padding-bottom: 100px;
}

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

.box-w{
    padding: 35px 20px;
}


	
}

@media (max-width: 599px) {

.sec{
	padding-top: 70px;
}

.page-bottom-padding{
    padding-bottom: 70px;
}

  
}


/*==================================================
タイトル
================================================== */

.title-contents{
	display: block;
	font-size: 40px;
	position: relative;
	font-weight: normal;
    color: #f193ae;
    margin-bottom: 50px;
}

.title-basic{
    display: block;
    font-weight: normal;
    font-size: 24px;
    margin-bottom: 25px;
}

.title-border-right{
    display: flex;
    margin: 50px 0 25px;
    font-size: 24px;
    font-weight: normal;
    text-align: left;
}

.title-border-right strong{
    font-weight: normal;
     white-space: nowrap;
    margin-right: 1em;
}

.title-border-right span{
    flex-grow: 1;
    position: relative;
    content: "";
    height: 1px;
    border-top: 1px solid;
    top: 15px;
}

.title-border-right.fc-pink span{
    border-color: #f092ae;
}

.title-line {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #929a9f; /* グレー系の色 */
  font-weight: normal;
  margin-bottom: 20px;
  position: relative;
}

.title-line::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: #929a9f; /* 線の色 */
  margin-left: 12px; /* テキストとの間隔 */
  max-width: 80px;   /* 線の最大幅を固定 */
}


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



@media only screen and (max-width: 768px) {
	
.title-contents{
	font-size: 4vw;
    margin-bottom: 30px;
}

.title-contents span{
    width: 60px;
    margin: 10px auto 0;
    height: 15px;
}

.title-border-right{
    margin: 30px 0 15px;
    font-size: 18px;
}

.title-line {
  font-size: 18px;
  margin-bottom: 5px;
}

.title-line::after {
  margin-left: 12px; /* テキストとの間隔 */
  max-width: 60px;   /* 線の最大幅を固定 */
}


	
}


@media only screen and (max-width: 599px) {
	
.title-contents{
	font-size: 6vw;
    margin-bottom: 20px;
}

.title-basic{
    margin-bottom: 20px;
    font-size: 5.5vw;
	line-height: 1.5;
}


.title-bg-b{
    font-size: 5vw;
    padding: 5px 0;
    margin-bottom: 20px;
}

#title-startup{
    margin-top: 50px;
}

.title-right-line{
    margin: 15px 0 15px;
    font-size: 4vw;
}

.title-right-line strong{
    width: 88%;
}

.title-right-line span{
    width: 12%;
    height: 12px;

}

.title-en{
    font-size: 10vw;
    margin-bottom: 0;
}

.title-line {
  font-size: 16px;
}

.title-line::after {
  margin-left: 10px; /* テキストとの間隔 */
  max-width: 45px;   /* 線の最大幅を固定 */
}
	
}


/*==================================================
パンクズリスト
================================================== */

#breadcrumbs{padding-bottom: 100px;font-size: 15px; border-top: 1px solid #ddd; padding-top: 30px;}
#breadcrumbs ul{list-style: none;}
#breadcrumbs ul li{display: inline-block; padding-right: 5px;}
#breadcrumbs ul li a{
    text-decoration: underline;
}
#breadcrumbs ul li:after{content: ">"; padding-left: 10px;}
#breadcrumbs ul li.active-page:after{content: none;}

@media only screen and (max-width: 599px) {
#breadcrumbs{padding-bottom: 50px;font-size: 13px; padding-top: 20px;}   
}

/*==================================================
fontawesome
================================================== */

i.fas{
    font-weight: 900;
}

/*==================================================
header
================================================== */

header{
	width: 100%;
	height: 100px;
	z-index: 99999;
	position: fixed;
	top: 0;
	transition: top 300ms;
	background-color: transparent;
    background-color: rgba(255,255,255,0.6);
}

.header-inner{
    padding: 0 50px;
    position: relative;
}

#btn-header{
    position: absolute;
    top: 25px;
    right: 150px;
}

#btn-header a{
    display: inline-block;
    border-radius: 60px;
    height: 46px;
    line-height: 48px;
    text-decoration: none;
    margin-left: 15px;
    color: #fff;
    text-align: center;
    min-width: 300px;
    font-size: 14px;
    vertical-align: middle;
    padding: 0 10px;
}

.y-w{
    width: 14px;
    margin-left: 5px;
    position: relative;
    top: 1px;
}

#site-title img{height: 52px; vertical-align: middle; margin:23px 0 0 20px;}

span.sp-txt{
    display: none;
}


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

header{
	height: 70px;
}

.header-inner{
    padding: 0 25px;
}
    
#site-title img{height: 46px;
        margin: 13px 0 0 10px;
    }  

#btn-header{
    top: 15px;
    right: 90px;
}

#btn-header a{
    height: 40px;
    line-height: 41px;
    margin-left: 8px;
    min-width: 280px;
    font-size: 13px;
}  
    
}


@media only screen and (max-width: 819px) {
    
    #btn-header a span{
        display: none;
    }    
    
    #btn-header a span.sp-txt{
        display: inline;
    }   

#btn-header a{
    margin-left: 5px;
    min-width: 140px;
}
    
#site-title img{
    height: 40px;
        margin: 16px 0 0 10px;
    }  

}


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

header{
	height: 60px;
}

.header-inner{
    padding: 0 10px;
}
    
#site-title img{height: 26px; margin:19px 0 0 2px;} 

#btn-header{
    top: 12px;
    right: 52px;
}
    
    #btn-header a span{
        display: none;
    }    
    
    #btn-header a span.sp-txt{
        display: inline;
    }   

#btn-header a{
    margin-left: 0;
    min-width: 100px;
    height: 36px;
    line-height: 37px;
    font-size: 12px;
    padding: 0;
}
    
    .y-w{
        display: none;
    }

}

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

#btn-header a{
    min-width: 92px;
}
    
}

/*==================================================
footer
================================================== */

footer{
	background: #fff;
	clear: both;
    position: relative;
	font-size: 13px;
    text-align: center;
}

#footer-sns{
    padding: 65px 0;
}

.icn-insta{
    vertical-align: bottom;
    width: 42px;
}

#footer{
    background-color: #e4e4e4;
    padding: 50px 0;
}

.logo-footer{
	width: 200px;
	vertical-align: bottom;
	margin-bottom: 30px;
}

.footer-menu a{
    margin: 0 15px;
    line-height: 2.2;
    
}


p.copyright{
    margin: 35px 0 0;
	font-size: 11px;
}

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

#footer-sns{
    padding: 35px 0;
}

.icn-insta{
    width: 34px;
}

#footer{
    padding: 35px 0;
}

.logo-footer{
	width: 120px;
}

.footer-menu a{
    margin: 0 8px 12px;
    
}

	
}

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

#footer-sns{
    padding: 35px 0;
}

.icn-insta{
    width: 34px;
}

#footer{
    padding: 35px 0;
}

.logo-footer{
	width: 120px;
}
    
    .footer-menu{
        display: flex;
        flex-wrap: wrap;
    }

.footer-menu a{
    display: block;
    width: 50%;
    margin: 0;
    padding: 5px 0;
    
}
	
}

/*==================================================
テーブル
================================================== */

.table{
    border-collapse:collapse;  
    box-sizing:border-box; 
    margin: 0 auto; 
	width: 100%;
	background-color: #fff;
}

.table tr{
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
}

.table th{
    width: 180px;  
    padding: 20px ; 
	vertical-align: middle;
    text-align: left;
	font-weight: 500;
	letter-spacing: 0.08em;
    line-height: 1;
}

.table td{
    font-weight:normal; 
    padding: 20px; 
    text-align: left;
    line-height: 2.0;
	vertical-align: top;
}

.table td div{
	margin-bottom: 20px;
}

.table td strong{
	display: block;
	font-weight: 500;
}


@media only screen and (max-width: 599px) {
    
.table{
	font-size: 14px;
}

.table th{
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 20px 20px 10px;
	background: none;
}

.table td{
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 0 20px 20px;
}

.table td div{
	margin-bottom: 0;
}

.table td strong{
	margin-top: 10px;
}
	
.table.no-border tr:first-child{
    border-top: none;
}

}



/*==================================================
list
================================================== */

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

.ul-3cols li{
	width: calc(100%/3);
}


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

.ul-check li{
    background:url("../images/icn_check.svg") no-repeat center left;
    background-size: 28px;
    padding: 5px 0 5px 38px;
    margin-bottom: 10px;
    font-size: 21px;
    line-height: 1;
}

.ul-square{
    list-style: square;
    margin-left: 20px;
    line-height: 2.2;    
}

.ul-basic{
    margin-left: 20px;
    list-style: disc;
}


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

.ul-check li{
    background-size: 24px;
    padding: 5px 0 5px 38px;
    margin-bottom: 10px;
    font-size: 18px;
}
    
}



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

ul.ul-3cols{
	display: block;
}

ul.ul-3cols li{
	width: 100%;
}

.ul-check li{
    background-size: 20px;
    padding: 5px 0 5px 28px;
    margin-bottom: 6px;
    font-size: 15px;
    line-height: 1.5;
}
	
	
}

/*==================================================
fc
================================================== */

.fc-blue{color: #5dc2d0 !important;}
.fc-blue02{color: #84bae5 !important;}
.fc-purple{color: #a688bd !important;}
.fc-green{color: #7fbc03 !important;}
.fc-red{color: #d21e46 !important;}
.fc-w{color: #fff !important;}
.fc-pink{color: #f092ae !important;}
.fc-pink02{color: #df8db9 !important;}
.fc-black{color: #333 !important;}



/*==================================================
txt-slider 追加
================================================== */

.txt-slider {
	overflow: hidden;
	position: relative;
}
.txt-slider strong {
	display: inline-block;
	position: relative;
	transition: opacity 0.5s ease-out;
}
.txt-slider strong::before {
	content: '';
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
}
.txt-slider strong.active::before {
	width: 0;
	left: 100%;
	transition: left 1.5s 1.5s ease-out, width 1.5s 1.5s ease-out;
}


/*==================================================
ページリスト(.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: 1100px) {

.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;
}
}


/*==================================================
wp page navi
================================================== */

.wp-pagenavi {text-align:center; clear: both; margin-top: 50px; position: relative; padding-top: 50px;}
.wp-pagenavi span,
.wp-pagenavi a{
    display: inline-flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 6px; 
    text-decoration: none;
	color: #1a3164;
	line-height: 1;
	font-size: 17px;
	margin: 0 5px 20px 0;
}


.wp-pagenavi span.current,
.wp-pagenavi a:hover{
    background: #1a3164;
	color: #fff;
}

@media (max-width: 768px) {

.wp-pagenavi{margin-top: 0; padding-top: 50px;}
.wp-pagenavi span,
.wp-pagenavi a{
    width: 40px;
    height: 40px;
	font-size: 12px;
	margin: 0 5px 10px 0;
}
}


/*==================================================
bgc
================================================== */

.bgc-grey{
    background-color: #f4f4f4 !important;
    color: #000 !important;
}

.bgc-orange{
    background-color: #fa8902 !important;
}

.bgc-blue{
    background-color: #0298e6 !important;
}

.bgc-navy{
    background-color: #16447c !important;
}

.bgc-red{
    background-color: #e41414 !important;
}

.bgc-black{
    background-color: #000 !important;
}

.bgc-green{
    background-color: #2b800a !important;
}



/*==================================================
txt-slider 追加
================================================== */

.txt-slider {
	overflow: hidden;
	position: relative;
}
.txt-slider strong {
	display: inline-block;
	position: relative;
	transition: opacity 0.5s ease-out;
}
.txt-slider strong::before {
	content: '';
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
}
.txt-slider strong.active::before {
	width: 0;
	left: 100%;
	transition: left 1.5s 1.5s ease-out, width 1.5s 1.5s ease-out;
}


/*==================================================
Padding Valiation
================================================== */

.p0{padding:0 !important;}
.p5{padding:5px !important;}
.p10{padding:10px !important;}
.p15{padding:15px !important;}
.p20{padding:20px !important;}
.p25{padding:25px !important;}
.p30{padding:30px !important;}
.p40{padding:40px !important;}
.p50{padding:50px !important;}

.p1per{padding:1% !important;}
.p2per{padding:2% !important;}
.p3per{padding:3% !important;}
.p4per{padding:4% !important;}
.p5per{padding:5% !important;}

.pr0{padding-right:0px !important;}
.pr5{padding-right:5px !important;}
.pr10{padding-right:10px !important;}
.pr15{padding-right:15px !important;}
.pr20{padding-right:20px !important;}
.pr25{padding-right:25px !important;}
.pr30{padding-right:30px !important;}
.pr40{padding-right:40px !important;}
.pr50{padding-right:50px !important;}

.pr1per{padding-right:1% !important;}
.pr2per{padding-right:2% !important;}
.pr3per{padding-right:3% !important;}
.pr4per{padding-right:4% !important;}
.pr5per{padding-right:5% !important;}

.pt0{padding-top:0px !important;}
.pt5{padding-top:5px !important;}
.pt10{padding-top:10px !important;}
.pt15{padding-top:15px !important;}
.pt20{padding-top:20px !important;}
.pt25{padding-top:25px !important;}
.pt30{padding-top:30px !important;}
.pt40{padding-top:40px !important;}
.pt50{padding-top:50px !important;}

.pb0{padding-bottom:0px !important;}
.pb5{padding-bottom:5px !important;}
.pb10{padding-bottom:10px !important;}
.pb15{padding-bottom:15px !important;}
.pb20{padding-bottom:20px !important;}
.pb25{padding-bottom:25px !important;}
.pb30{padding-bottom:30px !important;}
.pb40{padding-bottom:40px !important;}
.pb50{padding-bottom:50px !important;}

.pl0{padding-left:0px !important;}
.pl5{padding-left:5px !important;}
.pl10{padding-left:10px !important;}
.pl15{padding-left:15px !important;}
.pl20{padding-left:20px !important;}
.pl25{padding-left:25px !important;}
.pl30{padding-left:30px !important;}
.pl40{padding-left:40px !important;}
.pl50{padding-left:50px !important;}

.pl1per{padding-left:1% !important;}
.pl2per{padding-left:2% !important;}
.pl3per{padding-left:3% !important;}
.pl4per{padding-left:4% !important;}
.pl5per{padding-left:5% !important;}

.p0a{padding-right:auto; padding-left:auto !important;}
.plr10{padding-left:10px; padding-right:10px !important;}
.plr15{padding-left:15px; padding-right:15px !important;}
.plr20{padding-left:20px; padding-right:20px !important;}
.plr25{padding-left:25px; padding-right:25px !important;}
.plr30{padding-left:30px; padding-right:30px !important;}
.plr40{padding-left:40px; padding-right:40px !important;}
.plr50{padding-left:50px; padding-right:50px !important;}

.plr1per{padding-left:1%; padding-right:1% !important;}
.plr2per{padding-left:2%; padding-right:2% !important;}
.plr3per{padding-left:3%; padding-right:3% !important;}
.plr4per{padding-left:4%; padding-right:4% !important;}
.plr5per{padding-left:5%; padding-right:5% !important;}



/*==================================================
Margin Valiation
================================================== */

.m0{margin:0 !important;}
.m5{margin:5px !important;}
.m10{margin:10px !important;}
.m15{margin:15px !important;}
.m20{margin:20px !important;}
.m25{margin:25px !important;}
.m30{margin:30px !important;}
.m40{margin:40px !important;}
.m50{margin:50px !important;}

.m1per{margin:1% !important;}
.m2per{margin:2% !important;}
.m3per{margin:3% !important;}
.m4per{margin:4% !important;}
.m5per{margin:5% !important;}

.mr0{margin-right:0px !important;}
.mr5{margin-right:5px !important;}
.mr10{margin-right:10px !important;}
.mr15{margin-right:15px !important;}
.mr20{margin-right:20px !important;}
.mr25{margin-right:25px !important;}
.mr30{margin-right:30px !important;}
.mr40{margin-right:40px !important;}
.mr50{margin-right:50px !important;}

.mr1per{margin-right:1% !important;}
.mr2per{margin-right:2% !important;}
.mr3per{margin-right:3% !important;}
.mr4per{margin-right:4% !important;}
.mr5per{margin-right:5% !important;}

.mt0{margin-top:0px !important;}
.mt5{margin-top:5px !important;}
.mt10{margin-top:10px !important;}
.mt15{margin-top:15px !important;}
.mt20{margin-top:20px !important;}
.mt25{margin-top:25px !important;}
.mt30{margin-top:30px !important;}
.mt40{margin-top:40px !important;}
.mt50{margin-top:50px !important;}

.mb0{margin-bottom:0px !important;}
.mb5{margin-bottom:5px !important;}
.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}
.mb30{margin-bottom:30px !important;}
.mb40{margin-bottom:40px !important;}
.mb50{margin-bottom:50px !important;}

.ml0{margin-left:0px !important;}
.ml5{margin-left:5px !important;}
.ml10{margin-left:10px !important;}
.ml15{margin-left:15px !important;}
.ml20{margin-left:20px !important;}
.ml25{margin-left:25px !important;}
.ml30{margin-left:30px !important;}
.ml40{margin-left:40px !important;}
.ml50{margin-left:50px !important;}

.ml1per{margin-left:1% !important;}
.ml2per{margin-left:2% !important;}
.ml3per{margin-left:3% !important;}
.ml4per{margin-left:4% !important;}
.ml5per{margin-left:5% !important;}

.m0a{margin-right:auto; margin-left:auto !important;}
.mlr10{margin-left:10px; margin-right:10px !important;}
.mlr15{margin-left:15px; margin-right:15px !important;}
.mlr20{margin-left:20px; margin-right:20px !important;}
.mlr25{margin-left:25px; margin-right:25px !important;}
.mlr30{margin-left:30px; margin-right:30px !important;}
.mlr40{margin-left:40px; margin-right:40px !important;}
.mlr50{margin-left:50px; margin-right:50px !important;}

.mlr1per{margin-left:1%; margin-right:1% !important;}
.mlr2per{margin-left:2%; margin-right:2% !important;}
.mlr3per{margin-left:3%; margin-right:3% !important;}
.mlr4per{margin-left:4%; margin-right:4% !important;}
.mlr5per{margin-left:5%; margin-right:5% !important;}

/*==================================================
Width Valiation
================================================== */

.w5per{width:5% !important;}
.w10per{width:10% !important;}
.w15per{width:15% !important;}
.w20per{width:20% !important;}
.w25per{width:25% !important;}
.w30per{width:30% !important;}
.w35per{width:35% !important;}
.w40per{width:40% !important;}
.w45per{width:45% !important;}
.w50per{width:50% !important;}
.w55per{width:55% !important;}
.w60per{width:60% !important;}
.w65per{width:65% !important;}
.w70per{width:70% !important;}
.w75per{width:75% !important;}
.w80per{width:80% !important;}
.w85per{width:85% !important;}
.w90per{width:90% !important;}
.w95per{width:95% !important;}
.w100per{width:100% !important;}
.w110per{width:110% !important;}
.w120per{width:120% !important;}
.w130per{width:130% !important;}
.w140per{width:140% !important;}
.w150per{width:150% !important;}
.w160per{width:160% !important;}
.w170per{width:170% !important;}
.w180per{width:180% !important;}
.w190per{width:190% !important;}
.w200per{width:200% !important;}



/*==================================================
material-icons-outlined
================================================== */

.material-icons-outlined{
    vertical-align: middle;
}

.icn-16{
    font-size: 16px !important;
}

.icn-18{
    font-size: 18px !important;
}

.icn-20{
    font-size: 20px !important;
}

/*==================================================
txt
================================================== */

.txt-large{
    font-size: 120%;
}

.ta-l{
    text-align: left !important;
}
.ta-j{
    text-align: justify !important;
}

.ta-c{
    text-align: center !important;
}

.ta-r{
    text-align: right !important;
}





