@charset "utf-8";
/*----------------------------------------
	タイトル関連
-----------------------------------------*/
/*固定ページ見出しH"*/
.main_wrap h1, .midashi01 {
    margin-bottom: 15px;
    line-height: 1.5;
    font-size: 175%;
    font-weight: 700;
    position: relative;
    margin-top: 0;
	padding-bottom: 10px;
	border-bottom: 5px solid #0290D4;
}
.main_wrap h2, .midashi02 {
    margin-bottom: 15px;
    line-height: 1.5;
    font-size: 150%;
    font-weight: 500;
    position: relative;
    margin-top: 0;
   padding:0.5em  0.7em;
	background: #dadede;
}
.main_wrap h3 {
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 125%;
  font-weight: 500;
  position: relative;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #000000;
	padding: 0 0 10px 30px;
}
.main_wrap h3::before {
	content: "";
	width: 20px;
	height: 4px;
	background:#0290D4;
	position: absolute;
	left: 0;
	top: 0.7em;
}
.main_wrap h4 {
  margin-bottom: 20px;
  color: #231815;
  line-height: 1.5;
  font-size: 113%;
  font-weight: 500;
  position: relative;
  margin-top: 0;
padding: 0 0 10px 30px;
}
.main_wrap h4::before {
	content: "";
	width: 15px;
	height: 4px;
	background:#0290D4;
	position: absolute;
	left: 0;
	top: 0.7em;
}
.main_wrap h5{
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 107%;
  font-weight: 500;
  position: relative;
  color: #0290D4;
}
.main_wrap h6 {
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 100%;
  font-weight: 500;
  position: relative;
}
.main_wrap p {
  margin-bottom: 40px;
}
.main_wrap p, .main_wrap table, .main_wrap ul, .main_wrap ol {
  line-height: 2;
}
@media(max-width: 768px) {
.main_wrap h1, .midashi01 {
    font-size: 138%;
  }
.main_wrap h2, .midashi02 {
    font-size: 125%;
  }
  .main_wrap h3 {
    font-size: 119%;
  }
  .main_wrap h4 {
    font-size: 113%;
  }
  .main_wrap h5 {
    font-size: 100%;
  }
  .main_wrap h6 {
    font-size: 88%;
  }
  .main_wrap p {
    margin-bottom: 40px;
  }
  .main_wrap p, .main_wrap table, .main_wrap ul, .main_wrap ol {
	  font-size: 88%;
	}
}
/*----------------------------------------
	リンク関連
-----------------------------------------*/
.main_wrap p a,.main_wrap ul a,.main_wrap ol a,.main_wrap table a{
	color: #0071bc;
	text-decoration: underline;
}
.main_wrap p a:hover,.main_wrap ul a:hover,.main_wrap ol a:hover,.main_wrap table a:hover{
	text-decoration: none;
	opacity: 0.7;
}
.main_wrap p a:visited {
  color: #006AB7;
  text-decoration: underline;
}
/*リンクテキスト*/
a.link_txt {
  position: relative;
  padding: 0.5em 0.5em 0.5em 0;
  vertical-align: middle;
  color:  #0071bc !important;
  padding-left: 20px;
}
a.link_txt::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #0290D4;
  display: inline-block;
  position: absolute;
  top: 1em;
  left: 0;
}
.main_wrap a[href$=".pdf"]:after {
  content:"\f1c1"!important;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-left: 5px;
	font-family: FontAwesome;
}
.main_wrap a[target="_blank"]:after {
  content:"\f08e";
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-left: 5px;
	font-family: FontAwesome;
}
a.link_txt:hover {
  opacity: 0.7;
}
/*ボタン*/
a.link_bt {
  display: inline-block;
  width: 250px;
  font-size: 100%;
  letter-spacing: 0.05em;
  text-align: center;
  background:#0290D4;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 0.7em 1em;
	line-height: 1;
  text-decoration: none !important;
}
a.link_bt:hover {
  text-decoration: none!important;
  color: #FFFFFF !important;
  opacity: 1 !important;
	  background:#b3b3b3;
}
a.link_bt {
  color: #FFFFFF!important;

}
/*----------------------------------------
	レイアウト関連
-----------------------------------------*/
.main_wrap img {
  margin-bottom: 10px;
  border: none !important;
}
.main_wrap p.parent {
  margin-bottom: 0 !important;
}
.main_wrap .aligncenter {
  display: block;
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
}
.main_wrap .alignleft {
  float: left;
  margin-right: 20px;
  max-width: 100%;
}
.main_wrap .alignright {
  float: right;
  margin-left: 20px;
  max-width: 100%;
}
.wp-caption {
  margin-bottom: 20px;
}
.wp-caption img {
  margin-bottom: 10px;
  padding: 0;
  border: 0 none;
  display: block;
}
.wp-caption .wp-caption-text {
  margin-right: 20px; /* 右側の余白調整 */
  font-size: 88% !important;
}
p.wp-caption-text {
  margin-bottom: 40px;
	font-size: 88%;
	margin-top: 0px;
    line-height: 1.5;
}
@media(max-width: 768px) {
  .main_wrap .alignright, .main_wrap .alignleft {
    float: none;
    display: block;
    margin: 0 auto 30px;
    text-align: center;
  }
}
/*----------------------------------------
	リスト関連
-----------------------------------------*/
.main_wrap ul {
  margin-bottom: 40px;
}
.main_wrap ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
}
.main_wrap ul li:before {
  content: "";
  background-color: #0290D4;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  vertical-align: middle;
  display: block;
  left: 0;
  top: 0.7em;
  position: absolute;
}
.main_wrap ol,ol.num_list {
  margin-bottom: 40px;
  counter-reset: number; /*数字をリセット*/
  list-style-type: none; /*数字を一旦消す*/
}
.main_wrap ol,ol.num_list {
  counter-reset: item;
}
.main_wrap ol li,ol.num_list li {
  position: relative;
  padding: 0 0 1.0em 1.5em;
}
.main_wrap ol li:before ,ol.num_list li:before {
  counter-increment: item;
  content: counter(item)".";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 113%;
  font-weight: bold;
  color: #0290D4;
  font-style: italic;
}
@media(max-width: 768px) {}
/*----------------------------------------
	囲みボックス
-----------------------------------------*/
.main_wrap .box {
  background: #E1F0FF;
  padding: 1.5em 2em;
  margin-bottom: 40px;
  position: relative;
}
.main_wrap .box p {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {}
/*----------------------------------------
	引用文
-----------------------------------------*/
.main_wrap blockquote {
    position: relative;
    padding: 10px 15px 10px 60px;
    box-sizing: border-box;
    background: #fafafa;
    color: #555;
	margin-bottom: 40px;
}

.main_wrap blockquote:before{
    display: inline-block;
    position: absolute;
    top: 18px;
    left: 15px;
      content: "\f10e";
  font-family: FontAwesome;
    color: #cfcfcf;
    font-size: 30px;
    line-height: 1;
    font-weight: 900;
}

.main_wrap blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
}

.main_wrap blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}
@media screen and (max-width: 768px) {
	.main_wrap blockquote:before{
    font-size: 20px;
}
.main_wrap blockquote {
    position: relative;
    padding: 10px 15px 10px 40px;
    box-sizing: border-box;
    background: #efefef;
    color: #555;
}
}
/*----------------------------------------
	テーブル関連
-----------------------------------------*/
.main_wrap table {
	width: 100%;
	margin-bottom: 40px;
    }

.main_wrap table {
  width: 100%!important;
  border-collapse: collapse;
  max-width: 100%;
	margin-bottom: 40px;
}
.main_wrap table tbody th, .main_wrap table tbody td {
  border: 1px solid #9a9b9b;
  padding: 1em 0.8em;
  vertical-align: middle;
	 border-collapse: collapse;
}
.main_wrap table tbody th {
  background-color:#E1F0FF;
  font-weight: 500;

}
.main_wrap table tbody td {
  background-color: #FFFFFF;
}
@media screen and (max-width: 768px) {

}
@media screen and (min-width: 525px) {

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

}