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


@font-face {
  font-family: "YuGothic M";
  src: local("Yu Gothic Medium");
}

/* =================================
 reset
================================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
	color:#333;
	position: relative;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	display: block;
}
p{
	line-height: 1.8em;
}
iframe {
	vertical-align: bottom;
	border: 0;
}
table th,
table td {
	vertical-align: top;
}
input,
/*select,*/
textarea,
button {
	/*-webkit-appearance: none;*/
	-moz-appearance: none;
}
/*select::-ms-expand {
	display: none;
}*/
*, :after, :before {
	box-sizing: border-box;
}

@media screen and (min-width: 621px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}

/* =================================
clearfix
================================= */

.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix{
	display:inline-table;
	min-height:1%;
}
/* \*/
html .clearfix{
	* height:1%;
}
.clearfix{
	display:block;
}
/* */
.clear {
	clear: both;
}

/* =================================
 画像サイズ（レスポンシブ仕様）
================================= */
img.img100{
	width:100%;
	max-width: 100%;
	line-height: 0;
	vertical-align: bottom;
	display: block;
}
img.imgCenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width:100%;
}
img.imgLeft{
	display: block;
	margin-right: auto;
	max-width:100%;
}
img.imgRight{
	display: block;
	margin-left: auto;
	max-width:100%;
}

/* =================================
 margin・padding
================================= */

/*margin right*/
.mr05 {
margin-right: 5px;
}
.mr10 {
margin-right: 10px;
}
.mr15 {
margin-right: 15px;
}
.mr20 {
margin-right: 20px;
}
.mr25 {
margin-right: 25px;
}
.mr30 {
margin-right: 30px;
}
.mr35 {
margin-right: 35px;
}
.mr40 {
margin-right: 40px;
}
.mr45 {
margin-right: 45px;
}
.mr50 {
margin-right: 50px;
}
/*margin left*/
.ml05 {
margin-left: 5px;
}
.ml10 {
margin-left: 10px;
}
.ml15 {
margin-left: 15px;
}
.ml20 {
margin-left: 20px;
}
.ml25 {
margin-left: 25px;
}
.ml30 {
margin-left: 30px;
}
.ml35 {
margin-left: 35px;
}
.ml40 {
margin-left: 40px;
}
.ml45 {
margin-left: 45px;
}
.ml50 {
margin-left: 50px;
}
/*margin top*/
.mt00 {
margin-top: 0px !important;
}
.mt05 {
margin-top: 5px;
}
.mt10 {
margin-top: 10px;
}
.mt15 {
margin-top: 15px;
}
.mt20 {
margin-top: 20px;
}
.mt25 {
margin-top: 25px;
}
.mt30 {
margin-top: 30px;
}
.mt35 {
margin-top: 35px;
}
.mt40 {
margin-top: 40px;
}
.mt45 {
margin-top: 45px;
}
.mt50 {
margin-top: 50px;
}
.mt80 {
margin-top: 80px;
}
.mt100 {
margin-top: 100px;
}
/*margin bottom*/
.mb00 {
margin-bottom: 0px !important;
}
.mb05 {
margin-bottom: 5px;
}
.mb10 {
margin-bottom: 10px;
}
.mb15 {
margin-bottom: 15px;
}
.mb20 {
margin-bottom: 20px;
}
.mb25 {
margin-bottom: 25px;
}
.mb30 {
margin-bottom: 30px;
}
.mb35 {
margin-bottom: 35px;
}
.mb40 {
margin-bottom: 40px;
}
.mb45 {
margin-bottom: 45px;
}
.mb50 {
margin-bottom: 50px;
}
.mb80 {
margin-bottom: 80px;
}
.mb100 {
margin-bottom: 100px;
}
/*padding right*/
.pr05 {
padding-right: 5px;
}
.pr10 {
padding-right: 10px;
}
.pr15 {
padding-right: 15px;
}
.pr20 {
padding-right: 20px;
}
.pr25 {
padding-right: 25px;
}
.pr30 {
padding-right: 30px;
}
.pr35 {
padding-right: 35px;
}
.pr40 {
padding-right: 40px;
}
.pr45 {
padding-right: 45px;
}
.pr50 {
padding-right: 50px;
}
/*padding left*/
.pl05 {
padding-left: 5px;
}
.pl10 {
padding-left: 10px;
}
.pl15 {
padding-left: 15px;
}
.pl20 {
padding-left: 20px;
}
.pl25 {
padding-left: 25px;
}
.pl30 {
padding-left: 30px;
}
.pl35 {
padding-left: 35px;
}
.pl40 {
padding-left: 40px;
}
.pl45 {
padding-left: 45px;
}
.pl50 {
padding-left: 50px;
}
/*padding top*/
.pt05 {
padding-top: 5px;
}
.pt10 {
padding-top: 10px;
}
.pt15 {
padding-top: 15px;
}
.pt20 {
padding-top: 20px;
}
.pt25 {
padding-top: 25px;
}
.pt30 {
padding-top: 30px;
}
.pt35 {
padding-top: 35px;
}
.pt40 {
padding-top: 40px;
}
.pt45 {
padding-top: 45px;
}
.pt50 {
padding-top: 50px;
}
.pt80 {
padding-top: 80px;
}
.pt100 {
padding-top: 100px;
}
/*padding bottom*/
.pb05 {
padding-bottom: 5px;
}
.pb10 {
padding-bottom: 10px;
}
.pb15 {
padding-bottom: 15px;
}
.pb20 {
padding-bottom: 20px;
}
.pb25 {
padding-bottom: 25px;
}
.pb30 {
padding-bottom: 30px;
}
.pb35 {
padding-bottom: 35px;
}
.pb40 {
padding-bottom: 40px;
}
.pb45 {
padding-bottom: 45px;
}
.pb50 {
padding-bottom: 50px;
}
.pb60 {
padding-bottom: 60px;
}
.pb80 {
padding-bottom: 80px;
}
.pb100 {
padding-bottom: 100px;
}

/*All padding*/
.pd10{
	padding:10px;
}
.pd20{
	padding:20px;
}
.pd30{
	padding:30px;
}
.pd50{
	padding:50px;
}

/* =================================
font（weight）
================================= */
.bold {
	font-weight: bold;
}
.normal {
	font-weight: normal !important;
}

/* =================================
font（size %）
================================= */
.font50 {
	font-size: 50% ;
}
.font60 {
	font-size: 60% ;
}
.font70 {
	font-size: 70% ;
}
.font80 {
	font-size: 80% ;
}
.font90 {
	font-size: 90% ;
}
.font100 {
	font-size: 100% ;
}
.font110 {
	font-size: 110% ;
}
.font120 {
	font-size: 120% ;
}
.font150 {
	font-size: 150% ;
}
.font180 {
	font-size: 180% ;
}

/* =================================
font（size px）
================================= */
.font12px{
	font-size: 12px;
}
.font14px{
	font-size: 14px;
}
.font16px{
	font-size: 16px;
}
.font18px{
	font-size: 18px;
}
.font20px{
	font-size: 20px;
}
.font25px{
	font-size: 25px;
}
.font30px{
	font-size: 30px;
}
@media screen and (min-width: 768px),print {
	.font12-14px{
		font-size: 14px;
	}
	.font14-16px{
		font-size: 16px;
	}
	.font16-18px{
		font-size: 18px;
	}
	.font16-20px{
		font-size: 20px;
	}
	.font18-20px{
		font-size: 20px;
	}
	.font18-25px{
		font-size: 25px;
	}
	.font20-25px{
		font-size: 25px;
	}
	.font20-30px{
		font-size: 30px;
	}
	.font22-25px{
		font-size: 25px;
	}
	.font22-30px{
		font-size: 30px;
	}
	.font25-28px{
		font-size: 28px;
	}
	.font25-30px{
		font-size: 30px;
	}
	.font28-35px{
		font-size: 35px;
	}
	.font30-35px{
		font-size: 35px;
	}
	.font30-40px{
		font-size: 40px;
	}
}
@media screen and (max-width: 768px) {
    .font12-14px{
		font-size: 12px;
	}
	.font14-16px{
		font-size: 14px;
	}
	.font16-18px{
		font-size: 16px;
	}
	.font16-20px{
		font-size: 16px;
	}
	.font18-20px{
		font-size: 18px;
	}
	.font18-25px{
		font-size: 18px;
	}
	.font20-25px{
		font-size: 20px;
	}
	.font20-30px{
		font-size: 20px;
	}
	.font22-25px{
		font-size: 22px;
	}
	.font22-30px{
		font-size: 22px;
	}
	.font25-28px{
		font-size: 25px;
	}
	.font25-30px{
		font-size: 25px;
	}
	.font28-35px{
		font-size: 28px;
	}
	.font30-35px{
		font-size: 30px;
	}
	.font30-40px{
		font-size: 30px;
	}
}


/* =================================
font（family）
================================= */
.yu_font{
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}
.yugo_font{
	font-family: "游ゴシック体", YuGothic, "YuGothic M", sans-serif;
}


/* =================================
Adobe Font（family）
================================= */

.genN_font{
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 300;
    font-style: normal;
}
.genR_font{
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.genB_font{
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.genH_font{
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 900;
    font-style: normal;
}
.orbM_font{
    font-family: "orbitron", sans-serif;
    font-weight: 500;
    font-style: normal;
}
.orbB_font{
    font-family: "orbitron", sans-serif;
    font-weight: 700;
    font-style: normal;
}

/* =================================
font（color）
================================= */

.white{
	color:#fff;
}
.blk{
	color:#333;
}
.navy{
    color:#00966e;
}
.tiffany{
    color:#00966e;
}
.yellow{
    color:#eadf53;
}

/* =================================
テキスト揃え
================================= */
.txtJustify{
	text-align:justify;
}
.txtCenter{
	text-align:center;
}
.txtLeft{
	text-align:left;
}
.txtRight{
	text-align:right;
}

/* =================================
テキスト行間
================================= */
.lh10{
	line-height:1em;
}
.lh15{
	line-height:1.5em;
}
.lh18{
	line-height:1.8em;
}
.lh20{
	line-height:2.0em;
}
.lh24{
	line-height:2.4em;
}

/* =================================
文字間
================================= */
.ls01{
	letter-spacing: 0.1em;
}
.ls02{
	letter-spacing: 0.2em;
}

/* =================================
文字シアー
================================= */
.skew{
    transform   : skewX(-20deg);
}

/* =================================
改行
================================= */

/*スマホのみ改行*/
@media screen and (min-width: 768px),print {
    .kaigyouSp {
    	display: none;
    }
}
/*PCのみ改行*/
@media screen and (max-width: 767px) {
    .kaigyouPc {
        display: none;
    }
}

/* =================================
文字詰め
================================= */
.palt{
	font-feature-settings: "palt";
}

/* =================================
マーカーアニメーション
================================= */
 
.marker-animation.active{
    background-position: -100% .5em;
}
.marker-animation {
    background-repeat: repeat-x;
    background-size: 200% .8em;
    background-position: 0 .5em;
    transition: all 2s ease;
    font-weight: bold;
}
.marker-animation01{/*黄色*/
    background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255,255,0) 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, rgb(255,255,0) 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, rgb(255,255,0) 50%);
    background-image: -o-linear-gradient(left, transparent 50%, rgb(255,255,0) 50%);
    background-image: linear-gradient(left, transparent 50%, rgb(255,255,0) 50%);
}

/* =================================
背景色
================================= */
.bgWhite{
	background: #fff;
}
.bgGray{
	background: #f2f2f2;
}
.bgTiffany{
	background: #e5f3e4;
}

/* =================================
 スマホ・PC それぞれの表示・非表示
================================= */

@media screen and (min-width: 768px),print {
    .sp_only{
        display:none !important;
    }
}
@media screen and (max-width: 767px) {
    .pc_only{
        display:none !important;
    }
}

/* =================================
 inner
================================= */
.inner{
	width: 768px;
	max-width: calc(100% - 30px);
	margin-left:auto;
	margin-right:auto;
}

/* =================================
 flexbox
================================= */
.flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: stretch;    /*全ての要素の高さを揃える*/
}
.flex-wrap{
	flex-wrap:wrap; 	/*要素を折り返して繰り返す*/
}
.space-between{
	justify-content: space-between; /*均等に間隔をあける*/
}
.row-reverse{
	flex-flow: row-reverse; /*並び順を逆にする*/
}
.border-box{
	box-sizing:border-box;
}
@media(min-width:768px),print {
	.flexBox2{
		width:calc((100% - 40px) / 2);
    }
    .flexBox3{
        width:calc((100% - 60px) / 3);
    }
}
@media(max-width:767px) {
    .flex_block{
		display: block;
	}
	.flexBox2{
		width:100%;
		margin-bottom: 30px;
	}
	.flexBox3{
		width:100%;
		margin-bottom: 30px;
	}
}

/* =================================
 float
================================= */
.left{
	float: left;
}
.right{
	float: right;
}

/* =================================
 スクロールフェード
================================= */
.fade {
	opacity: 0;
	transform: translateY(50px);
}
.fade01 {
	transition: opacity 1.5s, transform 1s;	
}
.fade02 {
	transition: opacity 1.5s, transform 1s;
	transition-delay: 0.1s;
}
.fade03 {
	transition: opacity 1.5s, transform 1s;	
	transition-delay: 0.2s;
}
.fade04 {
	transition: opacity 1.5s, transform 1s;		
	transition-delay: 0.3s;
}
.fade.active {
	opacity: 1;
	transform: translateY(0px);
}

/* =================================
 共通
================================= */
/*コンテンツ*/
.content{
    margin-bottom: 50px;
}
@media screen and (max-width:767px) {
    .content{
        margin-bottom: 40px;
    }
}

/*タイトル*/
.tit{
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.tit::after{
    position: absolute;
    content: url(../images/ico_tit_bar.png);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.tit h3{
    font-size: 28px;
    margin-bottom: 0.3em;
}
.tit p{
    color:#666;
    font-size:16px;
}
@media screen and (max-width:767px) {
    .tit h3{
    font-size: 22px;
    }
    .tit p{
        font-size:14px;
    }
}

/*画像（アイソメ）*/
img.isome{
    max-width: 300px;
    width: 100%;
}


/* =================================
 header
================================= */
header{
    background: #00966e;
    padding: 10px 0;
    margin-bottom: 20px;
    text-align: center;
}
header h1{
    display: inline-block;
}
header h1 a{
    display: block;
}
img.headLogo{
    display: block;
    width: 120px;
    margin-left: auto;
    margin-right: auto;
}

/* =================================
 main visual
================================= */
.mv{
    margin-bottom: 50px;
}
.mvInner{
    position: relative;
    height: 550px;
    overflow: hidden;
}
img.picMv{
    position: relative;
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: 1;
}
img.filterMv{
    position: absolute;
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    z-index: 2;
}
.mvTxt{
    position: absolute;
    width: calc(100% - 40px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 3;
}
.mvResearch{
    background: #eadf53;
    display: inline-block;
    padding: 5px 25px;
    box-sizing: border-box;
    border-radius: 100px;
}
.mv p{
    font-size:20px;
    display: inline-block;
}
.mv h2{
    font-size: 45px;
    line-height: 1.3em;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}
.mv h2 small{
    font-size:80%;
}
.mv h3{
    font-size:40px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #00966e;
}
.mv h3 span{
    font-size: 160%;
}
@media(min-width:768px),print {
    .mvResearch p br{
        display: none;
    }
}
@media(min-width:500px),print {
    .mv h3 br{
        display: none;
    }
}
@media(max-width:767px) {
    .mvResearch{
        padding: 5px 35px;
    }
    .mvTxt img{
        width: 250px;
    }
    .mv p{
        font-size:14px;
    }
    .mv h2{
        margin-bottom: 10px;
    }
    .mv h2,.mv h3 {
        font-size: 35px;
    }
}
@media(max-width:500px) {
    .mvInner{
        height: 400px;
    }
}

/* =================================
 コンテンツ
================================= */
/*comparison*/
.comparison{
    padding: 60px 0;
}
@media screen and (max-width:767px) {
    .comparison{
        padding: 40px 0;
    }
}
ul.checkList{
    list-style: none;
}
ul.checkList li {
    padding-left: 1.3em;
    text-indent: -1.3em;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px #666 dashed;
}
ul.checkList li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f14a";
    color: #00966e;
    margin-right: 0.3em;
}

/*ranking*/
table.rankTb{
    width: 100%;
    border-left: 2px #00966e solid;
    border-bottom: 2px #00966e solid;
    font-size: 16px;
    font-feature-settings: "palt";
}
table.rankTb th,
table.rankTb td{
    border-right: 2px #00966e solid;
    text-align: center;
    font-size:16px;
    line-height: 1.5em;
    padding: 15px;
    box-sizing: border-box;
}
table.rankTb th{
    border-top: 2px #00966e solid;
    border-bottom: 1px #00966e solid;
    background: #f2f2f2;
}
table.rankTb td{
    border-bottom: 1px #00966e dashed;
    background: #fff;
}
table.rankTb th a{
    color: #00966e;
    text-align: center;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
    font-size:18px;
    display: block;
}
table.rankTb th a img{
    filter: grayscale(0);
    transition : all 0.5s ease 0s;
}
table.rankTb th a:hover img{
    filter: grayscale(1);
}
table.rankTb td span{
    display: block;
    text-align: center;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #00966e;
    background: #f2f2f2;
    border-radius: 100px;
    border:1px solid #00966e;
    margin-bottom: 0.5em;
    padding: 0.2em;
    box-sizing: border-box;
}
table.rankTb td a.btn{
    background:#c6a400;
    display: block;
    width: 100%;
    color:#fff;
    border-radius: 100px;
    text-align: center;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
    text-decoration: none;
    padding: 10px 10px 12px;
    transition : all 0.5s ease 0s;
}
table.rankTb td a.btn:hover{
    background: #00966e;
}
@media screen and (max-width:767px) {
    table.rankTb th, table.rankTb td{
        padding: 8px;
        font-size: 14px;
    }
    table.rankTb th a{
        font-size: 16px;
    }
    table.rankTb td span{
        border-radius: 5px;
    }
}

/*features*/
.features{
    padding: 60px 0 0;
}
@media screen and (max-width:767px) {
    .features{
        padding: 40px 0 0;
    }
}
ul.featuresList{
    list-style: none;
}
ul.featuresList li{
    display: flex;
    font-size:22px;
    line-height: 1.5em;
    margin-bottom: 0.5em;
    transform   : skewX(-20deg);
}
.featuresNo{
    width:50px;
    text-align: center;
    background: #fff;
    border:3px #00966e solid;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00966e;
}
.featuresTxt{
    width: calc(100% - 50px);
    color: #fff;
    background: #00966e;
    padding:10px 15px 12px;
}
.featuresTxt span{
    color:#eadf53;
}
@media screen and (max-width:767px) {
    ul.featuresList li{
        font-size:18px;
    }
}

/*financing*/
table.financingTb{
    width: 100%;
    border-left: 2px #fff solid;
    border-top: 2px #fff solid;
    font-size: 18px;
}
table.financingTb th{
    background:#e5f3e4;
    color: #00966e;
}
table.financingTb th.financingCate{
    background: #00966e;
    color:#fff;
}
table.financingTb td{
    background: #f2f2f2;
}
table.financingTb th,
table.financingTb td{
    border-right: 2px #fff solid;
    border-bottom: 2px #fff solid;
    box-sizing: border-box;
    text-align: center;
    line-height: 1.5em;
    padding:10px 10px 12px;
    vertical-align: middle;
}
@media screen and (max-width:767px) {
    table.financingTb{
        font-size: 15px;
    }
}

/*explanation*/
.explan{
    padding: 60px 0;
}
@media screen and (max-width:767px) {
    .explan{
        padding: 40px 0;
    }
}
.explanBox{
    background: #fff;
    border: 3px #00966e solid;
    border-radius: 20px;
    padding: 40px 20px;
}
.explanBoxInner{
    max-width: 540px;
    width: 100%;
    margin: 0 auto;
}
.explanBox h5{
    font-size: 22px;
    margin: 1em 0;
}
.explanBox h6.service{
    background: #00966e;
    padding: 10px 10px 14px;
    border-radius: 100px;
}
table.explanTb{
    width: 100%;
    max-width: 480px;
    margin: 0 auto 30px;
    font-size:20px;
    line-height: 1.8em;
}
table.explanTb th,
table.explanTb td{
    padding: 5px 15px;
    box-sizing: border-box;
}
table.explanTb th{
    border-bottom: 3px #00966e solid;
}
table.explanTb td{
    border-bottom: 3px #e5f3e4 solid;
}
.explanBox ul{
    list-style: none;
}
.explanBox ul li{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #00966e;
    padding-left: 1.3em;
    text-indent: -1.3em;
}
.explanBox ul li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0eb";
    color: #c6a400;
    margin-right: 0.3em;
}
h6.sohyo{
    display: inline-block;
    background: #00966e;
    width: 6em;
    font-size:20px;
    padding: 10px 10px 12px;
    box-sizing: border-box;
    border-radius: 10px 10px 0 0;
}
.sohyoBox{
    background:#e5f3e4;
    padding: 20px;
    box-sizing: border-box;
    border-radius:0 10px 10px 10px;
}
@media screen and (max-width:767px) {
    .explanBox h5 {
        font-size: 18px;
        margin: 0.7em 0;
    }
    table.explanTb{
        font-size:18px;
    }
}
a.contactBtn{
    position: relative;
    display: block;
    width: 250px;
    background:#c6a400;
    margin: 0 auto 40px;
    text-decoration: none;
    line-height: 1.5em;
    padding: 10px;
    border-radius: 10px;
    transition : all 0.5s ease 0s;
    border: 2px #c6a400 solid;
    box-sizing: border-box;
}
a.contactBtn:hover{
    background: #00966e;
}
a.contactBtn::after{
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f138";
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition : all 0.5s ease 0s;
}
a.contactBtn:hover::after{
    right: 10px;
}

/*asses*/
.assess{
    padding: 60px 0 ;
}
@media screen and (max-width:767px) {
    .assess{
        padding: 40px 0 ;
    }
}
.assess .rankTb p{
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size:30px;
    line-height: 1;
    color: #00966e;
}
table.rankTb td.rankPoint span{
    background: #c6a400;
    border-color: #c6a400;
    color:#fff;
}
table.rankTb td.rankPoint p{
    color: #c6a400;
    font-size: 45px;
}
@media screen and (max-width:767px) {
    .assess .rankTb p{
        font-size:25px;
    }
    table.rankTb td.rankPoint p{
        font-size:35px;
    }
}

/*attribute*/
.attribute{
    padding: 60px 0 ;
}
@media screen and (max-width:767px) {
    .attribute{
        padding: 40px 0 ;
    }
}
.attributeTit{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.attributeTit img{
    display: block;
    width: 50px;
}
.attributeTit h4{
    width: calc(100% - 50px - 0.5em);
}
.attributeBox{
    margin-bottom: 50px;
}
.attributeBox ul{
    list-style: none;
}
.attributeBox ul li{
    padding-left: 1.3em;
    text-indent: -1.3em;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px #00966e dashed;
}
.attributeBox ul li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    color: #c6a400;
    margin-right: 0.3em;
}

/*company*/
table.companyTb{
    width: 100%;
}
table.companyTb th{
    font-weight: 700;
    color: #00966e;
    width: 13em;
}
table.companyTb th,
table.companyTb td{
    padding: 10px;
}
table.companyTb th{
    border-bottom: 1px solid #00966e;
}
table.companyTb td{
    border-bottom: 1px solid #666;
}

/*privacy*/
.privacy{
    margin-bottom: 140px;
}
.privacyBox{
    background: #F2F2F2;
    padding: 30px 20px;
    box-sizing: border-box;
    height: 200px;
    overflow-y: scroll;
    border-radius: 10px;
}
.privacyBox h4{
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 2px #00966e solid;
}
.privacyBox ul{
    list-style: disc;
    padding-left: 1em;
}


/* =================================
 Footer
================================= */
.copyright{
	background: #00966e;
}
.copyright p{
	text-align: center;
	color: #fff;
	font-size:12px;
	font-weight:bold;
	padding-top:20px;
	padding-bottom:20px;
	line-height: 1.5em;
	width:90%;
	margin-left: auto;
	margin-right: auto;
}
.copyright a{
	text-decoration: none;
	color:#fff;
}

/* =================================
 トップへ戻るボタン
================================= */
#pageTop {
	position: fixed;
	bottom: 15px;
	right: 20px;
	z-index: 9999;
}
#pageTop i {
}
#pageTop a {
	display: block;
	color: #fff;
	font-size:20px;
	text-decoration: none;
	text-align: center;
	background:#00966e;
	width:40px;
	height:40px;
	line-height: 36px;
	border-radius: 50%;
	border:2px #fff solid;
}
#pageTop a:hover {
	text-decoration: none;
	opacity: 0.7;
}


