@charset "utf-8";


/* style_SP
------------------------------------------------------------ */


/* css 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 {
	display: block;
}
body {
	line-height: 1;
	-webkit-text-size-adjust: 100%;
}
ol, 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 {
	vertical-align: bottom;
}


/* clearfix */
.clearfix:after {
	content:" ";
	display:block;
	clear:both;
}


/* a */
a, a:link, a:visited {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#1b7bb5;
	text-decoration:none;
}


/* change img */
img.imgPC {
	display: none;
}
img.imgSP {
	display: inline;
}

.SPnone {
	display: none;
}

/* br break */
br.break {
	display: none;
}
br.break_sp {
	display: block;
}


/* body */
body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif !important;
	font-size: 16px;
	line-height: 1.8;
	background-color: #fff;
}




/* wrap */
#wrap {
	width: 100%;
	overflow: hidden;
}

.l-container {
	width: 90%;
    margin: 0 auto;
}
.joken .l-container{
	width: 100%;
}
/* header */
#header {
	z-index: 20;
	width: 100%;
	height: 155.25vw;
	padding-bottom: 2rem;
	background-color: #fff;
}
.headIn {
	z-index: 101;
	position: fixed;
	width: 100vw;
	height: 60px;
	margin: 0 auto;
	padding: 0 3.12%;
	background-color: #fff;
	box-shadow: 0 3px 10px 0 rgba(0,0,0,0.1);
	box-sizing: border-box;
}
.headIn .logo {
	padding-top: 4%;
	text-align: center;
}
.headIn .logo a {
	display: inline-block;
	height: 4vw;
	padding-right: 5px;
}
.headIn .logo img {
	width: auto;
    height: 8vw;
	vertical-align: middle;
}
.headInNavi {
	float: right;
    margin: 20px 0 0;
	padding: 0;
	display: none;
}
.headInNavi a {
    text-align: center;
    background: #2a6cb4;
    border: 1px solid #02659C;
    box-shadow: inset 0 3px 0 rgba(71, 140, 194, 1), inset 2px 0 0 rgba(71, 140, 194, 1), inset -3px 0 0 rgba(46, 49, 146, 1);
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 3vw;
    text-decoration: none;
    font-weight: bold;
    padding: 12px 5px;
    width: 44%;
    display: block;
    position: absolute;
    top: 3vw;
    right: 2vw;
    width: 50vw;
    height: 2vw;
    line-height: 3vw;
}
.headInEntry a {
	display: block;
	position: absolute;
	top: 3.12vw;
	right: 18.75vw;
	width: 28.12vw;
	height: 9.37vw;
	padding-top: 0;
	font-size: 3vw;
	font-weight: bold;
	line-height: 3.1;
	letter-spacing: 0.2vw;
	text-align: center;
	color: #fff;
	background-color: #0080bd;
	border-radius: 16.22% 16.22% 16.22% 16.22% / 50% 50% 50% 50%;
	box-sizing: border-box;
}
.naviButton {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #000;
}
.naviButton a {
	display: block;
	position: relative;
	width: 15.62vw;
	height: 15.62vw;
}
.naviButton span {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40%;
	height: 2px;
	margin: -1px 0 0 -20%;
	background: #fff;
	transition: 0.3s;
}
.naviButton span:before,
.naviButton span:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	transition: 0.3s;
}
.naviButton span:before {
	margin-top: calc(-28% - 4px);
}
.naviButton span:after {
	margin-top: calc(28% + 2px);
}
.naviButton a .close {
	background: transparent;
}
.naviButton a .close:before,
.naviButton a .close:after {
	margin-top: -0.6vw;
}
.naviButton a .close:before {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.naviButton a .close:after {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}
.headMain {
	z-index: 23;
	position: relative;
    width: 100vw;
    height: 128.63vw;
    top: 15.62vw;
    text-align: center;
    overflow: hidden;
    background-image: url(../img/main_bg_sp.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
.headMain h1 {
	z-index: 25;
    display: block;
    width: 62vw;
    margin: 25vw 5vw 5vw;
}
.headMain h1 img {
	width: 100%;
}
.headMain .entry {
	z-index: 26;
	display: inline-block;
	position: relative;
	width: 65.62vw;
	height: 12.5vw;
}
.headMain .entry a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 4.2vw;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	background-color: #0080bd;
	border-radius: 9.52% 9.52% 9.52% 9.52% / 50% 50% 50% 50%;
	padding-top: 6.2%;
	box-shadow: 0 2.5px 0 0 rgba(230,234,240,1);
	box-sizing: border-box;
}
.headMain .entry span {
	display: block;
	position: absolute;
	top: 25%;
	right: 4.76%;
	width: 9.52%;
	height: 50%;
	background-color: #fff;
	background-image: url(../img/arrow01.png);
	background-size: 100% 100%;
	background-position: left top;
	border-radius: 50%;
}
.headMain .scroll {
	z-index: 27;
	position: relative;
	width: 11.87vw;
	height: 11.87vw;
	margin: 16.8vw auto;
}
.headMain .scroll:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-color: #fff;
	background-image: url(../img/scroll.png);
	background-size: 100% 100%;
	background-position: center center;
	border-radius: 50%;
	border: solid 2px #000;
	box-sizing: border-box;
}
.headMain .present {
    position: absolute;
    z-index: 24;
    display: block;
    bottom: 10%;
    left: 5vw;
    width: 88%;
}
.headMain .present img {
    width: 100%;
}
.headMain .headMainBg {
	z-index: 24;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.headMain .headMainBg div {
	position: absolute;
}
.headMain .headMainBg div:nth-of-type(1) {
    top: 5%;
    right: 10%;
    width: 15%;
}
.headMain .headMainBg div:nth-of-type(2) {
    left: 12.5%;
    top: 70%;
    width: 75%;
}
.headMain .headMainBg div img {
	width: 100%;
}

.mainvisual {
    min-height: 120.4vw;
    background-image: url(../img/mainvisual_img_sp.jpg);
    background-size: 100% auto;
}
.mainvisual .inner {
    width: 100%;
    height: auto;
    padding: 5.33333vw 0vw 2vw;
}
.mainvisual h2 {
    width: 100%;
}
.mainvisual .present {
    position: static;
    width: 58.27901vw;
    margin: -8.66667vw auto 0vw;
}
#header .upDate {
	position: absolute;
	bottom: 13.28vw;
	width: 100vw;
}
#header .upDate p {
	width: 100vw;
	margin: 10vw auto;
	font-size: 3.4vw;
	font-weight: bold;
	letter-spacing: 0.08em;
	text-align: left;
}
#header .upDate p > span{
	margin-right: 3.4vw;
	padding: 7.8vw 3.4vw;
	color: #fff;
	font-size: 3.2vw;
	font-weight: normal;
	background-color: #000;
}
#header .upDate p > span.txt{
	position: absolute;
	padding: 7.8vw 3.4vw;
	top: 0vw;
	color: #000;
	font-size: 3.4vw;
	font-weight: bold;
	background-color: transparent;
}
#header .present {
	width: 80%;
	margin: 30px auto;
}

#header .present img {
	width: 100%;
}

#header .headerNavi {
	z-index: 100;
	position: fixed;
	top: 15.62vw;
	left: 0;
	width: 100vw;
	height: 0;
	background-color: #fff;
	overflow-y: scroll;
}
.headerNavi ul {
	width: 100%;
}
.headerNavi li {
	display: table;
	width: 100%;
	height: 18.75vw;
}
.headerNavi li.navi01 {
	background-color: #358cc0;
}
.headerNavi li.navi02 {
	background-color: #efab35;
}
.headerNavi li.navi03 {
	background-color: #df3d7e;
}
.headerNavi li.navi04 {
	background-color: #5abc24;
}
.headerNavi li.navi05 {
	background-color: #1b8e77;
}
.headerNavi li.navi06 {
	background-color: #1c55a3;
}
.headerNavi li.navi07,
.headerNavi li.navi08 {
	background-color: #fff;
	border-bottom: solid 1px #d7dce3;
}
.headerNavi li.navi09 {
	background-color: #000;
}
.headerNavi li a {
	display: table-cell;
	width: 100%;
	height: 18.75vw;
	padding-left: 3.12vw;
	font-size: 4vw;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	line-height: 1;
	color: #fff;
	background-size: 11vw auto;
	background-position: right center;
	background-repeat: no-repeat;
	box-sizing: border-box;
}
.headerNavi li.navi01 a,
.headerNavi li.navi02 a,
.headerNavi li.navi03 a, 
.headerNavi li.navi04 a {
	background-image: url(../img/navi_sp_arrow01.png);
}

.headerNavi li.navi01 a > span,
.headerNavi li.navi02 a > span,
.headerNavi li.navi03 a > span,
.headerNavi li.navi04 a > span {
	display: block;
	padding-top: 10px;
	font-size: 3vw;
	letter-spacing: 0.1em;
}

.headerNavi li.navi07 a,
.headerNavi li.navi08 a {
	color: #000;
	background-image: url(../img/navi_sp_arrow02.png);
}
.headerNavi li.navi09 a {
	padding: 0;
	text-align: center;
}


.about {
    background: #fff url(../img/bg_contents_sp.png) no-repeat bottom center;
    background-size: 100% auto;
}
.joken {
    background: #fff url(../img/bg_contents02_sp.png) no-repeat top center;
    background-size: 100% auto;
}
.interview {
    background: #fff url(../img/bg_contents03_sp.png) repeat-y top center;
    background-size: 100% auto;
}

h2 {
	text-align: center;
	width: 85%;
    margin: 0 auto;
}
h2 img {
	width: 100%;
	height: auto;
}
/*h2:before, h2:after {
    content: '';
    position: absolute;
    top: 55%;
    display: inline-block;
    width: 22vw;
    height: 2px;
}
h2:before {
    left: 0;
    background: url(../img/h2-bg-right.png);
}
h2:after {
    right: 0;
    background: url(../img/h2-bg-left.png);
}*/
.read {
    font-size: 13px;
    padding: 2rem 0 3rem;
    text-align: center;
}
.read2 {
    font-size: 12px;
    text-align: center;
    padding: 2rem 0;
	font-weight: 600;
    text-decoration: underline;
}
/* lead */
.lead {
	padding-top: 20px;
}
.lead .text{
	text-align: center;
	letter-spacing: 0.5px;
	margin: 20px 0 40px 0;
}

.items {
	width: 85%;
    margin: 0 auto;
}
.items .item {
    padding: 1rem 0 0;
    margin: 1rem auto;
}
 .items .item:nth-child(1) {
    position: relative;
    top: 0;
    left: 0;
}
 .items .item:nth-child(2) {
    position: relative;
    top: 0;
    left: 0;
}
.items .item:nth-child(3) {
    position: relative;
    top: 0;
    left: 0;
	padding-bottom: 5rem;
}
.items .item h3 {
    font-size: 18px;
    line-height: 1.40;
    position: relative;
    padding: 0 0 0 4em;
	font-weight: 600;
}
 .item h3 img {
    width: 15%;
    position: absolute;
    bottom: 50%;
    -webkit-transform: translate(0,50%);
    -ms-transform: translate(0,50%);
    transform: translate(0,50%);
    left: 0;
}
.items .item h3.ttl-sub01 strong:after {
	content: "";
    position: absolute;
    left: 16%;
    bottom: -20px;
    width: 80%;
    height: 15px;
    background: -webkit-repeating-linear-gradient(-45deg, #fcd369, #fcd369 5px, #fff 5px, #fff 10px);
    background: repeating-linear-gradient(-45deg, #fcd369, #fcd369 5px, #fff 0, #fff 10px);
}
.items .item h3.ttl-sub02 strong:after {
	content: "";
    position: absolute;
    left: 16%;
    bottom: -20px;
    width: 80%;
    height: 15px;
    background: -webkit-repeating-linear-gradient(-45deg, #5aba96, #5aba96 5px, #fff 5px, #fff 10px);
    background: repeating-linear-gradient(-45deg, #5aba96, #5aba96 5px, #fff 0, #fff 10px);
}
.items .item h3.ttl-sub03 strong:after {
	content: "";
    position: absolute;
    left: 16%;
    bottom: -20px;
    width: 80%;
    height: 15px;
    background: -webkit-repeating-linear-gradient(-45deg, #f09495, #f09495 5px, #fff 5px, #fff 10px);
    background: repeating-linear-gradient(-45deg, #f09495, #f09495 5px, #fff 0, #fff 10px);
}
span.cl {
	color:#2a6cb4;
}
.item p {
    font-size: 13px;
    margin: 15px 0 0;
    font-weight: 200;
    padding: 1rem 0 0 65px;
    width: 55vw;
}


.contact {
    background: #2a6cb4;
    padding: 10px 0;
	margin-bottom: 5rem;
}
.contact-last {
	margin-bottom: 0;
}
.contact .msg p {
	width: 90%;
    margin: 0 auto;
}
.contact .msg p img {
	width:100%;
}
.contact .msg p a {
	display: block;
    cursor: pointer;
}

.contact_sp {
	width: 100%;
	height: 26.4vw;
	position: fixed;
	bottom: 0;
	z-index: 999;
}
.contact_sp img{
	width: 100%;
}
.fadein {
	opacity: 0;
	transform : translate(0, 30px);
	transition : all 1500ms;
  }
  
.scrollin {
	opacity: 1;
	transform: translate(0, 0);
}

.list {
	width: 100%;
    margin: 0 auto 0 2em;
}
.list ul li {
	/* margin-right: 30px; */
    /* padding-left: 28px; */
    font-size: 3vw;
    font-weight: bold;
    letter-spacing: 1px;
    background-image: url(../img/ico-joken_1-1.png);
    background-size: 12px 10px;
    background-position: 5px 10px;
    background-repeat: no-repeat;
    padding: 5px 0 0 20px;
}
 .merits {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 1.5rem;
    width: 100%;
   margin: 0 auto 0 .5em;
}
.merit-ttl {
	position: relative;
    padding: 3rem 0 2rem;
    width: 90%;
	margin:0 auto;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    color: #2a66a8;
}
.merit-ttl:before, .merit-ttl:after {
	content: '';
	position: absolute;
	top: 55%;
	display: inline-block;
	width: 15vw;
	height: 2px;
}

.merit-ttl:before {
	left:0;
	background:url(../img/h3-bd-left.png);
}
.merit-ttl:after {
	right: 0;
	background:url(../img/h3-bd-right.png);
}
.merits .block {
    width: calc(100% - -5px);
    margin: 10px 0;
}
.merits .block:nth-child(2) {
    width: calc(100% - -5px);
}
.merits p {
    font-size: 2.7vw;
    line-height: 1.8;
    position: relative;
    padding: 0 0 0 3.5em;
}
.merits p img {
    width: 2.5em;
    position: absolute;
    top: -20px;
    -webkit-transform: translate(0,50%);
    -ms-transform: translate(0,50%);
    transform: translate(0,50%);
    left: 5px;
}
.merits .block:nth-child(2) p img {
    width: 2.5em;
    position: absolute;
    top: -20px;
    -webkit-transform: translate(0,50%);
    -ms-transform: translate(0,50%);
    transform: translate(0,50%);
    left: 5px;
}

.interview-inner {
	margin: 2rem 0;
}
.sectionBox {
	position: relative;
}
.sectionBox:first-child {
    background-image: url(../img/interview01_sp.png);
    background-size: 40%;
    background-position: left 0;
    background-repeat: no-repeat;
	padding-bottom: 3rem;
}
.sectionBox:last-child {
    background-image: url(../img/interview02_sp.png);
    background-size: 40%;
    background-position: right 0;
    background-repeat: no-repeat;
}
.sectionBox:last-child .boxImg {
	text-align:right;
}
.boxR {
    float: none;
}
.box {
    float: none;
}
.boxText {
    clear: both;
    margin: 0 auto;
    padding: 1rem 0;
}
.boxText h4 {
	font-weight: 600;
	padding-bottom: 1rem;
}
.col:after {
    content: '';
    display: block;
    clear: both;
    overflow: hidden;
}
.sectionBoxHeader:before {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 24px;
    height: 24px;
}
.sectionBoxHeader:after {
	content: '';
	position: absolute;
	bottom: -2px;
    left: 0;
    display: inline-block;
    border-bottom: 2px solid #5aba96;
    width: 80%;
    height: 3px;
}
.ttl-01 {
	width: 55%;
    float: right;
    margin-top: 0;
    font-size: 15px;
    font-weight: 700;
	position: relative;/*相対位置*/
}
.ttl-01:before {
	background: url(../img/ico-int01.png);
    top: 35px;
    right: 10px;
    background-size: 24px;
    background-repeat: no-repeat;
}
.ttl-02 {
	width: 50%;
    margin-left: 1rem;
    float: left;
    margin-top: 0;
    font-size: 15px;
    font-weight: 700;
	position: relative;/*相対位置*/
    border-bottom: 2px solid #e79693;
}
.ttl-02:before {
	background: url(../img/ico-int02.png);
    top: 35px;
    left: -30px;
    background-size: 24px;
    background-repeat: no-repeat;
}
.ttl-02:after {
	content: '';
	position: absolute;
	bottom: -2px;
    left: 0;
    display: inline-block;
    border-bottom: 2px solid #e79693;
    width: 100%;
    height: 3px;
}
.sectionBox:first-child .box-inner p {
	font-size: 13px;
    line-height: 2.2;
    margin-left: auto;
}
.sectionBox:last-child .box-inner p {
	font-size: 13px;
    line-height: 2.2;
    margin-right: auto;
}
.interview-inner img {
	width:100%;
}
.box-inner {
	clear:both;
}
.h4-col-sp {
	float: right;
    width: 55%;
	color:#5aba96;
	font-size: 15px;
	font-weight: 700;
	padding: 1rem 0 0;
}
.h4-col-sp02 {
	float: left;
    width: 55%;
	color:#f09495;
	font-size: 15px;
	font-weight: 700;
	padding: 1rem 0 0;
}
.step-sp {
	padding-top: 1rem;
}
.step-sp li {
	width: 90%;
    margin: 20px auto;
}
.step-sp p {
	width: 75vw;
    margin: 0 auto 5rem;
}

.consult_sept {
	width: 90%;
	margin: 20px auto 0;
}
.consult_sept .card__img {
	top: 0;
}
.consult_sept .card__num {
	top: 5vw;
}
.consult_sept .seminer-reserved dd span.bg, 
.consult_sept .seminer-reserved dt span.bg {
	background-color: #fff;
}
.seminer {
    background-color: #edeef7 !important;
}
.seminer {
	overflow: hidden;
	margin-bottom: 2rem;
	width: 100% !important;
}
.seminer .sec{
	margin:0 auto;
	width:90%;
}
.seminer .conts-box {
	margin:0 auto;
	width:100%;
}
.seminer h2 {
	padding-top: 5rem;
}
.sec-seminar .conts-box .l-container {

}
.seminer .consultation-box__hdgh4 {
	margin-top: 0;
}
.card__header {
    position: relative;
    margin: 0 auto;
	min-height: 13vh;
}
.card__num {
    position: absolute;
	top: 3vw;
	left: 17%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	/* width: 56px; */
	/* height: 56px; */
	/* border-radius: 50%; */
	background-color: #2a6cb4;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.5;
	/* width: 40vw; */
	padding: .2em 1em;
	width: 73%;
}
.card__num:before {
  	content: "";
    position: absolute;
    bottom: -15px;
    left: 30%;
    margin-left: -15px;
    border: 10px solid transparent;
    border-top: 10px solid #2a6cb4;
    z-index: 2;
}

.card__img {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
    position: absolute;
    top: 15px;
    display: block;
    width: 100%;
}
.consultation-box__hdgh4 {
    color: #2a6cb4;
    font-weight: 700;
    line-height: 1;
}
.consultation-box__hdgh4 {
    margin-bottom: 0;
    font-size: 21vw;
    line-height: .8;
    margin-top: .25em;
}
.consultation-box__hdgh4 span {
    display: inline-block;
    /* margin-left: 0.5em; */
    color: #2a6cb4;
    /* letter-spacing: -0.05em; */
    font-size: 6vw;
    font-weight: 700;
}
.consultation-box__hdgh4 span.day-sm {
    color: #2a6cb4;
    font-weight: 700;
    line-height: 1;
    font-size: 6vw;
    margin-left: 0.01em;
}
.consultation-box__hdgh4 span.br-span {
    font-size: 1.8rem;
}
.consultation-box-left {
	width: 100%;
}
.consultation-box-right {
	float: right;
	padding-top: 0;
}
.consultation-box--list {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.consultation-box .info {
    margin: 1em 0 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 2.5;
    color: #fff;
    text-align: center;
    background: #2a6cb4;
}
.consultation-box--list figure {
    margin: 0;
    text-align: right;
}
.consultation-box--list figure img {
	width:100%;
}
.seminer-reserved {
    width: calc(100% - 0px);
    margin: 0;
}
.seminer-reserved dl {
	position: relative;     /* 位置調整 */
    margin-bottom:15px;	
	
}
.seminer-left .benefit,
.seminer-right .benefit {
	font-weight: bold;
	color: #2a6cb4;
	font-size: 13px;
}
.seminer-right .office {
	display: none;
}
.seminer-reserved dt span.bg {
	margin:  0;             /* デフォルトCSS打ち消し */
    position:  relative;    /* 位置調整 */
    font-weight:  normal;   /* 文字の太さ調整 */
    display:  inline-block; /* インラインブロックにする */
    background-color: #edeef7; /* 背景色指定 */
	color: #2a6cb4;
    font-weight: 700;
	font-size: 15px;
    padding: 0 10px;        /* 余白指定 */
	z-index: 1000;
}
.seminer-reserved dt span.day-sm02 {
	color: #2a6cb4;
    font-weight: 700;
	font-size: 16px;
}
.seminer-reserved dt {
  	float: left;
	position: relative;
}
.seminer-reserved dt:before {
    content:  '';           /* 空白の要素を作る */
    background: #edeef7;
	background-image: radial-gradient(#2a6cb4 25%, transparent 0), radial-gradient(#2a6cb4 25%, transparent 0);
    background-position: 0 0, 10px 10px;
    background-size: 5px 20px;
    display:  block;        /* ブロック要素にする */
    position:  absolute;    /* 位置調整 */
    left:  0;               /* 位置調整 */
    width:  100%;           /* 幅指定 */
    height:  1px;           /* 高さ指定 */
    top: 0;                 /* 位置調整 */
    bottom:  0;             /* 位置調整 */
    margin:  auto;          /* 位置調整 */
}

.seminer-reserved dd span.bg {
	margin:  0;             /* デフォルトCSS打ち消し */
    position:  relative;    /* 位置調整 */
    font-weight:  normal;   /* 文字の太さ調整 */
    display:  inline-block; /* インラインブロックにする */
    background-color: #edeef7; /* 背景色指定 */
	color: #2a6cb4;
    font-weight: 700;
	font-size: 15px;
}
.seminer-reserved dd {
	position: relative;     /* 位置調整 */
    margin-bottom:15px;         /* 余白指定 */
	text-align: right;
}
.seminer-reserved dd:before {
    content:  '';           /* 空白の要素を作る */
    background: #edeef7;
	background-image: radial-gradient(#2a6cb4 25%, transparent 0), radial-gradient(#2a6cb4 25%, transparent 0);
    background-position: 0 0, 10px 10px;
    background-size: 5px 20px;
    display:  block;        /* ブロック要素にする */
    position:  absolute;    /* 位置調整 */
    left:  0;               /* 位置調整 */
    width:  100%;           /* 幅指定 */
    height:  1px;           /* 高さ指定 */
    top: 0;                 /* 位置調整 */
    bottom:  0;             /* 位置調整 */
    margin:  auto;          /* 位置調整 */
}


.area-map {
	clear:both;
	padding: 1rem 0 0;
}
.area-map .consultation-box-right {
    float: none;
    width: 100%;
    padding-top: 10px;
}
.area-map .consultation-box-right iframe {
	width:100% !important;
}
.area-map h4 {
	margin: 1em 0 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 2.0;
    text-align: center;
    border-top: 2px solid #2a6cb4;
    border-bottom: 2px solid #2a6cb4;
    color: #2a6cb4;
}
.area-map h5 {
	color:#2a6cb4;
	font-weight: 700;
	font-size:14px;
}
.area-map p {
	color:#2a6cb4;
	font-size: 13px;
	padding-bottom: 15px;
}
.area-map p.map-link {
	text-align:right;
}
.area-map p.map-link a {
	color:#2a6cb4;
	font-size: 13px;
}
.area-map p.map-link a:after {
    content: url(../img/ico-gaibu.png);
    vertical-align: middle;
    margin: 0 5px;
}






/* contents */
.contents {
	z-index: 28;
	position: relative;
	width: 100%;
    margin: 0 auto;
	background-color: #fff;
}
.sec {
	width: 100%;
}
.sec .secInner{
	z-index: 4;
	position: relative;
}
.sec .h2Box {
	position: relative;
	top: 0;
	width: 100%;
}
.sec h2,
.sec h2 p {
	display: inline-block;
	height: 17.18vw;
	padding: 5.5vw 4.68vw 0;
	color: #fff;
	font-size: 6.7vw;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.6vw;
	line-height: 1;
	box-sizing: border-box;
}
.sec .subject {
	z-index: 2;
	position: absolute;
	top: -11vw;
	right: 3vw;
	height: 14.06vw;
	padding: 4.8vw 4.68vw 0;
	font-size: 4vw;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.4vw;
	line-height: 1;
	border: solid 2.5px #000;
	box-sizing: border-box;
}
.sec .title {
	position: relative;
	display: block;
	width: 78.12vw;
	height: 9.5vw;
	margin: 9.8vw 0 0 3.12vw;
	font-size: 6vw;
	font-weight: bold;
	letter-spacing: 0.2vw;
	line-height: 1;
}
.sec .title > span {
	position: absolute;
	bottom: 3.6vw;
	right: 0;
	padding: 2vw 3vw 1.5vw;
	color: #fff;
	font-size: 3vw;
	line-height: 1;
	background-color: #000;
}
.sec .title2 {
	margin-top: 16vw;
}
.sec .eventDay {
	display: inline-block;
	margin: 6.8vw 0 0 3.12%;
}
.sec table {
	/* */
}
.sec table th {
	display: inline-block;
	margin-top: 0.2vw;
	padding: 4vw 4.2vw 4vw 6vw;
	font-size: 4.2vw;
	font-weight: bold;
	text-align: left;
	letter-spacing: 1.8vw;
	line-height: 1;
	border: solid 2.5px #000;
	box-sizing: border-box;
}
.sec table tr:nth-of-type(3) th {
	margin-top: 6.8vw;
}
.sec table td.item {
	display: block;
	padding: 4vw 0 0;
	font-size: 4.2vw;
	font-weight: bold;
}
.sec table td.date {
	display: block;
	padding: 0;
	font-size: 4.2vw;
	font-weight: bold;
}
.sec .date p {
	display: inline;
	padding: 1.5vw 2vw;
	color: #fff;
	font-size: 5.2vw;
	font-weight: bold;
	line-height: 2.3;
}
.sec .date p > span {
	font-size: 4vw;
}
.sec .time {
	display: block;
	padding: 1.5vw 0;
	font-size: 5.2vw;
	font-weight: bold;
	line-height: 1.4;
}
.sec .time p {
	display: inline;
	font-size: 4.0vw;
}
.sec .time span {
	font-size: 3vw;
}
.sec .place {
	display: block;
	padding: 0;
	font-size: 5.2vw;
	font-weight: bold;
}
.sec .place a {
	margin-left: 4vw;
	padding: 1.6vw 3.5vw 1.2vw 4.5vw;
	font-size: 3.6vw;
	font-weight: bold;
	font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif !important;
	letter-spacing: 1vw;
	line-height: 1;
	vertical-align: middle;
}
.sec .text {
	margin: 6vw 3.12%;
	font-size: 3.8vw;
	font-weight: bold;
	letter-spacing: 0.2vw;
	line-height: 1.9;
}
.sec .program {
	display: block;
	width: 93.75vw;
	margin: 0 auto;
}
.sec .program div {
	display: block;
	width: 93.75vw;
	padding: 5.5vw 5.5vw 4.5vw;
	box-sizing: border-box;
}
.sec .program p {
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 5vw;
	font-weight: bold;
	letter-spacing: 0.5vw;
	line-height: 1;
}
.sec .program p:after {
	display: block;
	content:" ";
	width: 7vw;
	margin: 3vw auto 0;
}
.sec .program ul {
	margin-top: 2vw;
	font-size: 4vw;
	font-weight: bold;
	vertical-align: middle;
}
.sec .program ul li {
	padding: 2.3vw 0 2.3vw 6vw;
	line-height: 1.6;
	background-size: 3.75vw;
	background-position: left 3.4vw;
	background-repeat: no-repeat;
}
.sec .voice {
	width: 93.75vw;
	margin: 7vw auto 0;
	text-align: center;
}
.sec .voice p {
	display: inline-block;
	margin:0 auto;
	padding-bottom: 0.5vw;
	font-size: 4.5vw;
	font-weight: bold;
	letter-spacing: 0.6vw;
}
.sec .voice li {
	display: table;
	width: 100%;
	margin: 0;
	padding: 8vw 0 4vw 0;
	font-size: 3.5vw;
	font-weight: bold;
	line-height: 1.8;
	border-bottom: solid 2px #000;
}
.sec .voice li > span {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}
.sec .voice li > span:nth-of-type(1) {
	width: 18.87vw;
}
.sec .voice li > span:nth-of-type(2) {
	width: 74.18vw;
}
.sec .voice li > span:nth-of-type(1) img {
	width: 11vw;
	padding-left: 3.12vw;
}
.sec .bgImg {
	z-index: 3;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.sec .bgImgInner div img {
	width: 100%;
}

/* lead */
.lead {
	padding-top: 1.75vw;
	padding-bottom: 3.75vw;
}
.lead .text{
	text-align: left;
	margin: 9vw 3.12%;
}

/* footer */
#footer {
	z-index: 2;
	position: relative;
	width: 100%;
	background-color: #fff;
	margin-top: 2rem;
	padding-bottom: 26.4vw;
}
#footer .Contact {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
}
.Contact .memo01 {
	padding-top: 60px;
	width: 80vw;
    margin: 0 auto;
	letter-spacing: 1px;
}
.Contact .memo01 img {
	width:100%;
}
.Contact .memo02 {
	font-size: 3.7vw;
    color: #2a6cb4;
    font-weight: 700;
    padding: 1rem 0 0;
}
.Contact .memo03 span {
	padding-top: 10px;
    color: #1b7bb5;
    padding-left: .8em;
    font-size: 10vw;
    position: relative;
}
.Contact .memo03 span:before {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 33px;
    height: 43px;
}
.Contact .memo03 span:before {
    background: url(../img/ico-ft-tel.png);
	background-size: 7vw;
    background-repeat: no-repeat;
    top: 13px;
    left: 0;
}
.Contact .memo04 {
	font-weight: 500;
    color: #2a6cb4;
    font-size: 3.5vw;
}

.Contact .tel {
	font-size: 28px;
}
.Contact .small {
	font-size: 12px;
}
.Contact .memo03 {
	line-height: 1;
    padding: 10px 0;
    font-weight: 700;
}
.ft-arrow {
    background: url(../img/bg-ft-top.png) center top no-repeat;
    position: relative;	
}
#footer .footerIn {
	width: 100%;
    margin: 0 auto;
    padding: 30px 0;
    /* font-weight: bold; */
    /* color: #fff; */
    font-size: 16px;
    letter-spacing: 1px;
    /* background-color: #1b7bb5; */
}
.footerIn .footerInner {
	position: relative;
	width: 90%;
	margin: 0 auto;
}
.footerIn .footerInner a {
	margin-right: 50px;
	padding-right: 15px;
	color: #fff;
	background-image: url(../img/footer_navi_arrow.png);
	background-size: 20px 12px;
	background-position: right center;
	background-repeat: no-repeat;
}
.footerIn .footerInner p {
	text-align: center;
    font-size: 2.2vw;
}
.footerIn .footerInner .memo05 {
    padding: 2rem 0 0;
	font-size: 2.5vw;
}
.footerIn .footerInner .memo06 {
    padding: 3rem 0 20px;
}
.footerIn .footerInner .memo06 img {
	width:100%;
}

a[href^="tel:"] {
	pointer-events:auto;
}
