
@charset 'utf-8';


/* web font */
@font-face {
  font-family: 'DIN Black';
  src: url('../font/DIN Black.eot'); /* IE9 Compat Modes */
  src: url('../font/DIN Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/DIN Black.woff2') format('woff2'), /* Super Modern Browsers */
       url('../font/DIN Black.woff') format('woff'), /* Pretty Modern Browsers */
       url('../font/DIN Black.ttf')  format('truetype'); /* Safari, Android, iOS */
}

/* common {{{ */

body {
	font-size: 16px;
	font-family:  'Noto Sans Japanese',"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	color: #333;
}

@media screen and (min-width: 769px) {
.pc-none {
	display: none !important;
}
}

.brown {
	color: #7c6243;
}
.flexbox {
	display: flex;
	display:-webkit-flex;
	display:-ms-flexbox;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    justify-content:space-between;

	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}
.flexbox.vtop {
	align-items: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: flex-start;
}
.flexbox.vcenter {
	align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
}
.flexbox.vbottom {
	align-items: flex-end;
	-webkit-align-items: flex-end;
	-ms-flex-align: flex-end;
}
.flexbox.jcenter {
	-ms-flex-pack:center;
    -webkit-justify-content: center;
    justify-content:center;
}
.flexbox.jend {
	-ms-flex-pack:flex-end;
    -webkit-justify-content:flex-end;
    justify-content:flex-end;
}
.flexbox.start {
	-ms-flex-pack:flex-start;
    -webkit-justify-content:flex-start;
    justify-content:flex-start;
}
.flexbox.stretch {
	align-items: stretch;
    -webkit-align-items: stretch;
	-ms-flex-align: stretch;
}
.flexbox.reverse {
	-webkit-box-direction:reverse;
    -webkit-flex-direction:row-reverse;
    flex-direction:row-reverse;
}
.gradient {
	background: -moz-linear-gradient(top, #e4d5a7 0%, #fff 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4d5a7), color-stop(100%,#fff)); /* webkit */
    background: -ms-linear-gradient(top, #e4d5a7 0%, #fff 100%); /* IE windows phone */
    background: -o-linear-gradient(top, #e4d5a7 0%, #fff 100%); /* opera */
    background: linear-gradient(top, #e4d5a7 0%, #fff 100%); /* css3 */
}

.ttl-b {
	background-color: #3841bc;
	color: #ffffff;
	font-size: 2.25em;
    padding: 0.5em 0 0.6em;
    font-weight: bold;
    text-align: center;
}
.ttl-b02 {
	background-color: #87cdf1;
	color: #ffffff;
	font-size: 2.25em;
    padding: 0.5em 0 0.6em;
    font-weight: bold;
    text-align: center;
}
.ttl-o {
	background-color: #FF8700;
	color: #ffffff;
	font-size: 2.1875em;
    padding: 1em 0 1.05em;
    font-weight: bold;
    text-align: center;
}
.ttl-underline-blue {
	padding: 0;
	font-size: 1.5em;
	font-weight: bold;
	border-bottom: solid 4px #3399cc;
}
.ttl-underline-green {
	padding: 0;
	font-size: 1.5em;
	font-weight: bold;
	border-bottom: solid 4px #81c200;
}
/*
.btn {
	border: solid 1px #cc6600;
	-moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;
	border-radius: 0.4em;
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
	color: #fff;

}
*/
.btn:hover {
	opacity: 0.8;
}

.btnimg:hover {
	opacity: 0.8;
}
/*
.btn span {
	display: block;
	background-color: #c96600;
	border: solid 1px #fff;
	-moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;
	border-radius: 0.4em;
	padding: 0.5em 2em;
}
*/
img {
	max-width: 100%;
	border: none;
	display: block;
}
.green {
	color: #008063 !important;
}

.arrow {
	color: #005285;
	background: url('../img/arrow.png') right center no-repeat;
	font-size: 0.875em;
	padding-right: 1.8em;
	line-height: 19px;
	display: inline-block;
}

.font-dinblack {
	font-family:  'DIN Black', sans-serif;
}
.font-rnum {
	font-family: serif;
}
/* }}} */
/* color {{{ */

.txt-orange {
    color: #ff9600;
}
.bg-orange {
    background: #ff9600;
}

/* }}} */

/* modal {{{ */

.mfp-bg.mfp-fade {
	width: 100%;
	z-index: 10000;
}
.mfp-bg.mfp-fade + .mfp-wrap {
	z-index: 10001;
}
#contents .popup-modal-detail {
	display: none;
}
.mfp-content div.popup-modal-detail {
    color: #573f1f;
    box-sizing: border-box;
    position: relative;
    background: rgba(255,255,255,1);
    padding: 7em 2em 2em;
    width:auto;
    max-width: 80%;
    margin: 120px auto 20px;
    text-align: center;
    box-shadow: 0 0 14px rgba(0,0,0,0.8);
}
.mfp-content div.popup-modal-detail .mfp-close {
	font-size: 5em;
	top: 0.5em;
	right: 0.5em;
	font-family: sans-serif;
	color: #666;
}
/* }}} */

/* #wrapper {{{ */
#wrapper {

}
#contents {
	min-width: 1200px;
}
/* }}} */

/* header {{{ */
header {
	width: 100%;
    min-width: 1200px;
	background: rgba(0,0,0,0.85);
	position: fixed;
	top: 0;
	left: 0;
    z-index: 999;
    background: #000;
    color: #fff;
}
header .catch {
    width: 100%;
    background: #896d4b;
}
header .catch .inner {
    width: 980px;
    margin: 0 auto;
    padding: 12px 0;
}
header .header {
	width: 980px;
	margin: auto;
	padding: 13px 0;
}
header h1 {
	width: 455px;
}
header .logo {
	margin-top: 18px;
}
header .logo:hover {
	opacity: 0.7;
}
header .header .right {
	width: 50%;
}
header .header .right .telbtn {
    background-color: #1bb71f;
    width: 120px;
    text-align: center;
    border-radius: 5px;
}
header .header .right .telbtn .telnum {
    display: inline-block;
    margin: 0.5em auto 0.5em;
    font-size: 1em;
    color: #fff;
    font-weight: normal;
    font-family: sans-serif;
    text-align: center;
    line-height: 1;
}
header .header .right .telbtn .note {
    display: inline-block;
    font-size: 0.8em;
}

header .header .right .btn-form,
header .header .right .btn-tel {
	border: solid 1px #fff;
	font-size: 1.375em;
	display: inline-block;
	padding: 0.65em 0.6em;
	color: #fff;
	font-weight: bold;
}
header .header .right .btn-tel {
	font-size: 1.5em;
	padding: 0.2em 0.5em;
	margin-left: 0.5em;
}
header .header .right .btn-tel span {
	font-size: 0.458em;
	display: block;
	text-align: center;
}
header .header nav {
    margin-top: 20px;
}
header .header nav a {
    color: #fff;
}
header .header nav li {
    margin-right: 1em;
}
header .header nav li a {
    padding-left: 1em;
}
header .header nav li:before {
    content: "|";
}
header .header nav li:first-child a {
    padding-left: 0;
}
header .header nav li:first-child:before {
    content: none;
}
header .header .right nav {
	margin: 0.8em 0 0 0;
}
header .header .right nav li {
	margin-left: 1.2em;
}
header .header .right nav li a {
	color :#fff;
}
/* }}} */

/* .footer {{{ */
#pagetop {
	position: fixed;
	right: 2%;
	bottom: 40px;
	z-index: 999;
}
footer {
    background: #896d4b;
	padding: 1.2em 0;
}
footer .copy {
	color: #fff;
	font-size: 0.75em;
}

/* }}} */

/* top {{{ */
/* contact */
#contents .contact-box {
	background: #000;
    color: #fff;
	/* width: 1200px; */
	width: 100%;
    padding: 40px 0;
	margin: auto;
}
#contents .contact-box .inner {
	box-sizing: border-box;
    text-align: center;
}
#contents .contact-box .inner .ttl {
	color: #fff;
	font-size: 2.5em;
	font-weight: bold;
	line-height: 1.75;
	text-align: center;
}
#contents .contact-box .inner .ttl + p {
	font-size: 1.5625em;
	color: #fff;
	margin: 0.3em 0 1em;
	text-align: center;
}
#contents .contact-box .inner .tel a {
	font-size: 3.125em;
	color: #fff;
	font-weight: bold;
}
#contents .contact-box .inner .time {
	color: #fff;
	font-size: 1.37em;
	margin-top: 0.1em;
}
#contents .contact-box .inner .lead {
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
}
#contents .contact-box .inner .lead2 {
    margin: 20px auto;
    font-size: 20px;
    line-height: 1;
}
#contents .contact-box .inner .btn {
	background-color: #2ebde6;
	font-size: 2.1875em;
	text-align: center;
	-moz-border-radius: 0.2em;
	-webkit-border-radius: 0.2em;
	border-radius: 0.2em;
	width: 790px;
	color: #7c1c1c;
	margin: 0 auto;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(30%,#fff), color-stop(100%,#b8b1aa));
    background: -ms-linear-gradient(top, #fff 0%, #fff 30%, #b8b1aa 100%);
    background: linear-gradient(top, #fff 0%, #fff 30%, #b8b1aa 100%);
	padding: 19px 0 15px 0;
}
#contents .contact-box .inner .btn .telnum {
    padding: 0 0 0 15px;
    font-size: 55px;
    line-height: 1;
    font-weight: bold;
    position: relative;
}

#contents .contact-box .inner .btn .note {
    font-size: 20px;
    color: #391507;
    width: 100%;
    margin-top: 0.4em;
}
#contents .contact-box .inner .btn + p {
	color: #6f3f20;
	font-size: 1.25em;
	text-align: center;
	margin-top: 0.5em;
}


#contents.top .kvarea {
    box-sizing: border-box;
    margin-top: 182px;
	width: 100%;
	min-width: 1200px;
    min-height: 490px;
	height: 490px;
	background-image: url('../img/main.png');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
}
#contents.top .kvarea .main-txt {
	pointer-events: none;
	position: absolute;
	top: 50%;
	left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit- transform: translateX(-50%) translateY(-50%);
}
@media screen and (min-width: 1400px) {
#contents.top .kvarea {
	background-size: 100%;
}
}

/* section common {{{ */
#contents.top section {
}
#contents.top section h2 {
	font-size: 2.5em;
	text-align: center;
	font-weight: bold;
	margin: 0;
}
#contents.top section h2.line2 {
	line-height: 1.5;
}
#contents.top section h2 span {
	font-size: 0.75em;
	display: block;
}
#contents.top section h3 {
	font-size: 25px;
	text-align: center;
	font-weight: bold;
    line-height: 1;
}
#contents.top section .section-inner {
	width: 980px;
	margin: auto;
}

/* }}} */

/* s01 {{{ */

#contents.top section.s01 {
    padding: 60px 0;
}
#contents.top section.s01 .item {
    margin-bottom: 60px;
}
#contents.top section.s01 .item:nth-of-type(1) {
    margin-top: 40px;
}
#contents.top section.s01 .item:last-child {
    margin-bottom: 0;
}
#contents.top section.s01 .desc {
    width: 475px;
    text-align: left;
}
#contents.top section.s01 .item img {
    width: 475px;
}
#contents.top section.s01 .desc .ttl {
    font-size: 25px;
    font-weight: bold;
    line-height: 1;
}
#contents.top section.s01 .desc .body {
    margin-top: 30px;
}

/* }}} */

/* s02 {{{ */

#contents.top section.s02 {
}
#contents.top section.s02 .section-inner {
    box-sizing: border-box;
    background: url('../img/s02_bg.png') center top no-repeat;
    width: 978px;
    height: 360px;
    padding-top: 20px;
}
#contents.top section.s02 h2 {
    color: #fff;
}
#contents.top section.s02 ul {
    box-sizing: border-box;
    background: rgba(0,0,0,0.6);
    color: #ffcc00;
    width: 565px;
    margin: 25px auto 0;
    font-size: 28px;
    line-height: 1;
    font-weight: bold;
    padding: 30px 45px;
}
#contents.top section.s02 ul li {
    margin-bottom: 20px;
}
#contents.top section.s02 ul li:last-child {
    margin-bottom: 0;
}

/* }}} */

/* s03 {{{ */

#contents.top section.s03 {
	padding: 55px 0 0;
}
#contents.top section.s03 h2 {
}
#contents.top section.s03 .inner {
    text-align: left;
    margin-top: 40px;
}
#contents.top section.s03 .inner p {
    width: 475px;
}
#contents.top section.s03 .inner img {
    width: 475px;
}

/* }}} */

/* s04 {{{ */

#contents.top section.s04 {
	padding: 60px 0;
}
#contents.top section.s04 h2 {
	margin-bottom: 30px;
    line-height: 1;
}
#contents.top section.s04 .subttl {
    font-size: 25px;
    text-align: center;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 30px;
}
#contents.top section.s04 table.area {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #896d4b;
}
#contents.top section.s04 table.area th {
    background: #896d4b;
    border: 1px solid #896d4b;
    border-bottom: 1px solid #fff;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    padding: 0.5em 1em;
    white-space: nowrap;
}
#contents.top section.s04 table.area td {
    border: 1px solid #896d4b;
    padding: 0.5em 1em;
    vertical-align: middle;
    color: #000;
}

/* }}} */

/* s05 {{{ */

#contents.top section.s05 {
    padding: 0 0 60px;
    background-image: url('../img/s05_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
#contents.top section.s05 .section-inner {
    box-sizing: border-box;
}
#contents.top section.s05 h2 {
    padding-top: 54px;
    padding-bottom: 40px;
    color: #fff;
    line-height: 1;
}
#contents.top section.s05 .pricebox {
    box-sizing: border-box;
    width: 730px;
    background: rgba(255,255,255,0.1);
    text-align: center;
    padding: 30px 0;
    margin: 0 auto;
}
#contents.top section.s05 .pricebox .ttl {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 15px;
}
#contents.top section.s05 .pricebox .price {
    color: #ffcc00;
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 15px;
}
#contents.top section.s05 .pricebox .detail {
    font-size: 25px;
    color: #fff;
}
#contents.top section.s05 .pricebox .detail .price {
    font-size: 25px;
    font-weight: normal;
}
#contents.top section.s05 .pricebox .detail table {
    border: 1px solid #fff;
    margin: 25px auto 0;
}
#contents.top section.s05 .pricebox .detail table th {
    font-size: 25px;
    line-height: 1;
    font-weight: bold;
    padding: 0.75em 0;
    text-align: center;
}
#contents.top section.s05 .pricebox .detail table td {
    font-size: 20px;
    padding: 0.4em 1em;
    text-align: left;
}
#contents.top section.s05 .pricebox .detail table tr:last-child td {
    padding-bottom: 1em;
}
#contents.top section.s05 .detail2 {
    width: 730px;
    margin: 0 auto 70px;
    color: #fff;
}
#contents.top section.s05 .detail2 dl {
    margin-bottom: 20px;
}
#contents.top section.s05 .detail2 dl:nth-of-type(1) {
    margin-top: 20px;
}
#contents.top section.s05 .detail2 dl dt {
    width: 8em;
    display: inline-block;
    vertical-align: top;
}
#contents.top section.s05 .detail2 dl dd {
    display: inline-block;
}
#contents.top section.s05 .detail2 dl.wide dt {
	width: 16em;
}
#contents.top section.s05 h3 {
    color: #fff;
    margin-bottom: 15px;
}
#contents.top section.s05 .payment {
    color: #fff;
    text-align: center;
}
#contents.top section.s05 .payment img {
    margin-top: 15px;
    display: inline;
}
#contents.top section.s05 .payment .note {
    margin-top: 15px;
}

/* }}} */

/* s06 {{{ */

#contents.top section.s06 {
    padding: 60px 0;
    background: #f7ebda;
    width: 100%;
}
#contents.top section.s06 h2 {
}
#contents.top section.s06 h3 {
}
#contents.top section.s06 dl {
	display: flex;
	display:-webkit-flex;
	display:-ms-flexbox;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    justify-content:space-between;

    margin-bottom: 30px;
}
#contents.top section.s06 dl:nth-of-type(1) {
    margin-top: 40px;
}
#contents.top section.s06 dl:last-child {
    margin-bottom: 0;
}
#contents.top section.s06 dt {
}
#contents.top section.s06 dd {
    width: 760px;
}
#contents.top section.s06 dd a {
    color: #0066cc;
    text-decoration: underline;
}
#contents.top section.s06 dl .ttl {
    font-size: 25px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 25px;
}
/* }}} */

/* s07 {{{ */

#contents.top section.s07 {
	padding: 60px 0;
}
#contents.top section.s07 h2 {
    margin-bottom: 15px;
}
#contents.top section.s07 .subttl {
    color: #000;
    text-align: center;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 45px;

}
#contents.top section.s07 dl {
	margin: 0 0 2.35em;
}
#contents.top section.s07 dl dt {
	color: #7c6243;
	font-size: 25px;
	font-weight: bold;
}
#contents.top section.s07 dl dd {
	color: #666;
	font-size: 1.125em;
	line-height: 1.77;
	margin: 0.45em 0 1.5em;
    padding-bottom: 30px;
    border-bottom: 1px dotted #000;
}
#contents.top section.s07 dl dd:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

/* }}} */

/* s08 {{{ */

#contents.top section.s08 {
	padding: 63px 0 70px;
}
#contents.top section.s08 h2 {
	margin-bottom: 35px;
}
#contents.top section.s08 h2 + p {
	width: 920px;
	margin: auto;
	font-size: 1.125em;
	line-height: 1.77;
}
#contents.top section.s08 img {
	margin: 43px 0 0 0;
}

/* }}} */

/* s09 {{{ */

#contents.top section.s09 {
	padding: 64px 0 70px;
    background-color: #eaf2f9;
}
#contents.top section.s09 h2 {
	margin: 0 0 17px;
}
#contents.top section.s09 h2 + p {
	font-size: 1.125em;
	line-height: 1.66;
	margin: 0 0 2.2em;
}
#contents.top section.s09 h2 + p a {
	color: #0066cc;
	display: inline-block;
	border-bottom: solid 2px #abbdda;
	line-height: 1;
}
#contents.top section.s09 h2 + p + p a {
	color: #0066cc;
	display: inline-block;
	border-bottom: solid 2px #abbdda;
	line-height: 1;
}
#contents.top section.s09 .form-wrap {
	width: 46em;
	margin: auto;
}
#contents.top section.s09 .form-wrap form {
	width: 730px;
	margin: auto;
}
#contents.top section.s09 .form-wrap dl {
	margin: 0 0 2.3em;
}
#contents.top section.s09 .form-wrap dl dt {
	font-size: 1.125em;
	font-weight: bold;
}
#contents.top section.s09 .form-wrap dl dt .required {
    color: #ffffff;
    background: #d40000;
    font-size: 0.75rem;
    padding: 0.1em 0.6em 0.2em;
    font-weight: normal;
    display: inline-block;
    margin: 0 0 0 1.5em;
    vertical-align: middle;
}
#contents.top section.s09 .form-wrap dl dt .optional {
    color: #ffffff;
    background: #003b70;
    font-size: 0.75rem;
    padding: 0.1em 0.6em 0.2em;
    font-weight: normal;
    display: inline-block;
    margin: 0 0 0 0.7em;
    vertical-align: middle;
}
#contents.top section.s09 .form-wrap dl dd {
	margin: 1.1em 0 0 0;
	font-size: 1.125em;
}
#contents.top section.s09 .form-wrap .confirm dl dd {
	margin: 0.5em 0 0 0;
}
#contents.top section.s09 .form-wrap dl dd .red {
	color: #e71d1d;
	margin-top: 0.8em;
}
#contents.top section.s09 .form-wrap dl dd.has-child {
	margin: 1.2em 0 0 0;
}
#contents.top section.s09 .form-wrap input[type="text"],
#contents.top section.s09 .form-wrap dl textarea {
	border: solid 1px #bbbbbb;
	background-color: #fff;
	width: 100%;
	box-sizing: border-box;
	padding: 0.44em;
	font-size: 1em;
}
#contents.top section.s09 .form-wrap dl textarea {
	min-height: 8em;
}
#contents.top section.s09 .form-wrap .has-err input[type="text"],
#contents.top section.s09 .form-wrap .has-err textarea {
	background-color: #fffeb1;
	border: solid 3px #e71d1d;
}
#contents.top section.s09 .form-wrap input[type="text"].error,
#contents.top section.s09 .form-wrap textarea.error {
    border: 3px solid #e71d1d;
    background-color: #fffeb1;
}

#contents.top section.s09 .form-wrap h3 {
	font-size: 1.125em;
	color: #666;
	text-align: center;
	font-weight: normal;
}
#contents.top section.s09 .form-wrap .policy {
	width: 100%;
	height: 140px;
	box-sizing: border-box;
	border: solid 1px #bbbbbb;
	background-color: #fff;
	padding: 0.6em 1em;
	font-size: 0.875em;
	line-height: 1.78;
	overflow-y: auto;
}
#contents.top section.s09 .form-wrap .btn-area {
	padding: 50px 0 0 0;
}
#contents.top section.s09 .form-wrap button {
	display: block;
	background-color: #0f66b3;
	text-align: center;
	padding: 0.3em;
	width: 350px;
	box-sizing: border-box;
	font-size: 1.875em;
	color: #fff;
	font-weight: normal;
	margin: auto;
	cursor: pointer;
	border: none;
}
#contents.top section.s09 .form-wrap .btn-area.btn2 button {
	margin: 0 0.5em;
	padding: 0.6em;
}
#contents.top section.s09 .form-wrap .btn-area.btn2 .back {
	display: block;
	text-align: center;
	margin: 0 0.5em;
	padding: 0.6em;
	box-sizing: border-box;
	font-size: 1.875em;
	color: #fff;
	font-weight: normal;
	cursor: pointer;
	border: none;
	width: 6em;
	background-color: #ababab;
}
#contents.top section.s09 .form-wrap button span {
	display: block;
	font-size: 0.6em;
}
#contents.top section.s09 .form-wrap .note {
    margin-top: 10px;
}
#contents.top section.s09 .form-wrap .errorText {
    color: #e71d1d;
    font-weight: normal;
    margin-top: 10px;
}
#contents.top section.s09.confirm {
    margin-top: 80px;
    margin-bottom: 0;
}

/* }}} */

/* s10 {{{ */

#contents.top section.s10 {
	padding: 60px 0 0;
}
#contents.top section.s10 h2 {
	margin: 0 0 30px;
}
#contents.top section.s10 p {
    color: #333;
}
#contents.top section.s10 h2.company {
    margin-top: 50px;
}
#contents.top section.s10 .section-inner {
    width: 730px;
    margin: 0 auto;
}
#contents.top section.s10 dl {
	margin: 0 auto;
	border-bottom: dotted 1px #ccc;
	padding: 0.75em 0;
	width: 730px;
	font-size: 1.125em;
}
#contents.top section.s10 dl:last-child {
	border: none;
}
#contents.top section.s10 dl dt {
	font-weight: bold;
	width: 160px;
	padding: 0 0 0 1em;
	box-sizing: border-box;
}
#contents.top section.s10 dl dd {
	line-height: 1.77;
	width: 320px;
	box-sizing: border-box;
    color: #000;
    font-weight: normal;
}
#contents.top section.s10 a {
    color: #0066cc;
    text-decoration: underline;
}

/* }}} */

/* disclaimer {{{ */

#contents.top section.disclaimer {
    padding: 40px 0 0;
}
#contents.top section.disclaimer h2 {
    margin-bottom: 35px;
}
#contents.top section.disclaimer ul {
    margin: 1em 0;
}
#contents.top section.disclaimer ul li {
    padding-left: 1em;
    text-indent: -1em;
}
#contents.top section.disclaimer ul li:before {
    content: '●';
}

/* }}} */

/* privacy {{{ */

#contents.top section.privacy {
    padding: 55px 0 60px;
}
#contents.top section.privacy .box {
    margin-top: 40px;
    height: 200px;
    overflow-y: scroll;
    padding: 1em;
    border: 1px solid #ccc;
}

/* }}} */


/* }}} */


/* vim: set ts=4 sw=4 sts=0 foldmethod=marker : */

/* 2020/11/09 */
.sns-link {
    position: fixed;
    bottom: 150px;
    right: 2.5%;
}
.sns-link ul li {
    margin-top: 15px;
    max-width: 66px;
}
.sns-link ul li img {
    width: 100%;
    height: auto;
}

.mt1 {
	margin-top: 1em;
}
._sp {
	display: none;
}
