@charset "UTF-8";





.main {
	padding-top: 23.1%;
}
.dvd .main {
	padding-top: 11%;
}

table {
	width: 100%;
}
table th,
table td {
	font-size: 2.933333vw;
	line-height: 1.5;
	padding: .5em;
	text-align: left;
}


.crumb {
	display: none;
}



section {
	box-sizing: border-box;
	width: 88%;
	margin: 0 auto;
}


section.sec + section.sec {
	margin-top: 15vw;
}
section.biz {
	width: 100%;
	padding: 0;
}
section.biz + section.biz {
	margin-top: 12vw;
}

section.seriesList {
	width: 88%;
	padding: 0;
	margin-top: 12vw;
}


.series2 .title2 b {
	padding-left: 0;
}
.series2 .title1b span {
	line-height: 1.3
}
.series2 .title1b span::before {
	height: 85%;
}

.lead {
	font-size: 3.733333vw;
	line-height: 1.85;
	text-align: justify;
	color: #000;
}
.title1b + .lead,
.bannerTtl + .lead {
	box-sizing: border-box;
	width: 88%;
	margin: 0 auto;
}

.dvd .lead {
	width: 88%;
	margin-left: auto;
	margin-right: auto;
}
.dvd .lead.sp {
	width: 100%;
	margin-top: 3em;
}
.leadCenter {
	font-size: 3.2vw;
	line-height: 2;
	margin-bottom: 1em;
}



.tabs {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 5vw auto 10vw;
	width: auto;
}
.tabs li {
	display: block;
	margin-right: 1vw;
}
.tabs li a {
	display: inline-block;
	font-size: 3.733333vw;
	line-height: 0;
	position: relative;
	padding: 1.25em 3.5em 1.25em 1em;
	background-color: #DCDEEA;
	text-decoration: none;
}
.tabs li a::after {
	position: absolute;
	right: 1em;
	display: inline-block;
	content: '\e874';
	font-size: 85%;
	font-family: 'Linearicons-Free';
	transform: rotate(0deg);
	transition: transform .2s
}
.tabs li a.open {
	background-color: #172671;
	color: #fff;
}


.year {
	display: inline-block;
}
.year span {
	display: inline-block;
	font-size: 4vw;
	line-height: 0;
	cursor: pointer;
}

.year span {
	position: relative;
	padding: 1em 3.5em 1em 1.25em;
	background-color: #DCDEEA;
	text-decoration: none;
}
.year span::after {
	position: absolute;
	right: 1em;
	display: inline-block;
	content: '\e874';
	font-size: 85%;
	font-family: 'Linearicons-Free';
	transform: rotate(0deg);
	transition: transform .2s
}
.year.open span {
	background-color: #172671;
	color: #fff;
}
.year.open span::after {
	transform: rotate(-180deg);
	transition: transform .2s
}
.yearSet {
	display: block;
	width: 100%;
	margin: 0 auto 2em;
}
.release {
	margin: 9.333333vw auto 0;
	padding: 0 0 1.5em;
	border-bottom: 2px solid #ccc;
}
.release .date {
	font-size: 3.466667vw;
	font-weight: bold;
	margin-bottom: 1em;
}
.release .txt {
	font-size: 3.466667vw;
	line-height: 1.85
}




#concept .img {
	display: block;
	text-align: center;
}
#concept .img img {
	width: 95%;
}
#message p {
	font-size: 3.466667vw;
	line-height: 1.85;
	color: #000;
}
#message p + p {
	margin-top: 2em;
}
#policy p {
	font-size: 4.266667vw;
	line-height: 1.75;
	letter-spacing: 0.1em;
}
#policy p + p {
	margin-top: 1.5em;
}
#pamphlet p {
	margin-bottom: 1.5em;
}
#pamphlet a,
#pamphlet a img {
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: auto;
}
#pamphlet a img {
	border: 1px solid rgb(23, 38, 113, .7);
}

.privacy .title3 {
	margin-bottom: 4vw
}
.privacy p {
	font-size: 3.466667vw;
	line-height: 1.85;
	color: #000;
}
.privacy p + p {
	margin-top: 1.25em
}
.privacy ol {
	list-style-type: decimal;
	margin: 1em;
	color: #000;
}
.privacy ol li {
	font-size: 3.466667vw;
	line-height: 1.75;
	margin-left: 1em;
}
.privacy ol li + li {
	margin-top: .5em;
}
.privacy dt {
	font-size: 3.466667vw;
	font-weight: bold;
	margin: 2em 0 1em
}
.privacy dd {
	font-size: 3.466667vw;
	line-height: 1.75;
	color: #000;
	padding-left: 1em;
}




#overview table {
	border-collapse: separate;
}
#overview table th {
	background-color: #E8E9F1;
	white-space: nowrap;
	border-bottom: 1px solid #fff
}
#overview table td {
	padding-right: 0;
	border-bottom: 1px solid #fff;
	word-break: keep-all
}

#access .navigation {
	font-size: 3.733333vw;
	padding: 0 0 1.5em;
	line-height: 1.75;
}

#access .map {
	position: relative;
	width: 100%;
	padding-top: 130%;
	overflow: hidden;
}
#access .map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




.works.anchors {
	display: none;
}
.works table {
	width: 100%;
}
.works table tr:nth-child(odd) {
	background-color: #E8F2E1;
}
.works table td {
	font-weight: bold;
}
.works table td,
.works table th {
	padding: 1em 0 1em .5em;
	vertical-align: middle;
}
.works table td {
	max-width: 8em;
	min-width: 6em;
}
.works table dd {
	font-size: 85%;
	padding: 0 0 0 1.5em;
}
.works table dt {
	padding: .5em 0 0 1em;
}




.biz .txt {
	width: 84.8%;
	margin: 1em auto 0;
}
.biz p {
	font-size:  3.466667vw;
	color: #000;
	line-height: 2;
}
.biz li {
	font-size:  3.466667vw;
	color: #000;
	line-height: 1.52;
	list-style: disc;
	margin-bottom: .75em;
	margin-left: 1.5em
}
.biz p + .title3b {
	margin-top: 2em;
}
.biz .img-title img {
	width: 100%;
	height: auto;
}
.biz .column {
	box-sizing: border-box;
	width: 100%;
	padding: 7.6%;
	margin: 2.5em 0 0;
	background-color: #ededed;
}

.biz .column strong {
	font-size: 4.4vw;
	color: #172671;
	line-height: 1.3;
}

.tabs-biz {
	display: flex;
	width: 84.8%;
	justify-content: space-between;
	flex-flow: wrap;
	margin: 0 auto 10vw;
}
.tabs-biz img {
	width: 100%;
	height: auto;
}
.tabs-biz li {
	display: block;
	width: 47.169811%;
	height: auto;
	margin-bottom: 1em;
	text-decoration: none;
}
.tabs-biz a {
	display: block;
	width: 100%;
	height: auto;
	text-decoration: none;
}

.tabs-biz a::after {
	display: block;
	content: '\e874';
	font-family: 'Linearicons-Free';
	font-size: 10.4vw;
	line-height: 1.25;
	text-align: center;
}
.tabs-biz li:nth-child(1) a,
#biz01 .title3b {
	color: #B12415;
}
#biz01 .column .title3b {
	font-size: 4.8vw;
	color: #BE0D61;
}
.tabs-biz li:nth-child(2) a,
#biz02 .title3b {
	color: #CC5200;
}
.tabs-biz li:nth-child(3) a,
#biz03 .title3b {
	color: #C22B7A;
}
.tabs-biz li:nth-child(4) a,
#biz04 .title3b {
	color: #3D891F;
}
.tabs-biz li:nth-child(5) a,
#biz05 .title3b {
	color: #298FA8;
}
.img-title img {
	display: none;
}
.img-title {
	width: 100%;
	padding-top: 65.066667%;
}
#biz01 .img-title {
	background: url(/business/images/img_biz1_sp.jpg) center top / contain no-repeat;
}
#biz02 .img-title {
	background: url(/business/images/img_biz2_sp.jpg) center top / contain no-repeat;
}
#biz03 .img-title {
	background: url(/business/images/img_biz3_sp.jpg) center top / contain no-repeat;
}
#biz04 .img-title {
	background: url(/business/images/img_biz4_sp.jpg) center top / contain no-repeat;
}
#biz05 .img-title {
	background: url(/business/images/img_biz5_sp.jpg) center top / contain no-repeat;
}




.recruit table td,
.recruit table tr:last-child th {
	border-bottom: 2px solid #D8E9F2
}
.recruit table th {
	background-color: #D8E9F2;
	border-bottom: 2px solid #fff
}
.recruit table th {
	font-weight: bold;
}
.recruit .bttn {
	position: relative;
	display: block;
	text-align: center;
	margin-top: 7vw
}
.recruit .bttn a {
	display: inline-block;
	margin: 0 auto;
	padding: 1em 1em 1.5em;
	color: #fff;
	font-size: 2.933333vw;
	text-decoration: none;
	line-height: 0;
	text-align: center;
	background-color: #23ABEE;
}
.recruit .bttn a::after {
	content: '\e87a';
	font-family: 'Linearicons-Free';
	line-height: 0;
	padding-left: 1.25em
}
.recruit .bttn img {
	display: inline-block;
	width: 25%;
	margin-bottom: 1.5em
}





.formBox,
.orderForm {
	box-sizing: border-box;
	margin: 0 auto;
	overflow: scroll;
	-webkit-overflow-scrolling: touch
}
.formBox {
	width: 88%;
}
.orderForm {
	width: 100%;
}
.contactForm,
.orderForm iframe {
	width: 100%;
	min-height: 800px;
}





.latest.cols {
	margin-top: 8%;
	margin-bottom: 16%;
	flex-direction: column-reverse;
}
.latest.cols.details {
	margin-top: 4%;
	align-items: center;
}
.latestImg {
	margin-top: 4%;
	flex: 1 1 auto;
}
.latestImg .date {
	display: block;
	text-align: center;
	font-size: 3.2vw;
	font-weight: bold;
	
}
.latestCol {
	width: 100%;
}

.videoBox {
	display: block;
	width: 100%;
	margin: 2em 0 1.5em;
	padding-top: 56.25%;
	position: relative;
}
.videoBox iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.latestSeriesTitle {
	margin-bottom: .75em;
	font-size: 4.333333vw;
	font-weight: bold;
}
.latestSeriesTitle span {
	font-size: 3.9vw;
}
.latestTitle {
	padding-bottom: .5em;
	margin-bottom: .45em;
	font-size: 5.2vw;
	font-weight: bold;
	border-bottom: 1.2vw solid #D5D8E5
}
.latestTitle span {
	display: block;
	margin-top: .5em;
	margin-left: -1.5em;
	font-size: 3vw;
}

.latest.cols .des {
	color: #000;
}
.latest.cols .des p {
	font-size: 3.066667vw;
	line-height: 1.75;
}

.indexCol {
	margin-top: 1em;
	margin-bottom: 1em;
}

.indexCol .label {
	text-align: center;
	padding: 1em 0 0 1em;
	width: 25%
}
.indexCol .cont,
.indexCol .label {
	flex: 1 1 auto
}
.indexCol .cont dt {
	font-size: 3.68vw;
	font-weight: bold;
	margin-bottom: .75em;
}

.indexCol .cont dt .cont {
	display: inline-block;
	padding: 6px 1em;
	margin-right: .5em;
	margin-bottom: .75em;
	background: #5f67a3;
	color: #fff;
	font-size: 3.066667vw;
}

.indexCol .cont dd ol li {
	font-size: 3.066667vw;
	list-style: decimal;
	line-height: 1.3;
	margin-left: 2em;
	margin-bottom: .5em;
}


.details .indexCol .note {
	margin: 1em 1.5em;
}

.latestImg > a {
	display: inline-block
}
.latest.cols .bttn {
	display: block;
	margin-bottom: 1.25em;
	text-align: center;
}
.latest.cols .bttn a,
.latest.cols .bttn .advance {
	display: inline-block;
	padding: 1.35em 1.5em;
	color: #fff;
	font-size: 4vw;
	text-decoration: none;
	line-height: 0;
	background-color: #3A91BE;
}
.latest.cols .bttn a::after {
	content: '\e87a';
	font-family: 'Linearicons-Free';
	line-height: 0;
	padding-left: 1.25em
}


.price {
	width: 100%;
	text-align: center;
}
.price table,
.price .bttn a {
	box-sizing: border-box;
	width: auto;
	margin: 0 auto;
}
.price table,
.price .bttn a {
	box-sizing: border-box;
	width: auto;
	margin: 0 auto;
}
.price th,
.price td {
	font-size: 2.933333vw;
	line-height: 1.2;
	padding: .5em;
	vertical-align: middle;
}
.price th {
	font-weight: bold;
}
.price img {
	width: 53.333333vw;
	height: auto;
	border: 1px solid #ccc;
}

.noteCol {
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	padding: 1.5em 1.2em;
	font-size: 3.1vw;
	line-height: 1.5;
	background-color: #DCE2E8;
}
.noteCol p + p {
	margin-top: 1em;
}
.noteCol.type2 {
	width: 88%;
	margin: 1em auto;
}

.noteCol ul.list {
	margin: 1em 0;
}
.noteCol ul.list li {
	list-style-type: circle;
	font-size: 90%;
	margin-left: 1.5em;
}
.noteCol ul.list li + li {
	margin-top: .75em;
}


.editions {
	box-sizing: border-box;
	width: 100%;
	padding: 1em;
	margin: 0 auto .25em;
	font-size: 5.066667vw;
	font-weight: bold;
	line-height: 0;
	text-align: center;
	color: #fff;
	background-color: #41A5B6;
}

.seriesCol {
	flex-direction: column;
}
.seriesCol li,
.seriesCol li a {
	display: block;
	text-decoration: none;
}

.seriesCol a::after {
	display: block;
	content: '\e874';
	font-family: 'Linearicons-Free';
	font-size: 10.4vw;
	line-height: 1.25;
	text-align: center;
}



.bannerTtl {
	width: 88%;
	height: 0;
	padding-top: 32.4%;
	margin: 0 auto 1em;
}
.bannerTtl img {
	display: none;
}
.series1 .bannerTtl {
	background: url(/series/images/bnnr_series1.png) center top / contain no-repeat
}
.series2 .bannerTtl {
	background: url(/series/images/bnnr_series2.png) center top / contain no-repeat
}

.seriesList .cols {
	width: 100%;
	flex-direction: column;
	justify-content: space-between;
}

.seriesList .col {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	padding: 15px 0 25px;
	text-decoration: none;
}
.seriesList .col .title {
	display: block;
	width: 100%;
	padding-bottom: .5em;
	margin-bottom: .5em;
	font-size: 4.666667vw;
	font-weight: bold;
	border-bottom: 4px solid #D5D8E5
}
.seriesList.list1 .col .title {
	color: #823020;
}
.seriesList .col .img {
	width: 36%;
	border: 1px solid #ccc;
}
.seriesList .col .txt {
	width: 60%;
	font-size: 3.066667vw;
	line-height: 1.5;
}
.seriesList .col img {
	width: 100%;
	height: auto;
}
.seriesList .bttn {
	display: block;
	width: 100%;
	margin-top: 2em;
	margin-bottom: 1.25em;
	text-align: center;
}
.seriesList .bttn span {
	display: inline-block;
	padding: 1em 1.5em 1.25em;
	color: #fff;
	font-size: 4vw;
	text-decoration: none;
	line-height: 0;
}
.seriesList.list2 .bttn span {
	background-color: #3A91BE;
}
.seriesList.list1 .bttn span {
	background-color: #478f5c;
}
.seriesList .bttn span::after {
	content: '\e87a';
	font-family: 'Linearicons-Free';
	line-height: 0;
	padding-left: 1.25em
}

.seriesList .bttn span.noLinks {
	background-color: #ccc;
}



.flow {
	margin-top: 12vw;
}
.flow p {
	font-size: 3.466667vw;
	line-height: 1.75;
}
.flow dt {
	box-sizing: border-box;
	width: 100%;
	padding: 1em;
	margin: 0;
	font-size: 5.066667vw;
	font-weight: bold;
	line-height: 0;
	text-align: center;
	color: #fff;
	background-color: #41A5B6;
}
.flow dd {
	background-color: #DCE2E8;
	padding: 1.05em .75em;
}
.flow dd .tel {
	font-size: 4.6vw;
	font-weight: bold;
	line-height: 1;
	margin-top: 1.25em;
}


.flow ul {
	color: #000;
	line-height: 2;
}
.flow li {
	font-size: 3.466667vw;
	list-style: disc;
	margin-bottom: .75em;
	margin-left: 1.5em
}




.sctl table tr,
.sctl table th,
.sctl table td {
	display: block;
}
.sctl table tr:nth-child(odd) {
	background-color: #E8E9F1;
}
.sctl table th {
	font-weight: bold;
	white-space: nowrap;
	padding: 1em .5em 0.5em;
}
.sctl table td {
	padding: 0 .5em 1em;
}
.sctl dl {
	margin-top: 1em;
}


.seriesList .noteCol,
.series .noteCol {
	margin-top: -3em;
	margin-bottom: 3em;
	line-height: 1.75
}

