@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900);

@charset "UTF-8";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:inherit;font-size:100%;vertical-align:baseline}html{line-height:1}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}caption,th,td{text-align:left;font-weight:normal;vertical-align:middle}q,blockquote{quotes:none}q:before,q:after,blockquote:before,blockquote:after{content:"";content:none}a img{border:none}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary{display:block}.CFX:before,.CFX:after{content:" ";display:table}.CFX:after{clear:both}.CFX{*zoom:1}.FIR{text-indent:100% !important;white-space:nowrap;overflow:hidden}.FIR a{overflow:hidden;display:block;width:100%;height:100%;text-decoration:none;outline:0}ul.FIR,ol.FIR{padding:0;list-style:none}.l-constrained{margin:0 auto}.l-left{float:left;_display:inline;margin:0 1em 1em 0}.l-right{float:right;_display:inline;margin:1em 0 0 1em}.l-center{text-align:center}.l-horizontal dt{float:left;clear:left;margin-right:0.5em}.l-horizontal dt::after{content:":";margin-left:0.5em}.l-horizontal dd{overflow:hidden}.l-inline{letter-spacing:-.4em}.l-inline>*{display:inline-block;letter-spacing:normal}.l-flex-base-l{float:left;_display:inline}.l-flex-base-r{float:right;_display:inline}.l-flex-wobase{overflow:hidden}.l-coordinates{position:relative}.l-coordinates>*{position:absolute;margin:0 !important}html{overflow-y:scroll}body{font:14px "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif}span,strong,em{font-weight:bold}small{font-size:85%}.image{text-align:center}.image img{vertical-align:top}.banners a:hover img{filter:alpha(opacity=75);-moz-opacity:0.75;opacity:0.75}.sup-list{padding-left:1em;text-indent:-1em}.horizontal dt{float:left;clear:left;margin-right:1em}.txt-attention{color:#e60000}.txt-notice{color:#0055c8}.txt-sup{text-align:right}.txt-topic{text-align:center}.txt-weak{font-size:85%}.point-lv0{font-size:100%;font-weight:bold}.point-lv1{font-size:109%;font-weight:bold}.point-lv2{font-size:125%;font-weight:bold}.point-lv3{font-size:142%;font-weight:bold}.point-lv4{font-size:159%;font-weight:bold}.point-lv5{font-size:176%;font-weight:bold}.point-lv6{font-size:184%;font-weight:bold}.point-lv7{font-size:200%;font-weight:bold}.point-lv8{font-size:217%;font-weight:bold}.point-lv9{font-size:234%;font-weight:bold}.point-lv10{font-size:250%;font-weight:bold} body{text-align:center}#wrapper{position:relative;text-align:left}#header-inner,#main-inner,#footer-inner{overflow:hidden;margin-right:auto;margin-left:auto;width:950px !important}p.logo-kentei{position:absolute;top:20px;left:25px;margin:0}body{text-align:center}



/*   base stting
------------------------------------------------------------------ */
html,
body {
	overflow-x: hidden;
}
html {
    height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", HiraKakuProN-W3, "TakaoExゴシック", TakaoExGothic, "MotoyaLCedar", "Droid Sans Japanese", sans-serif;
	font-size: 14px;
	line-height: 1.8;
	background: #00904d;
	color: #000;
	text-align: left;
	overflow: hidden;
	letter-spacing: 0;
	-webkit-text-size-adjust: 100%;
}

a,
a:link,
a:visited {
	color: #00904d;
	text-decoration: underline;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}
a:hover,
a:active {
	color: #00904d;
	text-decoration: none;
}
a,
a:focus {
	outline: none;
	overflow: hidden;
	text-decoration: none;
}

p {
	margin: 10px 0;
}

img {
	border : 0;
}

table,
th,
td {
	border-collapse: collapse;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

iframe {
	border: none;
	margin: 0;
}

strong {
	font-weight: bold;
}

/* social box
---------------------- */
.socialBox {
	height: 20px;
}
.socialBox iframe {
	width: 110px !important;
}
.socialBox .twitter-share-button {
	width: 90px !important;
	height:25px !important;
}
.socialBox {
	position: absolute;
	top: 90px;
	right: 0;
	margin: 0;
}

/*   common
------------------------------------------------------------------ */
#wrapper {
	height: 100%;
	min-height: 100%;
	padding: 0;
	position: relative;
}
body > #wrapper {
    height: auto;
}

#contents {
	width: 990px;
	margin: 25px auto 0;
	background: #fff;
}
#contents-inner,
.contents-inner {
	width: 930px;
	margin: 0 auto;
	padding: 20px 0 0;
}

section {
	margin: 0;
	padding: 0 0 30px;
}

.cols-flex {
	display: flex;
	flex-flow: row nowrap;
}
.cols-flex .cols-1 {
	flex: 1;
}
.cols-flex .cols-2 {
	flex: 2.5;
}
/* IE9,10 */
.cols-flex:not(:target) {
	display: table\9;
}
.cols-flex .cols-1:not(:target) {
	display: table-cell\9;
	width: 270px\9;
	vertical-align: top\9;
}
.cols-flex .cols-2:not(:target) {
	display: table-cell\9;
	width: 660px\9;
	vertical-align: top\9;
}

p.logo-kentei {
	position: absolute;
	top: -63px;
	left: 25px;
	margin: 0;
	z-index: 10;
}

.hide-txt {
	text-indent: 100% !important;
	white-space: nowrap;
	overflow: hidden;
}
.hide-txt a {
	overflow: hidden;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	outline: 0;
}

.fl-left {
	float: left;
}
.fl-right {
	float: right;
}

/* link zoom */
@-webkit-keyframes link-zoom {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes link-zoom {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes link-zoom-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes link-zoom-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
.link-zoom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.link-zoom:hover, .link-zoom:focus, .link-zoom:active {
  -webkit-animation-name: link-zoom-float, link-zoom;
  animation-name: link-zoom-float, link-zoom;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

.ttl {
	width: auto;
	height: 60px;
	padding-top: 13px;
	margin: 0 0 20px;
	background: url("../img/bg_ttl.png") 0 0 repeat-x;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-align: center;
	box-sizing: border-box;
}

.sub {
	width: auto;
	margin: 0 0 15px;
	padding: 5px 0 10px;
	font-size: 18px;
	font-weight: 600;
	border-bottom: 5px solid #00904d;
}
.sub span {
	font-size: 14px;
}

.txt-bold {
	font-weight: 600 !important;
}
.txt-normal {
	font-weight: 400 !important;
}

.txt-example {
	display: inline-block;
	margin-right: 5px;
	font-size: 0.8em;
	vertical-align: top;
}

.txt-indent {
	margin: 0;
	text-indent: -1em;
	padding-left: 10px;
}
.txt-indent.wide {
	margin: 0 0 0 25px;
	text-indent: -2.5em;
	padding-left: 25px;
}

.txt-green {
	color: #00904d !important;
}
.txt-red {
	color: #dd0000 !important;
}
.txt-pink {
	color: #da4278 !important;
}

.f13 {
	font-size: 13px !important;
}
.f14 {
	font-size: 14px !important;
}
.f16 {
	font-size: 16px !important;
}
.f18 {
	font-size: 18px !important;
}
.f19 {
	font-size: 19px !important;
}
.f20 {
	font-size: 20px !important;
}
.mt-10 {
	margin-top: -10px !important;
}
.mt-20 {
	margin-top: -20px !important;
}
.mt00 {
	margin-top: 0 !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mb00 {
	margin-bottom: 0 !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}

/*   header
------------------------------------------------------------------ */
header {
	/*height: 120px;*/
	/*margin: 0 0 30px;*/
	height: 150px;
	margin: 0;
	overflow: hidden;
	position: relative;
}

header h1 {
	width: 242px;
	height: 60px;
	margin: 0;
	padding: 0;
	background: url("../img/header/logo.png") 0 0 no-repeat;
	text-indent: 100% !important;
	white-space: nowrap;
	overflow: hidden;
}
header h1 a {
	display: block;
	width: 242px;
	height: 60px;
	overflow: hidden;
}

header ul.btn-entry {
	width: 525px;
	position: absolute;
	top: 5px;
	right: 0;
	margin: 0;
}
header ul.btn-entry li {
	display: inline-block;
	width: 250px;
	height: 50px;
	margin: 0 0 0 10px;
	text-indent: 100% !important;
	white-space: nowrap;
	overflow: hidden;
}
header ul.btn-entry li a {
	display: block;
	width: 250px;
	height: 50px;
	overflow: hidden;
}

header ul.btn-entry li.individual a { background: url('../img/header/entry_individual.png') 0 0 no-repeat; }
header ul.btn-entry li.individual a:hover { background: url('../img/header/entry_individual_over.png') 0 0 no-repeat; }

header ul.btn-entry.end li.individual a { background: url('../img/header/entry_individual_end.png') 0 0 no-repeat; }
header ul.btn-entry.end li.individual a:hover { background: url('../img/header/entry_individual_end_over.png') 0 0 no-repeat; }

header ul.btn-entry li.group a { background: url('../img/header/entry_group.png') 0 0 no-repeat; }
header ul.btn-entry li.group a:hover {background: url('../img/header/entry_group_over.png') 0 0 no-repeat; }

header ul.btn-entry.end li.group a { background: url('../img/header/entry_group_end.png') 0 0 no-repeat; }
header ul.btn-entry.end li.group a:hover {background: url('../img/header/entry_group_end_over.png') 0 0 no-repeat; }

/*   nav
------------------------------------------------------------------ */
.navMain {
	background: #00904d;
	width: 930px;
	height: 40px;
	margin: 20px auto 0;
	overflow: hidden;
}
ul.nav-main {
	/*width: 700px;*/
	height: 40px;
	display: table;
	/*table-layout: fixed;*/
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	margin: 0 auto;
}
ul.nav-main li {
	display: table-cell;
	margin: 0;
	/*padding-top: 2px;*/
	padding: 2px 20px 0;
	text-align: center;
	vertical-align: middle;
}
ul.nav-main li a {
	/*display: block;*/
	color: #fff;
	text-decoration: none;
}
ul.nav-main li a:hover,
ul.nav-main li.active {
	color: #fff;
	text-decoration: underline;
}
.header-social {
	position: absolute;
	top: 35px;
	width: 900px;
}

/*   btn
------------------------------------------------------------------ */
ul.btn-entry {
	clear: both;
	width: 625px;
	margin: 0 auto;
}
ul.btn-entry.large {
	width: 100%;
}
ul.btn-entry li {
	display: inline-block;
	width: 300px;
	height: 70px;
	margin: 30px 10px 0;
	text-indent: 100% !important;
	white-space: nowrap;
	overflow: hidden;
}
ul.btn-entry.top li:nth-of-type(1) {
	margin-left: 0;
}
ul.btn-entry.top li:nth-of-type(2) {
	margin-right: 0;
}
ul.btn-entry li a {
	display: block;
	width: 300px;
	height: 70px;
	overflow: hidden;
}
ul.btn-entry.large li {
	width: 460px;
	height: 120px;
	margin: 0;
}
ul.btn-entry.large li a {
	width: 460px;
	height: 120px;
	background-size: contain;
}
ul.btn-entry.large li:first-of-type {
	margin-right: 5px;
}

ul.btn-entry li.individual a { background: url('../img/entry_individual.png') 0 0 no-repeat; }
ul.btn-entry li.individual a:hover { background: url('../img/entry_individual_over.png') 0 0 no-repeat; }
ul.btn-entry.end li.individual a { background: url('../img/entry_individual_end.png') 0 0 no-repeat; }
ul.btn-entry.end li.individual a:hover { background: url('../img/entry_individual_end_over.png') 0 0 no-repeat; }

ul.btn-entry.large li.individual a { background: url('../img/entry_individual_large.png') 0 0 no-repeat; }
ul.btn-entry.large li.individual a:hover { background: url('../img/entry_individual_large_over.png') 0 0 no-repeat; }
ul.btn-entry.large.end li.individual a { background: url('../img/entry_individual_large_end.png') 0 0 no-repeat; }
ul.btn-entry.large.end li.individual a:hover { background: url('../img/entry_individual_large_end_over.png') 0 0 no-repeat; }

ul.btn-entry li.group a { background: url('../img/entry_group.png') 0 0 no-repeat; }
ul.btn-entry li.group a:hover {background: url('../img/entry_group_over.png') 0 0 no-repeat; }
ul.btn-entry.end li.group a { background: url('../img/entry_group_end.png') 0 0 no-repeat; }
ul.btn-entry.end li.group a:hover {background: url('../img/entry_group_end_over.png') 0 0 no-repeat; }

ul.btn-entry.large li.group a { background: url('../img/entry_group_large.png') 0 0 no-repeat; }
ul.btn-entry.large li.group a:hover {background: url('../img/entry_group_large_over.png') 0 0 no-repeat; }
ul.btn-entry.large.end li.group a { background: url('../img/entry_group_large_end.png') 0 0 no-repeat; }
ul.btn-entry.large.end li.group a:hover {background: url('../img/entry_group_large_end_over.png') 0 0 no-repeat; }

ul.btn-list {
	width: 60%;
	display: table;
	table-layout: fixed;
	margin: 0 auto;
	padding: 10px 0;
}
ul.btn-list li {
	display: table-cell;
}

.btn-shikaku {
	display: block;
	margin: 40px auto 10px;
	width: 460px;
	height: 60px;
	background: url('../img/btn_shikaku.png') 0 0 no-repeat;
	background-size: contain;
	text-indent: -9999px;
}
.btn-shikaku:hover {
	background: url('../img/btn_shikaku_over.png') 0 0 no-repeat;
}

/*   footer
------------------------------------------------------------------ */
footer {
	width: 980px;
	margin: 0 auto;
	padding: 40px 0;
	text-align: center;
}

/*   top page
------------------------------------------------------------------ */
#page-home .news {
	padding-bottom: 40px;
}
#page-home .news h2 {
	background: url(../img/index_news_sub.png) 0 0 no-repeat;
	height: 16px;
	margin: 0 0 10px;
	padding-bottom: 10px;
	border-bottom: 5px solid #00904d;
	text-indent: 100% !important;
	white-space: nowrap;
	overflow: hidden;
}
#page-home .news dl {
	margin: 0;
	padding: 0;
}
#page-home .news dl dt {
	clear: both;
	float: left;
	padding: 12px 0;
	width: 85px;
	white-space: nowrap;
	font-weight: normal;
}
#page-home .news dl dd {
	margin: 0;
	padding: 12px 5px 12px 95px;
	border-bottom: 1px dashed #333;
}
#page-home .news dl a {
	color: #000;
	text-decoration: underline;
}
#page-home .news dl a:hover {
	text-decoration: none;
}
#page-home .news dl .icon-new {
	display: inline-block;
	background: url(../img/icon_new.png) 0 bottom no-repeat;
	width: 50px;
	height: 17px;
	margin: 0 10px;
	vertical-align: -10%;
	text-indent: 100% !important;
	white-space: nowrap;
	overflow: hidden;
}

/*   noticebar
------------------------------------------------------------------ */
#knt_noticebar {
    background-color: #fff;
    width: 100%;
    position: relative;
    z-index: 10;
}
#knt_noticebar .inner {
	width: 990px;
    margin: 0 auto;
}
#knt_noticebar .inner p {
    font-size: 12px;
    margin: 0;
    line-height: 1.6;
    background: url(/common/images/i-attention.gif) 3% center no-repeat;
    padding: 10px 10px 10px 60px;
    text-align: left;
    color: #000;
}
#knt_noticebar a {
    text-decoration: underline;
}
#knt_noticebar a:hover {
    text-decoration: none;
}

/*   clearfix
------------------------------------------------------------------ */
.clearfix {
	zoom: 1;
}
.clearfix:before,
.clearfix:after {
	clear: both;
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
#wrapper:before,
#wrapper:after,
header:before,
header:after,
footer:before,
footer:after,
section:before,
section:after {
	clear: both;
	content: " ";
	display: table;
}
#wrapper:after,
header:after,
footer:after,
section:after {
    clear: both;
}

/*   190114 TOP benefits 追加
------------------------------------------------------------------ */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.btn-buy {
	display: block;
	margin: 30px auto 0;
}
.btn-buy:hover {
	opacity: 0.7;
	transition: 0.7s;
}

#page-home #benefits {
	margin: 0 auto 20px;
	padding: 40px 0;
	background: #f7f7f7;
	background: linear-gradient(#f7f7f7, #dfdfdf);
	text-align: center;
}
#page-home #benefits .sub-benefits {
	margin: 0 auto 10px;
	text-align: center;
}
#page-home #benefits .subsub-benefits {
	text-align: center;
	margin: 0 0 20px;
	font-size: 18px;
	font-weight: 600;
}

/*   191125 TOP 問題訂正 追加
------------------------------------------------------------------ */
.f12 { font-size: 12px !important; }

#page-home .answer-box {
	clear: both;
    display: block;
    text-align: center;
    margin: 40px auto 10px;
    padding: 10px 20px;
    font-size: 16px;
    border: 1px solid #00904d;
}
#page-home .answer-box .sub {
    margin: 0 0 10px;
    font-weight: 600;
    font-size: 18px;
    position: relative;
    letter-spacing: 0;
}
#page-home .answer-box .sub .day {
	position: absolute;
    top: 13px;
    right: 0;
    font-size: 13px;
}

#page-home .answer-box ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    margin: 20px auto 0;
}
#page-home .answer-box ul.cols2 {
	width: 610px;
	justify-content: space-between;
	padding-right: 10px;
}
#page-home .answer-box ul li {
    text-align: center;
    vertical-align: middle;
    margin: 0;
    box-sizing: border-box;
    padding-bottom: 10px;
}
#page-home .answer-box ul li a {
	text-decoration: none;
}
#page-home .answer-box ul li:hover {
	text-decoration: none;
}
#page-home .answer-box ul.cols2 li {
    width: 50%;
}
#page-home .answer-box ul.cols5 li {
    width: 20%;
    padding: 0 10px 10px;
}
#page-home .answer-box ul li a.btn {
    display: block;
    width: 100% !important;
    height: 50px;
    margin: 0 auto;
    padding: 13px 10px;
    font-weight: 600;
    font-size: 17px;
    box-sizing: border-box;
    border: none;
    color: #fff;
    text-align: center;
    position: relative;
    border-radius: 6px;
    line-height: 1.4;
    background: #00904d;
}
#page-home .answer-box ul.cols2 li a.btn {
	font-size: 20px;
	padding-top: 10px;
}
#page-home .answer-box ul li a:hover.btn {
	background: #096;
	transition: 0.7s;
}

/*   201016 ABOUT 追加
------------------------------------------------------------------ */
.img-center {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

#page-about {
	font-size: 15px;
}
#page-about section {
	margin-bottom: 10px;
}
#page-about .inner-cont {
	padding: 0 10px;
}

#page-about .sub-ruikei {
	font-weight: 600;
	font-size: 20px;
	margin: 0 0 15px;
	text-align: center;
}
#page-about .sub-ruikei .number {
	display: inline-block;
	font-size: 30px !important;
}
#page-about .sub-ruikei .number span {
	display: inline-block;
	font-size: 60px !important;
	color: #009143;
	margin: 0 7px;
	vertical-align: -6%;
	font-family: 'Roboto', sans-serif !important;
    font-weight: 700 !important;
}

#page-about .sub-catch {
	font-size: 28px;
	text-align: center;
	font-weight: 600;
	margin: 0 0 15px;
}

#page-about .bg-wrap {
	background: #fafbbe;
	margin: 0 0 2px;
	padding: 35px 0 31px;
}
#page-about .bg-wrap.bg2 {
	background: #fbf4cf;
}
#page-about .bg-wrap.bg2.last {
	margin-bottom: 60px;
}

#page-about .sub-waku {
	font-size: 18px;
	font-weight: 600;
	border: 2px solid #999;
	border-radius: 50px;
	padding: 10px;
	line-height: 1;
	text-align: center;
}

#page-about .cols-flex {
	width: 780px;
	margin: 0 auto;
}
#page-about .about-cols-1 {
	width: 440px;
	box-sizing: border-box;
	padding-right: 50px;
	font-size: 15px;
}
#page-about .about-cols-2 {
	width: 340px;
}

#page-about .txt-goukaku {
	display: block;
	width: 260px;
	font-size: 18px;
	font-weight: 600;
	margin: 30px auto 25px;
	line-height: 1.3;
	text-align: center;
	box-sizing: border-box;
	padding-right: 20px;
}
#page-about .txt-goukaku .number {
	display: inline-block;
	font-size: 40px !important;
	color: #009143;
	margin: 0 5px 0 20px;
	vertical-align: -6%;
	font-family: 'Roboto', sans-serif !important;
    font-weight: 700 !important;
}

#page-about dl.list,
#page-about dl.age-list {
	width: 100%;
	display: table;
}
#page-about dl.list dt,
#page-about dl.age-list dt {
	width: 18%;
	display: table-cell;
	font-weight: 600;
}
#page-about dl.age-list dt {
	width: 32%;
	font-weight: 400;
}
#page-about dl.list dd,
#page-about dl.age-list dd {
	width: 82%;
	display: table-cell;
}
#page-about dl.age-list dd {
	width: 68%;
}

/*   201124 TOP 次回 追加
------------------------------------------------------------------ */
.notice-box {
    width: auto;
    margin: 25px auto 0;
    font-size: 25px;
    padding: 10px 5px;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-align: center;
    position: relative;
    background: #fff;
    border: 5px solid #D6000F;
    color: #dc1418;
}
.notice-box p {
	margin: 0;
}

/*   220528 TOP badge / Topics 追加
------------------------------------------------------------------ */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&display=swap');

#page-home .main-visual {
	position: relative;
}
#page-home .badge {
	width: 200px;
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	margin: auto;
}

#page-home .topics {
	width: 100%;
	margin: -20px 0 40px;
	padding: 0;
	border-bottom: 5px solid #00904d;
	border-left: 5px solid #00904d;
	border-right: 5px solid #00904d;
}
#page-home .topics h2 {
	text-align: center;
	color: #fff;
	font-weight: 700;
	background: #00904d;
	font-size: 18px;
	margin: 0;
	padding: 3px 15px 2px 5px;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.02em;
}
#page-home .topics dl {
	display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    margin: 9px 15px 0;
    padding: 0 0 10px;
    border-bottom: 1px solid #aaaaaa;
    line-height: 1.7;
}
#page-home .topics dl:last-of-type {
	border-bottom: none;
}
#page-home .topics dl dt {
	width: 5.5%;
	background: #00904d;
	color: #fff;
	font-size: 30px;
	text-align: center;
	padding: 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
}
#page-home .topics dl dd {
	width: 92%;
	padding: 0;
}
#page-home .topics dl .sub-topics {
	font-size: 20px;
	font-weight: 600;
	color: #00904d;
}
#page-home .topics dl .sub-topics span {
	font-size: 16px;
	color: #000;
}
#page-home .topics dl .sub-topics span.icon-new {
	display: inline-block;
	background: url(../img/icon_new.png) 0 bottom no-repeat;
	width: 50px;
	height: 17px;
	margin-right: 10px;
	vertical-align: -10%;
	text-indent: 100% !important;
	white-space: nowrap;
	overflow: hidden;
}
#page-home .topics dl p {
	margin: 0;
}
#page-home .topics dl a {
	display: block;
	background: url(../img/icon-arrow.png) left center no-repeat;
	background-size: 17px 17px;
	padding-left: 25px;
	color: #2693ff;
	font-weight: 600;
	text-decoration: none;
}
#page-home .topics dl a:hover {
	opacity: 0.75;
	transition: 0.5s;
}

/*   220528 advance 追加
------------------------------------------------------------------ */
#page-advance .table-box {
	font-family: 'Hiragino Kaku Gothic Pro W6', 'ヒラギノ角ゴ Pro W6', "游ゴシック",YuGothic, sans-serif;
	width: 80%;
	margin: 0 auto;
}
#page-advance .table-box table {
	width: 100%;
	font-weight: 600;
	font-size: 18px;
	border: 1px solid #d1d1d1;
}
#page-advance .table-box table th {
	width: 50%;
	background: #F9E9D3;
	padding: 5px 10px 5px 40px;
	border-right: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
}
#page-advance .table-box table td {
	width: 50%;
	padding: 5px 40px 5px 10px;
	text-align: right;
	border-bottom: 1px solid #d1d1d1;
}
#page-advance .table-box .cap {
	text-align: right;
}

/*   220528  共通 Header footer 修正
------------------------------------------------------------------ */
.cmn-header a {
	text-decoration: none;
}

.l-footer__navItem a {
	font-size: 14px;
	color: #344055;
	text-decoration: none;
}
.l-footer__item a {
	font-size: 13px;
	color: #344055;
	text-decoration: none;
}
.l-footer__copyright small {
	font-size: 10px;
}

.l-pageTop span {
	font-size: 10px;
}
.l-pageTop__button::before {
	width: 13px;
	height: 13px;
	top: 20%;
}

/*   231020 TOP 過去問btn 追加
------------------------------------------------------------------ */
.btn-kakomon {
	display: block;
	margin: 30px auto 15px;
	width: 620px;
	height: 76px;
	background: #005BAD;
	color: #fff !important;
	text-align: center;
	text-decoration: none !important;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.6;
	box-sizing: border-box;
	padding-top: 5px;
	position: relative;
	overflow: visible;
}
.btn-kakomon:hover {
	opacity: 0.75;
	transition: 0.5s;
	text-decoration: none;
}
.btn-kakomon i.icon-new {
	width: 60px;
	height: 60px;
	background: url(../img/icon-new.svg) 0 0 no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	margin: auto;
	z-index: 1;
}

.btn-green {
	display: block;
	margin: 40px auto 0;
	width: 480px;
	height: 50px;
	color: #fff !important;
	text-align: center;
	text-decoration: none !important;
	font-size: 18px;
	font-weight: 600;
	line-height: 49px;
	box-sizing: border-box;
	background: #00904d;
	border-radius: 30px;
}
.btn-green:hover {
	opacity: 0.75;
	transition: 0.5s;
	text-decoration: none;
}

/*----- 申込にオンライン追加(headerとabout下部) -----*/
.entry-wrap .box {
    margin: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    gap: 30px 30px;
}
.entry-wrap .box .col {
    width: calc(100% / 2 - 15px );
}
header .entry-wrap {
	width: 680px;
	position: absolute;
	top: 10px;
	right: -2px;
	margin: 0;
}
header .entry-wrap .box {
	gap: 0 5px;
}
header .entry-wrap .box .col {
    width: calc(100% / 3 - 4px );
}
.entry-wrap .btn-entry {
    display: block;
    color: #fff;
    padding: 15px 10px 15px 45px;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    border: 3px solid #fdff70;
    background: #ff7800;
    border-radius: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-align: center;
}
header .entry-wrap .btn-entry {
	padding: 6px 8px 5px 20px;
	font-size: 14px;
	border-width: 2px;
	border-radius: 8px;
}
.entry-wrap a {
    text-decoration: none;
}
.entry-wrap a:hover {
    text-decoration: none;
}
.entry-wrap .btn-entry:hover {
    text-decoration: none;
    color: #fdff70;
    -webkit-box-shadow: 0px 0px 10px #fdff70;
    box-shadow: 0px 0px 10px #fdff70;
}
.entry-wrap .btn-entry.individual {
    background: #ff7800;
}
.entry-wrap .btn-entry.group {
    background: #2693ff;
}
.entry-wrap .btn-entry.online {
    background:  #00a497;
    letter-spacing: -0.05em;
}
.entry-wrap .btn-entry i {
    display: block;
    width: 34px;
    height: 34px;
    background: url(../img/icon-entry.png) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
}
header .entry-wrap .btn-entry i {
	width: 15px;
    height: 15px;
    top: 48%;
    transform: translateY(-48%);
    left: 6px;
}

