body{
	overflow-x: hidden;
}
h1{
	padding: 60px 0;
	margin: 0 -100% 10px;
	background: -moz-linear-gradient(65deg, #009FE7, #B4E6FF); 
background: -webkit-linear-gradient(65deg, #009FE7, #B4E6FF); 
background: linear-gradient(25deg, #009FE7, #B4E6FF); 
	color: #fff;
	text-align: center;
	font-weight: 300;
}
h2{
	margin: 50px 0px 20px 0px;
	font-weight: 300;color: #333;

}
h3{
	margin-left: 5px;
	padding-left: 10px;
	border-left: 5px #0085CC solid;
	font-weight: bold;
	font-size: 18px;
	color: #333;
}
h4{
	border-bottom: 1px #0085CC solid;
	font-weight: bold;
	color: #333;
}
h5{
	font-weight: bold;
}

.terms{
	margin-top: 71px;
	font-size: 17px;
}
.terms p{
	line-height: 30px;
	padding-bottom: 0.7em;
	color: #333;
}
.terms section{
	margin-bottom: 40px;
}

/*パンくずリスト*/
.bread{
	margin-bottom: 10px;
}
.bread ul{
	padding-left: 0;
	font-size: 14px;
}
.bread ul li{
	display: inline-block;
	list-style-type: none;
	color: #333;
}
.bread ul li::after{
	margin:0 10px;
	font-weight: bold;
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	color: #ccc;
}
.bread ul li:last-child::after{
	content: none;
}
.bread ul li a{
	text-decoration: none;
	color: #56BBF0;
}

/*ページ内リンク*/
.contents_list{
	background:#f6f7f7;
	padding: 25px 25px 15px 25px;
	font-size: 14px;
}
.contents_list ul{
	padding-left: 0;
}
.contents_list ul li{
	width: 23%;
	margin: 0 15px 1% 0;
	padding-left: 2em;
    text-indent: -2em;
	display: inline-block;
	vertical-align: top;
	counter-increment: link;
}

.contents_list ul li::before{
	content: counter(link) ". ";
	display: inline-block;
	width: 2em;
	text-indent: 0em;
}

.contents_list ul li a{
	text-decoration: underline;
}

/*リスト*/
/*括弧アルファベットリスト*/
.terms ul.list_alpha{
	padding-left: 20px;
}
.terms ul.list_alpha li {
	list-style: none;
  text-indent: -2em;
  margin-left: 2em;
	margin-bottom: 10px;
  counter-increment: calc-ex10;
}
.terms ul.list_alpha li:before {
  content: '('counter(calc-ex10, lower-latin)')';
  display: inline-block;
  width: 2em;
  text-indent: 0;
}

/*括弧番号リスト*/
.terms ul.list_num{
  padding-left:20px;
}

.terms ul.list_num li{
	text-indent: -2em;
  margin-left: 2em;
	margin-bottom: 10px;
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
}
.terms ul.list_num li:before{
  content: "(" counter(cnt) ") ";
	display: inline-block;
  width: 2em;
	text-indent: 0;
}

/*リスト丸*/
.list_circle{
	padding-left: 0;
}
.list_circle li{
	padding-left: 30px;
	text-indent: -26px;
	margin-bottom: 10px;
	list-style: none;
}
.list_circle li::before{
	content: "●";
	font-family: "Font Awesome 5 Free";
	margin-right: 10px;
}


/*赤コメ*/
.caution_text{
	color: #ff0000 !important;
}
/*注釈リスト*/
ul.caution{
	padding-left: 20px;
}
ul.caution li {
  list-style-type: none;
  text-indent: -10px;
	margin-bottom: 10px;
}
ul.caution li:before {
  content: "*";
	color: red;
	margin-right: 5px;
}

/*赤コメ*/
.caution_b_text{
	color: #ff0000 !important;
}
/*注釈リスト*/
ul.caution_b{
	padding-left: 20px;
	color: black;
	font-size: 80%;
}
ul.caution_b li {
  list-style-type: none;
  text-indent: -10px;
	margin-bottom: 10px;
}
ul.caution_b li:before {
  content: "*";
	color: red;
	margin-right: 5px;
}


/*注釈番号リスト*/
ul.caution_num{
	padding-left: 20px;
	counter-reset: number;
}
ul.caution_num li {
	margin-bottom: 10px;
  list-style-type: none;
  text-indent: -20px;
}
ul.caution_num li:before {
	counter-increment: number;
  content: "*"counter(number)"";
	color: red;
	margin-right: 5px;
}

/*入れ子リスト*/
.terms ul li ul.list_sub{
	padding-left: 0;
}
.terms ul li ul.list_sub  li{
	list-style-type: none;
  text-indent: -1em;
}
.list_sub  li::before{
	width: 1em !important;
	font-weight: bold !important;
	content: "\f0da" !important;
	font-family: "Font Awesome 5 Free";
}
.terms ul li ul.list_sub  li:first-child{
	margin-top: 10px;
}

/*リストスタイルの色*/
.list_gray::before{
	color: #666666;
}
.list_sky::before{
	color: #aed5fd;
}
.list_blue::before{
	color: #019FE7;
}

/*アンカーリンク*/
.terms a{
	text-decoration: underline;
}
.terms a.link_blank::after{
	margin-left: 5px;
	font-weight: bold;
	content: "\f35d";
	font-family: "Font Awesome 5 Free";
}

/*ボタン*/
.btn_flat_border {
  display: inline-block;
  padding: 0.8em 1em;
	text-align: center;
  text-decoration: none !important;
  color: #67c5ff;
  border: solid 2px #67c5ff;
  border-radius: 3px;
  transition: .4s;
}

.btn_flat_border:hover {
  background: #67c5ff;
  color: white !important;
}
.btn_flat_border:visited,
.btn_flat_border:focus{
	color: #67c5ff;
}

.btn_arrow{
	display: inline-block;
	padding: 0.8em 2em;
	text-align: center;
	text-decoration: none !important;
	color: #67c5ff;
	border: solid 2px #67c5ff;
	border-radius: 80px;
	transition: .4s;
}
.btn_arrow i{
	margin-left: 10px;
}
.btn_arrow:hover {
  background: #67c5ff;
  color: white ;
}

/*青ボタン*/
.btn_flat_blue {
  display: inline-block;
  padding: 0.8em 1em;
	text-align: center;
  text-decoration: none !important;
  color: #ffffff;
  background: #019FE7;
  border-radius: 3px;
  transition: .4s;
}

.btn_flat_blue:hover {
  background: #67c5ff;
  color: white !important;
}

.btn_blue_arrow{
	display: inline-block;
	padding: 0.8em 2em;
	text-decoration: none !important;
	color: #ffffff;
	background: #019FE7;
	border-radius: 80px;
	transition: .4s;
}
.btn_blue_arrow::after{
	margin-left: 10px;
	font-weight: bold;
	content: "\f054";
	font-family: "Font Awesome 5 Free";
}
.btn_blue_arrow:hover {
  background: #67c5ff;
  color: white ;
}

.btn_brank a{
	text-decoration: none;
}
.btn_brank::after{
	margin-left: 10px;
	font-weight: bold;
	content: "\f35d";
	font-family: "Font Awesome 5 Free";
}


/* テキスト＋画像*/
.doublr_colmun{
	position: relative;
}
.doublr_colmun .left_title{
	width: 50%;
	float: left;
}
.doublr_colmun .right_img{
	float: right;
	width: 50%;
	margin-top: 20px;
	padding:0 20px 20px 20px;
}


/*テーブル*/
table.nomal{
	width: 100%;
	margin-bottom: 30px;
}
caption{
	font-size: 16px;
}
table.nomal th, table.nomal td{
	border: #ccc 1px solid;
	padding: 5px;
}
table.nomal th{
	background: #eee;
	text-align: center;
}

/*テーブルストライプ*/
table.stripe {
	width: 100%;
  border-spacing: 0;
  font-size:14px;
	margin-bottom: 30px;
}
table.stripe th {
  padding: 8px 15px;
  font-weight: bold;
	background: #0085CC;
  border:1px solid #0085CC;
	color: #fff;
  text-align: center;
	border-right: 1px solid #fff;
}
table.stripe th:last-child{
	border-right: 1px solid #0085CC;
}
table.stripe tr td {
  padding: 8px 15px;
  border-bottom: 1px solid #84b2e0;
  border-left: 1px solid #84b2e0;
  text-align: center;
}
table.stripe tr td:last-child {
  border-right: 1px solid #84b2e0;
}
table.stripe tr {
  background: #fff;
}
table.stripe tr:nth-child(2n+1) {
  background: #f1f6fc;
}

/*テーブルストライプ２*/
table.table_side {
	width: 100%;
  border-spacing: 0;
  font-size:14px;
	margin-bottom: 30px;
}
table.table_side th {
  padding: 8px 15px;
	background: #0085CC;
	color: #fff;
  font-weight: bold;
  border:1px solid #84b2e0;
  text-align: center;
	border-bottom: 1px solid #fff;
}
table.table_side tr:last-child th{
	background: #0085CC;
  border-bottom:1px solid #0085CC;
}

table.table_side tr td {
  padding: 8px 15px;
  border: 1px solid #84b2e0;
  text-align: center;
}
table.table_side tr:nth-child(2n+1) {
  background: #f1f6fc;
}

/*テーブルスクロール*/
.scroll{
	overflow-x: auto;
	margin-bottom: 20px;
	padding-bottom: 5px;
}
.scroll table{
	margin-bottom: 5px;
}

.clearfix:after{
	content: "";
	clear: both;
	display: block;
}

h2.anchor{
	display: block;
	padding-top: 120px !important;
	margin-top: -70px !important;
}
.bt_line{ border-bottom: 1px solid #666; padding-bottom: 20px;}

/*business サブ*/
.business-lead-title { padding: 0.5em 1em; margin: 2em 0em 0.5em 0em;font-size: 12px; color: #2c2c2f;border-radius:3px; word-break:break-all;display:inline-block; background: #1E4A81;/*背景色*/ color:#fff; font-weight:bold; }
.business-lead-text { font-size: 24px; font-weight:normal; color: #3DA3E3; margin-bottom:20px; line-height: 1.3;  }

@media (max-width: 768px) {
h1{
	padding: 40px 0;
	margin: 0;
	
	color: #fff;
	text-align: center;
	font-weight: 300;
	font-size: 26px
}
h2.anchor{
	font-size: 24px;
	text-align: center;
}
.business-lead-title { padding: 0.5em 1em; margin: 2em 0em 0.5em 0em;font-size: 10px; color: #2c2c2f;border-radius:3px; word-break:break-all;display:inline-block; background: #1E4A81;/*背景色*/ color:#fff; font-weight:bold; }
.business-lead-text { font-size: 21px; font-weight:normal; color: #3DA3E3; margin-bottom:20px; line-height: 1.3;  }
.bread{
	display: none;
}
.terms ul{
	padding-left: 0;
}
.caution{
	padding-left: 10px !important;
}
.caution_num{
	padding-left: 20px !important;
}

	/*ページ内リンク*/
	.contents_list ul li{
		display: block;
		width: auto;
		list-style: none;
		width: auto;
	}
	.contents_list ul li a{
		text-decoration: underline;
	}


	/*テキスト＋画像*/
	.doublr_colmun .left_title{
		float: inherit;
		width: auto;
	}
	.doublr_colmun .right_img{
		float: inherit;
		width: auto;
		text-align: center;
	}

}

h3.Library_Terms{
		background-color: #0B4087; 
		padding: 15px;
		margin:0px;
		border-radius: 5px;
		-webkit-border-radius: 5px; 
		-moz-border-radius: 5px;
		color: #fff;
		border-left:none;
 }

h3.Library_Terms::before{
	content: "\f15c";
	font-family: "Font Awesome 5 Free";
	margin-right: 10px;
}

h3.Library_Users::before{
	content: "\f5da";
	font-family: "Font Awesome 5 Free";
	margin-right: 10px;
}

 h3.Library_Users{
		background-color: #04A5AB; 
		padding: 15px;
		margin:0px;
		border-radius: 5px;
		-webkit-border-radius: 5px; 
		-moz-border-radius: 5px;
		color: #fff;
		border-left:none;
 }

/*Libraryリンク*/
.Library_link{
	padding: 20px;
}

.Library_link a,
.DL_link td.pdf_title a{
	position: relative;
	display: inline-block;
	width: 100%;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 10px 15px;
	background: #fff;
	font-size: 14px;
	font-weight: bold;
	color: #888888;
	transition: .4s;
	border: 1px #888888 solid;
	text-decoration: none;
}

.Library_link a:hover,
.DL_link td.pdf_title a:hover {
	text-decoration: none;
	background: #D4EAF6;
	transition: .4s;
}

.Library_link a::after,
.DL_link td.pdf_title a::after {
	position: absolute;
	top: 7px;
	right: 12px;
  margin-left: 10px;
	font-size: 20px;
  content: "\f1c1";
  color: #DA5F6B;
  font-family: "Font Awesome 5 Free";
}


.DL_link { padding: 20px;width: 100%;}

.DL_link table {width: 100%; table-layout: auto;}

.DL_link td.pdf_DL a{
	text-align: center;;
	position: relative;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 10px 15px;
	background: #fff;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	transition: .4s;
	border: 1px #888888 solid;
	background: #888888;
	text-decoration: none;
	font-weight: normal;width: 100%
	
}
.DL_link td.pdf_DL a:hover {
	text-decoration: none;
	background:#666;
	transition: .4s;
}



.DL_link table {width: 100%;border: 1px #fff solid;}












@media (max-width: 960px){

	.Library_link a{
		width: 100%;
	}

.Library_link a{
	position: relative;
	display: inline-block;
	width: 100%;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 10px 25px 10px 15px;
	background: #fff;
	font-size: 12px;
	font-weight: bold;
	color: #888888;
	transition: .4s;
	border: 1px #888888 solid;
	text-decoration: none;
}


.Library_link a::after {
	position: absolute;
	top: 7px;
	right: 12px;
  margin-left: 10px;
	font-size: 20px;
  content: "\f1c1";
  color: #DA5F6B;
  font-family: "Font Awesome 5 Free";
}

}

