@charset "utf-8";

/* 全体
   ========================================================================== */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  position: relative;
  width: 100%;
	height: 100%;
  font-size: 62.5%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
body {
	position: relative;
  width: 100%;
	background-color: #fff;
  color: #000;
  font-size: 1.4rem;
  -webkit-text-size-adjust: 100%;
	word-wrap: break-word;
}
body, .wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
@media (min-width:769px){
  body {
		font-size: 1.8rem;
	}
}

a {
  color: #000;
  text-decoration: none;
}
a:link, a:active, a:hover, a:visited {outline: 0 none;}
ul, ol, dl {
  margin: 0;
  padding: 0;
  list-style: none;
}
dl, dt, dd {
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  height: auto;
}
@media (min-width:769px){
	img {
		image-rendering: -webkit-optimize-contrast;
	}
}
h1, h2, h3, h4, h5, h6, p, figure {
  font-weight: normal;
  padding: 0;
  margin: 0;
}
figure {font-size: 0;}
table {border-collapse: collapse;}

.wrap {
	padding: 0 20px;
}
@media (min-width:769px){
	.wrap {
		width: 1100px;
		padding: 0;
		margin: 0 auto;
	}
}

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

.bold {
  font-weight: 800;
  font-weight: bold;
}
.right {text-align: right !important;}
.left {text-align: left !important;}
.center {text-align: center !important;}
.underline {text-decoration: underline;}
.italic {font-style: italic;}
.nowrap {white-space: nowrap !important;}

.mt1 {margin-top: 1em !important;}
.mb1 {margin-bottom: 20px !important;}
@media (min-width:769px){
	.mb1 {margin-bottom: 30px !important;}
}

.red {color: #f00;}


/* 画像に枠をつける場合
   ====================================== */
/* リンク無し */
img.img-fr {
  border: 1px solid #dadada;
}


/* 上付き文字
   ====================================== */
.sup {
  font-size: 1.0rem;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}
@media (min-width:768px) {
	.sup {font-size: 1.2rem;}
}


/* 「※」印付きの注意書き
   ====================================== */
.notes {
	font-size: 1.2rem !important;
	font-weight: normal !important;
	text-indent: -1em;
	padding-left: 1em;
}
.notes::before {content: '※';}
.notes2 {
	text-indent: -2em;
	padding-left: 2em;
}
.notes2::before {content: '※※';}
@media (min-width:768px) {
	.notes {font-size: 1.4rem !important;}
}


/* ページTOPへ戻るボタン
   ====================================== */
#pagetop {
	position: fixed;
	display: none;
	right: 10px;
	z-index: 4;
	bottom: 10px;
	background-color: #000;
	text-decoration: none;
  width: 30px;
  height: 30px;
	border-radius: 6px;
}
#pagetop::after {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	display: block;
	width: 6px;
	height: 6px;
	margin-top: -3px;
  margin-left: 2px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(-45deg) translate(-50%, -50%);
}
@media (min-width:768px) {
  #pagetop {
    right: 30px;
    bottom: 14px;
    width: 50px;
    height: 50px;
		border-radius: 10px;
    transition: .3s;
  }
  #pagetop::after {
    width: 10px;
    height: 10px;
    margin-top: -5px;
    margin-left: 3px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
  }
  #pagetop:hover {opacity: .6;}
}



/* ヘッダ
   ========================================================================== */
header {
	display: block;
	position: relative;
	width: 100%;
  height: 60px;
	background-color: #fff;
  padding: 0;
}
header .wrap {
	padding: 0;
}
.hd-logo {
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	font-size: 0;
}
.hd-logo img {
	width: 60%;
}
.hd-contact {
	display: none;
}
@media (min-width:768px) {
	header {
		width: 100%;
		height: 160px;
		margin: 0 auto;
		box-shadow: none;
	}
	header .wrap {
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 100px;
	}
	.hd-logo {
		position: relative;
		top: 0;
		left: 0;
		transform: translateY(0);
	}
	.hd-logo img {
		width: auto;
	}
	.hd-logo a img {
		transition: .3s;
	}
	.hd-logo a:hover img {
		opacity: .6;
	}
	.hd-contact {
		display: block;
		width: 240px;
		text-align: center;
		margin-top: 0;
		border: 3px solid #000;
	}
	.hd-contact a {
		display: block;
		font-size: 1.6rem;
		font-weight: bold;
		text-align: center;
		padding: 16px 0;
		transition: .3s;
	}
	.hd-contact a:hover {
		color: rgba(0,0,0,0.6)
	}
}


/* SP用ボタン
   ====================================== */
nav .btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
  right: 0;
  z-index: 3;
	width: 50px;
	height: 50px;
	background-color: #fff;
}
nav .btn::before, 
nav .btn::after,
nav .btn span {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	width: 50%;
	margin: auto;
}
nav .btn span {
	top: calc(50% - 1px);
	height: 3px;
	background-color: #666;
}
nav .btn::before {
	content: '';
	top: calc(25% - 0px);
	border-top: 3px solid #666;
}
nav .btn::after {
	content: '';
	bottom: calc(25% - 0px);
	border-bottom: 3px solid #666;
}
nav .btn.on span {
  display: none;
}
nav .btn.on::before {
	top: calc(50% - 1px);
	border-top: 3px solid #666;
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
}
nav .btn.on::after {
	bottom: calc(50% - 2px);
	border-bottom: 3px solid #666;
	-webkit-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
@media (min-width:768px) {
  nav .btn {
    display: none;
  }
}


/* GM
   ====================================== */
.nav-conts {
  display: none;
  position: absolute;
  top: 60px;
  right: 0;
  z-index: 4;
  width: 100%;
  background-color: #fff;
	box-shadow: 0 6px 6px -5px rgba(0,0,0,0.3);
}
.nav-conts li a {
  display: block;
  position: relative;
	font-size: 1.6rem;
	text-decoration: none;
  line-height: 1;
  padding: 1.6em 20px;
	border-bottom: 1px solid #dadada;
}
.nav-conts li:first-child a {
	border-top: 1px solid #dadada;
}
.nav-conts li:last-child a {
  border-bottom: none;
}
@media (min-width:768px) {
  .nav-conts {
    display: block !important;
    position: relative !important;
    top: 0;
		height: 60px;
		box-shadow: none;
  }
  .nav-conts ul {
    display: flex;
		justify-content: space-between;
		width: 1100px;
		margin: 0 auto;
  }
	.nav-conts li:first-child a {
		border-top: none;
	}
  .nav-conts li a {
		position: relative;
		height: 60px;
		font-size: 1.6rem;
		line-height: 60px;
		padding: 0;
    border: none;
  }
  .nav-conts li a:hover {
		text-decoration: underline;
  }
}



/* フッタ
   ========================================================================== */
footer {
	margin-top: auto;
}
footer .ft-conts_1 {
	background-color: #fafafa;
	padding: 20px 0;
	margin-top: 20px;
}
footer .ft-menu li {
	margin-top: 1em;
}
footer .ft-menu li:first-child {
	margin-top: 0;
}
.ft-contact-area {
	margin-top: 20px;
}
.ft-contact {
	border: 2px solid #000;
}
.ft-contact a {
	display: block;
	font-weight: bold;
	text-align: center;
	padding: 10px;
}
footer .ft-conts_2 {
	background-color: #000;
	font-size: 1.2rem;
	color: #fff;
	padding-bottom: 1em;
}
footer .ft-conts_2 a {
	color: #fff;
}
footer .ft-conts_2 .wrap div {
	padding-top: 1em;
}
@media (min-width:768px) {
	footer .ft-conts_1 {
		font-size: 1.6rem;
		line-height: 1;
		padding: 40px 0;
	}
	footer .ft-conts_1 .wrap {
		display: flex;
		align-content: space-between;
		align-items: center;
		width: 1100px;
	}
	footer .ft-menu {
		flex: 1;
	}
	footer .ft-menu ul {
		display: flex;
		flex-wrap: wrap;
		width: 800px;
	}
	footer .ft-menu li {
		padding-right: 40px;
		margin-top: 0;
	}
	footer .ft-menu li:nth-last-child(1),
	footer .ft-menu li:nth-last-child(2) {
		margin-top: 1em;
	}
	footer .ft-menu a:hover {
		text-decoration: underline;
	}
	.ft-contact-area {
		margin-top: 0;
	}
	.ft-contact {
		width: 240px;
		border-width: 3px;
	}
	.ft-contact a {
		font-size: 1.6rem;
		padding: 16px 0;
		transition: .3s;
	}
	.ft-contact a:hover {
		color: rgba(0,0,0,0.6)
	}
	
	footer .ft-conts_2 {
		padding: 30px 0;
	}
	footer .ft-conts_2 .wrap {
		display: flex;
		align-content: space-between;
		align-items: center;
		font-size: 1.4rem;
		line-height: 1;
	}
	footer .ft-conts_2 .wrap div {
		padding-top: 0;
	}
	footer .ft-conts_2 .wrap div:first-of-type {
		flex: 1;
	}
	footer .ft-conts_2 .wrap div:last-of-type {
		text-align: right;
		margin-top: 0;
	}
	footer .ft-conts_2 .wrap div:first-of-type a:hover {
		text-decoration: underline;
	}
}



/* 共通コンテンツ
   ========================================================================== */
main {
	padding-bottom: 20px;
}
main section {
	margin-top: 30px;
}
section p {
	line-height: 1.8;
	margin-top: 1em;
}
section p:first-of-type {
	margin-top: 0;
}
article a {
	text-decoration: underline;
}
@media (min-width:768px) {
	main {
		padding-bottom: 60px;
		display: block;
	}
	main section {
		margin-top: 80px;
	}
	main section:first-of-type {
		margin-top: 60px;
	}
	article a:hover {
		text-decoration: none;
	}
}


/* ページタイトル（第二階層以降）
   ====================================== */
.page-ttl-area {
	display: flex;
	align-items: center;
	height: 80px;
	background-image: url("../img/page-ttl-bg.jpg") ;
	background-size: auto 100%;
	background-repeat: repeat-x;
	background-position: top left;
	padding: 0 20px;
}
.page-ttl {
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	text-shadow: 0px 0px 5px #000;
}
@media (min-width:768px) {
	.page-ttl-area {
		height: 150px;
		background-size: auto auto;
	}
	.page-ttl {
		width: 1100px;
		font-size: 3.4rem;
		line-height: 1;
		margin: 0 auto;
	}
}

/* ページキャッチ */
.page-catch {
	font-size: 2rem;
	line-height: 1.4;
}
@media (min-width:768px) {
	.page-catch {
		font-size: 4rem;
	}
}


/* パンくず
   ====================================== */
.breadcrumb {
  width: 100%;
  font-size: 0;
}
.breadcrumb ul {
	margin: 0 10px;
}
.breadcrumb li {
  display: inline-block;
  font-size: 1.2rem;
	line-height: 1.4;
  padding: 8px 10px 5px 0;
	white-space: nowrap;
	vertical-align: middle;
}
.breadcrumb li::before {
  content: '\003e';
  padding: 0 10px 0 0;
}
.breadcrumb li:first-child::before {
  content: '';
  padding: 0;
}
.breadcrumb li:last-child {
	white-space: normal;
}
.breadcrumb a {
	text-decoration: none;
}
.breadcrumb img {
	width: 14px;
}
@media print, screen and (min-width:768px){
  .breadcrumb {
		margin-top: 0;
  }
  .breadcrumb ul {
    width: 1100px;
    margin: 0 auto;
  }
  .breadcrumb li {
    font-size: 1.4rem;
    line-height: 1.0;
    padding: 16px 10px 0 0;
  }
  .breadcrumb a:hover {
    text-decoration: underline;
  }
	.breadcrumb img {
		width: 20px;
		transition: .2s;
	}
	.breadcrumb img:hover {
		opacity: 0.7;
	}
}



/* 2カラム
   ====================================== */
/* メイン2カラム */
.main-container {
	margin-top: 30px;
}
.main-conts > section:first-of-type {
	margin-top: 0;
}
@media (min-width:768px) {
	.main-container {
		display: flex;
		width: 1100px;
		padding: 0;
		margin: 60px auto 0 auto;
	}
  .main-conts {
		display: block;
		width: 820px;
    margin: 0 auto;
  }
}


/* 2カラム時サイドナビ
   ====================================== */
aside ul {
	margin-top: 20px;
	border-bottom: 1px solid #dadada;
}
aside li {
	border-right: 1px solid #dadada;
	border-left: 1px solid #dadada;
	border-top: 1px solid #dadada;
}
aside li a {
	position: relative;
	display: block;
  background-image: url("../img/ic-arrow.png");
	background-repeat: no-repeat;
	background-position: top 50% left 10px;
	background-size: 6px auto;
	text-decoration: none;
	line-height: 1.6;
	padding: 10px 10px 10px 26px;
}
@media (min-width:768px) {
	aside {
		width: calc(1100px - 820px - 40px);
		font-size: 1.6rem;
		padding-bottom: 0;
		margin-left: 40px;
	}
	aside ul {
		margin-top: 30px;
	}
	aside ul:first-of-type {
		margin-top: 0;
	}
	aside li a {
    background-position: top 50% left 16px;
		background-size: auto;
		padding: 16px 16px 16px 40px;
    transition: .3s;
	}
	aside li a:hover {
		opacity: .6;
	}
}




/* 見出し
   ====================================== */
/* タイトル1 */
.ttl-lv1 {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: .5em;
}
@media (min-width:768px) {
	.ttl-lv1 {
		font-size: 3rem;
	}
}


/* タイトル2 */
.ttl-lv2 {
  font-size: 1.6rem;
  font-weight: bold;
	line-height: 1.6;
	padding-bottom: .35em;
	margin-bottom: .75em;
	border-bottom: 1px dashed #dadada;
}
@media (min-width:768px) {
  .ttl-lv2 {
    font-size: 2.2rem;
		line-height: 1;
  }
}


/* リストマーク入りli
   ====================================== */
.disc {
  margin-top: 1em;
}
.disc li {
  position: relative;
	line-height: 1.8;
  padding-left: 14px;
  margin-bottom: 0.5em;
}
.disc li:last-child {
  margin-bottom: 0;
}
.disc li::before {
  position: absolute;
  display: block;
  content: '';
  top: 9px;
  left: 4px;
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 50%;
}
.disc li a {
	text-decoration: underline;
}
@media (min-width:768px) {
  .disc li {
    padding-left: 20px;
  }
  .disc li::before {
    top: 11px;
    left: 6px;
    width: 6px;
    height: 6px;
  }
  .disc li a:hover {
		text-decoration: none;
  }
}

/* 入れ子の場合 */
ol .disc {
	margin-top: .5em;
	margin-bottom: 1em;
}
ol li:last-child .disc {
	margin-bottom: 0;
}


/* 数字入りol
   ====================================== */
ol.decimal {
	margin: 1em 0 0 1.4em !important;
}
ol.decimal > li {
  list-style-type: decimal;
	line-height: 1.8;
	padding-left: .5em;
  margin-bottom: .5em;
}
ol.decimal > li:last-child {
  margin-bottom: 0;
}


/* 括弧数字ol
   ====================================== */
ol.parentheses {
	margin: 1em 0 0 2em !important;
}
ol.parentheses > li {
	list-style-type: none;
	counter-increment: cnt;
	line-height: 1.8;
  margin-bottom: .5em;
}
ol.parentheses > li::before {
	content: "(" counter(cnt) ")";
	display: inline-block;
	margin-left: -2em;
	width: 2em;
}
ol.parentheses > li:last-child {
  margin-bottom: 0;
}


/* 矢印付きリンク
   ====================================== */
.arrow-link {
	position: relative;
  display: inline-block;
	text-decoration: none !important;
	padding-left: 24px;
}
.arrow-link::before {
	position: absolute;
  display: block;
  top: 50%;
  left: 0;
  content: '';
	background-image: url("../img/ic-arrow_circle.png");
  background-repeat: no-repeat;
  background-size: 14px auto;
  background-position: top 0 left 0;
	width: 14px;
	height: 14px;
	transform: translateY(-50%)
}
@media (min-width:768px) {
  .arrow-link {
		padding-left: 30px;
  }
	.arrow-link::before {
		background-size: 20px auto;
		background-position: top 0 left 0;
		width: 20px;
		height: 20px;
	}
  .arrow-link:hover {
    text-decoration: underline !important;
  }
}


/* 外部リンク
   ====================================== */
.external {
  background-image: url("../img/ic-external-def.png");
  background-repeat: no-repeat;
  background-position: right 0 top 50%;
  background-size: 16px auto;
  padding-right: 22px;
	margin-right: 4px;
}
@media (min-width:768px) {
  .external {
    padding-right: 24px;
		margin-right: 6px;
  }
}

/* 基本ボタン
   ====================================== */
.btn-def {
	position: relative;
	display: block;
  background-image: url("../img/ic-arrow.png");
	background-repeat: no-repeat;
	background-position: top 50% left 10px;
	background-size: 6px auto;
	text-decoration: none;
	padding: 10px 10px 10px 26px;
	border: 1px solid #dadada;
}
@media (min-width:768px) {
	.btn-def {
    background-position: top 50% left 16px;
		background-size: auto;
		padding: 16px 16px 16px 40px;
    transition: .3s;
	}
	.btn-def:hover {
		color: rgba(0,0,0,0.6)
	}
}


/* 強調ボタン
   ====================================== */
.btn-strong {
	display: inline-block;
  background-image: url("../img/ic-arrow.png");
	background-repeat: no-repeat;
	background-position: top 50% left 20px;
	background-size: 6px auto;
	font-size: 1.6rem;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	line-height: 1;
	padding: 1em 1em 1em calc(1.5em + 20px);
	border: 2px solid #000;
}
@media (min-width:768px) {
	.btn-strong {
    background-position: top 50% left 26px;
		background-size: auto;
		font-size: 2.4rem;
		padding: 1.5em 1.5em 1.5em calc(1.5em + 26px);
		border-width: 3px;
		transition: .3s;
	}
	.btn-strong:hover {
		color: rgba(0,0,0,0.6)
	}
}
