@charset "utf-8";

html,
body { width:100%; overflow-x: hidden; }
body { height:auto; background:#fff; }


/* フォントの指定 */
html { font-size: 62.5%; }
body,input,select,textarea { 
	font-size:16px; font-size:1.6rem; 
	line-height:1.8; 
	letter-spacing: 0.1em;
	font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
	font-feature-settings: "palt";
	color:#231815; }
	
a {color:#231815; text-decoration: none;}
p {text-align:justify; text-justify:inter-ideograph;}
p a {color:#231815; text-decoration: underline;}

/* セレクト時の色指定 */
::selection {
    background: #FFDD00;
    color: #fff;
}
::-moz-selection {
    background: #FFDD00; /*Firefox*/
    color: #fff;
}

.inner { width: 94%; margin: 0 auto;}
.mw100 { max-width: 100%;}
.showPc { }
.showSp { display: none;}
.imgTxt { position:relative;}
.imgTxt p { overflow: hidden;position:absolute; top: 0; left: 0; width: 100%; height: 100%; text-indent:-100vw; font-size: 10px!important; }
@media screen and (max-width:768px){
	html { font-size: 50%; }
	.showPc { display: none ; }
	.showSp { display: block ; }
}




/* --------------------------------------------

#header

---------------------------------------------- */ 
.header {
  position: fixed; top: 0; left: 0; z-index: 2;
  width: 100%;
  padding: 0.8em 0;
  box-shadow: 0 3px 3px 0 rgba(0,0,0,0.2);
  background: #fff;
}
.top-header { display: none;}
.top-header.fixed { display: block;}

.header__inner {
  position: relative;
  width: 98%;
  margin: auto;
}

.header__logo {
  float: left;
  width: 173px;
}
@media screen and (max-width:980px){
.header__logo {
  width: 150px;
}
}

.header__logo img {
  display: block;
  width: 100%;
}

.header__tel {
  float: right;
  font-family: yu-mincho-pr6, sans-serif;
  font-size: 15px; font-size: 1.5rem;
  color: #18597A;
}
@media screen and (max-width:980px){
.header__tel {
  margin-bottom: 1em;
}
}

.header__tel b {
  margin-left: 0.25em;
  font-size: 22px; font-size: 2.2rem;
  line-height: 1;
}


/* --------------------------------------------

#nav

---------------------------------------------- */
.nav {
  width: 100%; max-width: 474px;
  margin: auto;
}
@media screen and (max-width:980px){
.nav {
  clear: both;
  width: 100%; max-width: none;
  margin: auto;
  padding: 0.5em 0 0.25em;
  border-top: 1px solid #ccc;
}
}

.nav__list {
  display: flex;
  justify-content: space-between;
  font-family: yu-mincho-pr6, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px; font-size: 1.4rem;
}
@media screen and (max-width:980px){
.nav__list {
  width: 90%;
  margin: auto;
}
}






/* --------------------------------------------

#main

---------------------------------------------- */
.contents {
  padding-top: 12em;
}

.contentsTitle {
  font-family: yu-mincho-pr6, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px; font-size: 1.6rem;
  text-align: center;
  color: #18597A;
}
.contentsTitle b {
  display: block;
  font-size: 30px; font-size: 3rem;
  font-weight: normal;
  line-height: 1.4;
}

.verticalTitle {
  padding-top: 1em;
  font-family: kozuka-mincho-pro, serif;
  font-style: normal;
  font-size: 36px; font-size: 3.6rem;
  writing-mode: vertical-rl;
  letter-spacing: 0.2em;
  color: #18597A;
}
@media screen and (max-width:980px){
.verticalTitle {
  margin-bottom: 0.5em;
  writing-mode: horizontal-tb;
}
}

.information {
  width: 90%; max-width: 980px;
  margin: 0 auto 10em;
}
@media screen and (max-width:980px){
.information {
  margin: 0 auto 5em;
}
}

.information__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:980px){
.information__inner {
  display: block;
}
}

.informationList {
  width: 90%; max-width: 827px;
  font-size: 14px; font-size: 1.4rem;
}
@media screen and (max-width:980px){
.informationList {
  width: 100%;
  margin: auto;
}
}

.informationList__head {
  width: 15em;
  padding: 1em 5%;
  font-weight: normal;
  vertical-align: middle;
  border-bottom: 1px solid #D5DEE3;
}
@media screen and (max-width:980px){
.informationList__head {
  display: block;
  width: 100%;
  padding: 1em 2.5% 0.25em;;
}
}

.informationList__text {
  width: 80%;
  padding: 1em 2.5%;
  border-bottom: 1px solid #D5DEE3;
}
@media screen and (max-width:980px){
.informationList__text {
  display: block;
  width: 100%;
  padding-bottom: 2em;
  border-bottom: none;
}
}

.informationList tr:nth-last-of-type(1) .informationList__head {
  border: none;
}
.informationList tr:nth-last-of-type(1) .informationList__text {
  border: none;
}

/* --------------------------------------------

#footer

---------------------------------------------- */ 
.footer {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#17548d+0,40839c+100 */
  background: #17548d; /* Old browsers */
  background: -moz-linear-gradient(left, #17548d 0%, #40839c 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #17548d 0%,#40839c 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #17548d 0%,#40839c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17548d', endColorstr='#40839c',GradientType=1 ); /* IE6-9 */
}

.footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 96%;
  margin: auto;
  padding: 2em 0;
}
@media screen and (max-width:768px){
.footer__inner {
  display: block;
}
}

.footer__logo {
  width: 60%; max-width: 304px;
}
@media screen and (max-width:768px){
.footer__logo {
  width: 60%; max-width: 200px;
  margin: 0 auto 1.2em;
}
}

.footer__logo img {
  display: block;
  width: 100%;
}

.footer__textbox {
  font-size: 13px; font-size: 1.3rem;
  color: #fff;
}
@media screen and (max-width:768px){
.footer__textbox {
  text-align: center;
}
.footer__textbox p {
  text-align: center;
}
}


/* --------------------------------------------

校正用　制作中ページ

---------------------------------------------- */ 
.pendPages {
	padding: 5em 0;
	font-size: 20px; font-size: 2rem;
	color: red;
	text-align: center;
	border:2px solid red;
}

.pendImage {
	display: block;
	position: relative;
	left: 50%;
	margin-left: -678px;
}

@media screen and (max-width:768px){
.pendImage {
	width: 120vw;
	margin-left: -60vw;
}
}




