@charset "utf-8";

/* ====================
reset
==================== */
.sc-container {
	background: #ffffff;
}

.sc-container, .sc-container div, 
.sc-container ul, .sc-container ol, .sc-container li,
.sc-container h1, .sc-container h2, .sc-container h3, .sc-container h4,
.sc-container p, .sc-container span,
.sc-container table, .sc-container tr, .sc-container th, .sc-container td {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.sc-container img {
	border: 0;
}

.sc-container li {
	list-style: none;
}

.sc-container h1, .sc-container h2,
.sc-container h3, .sc-container h4 {
	font-size: 100%;
	font-weight: normal;
	border: none;
}

.sc-container dl {
	font-size: 0;
}

button {
	padding: 0;
	border: none;
	background-color: transparent;
	outline: none;
	cursor: pointer;
	appearance: none;
}

/* ====================
***
==================== */
.sc-container {
    width: 100%;
    margin: 0 auto;
    padding: 48px 0 0;
    background: #ffffff;
    color: #000000;
    font-size: 16px;
    font-family: "Noto Sans JP","Yu Gothic Medium","Yu Gothic","YuGothic","Meiryo","Hiragino Kaku Gothic ProN","Hiragino Sans",sans-serif;
    line-height: 2.125;
    overflow: hidden;
}

.sc-container strong {
	font-weight: bold;
}

.sc-container a,
.sc-container a:link,
.sc-container a:visited,
.sc-container a:active {
	text-decoration: none;
	color: #000000;
}

.sc-container a:hover,
.sc-container a:active {
	opacity: 1;
	text-decoration: none;
}

#page-top a {
	display: block;
	width: 100px;
	height: 100px;
	background: url(../img/btn_pagetop.png) left top;
	-webkit-transition: .4s;
	transition: .4s;
}

#page-top a:hover {
	opacity: 0.9;
}

.sc-container .txt {
	display: block;
}


/* ====================
keyv-area
==================== */
.sc-container .keyv-area {
    width: 1180px;
    margin: 0 auto 112px;
    text-align: center;
}

.sc-container .keyv {
    position: relative;
    margin: 0 0 60px;
}

.sc-container .keyv::before {
	display: block;
    padding-top: 600px;
    content: "";
}

.sc-container .keyv-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.sc-container .text-area {
    width: 87%;
    margin: 0 auto 47px;
}

.sc-container .keyv-tit {
    margin: 0 auto 20px;
}

.sc-container .keyv-tit-sub {
    display: block;
    margin: 0 0 19px;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.08em;
}

.sc-container .keyv-tit-num {
	display: block;
    width: 234px;
    height: 49px;
    margin: 0 auto 30px;
    background: url(../img/bg_ribbon_pc.gif) no-repeat;
    background-size: contain;
    color: #ffffff;
    font-weight: 700;
    font-size: 24px;
    line-height: calc(49px - 18px);
    letter-spacing: 0.08em;
}

.sc-container .keyv-tit-main {
    display: block;
    position: relative;
    width: 800px;
    margin: 0 auto;
    padding: 11px 0 11px;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.55;
    letter-spacing: 0.08em;
}

.sc-container .keyv-tit-main::before,
.sc-container .keyv-tit-main::after {
    position: absolute;
    width: 20px;
    height: 20px;
    content: "";
}

.sc-container .keyv-tit-main::before {
	top: 0;
    left: 0;
    border-top: 4px solid #000000;
    border-left: 4px solid #000000
}

.sc-container .keyv-tit-main::after {
	bottom: 0;
	right: 0;
	border-bottom: 4px solid #000000;
	border-right: 4px solid #000000;
}

.sc-container .keyv-tit-main-inner {
    display: block;
    opacity: 0;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 0.08em;
    line-height: 1.53;
    text-indent: 1em;
}

.sc-container .keyv-tit-main-inner span {
	display: inline-block;
    margin: 0 30px -5px -30px;
    font-weight: 700;
    font-size: 30px;
    vertical-align: sub;
}

.sc-container .keyv-txt span {
    display: inline-block;
    vertical-align: sub;
    margin-bottom: -5px;
}


/* ====================
nav-area
==================== */
.sc-container .nav-area {
    width: 460px;
    margin: 0 auto 115px;
}

.sc-container .nav-icn {
    width: 80px;
    margin: 0 auto;
    padding-left: 5px;
}

.sc-container .nav-tit::after {
    bottom: 0;
    right: calc(50% - 83px);
    width: 166px;
    height: 4px;
	background: #000000;
}

.sc-container .nav-list {
    margin: 40px 0 0;
    border-top: solid 1px #000000;
    border-left: solid 1px #000000;
}

.sc-container .nav-item {
    border-right: solid 1px #000000;
    border-bottom: solid 1px #000000;
}

.sc-container .nav-item a {
	display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    height: 50px;
    line-height: 50px;
}

.sc-container .nav-item-name {
    width: 310px;
    padding-left: 30px;
    font-size: 16px;
}

.sc-container .nav-item-num {
    display: inline-block;
    height: 18px;
    padding-right: 8px;
}

.sc-container .nav-item-num img {
    width: auto;
    height: 100%;
    margin-top: -2px;
    vertical-align: middle;
}

.sc-container .nav-item-btn {
	display: block;
    position: relative;
    width: 150px;
    height: 100%;
    padding-right: 22px;
    background: #efefef;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    font-family: 'Jost', sans-serif;
    -webkit-transition: .4s;
    transition: .4s;
}

.sc-container .nav-item-btn::after {
	display: block;
    position: absolute;
    top: calc(50% - 4px);
    right: calc(50% - 30px);
    width: 8px;
    height: 8px;
    border-top: solid 1px #000000;
    border-right: solid 1px #000000;
    content: "";
    -webkit-transform: rotate( 135deg );
    transform: rotate( 135deg );
    -webkit-transition: .4s;
    transition: .4s;
}

.sc-container .nav-item:hover .nav-item-btn {
	color: #ffffff;
    background: #000000;
}

.sc-container .nav-item:hover .nav-item-btn::after {
    border-top: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
}

/* ÂĘwč */
.sc-container .nav-item:first-child .nav-item-num {
    padding-right: 13px;
}


/* ====================
section
==================== */
.sc-container .section {
    margin: 0 auto 76px;
}

.sc-container .desc-area {
    width: 800px;
    margin: 0 auto 21px;
}

.sc-container .desc-tit {
	margin: 0 0 7px;
}

.sc-container .desc-num {
	display: inline-block;
    margin: 5px 0 0;
    padding-right: 6px;
    vertical-align: top;
}

.sc-container .desc-name {
    display: inline-block;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0.08em;
    line-height: inherit;
}

.sc-container .desc-txt span {
    display: block;
    margin-top: 4px;
    font-size: 14px;
    letter-spacing: -0.02em;
}

.sc-container .detail-box {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 800px;
    margin: 0 auto;
}

.sc-container .sec-table-area {
    width: 560px;
}

.sc-container .sec-table {
	width: 100%;
    border-right: solid 4px #efefef;
}

.sc-container .sec-table-row:not(:last-child) {
	border-bottom: solid 2px #efefef;
}

.sc-container .sec-table-head {
    width: 150px;
    padding-left: 8px;
    background: #878787;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    letter-spacing: 0.16em;
}

.sc-container .sec-table-data {
    width: 410px;
	padding: 14px 26px 14px 32px;
}

.sc-container .sec-table-row:first-child .sec-table-head {
	border-top: solid 4px #878787;
}

.sc-container .sec-table-row:first-child .sec-table-data {
	border-top: solid 4px #efefef;
}

.sc-container .sec-table-row:last-child .sec-table-head {
	border-bottom: solid 4px #878787;
}

.sc-container .sec-table-row:last-child .sec-table-data {
	border-bottom: solid 4px #efefef;
}

.sc-container .sec-table-data-txt {
	margin-top: -4px;
}

.sc-container .sec-table-data-txt span {
    font-size: 14px;
    vertical-align: 2px;
}

.sc-container .method-box {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.sc-container .method-tit {
    width: 54px;
    background: #000000;
    color: #ffffff;
    font-weight: 500;
    height: 22px;
    line-height: calc(22px - 2px);
    text-align: center;
}

.sc-container .method-list {
    width: 296px;
    margin-top: -4px;
}

.sc-container .method-item {
	position: relative;
    padding-left: 18px;
    line-height: 1.865;
}

.sc-container .method-item::before {
    position: absolute;
    top: calc(50% - 12px);
    left: 5px;
    font-size: 0.8em;
    content: "・";
}

.sc-container .sec-table-data-item {
	position: relative;
    padding-left: 8px;
    line-height: 1.865;
}

.sc-container .sec-table-data-item::before {
    position: absolute;
    top: calc(50% - 12px);
    left: -5px;
    font-size: 0.8em;
    content: "・";
}

.sc-container .image-area {
	width: 200px;
}

.sc-container .item-img {
    display: block;
    margin: 0 0 15px;
}

.sc-container .item-desc {
    display: block;
}

.sc-container .item-name {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 17px;
    text-align: center;
}

.sc-container .item-btn {
    display: block;
}

.sc-container .item-btn span {
    display: block;
    position: relative;
    width: 170px;
    height: 40px;
    margin: 0 0 0 10px;
    background: #efefef;
    font-size: 16px;
    line-height: calc(40px - 2px);
    text-align: center;
    -webkit-transition: .4s;
    transition: .4s;
}

.sc-container .item-btn span::after {
	display: block;
    position: absolute;
    top: calc(50% - 6.5px);
    right: -20px;
    width: 41px;
    height: 13px;
    background: url(../img/icn_arrow_pc.png) no-repeat;
    background-size: contain;
    content: "";
    -webkit-transition: .4s;
    transition: .4s;
}

.sc-container .item-btn span:hover {
    background: #000000;
	color: #ffffff;
}

.sc-container .item-btn span:hover::after {
    background: url(../img/icn_arrow_o_pc.png) no-repeat;
    background-size: contain;
}

/* ÂĘwč */
.sc-container #sec05.section {
	margin: 0 auto 120px;
}


/* ====================
table-area
==================== */
.sc-container .table-area {
    width: 800px;
    margin: 0 auto;
}

.sc-container .swipe-table-row {
	display: -webkit-box;
	display: flex;
}

.sc-container .swipe-table-head,
.sc-container .swipe-table-data {
	display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    z-index: 1;
    width: 120px;
    height: 100px;
    border-right: 2px solid #efefef;
    border-bottom: 2px solid #efefef;
    color: #ffffff;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.16em;
}

.sc-container .swipe-table-head {
    height: 80px;
    background: #000000;
    color: #ffffff;
}

.sc-container .swipe-table-data img {
	width: 49px;
    margin: 0 auto;
}

.sc-container .swipe-table-head:first-child {
	background: #efefef;
	border-right: none;
    width: 202px;
}

.sc-container .swipe-table-data:first-child {
    background: #878787;
    border-right: none;
    width: 202px;
}

.sc-container .swipe-table-row:last-child .swipe-table-data {
    border-bottom: 4px solid #efefef;
}

.sc-container .swipe-table-row:last-child .swipe-table-data:first-child {
    border-bottom: 4px solid #878787;
}


/* ====================
last-area
==================== */
.sc-container .last-area {
    width: 900px;
    margin: 110px auto 0;
    text-align: center;
}


/* ====================
XN[
==================== */
/* şŠç */
.keyv-tit-main-inner.fadein,
.nav-tit.fadein span {opacity:0;transform:translateY(40px)}

/* śŠç */
.desc-name.fadein,
.item-btn.fadein {opacity:0;transform:translateX(-40px)}

.keyv-tit-main-inner.fadein.scrollin,
.nav-tit.fadein.scrollin span,
.desc-name.fadein.scrollin,
.item-btn.fadein.scrollin {opacity:1;transition:.6s .2s ease;transform:none}