@charset "utf-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html{font-family:Arial,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,Meiryo,Helvetica,メイリオ,sans-serif;font-size:88%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{color:#4c4c4c;background-color:transparent;text-decoration:none}a:active,a:hover{color:#4c4c4c;outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0;-ms-interpolation-mode:bicubic;vertical-align:bottom;max-width:100%;height:auto}svg:not(:root){overflow:hidden}figure{margin:0}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace;font-size:1em}li{list-style:none}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}img {backface-visibility: hidden;}


/* template style ----------------------*/

body {
	line-height: 180%;
	font-size: 14px;
	color:#4c4c4c;
	overflow-x:hidden;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	margin: auto;
	padding: 0;
	/* background: url(../../img/common/pc/bg_blue_top.svg) no-repeat center top/100% auto, url(../../img/common/pc/bg_blue_bottom.svg) no-repeat center bottom/100% auto, linear-gradient(to bottom,#fff 0px,#fff 1px,#eff6fb 2px,#eff6fb calc(100% - 2px),#fff 100%); */
}

h1,h2,h3,h4,h5,h6,p,th,td,a {
	font-feature-settings: "palt" 1;
	letter-spacing: 1px;
}

.cabinFont {
	font-family: 'Cabin', sans-serif;
}

#wrapper { position:relative; }
.sp-bl,
.sp-il,
.tablet-bl {
	display:none;
}

.inner {
	width:95%;
	max-width:1200px;
	margin-right:auto;
	margin-left:auto;
	position:relative;
}
.opa {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.opa:hover {
	opacity: 0.85;
	filter: alpha(opacity=85);
}

.clearfix:before,
.clearfix:after,
.cf:before,
.cf:after {
	content: "";
	display: table;
}
.clearfix:after,
.cf:after {
	clear: both;
}
.clearfix,
.cf {
	zoom: 1;
}

.lineclamp {
	line-height: 1.5;
	height: 3em;
	background-color: #fff;
	position: relative;
	padding-right: 1em;
	overflow: hidden;
}
.lineclamp:before {
	content: "...";
	position: absolute;
	right: 0;
	bottom: 0;
	display: inline-block;
	width: 1em;
}
.lineclamp:after {
	content: "";
	position: relative;
	right: -1em;
	float: right;
	width: 1em;
	height: 100%;
	background-color: inherit;
}

#bibliography h2{
	margin-bottom: 30px;
}
#bibliography ol{
	background: linear-gradient(-45deg, #d7fff0, #38d49b);
    padding: 30px;
}



/* header ----------------------*/

#header {
	/* position: fixed; */
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	background-color: #FFF;
	/* border-bottom: solid 1px #C2C2C2; */
	/* height: 16vw; */
}
	#header .inner {
	    max-width: 1200px;
	}
	#header .logo {
	    float: left;
	    max-width: 108px;
	    width: 108px;
	    margin-top: 10px;
	}
	#header .postNavi {
	    float: left;
	    /*max-width: 600px;*/
	    max-width: 700px;
	    /*width: 600px;*/
	    width: 700px;
	    margin-left: 30px;
	}
	#header .postNavi li {
	    float: left;
	    max-width: 100px;
	    width: 100px;
	    border-right: solid 1px #C2C2C2;
	    box-sizing: border-box;
	}
	#header .postNavi li a {
	    display: block;
	    padding: 5px 0;
	    text-align: center;
	    -webkit-transition: all .4s;
	    -moz-transition: all .4s;
	    -ms-transition: all .4s;
	    -o-transition: all .4s;
	    transition: all .4s;
	}
	#header .postNavi li:first-child {
	    border-left: solid 1px #C2C2C2;
	}
	#header .subNavi {
	    float: right;
	    max-width: 240px;
	    width: 240px;
	    margin-top: 15px;
	}
	#header .pageNavi {
	    float: left;
	    /* max-width: 160px; */
	    /* width: 160px; */
	    font-size: 0;
	    line-height: 1;
	    padding: 15px;
	    padding-right: 8px;
	    border-right: solid 1px #C2C2C2;
	}
	#header .pageNavi li {
	    display: block;
	    min-width: 100px;
	}
	#header .pageNavi li + li {
		margin-top: 14px;
	}
	#header .pageNavi li a {
	    font-size: 10px;
	    color: #858585;
	    line-height: 1;
	    padding-left: 20px;
	    box-sizing: border-box;
	    display: block;
	    position: relative;
	    -webkit-transition: all .4s;
	    -moz-transition: all .4s;
	    -ms-transition: all .4s;
	    -o-transition: all .4s;
	    transition: all .4s;
	}
	#header .pageNavi li a:hover {
		color: #005693;
	}
	#header .pageNavi li a img {
	    position: absolute;
	    top: 0;
	    left: 0;
	}
	#header .logBtn {
	    float: right;
	    max-width: 100px;
	    width: 100px;
	}
	#header .logBtn a {
	    display: block;
	    line-height: 1;
	    position: relative;
	    font-size: 14px;
	    color: #858585;
	    box-sizing: border-box;
	    padding: 13px 0;
	    padding-left: 22px;
	    -webkit-transition: all .4s;
	    -moz-transition: all .4s;
	    -ms-transition: all .4s;
	    -o-transition: all .4s;
	    transition: all .4s;
	}
	#header .logBtn a:hover {
		color: #005693;
	}
	#header .pageNavi li + li + li {
	    margin-top: 15px;
	}
	#header .logBtn a img {
	    position: absolute;
	    top: 0;
	    left: 0;
	    bottom: 0;
	    margin: auto;
	}
	#header .postNavi li a:hover {
	    background-color: #def0fd;
	}


#header .spMenuBtn {
    display: none;
    float: right;
    width: 40px;
    margin-top: 18px;
}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 40px;
  height: 34px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #005693;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 15px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1),
.menu-trigger.active span:nth-of-type(3) {
  width: 20px;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translate(25px,9px) rotate(45deg);
  transform: translate(25px,9px) rotate(45deg);
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translate(25px,-9px) rotate(-45deg);
  transform: translate(25px,-9px) rotate(-45deg);
}

@media screen and (max-width:1190px) {
	#header .postNavi {
		display: none;
	}
	#header .subNavi {
		display: none;
	}
	#header .spMenuBtn {
		display: block;
	}
}

#spMenu {
    position: fixed;
    top: 70px;
    right: -100%;
    bottom: 0;
    padding: 40px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    background-color: #FFF;
    z-index: 6000;
    overflow-y: auto;
}
#spMenu.open {
    right: 0;
}
.fixedNavi {
    position: fixed;
    width: 100%;
}
body:before {
    content: "";
    position: absolute;
    top: 71px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
body.fixedNavi:before {
    opacity: 1;
    z-index: 6000;
}
.spMenuList li + li {
    margin-top: 40px;
}
.spMenuList li a {
    display: block;
    font-size: 18px;
    padding-left: 40px;
    box-sizing: border-box;
    position: relative;
}
.spMenuList li a img {
    position: absolute;
    top: -5px;
    left: 0;
    margin: auto;
    max-width: 30px;
}
#spMenu .logBtn {
    margin-top: 50px;
    text-align: center;
    padding: 10px;
}
#spMenu .logBtn a {
    border: solid 1px #C2C2C2;
    display: block;
    padding: 10px;
    font-size: 14px;
}
#spMenu .logBtn a img {
    margin-right: 5px;
    max-width: 30px;
}


/* ログイン */
#header.login {
    height: auto;
    border-bottom: none;
    padding: 50px 0;
}
#header.login .logo {
    float: none;
    max-width: 320px;
    width: 30%;
    margin: 0 auto 25px;
}
#header.login .sitename {
    float: none;
    max-width: 320px;
    width: 30%;
    margin: 0 auto;
}




/* main ------------------------*/

#main {
	/* min-height: 700px; */
}




/* #gateway ------------------------*/

body.gateway {
    overflow: hidden;
}
    
#gateway {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	margin: 0;
	background-color: rgba(255,255,255,.95);
	width: 100%;
	height: 100vh;
	overflow: scroll;
}

.gate {
	opacity: 0;
}
body.gateway .gate {
	position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    margin: 5vw;
    width: 90vw;
    min-height: calc(100vh - 10vw);
    border: 1px solid;
    padding: 5vw;
    display: flex;
    align-items: center;
}
body.gateway .gate::after {
	content: '';
    display: block;
    position: absolute;
    bottom: -5vw;
    left: 0;
    z-index: -1;
    margin: 0;
    padding-top: 5vw;
    width: 100%;
    height: 1px;
}

body.gateway .gate.gate-primary {
	opacity: 1;
	z-index: 1;
	text-align: center;
}
body.gateway .gate.gate-secondary {
	z-index: 0;
	visibility: hidden;
	transition: opacity .3s;
	height: 0;
    overflow: hidden;
}
body.gateway .gate.gate-secondary.active {
	z-index: 10;
	visibility: visible;
	opacity: 1;
	height: auto;
    overflow: initial;
}

body.gateway .gate .content.inner {
    min-height: calc(90% - 10vh);
    text-align: center;
}

body.gateway .gate .content .popupTtl {
	margin-bottom: 30px;
    font-size: 18px;
    font-weight: bold;
}

body.gateway .gate .content .contactTb,
body.gateway .gate .content .contactBtn {
    max-width: 700px;
    margin: 30px auto;
}

body.gateway .gate .content .contactBtnStyle {
	margin: 30px;
}





/* footer ----------------------*/

#footer {
	padding: 0;
}
	#footer .inner {
	    max-width: 1200px;
	}
	#footer .copyright {
	    font-size: 10px;
	    text-align: center;
	    color: #999999;
	    padding: 30px 0;
	}
	#footer .bg {
		padding: 40px 0;
		background-color: #0E5082;
		color: #FFF;
	}
	#footer .bg a {
		color: #FFF;
	}
	.footerTb td {
		vertical-align: top;
	}
	.footerTb td.logo {
		max-width: 158px;
		width: 158px;
		vertical-align: middle;
	}
	.footerTb td.company {
		width: 500px;
		padding-left: 7.5%;
	}
	.footerTb td.navi {
		max-width: 370px;
		width: 30.83334%;
		padding-left: 4.1666%;
	}
	#footer .footerNavi li a {
		color: #FFF;
		font-size: 14px;
	}
	#footer .footerNavi li {
		display: block;
	}
	#footer .footerNavi {
		display: inline-block;
		vertical-align: top;
	}
	.footerTb td.logo img {
		max-width: 158px;
		width: 100%;
	}
	#footer .footerNavi li + li {
		margin-top: 5px;
	}
	#footer .footerNavi.list1 {
		margin-right: 50px;
	}
	.footerTb td.company dl + dl {
		margin-top: 15px;
	}
	.footerTb td.company dl dt {
		font-weight: bold;
	}



/* parts -----------------------*/

#mainTtl {
    text-align: center;
    padding: 55px 0;
    height: 150px;
    box-sizing: border-box;
    background: url(../../img/common/pc/bg_ttl.png) repeat center;
    position: relative;
}
	#mainTtl:before {
	    content: "";
	    position: absolute;
	    top: 0;
	    left: 0;
	    right: 0;
	    margin: auto;
	    width: 100%;
	    height: 10px;
	    background-color: #C9C9C9;
	    opacity: .3;
	}
	#mainTtl:after {
	    content: "";
	    position: absolute;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    margin: auto;
	    width: 100%;
	    height: 10px;
	    background-color: #C9C9C9;
	    opacity: .3;
	}

#breadcrumbs {
    padding: 10px 0;
}
	#breadcrumbs ol {
	    max-width: 1200px;
	    width: 95%;
	    margin: 0 auto;
	    font-size: 0;
	}
	#breadcrumbs ol li {
	    display: inline-block;
	    font-size: 10px;
	    position: relative;
	    color: #999999;
	}
	#breadcrumbs ol li a {
		color: #2D567E;
	}
	#breadcrumbs ol li + li {
		padding-left: 20px;
		margin-left: 14px;
	}
	#breadcrumbs ol li + li:before {
	    content: "";
	    position: absolute;
	    top: 0;
	    left: 0;
	    bottom: 0;
	    margin: auto;
	    width: 6px;
	    height: 10px;
	    background: url(../../img/common/pc/breadcrumbs_arrow.png) no-repeat center;
	    background-size: 100%;
	    z-index: 1;
	}
	#breadcrumbs ol li a:hover {
	    text-decoration: underline;
	}

.contentsBg {
    background: url(../../img/common/pc/bg_main.png) repeat center;
    background-size: 100%;
}

.subTtl {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    color: #2D567E;
    margin-bottom: 70px;
}

.subTtl span {
    border-bottom: solid 3px #2D567E;
    padding-bottom: 15px;
}


/* メルマガ関連 */
.default.inner {
    max-width: 640px;
}
.defaultTTl {
    text-align: center;
    margin-bottom: 20px;
}
.default.inner p {
    text-align: center;
}
label.mailpoet_select_label {
    text-align: center;
}
label.mailpoet_checkbox_label {
    text-align: center;
    margin-bottom: 5px;
}
 .qa-list dl {
        position: relative;
        margin: 0;
        padding: 28px 80px 28px 30px;
        cursor: pointer;
        /* border-bottom: 3px solid #000; */
        /* background: #59aaf1; */
        margin-bottom: 15px;
        /* border: 4px solid #0087ff; */
    }
	
	
    .qa-list dl:first-child {
        /* border-top: 1px solid #000; */
    }
    .qa-list dl::before {
        position: absolute;
        top: 35px;
        right: 35px;
        display: block;
        width: 7px;
        height: 7px;
        margin: auto;
        content: '';
        transform: rotate(135deg);
        }
    .qa-list .open::before {
        transform: rotate(-45deg);
    }
    .qa-list dl dt {
        position: relative;
        margin: 0;
        padding: 0 0 0 50px;
        /* font-weight: bold; */
        font-size: 20px;
        text-align: left;
    }
    .qa-list dl dt::before {
        padding-left: 10px;
        font-size: 22px;
        line-height: 1;
        position: absolute;
        top: 3px;
        left: 0;
        display: block;
        content: 'Q.';
    }
    .qa-list dl dd::before {
        padding-left: 10px;
        font-size: 22px;
        line-height: 1;
        position: absolute;
        top: 3px;
        left: 2px;
        display: block;
        content: 'A.';
        /* font-weight: bold; */
    }
    .qa-list dl dd {
        position: relative;
        display: none;
        height: auto;
        margin: 20px 0 0;
        padding: 0 0 0 50px;
        /* color: #fff; */
    }
    .qa-list dl dd p {
        margin: 30px 0 0;
        line-height: 2;
        text-align: left;
    }
    .qa-list dl dd p:first-child{
        margin-top: 0;
    }
.top_price_block {
    /* max-width: 730px; */
    /* margin: auto; */
    margin-top: 20px;
    width: 88%;
    margin: 0 auto;
    max-width: 1200px;
}

.top_price_block .content {
    margin: 0 0 55px;
}

.top_price_block .content:not(:last-child) {
    margin-bottom: 55px;
}

.top_price_block .text {
    font-size: 18px;
    margin-bottom: 20px;
}

.top_price_block .caution {
    text-align: right;
    font-size: 15px;
    color: white;
    margin-top: 5px;
}

/* table */
.top_price_block .table {
    width: 100% !important;
}

.top_price_block .table .-r01 {
    width: 100%;
}

.top_price_block .table .-r02 {
    width: 100%;
}

/* table.-r01 */
.top_price_block .table.-r01 *:nth-child(n) {
    width: 20%;
}

/* table.-r02 */
.top_price_block .table.-r02 th {
    width: 20%;
}

.top_price_block .table.-r02 td {
    width: calc(80% / 3);
}

/* 一列目 */
.top_price_block .table .thead {
    background: var(--wp--preset--color--vivid-green-cyan);
}

.top_price_block .table .thead *:nth-child(n) {
    color: #fff !important;
}

.top_price_block .table .thead td {
    border-left: 1px solid #fff;
}

/* 色付きセル */
.top_price_block table .-lightBlue {
    background: rgb(46 182 59);
    color: #fff !important;
    font-weight: 600;
}

.top_price_block table .-gray {
    background: rgb(230 230 230 / 60%);
}

.top_price_block table .thead .-lightBlue {
    background: rgb(46 182 59);
}

.sub_about_block .top_price_block table .-lightBlue {
    background: rgba(40,125,240,0.6);
    color: #fff;
    font-weight: 600;
}

.sub_about_block .top_price_block table .thead .-lightBlue {
    background: rgba(40,125,240,0.7);
}

/* th,tdの基本設定 */
.top_price_block .table tr *:nth-child(n) {
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
}

.top_price_block .table tr:not(:first-child) {
    border-bottom: 1px solid #36357f;
    background: #f6f6f6;
}

.top_price_block table tr:not(.thead) td:nth-last-child(-n+3) {
    color: #5a5a5a;
}

.top_price_block .table .thead {
    height: 60px;
}

.top_price_block .table tr:not(.thead) {
    height: 70px;
}

.top_price_block .table tr:not(.thead) th {
    /* color: #36357f; */
}

.yellow {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 55%, #ffff8c 0%) repeat scroll 0 0;
}

/*plan table */
.plan .top_price_block .table {
    width: 100%;
}

.plan .top_price_block .table .-r01 {
    width: 100%;
}

.plan .top_price_block .table .-r02 {
    width: 100%;
}

/* table.-r01 */
.plan .top_price_block .table.-r01 *:nth-child(n) {
    width: 20%;
}

/* table.-r02 */
.plan .top_price_block .table.-r02 th {
    width: 20%;
}

.plan .top_price_block .table.-r02 td {
    width: calc(80% / 3);
}

/* 一列目 */
.plan .top_price_block .table .thead {
    background: #36357f;
}

.plan .top_price_block .table .thead *:nth-child(n) {
    color: #fff !important;
}

.plan .top_price_block .table .thead td {
    border-left: 1px solid #fff;
}

/* 色付きセル */
.plan .top_price_block table .-lightBlue {
    background: rgba(0,164,227,0.9);
    color: #fff !important;
    font-weight: 600;
}

.plan .top_price_block table .-gray {
    background: #def0ff;
}

.plan .top_price_block table .thead .-lightBlue {
    background: rgba(0,164,227,0.7);
}

.plan .sub_about_block .top_price_block table .-lightBlue {
    background: rgba(40,125,240,0.6);
    color: #fff;
    font-weight: 600;
}

.plan .sub_about_block .top_price_block table .thead .-lightBlue {
    background: rgba(40,125,240,0.7);
}

/* th,tdの基本設定 */
.plan .top_price_block .table tr *:nth-child(n) {
    vertical-align: middle;
    text-align: center;
    font-size: 15px;
}

.plan .top_price_block .table tr:not(:first-child) {
    border-bottom: 1px solid #36357f;
    background: #f6f6f6;
}

.plan .top_price_block table tr:not(.thead) td:nth-last-child(-n+3) {
    color: #5a5a5a;
}

.plan .top_price_block .table .thead {
    height: 60px;
}

.plan .top_price_block .table tr:not(.thead) {
    height: 70px;
}

.top_price_block .table tr:not(.thead) th {
    /* color: #00d084; */
}

.plan .top_price_block .table .tyuui {
    width: 20%;
    font-size: 10px !important;
    color: red !important;
}

.plan .top_price_block .table .red, .plan .top_price_block .table .blue {
    font-size: 35px !important;
    font-weight: 900;
}

.plan .top_price_block .table .blue {
    color: #054297 !important;
}

.plan .top_price_block .table .plana {
    background: #8bc9ffb0;
}

.plan .top_price_block .table .planb {
    background: #00e160ab;
}

.plan .top_price_block .table .planc {
    background: #ffff008f;
}

.plan .top_price_block .table .price {
    font-size: 30px !important;
    color: #fe4d91 !important;
}
.top_price_block .table th,
.top_price_block .table td{
	border-right: 1px solid #36357f;
}
/*	access*/
/* -各セクションの設定- */
.access_wrap{}
.access_wrap > .map{position:relative;}
.access_wrap > .map:before{position:absolute;content:"";left: 0;top: 0;width: 100%;height: 100%;background: rgba(65,65,65,0.75);z-index: 0;}
.access_wrap > .map .inner{position: relative;z-index: 1;text-align: center;padding: 105px 0 86px 0;display: table;margin: 0 auto}
.access_wrap > .map .left{display: inline-block;vertical-align: top;margin-right: 70px;font-size: 0;float:left;}
.access_wrap > .map .left > .img{
    text-align: left;
}
.access_wrap > .map .left > .img > img{}
.access_wrap > .map .left > .txt{
    font-size: 14px;
    color: #fff;
    text-align: left;
    margin-top: 14px;
    line-height: 1;
    vertical-align: top;
    padding-left: 21px;
    position: relative;
}
.access_wrap > .map .left > .txt img{
    width: 16px;
    position: absolute;
    left: 0;
    top: -1px;
}
.access_wrap > .map .left > .img > img{}
.access_wrap > .map .left > .txt{}
.access_wrap > .map .right{display: inline-block;vertical-align: top;color: #fff;text-align: left;float:left;}
.access_wrap > .map .right > dl{}
.access_wrap > .map .right > dl:not(:last-child){margin-bottom: 33px;}
.access_wrap > .map .right > dl > dt{font-size: 17px;letter-spacing: 5px;margin-bottom: 8px;}
.access_wrap > .map .right > dl > dd{font-size: 14px;line-height: 28px;margin-bottom: 10px;}
.access_wrap > .map .right > dl > dd:not(:last-child){}
.access_wrap > .map .right > dl > dd > span.tel{}
.access_wrap > .map .right > dl > dd > span.tel > a{font-size: 36px;font-family: all-round-gothic, sans-serif;font-weight: 500;font-style: normal;color: white;}
.access_wrap > .root{background: -ms-linear-gradient(transparent 41.7%, #EBEEF0 0%)  #FFF;background: -moz-linear-gradient(transparent 41.7%, #EBEEF0 0%) #FFF;padding: 60px 0 81px 0;}
.access_wrap > .root > .title{font-size: 16px;text-align: center;letter-spacing: 5px;margin-bottom: 25px;color: white;}
.access_wrap > .root > ul{text-align: center;}
.access_wrap > .root > ul > li{display: inline-block;vertical-align: top;width: 160px;text-align: left;cursor: pointer;}
.access_wrap > .root > ul > li:first-child,
.access_wrap > .root > ul > li:last-child{width: 160px;}
.access_wrap > .root > ul li:hover{opacity:0.8;}
.access_wrap > .root > ul > li > .img{position: relative;font-size: 0;}
.access_wrap > .root > ul > li > .img > img{margin-bottom: 24px;margin-left: -10px;}
.access_wrap > .root > ul > li > .img > span.num{font-size: 15px;font-family: all-round-gothic, sans-serif;font-weight: 600;font-style: normal;background: var(--wp--preset--color--vivid-green-cyan);color: #fff !important;display: block;width: 24px;line-height: 24px;text-align: center;position: absolute;bottom: 12px;left: 0;}
.access_wrap > .root > ul > li:first-child > .img > span.num{left: -10px;}
.access_wrap > .root > ul > li > .txt{font-size: 13px;width: 160px;/* color: white; */}
.access_wrap > .root > ul > li:first-child > .txt{margin-left: -10px;/* color: white; */}
	/*	/access*/

table.spec{
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 36px;
}

table.spec tr{
  border-bottom: solid 2px white;
}

table.spec tr:last-child{
  border-bottom: none;
}

table.spec th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #0087ff;
  color: #333333 !important;
  text-align: center;
  padding: 10px 0;
  vertical-align: middle;
  font-size: 13px;
  background: linear-gradient(-45deg, #d7fff0, #38d49b);
}

table.spec th:after{
  display: block;
  /* content: ""; */
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #0087ff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

table.spec td{
  text-align: left;
  width: 70%;
  text-align: center;
  background-color: #eee;
  padding: 10px 7px;
  border-right: 1px solid #fff;
  vertical-align: middle;
}

	table.spec tr.three td {
   width:30%;
   font-size: 13px;
}
	


@media screen and (max-width:768px) { /* smart phone 6〜7 */

	.pc { display:none !important; }
	.sp-bl { display:block; }
	.sp-il { display:inline; }

	.inner {
		width:87.5%;
		max-width:560px;
	}
.scroll{
	width: 87.5%;
	max-width: 560px;
	margin: 0 auto;
}

/* sp-header ----------------------*/

#header {height: 16vw !important;}

#spMenu {
    padding: 20px;
}

.spMenuList li a {
    font-size: 14px;
}

.spMenuList li + li {
    margin-top: 25px;
}

#spMenu .logBtn {
    margin-top: 30px;
}

/* ログイン */
#header.login {
    padding: 40px 0;
}
#header.login .logo {
    width: 80%;
    margin: 0 auto 20px;
}
#header.login .sitename {
    width: 80%;
}


/* sp-main ------------------------*/

#main {padding-top: 0px;}




/* #gateway ------------------------*/

body.gateway .gate .content.inner {
    width: auto;
}
body.gateway .gate .content .contactBtnStyle {
    margin: 20px auto;
    font-size: 16px;
}
body.gateway .gate .content .contactTb,
body.gateway .gate .content .contactBtn {
	padding: 5vw;
}
body.gateway .gate .content .contactBtn p {
    line-height: 1.6;
}
body.gateway .gate .content .contactBtnStyle {
    max-width: 100%;
}




/* sp-footer ----------------------*/

#footer {
}
	#footer .footerNavi li img {
		height: 26px;
	}
	.footerTb td {
		display: block;
		max-width: 100%;
		width: 100%;
		line-height: 1.8;
	}
	.footerTb td.logo {
		width: 25%;
		margin: 0 auto;
	}
	.footerTb td.company {
		width: 100%;
		padding-left: 0;
		padding-top: 20px;
		font-size: 12px;
	}
	.footerTb td.navi {
		max-width: 100%;
		width: 100%;
		padding-left: 0;
		padding-top: 20px;
	}
	#footer .footerNavi li a {
		font-size: 12px;
	}


/* sp-parts -----------------------*/

.subTtl {
    font-size: 18px;
}

	#Product {
		padding: 0 15px;
	}
	.product_inner {
		position: relative;
	}
	.product_inner_l {
		width: 100%;
		padding-top: 0;
		margin-bottom: 100px;
	}
	.product_inner h2 {
		font-size: 4.7vw;
		text-align: center;
		font-weight: bold;
	}
	.product_inner h2 span {
		font-size: 4.2vw;
	}
	.product_inner .product_title_img {
		width: 70%;
		max-width: 500px;
	}
	.product_inner .roles_box {
		width: 57%;
		margin: 15px 0 0 0;
		display: inherit;
	}
	.product_inner ol {
		width: 100%;
		margin-right: 0;
	}
	.product_inner ol li {
		width: 100%;
		margin: 0 0 3px 0;
		font-size: 4.5vw;
		font-feature-settings: "palt";
		line-height: 1.5;
	}
	.product_inner ol li span {
		padding: 5px;
		margin-right: 5px;
	}
	.product_inner_r {
		width: 48%;
		position: absolute;
		right: 0;
		bottom: 0;
		margin-bottom: 100px;
	}
	.product_inner_r figure {
		margin-right: -35px;
	}
	.product_inner_r .aim {
		bottom: 0;
	}
	#Product .product_line {
		margin: 60px auto 0 auto;
	}
	#Product .product_line .product_line_inner {
		width: 100%;
	}
	#Product .product_line .product_line_inner h2 {
		font-size: 5.5vw;
	}
	#Product .product_line .product_line_inner ul li {
		width: calc(100%/3 - 8px);
		margin-bottom: 30px;
	}
	#Product .product_line .product_line_inner ul li figure img {
		padding: 10px;
	}
	#Product .product_line .product_line_inner ul li dl {
		margin: -20px auto 0 auto;
	}
	#Product .product_line .product_line_inner ul li dl dt {
		padding: 5px 0;
		font-size: 3vw;
		letter-spacing: 0.2em;
		text-indent: 0.2em;
	}
	#Product .product_line .product_line_inner ul li dl dd {
		font-size: 3vw;
		height: 60px;
	}
	#Product .correspondence {
		margin: 30px auto 0 auto;
	}
	.arrow_box {
		position: relative;
	}
	.arrow_box::before {
		height: 90px;
	}
	#Product .correspondence h3 {
		font-size: 6.5vw;
	}
	#Product .correspondence h3 span {
		font-size: 4.5vw;
	}
	#Product .correspondence .circle_list {
		margin: 50px auto 0 auto;
		max-width: 360px;
	}
	#Product .correspondence .circle_list .circle {
		width: 70px;
		height: 70px;
		font-size: 24px;
	}
	#Product .correspondence .circle_list .relax {
		font-size: 14px;
	}
	#Product .correspondence .circle_list li::before, #Product .correspondence .circle_list li::after {
		width: 13px;
		height: 2px;
	}
	#Product .correspondence .circle_list li:nth-child(1)::before, #Product .correspondence .circle_list li:nth-child(1)::after {
		left: -53%;
	}
	#Product .correspondence .circle_list li:nth-child(2)::before, #Product .correspondence .circle_list li:nth-child(2)::after {
		left: 0;
	}
	#Product .correspondence .circle_list li:nth-child(3)::before, #Product .correspondence .circle_list li:nth-child(3)::after {
		left: 53%;
	}
	#Product .correspondence figure {
		max-width: 720px;
		margin-top: 30px;
	}
	#Product .differentiation {
		margin: 50px auto 0 auto;
		background: url('../../../../images/index/sme_front_bg_50.png') no-repeat center top;
		background-size: 65%;
	}
	#Product .differentiation h2 {
		font-size: 7vw;
	}
	#Product .differentiation h2 span {
		font-size: 5vw;
	}
	#Product .differentiation h2 span.dot-text {
		font-size: 7vw;
	}
	#Product .differentiation .differentiation_txt_box {
		margin: 30px auto 0 auto;
		padding: 0 10px;
		font-size: 12px;
	}
	#Product .differentiation .arrow_box {
		margin-top: 50px;
	}
	#Product .differentiation h3 {
		font-size: 6.3vw;
	}
	#Product .differentiation h3 span {
		font-size: 4.3vw;
	}
	#Product .differentiation .differentiation_img {
		margin: 30px auto 0 auto;
	}
	#Product .differentiation .differentiation_img .differentiation_img_box {
		width: 100%;
	}
	#Product .differentiation .differentiation_img .differentiation_arrow {
		transform: rotate(90deg);
		margin: 0 auto;
	}
	#Product .differentiation .differentiation_img .differentiation_arrow img {
		width: 40px;
	}
	#Product .differentiation .differentiation_img .differentiation_img_box p {
		font-size: 13px;
	}
	#Product .linkbtn01 {
		margin: 60px auto 0 auto;
	}
	.price_box{
	margin-top: 30px;
}
.price_box ul{
	margin-bottom: 70px;
}
.price_box ul li{
	margin-bottom: 20px;
	background: white;
	display: flex;
	/* justify-content: space-between; */
	padding: 10px;
	border: 2px solid #6dddaf;
	flex-wrap: wrap;
}
.price_box ul li .mode{
	background: #6dddaf;
	color: white;
	width: 50px;
	display: flex;
	height: 50px;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 1.15;
}
.price_box ul li p{
	margin-left: 30px;
	font-size: 13px;
	/* display: flex; */
	/* align-items: center; */
	/* margin-right: 10px; */
	font-weight: bold;
}
.price_box ul li p .small_price{
	font-size: 3vw;
	display: inline-block;
	margin-left: 10px;
}
	span.small{
		text-align: right;
    width: 100%;
    font-size: 3vw;
	}
	span.campaign{
		width: 100%;
		display: block;
		margin-bottom: 10px;
		text-align: center;
		color: #f93886;
		font-size: 5vw;
		font-weight: bold;
	}
	span.tyui{
		text-align: right;
    width: 100%;
    font-size: 3vw;
	}
	
	.contact_box {
		margin: 70px auto 70px auto;
	}
	.contact_box .inner .contact_box_tel {
		width: 100%;
		margin: 20px auto 0 auto;
		text-align: center;
	}
	.contact_box .inner .contact_box_tel p {
		font-size: 14px;
	}
	.contact_box .inner .contact_box_tel .tel {
		font-size: 8vw;
	}
	.contact_box .inner .contact_box_tel .tel span {
		font-size: 3vw;
		padding-right: 5px;
	}
	.contact_box_mail {
		width: calc(100% - 20px);
		margin: 20px 0 0 0;
	}
	.contact_box_mail a {
		height: 80px;
	}
	.qa-list dl {
        position: relative;
        margin: 0;
        padding: 28px 80px 28px 30px;
        cursor: pointer;
        border: none;
    }
	.qa-list dl.faq_hifu {
       
    background: #ffb6c1;
    }
    .qa-list dl::before {
        position: absolute;
        top: 35px;
        right: 35px;
        display: block;
        width: 7px;
        height: 7px;
        margin: auto;
        content: '';
        transform: rotate(135deg);
        border-top: 2px solid #333;
        border-right: 2px solid #333;
        }
    .qa-list .open::before {
        transform: rotate(-45deg);
    }
    .qa-list dl dt {
        position: relative;
        margin: 0;
        padding: 0 0 0 50px;
        font-weight: bold;
        font-size: 20px;
    }
    .qa-list dl dt::before {
        font-size: 22px;
        line-height: 1;
        position: absolute;
        top: 3px;
        left: 0;
        display: block;
        content: 'Q.';
        color: #fff;
    }
    .qa-list dl dd::before {
        font-size: 22px;
        line-height: 1;
        position: absolute;
        top: 3px;
        left: 2px;
        display: block;
        content: 'A.';
        font-weight: bold;
        color: #3285F4;
    }
    .qa-list dl dd {
        position: relative;
        display: none;
        height: auto;
        margin: 20px 0 0;
        padding: 0 0 0 50px;
    }
    .qa-list dl dd p {
        margin: 30px 0 0;
    }
    .qa-list dl dd p:first-child{
        margin-top: 0;
    }
    
   
    .qa-list dl {
        position: relative;
        padding: 15px 55px 15px 10px;
        margin-bottom: 10px;
        width: 100%;
        width: 75%;
        margin: 10px auto;
        /* border: 4px solid #0087ff; */
        border-bottom: 1px solid #00d084;
    }
    .qa-list dl::before {
        top: 20px;
        right: 20px;
        width: 7px;
        height: 7px;
    }
    .qa-list dl dt {
        padding: 0 0px 0 20px;
        font-size: 16px;
        /* color: #fff; */
        clear: both;
        font-weight: normal;
        width: 100%;
        float: none;
        text-align: left;
        line-height: 1.5;
    }
    .qa-list dl dt::before {
        font-size: 16px;
        top: 3px;
        left: -13px;
        content: 'Q.';
        color: #333;
    }
    .qa-list dl dd::before {
        font-size: 16px;
        top: 5px;
        left: -13px;
        content: 'A.';
        color: #ED2170;
        font-weight: normal;
    }
    .qa-list dl dd {
        margin: 10px 0 0;
        padding: 0 0 0 21px;
        font-size: 16px;
        border: none;
        font-weight: normal;
    }
    .qa-list dl dd p {
        margin: 30px 0 0;
        /* color: #fff; */
        line-height: 2;
    }
    .qa-list dl dd p.answer_detail {
        font-size: 16px;
        margin-top: 7px;
        /* color: #fff; */
        text-align: left;
    }
    
    .qa-list dl dd p:first-child{
        margin-top: 0;
        font-weight: normal;
        /* color: #fff; */
        text-align: left;
    }
	.top_price_block .table {overflow-x: scroll;overflow-x: auto;/* min-width: 530px; */}

/* th,tdの基本設定 */
.top_price_block .table tr *:nth-child(n){
    position: relative;
    z-index: 0;
    font-size: 14px;
}
.top_price_block .table  .thead{height: 60px;}

.top_price_block .table_wrapper{overflow-x: auto;}

.top_price_block .table th.-fixed{
    position: sticky;
    left: 0;
    z-index: 7;
}
.top_price_block .table .thead th.-fixed{
  background: var(--wp--preset--color--vivid-green-cyan);
}
.top_price_block .table th.-fixed:after{
      /* content: ""; */
      position: absolute;
      top: -1px;
      left: -1px;
      width: 100%;
      height: 100%;
      border-left: 1px solid rgba(168,168,168,1);
}
.top_price_block .table .thead th.-fixed:after{
        border-left: 1px solid #36357f;

}

.top_price_block table .-gray {
    background: #ECEBE8;
}
	.access_wrap > .map{position:relative;}
.access_wrap > .map:before{position:absolute;content:"";left: 0;top: 0;width: 100%;height: 100%;background: rgba(65,65,65,0.75);z-index: 0;}
.access_wrap > .map .inner{position: relative;z-index: 1;text-align: center;padding: 105px 0 86px 0;display: table;margin: 0 auto}
.access_wrap > .map .left{display: inline-block;vertical-align: top;margin-right: 70px;font-size: 0;float:left;}
.access_wrap > .map .left > .img{
    text-align: left;
}
.access_wrap > .map .left > .txt{
    font-size: 14px;
    color: #fff;
    text-align: left;
    margin-top: 14px;
    line-height: 1;
    vertical-align: top;
    padding-left: 21px;
    position: relative;
}
.access_wrap > .map .left > .txt img{
    width: 16px;
    position: absolute;
    left: 0;
    top: -1px;
}
.access_wrap > .map .right{display: inline-block;vertical-align: top;color: #fff;text-align: left;float:left;}
.access_wrap > .map .right > dl:not(:last-child){margin-bottom: 33px;}
.access_wrap > .map .right > dl > dt{font-size: 17px;letter-spacing: 5px;margin-bottom: 8px;}
.access_wrap > .map .right > dl > dd{font-size: 16px;line-height: 28px;margin-bottom: 10px;}

.access_wrap > .map .right > dl > dd > span.tel > a{font-size: 36px;font-family: all-round-gothic, sans-serif;font-weight: 500;font-style: normal;color: white;}
.access_wrap > .root{background: -ms-linear-gradient(transparent 41.7%, #EBEEF0 0%)  #FFF;background: -moz-linear-gradient(transparent 41.7%, #EBEEF0 0%) #FFF;padding: 60px 0 81px 0;}
.access_wrap > .root > .title{font-size: 16px;text-align: center;letter-spacing: 5px;margin-bottom: 25px;color: white;}
.access_wrap > .root > ul{text-align: center;}
.access_wrap > .root > ul > li{display: inline-block;vertical-align: top;width: 190px;text-align: left;cursor: pointer;}
.access_wrap > .root > ul > li:first-child,
.access_wrap > .root > ul > li:last-child{width: 180px;}
.access_wrap > .root > ul li:hover{opacity:0.8;}
.access_wrap > .root > ul > li > .img{position: relative;font-size: 0;}
.access_wrap > .root > ul > li > .img > img{margin-bottom: 24px;margin-left: -10px;}
.access_wrap > .root > ul > li > .img > span.num{font-size: 15px;font-family: all-round-gothic, sans-serif;font-weight: 600;font-style: normal;background: var(--wp--preset--color--vivid-green-cyan);color: #fff !important;display: block;width: 24px;line-height: 24px;text-align: center;position: absolute;bottom: 12px;left: 0;}
.access_wrap > .root > ul > li:first-child > .img > span.num{left: -10px;}
.access_wrap > .root > ul > li > .txt{font-size: 16px;width: 160px;/* color: white; */}
.access_wrap > .root > ul > li:first-child > .txt{margin-left: -10px;/* color: white; */}
	.access_wrap > .map .left{float:none;margin: 0;order: 1;}
.access_wrap > .map .right{float:none;text-align: center;order: 0;margin-bottom: 50px;}
.access_wrap > .map .inner{
    display: flex;
    flex-direction: column;
    width: 92vw;
    padding: 9.6vw 0 12vw 0;
}
.access_wrap > .root > ul > li > .txt p{
    margin-bottom: 9px;
    color: var(--wp--preset--color--vivid-green-cyan) !important;
    font-weight: bold;
}
.access_wrap > .map .left > .txt{
    order: 3;
}
.access_wrap > .map .left > .img{
    order: 1;
    text-align:center;
}
.access_wrap > .root > ul > li > .txt{width:100%;}
.access_wrap > .root > ul > li:nth-child(1),
.access_wrap > .root > ul > li:nth-child(2),
.access_wrap > .root > ul > li:nth-child(3){
    width:33%;
}
.access_wrap > .root > ul > li:nth-child(4),
.access_wrap > .root > ul > li:nth-child(5),
.access_wrap > .root > ul > li:nth-child(6){
    width:33%;
}
.access_wrap > .root > ul > li:nth-child(4){
    margin-left: auto;
}
.access_wrap > .root > ul{
    width: 92vw;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    /* padding-left: 10px; */
    box-sizing: border-box;
    justify-content: center;
}
.access_wrap > .root{
    background: -ms-linear-gradient(transparent 24vw, #EBEEF0 0%) #FFF;
    background: -moz-linear-gradient(transparent 24vw, #EBEEF0 0%) #FFF;
    padding: 7.99999998vw 0 4vw 0;
}
.access_wrap > .root > ul > li{
    margin-bottom: 4vw;
}
	table.spec{
  width: 88%;
  border-collapse: collapse;
  margin-bottom: 36px;
  margin: 0 auto;
  margin-top: 20px;
}

table.spec tr{
  border-bottom: solid 2px white;
}

table.spec tr:last-child{
  border-bottom: none;
}

table.spec th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color: var(--wp--preset--color--vivid-green-cyan);
  color: white !important;
  text-align: center;
  padding: 10px 0;
  vertical-align: middle;
  font-size: 15px;
}

table.spec th:after{
  display: block;
  /* content: ""; */
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #0087ff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

table.spec td{
  text-align: left;
  width: 70%;
  text-align: center;
  background-color: #eee;
  padding: 10px 7px;
  border-right: 1px solid #fff;
  vertical-align: middle;
  font-size: 15px;
}

	table.spec tr.three td {
   width:30%;
   font-size: 13px;
}
	.tableArea{overflow-x:auto;}
  /* 小さな画面でもセルが折り返さず横スクロールできるように */
  .tableArea table{white-space:nowrap;min-width:650px;}
  /* 見出し列を固定する場合 */
  .tableArea th.-fixed{
    position:sticky;left:0;background:#fff;z-index:1;
  }
	.com_machine.one{
		
	}
	.com_machine.two{
		width: 14% !important;
		margin-left: 12px;
	}
	.com_machine.three{
		width: 29% !important;
	}
	.news__list{
	
}
.p-news__list-item-meta{
	
}
.p-news__list-item-date{
	
}
.p-news__list-item-category{
	
}
.p-news__list-item-heading{
	
}
	
	


}
