@charset "UTF-8";

/*----------default reset start----------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*----------default reset end----------*/
/*----------basic start----------*/
html {
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

/*a {
	&:link,
	&:visited {
		color: #0277bd;
		text-decoration: none;
	}*/
/*	&:hover,
	&:active {
		color: #0277bd;
		text-decoration: underline;
	}
}*/
img {
  max-width: 100%;
  height: auto;
}

/*----------basic end----------*/
/*----------container start----------*/
.container {
  line-height: 1.8;
}

/*----------container end----------*/
/*----------header start----------*/
.header {
  border-top: 4px solid #e60012;
}

.header__inner {
  padding: 0;
  margin: 0;
}

.header__group {
  display: flex;
  /*	justify-content: flex-end;
	align-items: flex-end;*/
  align-content: flex-start;
  padding: 10px 2vw;
  flex-wrap: wrap;
  /*	box-sizing: border-box;*/
  /*	border-bottom: 1px solid #000;確認用*/
}

.logo {
  order: 2;
  margin: 5px auto 0 0;
  width: 100%;
	display: flex;
	align-items:center;
}
.logo__txt {
  font-size: 0.6875rem;
}

.logo__link {
  display: block;
  margin: 5px 0 0;
}

.logo > li span {
	font-size: 30px;
	padding: 0 10px;
	display: block;
}

.logo li:last-child {
	width: 40%;
}

.sub-nav {
  order: 1;
  width: 100%;
  font-size: 0;
  text-align: right;
}

.sub-nav__item {
  display: inline-block;
  font-size: 0.75rem;
}

.sub-nav li:nth-child(n+2) {
  padding: 0 0 0 10px;
  margin: 0 0 0 10px;
  border-left: 1px solid #ccc;
}

.sub-nav__link {
  color: #0277bd;
  text-decoration: none;
}

.sub-nav__link:hover,
.sub-nav__link:active,
.sub-nav__link:focus {
  text-decoration: underline;
}

/*----------header end----------*/
/*----------footer start----------*/
.footer {
  margin: 60px 0 0;
}

.footer__group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-nav {
  width: 100%;
  font-size: 0.875rem;
  border-bottom: 1px solid #bdbdbd;
}

.footer-nav__item {
  border-top: 1px solid #bdbdbd;
}

.footer-nav__link {
  display: block;
  padding: 5px 10% 5px 2%;
  color: #666;
  text-decoration: none;
  background: url(../images/icon2.png);
  background-repeat: no-repeat;
  background-position: 98% 50%;
  /*	background-size: 5% auto;*/
}

.footer-reg {
  margin: 10px 0 0 2%;
  max-width: 78%;
}

.footer-privacy {
  margin: 10px 2% 0 0;
  max-width: 14%;
}

.footer-copyright {
  display: block;
  padding: 0 0 10px;
  margin: 10px 0 0;
  font-size: 0.75rem;
  text-align: center;
}

/*----------footer end----------*/
/*----------page-nav start----------*/
.page-nav {
  display: none;
  position: fixed;
  max-width: 14vw;
  right: 0;
  bottom: 0;
}

/*----------page-nav end----------*/
/*----------contents start----------*/
/*----------contents end----------*/
/*----------contents start----------*/
.em-red {
  color: #ef464a;
}

.em-txt {
  font-weight: bold;
}

/*----------contents end----------*/
/*----------heading start----------*/
.lv1-heading {
  text-align: center;
}

.lv2-heading {
  position: relative;
  padding: 0 0 10px;
  color: #0054a7;
  font-size: 1.5rem;
  line-height: 1.2;
}

.lv2-heading::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 2px;
  background-color: #0054a7;
  bottom: 0;
  left: 0;
}

/*----------heading end----------*/
/*----------btn-inq start----------*/
.btn-inq__contents {
  margin: 60px 0 0;
}

.btn-inq {
  text-align: center;
}

.btn-inq__link {
  display: inline-block;
  padding: 14px 80px;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  text-decoration: none;
  background: linear-gradient(45deg, #006cc6 0, #0054a7 100%);
  box-shadow: 0 4px 0 #999;
  border-radius: 38px;
  line-height: inherit;
}

.btn-inq__link:hover,
.btn-inq__link:active,
.btn-inq__link:focus {
  opacity: .75;
}

/*----------btn-inq end----------*/
/*----------about start----------*/
.about {
  padding: 60px 4vw;
  background-color: #e7e7e7;
}

.about__contents {
  margin: 60px 0 0;
}

.about__lv3-heading {
  padding: 8px 15px;
  color: #fff;
  font-size: 1.3125rem;
  text-align: center;
  background: linear-gradient(to right, #006cc6 0, #0054a7 100%);
}

.about__txt,
.about__examination {
}

.about__txt,
.about__box,
.about__system {
  margin: 30px 0 0;
}

.cost {
  background-color: #fff;
}

.cost__about {
  padding: 30px 4vw;
  margin: 45px 0 0;
}

.cost__lv3-heading {
  font-size: 1.3125rem;
  text-align: center;
}

.cost__list {
  display: flex;
  flex-wrap: wrap;
  margin: 45px 0 0;
  text-align: center;
	justify-content:space-around;
}

.cost__list-item {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  flex-basis: 25vw;
}

.cost__list li:nth-child(n+4) {
  margin: 30px 0 0;
}

.cost__list li { 
  width: 30%;
  margin-right: 5%;
}

.cost__list li:nth-child(3n) {
  margin-right: 0;
}

.cost__list-type {
  padding: 10px 0 0;
}

/*--service--*/
.service__list {
  display: flex;
  margin: 30px auto 0;
  text-align: center;
	flex-wrap: wrap;
	justify-content: center;
}
.service__list li {
	padding: 0 1em 10px;
	width: 70%;
}
.outline_dl {
	padding: 30px 0;
}
.outline_dl dt {
    position: relative;
    width: 100%;
	text-align: center;
	padding: 10px 0;
	font-weight: bold;
	font-size: 1.2rem;
}
.outline_dl dt::before {
    position: absolute;
    top: 0;
    right: 50%;
    transform: translateX(50%);
    width: 40%;
    height: 2px;
    background: #0054a7;
    content: '';
}

.outline_dl dd {
	padding: 0 0 30px;
	margin-bottom: 20px;
	border-bottom: 1px #e7e7e7 dashed;
}

.outline_dl_ul {
    display: flex;
    flex-flow: row wrap;
}

.outline_dl_ul li {
	margin-right: 1em;
	width: 100%;
}
.outline_dl_ul li::before {
    content: '・';
}


/*----------about end----------*/

/*----------STEP start----------*/
.flow_ul {
	margin: 3em auto 0;
}

.flow_ul li {
	display: flex;
    position: relative;
    padding-left: 40px;
	padding-bottom: 3em;
	flex-direction: column;
}
.flow_ul h4 {
    position: absolute;
    top: 2px;
    left: 0;
	width: 80px;
	z-index: 1;
}
.flow_ul figure {
	display: block;
	padding: 0 0 20px 0;
	align-items: center;
	margin: 0 auto;
}
.flow_ul p {
	width: 90%;
	display: block;
}

.flow_ul_line {
    position: absolute;
    top: 2px;
    left: 20px;
    width: 2px;
    background: #000;
    content: '';
    /* transition: all 2s; */
	height: 0%;
}

/*----------STEP end----------*/

/*----------faq start----------*/
.faq {
  padding: 30px 2vw;
}

.session {
  margin: 30px 0 0;
  font-size: 1rem;
  border-bottom: 1px #e7e7e7 dashed;
}

.session__inner {
  border-top: 1px #e7e7e7 dashed;
}

.session__question,
.section__answer {
  text-indent: -1.6em;
}

.session__question {
  padding: 12px 10vw 12px 1.6em;
  background-image: url(../images/plus.png);
  background-repeat: no-repeat;
  background-position: right 10px top 50%;
  background-size: 6vw auto;
}

.js-session__question--minus {
  background-image: url(../images/minus.png);
}

.section__answer {
  padding: 0 10vw 12px 1.6em;
}

.js-section__answer {
  	display: none;
	background: #f0f7fd;
}

.section__question-mark,
.section__answer-mark {
  margin: 0 .5em 0 0;
  font-weight: bold;
}

.section__question-mark {
  color: #0054a7;
}

.section__answer-mark {
  color: #9fd7f8;
}

.session__note-mark {
  font-size: 1rem;
  vertical-align: super;
}

.session__note {
  font-size: 0.875rem;
  text-indent: 0;
}

.faq_btn-consult {
  margin: 30px 0 0;
}

.faq a:link {
	color: #0277bd;
	text-decoration: none;
}
.faq a:visited {
	color: #0277bd;
	text-decoration: none;
}
.faq a:hover {
	color: #0277bd;
	text-decoration: underline;
}
.faq a:active {
	color: #0277bd;
	text-decoration: underline;
}

/*----------faq end----------*/

/*----------regulations start----------*/

.regulations-info {
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
}

.regulations-info li {
	width: 100%;
	padding: 0 0 20px;
}


.regulations > .btn-inq__contents {
        margin: 20px 0 0;
    }

/*----------pcc start----------*/

.pcc-info {
	text-align: center;
	 padding: 30px 0 0;
	font-size: 24px;
	margin: auto;
}
.pcc-info h4 {
	padding: 0 0 20px 0;
}
.pcc-info h5 {
	color:#e60012;
	padding: 30px 0;
	font-size: 18px;
	width: 90%;
	margin: auto;
}

.pcc-info a:link {
	color: #0277bd;
	text-decoration: none;
}
.pcc-info a:visited {
	color: #0277bd;
	text-decoration: none;
}
.pcc-info a:hover {
	color: #0277bd;
	text-decoration: underline;
}
.pcc-info a:active {
	color: #0277bd;
	text-decoration: underline;
}


/*----------pcc start----------*/

/*----------contact start----------*/
.contact {
  padding: 30px 2vw;
}

.contact__contact-info {
  margin: 30px 0 0;
  font-style: normal;
  text-align: center;
}
.contact-info__outer {
	border-right: 1px solid #3f3a34;
  border-bottom: 1px solid #3f3a34;
  border-left: 1px solid #3f3a34;
}
.contact-info__reception {
  padding: 8px 2vw;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  background-color: #3f3a34;
}

.contact-info__item {
  padding: 15px 2vw;
  line-height: 1.4;
}

.contact-info__tel {
  font-size: 2rem;
  font-weight: bold;
}

.contact-info__time {
  margin: 10px 0 0;
}

.contact__contact-list {
  margin: 10px 0 0;
}

.contact-list__item {
  margin: 0 0 0 1em;
  text-indent: -1em;
}


.contact-info__outer  .btn-inq__contents {
	margin: 30px 0 0;
}


/*----------contact end----------*/