@charset "UTF-8";
/* ==========================================================================
   Foundation
** ========================================================================== */
/* Base
** ----------------------------------------------------------------- */
/* Fonts
** ----------------------------------------------------------------- */
@import url(//fonts.googleapis.com/css?family=Noto+Sans+JP|Roboto&display=swap);
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 300;
}

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 500;
}

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic");
  font-weight: bold;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}

/* ==========================================================================
   Layout
** ========================================================================== */
img {
  margin-left: auto;
  margin-right: auto;
}

.for-screen-reader {
  display: none;
}

.main {
  box-sizing: border-box;
}

.fixed-width, .page-in-links__inner, .section-link-m__inner, .section-link-m__inner, .section-links__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 980px;
}

@media only screen and (max-width: 767px) {
  .sp-content-inner, .section-link-m__inner, .section-link-m__inner, .section-links__inner {
    padding-left: 5.333%;
    padding-right: 5.333%;
  }
}

section {
  padding-top: 76px;
  padding-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  section {
    padding-top: 25px;
    padding-bottom: 60px;
  }
}

.section__header {
  margin-bottom: 42px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .section__header {
    margin-bottom: 25px;
  }
}

.section__header .heading {
  margin-bottom: 12px;
  font-size: 36px;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .section__header .heading {
    margin-bottom: 9px;
    font-size: 25px;
  }
}

.section__header .lead {
  font-family: "Roboto", "sans-serif";
  font-size: 16px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .section__header .lead {
    font-size: 13px;
  }
}

.section__header02 {
	padding: 20px 0;
  	text-align: left;
	border-top: 3px solid #e60000;
}



.section__header02 .heading {
  	font-size: 32px;
  	font-weight: 400;
	max-width: 980px;
	margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .section__header02 .heading {
    font-size: 23px;
	 text-align: center;
  }
}

.bg-gray01 {
  background-color: #f5f5f5;
}

.bg-gray02 {
  background-color: #e0e0e0;
}

.bg-gray03 {
  background-color: #dfdfdf;
}

/* ==========================================================================
   Object
** ========================================================================== */
/* Block
** ----------------------------------------------------------------- */
.page-in-links {
  border-top: 1px solid #aaa;
}

.page-in-links ul {
  display: flex;
  justify-content: space-between;
  border-left: 1px solid #aaa;
}

@media only screen and (max-width: 767px) {
  .page-in-links ul {
    flex-wrap: wrap;
    border-left: 0 none;
  }
}

.page-in-links ul li {
  box-sizing: border-box;
  width: 20%;
  border-right: 1px solid #aaa;
}

@media only screen and (max-width: 767px) {
  .page-in-links ul li {
    width: 50%;
    border-bottom: 1px solid #aaa;
    border-right: 0 none;
  }
}

.page-in-links ul li a {
  box-sizing: border-box;
  position: relative;
  display: block;
  padding: 26px 20px 26px 40px;
  width: 100%;
  font-size: 18px;
  color: #333;
  text-align: center;
  background-color: #fff;
  transition: all 0.5s ease;
}

@media only screen and (max-width: 767px) {
  .page-in-links ul li a {
    font-size: 16px;
  }
}

.page-in-links ul li a:before {
  content: "";
  position: absolute;
  top: 47%;
  left: 22px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #a0a0a0;
  border-bottom: 2px solid #a0a0a0;
  transform: translateY(-50%) rotate(45deg);
}

.page-in-links ul li a:hover {
  text-decoration: none;
  background-color: #e2e2e2;
}

@media only screen and (max-width: 767px) {
  .page-in-links ul li:nth-of-type(2n + 1) {
    border-right: 1px solid #aaa;
  }
}

@media only screen and (max-width: 767px) {
  .page-in-links ul li:last-of-type {
    border-bottom: 0 none;
  }
}


/* Component
** ----------------------------------------------------------------- */
.category-title {
  margin-top: 7px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 954px;
}

@media only screen and (max-width: 767px) {
  .category-title {
    margin-top: 17px;
    margin-bottom: 14px;
    padding-left: 3.4666%;
    padding-right: 3.4666%;
  }
}

.category-title__content {
  font-size: 19.4px;
  font-weight: bold;
}

.category-title:before {
  content: '';
  display: inline-block;
  margin-right: 7px;
  width: 4px;
  height: 19.4px;
  border-radius: 4px;
  background: #E92100;
  vertical-align: -2px;
}

@media only screen and (max-width: 767px) {
  .category-title:before {
    font-size: 19px;
  }
}

.list-border li {
  position: relative;
  margin-bottom: 7px;
  padding-left: 20px;
  font-size: 12px;
}

.list-border li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 13px;
  height: 1px;
  background-color: #fff;
}

.list-links {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .list-links {
    display: block;
  }
}

.list-links li {
  margin-bottom: 20px;
  width: 48.979%;
}

@media only screen and (max-width: 767px) {
  .list-links li {
    margin-bottom: 17px;
    width: auto;
  }
}

.list-links li:nth-last-of-type(2) {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .list-links li:nth-last-of-type(2) {
    margin-bottom: 17px;
  }
}

.list-links li:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .list-links li:last-of-type {
    margin-bottom: 0;
  }
}

.list-col {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.list-col li {
  position: relative;
  width: 25%;
}

@media only screen and (max-width: 767px) {
  .list-col li {
    width: 50%;
  }
}

.list-col li a {
  color: #333;
  text-decoration: none;
  text-align: center;
}

.list-col li a .pic {
  margin-bottom: 15px;
}

.list-col li a .link {
  font-size: 16px;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .list-col li a .link {
    font-size: 12px;
  }
}

.list-col li a .link span {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}

.list-col li a .link span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #cc0000;
  border-right: 2px solid #cc0000;
  transform: translateY(-50%) rotate(45deg);
}


.list-box-link {
  position: relative;
  display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .list-box-link {
   display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.list-box-link__item  {
  	width: 29%;
	margin-bottom: 40px;
}

.list-box-link__item + .list-box-link__item{
    margin-left: 6.5%;
}

.list-box-link__item:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
}



@media only screen and (max-width: 767px) {
  .list-box-link__item {
    margin-bottom: 15px;
    width: 47%;
  }

.list-box-link__item + .list-box-link__item{
    margin-left: 5.5%;
}

.list-box-link__item:nth-child(3n+1) {
    clear:none;
   margin-left: 5.5%;
}
.list-box-link__item:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
}
}

.list-box-link__item__content {
  position: relative;
}

.list-box-link__item__content .box-link {
  display: block;
  color: #231815;
}

.list-box-link__item__content .box-link .thumb {
	position: relative;
  overflow: hidden;
}

.list-box-link__item__content .box-link .thumb .thumb-img img {
  display: block;
  transition: all 0.5s ease;
	max-width: 100%;
}

.list-box-link__item__content .box-link .thumb-icon {
	position: absolute;
  	bottom: 15%;
  	left: 50%;
  	transform: translateX(-50%);
  	-webkit-transform: translateX(-50%);
  	margin: auto;
	z-index: 1;
	width: 65%;
}

.list-box-link__item__content .box-link .thumb-icon img {
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.list-box-link__item__content .box-link .thumb-icon {
		width: 70%;
		bottom: 15%;
	}
	.list-box-link__item__content .box-link .thumb-icon img {
		width: 100%;
	}
}

.list-box-link__item__content .box-link .comingsoon {
	position: absolute;
	z-index: 2;
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
}

.list-box-link__item__content .box-link .comingsoon span {
	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translateY(-50%) translateX(-50%);
  	-webkit-transform: translateY(-50%) translateX(-50%);
  	margin: auto;
	z-index: 1;
	width: 50%;
}

.list-box-link__item__content .box-link .comingsoon span img {
	width: 100%;
}

.list-box-link__item__content .box-link .text-area {
	height: 50px;
    padding: 0 0 0 20px;
    display: -webkit-box;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
	position: relative;
}

@media only screen and (max-width: 767px) {
  .list-box-link__item__content .box-link .text-area {
	  	height: auto;
   		padding: 10px 0 10px 15px;
	  	align-items:flex-start;
    	-webkit-align-items: flex-start;
    	-ms-flex-align: flex-start;
  }

}

.list-box-link__item__content .box-link .text-area .heading {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.03em;
	text-align: left;
	vertical-align: middle;
	position: relative;
}

.list-box-link__item__content .box-link .text-area:before {
  	content: "";
	position: absolute;
	left: 0;
	top:25px;
	border-top: 2px solid #cc0000;
    border-right: 2px solid #cc0000;
    transform: translateY(-50%) rotate(45deg);
	width: 8px;
	height: 8px;
}

@media only screen and (max-width: 767px) {
  .list-box-link__item__content .box-link .text-area .heading {
    font-size: 12px;
  }

.list-box-link__item__content .box-link .text-area:before {
	top:17px;
	width: 6px;
	height: 6px;
}
}

.list-box-link__item__content .box-link .text-area .lead {
  font-size: 14px;
  line-height: 1.615;
}

@media only screen and (max-width: 767px) {
  .list-box-link__item__content .box-link .text-area .lead {
    font-size: 13px;
  }
}


.list-box-link__item__content .box-link:hover {
  text-decoration: none;
}

.list-box-link__item__content .box-link.on:hover .thumb-img img {
  transform: scale(1.2);
}



.list-box-link--style02 .list-box-link__item {
  width: 48.979%;
}

@media only screen and (max-width: 767px) {
  .list-box-link--style02 .list-box-link__item {
    width: auto;
  }
}

.section-policy{
	margin: 0 auto;
	padding: 60px 0;
}

.section-policy h3{
	margin: 0 0 58px 0;
	text-align: center;
	font-weight: 600;
	font-size: 26px;
	position: relative;
}

.section-policy h3:after{
	content: "";
	position: absolute;
	background: url("../../img/img-ttl-border@2x.png") no-repeat center;
	background-size: cover;
	width: 26px;
	height: 3px;
	top: 135%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.section-policy__inner{
	margin: 0 auto;
	padding: 0;
	max-width: 980px;
}

@media only screen and (max-width: 767px) {
	.section-policy{
		padding: 30px 0;
	}
	.section-policy h3{
		margin: 0 0 60px 0;
		font-size: 18px;
	}

	.section-policy h3:after{
		top: 160%;
	}

	.section-policy__inner{
		max-width: 90%;
	}
}



.zoom-link{
	margin: 50px auto 0 auto;
	text-align: center;
}


.zoom-link .zoom-btn{
	color: #fff;
	font-size: 13px;
	vertical-align: middle;
	margin: 0 auto;
	position: relative;
	padding: 10px 30px;
	line-height: 13px;
	background: #333333;
}



.zoom-link .zoom-btn:before{
	content: " ";
	background: url("../img/img-zoom-icon.png") no-repeat center;
	background-size: cover;
    transform: translateY(-50%);
	width: 13px;
	height: 17px;
	top:50%;
	left:25px;
	position: absolute;
}

.fullscreen-image {
   cursor: url("../img/plus_cursor.png"), pointer; /* マウスポインタを指定 */
   display: inline-block;   /* 横方向に並べる指定 */
   margin: 0px 5px 5px 0px; /* 周囲の余白量(右と下に5pxずつ) */
}
.fullscreen-image img{
	max-width: inherit;
    max-height: inherit;
}

.section-policy__inner figure{
	margin: 0;
}


.section-policy__inner figure+figure{
	margin-top: 65px;
}

.section-policy__inner figure:nth-of-type(2){
	margin-top: 40px;
}

.section-policy__inner figure:last-child{
	margin-bottom: 20px;
}

.section-policy__inner .txt-box01{
	width: 100%;
	max-width: 800px;
	padding: 30px 0;
	background: #fff;
	margin-left: auto;
	margin-right: auto;
}

.section-policy__inner .txt-box01 ul{
	width: 88%;
	margin: 0 auto;
	padding: 0;
}

.section-policy__inner .txt-box01 li{
	font-size: 16px;
	line-height: 1.8em;
	font-weight: 600;
}
.section-policy__inner .txt-box01 li+li{
	margin-top: 5px;
}

.section-policy__inner .txt-box01 li span{
	color: #cc0000;
}


@media only screen and (max-width: 767px) {
	.section-policy__inner figure:nth-of-type(2){
	margin-top: 20px;
}
	.section-policy__inner .txt-box01{
		width: 100%;
		padding: 20px 0;
		margin-left: auto;
		margin-right: auto;
	}
	.section-policy__inner .txt-box01 ul{
	width: 82%;
	margin: 0 auto;
	padding: 0;
}
	.section-policy__inner .txt-box01 li{
		font-size: 11px;
	}

	.section-policy__inner .txt-box01 li+li{
	margin-top: 7px;
}
}

.section-policy__inner .txt-box02{
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.section-policy__inner .txt-box02 h4{
	margin: 0 0 40px 0;
	text-align: center;
	font-weight: 600;
	font-size: 22px;
}

.section-policy__inner .txt-box02 p{
	text-align: left;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.8em;
}

@media only screen and (max-width: 767px) {
	.section-policy__inner figure+figure{
		margin-top: 50px;
	}
	.section-policy__inner .txt-box02 h4{
		margin: 0 0 40px 0;
		font-size: 16px;
	}

	.section-policy__inner .txt-box02 p{
		font-size: 13px;
		line-height: 1.8em;
	}
}

.section-policy__inner .txt-box03{
	width: 100%;
	max-width: 800px;
	margin-left:auto;
	margin-right:auto;
}

.section-policy__inner .txt-box03 p{
	font-size: 16px;
	line-height: 1.8em;
}

@media only screen and (max-width: 767px) {
	.section-policy__inner .txt-box03{
		width: 100%;
		max-width: 100%;
	}
	.section-policy__inner .txt-box03 p{
		font-size: 13px;
	}
}


.section-system{
	margin: 0 auto;
	padding: 60px 0;
}

.section-system h3{
	margin: 0 0 58px 0;
	text-align: center;
	font-weight: 600;
	font-size: 26px;
	position: relative;
}

.section-system h3:after{
	content: "";
	position: absolute;
	background: url("../../img/img-ttl-border@2x.png") no-repeat center;
	background-size: cover;
	width: 26px;
	height: 3px;
	top: 135%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.section-system__inner{
	margin: 0 auto;
	padding: 0;
	max-width: 980px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.section-system__inner .img-box{
	margin: 0 auto;
	padding: 0;
	max-width: 980px;
}

.section-system__inner .img-box{
	margin: 0 auto;
	padding: 0;
	max-width: 980px;
}
.section-system__inner .img-box img{
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.section-system{
		padding: 45px 0;
	}
	.section-system h3{
		margin: 0 0 60px 0;
		font-size: 18px;
	}

	.section-system h3:after{
		top: 160%;
	}

	.section-system__inner{
		max-width: 90%;
	}

	.section-system__inner .img-box{
		max-width: 100%;
	}
}



.wrap-table {
  overflow: auto;
}

.table-default {
  width: 100%;
}

.table-default tr th,
.table-default tr td {
  padding: 10px;
  border: 1px solid #CCC;
}

.table-default tr th {
  background: #DEDEDE;
}

.table-responsive {
  width: 100%;
}

.table-responsive tr, .table-responsive th, .table-responsive td {
  display: block;
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 900px) {
  .table-responsive tr {
    display: table-row;
  }
}

@media (min-width: 900px) {
  .table-responsive th, .table-responsive td {
    display: table-cell;
  }
}

.table-responsive th {
  padding-top: 5px;
  padding-bottom: 5px;
  width: auto;
  text-align: left;
}

.table-responsive td {
  padding-top: 5px;
  padding-bottom: 10px;
}

.c-icon {
  position: relative;
  display: inline-block;
  background: 0 0 no-repeat;
  background-size: 100% auto;
  vertical-align: top;
  line-height: 1;
}

.c-icon.c-icon--arrow {
  top: 8px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-icon.c-icon--circle-arrow {
  background: #333;
  border-radius: 100px;
  width: 16px;
  height: 16px;
}

.c-icon.c-icon--circle-arrow:after {
  display: block;
  content: "";
  position: absolute;
  left: 4px;
  top: 5px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-icon.c-icon--circle-arrow.v-top:after {
  left: 5px;
  top: 6px;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c-icon.c-icon--circle-arrow.v-bottom:after {
  left: 5px;
  top: 4px;
  -moz-transform: rotate(-225deg);
  -o-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

.c-icon.c-icon--circle-arrow.h-left:after {
  left: 6px;
  -moz-transform: rotate(-130deg);
  -o-transform: rotate(-130deg);
  -ms-transform: rotate(-130deg);
  -webkit-transform: rotate(-130deg);
  transform: rotate(-130deg);
}

.button {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  padding: 16px 40px;
  border: 0 none;
  line-height: 1.4;
  text-align: center;
  transition: all 0.5s ease;
  outline: none;
}

@media only screen and (max-width: 767px) {
  .button {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 18px;
  width: 8px;
  height: 8px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: translateY(-50%) rotate(45deg);
}

.button:hover {
  text-decoration: none;
  opacity: 0.6;
}

.button--block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.button--default {
  color: #fff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 18px;
  font-weight: bold;
  background-color: #000;
}

.button--default:link, .button--default:visited {
  color: #fff;
}

.button--gray01 {
  color: #fff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 18px;
  font-weight: bold;
  background-color: #333;
}

.button--gray01:link, .button--gray01:visited {
  color: #fff;
}

.button--gray01:hover {
  opacity: 1;
  background-color: #000;
}

.button--white {
  color: #333;
  background-color: #fff;
}

.button--white:link, .button--white:visited {
  color: #333;
}

.button--white:before {
  border-top-color: #333;
  border-right-color: #333;
}

.button--white-bd {
  border: 1px solid #a0a0a0;
  color: #333;
  background-color: #fff;
}

.button--white-bd:link, .button--white-bd:visited {
  color: #000;
}

.button--white-bd:before {
  border-top-color: #a0a0a0;
  border-right-color: #a0a0a0;
}

.button--white-bd:hover {
  opacity: 1;
  background-color: #e5e5e5;
}

.button--white-bd02 {
  border: 1px solid #2e2e2e;
  color: #333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 18px;
  font-weight: bold;
  background-color: #fff;
}

.button--white-bd02:link, .button--white-bd02:visited {
  color: #000;
}

.button--white-bd02:before {
  border-top-color: #333;
  border-right-color: #333;
}

.button--white-bd02:hover {
  opacity: 1;
  background-color: #e5e5e5;
}

.button--gray-bd {
  border: 1px solid #2e2e2e;
  color: #333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 18px;
  font-weight: bold;
  background-color: #e5e5e5;
}

.button--gray-bd:link, .button--gray-bd:visited {
  color: #000;
}

.button--gray-bd:before {
  border-top-color: #333;
  border-right-color: #333;
}

.button--red {
  color: #fff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 18px;
  font-weight: bold;
  background-color: #cc0000;
}

.button--red:link, .button--red:visited {
  color: #fff;
}

.button--red-bd {
  padding-top: 12px;
  padding-bottom: 10px;
  border: 1px solid #cc0000;
  color: #cc0000;
  font-family: "Roboto", "sans-serif";
  font-size: 18px;
  font-weight: bold;
  background-color: transparent;
}

.button--red-bd span {
  display: block;
}

.button--red-bd span.lead {
  font-size: 14px;
}

.button--red-bd:link, .button--red-bd:visited {
  color: #cc0000;
}

.button--red-bd:before {
  border-top-color: #cc0000;
  border-right-color: #cc0000;
}

.button--repair {
  padding: 34px 150px;
  color: #fff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 29px;
  font-weight: bold;
  background-color: #cc0000;
  background-image: url("/personal/img/bg-button-repair.jpg");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 767px) {
  .button--repair {
    padding: 18px 60px;
    font-size: 15px;
  }
}

.button--repair:link, .button--repair:visited {
  color: #fff;
}

.button--close {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  background-color: #333;
}

@media only screen and (max-width: 767px) {
  .button--close {
    width: 100%;
    font-size: 14px;
  }
}

.button--close:link, .button--close:visited {
  color: #fff;
}

.button--close:before, .button--close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  width: 17px;
  height: 2px;
  border: 0 none;
  background-color: #fff;
}

.button--close:before {
  transform: translateY(-50%) rotate(45deg);
}

.button--close:after {
  transform: translateY(-50%) rotate(-45deg);
}

.c-linear-gradient {
  background: linear-gradient(#fff 0, #000 100%);
}

.c-wrap-resposive-iframe {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.c-wrap-resposive-iframe iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}




.button-close {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 26px;
  border: 0 none;
  color: #fff;
  background-color: #333;
  outline: 0;
  cursor: pointer;
}

.button-close:before, .button-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 17px;
  height: 2px;
  background-color: #fff;
}

.button-close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.button-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* Utility
   ----------------------------------------------------------------- */
.animation {
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}

.animation:hover {
  background-color: #F00;
}

.animset {
  -webkit-animation: anim 1.5s ease-in-out infinite alternate;
  -o-animation: anim 1.5s ease-in-out infinite alternate;
  -ms-animation: anim 1.5s ease-in-out infinite alternate;
  -moz-animation: anim 1.5s ease-in-out infinite alternate;
  animation: anim 1.5s ease-in-out infinite alternate;
}

@-webkit-keyframes anim {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}

@-moz-keyframes anim {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}

@keyframes anim {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}

/************************************************

 Single property

************************************************/
.set-nowrap {
  white-space: nowrap;
}

.set-pos-rel {
  position: relative;
}

.set-pos-abs {
  position: absolute;
}

.set-hide {
  display: none;
}

.set-disp-cell {
  display: table-cell;
}

.set-disp-ib {
  display: inline-block;
}

.set-valign-m {
  vertical-align: middle;
}

.set-float-l {
  float: left;
}

.set-float-r {
  float: right;
}

.set-valign-m {
  vertical-align: middle;
}

.set-valign-t {
  vertical-align: top;
}

.set-valign-b {
  vertical-align: bottom;
}

.set-align-c {
  text-align: center;
}

.set-align-r {
  text-align: right;
}

.set-align-l {
  text-align: left;
}

.bold {
  font-weight: bold;
}

.set-fs-10 {
  font-size: 1rem;
}

.set-fs-11 {
  font-size: 1.1rem;
}

.set-fs-12 {
  font-size: 1.2rem;
}

.set-fs-13 {
  font-size: 1.3rem;
}

.set-fs-14 {
  font-size: 1.4rem;
}

.set-fs-15 {
  font-size: 1.5rem;
}

.set-fs-16 {
  font-size: 1.6rem;
}

.set-fs-17 {
  font-size: 1.7rem;
}

.set-fs-18 {
  font-size: 1.8rem;
}

.set-fs-19 {
  font-size: 1.9rem;
}

.set-fs-20 {
  font-size: 2rem;
}

.set-fs-21 {
  font-size: 2.1rem;
}

.set-fs-22 {
  font-size: 2.2rem;
}

.set-fs-23 {
  font-size: 2.3rem;
}

.set-fs-24 {
  font-size: 2.4rem;
}

.set-fs-25 {
  font-size: 2.5rem;
}

.set-fs-26 {
  font-size: 2.6rem;
}

.set-fs-27 {
  font-size: 2.7rem;
}

.set-fs-28 {
  font-size: 2.8rem;
}

.set-fs-29 {
  font-size: 2.9rem;
}

.set-fs-30 {
  font-size: 3rem;
}

.set-w-full {
  width: 100%;
}

.set-w-half {
  width: 50%;
}

.set-w-10 {
  width: 10%;
}

.set-w-20 {
  width: 20%;
}

.set-w-30 {
  width: 30%;
}

.set-w-40 {
  width: 40%;
}

.set-w-50 {
  width: 50%;
}

.set-w-60 {
  width: 60%;
}

.set-w-70 {
  width: 70%;
}

.set-w-80 {
  width: 80%;
}

.set-w-90 {
  width: 90%;
}

.set-w-100px {
  width: 100px;
}

.set-w-150px {
  width: 150px;
}

.set-w-200px {
  width: 200px;
}

.set-w-250px {
  width: 250px;
}

.set-w-300px {
  width: 300px;
}

.set-w-350px {
  width: 350px;
}

.set-w-400px {
  width: 400px;
}

.set-w-450px {
  width: 450px;
}

.set-w-500px {
  width: 500px;
}

.reset-mt {
  margin-top: 0;
}

.reset-mr {
  margin-right: 0;
}

.reset-mb {
  margin-bottom: 0;
}

.reset-ml {
  margin-left: 0;
}

.reset-max-w {
  max-width: none;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pr-95 {
  padding-right: 95px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pl-85 {
  padding-left: 85px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pl-95 {
  padding-left: 95px !important;
}

.pl-100 {
  padding-left: 100px !important;
}


.table-dx {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #545556;/*表全体を線で囲う*/

}

.table-dx tr th,
.table-dx tr td {
  padding: 5px 10px;
  border: dashed 1px #82899d;/**/

}

.table-dx tr th {
  background: #545556;
color:#FFF;
text-align:center;

}


