@charset "UTF-8";
/*=========================================================================

種別 ： ページ独自css

=========================================================================*/
html {
  /* 指定した文字サイズを正しく反映 */
  font-size: 100%;
  height: 100%;
}
html, body {
  width: 100%;
  height: 100%;
}
body {
  font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /* 行の高さ */
  line-height: 1.7;
  font-size: 13px;
  height: 100%;
  width: 100%;
}
a {
  text-decoration: none;
}

img {
  /* 画像が親要素よりも大きくなるのを防ぐ */
  max-width: 100%;
}
a:link, a:visited {
  /* color: #000;
	text-decoration: none; */
}
a:hover {
  opacity: 0.7;
}
a:link, a:link, a:visited {
  /* text-decoration: none; */
}
/* header
-------------------------------------------------------------------------*/
header {
  clear: both;
  width: 100%;
  background-image: url("../img/img-header.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  margin: 0 auto;
  padding: 0;
  height: 50vh;
  overflow: hidden;
}
header h1 {
  margin: 0 auto 0 auto;
  text-align: center;
	line-height: 50vh;
}
header h1 img {
  text-align: center;
  width: 100%;
}
header h2 {
  margin: 0 auto 0;
	padding: 50px 0 0;
  text-align: center;
  color: #FFF;
  font-size: 2vh;
  width: 1000px;
	text-shadow: 1px 2px 10px #000;
}

/* breadcrumblist
-------------------------------------------------------------------------*/
.breadcrumblist {
	width: 100%;
	background: #d4d4d4;
}
.breadcrumblist ol {
	margin: 0 auto;
	padding: 10px 0;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
	width: 950px;
	margin: 0 auto;
}
.breadcrumb li:not(:last-of-type)::after {
  content: "＞";
  margin: 0 .6em; /* 記号の左右の余白 */
  color: #777; /* 記号の色 */
}
.breadcrumb li a {
	color: #000;
}

/* pagelink
-------------------------------------------------------------------------*/
.pagelink {
  margin: 0;
  padding: 0;
  height: 150px;
  width: 100%;
  background-image: linear-gradient(180deg, rgba(2, 32, 77, 1), rgba(34, 61, 99, 1));
}
.gb_nav {
  width: 100%;
}
.gb_nav .container {
  width: 950px;
  margin: 0 auto 0;
}
.gb_nav ul {
  overflow: hidden;
  color: #FFF;
  padding: 20px 0 0 0;
  margin: 0;
}
.gb_nav ul li {
  position: relative;
  display: table-cell;
  width: calc(100% / 6);
  list-style-type: none;
  padding: 40px 5px 0;
  text-align: center;
  vertical-align: middle;
  height: 100px;
  font-weight: bold;
	font-size: 16px;
}
.gb_nav ul li .line-right {
  display: block;
  position: absolute;
  top: 12px;
  right: 0;
  width: 1px;
  height: 130px;
  background-color: #FFF;
}
.gb_nav ul li .line-left {
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 1px;
  height: 130px;
  background-color: #FFF;
}
.gb_nav ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.gb_nav ul li a:link, .gb_nav ul li a:visited {
  color: #fff;
}
.arrow::before {
  content: '';
  width: 15px;
  height: 15px;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  position: absolute;
  left: 48%;
  bottom: 5px;
  transform: rotate(135deg);
}

/* -------------------------------------------------------------------------*/
main {
  width: 1000px;
}
.contentsWrap {
  clear: both;
  margin: 0 auto;
  padding: 10px 0 0;
  background-color: #ffffff;
  box-sizing: border-box;
}

/* article
-------------------------------------------------------------------------*/
.article01, .article02, .article03, .article04, .article05, .article06 {
  width: 950px;
  margin: 30px auto 0;
	padding: 0;
}
article h3 {
  text-align: left;
  color: #14378C;
  padding: 20px 0 0 0;
  font-size: 24px;
  font-weight: bold;
  margin: 20px 0;
	display: flex;
  align-items: center; /* 垂直中心 */
  /* justify-content: center; */ /* 水平中心 */
}

article h3:before {
  border-top: 5px #14378C solid;
  content: "";
  width: 2em; /* 線の長さ */
	margin-right: 0.5em;
}

article h4 {
	color: #000;
	padding: 1px 1rem;
  	border-left: 8px solid #14378C;
	margin: 30px auto 30px 10px;
	font-size: 24px;
}

/*section
------------------------------------------------------------------*/
section p {
  line-height: 2em;
	margin: 0 5px;
	padding: 0;
}

/* article 01
-------------------------------------------------------------------------*/
.article01 {
}

.ttl-band {
	background-image: url("../img/ttl-band_pc.png");
	background-repeat: no-repeat;
  background-position: center;
  padding: 0;
  color: #FFF;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  margin: 20px auto;
  box-sizing: border-box;
	height: 118px;
	line-height: 118px;
}


/* point-list
-----------------------------------*/

.point-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -24px;
    padding: 0 18px;
}
.point-list li {
    width: 33%;
    padding: 0 10px;
    margin-bottom: 20px;
	list-style: none;
}


/* article 02
-------------------------------------------------------------------------*/
.article02 {
}

ul.planlist {
	padding: 0;
	margin: 0;
	text-align: center;
	display: block;
}
.planlist li{
	text-align: left;
	list-style: none;
	font-size: 20px;
	padding: 20px 0 20px 250px;
	margin: 10px auto;
	width: 70%;
	font-weight: bold;
	border: 1px solid #14378C;
	color: #14378C;
	
	position: relative;
  display: inline-block;
}

.planlist li::before {
  content: '';
  width: 20px;
  height: 20px;
  border-top: solid 2px #14378C;
  border-right: solid 2px #14378C;
  position: absolute;
  right: 20px;
  top: 40%;
	transform: rotate(45deg);
}


.planlist li a {
	display: block;
	color: #14378C;
	width: 100%;
	height: 100%;
}

.planlist li:hover{
	opacity: 0.7;
}



/* article 03
-------------------------------------------------------------------------*/
.article03{	
}

.article03 p a {
	font-size: 20px;
	color: #14378C;
	font-weight: bold;
	position: relative;
  display: inline-block;
}

.article03 p a::before {
  content: '';
  width: 15px;
  height: 15px;
  border-top: solid 2px #14378C;
  border-right: solid 2px #14378C;
  position: absolute;
  left: 100%;
  top: 10%;
	transform: rotate(45deg);
}


/* article 04
-------------------------------------------------------------------------*/
.article04 h3 a {
	color: #14378C;
}

.arrow-right{
  position: relative;
  display: inline-block;
  padding: 10px;
}

.arrow-right::before {
  content: '';
  width: 20px;
  height: 20px;
  border-top: solid 2px #14378C;
  border-right: solid 2px #14378C;
  position: absolute;
  left: 10px;
  top: 1px;
	transform: rotate(45deg);
}


/* btn
-----------------------------------*/
ul.btn01 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 30px 0 0;
}
.btn01 li {
    width: 30%;
    padding: 10px 0;
    margin:0 10px 20px;
	list-style: none;
	text-align: center;
	background: #14378c;
	color: #FFF;
	vertical-align: middle;
	display: grid;
    align-items: center;
	font-size: 16px;
	font-weight: bold;
	position: relative;
}
.btn01 li a {
	color: #FFF;
	display: block;
	width: 100%;
}
.btn01 li:hover {
  opacity: 0.7;
}

.btn01 li:before {
  content: '';
  width: 15px;
  height: 15px;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  position: absolute;
  right: 20px;
  top: 45px;
  transform: rotate(45deg);
}

/* Footer
-------------------------------------------------------------------------*/

.button { 
	position: fixed;
  display: inline-block;
  padding: 10px;
	background: #7f91c1;
	width: 50px;
	height: 50px;
	right: 10px;
	bottom: 0;
	cursor: pointer;
  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
}
.button::before {
  content: '';
  width: 20px;
  height: 20px;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  position: absolute;
  left: 15px;
  top: 20px;
	transform: rotate(-45deg);
}

/*このクラスが付与されると表示する*/
.active{
  opacity: 1;
  visibility: visible;
}

footer {
	margin: 0;
	padding: 0;
}
#footer {
	width: 1000px;
	background: #FFF;
	margin: 0 auto;
	padding: 30px 0 0;
}
#footer h6 {
	text-align: center;
	width: 300px;
	margin: 0 auto;
	padding: 0;
}
#footer ul {
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
}
#footer li {
	list-style: none;
	padding: 5px 0;
	margin: 0 auto;
}
footer p {
	margin: 0 auto;
	text-align: center;
	background: #14378c;
	color: #FFF;
	padding: 10px 0;
}
/* Font style
-------------------------------------------------------------------------*/
.txt_b {
  font-weight: bold;
}
.txt_red {
  color: #e50011;
}
.txt_white {
  color: #fff;
}
.txt_al_c {
  text-align: center;
  margin: 0;
  padding: 0;
}
.txt_16 {
  font-size: 16px;
}
.txt_18 {
  font-size: 18px;
}
.txt_20 {
  font-size: 20px;
}
p.txt_30 {
  font-size: 30px;
}
/* Margin
-------------------------------------------------------------------------*/
.mb50 {
  margin-bottom: 50px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb16 {
  margin-bottom: 16px;
}
.mb12 {
  margin-bottom: 12px;
}
.mb10 {
  margin-bottom: 10px;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}

/* BR
-------------------------------------------------------------------------*/
.br-pc {
	display: block;
}
.br-sp {
	display: none;
}

/* Clearfix
-------------------------------------------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
}