@charset "UTF-8";

/*----------------------
 * 1. GENERAL
 *   1.1  Grids
 *   1.2  Margin
 *   1.3  Text
 *   1.4  Titles and Subtitles
 *   1.5  Tables
 *   1.6  Buttons
 *   1.7  Lists
 *   1.8  Other Elements
 *        1.8.1 plugins
 *        1.8.2 page top
 *        1.8.3 modal
 * 2. HEADER
 * 	  2.1 Main Nav
 *        2.1.1 main-nav-xs (sp-only)
 *        2.1.2 sns Icon
 * 3. CONTENTS
 *    3.1  Flow
 *    3.2  Entry
 *    3.3  About 受検方法 追加 240327
 * 4. FOOTER
 * 5. NOTICEBAR
 */

/*-------------------------------
 * 1.GENERAL
 * ----------------------------*/
html,
body {
	overflow-x: hidden;
}
body {
    font-family: '游ゴシック', YuGothic, sans-serif;
    margin: 0;
    padding: 0;
    font-size: 14px;
	background: #fff;
	color: #000;
	overflow: hidden;
	line-height: 1.8;
}
@media only screen and (max-width: 767px) {
    body {
        font-size: 13px;
    }
}

a,
a:link,
a:visited {
  color: #0054ff;
}
a:hover,
a:active {
    color: #0054ff;
}
a:focus {
  outline: none;
  overflow: hidden;
  text-decoration: none;
}

a[href^="tel:"] {
	cursor: default;
	text-decoration: none;
	color: #000 !important;
}
a[href^="tel:"]:hover {
	text-decoration: none;
}
@media screen and (max-width: 767px) {
	a[href^="tel:"] {
		cursor: pointer;
	}
}

hr {
     border-top: 1px solid #ccc;
     margin: 10px 0;
}
@media screen and (max-width: 767px) {
    hr {
        border-width: 1px;
    }
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

strong {
    font-weight: 600;
}

@media (min-width: 1200px) {
  .container {
    width: 1100px;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

main {
    margin: 0;
    padding: 50px 0 0;
}
@media only screen and (max-width: 1199px) {
    main {
        padding-top: 0;
    }
}
@media only screen and (max-width: 767px) {
    main {
        padding-top: 25px;
    }
}

.section-wrap {
    margin: 0 0 30px;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .section-wrap {
        margin-bottom: 20px;
    }
}

.flex-box {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
}
.flex-box.center {
    justify-content: center;
}
.flex-box.start {
    justify-content: flex-start;
}

.opacity:hover {
    opacity: 0.8;
    transition: 0.7s;
}

.waku-box {
    border: 1px solid #ccc;
}

.scroll-pd {
	padding-top: 30px;
}

/* 1.1 Grids
 * ------------------------------*/
/*** 1.1.1 Base 10 Grids ***/
.col-base10-xs-0 {
  width: 0%;
}

.col-base10-xs-1 {
  width: 10%;
}

.col-base10-xs-2 {
  width: 20%;
}

.col-base10-xs-3 {
  width: 30%;
}

.col-base10-xs-4 {
  width: 40%;
}

.col-base10-xs-5 {
  width: 50%;
}

.col-base10-xs-6 {
  width: 60%;
}

.col-base10-xs-7 {
  width: 70%;
}

.col-base10-xs-8 {
  width: 80%;
}

.col-base10-xs-9 {
  width: 90%;
}

.col-base10-xs-10 {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .col-base10-sm-0 {
    width: 00%;
  }
}

@media only screen and (min-width: 992px) {
  .col-base10-md-0 {
    width: 00%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-base10-lg-0 {
    width: 00%;
  }
}

@media only screen and (min-width: 768px) {
  .col-base10-sm-1 {
    width: 10%;
  }
}

@media only screen and (min-width: 992px) {
  .col-base10-md-1 {
    width: 10%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-base10-lg-1 {
    width: 10%;
  }
}

@media only screen and (min-width: 768px) {
  .col-base10-sm-2 {
    width: 20%;
  }
}

@media only screen and (min-width: 992px) {
  .col-base10-md-2 {
    width: 20%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-base10-lg-2 {
    width: 20%;
  }
}

@media only screen and (min-width: 768px) {
  .col-base10-sm-3 {
    width: 30%;
  }
}

@media only screen and (min-width: 992px) {
  .col-base10-md-3 {
    width: 30%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-base10-lg-3 {
    width: 30%;
  }
}

@media only screen and (min-width: 768px) {
  .col-base10-sm-4 {
    width: 40%;
  }
}

@media only screen and (min-width: 992px) {
  .col-base10-md-4 {
    width: 40%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-base10-lg-4 {
    width: 40%;
  }
}

@media only screen and (min-width: 768px) {
  .col-base10-sm-5 {
    width: 50%;
  }
}

@media only screen and (min-width: 992px) {
  .col-base10-md-5 {
    width: 50%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-base10-lg-5 {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) {
  .col-base10-sm-6 {
    width: 60%;
  }
}

@media only screen and (min-width: 992px) {
  .col-base10-md-6 {
    width: 60%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-base10-lg-6 {
    width: 60%;
  }
}

@media only screen and (min-width: 768px) {
  .col-base10-sm-7 {
    width: 70%;
  }
}

@media only screen and (min-width: 992px) {
  .col-base10-md-7 {
    width: 70%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-base10-lg-7 {
    width: 70%;
  }
}

@media only screen and (min-width: 768px) {
  .col-base10-sm-8 {
    width: 80%;
  }
}

@media only screen and (min-width: 992px) {
  .col-base10-md-8 {
    width: 80%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-base10-lg-8 {
    width: 80%;
  }
}

@media only screen and (min-width: 768px) {
  .col-base10-sm-9 {
    width: 90%;
  }
}

@media only screen and (min-width: 992px) {
  .col-base10-md-9 {
    width: 90%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-base10-lg-9 {
    width: 90%;
  }
}

@media only screen and (min-width: 768px) {
  .col-base10-sm-10 {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .col-base10-md-10 {
    width: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-base10-lg-10 {
    width: 100%;
  }
}

/* 1.2  Margin
 * ------------------------------*/
.mt00 { margin-top: 0 !important; }
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }

.mb00 { margin-bottom: 0 !important; }
.mb10 { margin-bottom: 10px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }

@media only screen and (max-width: 767px) {
    .mt00-xs {
        margin-top: 0 !important;
    }
    .mt10-xs {
        margin-top: 10px !important;
    }
    .mt20-xs {
        margin-top: 20px !important;
    }
    .mt30-xs {
        margin-top: 30px !important;
    }
    .mb00-xs {
        margin-bottom: 0 !important;
    }
    .mb10-xs {
        margin-bottom: 10px !important;
    }
    .mb20-xs {
        margin-bottom: 20px !important;
    }
    .mb30-xs {
        margin-bottom: 30px !important;
    }
    .pl10-xs {
        padding-left: 10px !important;
    }
    .pl20-xs {
        padding-left: 20px !important;
    }
    .pr10-xs {
        padding-right: 10px !important;
    }
    .pr20-xs {
        padding-right: 20px !important;
    }
}

/* 1.3 Text
 * ------------------------------*/
@media only screen and (max-width: 767px) {
     .text-left-xs {
        text-align: left !important;
    }
    .text-center-xs {
        text-align: center !important;
    }
    .text-right-xs {
        text-align: right !important;
    }
}

.txt-red,
.txt-red a,
.txt-red a:hover {
    color: #cc2628 !important;
}
.txt-blue,
.txt-blue a,
.txt-blue a:hover {
    color: #0054ff !important;
}
.txt-orange,
.txt-orange a,
.txt-orange a:hover {
    color: #ff7e20 !important;
}

a.txt-underline,
.txt-underline {
    text-decoration: underline !important;
}
a.txt-underline:hover {
    text-decoration: none !important;
}

.txt-indent {
    margin: 0 !important;
    text-indent: -1em;
    padding-left: 1em;
}
.txt-delate {
    text-decoration: line-through;
}

.f10 { font-size: 10px !important; }
.f11 { font-size: 11px !important; }
.f12 { font-size: 12px !important; }
.f13 { font-size: 13px !important; }
.f14 { font-size: 14px !important; }
.f15 { font-size: 15px !important; }
.f16 { font-size: 16px !important; }
.f17 { font-size: 17px !important; }
.f18 { font-size: 18px !important; }
.f19 { font-size: 19px !important; }
.f20 { font-size: 20px !important; }
.f21 { font-size: 21px !important; }
.f22 { font-size: 22px !important; }
.f23 { font-size: 23px !important; }
.f24 { font-size: 24px !important; }
.f25 { font-size: 25px !important; }
@media only screen and (max-width: 991px) {
    .f18, .f19 {
        font-size: 16px !important;
    }
    .f20, .f21 {
        font-size: 17px !important;
    }
    .f22, .f23 {
        font-size: 18px !important;
    }
    .f24, .f25 {
        font-size: 20px !important;
    }
}
@media only screen and (max-width: 767px) {
    .f13, .f14 {
        font-size: 12px !important;
    }
    .f15 {
        font-size: 13px !important;
    }
    .f16, .f17, .f18 {
        font-size: 14px !important;
    }
    .f18, .f19, .f20, .f21 {
        font-size: 15px !important;
    }
    .f22, .f23, .f24, .f25 {
        font-size: 16px !important;
    }
    .f15-xs {
        font-size: 15px !important;
    }
    .f14-xs {
        font-size: 14px !important;
    }
    .f13-xs {
        font-size: 13px !important;
    }
    .f12-xs {
        font-size: 12px !important;
    }
    .f11-xs {
        font-size: 11px !important;
    }
}

/* 1.4 Titles and Subtitles
 * ------------------------------*/
h1, h2, h3, h4 {
    margin: 0;
    font-weight: normal;
    line-height: 2;
}

.sub {
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
}
.subsub {
    margin: 30px auto 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.7;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .sub {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .subsub {
        margin-top: 20px;
        font-size: 16px;
    }
}

.sub-point {
    width: auto;
    height: 30px;
    margin: 20px 0 30px;
    padding: 2px 0 0 37px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    background: url(../img/icon-rainbow.png) 0 0 no-repeat;
    background-size: contain;
    box-sizing: border-box;
}
@media screen and (-webkit-min-device-pixel-ratio:2),
(min-resolution: 2dppx){
    .sub-point {
        background-image: url(../img/icon-rainbow@2x.png);
    }
}
@media only screen and (max-width: 767px) {
    .sub-point {
        height: 25px;
        padding-left: 32px;
        margin: 0 0 15px;
        font-size: 15px;
    }
}

.sub-circle {
    width: auto;
    height: 22px;
    margin: 0 0 15px;
    padding: 0 0 0 30px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    background: url(../img/icon-circle.png) 0 0 no-repeat;
    background-size: contain;
    box-sizing: border-box;
}
@media screen and (-webkit-min-device-pixel-ratio:2),
(min-resolution: 2dppx){
    .sub-circle {
        background-image: url(../img/icon-circle@2x.png);
    }
}
table + .sub-circle,
p + .sub-circle,
div + .sub-circle {
    margin-top: 40px;
}
@media only screen and (max-width: 767px) {
    .sub-circle {
        min-height: 0;
        height: 18px;
        padding-left: 24px;
        font-size: 14px;
    }
    table + .sub-circle,
    p + .sub-circle,
    div + .sub-circle {
        margin-top: 25px;
    }
}


/* 1.5 Tables
 * ------------------------------*/
table {
    width: 100%;
    border-collapse: collapse;
	border-spacing: 0;
	margin: 10px auto;
	border: 1px solid #ccc;
}
table th.nowrap,
table td.nowrap {
    white-space: nowrap;
}
table th {
	padding: 15px 20px;
	vertical-align: middle;
	font-weight: normal;
	background: #ebedf0;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	text-align: center;
}
table td {
	padding: 15px 20px;
	text-align: center;
	background: #fff;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
table + table {
    margin-top: 30px;
}
table.pd th,
table.pd td {
    padding: 10px 20px;
}
table ul {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
table .active {
    background: #ffed7c;
    font-weight: 600;
}
table .bg-pink {
    background: #ffc2c3;
}
table .bg-gray {
    background: #ebedf0;
}
table .bg-orange {
    background: #ffddc6;
}
table .bg-green {
    background: #bae9be;
}
table.juken-table {
    margin-top: 15px;
    font-size: 15px;
}
table.juken-table th {
    font-size: 16px;
}
table.juken-table th,
table.juken-table td {
    vertical-align: top;
}
table.juken-table .btn {
    padding: 6px 10px;
    margin: 20px auto 5px;
}
@media screen and (max-width: 991px) {
    table.juken-table th {
        font-size: 15px;
    }
}
@media screen and (max-width: 767px) {
	table th,
	table td {
		font-size: 12px;
	}
	table th {
		padding: 5px;
	}
	table td {
		padding: 5px;
	}
	table + table {
	    margin-top: 10px;
	}
	table.pd th,
    table.pd td {
        padding: 5px;
    }
    table.juken-table {
        font-size: 14px;
    }
    table.juken-table th {
        font-size: 14px;
    }
    table.juken-table .btn {
        margin: 5px auto 8px;
    }
}

table.juken-table dl {
    width: 100%;
    display: table;
    margin: 0 auto;
    border-top: 1px dashed #ccc;
}
table.juken-table dl:last-of-type {
    border-bottom: 1px dashed #ccc;
}
table.juken-table dl dt {
    width: 45%;
    display: table-cell;
    vertical-align: middle;
    font-weight: 600;
    padding: 5px;
}
table.juken-table dl dd {
    width: 55%;
    display: table-cell;
    vertical-align: middle;
    font-weight: 600;
}
@media screen and (max-width: 767px) {
    table.juken-table dl {
        width: 80%;
    }
    table.juken-table dl:last-of-type {
        margin-bottom: 10px;
    }
}

/* 1.6 Buttons
 * ------------------------------*/
ul.btn-list {
    width: 80%;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    margin: 20px 0;
}
ul.btn-list.center {
    margin-left: auto;
    margin-right: auto;
}
ul.btn-list li {
    width: 49%;
    text-align: center;
}
ul.btn-list.wide li {
    width: 65%;
}
@media screen and (max-width: 1199px) {
    ul.btn-list {
        width: 100%;
    }
    ul.btn-list.wide li {
        width: 75%;
    }
}
@media screen and (max-width: 767px) {
    ul.btn-list {
        width: 98%;
        margin: 10px auto;
        display: block;
    }
    ul.btn-list li {
        margin: 10px auto;
        width: 100%;
    }
    ul.btn-list.wide li {
        width: 100%;
    }
}
@media screen and (max-width: 320px) {
    ul.btn-list {
        width: 100%;
    }
}

.btn {
    display: block;
    width: auto;
    margin: 0 auto;
    border-radius: 80px;
    font-weight: 600;
    font-size: 14px;
    padding: 8px 10px 7px;
    box-sizing: border-box;
    border: none;
    color: #fff;
    background: url(../img/bg-blue.png) top left repeat;
    text-align: center;
    line-height: 1.5;
    position: relative;
}
.btn:link,
.btn:visited {
  color: #fff;
  background-image: url(../img/bg-blue.png);
}
.btn:active {
    color: #fff;
}
.btn:hover {
    opacity: 0.8;
    /*transition: 0.7s;*/
    color: #fff;
}
.btn:focus {
    outline: none;
    overflow: hidden;
    text-decoration: none;
}
.btn.bg-red {
    background: #e40015;
}
.btn.bg-red:link,
.btn.bg-red:visited {
  color: #fff;
  background-image: none;
}
.btn.entry {
    background: #e40015;
    font-size: 16px;
    color: #fff;
    padding: 12px 10px 11px;
}
.btn.entry.medium {
    font-size: 15px;
}
.btn.entry.small {
    font-size: 14px;
}
.btn.entry.white {
    background: #fff;
    border: 1px solid #bdbdbd;
    color: #000;
    padding-top: 11px;
    font-weight: 500;
}
.btn.entry.white:hover {
    background: #f1f1f1;
}
.btn.entry.blue {
    background: #0054ff;
    border: 1px solid #0054ff;
}
@media screen and (max-width: 767px) {
    .btn {
        border-radius: 15px;
        font-size: 12px;
        padding: 7px 5px;
    }
    .btn.entry {
        font-size: 12px !important;
        padding: 8px 5px;
    }
}

.btn .icon-zoom {
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 6px;
    left: 14px;
    margin: 0;
    background: url(../img/icon-zoom.png) 0 0 no-repeat;
    background-size: contain;
}
@media screen and (-webkit-min-device-pixel-ratio:2),
(min-resolution: 2dppx){
    .btn .icon-zoom {
        background-image: url(../img/icon-zoom@2x.png);
    }
}
@media only screen and (max-width: 767px) {
    .btn .icon-zoom {
        width: 17px;
        height: 17px;
        top: 7px;
        left: 10px;
    }
}

.btn .icon-window {
    display: block;
    width: 25px;
    height: 18px;
    position: absolute;
    top: 8px;
    left: 14px;
    margin: 0;
    background: url(../img/icon-window.png) 0 0 no-repeat;
    background-size: contain;
}
@media screen and (-webkit-min-device-pixel-ratio:2),
(min-resolution: 2dppx){
    .btn .icon-window {
        background-image: url(../img/icon-window@2x.png);
    }
}
@media only screen and (max-width: 767px) {
    .btn .icon-window {
        width: 20px;
        height: 14px;
        top: 9px;
        left: 10px;
    }
}

/* 1.7 Lists
 * ------------------------------*/
dl.dl-list {
    width: 100%;
    display: table;
    margin: 0;
    padding: 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
dl.dl-list + dl.dl-list {
    border-top: none;
}
dl.dl-list dt {
    width: 20%;
    display: table-cell;
    padding: 20px 10px;
    background: #eeeeee;
    font-weight: normal;
    line-height: 2;
    vertical-align: middle;
    text-align: center;
}
dl.dl-list dd {
    width: 80%;
    display: table-cell;
    padding: 20px 30px;
    line-height: 2;
    vertical-align: middle;
}
@media only screen and (max-width: 767px) {
    dl.dl-list.bdnone-xs {
        border-top: none;
    }
}

ul.disc-list {
    list-style: disc;
    margin: 0 0 30px 25px;
}
ul.circle-list {
    list-style-type: none;
    margin: 0 0 30px 0;
    text-indent: -1em;
    padding-left: 1em;
}
@media only screen and (max-width: 767px) {
    ul.disc-list {
        margin: 0 0 10px 20px;
    }
    ul.circle-list {
        margin-bottom: 10px;
    }
}

ol.ol-list {
    padding: 0;
    margin: 0 0 10px 20px;
    line-height: 1.8;
}
@media only screen and (max-width: 767px) {
    ol.ol-list {
        margin-left: 17px;
    }
}

/* 1.8 Other Elements
 * ------------------------------*/
/* 1.8.1 plugins ------------*/
.google-maps {
    margin: 20px auto 0;
}
.google-maps iframe {
	margin: 0;
	padding: 0;
}
@media screen and (max-width: 767px) {
	.google-maps {
		position: relative;
		padding-bottom: 75%;
		height: 0;
		overflow: hidden;
	}
	.google-maps iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
	}
}

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
  width: 100% !important;
}
.fb_iframe_widget {
  margin: 20px 0;
}

/* 1.8.2 page top ------------*/
#pagetop {
    display: block;
    position: fixed;
    bottom: 55px;
    right: 20px;
    margin: 0;
    width: 100px;
    height: 100px;
    z-index: 10;
    background: url(../img/pagetop.png) 0 0 no-repeat;
    background-size: contain;
    text-indent: 100% !important;
	white-space: nowrap;
	overflow: hidden;
}
#pagetop:hover {
    cursor: pointer;
    opacity: 0.8;
}
@media screen and (max-width: 1199px) {
    #pagetop {
        width: 70px;
        height: 70px;
    }
}
@media only screen and (max-width: 767px) {
    #pagetop {
        width: 50px;
        height: 50px;
        right: 10px;
    }
}

/* 1.8.3 modal ------------*/
.modal-cont {
    width: 800px;
    margin: 0;
    padding: 40px 0;
    box-sizing: border-box;
    overflow-x: hidden;
}
@media only screen and (max-width: 991px) {
    .modal-cont {
        width: auto;
        padding: 30px 0;
    }
}

.modal-cont .sub {
    margin: 0 0 0 40px;
    padding: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.8;
    color: #ff4848;
}
.modal-cont .subsub {
    margin: 25px 0 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.8;
    text-align: left;
}
.modal-cont .txt {
    height: 230px;
    margin: 0;
    padding: 0 35px 0 40px;
    overflow: hidden;
    box-sizing: border-box;
}
.modal-cont .txt.h-size {
    height: 500px;
    overflow-x: hidden;
    overflow-y: scroll;
    scrollbar-base-color: #c5c5c5;
}
.modal-cont .txt p {
    margin: 20px 0 0;
}
@media only screen and (max-width: 991px) {
    .modal-cont .sub {
        font-size: 14px;
    }
}
@media only screen and (max-width: 767px) {
    .modal-cont .sub {
        margin-left: 20px;
        font-size: 13px;
    }
    .modal-cont .subsub {
        margin-top: 15px;
        font-size: 13px;
        text-align: left;
    }
    .modal-cont .txt {
        height: auto !important;
        padding: 0 20px;
    }
    .modal-cont .txt.h-size {
        height: auto !important;
    }
    .modal-cont .txt p {
        margin-top: 10px;
        font-size: 12px;
    }
    .modal-cont .txt .f12 {
        font-size: 11px !important;
    }
}

.modal-cont .txt::-webkit-scrollbar {
    width: 9px;
    height: auto;
}
.modal-cont .txt::-webkit-scrollbar-track {
    background: #fff;
}
.modal-cont .txt::-webkit-scrollbar-thumb {
    background: #c5c5c5;
	border-radius: 30px;
}
@media only screen and (max-width: 767px) {
    .modal-cont .txt::-webkit-scrollbar {
        width: 5px;
    }
    .modal-cont .txt::-webkit-scrollbar-thumb {
        border-radius: 20px;
    }
}

.modal-cont ul.card-list {
    margin: 20px 0;
}
.modal-cont ul.card-list li {
    display: inline-block;
    margin-right: 15px;
}
.modal-cont ul.card-list li:last-of-type {
    margin-right: 0;
}
@media only screen and (max-width: 767px) {
    .modal-cont ul.card-list {
        width: 100%;
        display: table;
    }
    .modal-cont ul.card-list li {
        margin-right: 0;
        display: table-cell;
    }
    .modal-cont ul.card-list li img {
        max-width: 80% !important;
        height: auto;
    }
}

.modal-cont dl.dl-list dt {
    width: 35%;
    background: #fff;
    padding: 10px 20px;
    border-right: 1px solid #ccc;
}
.modal-cont dl.dl-list dd {
    width: 65%;
    padding: 10px 20px;
}
@media only screen and (max-width: 767px) {
    .modal-cont dl.dl-list dt {
        width: 25%;
        padding: 10px;
        font-size: 12px;
    }
    .modal-cont dl.dl-list dd {
        width: 75%;
        padding: 10px;
        font-size: 12px;
    }
}

/*--- Color Box ---*/
#colorbox, #cboxOverlay, #cboxWrapper {
    z-index: 10010 !important;
}

#cboxLoadedContent {
    border: none !important;
}

#cboxOverlay {
    background: rgba(0,0,0,0.75);
}

#cboxLoadingOverlay {
    background: none;
}

#cboxClose {
    width: 28px;
    height: 28px;
    top: 15px;
    right: 15px;
    outline: none;
    background: url(../img/icon-close.png) 0 0 no-repeat;
    background-size: contain;
}
@media screen and (-webkit-min-device-pixel-ratio:2),
(min-resolution: 2dppx){
    #cboxClose {
        background-image: url(../img/icon-close@2x.png);
    }
}
#cboxClose:hover {
    opacity: 0.7;
    transition: 0.7s;
}
@media only screen and (max-width: 767px) {
    #cboxClose {
        width: 15px;
        height: 15px;
        top: 10px;
        right: 10px;
    }
}

/*-------------------------------
 * 2. HEADER
 * ----------------------------*/
header {
    width: 100%;
    height: 200px;
    margin: 0;
    padding: 0;
	margin: 0;
	z-index: 200;
}
@media only screen and (max-width: 767px) {
    header {
        height: 110px;
    }
}

header .logo-wrap {
    width: 100%;
    height: 80px;
    padding-top: 27px;
    background: #d0222d;
    color: #000;
    box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
    header .logo-wrap {
        height: 55px;
        padding-top: 15px;
        text-align: center;
    }
    header .logo-wrap .logo {
        /*width: 210px;*/
        width: 290px;
        height: auto;
    }
}

header .title-wrap {
    width: 100%;
    height: 80px;
    background: url(../img/bg-title.jpg) center center no-repeat;
    background-size: cover;
}
header .title-wrap .ttl {
    font-size: 28px;
    font-weight: 600;
    margin: 0;
    padding-top: 11px;
    letter-spacing: 0.1em;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    header .title-wrap {
        height: 55px;
        background-image: url(../img/bg-title-xs@2x.jpg);
    }
    header .title-wrap .ttl {
        font-size: 20px;
        padding-top: 7px;
    }
}

.navbar {
    margin: 0;
}

.navbar-collapse {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.navbar-header {
    width: 100%;
    margin: 0;
    position: relative;
}

.icon-bar {
    background: #fff;
}

/* 2.1 Main Nav
 * ------------------------------*/
#main-nav {
    width: 100%;
    height: 48px;
    background: #fff;
    margin: 0;
    padding: 0;
}
#main-nav a {
    color: #444444;
    text-decoration: none;
}
#main-nav a:hover {
    color: #444444;
    background-color: transparent;
}
#main-nav a:focus {
    background-color: transparent;
    overflow: inherit;
}
#main-nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000 !important;
}

#main-nav ul.nav {
    width: 100%;
    height: 48px;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    margin: 0;
    position: absolute;
    top: 0;
    font-weight: 600;
    z-index: 20;
    font-size: 14px;
    border-bottom: 10px solid #ecedf0;
}
#main-nav ul.nav li a {
    display: block;
    height: 48px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    border-bottom: 10px solid #ecedf0;
    line-height: 0.7;
}
#main-nav ul.nav li a div {
    display: block;
}
#main-nav ul.nav li a div::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  width: 100%;
  height: 10px;
  background: #1e70f6;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
  z-index: 30;
}
#main-nav ul.nav li .active {
    border-bottom: 10px solid #1e70f6;
}
#main-nav ul.nav li a:hover div::after {
  transform: scale(1, 1);
}
@media only screen and (max-width: 1199px) {
    #main-nav {
        display: none;
    }
}

/* 2.1.1 main-nav-xs (sp-only) ------------*/
#main-nav-xs {
    display: none;
}
@media only screen and (max-width: 1199px) {
    #main-nav-xs {
        display: block;
    }
    #main-nav-overlay {
        display: block;
        width: 0;
        height: 0;
        background-color: rgba(0, 0, 0, 0.75);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
        opacity: 0;
        -webkit-transition: opacity .5s;
        transition: opacity .5s;
    }
    #main-nav-overlay.open {
        width: 100%;
        height: 100%;
        opacity: 1;
    }
    #main-nav-xs .inner {
        position: relative;
        z-index: 100;
    }
    #main-nav-xs .menu-open {
        position: fixed;
        z-index: 100;
        top: 100px;
        right: 0;
        cursor: pointer;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition: all .5s;
        transition: all .5s;
    }
    #knt_noticebar + header #main-nav-xs .menu-open {
        top: 110px;
    }
    #main-nav-xs .menu-open img {
        width: 80px;
        height: auto;
    }
    #main-nav-xs .menu-open:hover {
        -webkit-transform: translate(10px) rotate(3deg);
        transform: translate(10px) rotate(3deg);
    }
    #main-nav-xs .menu-open.active {
        -webkit-transform: translate(200px) rotate(90deg);
        transform: translate(200px) rotate(90deg);
    }
    #main-nav-xs .menu-close {
        cursor: pointer;
        padding: 8px 10px 10px;
    }
    #main-nav-xs .menu-close img {
        width: 65px;
        height: auto;
    }
    #main-nav-xs .menu-close:hover {
        opacity: 0.8;
    }
    #main-nav-xs .slide-nav {
        text-align: left;
        width: 250px;
        background: #494949;
        position: fixed;
        top: 50px;
        right: 0;
        z-index: 100;
        -webkit-transform: translate(400px);
        transform: translate(400px);
        -webkit-transition: all .5s;
        transition: all .5s;
        padding: 0;
    }
    #main-nav-xs .slide-nav.open {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    #main-nav-xs ul.nav {
        margin: 0;
        padding: 0;
    }
    #main-nav-xs ul.nav li {
        margin-bottom: 1px;
    }
    #main-nav-xs ul.nav li:last-of-type {
        margin-bottom: 0;
    }
    #main-nav-xs ul.nav li a {
        display: block;
        padding: 8px 10px 9px;
        text-align: center;
        color: #fff;
        font-size: 15px;
        background: #00b6f9;
        font-weight: 600;
    }
    #main-nav-xs ul.nav li a:hover {
        text-decoration: none;
        color: #fff;
        transition: 0.7s;
        background: #0098db;
    }
}
@media only screen and (max-width: 767px) {
    #main-nav-xs .menu-open {
        top: 63px;
    }
    #main-nav-xs .menu-open img {
        width: 58px;
    }
    #knt_noticebar + header #main-nav-xs .menu-open {
        top: 133px;
    }
}
@media only screen and (max-width: 380px) {
    #knt_noticebar + header #main-nav-xs .menu-open {
        top: 143px;
    }
}

/* 2.1.2 sns Icon ------------*/
#sns-list {
    width: 60px;
    height: 170px;
    padding: 12px 20px 10px 10px;
    position: fixed;
    top: 240px;
    right: -10px;
    margin: 0;
    background: #000;
    color: #fff;
    text-align: center;
    z-index: 50 !important;
    box-sizing: border-box;
    border-radius: 10px;
}
#sns-list .sub {
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
}

#sns-list .fa-facebook,
#sns-list .fa-twitter {
	font-size: 21px !important;
    color: #fff !important;
    margin-top: 25px;
}
#sns-list .fa-facebook:hover,
#sns-list .fa-twitter:hover {
    text-decoration: none !important;
    opacity: 0.8;
    transition: 0.7s;
}
@media only screen and (max-width: 767px) {
    #sns-list {
        display: none;
    }
}

.knt_general-set .icon_social {
    padding: 0;
    text-align: right
}
.knt_general-set .icon_social .line {
    display: inline-block;
    line-height: 23px
}
.knt_general-set .icon_social .line img {
    vertical-align: top
}
.knt_general-set .icon_social iframe {
    max-width: 150px !important
}
.knt_general-set .icon_social .twitter-share-button {
    height: 25px !important
}

.social-sp {
    margin: 30px auto 0;
    max-width: 300px;
}
.social-sp .icon_social {
    position: relative;
    right: 0;
    top: 0;
    z-index: 3
}
.social-sp .socialBoxON {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}
.social-sp .socialBoxON iframe {
    margin: 5px;
}

/*-------------------------------
 * 3. CONTENTS
 * ----------------------------*/
/*3.1 Flow
 *------------------------------*/
#flow-wrap ul.list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
}
#flow-wrap ul.list li {
    width: 18%;
}
#flow-wrap ul.list li .sub {
    margin: 20px 0 18px;
    font-size: 16px;
    font-weight: 600;
}
#flow-wrap ul.list li p {
    margin: 20px 0 0;
}
@media only screen and (max-width: 767px) {
    #flow-wrap ul.list {
        justify-content: flex-start;
    }
    #flow-wrap ul.list li {
        width: 100%;
        display: table;
    }
    #flow-wrap ul.list li .sub {
        font-size: 14px;
        margin-bottom: 5px;
    }
    #flow-wrap ul.list li p {
        margin: 0 0 10px;
    }
}

#flow-wrap ul.list li .step {
    overflow: hidden;
}
#flow-wrap ul.list li .step div {
    position: relative;
}
#flow-wrap ul.list li .step div::before {
    width: 400%;
    position: absolute;
    top: 22px;
    left: 0;
    content: '';
    height: 4px;
    background: url(../img/line.png) center left repeat-x;
    z-index: 0;
}
#flow-wrap ul.list li:last-of-type .step div::before {
    display: none;
}
#flow-wrap ul.list li .step .icon-circle {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    line-height: 1;
    font-weight: 600;
    text-align: center;
    margin: 0;
    padding-top: 17px;
    box-sizing: border-box;
    z-index: 10;
}
#flow-wrap ul.list li .step .icon-circle.s01 {
    background: #1e71f6;
}
#flow-wrap ul.list li .step .icon-circle.s02 {
    background: #00b6f9;
}
#flow-wrap ul.list li .step .icon-circle.s03 {
    background: #ff454c;
}
#flow-wrap ul.list li .step .icon-circle.s04 {
    background: #ff7c38;
}
#flow-wrap ul.list li .step .icon-circle.s05 {
    background: #ffb83f;
}
@media only screen and (max-width: 767px) {
    #flow-wrap ul.list li .step {
        display: table-cell;
        width: 50px;
    }
    #flow-wrap ul.list li .txt {
        display: table-cell;
    }
    #flow-wrap ul.list li .step .icon-circle {
        width: 40px;
        height: 40px;
        font-size: 10px;
        padding-top: 14px;
    }
    #flow-wrap ul.list li .step div::before {
        display: none;
    }
}

/*3.2 Entry
 *------------------------------*/
#entry-wrap,
.top-info-wrap {
    padding: 20px 0 22px;
    background: url(../img/bg-yellow.png) top left repeat;
}
.top-info-wrap {
    margin-top: -41px;
    margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
    #entry-wrap {
        padding: 25px 0 15px;
    }
    .top-info-wrap {
        margin-top: -25px;
        margin-bottom: 30px;
        padding: 20px 0 10px;
    }
}
@media only screen and (max-width: 320px) {
    #entry-wrap .btn.entry {
        font-size: 11px;
    }
}

.policy-cont {
    margin: 30px 0;
    background: #fff;
    padding: 25px 10px 25px 25px;
}
.policy-cont .sub {
    font-weight: 600;
    font-size: 16px;
    margin: 0 0 15px;
    text-align: center;
}
.policy-cont .box {
    height: 200px;
    padding-right: 15px;
    overflow-y: auto;
    overflow-x: hidden;
    font-size: 13px;
}
.policy-cont .box {
  scrollbar-base-color: #c5c5c5;
}
.policy-cont .box::-webkit-scrollbar {
  width: 9px;
  height: auto;
}
.policy-cont .box::-webkit-scrollbar-track {
  background: #fff;
}
.policy-cont .box::-webkit-scrollbar-thumb {
  background: #c5c5c5;
  border-radius: 30px;
}
@media only screen and (max-width: 767px) {
    .policy-cont {
        margin: 20px 0;
        padding: 15px 10px 20px 15px;
        font-size: 12px;
    }
    .policy-cont .box {
        height: 120px;
        font-size: 12px;
        padding-right: 10px;
    }
    .policy-cont .sub {
        font-size: 14px;
    }
    .policy-cont .box::-webkit-scrollbar {
        width: 5px;
    }
    .policy-cont .box::-webkit-scrollbar-thumb {
        border-radius: 20px;
    }
}

/*3.3 About 受検方法 追加 240327
 *------------------------------*/
#about-wrap {
    padding-top: 5px;
}
#about-wrap .juken-method {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    margin: 20px auto;
    border: 1px solid #ccc;
}
#about-wrap .juken-method .col {
    /*width: calc(100% / 4 );*/
    flex: 1;
    border-right: 1px solid #ccc;
}
#about-wrap .juken-method .col:last-of-type {
    border-right: none;
}
#about-wrap .juken-method .sub {
    background: #ff7c7c;
    height: 60px;
    font-size: 15px;
    margin: 0;
    line-height: 1.5;
    text-align: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
#about-wrap .juken-method .sub span {
    display: block;
    width: 100%;
}
#about-wrap .juken-method .sub span.b-normal {
    font-weight: 400;
}
#about-wrap .juken-method .txt-box {
    padding: 10px;
}
#about-wrap .juken-method .txt {
    margin: 0;
    text-align: justify;
    text-justify: inter-ideograph;
}
#about-wrap .juken-method .img {
    margin: 12px auto 5px;
}
#about-wrap .juken-method .img img {
    max-width: 100%;
    margin: 0 auto;
}
#about-wrap .juken-method .bg {
    background: #7cbdff;
    height: 60px;
    line-height: 1.5;
    text-align: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
#about-wrap .juken-method .bg span {
    display: block;
    width: 100%;
}
#about-wrap .juken-method .entry {
    padding: 10px;
    border-top: 1px solid #ccc;
}
#about-wrap .juken-method .btn {
    padding: 10px 5px;
    border-radius: 60px;
}
@media only screen and (max-width: 1199px) {
    #about-wrap .juken-method .txt {
        min-height: 80px;
    }
}
@media only screen and (max-width: 991px) {
    #about-wrap .juken-method .txt {
        min-height: 100px;
    }
}
@media only screen and (max-width: 767px) {
    #about-wrap .juken-method {
        display: block;
        border: none;
        margin: 0 auto;
    }
    #about-wrap .juken-method .col {
        width: 100%;
        border: 1px solid #ccc !important;
        margin: 10px auto 20px;
    }
    #about-wrap .juken-method .sub {
        height: auto;
        padding: 8px 5px 9px;
    }
    #about-wrap .juken-method .sub span {
        width: auto;
        display: inline-block;
        margin-left: 5px;
    }
    #about-wrap .juken-method .txt {
        min-height: 0;
    }
    #about-wrap .juken-method .img {
        width: 70%;
    }
    #about-wrap .juken-method .bg {
        height: auto;
        padding: 9px 5px;
    }
    #about-wrap .juken-method .bg span {
        width: auto;
        display: inline-block;
        margin-left: 10px;
    }
    #about-wrap .juken-method .btn {
        font-size: 14px;
        padding: 8px 5px 9px;
    }
}

/*-------------------------------
 * 4. FOOTER
 * ----------------------------*/
footer {
    width: 100%;
    margin: 80px 0 0;
    padding: 40px 0;
    background: #efefef;
}
footer .container {
    position: relative;
}
@media only screen and (max-width: 767px) {
    footer {
        padding: 30px 0;
    }
}

ul.sponsor-list {
    width: 70%;
    margin: 0 auto;
    display: table;
    table-layout: fixed;
}
ul.sponsor-list li {
    display: table-cell;
    text-align: center;
    font-size: 18px;
}
ul.sponsor-list li span {
    display: inline-block;
    margin-right: 20px;
    color: #cc2628;
}
@media only screen and (max-width: 1199px) {
    ul.sponsor-list {
        width: 80%;
    }
}
@media only screen and (max-width: 991px) {
    ul.sponsor-list {
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    ul.sponsor-list li {
        font-size: 13px;
    }
    ul.sponsor-list li span {
        margin-right: 10px;
    }
}
@media only screen and (max-width: 320px) {
    ul.sponsor-list li {
        font-size: 12px;
    }
}

/*-------------------------------
 * 5. NOTICEBAR
 * ----------------------------*/
#knt_noticebar {
    background-color: #e6e6e6;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    height: 55px;
    overflow: hidden;
}
#knt_noticebar p {
    background: url(/common/imgs/i-attention.gif) 3% no-repeat;
    color: #000;
    font-size: 12px;
    line-height: 1.6;
    margin: 0;
    padding: 9px 0;
    text-align: left;
}
@media only screen and (max-width: 767px) {
    #knt_noticebar {
        height: 75px;
    }
}
@media only screen and (max-width: 480px) {
    #knt_noticebar {
        height: 70px;
    }
    #knt_noticebar p {
        padding: 7px 0;
        font-size: 11px;
    }
}
@media only screen and (max-width: 380px) {
    #knt_noticebar {
        height: 80px;
    }
}

.w50 {
    max-width: 50%;
}
@media only screen and (max-width: 767px) {
    .w50 {
        max-width: 100%;
    }
}

.del-line {
    background-image: linear-gradient(#e70000, #e70000);
    background-position: 0 50%;
    background-size: 100% 2px;
    background-repeat: repeat-x;
    text-decoration: none;
    padding: 0 2px;
}
