@charset "utf-8";

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* flex */
.flex, .flexA, .flexB, .flexC, .flexD {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0px;
}

.flexA {
  justify-content: space-around;
}
.flexB {
  justify-content: space-between;
}
.flexC {
  justify-content: center;
}
.flexD {
  justify-content: flex-start;
}
.stretch {
	align-content: stretch;
}

.flex > li, .flexA > li, .flexB > li, .flexC > li, .flexD > li {
  list-style: none;
  margin: 0;
  padding-left: 0 !important;
}

.flex > li:before, .flexA > li:before, .flexB > li:before, .flexC > li:before, .flexD > li:before {
	display: none !important;
}

.flex figure img, .flexA figure img, .flexB figure img, .flexC figure img, .flexD figure img {
	display: block;
	width: 100%;
	height: auto;
}

.fb10 {
	flex-basis: 10%;
}
.fb15 {
	flex-basis: 15%;
}
.fb20 {
	flex-basis: 20%;
}
.fb25 {
	flex-basis: 25%;
}
.fb30 {
	flex-basis: 30%;
}
.fb35 {
	flex-basis: 35%;
}
.fb40 {
	flex-basis: 40%;
}
.fb45 {
	flex-basis: 45%;
}
.fb50 {
	flex-basis: 50%;
}
.fb55 {
	flex-basis: 55%;
}
.fb60 {
	flex-basis: 60%;
}
.fb65 {
	flex-basis: 65%;
}
.fb70 {
	flex-basis: 70%;
}
.fb75 {
	flex-basis: 75%;
}
.fb80 {
	flex-basis: 80%;
}
.fb85 {
	flex-basis: 85%;
}
.fb90 {
	flex-basis: 90%;
}

@media all and (max-width: 896px) {
	.flex_sp_col1 .fb10, .flex_sp_col1 .fb15, .flex_sp_col1 .fb20, .flex_sp_col1 .fb25, .flex_sp_col1 .fb30, .flex_sp_col1 .fb35, .flex_sp_col1 .fb40, .flex_sp_col1 .fb45, .flex_sp_col1 .fb50, .flex_sp_col1 .fb55, .flex_sp_col1 .fb60, .flex_sp_col1 .fb65, .flex_sp_col1 .fb70, .flex_sp_col1 .fb75, .flex_sp_col1 .fb80, .flex_sp_col1 .fb85, .flex_sp_col1 .fb90 {
		flex-basis: 100%;
	}
	.flex_sp_col2 .fb10, .flex_sp_col2 .fb15, .flex_sp_col2 .fb20, .flex_sp_col2 .fb25, .flex_sp_col2 .fb30, .flex_sp_col2 .fb35, .flex_sp_col2 .fb40, .flex_sp_col2 .fb45, .flex_sp_col2 .fb50, .flex_sp_col2 .fb55, .flex_sp_col2 .fb60, .flex_sp_col2 .fb65, .flex_sp_col2 .fb70, .flex_sp_col2 .fb75, .flex_sp_col2 .fb80, .flex_sp_col2 .fb85, .flex_sp_col2 .fb90 {
		flex-basis: 49%;
	}
	.flex_sp_col3 .fb10, .flex_sp_col3 .fb15, .flex_sp_col3 .fb20, .flex_sp_col3 .fb25, .flex_sp_col3 .fb30, .flex_sp_col3 .fb35, .flex_sp_col3 .fb40, .flex_sp_col3 .fb45, .flex_sp_col3 .fb50, .flex_sp_col3 .fb55, .flex_sp_col3 .fb60, .flex_sp_col3 .fb65, .flex_sp_col3 .fb70, .flex_sp_col3 .fb75, .flex_sp_col3 .fb80, .flex_sp_col3 .fb85, .flex_sp_col3 .fb90 {
		flex-basis: 32%;
	}

	.flex figure.sp_w90 img, .flex figure.sp_w80 img, .flex figure.sp_w70 img, .flex figure.sp_w60 img, .flex figure.sp_w50 img {
		margin: 0 auto;
	}
	.flex figure.sp_w90 img {
		width: 90%;
	}
	.flex figure.sp_w80 img {
		width: 80%;
	}
	.flex figure.sp_w70 img {
		width: 70%;
	}
	.flex figure.sp_w60 img {
		width: 60%;
	}
	.flex figure.sp_w50 img {
		width: 50%;
	}
}

/* flow style */
.flow > li {
	position: relative;
}
.flow > li figure:after {
	content: "\f0da";
	font-family: "FontAwesome";
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	color: rgba(0,0,0,0.5);
}
.flow > li:last-of-type figure:after {
	display: none;
}
.flow.caretsize1 > li figure:after {
	font-size: 3rem;
	right: -3rem;
}
.flow.caretsize2 > li figure:after {
	font-size: 4rem;
	right: -4rem;
}
.flow.caretsize3 > li figure:after {
	font-size: 5rem;
	right: -5rem;
}

@media all and (max-width: 896px) {
	.flex_sp_col1.flow > li figure:after {
		content: "\f0d7";
		left: 50%;
		transform: translateX(-50%);
	}
	.flex_sp_col1.flow.caretsize1 > li {
		margin-bottom: 6rem;
	}
	.flex_sp_col1.flow.caretsize1 > li figure:after {
		bottom: -3rem;
	}
	.flex_sp_col1.flow.caretsize2 > li {
		margin-bottom:  7rem;
	}
	.flex_sp_col1.flow.caretsize2 > li figure:after {
		bottom: -3.5rem;
	}
	.flex_sp_col1.flow.caretsize3 > li {
		margin-bottom:  8rem;
	}
	.flex_sp_col1.flow.caretsize3 > li figure:after {
		bottom: -4rem;
	}
}


/* box style */
.ctn__box p, .ctn__box ul, .ctn__box ol, .ctn__box table {
	margin-bottom: 1rem;
}
.ctn__box.bgc,
.ctn__box.bdbgc {
	padding: 1rem;
}
.ctn__box.bgc.red {
	background-color: rgba(235,148,148,0.2);
}
.ctn__box.bgc.blue {
	background-color: rgba(239,239,249,0.6);
}
.ctn__box.bgc.gray {
	background-color: rgba(204,204,204,0.3);
}
.ctn__box.bdbgc.red {
	background-color: rgba(235,148,148,0.2);
	border: rgba(235,148,148,0.5) solid 1px;
}
.ctn__box.bdbgc.blue {
	background-color: rgba(239,239,249,0.6);
	border: rgba(239,239,249,1.0) solid 1px;
}
.ctn__box.bdbgc.gray {
	background-color: rgba(204,204,204,0.3);
	border: rgba(204,204,204,1.0) solid 1px;
}


/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.sysWrap {
  margin: 0 auto;
  width: 1200px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

@media all and (max-width: 896px) {
  .sysWrap {
    margin: 0 15px;
    width: auto;
    display: block;
  }
}

/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
  margin: 0 auto;
  width: 176px;
}

.comBtn a {
  margin-right: 5px;
  padding: 10px 5px;
  display: block;
  color: #FFF;
  text-align: center;
  position: relative;
  background-color: #0754DE;
}

.comBtn a:before {
  /*
    position: absolute;
    right: -15px;
    top: 50%;
    width: 30px;
    height: 1px;
    background: -moz-linear-gradient(left,#FFF,#FFF 50%,#0754DE 51%,#0754DE);
    background: -webkit-gradient(linear, left top, right top, from(#FFF),color-stop(0.50, #FFF),color-stop(0.51, #0754DE),to(#0754DE));
    content: "";
    */
}

.comBtn a:after {
  /*
    width: 8px;
    height: 1px;
    position: absolute;
    right: -16px;
    top: 19px;
    transform: rotate(47deg);
    background: #0754DE;

    content: "";
    */
}

.comLink a:hover {
    color: #ffffff;
}

@media all and (max-width: 896px) {
  .comBtn {
    width: 35vw;
  }

  .comBtn a:after {
    top: calc(50% - 3px);
  }
}

/*汎用スタイル*/
.btn__common {
	display: inline-block;
	padding: 1rem 2rem;
	 text-align: center;
	 background-color: rgba(7, 84, 222, 1.0);
	 color: rgba(255,255,255,1.0) !important;
	 text-decoration: none !important;
	 line-height: 1.3;
}
.btn__common:hover {
	opacity: 0.7;
}
.btn__common.stretch {
	width: 100%;
}
.btn__common.round {
	border-radius: 0.5rem;
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
  margin-bottom: 28px;
  font-size: 1.4rem;
  font-weight: 700;
  position: relative;
}

.headLine01 .en {
  margin-bottom: -3px;
  padding-right: 30px;
  display: inline-block;
  color: #1e22aa;
  font-size: 4rem;
  font-style: italic;
  font-weight: 400;
  position: relative;
  z-index: 1;
  letter-spacing: -0.02em;
  background: #FFF;
}

.headLine01:after {
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 32px;
  background: #C6C6EA;
  content: "";
}

.headLine01:before {
  width: 96px;
  height: 26px;
  position: absolute;
  right: 36px;
  top: 20px;
  background: url("../../img/common/bg02.png") no-repeat right center;
  content: "";
}

@media all and (max-width: 896px) {
  .headLine01 {
    font-size: 4vw;
  }

  .headLine01 .en {
    font-size: 9.2vw;
  }

  .headLine01::after {
    top: 7.5vw;
  }

  .headLine01::before {
    top: 3.5vw;
  }
}

/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
  margin: 0 auto;
  width: 245px;
}

.comLink a {
  padding: 20px 5px;
  display: block;
  color: #FFF;
  text-align: center;
  position: relative;
  background-color: #0754DE;
}

.comLink a:before {
  /*
    position: absolute;
    right: -19px;
    top: 50%;
    width: 50px;
    height: 1px;
    background: -moz-linear-gradient(left,#FFF,#FFF 63%,#0754DE 64%,#0754DE);
    background: -webkit-gradient(linear, left top, right top, from(#FFF),color-stop(0.63, #FFF),color-stop(0.64, #0754DE),to(#0754DE));
    content: "";
    */
}

.comLink a:after {
  /*
    width: 10px;
    height: 1px;
    position: absolute;
    right: -21px;
    top: 29px;
    transform: rotate(47deg);
    background: #0754DE;

    content: "";
    */
}

.comLink a span {
  display: block;
  position: relative;
}

.comLink a span:after {
  /*
    width: 35px;
    height: 1px;
    position: absolute;
    right: 8px;
    top: 15px;
    background: #FFF;

    content: "";
*/
}

@media all and (max-width: 896px) {
  .comLink a:after {
    top: calc(50% - 4px);
  }
}

/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
  margin-bottom: 8px;
  font-size: 2.2rem;
  font-weight: 700;
  position: relative;
}

.headLine02 .inn {
  padding: 15px 30px 15px 50px;
  display: inline-block;
  position: relative;
  z-index: 1;
  background: #FFF url("../../img/common/icon07.png") no-repeat left center;
  ;
}

.headLine02:after {
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  background-color: #C6C6EA;
  content: "";
}

@media all and (max-width: 896px) {
  .headLine02 {
    font-size: 4.8vw;
  }
}

/*------------------------------------------------------------
	comTab
------------------------------------------------------------*/
.comTab {
  margin-bottom: 100px;
  font-size: 1.5rem;
}

.comTab table {
  width: 100%;
  border-collapse: collapse;
}

.comTab th,
.comTab td {
  padding: 24px 0;
  text-align: left;
  vertical-align: top;
  box-sizing: border-box;
  border-bottom: 1px solid #F2F2F2;
}

.comTab th {
  padding: 24px 15px;
  width: 22%;
  border-bottom: 1px solid #C6C6EA;
}

#guide .comTab th {
  padding: 24px 15px;
  width: 25%;
  border-bottom: 1px solid #C6C6EA;
}

.comTab td .col {
  color: #0755df;
  text-decoration: underline;
}

.comTab td .ttl {
  margin-bottom: 15px;
  padding: 10px 25px;
  font-weight: 700;
  background-color: #EFEFF9;
}

.comTab td ul {
  margin: 0 25px 32px;
}

.comTab td li {
  padding-left: 9px;
  position: relative;
}

.comTab td li:before {
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 12px;
  border-radius: 50%;
  background-color: #0755df;
  content: "";
}

.comTab td li .red,
#guide .comTab td .red {
  color: #ff0000;
  font-weight: bold;
}

.comTab td li .sml {
  margin-top: 3px;
  padding-left: 1em;
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  text-indent: -1em;
}

.comTab td .txtList01 {
  margin-bottom: 0;
}

.comTab td .redList {
  margin-bottom: 14px;
  color: #ff0000;
  font-size: 1.2rem;
  font-weight: 400;
}

.comTab .ttlB,
.comTab td .ttlB {
  font-weight: bold;
}

.comTab td .redList li {
  padding: 0;
}

.comTab td .redList li:before {
  display: none;
}

.comTab td .txtList02 {
  margin-bottom: 40px;
}

.comTab td .txtList02 li {
  line-height: 1.65;
}

.comTab td .txtList03 {
  margin-bottom: 48px;
}

.comTab td .img {
  margin: -3px 0 5px 20px;
}

.comTab td .txt01 {
  margin: 0 0 13px 25px;
  line-height: 1.7;
}

.comTab td .link {
  margin: 0 0 16px 25px;
}

.comTab .trStyle01 td {
  vertical-align: middle;
}

@media all and (max-width: 896px) {
  .comTab th {
    padding: 24px 5px;
    width: 25%;
  }

  .comTab td .redList {
    font-size: 3vw;
  }

  .comTab td li .sml {
    font-size: 3vw;
  }

	#guide #sysMain .comTab th{
		width: 100%;
		padding-bottom: 10px;
	}

	#guide #sysMain .comTab th,
	#guide #sysMain .comTab td{
		display: block;
	}

}

/*------------------------------------------------------------
	genaral  table
------------------------------------------------------------*/
.generalTable th,
.generalTable td {
	border: #cacaca solid 1px;
	padding: 1rem;
}
.generalTable th {
	font-weight: bold;
	background-color: #efeff9;
}

@media all and (max-width: 896px) {
	.tableWrap table {
		margin-bottom: 2rem;;
	}
 	.tableWrap {
		overflow: auto;
		white-space: nowrap;
	 }
	.tableWrap::-webkit-scrollbar {
		background: #cccccc;
		width: 15px;
		height: 15px;
		border-radius: 15px;
	}
	.tableWrap::-webkit-scrollbar-thumb {
		background: #0754de;
		border-radius: 15px;
	}
	.tableResponsive table {
		width: 100%;
	}
	.tableResponsive table thead {
		display: none;
	}
	.tableResponsive table th {
		display: block;
	}
	.tableResponsive table tr {
		display: block;
		margin-bottom: 2rem;
		border-top: #cacaca solid 1px;
	}
	.tableResponsive table td {
		display: block;
		border-top: none;
	}
	.tableResponsive table td::before {
		content: attr(aria-label);
		display: inline-block;
		font-weight: bold;
		margin-right: 1rem;
		vertical-align: top;
	}
	.tableResponsiveColumn table {
		width: 100%;
	}
	.tableResponsiveColumn table th {
		display: block;
	}
	.tableResponsiveColumn table tr {
		display: block;
	}
	.tableResponsiveColumn table td {
		display: block;
		border-top: none;
	}
}

/*------------------------------------------------------------
	comUl
------------------------------------------------------------*/
.comUl ul {
	margin: 0 0 2em 2em;
	list-style: disc;
}
.comUl li,
.comOl .comUl li {
	list-style: disc;
	font-size: 1em;
	margin-bottom: 0.5em;
}

/* list img */
.comUl.list__img ul {
	margin: 0 0 1em;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.comUl.list__img li {
	list-style: none;
	padding: 0 1rem 0 0;
}
.comUl.list__img li::before {
	display: none;
}

@media all and (max-width: 896px) {
}

/*------------------------------------------------------------
	comOl
------------------------------------------------------------*/
.comOl ol {
	margin: 0 0 2em 2em;
	list-style: decimal;
}
.comOl li {
	list-style: decimal;
	font-size: 1em;
	margin-bottom: 0.5em;
	padding: 0;
}
.comOl li:before {
	display: none;
}

/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
  margin: 0 0 8px 5px;
  padding: 5px 0 5px 23px;
  background: url("../../img/common/icon08.png") no-repeat left center;
}

@media all and (max-width: 896px) {}

/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
  margin-bottom: 22px;
  padding: 10px 25px;
  background-color: #EFEFF9;
  font-size: 2.0rem;
}

/*------------------------------------------------------------
	headLine05
------------------------------------------------------------*/
.headLine05 {
  margin-bottom: 2rem;
  padding-left: 25px;
  font-size: 2.0rem;
  position: relative;
}
.headLine05:before {
	position: absolute;
	content: "\f10c";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 2.2rem;
	left: 0;
	top: -0.1rem;
}
/*------------------------------------------------------------
	headLine06
------------------------------------------------------------*/
.headLine06 {
  margin-bottom: 2rem;
  font-size: 2.0rem;
  color: rgba(7,85,223,0);
}

@media all and (max-width: 896px) {}

/*------------------------------------------------------------
  	comFaq
  ------------------------------------------------------------*/
.comFaq {
  margin-bottom: 5px;
}

.comFaq dt {
  margin-bottom: 36px;
  padding: 18px 30px 18px 70px;
  font-weight: 700;
  border-radius: 35px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: #FFF url("../../img/common/icon09.png") no-repeat left 22px center;
}

@media all and (min-width: 897px) {
  .comFaq dt:hover {
    opacity: 0.7;
  }
}

.comFaq dt:after {
  width: 20px;
  height: 2px;
  position: absolute;
  right: 25px;
  top: 30px;
  background-color: #000;
  content: "";
}

.comFaq dt:before {
  width: 2px;
  height: 20px;
  position: absolute;
  right: 34px;
  top: 21px;
  transform: scaleX(5deg);
  background-color: #000;
  content: "";
}

.comFaq dt.on:before {
  opacity: 0;
}

.comFaq dd {
  margin-top: -36px;
  padding: 18px 30px 54px 70px;
  display: none;
  line-height: 1.68;
  box-sizing: border-box;
  background: url("../../img/common/icon10.png") no-repeat left 22px top 15px;
}

.comFaq dd p {
  margin-bottom: 25px;
}

.comFaq dd .text01 {
  margin-bottom: 29px;
}

.comFaq dd .headLine03 {
  font-size: 1.8rem;
}

.comFaq dd ul {
  margin-bottom: 30px;
}

.comFaq dd li {
  padding-left: 1em;
  position: relative;
}

.comFaq dd li:before {
  width: 3px;
  height: 3px;
  position: absolute;
  left: 0;
  top: 14px;
  border-radius: 50%;
  background: #0755df;
  content: "";
}

.comFaq dd .ttl {
  margin-bottom: 0;
  font-weight: 700;
}

.comFaq dd .text02 {
  margin-bottom: 0;
}

.comFaq dd:last-of-type {
  margin-bottom: 0;
}

@media all and (max-width: 896px) {
  .comFaq {
    width: 96%;
    margin-left: 7px;
  }

  .comFaq dt::after {
    width: 4.5vw;
    top: 50%;
    right: 2.5vw;
    transform: translateY(-50%);
  }

  .comFaq dt:before {
    height: 5vw;
    top: 50%;
    right: 4.5vw;
    transform: translateY(-50%);
  }

  .comFaq dd .headLine03 {
    font-size: 4vw;
  }

  .comFaq dt {
    padding-right: 8vw;
  }
}
/*------------------------------------------------------------
	law page
------------------------------------------------------------*/

@media all and (max-width: 896px) {
	#law .comTab th{
		width: 100%;
		padding-bottom: 10px;
	}
	#law .comTab th,#law .comTab td{
		display: block;
	}
	#law .comTab td{
		border-bottom: none;
		margin: 0 5px;
	}
}

/*------------------------------------------------------------
	YouTube
------------------------------------------------------------*/
.video_box {
  width: 100%;
  margin: 0 0 20px;
  position: relative;
  padding-top: 56.25%;
}
@media screen and (max-width: 896px) {
  .video_box {
    margin-bottom: 30px;
  }
}
.video_box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*------------------------------------------------------------
	Modal Window
------------------------------------------------------------*/
/* button tag version*/
/*
.modal_trigger_open {
	cursor: pointer;
	border: none;
	background-color: transparent;
	display: block;
	margin: 1rem auto 0;
	font-size: 80%;
	color: #0755df;
}
.modal_trigger_open:before {
	content: "\f002";
	font-family: "FontAwesome";
	display: inline-block;
	margin-right: 0.5rem;
}
*/

/* anchor tag version*/
.modal_trigger_open {
	display: inline-block;
	margin: 1rem auto 0;
	font-size: 80%;
	color: #0755df !important;
}
.modal_trigger_open:before {
	content: "\f002";
	font-family: "FontAwesome";
	display: inline-block;
	margin-right: 0.5rem;
}
.modal_trigger_open:hover {
	opacity: 0.7;
}

.modal_window {
	position: fixed;
	width: 70vw;
	max-height: 90vh;
	border-radius: 5px;
	background-color: #ffffff;
	box-shadow: 0 0 30px rgba(0,0,0,0.5);
	overscroll-behavior-y: contain;
	inset: 0;
}
.modal_window::backdrop {
	background-color: rgba(0,0,0,0.5);
}
.modal_content {
	position: relative;
	padding: 50px 30px 15px;
}
.modal_content figure img {
	display: block;
	width: 100%;
}
.modal_trigger_close {
	display: block;
	width: 30px;
	height: 30px;
	border: none;
	right: 15px;
	top: 15px;
	position: absolute;
	cursor: pointer;
	background-color: transparent;
}
.modal_trigger_close::after {
	content: "\f00d";
	left: 50%;
	height: 50%;
	font-family: FontAwesome;
	font-size: 150%;
}
@media screen and (max-width: 896px) {
	.modal_window {
		width: 95vw;
	}
	.modal_content {
		padding: 25px 0 0;
	}
	.modal_trigger_close {
		right: 0;
		top: -1rem;
	}
}


/*------------------------------------------------------------
	component
------------------------------------------------------------*/
/*margin*/
.mb__0{
	margin-bottom: 0 !important;
}
.mb__10px{
	margin-bottom: 10px !important;
}
.mb__20px{
	margin-bottom: 20px !important;
}
.mb__30px{
	margin-bottom: 30px !important;
}
.mb__40px{
	margin-bottom: 40px !important;
}
.mb__50px{
	margin-bottom: 50px !important;
}
.mb__60px{
	margin-bottom: 60px !important;
}
.mb__70px{
	margin-bottom: 70px !important;
}
.mb__80px{
	margin-bottom: 80px !important;
}
.mb__90px{
	margin-bottom: 90px !important;
}
.mb__100px{
	margin-bottom: 100px !important;
}
.mb__1rem{
	margin-bottom: 1rem !important;
}
.mb__2rem{
	margin-bottom: 2rem !important;
}
.mb__3rem{
	margin-bottom: 3rem !important;
}
.mb__4rem{
	margin-bottom: 4rem !important;
}
.mb__5rem{
	margin-bottom: 5rem !important;
}
.mb__6rem{
	margin-bottom: 6rem !important;
}
.mb__7rem{
	margin-bottom: 7rem !important;
}
.mb__8rem{
	margin-bottom: 8rem !important;
}
.mb__9rem{
	margin-bottom: 9rem !important;
}
.mb__10rem{
	margin-bottom: 10rem !important;
}

.mt__10px{
	margin-top: 10px !important;
}
.mt__20px{
	margin-top: 20px !important;
}
.mt__30px{
	margin-top: 30px !important;
}
.mt__40px{
	margin-top: 40px !important;
}
.mt__50px{
	margin-top: 50px !important;
}
.mt__60px{
	margin-top: 60px !important;
}
.mt__70px{
	margin-top: 70px !important;
}
.mt__80px{
	margin-top: 80px !important;
}
.mt__90px{
	margin-top: 90px !important;
}
.mt__100px{
	margin-top: 100px !important;
}
.mt__1rem{
	margin-top: 1rem !important;
}
.mt__2rem{
	margin-top: 2rem !important;
}
.mt__3rem{
	margin-top: 3rem !important;
}
.mt__4rem{
	margin-top: 4rem !important;
}
.mt__5rem{
	margin-top: 5rem !important;
}
.mt__6rem{
	margin-top: 6rem !important;
}
.mt__7rem{
	margin-top: 7rem !important;
}
.mt__8rem{
	margin-top: 8rem !important;
}
.mt__9rem{
	margin-top: 9rem !important;
}
.mt__10rem{
	margin-top: 10rem !important;
}

.ml__10px{
	margin-left: 10px !important;
}
.ml__20px{
	margin-left: 20px !important;
}
.ml__30px{
	margin-left: 30px !important;
}
.ml__40px{
	margin-left: 40px !important;
}
.ml__50px{
	margin-left: 50px !important;
}
.ml__1rem{
	margin-left: 1rem !important;
}
.ml__2rem{
	margin-left: 2rem !important;
}
.ml__3rem{
	margin-left: 3rem !important;
}
.ml__4rem{
	margin-left: 4rem !important;
}
.ml__5rem{
	margin-left: 5rem !important;
}


/*font style*/
.txt__center {
	text-align: center;
}
.txt__right {
	text-align: right;
}

/*font color*/
.fc_red {
	color: #ff0000;
}

.fc_blue {
	color: #0755df;
}

/*background color*/
.bgc {
	padding: 1rem;
}
.bgc.gray {
	background-color: rgba(0,0,0,0.075);
}

/*font size*/
.small {
	font-size: small;
}
.x_small {
	font-size: x-small;
}
.xx_small {
	font-size: xx-small;
}
.large {
	font-size: large;
}
.x_large {
	font-size: x-large;
}
.xx_large {
	font-size: xx-large;
}

.fs70 {
	font-size: 70%;
}
.fs80 {
	font-size: 80%;
}
.fs90 {
	font-size: 90%;
}
.fs110 {
	font-size: 110%;
}
.fs120 {
	font-size: 120%;
}
.fs130 {
	font-size: 130%;
}

/*font weight*/
.fw__bold {
	font-weight: bold;
}

/*display type*/
.disp_inline-block {
	display: inline-block;
}
.disp_block {
	display: block;
}

/*image*/
.img_streth {
	display: block;
	width: 100%;
	height: auto;
}

@media screen and (max-width: 896px) {
	.img_sp_strecth {
		display: block;
		width: 100%;
		height: auto;
	}
}

.img_border {
	border: rgba(0,0,0,0.15) solid 1px;
}

/*media control*/
.sp_hidden {
	display: block;
}
@media screen and (max-width: 896px) {
	.sp_hidden {
		display: none;
	}
}
.pc_hidden {
	display: none;
}
@media screen and (max-width: 896px) {
	.pc_hidden {
		display: block;
	}
}