/*
 * ------- additional css elements  ---------------------
 */
 /*----------------------
 none
 ----------------------*/
 .pcOFFtabletOFFspON{display: none;}
 @media screen and (max-width: 768px) {
  .pcOFFtabletOFFspON{display: none;}
 }
 @media only screen and (max-width: 600px) {
  .pcOFFtabletOFFspON{display: block;}
 }

 .pcOFFtabletONspOFF{display: none;}
 @media screen and (max-width: 768px) {
  .pcOFFtabletONspOFF{display: block;}
 }
 @media only screen and (max-width: 600px) {
  .pcOFFtabletONspOFF{display: none;}
 }

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

 @media screen and (min-width: 769px) {
  .pcOFFtabletONspON{display: none;}
 }

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

 @media only screen and (max-width: 600px) {
  .pcONtabletONspOFF{display: none;}
 }

 /*===========================
 margin
 ===========================*/
 .mt0{margin-top: 0;}
 .mt10{margin-top: 10px;}
 .mt20{margin-top: 20px;}
 .mt30{margin-top: 30px;}
 .mt40{margin-top: 40px;}
 .mt50{margin-top: 50px;}

 .mb0{margin-bottom: 0;}
 .mb10{margin-bottom: 10px;}
 .mb20{margin-bottom: 20px;}
 .mb30{margin-bottom: 30px;}
 .mb40{margin-bottom: 40px;}
 .mb50{margin-bottom: 50px;}
 .mb60{margin-bottom: 60px;}
 .mb70{margin-bottom: 70px;}
 .mb80{margin-bottom: 80px;}
 .mb90{margin-bottom: 90px;}
 .mb100{margin-bottom: 100px;}

 /*===========================
 a
 ===========================*/
 a{color: #2981c0;}
 a.underline{text-decoration: underline !important;}

 /*===========================
 align
 ===========================*/
 .txc{text-align: center;}
 .txr{text-align: right;}

 .center-pcONspOFF{text-align: center;}
 @media screen and (max-width: 768px) {
  .center-pcONspOFF{text-align: left;}
 }

 .center-pcONtabletONspOFF{text-align: center;}
 @media screen and (max-width: 600px) {
  .center-pcONtabletONspOFF{text-align: left;}
 }

 @media screen and (max-width: 768px) {
  .center-pcOFFspOFF{text-align: center;}
 }


 /*===========================
 text
 ===========================*/
 .txt-s{
  font-size: 0.9rem;
 }
 .txt-red{
  color: #e00303;
 }

 .fb-b{
 	font-weight: bold;
 }

 .fb01{
  font-weight: bold;
  font-size: 1.1rem;
 }

 .fb02{
  font-weight: bold;
  font-size: 1.1rem;
  color: #a165a8;
 }

 .fb03{
  font-weight: bold;
  font-size: 1.1rem;
  color: #e60000;
 }

 .fb04{
  font-weight: bold;
  font-size: 1.5rem;
  color: #a165a8;
 }
 @media screen and (max-width: 768px) {
  .fb04{
 	 font-size: 1.2rem;
  }
 }

 .fb05{
  font-weight: bold;
  color: #e60000;
 }


 /*===========================
 btn
 ===========================*/
 /*btn01----------*/
 .btn01{
  text-align: center;
  margin: 50px auto 0;
  width:250px;
 }

 .btn01 a{
  background-color: #2981c0;
  text-decoration: none;
  color: #fff;
  display: block;
  text-decoration:none;
  line-height:normal;
  padding:0.4em 1em;
  box-sizing: border-box;
  border-radius: 3em;
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
 }

 .btn01 a:hover{
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity:0.7;
  -khtml-opacity: 0.7;
  opacity:0.7;
  zoom:1;

  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
 }


 /*===========================
 table
 ===========================*/
 .top th,.cont1-add th,.cont2-add th,.cont3-add th{
  background-color: #a165a8 !important;
  text-align: center;
 }

 /*===========================
 ph
 ===========================*/
 /*s-ph----------*/
 @media screen and (min-width: 769px) {
  .s-ph{
 	 width: 60%;
 	 margin: 0 auto 50px;
  }
 }
 @media screen and (max-width: 768px) {
  .s-ph{
 	 margin: 0 auto 30px;
 	 width: 94%;
  }
 }


 /*===========================
 indent
 ===========================*/
 .indent01{
  padding-left:1.4em !important;
  text-indent:-1.4em;
 }

 .indent02{
  padding-left:1.3em !important;
  text-indent:-1.3em;
 }

 .indent03{
  padding-left:1.1em !important;
  text-indent:-1.1em;
 }

 .indent04{
  padding-left:1.6em !important;
  text-indent:-1.6em;
 }

 .indent05{
  padding-left:1em !important;
  text-indent:-1em;
 }

 .indent06{
  padding-left:1.8em !important;
  text-indent:-1.8em;
 }

 .indent07{
  padding-left:2.3em !important;
  text-indent:-2.3em;
 }

 /*===========================
 ul li
 ===========================*/
 /*ul-center----------*/
 .ul-center{
  width: fit-content;
  margin: auto;
 }

@media screen and (max-width: 768px) {
	.ul-sp-center{
	 width: fit-content;
	 margin: auto;
	}
}

 /*circle3-box----------*/
 .circle3-box::before,
 .circle3-box::after{
 	content: ".";
 	display: block;
 	height: 0;
 	overflow: hidden;
 }
 .circle3-box::after{
 	clear: both;
 }

 .circle3-box li{
 	float: left;
 	width: 29.65%;
 	padding: 0 0 1.3% 3%;
 	margin: 0 1% 1em 0;
 	border-bottom: 1px dashed #CCC;
 }

 @media screen and (min-width: 769px) {
 	.circle3-box li:nth-child(3n){
 		margin-right: 0 !important;
 	}
 }

 @media screen and (max-width: 768px) {
 	.circle3-box li{
 		float: left;
 		width: 43%;
 		padding: 0 0 1.3% 6%;
 		margin: 0 2% 1em 0;
 	}

 	.circle3-box li:nth-child(2n){
 		margin-right: 0 !important;
 	}
 }

 @media screen and (max-width: 600px) {
 	.circle3-box li{
 		float: left;
 		width: 100%;
 		box-sizing: border-box;
 	}

 	.circle3-box li:nth-child(2n){
 		margin-right: 0 !important;
 	}
 }


 .circle3-box li:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #222;
  border-radius: 50%;
  /* [disabled]left: 0.5em;
 */
  margin-top: 0.6em;
  margin-left: -1em;
 }




 /*circle4-box----------*/
 .circle4-box::before,
 .circle4-box::after{
 	content: ".";
 	display: block;
 	height: 0;
 	overflow: hidden;
 }
 .circle4-box::after{
 	clear: both;
 }

 .circle4-box li{
 	float: left;
 	width: 21.25%;
 	padding: 0 0 1.3% 3%;
 	margin: 0 1% 1em 0;
 	border-bottom: 1px dashed #CCC;
 }

 @media screen and (min-width: 601px) {
 	.circle4-box li:nth-child(4n){
 		margin-right: 0 !important;
 	}
 }

 @media screen and (max-width: 600px) {
 	.circle4-box li{
 		float: left;
 		width: 43%;
 		padding: 0 0 1.3% 6%;
 		margin: 0 2% 1em 0;
 		border-bottom: 1px dashed #CCC;
 	}

 	.circle4-box li:nth-child(2n){
 		margin-right: 0 !important;
 	}
 }

 .circle4-box li:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #222;
  border-radius: 50%;
  /* [disabled]left: 0.5em;
 */
  margin-top: 0.6em;
  margin-left: -1em;
 }


/*===========================
header
===========================*/
.logo img {
 max-width:250px;
}

@media screen and (max-width: 600px) {
 .logo img {
	 max-width:200px;
	 margin-top: 5px;
 }
}

/*===========================
top
===========================*/
/*box01----------*/
@media screen and (min-width: 769px) {
	.top .box01 .in01{
		display: flex;
		flex-wrap:wrap;
	}
}

.top .box01 .in01 .de01{
	text-align: center;
}
@media screen and (min-width: 769px) {
	.top .box01 .in01 .de01{
		width: 48%;
	}
}

@media screen and (min-width: 769px) {
	.top .box01 .in01 .de01:nth-child(odd){
		margin-right: 4%;
	}
}

.top .box01 .in01 .de01 h2{
	border: 2px solid #a165a8;
	color: #a165a8;
	padding: 3px 0;
	margin-bottom: 15px;
}

.top .box01 .in01 .de01 p{
	margin-bottom: 15px;
	font-size: 1.3rem;
}

.top .box01 .in01 .de01.end{
	padding-top: 38px;
}
@media screen and (max-width: 768px) {
	.top .box01 .in01 .de01.end{
		padding-top: 0;
		margin-top: 30px;
	}
}

/*===========================
 cont1-add
===========================*/
/*box01----------*/
.cont1-add .box01 h3{
  background-color: #a165a8 !important;
  color: #fff;
  line-height: 100%;
  padding: 8px 0;
  margin-bottom: 15px;
}

.cont1-add .box01 h3:after{
  content: none;
}

/*box02----------*/
/*table-----*/
@media screen and (min-width: 601px) {
  .cont1-add .box02 .scroll{
    border-right: none;
  }

  .scroll::-webkit-scrollbar {
   height: 0 !important;
  }
}

.cont1-add .box02 th:first-child,
.cont1-add .box02 th:nth-child(3){
  width: 20%;
}

.cont1-add .box02 td:first-child{
  background-color: #feecde;
  text-align: center;
  vertical-align: middle;
}

.cont1-add .box02 td:nth-child(3){
  text-align: center;
  vertical-align: middle;
}

/*contactBtnWrap-----*/
.cont1-add .box02 .in01 .contactBtn span{
  width: 220px;
}
@media screen and (max-width: 600px) {
  .cont1-add .box02 .in01 .contactBtn a,
  .cont1-add .box02 .in01 .contactBtn span{
    width: 240px;
  }
}

.cont1-add .small-writeup h3{
  font-size: 1.5rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .cont1-add .small-writeup h3{
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}

/*===========================
 cont2-add
===========================*/
/*box01----------*/
@media screen and (min-width: 769px) {
  .cont2-add .box01 .first .fb04{
    margin-top: 75px;
  }
}

/*h4-----*/
.cont2-add .box01 h4{
  text-align: center;
  color: #fff;
  background-color: #a165a8;
  font-size: 1.4rem;
  font-weight: normal;
  padding: 8px 0;
  line-height: 100%;
  margin-bottom: 15px;
}


/*box02----------*/
/*in01-----*/
.cont2-add .box02 .in01 h4{
  font-size: 1.6em;
	margin-bottom: 1.5em;
  text-align: center;
  font-weight: normal;
}

.cont2-add .box02 .in01 .flow-down{
  padding-bottom: 50px;
}



/*===========================
 cont3-add
===========================*/
/*box01----------*/
.cont3-add .box01 p{
	font-size: 1.8rem;
	text-align: center;
	line-height: 150%;
	color: #a165a8;
}
@media screen and (max-width: 768px) {
	.cont3-add .box01 p{
		font-size: 1.5rem;
	}
}

@media screen and (max-width: 768px) {
  .cont3-add .txtBnr.insta-btn{
  	width: 100%;
  	margin: 0 auto;
  }
}

.cont3-add .txtBnr.insta-btn a{
  width: 150px !important;
	margin: 0 auto;
  padding-top: 5px;
  padding-bottom: 5px;
	text-align: center;
	display: block;
  background: url(../img/common/btn_arrow_insta.png) right 0.5em center no-repeat,#fff;
  color: #df2b72;
  border: 1px solid #df2b72;
}

.cont3-add .txtBnr.insta-btn a span{
  display: block;
  background: url(../img/common/instagram.png) left center no-repeat;
  background-size: 20px;
  padding-left: 15px;
}


/*box01----------*/
.cont3-add .box02 h4{
  background-color: #a165a8;
  padding: 5px 10px;
  color:#fff;
}


/*===========================
inqset
===========================*/
@media screen and (min-width: 769px) {
	.secondary .inqset span.contact{
		width: 180px;
		display: inline-block;
	}
}

/*===========================
sns-box
===========================*/
.sns-box{
	margin: 0 auto;
	padding-bottom: 40px;
}
@media screen and (min-width: 769px) {
	.sns-box{
		max-width: 1200px;
	}
}
@media screen and (max-width: 768px) {
	.sns-box{
		padding: 0 5% 2%;
	}
}

.sns-box h2,
.sns-box h3{
	text-align: center;
}

.sns-box h3{
	border-bottom: 1px dotted #b1b1b0;
	padding-bottom: 3px;
	margin-bottom: 10px;
}

.sns-box .in01{
	display: flex;
}
@media screen and (max-width: 600px) {
	.sns-box .in01{
		display: block;
	}
}

.sns-box .in01 .de01{
	width: 32%;
}

@media screen and (max-width: 600px) {
	.sns-box .in01 .de01{
		width: 100%;
		margin-bottom: 20px;
	}
}

.sns-box .in01 .de01:nth-child(-n+2){
	margin-right: 4%;
}

.sns-box .in01 .de01 .txtBnr a{
	padding-top: 5px;
	padding-bottom: 5px;
}

.sns-box .in01 .de01 .txtBnr.fb,
.sns-box .in01 .de01 .txtBnr.insta{
	width: 100%;
	margin: 0 auto;
}

.sns-box .in01 .de01 .txtBnr.fb a,
.sns-box .in01 .de01 .txtBnr.insta a{
	width: 150px !important;
	margin: 0 auto;
	text-align: center;
	display: block;
}

.sns-box .in01 .de01 .txtBnr.fb a{
	background: url(../img/common/btn_arrow_fb.png) right 0.5em center no-repeat,#fff;
  color: #1877f2;
  border: 1px solid #1877f2;
}

.sns-box .in01 .de01 .txtBnr.fb a span{
  display: block;
  background: url(../img/common/facebook2.png) left center no-repeat;
  background-size: 20px;
  padding-left: 10px;
}

.sns-box .in01 .de01 .txtBnr.insta a{
  background: url(../img/common/btn_arrow_insta.png) right 0.5em center no-repeat,#fff;
  color: #df2b72;
  border: 1px solid #df2b72;
}

.sns-box .in01 .de01 .txtBnr.insta a span{
  display: block;
  background: url(../img/common/instagram.png) left center no-repeat;
  background-size: 20px;
  padding-left: 15px;
}

.sns-box .in01 .de01 .txtBnr{
	margin: 0 !important;
}

@media screen and (min-width: 769px) {
	.sns-box .in01 .de01 .txtBnr.link{
		margin-right: 4% !important;
		width: 48%;
	}
	.sns-box .in01 .de01 .txtBnr.link:last-child{
		margin-right: 0 !important;
	}
}
@media screen and (max-width: 768px) {
	.sns-box .in01 .de01 .txtBnr.link{
		width: 100%;
	}
}


.sns-box .in01 .de01 .txtBnr.link a{
	width: 100%;
	display: inline-block;
	text-align: center;
}
@media screen and (min-width: 769px) {
	.sns-box .in01 .de01 .txtBnr.link a{
		box-sizing: border-box;
	}
}
@media screen and (max-width: 768px) {
	.sns-box .in01 .de01 .txtBnr.link a{
		width: 150px !important;
		margin: 0 auto 10px;
		text-align: center;
		display: block;
	}

	.sns-box .in01 .de01 .txtBnr.link:last-child a{
		margin-bottom: 0;
	}
}


/*===========================
色変更
===========================*/

/* 基本カラー  */

.fcBasic {
	color:#;
}


/*----------------------------
table
-----------------------------*/
table th {
	border: 1px #dadada solid;
	background-color: #3596ba;
	color: #fff;
}
table td {
	border: 1px #ddd solid;
}
/* 線のtable */

table.table-various1 th {
	border-bottom: 1px #dadada solid;
}
table.table-various1 th span {
	color: #333;
}

table.table-various1 td {
	border-bottom: 1px #ddd solid;
}

/* 横→縦 */


 @media only screen and (max-width: 768px) {
table {
 border-top: 1px #ddd solid;
}

table.table-various1 th {
 background-color: #eee;
 box-sizing: border-box;
}

/*　可変しないtable　*/

.noChangeTable table th {
	width:auto;
	display:table-cell;
	vertical-align:middle;
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	box-sizing: border-box;
}
.noChangeTable table td {
	width:auto;
	display:table-cell;
}

}

/*----------------------------
others
-----------------------------*/

/* number */

.r-number {
	background-color: #3596ba;
	color: #FFF;
}

/* faq */
.content .faq h3::before {
 background-color: #f19c5c;
}
.content .faq h3::after {
 background: #dcdcdc;
}

.content .faq .answer::before {
 background-color: #87A9D1;
}

/*----------------------------
list
-----------------------------*/

.content ul.check li::before,
.content ul.check2 li::before {
	color:#a165a8;
}

.content ul.circle li:before {
	background-color: #222;
}





/*===========================
追加
===========================*/

.indent-1 {
	padding-left: 1em; /*1em（1文字）分、右に動かす*/
	text-indent: -1em; /*最初の行だけ1em（1文字）分、左に動かす*/
	line-height: 1.5em;
}

.txtIcon {
	display:inline-block;
	color:#FFF;
	text-align:center;
	line-height:normal;
	padding:0.3em 1em 0.4em 1em;
	background-color:#319DA6;
	margin-bottom:10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

	text-align:center !important;
}

.txtRight {
	text-align:right !important;
}

.txtLeft {
	text-align:left !important;
}

.catchcopy {
	font-size: 2rem;
	font-family: 'Noto Sans Japanese';
	font-weight: 400;
	line-height:1.3em;
	color: #A81120;
}
.catchcopy2 {
	font-size: 1.5rem;
	font-family: 'Noto Sans Japanese';
	font-weight: 400;
	line-height:1.3em;
	color: #A81120;
}


.box {
	background-color: #f6f6f6;
	border: 2px dashed #fff;
	border-radius: 8px;
	box-shadow: 0 0 0 8px #f6f6f6;
	padding: 2em;
}
.box h3 {
	font-size: 1.4em;
	margin-bottom: 1em;
}
.box h3::after {
	position: relative;
	background: none;
	bottom: 0;
}
.box2 {
	background-color: #f6f6f6;
	border: 2px solid #fff;
	box-shadow: 0 0 0 2px #f6f6f6;
	padding: 2em;
}
.box2 h3 {
	font-size: 1.4em;
	margin-bottom: 1em;
}
.box2 h3::after {
	position: relative;
	background: none;
	bottom: 0;
}
.box3 {
	border: 4px double #ccc;
	padding: 2em;
}
.box3 h3 {
	font-size: 1.4em;
	margin-bottom: 1em;
	border: none;
	padding: 0;
}
.box3 h3::after {
	position: relative;
	background: none;
	bottom: 0;
}

.comingsoon {
	border: 4px double #ccc;
	padding: 20% 2em;
	text-align: center;
	font-size: 2em;
}

/*===========================
list
===========================*/

ul.nb_circle li {
	padding: 0 0 0.2em 1.2em;
	margin-bottom: 0.2em;
}
ul.nb_circle li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #222;
	border-radius: 50%;
	left: 0.3em;
	margin-top: 0.5em;
}
ul.nb_circle2 li {
	float: left;
	width: 43%;
	padding: 0 0 0.3em 1em;
	margin: 0 1%;
	border-bottom: none;
}
ul.nb_circle2 li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #222;
	border-radius: 50%;
	/* [disabled]left: 0.5em;
*/
	margin-top: 0.6em;
	margin-left: -1em;
}

ul.nb_circle, ul.nb_circle2, ul.circle2, ul.circle3, ul.check2, ul.check3 {
	position: relative;
}
ul.circle2 li, ul.check2 li {
	float: left;
	width: 44%;
	padding: 0 0 0.5em 1.8em;
	margin: 0 1% 0.5em;
	border-bottom: 1px dashed #CCC;
}
ul.circle2 li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #222;
	border-radius: 50%;
	/* [disabled]left: 0.5em;
	*/}
ul.circle3 li, ul.check2 li {
	float: left;
	width: 27%;
	padding: 0 0 0.5em 1.8em;
	margin: 0 1% 0.5em;
	border-bottom: 1px dashed #CCC;
}



ul.check2 li::before {
	display: block;
	position: absolute;
	content: "\f14a";
	font-family: FontAwesome;
	font-size: 1.3em;
	margin-left: -1.2em;
}
ul.circle3 li, ul.check3 li {
	float: left;
	width: 27%;
	margin: 0 1.5% 0.5em;
	padding-bottom: 0.5em;
}
ul.circle3 li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #222;
	border-radius: 50%;
	/* [disabled]left: 0.5em;
*/
	margin-top: 0.6em;
	margin-left: -1em;
}
ul.check3 li::before {
	display: block;
	position: absolute;
	content: "\f14a";
	font-family: FontAwesome;
	font-size: 1.3em;
	margin-left: -1.2em;
}
ul.circle4 li, ul.check4 li {
	float: left;
	padding: 0 0 0.5em 1.8em;
	margin: 0 1.5% 0.5em;
	width: 22%;
}
ul.circle4 li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #222;
	border-radius: 50%;
	/* [disabled]left: 0.5em;
*/
	margin-top: 0.6em;
	margin-left: -1em;
}
ul.check4 li::before {
	display: block;
	position: absolute;
	content: "\f14a";
	font-family: FontAwesome;
	font-size: 1.3em;
	margin-left: -1.2em;
}
ul.circle5 li {
	margin-bottom: 0.2em;
	margin-top: 0.2em;
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 1.8em;
	margin-right: 35px;
}
ul.circle5 li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #222;
	border-radius: 50%;
	/* [disabled]left: 0.5em;
*/
	margin-top: 0.6em;
	margin-left: -1em;
}
ul.li_pdf {
	position: relative;
}
ul.li_pdf li {
	padding: 0 0 0.5em 1.8em;
	margin-bottom: 0.5em;
}
ul.li_pdf li:before {
	display: block;
	position: absolute;
	content: "\f1c1";
	font-family: FontAwesome;
	font-size: 1.3em;
	margin-left: -1.2em;
}
ul.li_pdf2 {
	position: relative;
}
ul.li_pdf2 li {
	float: left;
	width: 45%;
	padding: 0 0 0.5em 1.8em;
	margin: 0 1% 0.5em;
}
ul.li_pdf2 li:before {
	display: block;
	position: absolute;
	content: "\f1c1";
	font-family: FontAwesome;
	font-size: 1.3em;
	margin-left: -1.2em;
}
ol.num-list {
	counter-reset:number; /*数字をリセット*/
	list-style-type: none!important; /*数字を一旦消す*/
	padding:0.5em;
}
ol.num-list li {
	position: relative;
	padding-left: 30px;
	line-height: 1.5em;
	padding: 0.5em 0.5em 0.5em 30px;
}
ol.num-list li:before {
	/* 以下数字をつける */
  position: absolute;
	counter-increment: number;
	content: counter(number);
	/*以下数字のデザイン変える*/
  display:inline-block;
	background: #ee8800;
	color: white;
	font-family: 'Avenir', 'Arial Black', 'Arial', sans-serif;
	font-weight:bold;
	font-size: 15px;
	border-radius: 50%;
	left: 0;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align:center;
	/*以下 上下中央寄せのため*/
  top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
 @media screen and (max-width: 768px) {
.content ul.circle2 li, .content ul.check2 li , .content ul.circle3 li, .content ul.check3 li{
	float: none;
	padding: 0 0 0.5em 1.8em;
	margin: 0 1% 0.7em;
	width: 90%;
}
ul.circle5 li {
	width: 90%;
}
ul.li_pdf2 li {
	float: none;
	width: 90%;
	margin: 0 auto;
	margin-bottom: 0.5em;
}
}

/* ボタン */

.btn2 a {
	text-decoration: none;
	text-align:center;
	color: #FFF !important;
	position: relative;
	display: inline-block;
	padding: 0 1em;
	line-height: 30px;
	background: #00679c;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius: 2px;
	transition: all .3s;
	-webkit-transition: all .3s;
	margin-top: 5px;
}
.btn2 a:hover {
	background:#A0BFE2;
}

/* フローSmall */

.area_flowS {
	padding:0 0px;
	width: 80%;
	margin: 0 auto;
}
.area_flowS .inner_flow {
	background-color:#fafafa;
	border:1px solid #D9D9D9;
	padding: 1em;
	border-radius:5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
	min-height:1em;
}

.area_flowS .inner_flow h3 {
	font-size: 1.4em;
	margin-bottom: 1em;
	border: none;
	padding: 0;
}
.area_flowS .inner_flow h3::after {
	position: relative;
	background: none;
	bottom: 0;
}

.area_flowS .inner_flow .txtWrap {
}

.area_flowS .arrow {
	margin:0 auto 5px auto;
	display:block;
	width:40px;
	height:26px;
	background: url(../img/content/arrow_down_s.png) center bottom no-repeat;
	text-indent:-9999px;
}


/* 画像とテキストを交互に表示 */


.contents-wrap {
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;    /*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display: flex;
	-webkit-box-pack: justify; /*Android4.3*/
	-moz-box-pack: justify;    /*Firefox21*/
	-ms-flex-pack: justify;    /*IE10*/
	-webkit-justify-content: space-between; /*PC-Safari,iOS8.4*/
	justify-content: space-between;
}
.contents-wrap:nth-child(odd) {
	-ms-flex-direction:row-reverse; /*IE10*/
	-webkit-flex-direction:row-reverse; /*old webkit browser*/
	flex-direction:row-reverse;
}
.contents-text {
	width: 47.5%; /*flex: 2;*/
}
.contents-img {
	width: 47.5%; /*flex: 1;*/
}
.contents-text h3 {
	margin-bottom: 2rem;
	font-size: 2rem;
	line-height:1.1em;
	border: none;
	padding:0;
}
.contents-img img {
	display: block;
	width: auto;
	max-width: 100%;
}
@media screen and (max-width: 768px) {
.contents-wrap, .contents-wrap:nth-child(odd) {
	-ms-flex-direction:row-reverse; /*IE10*/
	-webkit-flex-direction:row-reverse; /*old webkit browser*/
	flex-direction: column-reverse;
}
.contents-text, .contents-img {
	width: 100%; /*flex: 1;*/
	margin-bottom:3em;
}
.contents-text h3 {
	text-align: center;
}
}

.hoverTrans a:hover {
    cursor:pointer;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity:0.7;
    zoom:1;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}


/*===========================
レスポ化対応
===========================*/

.telNoDeco a {
	text-decoration:none !important;
	color:#333 !important;
}

.telNoDeco a:hover {
	filter: alpha(opacity=100) !important;
	-moz-opacity: 1 !important;
	opacity: 1 !important;
}

.telNoDecoWhite a {
	text-decoration:none !important;
	color:#fff !important;
}

.telNoDecoWhite a:hover {
	filter: alpha(opacity=100) !important;
	-moz-opacity: 1 !important;
	opacity: 1 !important;
}


.fs60p {
	font-size:60% !important;
}

.fs70p {
	font-size:70% !important;
}

.fs80p {
	font-size:80% !important;
}

.fs90p {
	font-size:90% !important;
}

.fs110p {
	font-size:110% !important;
}

.fs120p {
	font-size:120% !important;
	line-height:1.4em !important;
}

.fs130p {
	font-size:130% !important;
	line-height:1.4em !important;
}

.fs140p {
	font-size:140% !important;
	line-height:1.4em !important;
}

.fs140pM {
	font-size:140% !important;
	line-height:1.8em !important;
}

.fs150p {
	font-size:150% !important;
	line-height:1.4em !important;
}

.fs200p {
	font-size:200% !important;
	line-height:1.4em !important;
}


/* onOff */

.pcOFFtabletON
 {
	display:none;
}

.pcONtabletOFF {
}

.pcONtabletOFFspON {
}


.pcOFFspON {
	display:none;
}

.pcOFFtabletONspOFF {
	display:none;
}


.pcONspOFF {
}

.txtPCcenterSPLeft {
	text-align:center !important;
}

.txtPCLeftSPcenter {
	text-align:left !important;
}


.txtPCcenterTabletLeft {
	text-align:center !important;
}

/* 特別 */

.clear {
	clear:both;
}

div.clear {
	height:0px;
	line-height:0;
	font-size:0;
}



/* list */

ul.liReseter  {
	line-height:1.8em;
	margin-left:15px;
}

ul.liReseter li {
	display:list-item;
	list-style-type: disc;
	list-style-position: outside;
	padding-left:-10px;
}

ul.liReseterFloat  {
	line-height:1.8em;
	margin-left:15px;
}

ul.liReseterFloat li {
	display:list-item;
	list-style-type: disc;
	list-style-position: outside;
	padding-left:-10px;
	float:left;
	padding-right:3em;
}

ul.liReseterFloat3Div  {
	line-height:1.8em;
	margin-left:2em;
}

ul.liReseterFloat3Div li {
	display:list-item;
	list-style-type: disc;
	list-style-position: outside;
	padding-left:-10px;
	float:left;
	padding-right:1em;
	width:31%;
	box-sizing: border-box;
	margin:0 1% 0.8em 1% ;
}

ol.liReseter {
	line-height:1.8em;
	margin-left:20px;
}

ol.liReseter li {
	display:list-item;
	list-style-type:decimal;
	list-style-position: outside;
	padding-left:-10px;
}



/* img float */

.imgFloatRight {
	float:right;
	margin:0 0 1em 2em;
}

.imgFloatLeft {
	float:left;
	margin:0 2em 1em 0;
}


/* content */


.contPadW50p {
	width:50%;
	margin:0 auto 30px auto;
	box-sizing: border-box;
}

.contPadW60p {
	width:60%;
	margin:0 auto 30px auto;
	box-sizing: border-box;
}

.contPadW70p {
	width:70%;
	margin:0 auto 30px auto;
	box-sizing: border-box;
}

.contPadW80p {
	width:80%;
	margin:0 auto 30px auto;
	box-sizing: border-box;
}

.contPadW90p {
	width:90%;
	margin:0 auto 30px auto;
	box-sizing: border-box;
}

/* contactBtn */

.contactBtnWrap {
	clear:both;
	padding:0;
	text-align:center;
}

.contactBtn {
	display:inline-block;
	vertical-align:top;
	line-height:1;
	margin:0 10px;
}

.txtContacBnr a {
	display:block;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	line-height:normal;
	padding:0.5em 1.5em 0.5em 1em;
	background-color:#a165a8;
	width:200px;
	box-sizing: border-box;
	background-image:url(../img/common/btn_arrow.png);
	background-position:right 0.5em center;
	background-repeat:no-repeat;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom:10px;
}

.txtContacBnrPC {
	display:block;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	line-height:normal;
	padding:0.5em 1em 0.5em 1em;
	background-color:#a165a8;
	width:200px;
	box-sizing: border-box;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

p.txtBnr {
	display:inline-block;
	margin:0 1em 0 0;
}


.txtBnr a {
	color:#FFF;
	text-decoration:none;
	line-height:normal;
	padding:0.2em 1.5em 0.2em 1em;
	background-color:#a165a8;
	margin:0 0 0.4em 0;
	background-image:url(../img/common/btn_arrow.png);
	background-position:right 0.5em center;
	background-repeat:no-repeat;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.txtBnr a:hover {
    cursor:pointer;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity:0.7;
    zoom:1;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

@media only screen and (max-width: 600px) {


p.txtBnr {
	box-sizing: border-box;
	margin:0 auto 0.8em auto;
	min-width:280px;
}

.txtBnr a {
}

}




/* table */

.nowrap {
	white-space: nowrap;
}

.tdW90p {
	width:90%;
	box-sizing: border-box;
}

.tdW80p {
	width:80%;
	box-sizing: border-box;
}

.tdW70p {
	width:70%;
	box-sizing: border-box;
}

.tdW60p {
	width:60%;
	box-sizing: border-box;
}

.tdW50p {
	width:50%;
	box-sizing: border-box;
}

.tdW40p {
	width:40%;
	box-sizing: border-box;
}


.tdW30p {
	width:30%;
	box-sizing: border-box;
}

.tdW20p {
	width:20%;
	box-sizing: border-box;
}

.tdW10p {
	width:10%;
	box-sizing: border-box;
}


.tdCenter {
	text-align:center;
	vertical-align:middle;
}

.tdVmiddle {
	vertical-align:middle;
}

.nowrap {
	white-space: nowrap;
}

/*tableをスクロールさせる*/
/* 	スクロール用テーブル  */

.scroll table th {
	text-align:center;
	vertical-align:middle;
}




/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar {
 height: 5px;
}

/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar-track {
 border-radius: 5px;
 background: #F1F1F1;
}

/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar-thumb {
 border-radius: 5px;
 background: #BCBCBC;
}







@media screen and (max-width: 768px) {

/* onOff */


.pcONtabletOFF {
	display:none;
}

.pcOFFtabletON {
	display:block;
}

.pcOFFtabletONspOFF {
	display:block;
}

.pcONtabletOFFspON {
	display:none;
}


.txtPCcenterTabletLeft {
	text-align:left !important;
}

.contPadW50p , .contPadW60p , .contPadW70p , .contPadW80p , .contPadW90p {
	width:100%;
}

.tdW90p , .tdW80p , .tdW70p , .tdW60p , .tdW50p , .tdW40p , .tdW30p , .tdW20p {
	width:100%;
}


/* contactBtn */

.contactBtnWrap {
}

.contactBtn {
	margin:0 10px 10px 0;
}


/*tableのセル内にある文字の折り返しを禁止*/
.scroll {
	overflow: auto;
	white-space: nowrap;
	width:100% !important;
	box-sizing: border-box;
}


/*table右に線*/

.scroll {
	border-right: 2px solid #4f4d47;
	overflow-x: scroll;
}

/*tableにスクロールバーを追加*/

.scroll table {
	overflow:scroll;
}
.scroll table th {
	width:auto;
	display:table-cell;
	vertical-align:middle;
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	box-sizing: border-box;
}
.scroll table td {
	width:auto;
	display:table-cell;
}


}

@media only screen and (max-width: 600px) {

/* list */

ul.liReseterFloat3Div  {
}

ul.liReseterFloat3Div li {
	float:none;
	width:100%;
	box-sizing: border-box;
	margin:0 1% 0.8em;
}

/* img float */

.imgFloatRight , .imgFloatLeft {
	float:none;
	margin:0 0 1em 0;
	text-align:center;
}



/*-------------------------
onOff
--------------------------*/

.pcOFFspON {
	display:block;
}

.pcONspOFF {
	display:none;
}

.pcONtabletOFFspON {
	display:block;
}

.pcOFFtabletONspOFF {
	display:none;
}


.txtPCcenterSPLeft {
	text-align:left !important;
}


.txtPCLeftSPcenter  {
	text-align:center !important;
}



}


/* Flexboxレイアウト */

.f-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: stretch; /* アイテムを上揃えで配置します */
}

.f-wrap-AC {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center; /* アイテムを上下中央で配置します */
}

.f-wrap-HU {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	 /* アイテムの高さを揃える */
}

.f-item1 {
	box-sizing: border-box;
	width: 100%;
	margin-bottom:30px;
}

.f-item1-2 {
	box-sizing: border-box;
	width: 47%;
	margin-bottom:30px;
}

.f-item1-2-t1 {
	box-sizing: border-box;
	width: 47%;
	margin-bottom:30px;
}

.f-item1-3 {
	box-sizing: border-box;
	width: 31%;
	margin-bottom:30px;
}

.f-item1-3-t1 {
	box-sizing: border-box;
	width: 31%;
	margin-bottom:30px;
}

.f-item1-3n2 {
	box-sizing: border-box;
	width: 30%;
}

.f-item2-3 {
	box-sizing: border-box;
	width: 64%;
	margin-bottom:30px;
}

.f-item2-3-t1 {
	box-sizing: border-box;
	width: 64%;
	margin-bottom:30px;
}


.f-item1-4 {
	box-sizing: border-box;
	width: 23%;
	margin-bottom:30px;
}

.f-item3-4 {
	box-sizing: border-box;
	width: 72%;
	margin-bottom:30px;
}

.f-item1-4-t1 {
	box-sizing: border-box;
	width: 23%;
	margin-bottom:30px;
}

.f-item3-4-t1 {
	box-sizing: border-box;
	width: 72%;
	margin-bottom:30px;
}

.f-item1-5 {
	box-sizing: border-box;
	width: 19%;
	margin-bottom:30px;
}

.f-item1-5-t1 {
	box-sizing: border-box;
	width: 19%;
	margin-bottom:30px;
}

.f-item2-5 {
	box-sizing: border-box;
	width: 38%;
	margin-bottom:30px;
}

.f-item2-5-t1 {
	box-sizing: border-box;
	width: 38%;
	margin-bottom:30px;
}

.f-item3-5 {
	box-sizing: border-box;
	width: 57%;
	margin-bottom:30px;
}

.f-item4-5 {
	box-sizing: border-box;
	width: 76%;
	margin-bottom:30px;
}

.f-item4-5-t1 {
	box-sizing: border-box;
	width: 76%;
	margin-bottom:30px;
}

.f-item3-5-t1 {
	box-sizing: border-box;
	width: 57%;
	margin-bottom:30px;
}

.f-item1-6 {
	box-sizing: border-box;
	width: 15%;
	margin-bottom:30px;
}

.f-item1-6-t1 {
	box-sizing: border-box;
	width: 15%;
	margin-bottom:30px;
}

.f-Vcenter {
	display:flex;
	justify-content:center;
	align-items:center;
	text-align:center;
	box-sizing: border-box;
}

.f-row-reverse {
	flex-flow: row-reverse wrap;
}

/* 最後のコンテンツを左寄せにする指定 */
.f-wrap:after {
    content: "";
    display: block;
    width: 24%;  /* f-itemに指定したwidthと同じ幅を指定する */
    height: 0;
}

.boxDummy {
	text-align:center;
	background-color: #CCC;
	width:100%;
	height:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	text-align:center;
	box-sizing: border-box;
	padding:1em;
}

@media screen and (max-width: 768px) {

.f-item1-2-t1 , .f-item1-3-t1 , .f-item2-3-t1 , .f-item1-4-t1 , .f-item3-4-t1 , .f-item1-5-t1 , .f-item2-5-t1 , .f-item3-5-t1 , .f-item4-5-t1 , .f-item1-6-t1 {
	width: 100%;
}

.f-item1-4 , .f-item1-5 , .f-item1-6 {
	width: 49%;
}
}

@media only screen and (max-width: 600px) {
.f-item1-2 , .f-item1-3 , .f-item1-3n2 , .f-item2-3 , .f-item1-4 , .f-item3-4 , .f-item1-5 , .f-item2-5 , .f-item3-5 , .f-item4-5 , .f-item1-6 {
	width: 100%;
	margin-bottom:30px;
}
}

/* 枠  */

.boxSimple {
	border: solid 1px #CCC;
	padding:1.5em;
	background:#fff;
}

.boxSimple2 {
	border: solid 1px #CCC;
	padding:1.5em;
	background:#fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius:10px;
}

.boxFrame {
	padding:2em;
	border:3px solid #1a54a5;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius:10px;
	margin-bottom:40px;
	background: rgba(255,255,255,.85);
}

.boxFrameDouble {
	padding:2em;
	border:3px double #1a54a5;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius:10px;
	margin-bottom:40px;
	background: rgba(255,255,255,.85);
}

.boxDot {
	padding:2em;
	border:  dotted 2px #E3AA24;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius:10px;
	margin-bottom:40px;
	background:#FEFDE9;

}

.boxFablic {
	padding:2em;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
	margin-bottom:40px;
	background:#F4F8FB;
	box-shadow: 0px 0px 0px 10px #F4F8FB;
	border:  dotted 2px #1a54a5;
}



@media only screen and (max-width: 600px) {

.boxFrame {
	box-sizing: border-box;
	width:100%;
	padding:1em 1em;
}

.boxFrameDouble {
	box-sizing: border-box;
	width:100%;
	padding:1em 1em;
}

.boxDot {
	box-sizing: border-box;
	width:100%;
	padding:1em 1em
}

.boxFablic {
	box-sizing: border-box;
	width:100%;
	padding:1em 1em;
}

}

dl.history {
	overflow:auto;
}

dl.history dt {
	float: left;
	clear:left;
	width: 14em;
	margin:0;
	padding: 1.2em 0 1.2em 0.5em;
}

dl.history dd {
	margin:0;
	padding: 1.2em 0 1.2em  14.5em;
	border-bottom:#cccccc dotted 2px;
}


dl.history dd:last-child  {
	border-bottom:none;
}



@media only screen and (max-width: 768px) {


dl.history dt {
	width: 14em;
	padding: 1.4em 0 1.4em 0.5em;
}

dl.history dd {
	padding: 1.4em 0 1.4em  14.5em;
}

}

@media only screen and (max-width: 600px) {


dl.history dt {
	float:none;
	margin:0;
	padding: 0.3em 0 0.3em 0;
}

dl.history dd {
	margin:0;
	padding: 0 0 0.3em 0;
	margin-bottom:0.5em;
}


}
