@charset "utf-8";
/* CSS Document */

@import url("utility.css");

@media print,screen and (min-width: 769px){
	.sp {
		display: none;
	}
	.inner {
		width: 980px;
		margin: 0 auto;
	}
	main#wrapper {
		width: 980px;
		margin: 0 auto;
	}
}

@media screen and (max-width:768px){
	.pc {
		display: none;
	}
}

/*----------------------------------------
	style
----------------------------------------*/
.large {
	font-size: 1.5em;
}
.MB01 {
	margin-bottom: 1em;
}

/*----------------------------------------
	リンクボタン
----------------------------------------*/
/* .linkBtn01 */
.linkBtn01 {

}
.linkBtn01 a {
	display: inline-block;
	color: #FFF;
	border: solid 1px;
	padding: 2px 5px 2px 20px;
	border-radius: 5px;
}
.linkBtn01 a::after {
	content: '';
	display: inline-block;
	background: url(../images/icon/arrow-double.png) no-repeat center;
	background-size: 15px;
	width: 30px;
	height: 30px;
	vertical-align: middle;
}
@media print, screen and (min-width: 769px){
/* PC時のリンクなし */
	a[href^="tel:"] {
		pointer-events: none;
	}
}

/*----------------------------------------
	#r-info
----------------------------------------*/
#r-info {
	text-align: center;
	padding: 60px 0 0;
}
#r-info .cate {
	background: #DDD;
}
#r-info .cate h3,
#r-info .cate p {
	color: #FFF;
}
#r-info .cont-wrap .cate:nth-child(3n) {
	margin-right: 0;
}
#r-info .cate h3 {
	font-size: 28px;
	margin: 0 0 20px 0;
}
#r-info #cate01 {
	background: #015b99;
}
#r-info #cate02 {
	background: #2a3688;
}
#r-info #cate03 {
	background: #6d6d6d;
}
#r-info .cate {
	width: 32.5%;
	margin: 0 1.25% 0 0;
}
@media print, screen and (min-width: 769px){
	#r-info .title-area .title-large {
		font-size: 48px;
	}
	#r-info .title-area h2 {
		font-size: 22px;
	}
	#r-info .cate {
		width: 32.5%;
		padding: 40px 20px;
	}
}

@media screen and (max-width:768px){
	#r-info {
		padding: 30px 0 0;
	}
	#r-info .cate h3 {
		font-size: 20px;
		line-height: 1.2;
	}
	#r-info .cate {
		padding: 20px;
		text-align: center;
	}
	#r-info .cont-wrap {
		padding: 0 10px;
	}
}
@media screen and (max-width:480px){
	#r-info .cont-wrap {
		display: block;
		padding: 0;
	}
	#r-info .cate {
		width: 100%;
		margin: 0;
	}
}

/*----------------------------------------
	.dl-table
----------------------------------------*/
.dl-table {
	margin: 0 auto;
}
.dl-table dl dd .tableSpc {
	display: table;
	width: 100%;
	margin: 0 0 10px 0;
}
.dl-table dl dd .tableSpc .t-title,
.dl-table dl dd .tableSpc .t-data {
	display: table-cell;
}
.dl-table dl dd .tableSpc .t-title {
	width: 50px;
}
.dl-table dl dd .tableSpc .t-title p {
	background: #f1f1f1;
	text-align: center;
}
.dl-table dl dd .tableSpc .t-data {
	padding: 0 0 0 1em;
}
.dl-table dl dt h4 {
	font-weight: normal;
}
@media print, screen and (min-width: 769px){
	.dl-table {
		width: 950px;
	}
	.dl-table dl dt,
	.dl-table dl dd {
		display: table-cell;
	}
	.dl-table dl dt {
		width: 180px;
		border-bottom: solid 2px #015b99;
	}
	.dl-table dl dd {
		border-bottom: solid 2px #DDD;
	}
	.dl-table dl {
		display: flex;
		flex-wrap: wrap;
	}
	.dl-table dl dt,
	.dl-table dl dd {
		padding: 15px 1em;
	}
	.dl-table dl dt {
		width: 180px;
		color: #015b99;
	}
	.dl-table dl dd {
		width: 710px;
		margin: 0 0 0 10px;
	}
}

@media screen and (max-width:768px){
	.dl-table {
		border: solid 1px #eee;
	}
	.dl-table dl dt {
		padding: 2px 1em;
		background: #f1f1f1;
	}
	.dl-table dl dd {
		padding: 10px 1em;
		vertical-align: middle;
	}
}
/*----------------------------------------
	.dl-table02
----------------------------------------*/
.dl-table02 {
	margin: 0 auto;
}
.dl-table02 dl dt {
	background: #f1f1f1;
}
.dl-table02 dl dt h4 {
	font-weight: normal;
}
@media print, screen and (min-width: 769px){
	.dl-table02 dl {
		display: table;
		width: 100%;
		/*! margin: 0 0 10px 0; */
		border: solid 1px #DDD;
		border-bottom: none;
	}
	.dl-table02 dl:last-child {
    border-bottom: solid 1px #DDD;
	}
	.dl-table02 {
		width: 930px;
	}
	.dl-table02 dl dt,
	.dl-table02 dl dd {
		display: table-cell;
	}
	.dl-table02 dl dt {
		width: 180px;
	}
	.dl-table02 dl dt,
	.dl-table02 dl dd {
		padding: 15px 1em;
	}
	.dl-table02 dl dt {
		width: 180px;
		border-right: solid 1px #eee;
	}
	.dl-table02 dl dd {
		width: 710px;
		margin: 0 0 0 10px;
	}
}

@media screen and (max-width:768px){
	.dl-table02 {
		border: solid 1px #eee;
	}
	.dl-table02 dl dt {
		padding: 2px 1em;
	}
	.dl-table02 dl dd {
		padding: 10px 1em;
		vertical-align: middle;
	}
}

/*----------------------------------------
	table
----------------------------------------*/
.contents table {
	width: 100%;
}
.contents table tr th,
.contents table tr td {
	border: solid 1px #CCC;
	padding: 8px 20px;
}
.contents table thead th {
	background: #f1f1f1;
}

@media print, screen and (min-width: 769px){
	.contents table tr td {
		text-align: center;
	}
}

/*----------------------------------------
	page-top
----------------------------------------*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 100;
	text-align: center;
}
#page-top a {
	display: block;
	padding: 10px 10px;
	height: 100%;
	background: #015b99;
	display: flex;
	align-items: center;
	width: 60px;
	height: 60px;
}
#page-top span {
	font-weight: bold;
	color: #015b99;
}
#page-top a:hover {
	background: #0075c3;
	opacity: 1;
}
#page-top a img {
	width: 100%;
}

@media print, screen and (max-width: 768px){
	#page-top {
		bottom: 15px;
		right: 15px;
	}
	#page-top a {
		width: 40px;
		height: 40px;
	}
	#page-top span {
		display: none;
	}
}


/*----------------------------------------
  Component flexbox
----------------------------------------*/
.c-flexBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .c-flexBox {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .c-flexBox__spc:nth-child(2) {
    margin-top: 20px;
  }
}

@media (min-width: 769px) {
  .c-flexBox--ratio1-9 .c-flexBox__spc:nth-child(1) {
    width: 10%;
  }
  .c-flexBox--ratio1-9 .c-flexBox__spc:nth-child(2) {
    width: 88%;
  }
}

@media (min-width: 769px) {
  .c-flexBox--ratio2-8 .c-flexBox__spc:nth-child(1) {
    width: 18%;
  }
  .c-flexBox--ratio2-8 .c-flexBox__spc:nth-child(2) {
    width: 78%;
  }
}

@media (min-width: 769px) {
  .c-flexBox--ratio3-7 .c-flexBox__spc:nth-child(1) {
    width: 28%;
  }
  .c-flexBox--ratio3-7 .c-flexBox__spc:nth-child(2) {
    width: 68%;
  }
}

@media (min-width: 769px) {
  .c-flexBox--ratio4-6 .c-flexBox__spc:nth-child(1) {
    width: 38%;
  }
  .c-flexBox--ratio4-6 .c-flexBox__spc:nth-child(2) {
    width: 58%;
  }
}

@media (min-width: 769px) {
  .c-flexBox--ratio5-5 .c-flexBox__spc:nth-child(1) {
    width: 48%;
  }
  .c-flexBox--ratio5-5 .c-flexBox__spc:nth-child(2) {
    width: 48%;
  }
}

@media (min-width: 769px) {
  .c-flexBox--rev {
    flex-direction: row-reverse;
  }
}

@media (max-width: 768px) {
  .c-flexBox--rev {
    flex-direction: column-reverse;
  }
  .c-flexBox--rev .c-flexBox__spc:nth-child(1) {
    margin-top: 20px;
  }
  .c-flexBox--rev .c-flexBox__spc:nth-child(2) {
    margin-top: 0;
  }
}

@media (min-width: 769px) {
  .c-flexBox--rev--pc {
    flex-direction: row-reverse;
  }
}

@media (max-width: 768px) {
  .c-flexBox--rev--sp {
    flex-direction: column-reverse;
  }
  .c-flexBox--rev--sp .c-flexBox__spc:nth-child(1) {
    margin-top: 20px;
  }
  .c-flexBox--rev--sp .c-flexBox__spc:nth-child(2) {
    margin-top: 0;
  }
}

.c-col {
  display: flex;
  flex-wrap: wrap;
}

.c-col__item {
  position: relative;
}

.c-col__item figure img {
  width: 100%;
}

@media (max-width: 768px) {
  .c-col__item {
    width: 100%;
  }
  .c-col__item:nth-child(n+1) {
    margin-top: 20px;
  }
  .c-col__item p {
    line-height: 1.5;
  }
}

@media (max-width: 768px) {
  .c-col--sp--item2 .c-col__item {
    width: 49%;
    margin-left: 2%;
  }
  .c-col--sp--item2 .c-col__item:nth-child(2n+1) {
    margin-left: 0;
  }
  .c-col--sp--item2 .c-col__item:nth-child(n+3) {
    margin-top: 2%;
  }
  .c-col--sp--item3 .c-col__item {
    width: 32%;
    margin-left: 2%;
  }
  .c-col--sp--item3 .c-col__item:nth-child(3n+1) {
    margin-left: 0;
  }
  .c-col--sp--item3 .c-col__item:nth-child(n+4) {
    margin-top: 2%;
  }
}

@media (min-width: 769px) {
  .c-col .c-col__item + .c-col__item {
    margin-left: 2%;
  }
  .c-col--item2 .c-col__item {
    width: 49%;
  }
  .c-col--item2 .c-col__item:nth-child(2n+1) {
    margin-left: 0;
  }
  .c-col--item2 .c-col__item:nth-child(n+3) {
    margin-top: 2%;
  }
  .c-col--item3 .c-col__item {
    width: 32%;
  }
  .c-col--item3 .c-col__item:nth-child(3n+1) {
    margin-left: 0;
  }
  .c-col--item3 .c-col__item:nth-child(n+4) {
    margin-top: 2%;
  }
  .c-col--item4 .c-col__item {
    width: 23.5%;
  }
  .c-col--item4 .c-col__item:nth-child(4n+1) {
    margin-left: 0;
  }
  .c-col--item4 .c-col__item:nth-child(n+5) {
    margin-top: 2%;
  }
  .c-col--item5 .c-col__item {
    width: 18.4%;
  }
  .c-col--item5 .c-col__item:nth-child(5n+1) {
    margin-left: 0;
  }
  .c-col--item5 .c-col__item:nth-child(n+6) {
    margin-top: 2%;
  }
  .c-col--item6 .c-col__item {
    width: 15%;
  }
  .c-col--item6 .c-col__item:nth-child(6n+1) {
    margin-left: 0;
  }
  .c-col--item6 .c-col__item:nth-child(n+7) {
    margin-top: 2%;
  }
}

/* リンクボタン */
.c-link {
	position: relative;
}
.c-link--text {
	color: #015b99;
	text-decoration: underline;
}
.c-link--text:hover {
	opacity: 1;
}
.c-link--icon::before,
.c-link--icon::after {
	content: '';
	background: no-repeat center;
	display: inline-block;
}
.c-link--icon--arrow {
	padding-left: 1.5em;
}
.c-link--icon--arrow::before {
	width: 1em;
	height: 1em;
	background-image: url("../images/icon/arrow.png");
	background-size: contain;
	position: absolute;
	left: 0;
	top: 0.2em;
}
.c-link--icon--exlink::after {
	width: 1em;
	height: 1em;
	background-image: url("../images/icon/exlink.png");
	background-size: 100%;
	margin-left: 5px;
}
.c-linkbtn01 {
	background: #015b99;
	display: inline-block;
	color: #FFF;
	padding: 10px 2em;
	border-radius: 1000px;
}
.c-linkbtn01.c-link--icon--exlink {
	padding-right: 2.5rem;
}
.c-linkbtn01.c-link--icon--exlink::after {
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(224deg) brightness(111%) contrast(104%);
	margin: 0;
	position: absolute;
	top: 50%;
	right: 1rem;
	transform: translateY(-50%);
}



