@charset "utf-8";
/*----------------------------------------
	タイトル関連
-----------------------------------------*/
.ttl {
  text-align: center;
  font-size: 4.8rem;
  margin-bottom: 40px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
}
.ttl_jp {
  text-align: center;
   font-size: 3.0rem;
  margin-bottom: 40px;
  font-weight: 500;
}
.caption {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 60px;
}
.point_ttl{
	display: flex;
    align-items: center;
	font-size: 3.0rem;
	margin-bottom: 40px;
	text-align: center;
    line-height: 1.5;
}
.point_ttl:before,
.point_ttl:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #666;
}
.point_ttl:before {
    margin-right: 1rem;
}
.point_ttl:after {
    margin-left: 1rem;
}
.poin_ttl2{
	font-size: 3.6rem;
	font-weight: 500;
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 60px;
	line-height: 1.5;
	
}
.poin_ttl2 span.point_no{
	color: #ED6B00;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.8rem;
	line-height: 1;
	text-align: center;
	margin-right: 20px;
	display: block;
}
.poin_ttl2 span.point_no span{
	font-size: 6.4rem;
	display:block;
	line-height: 1;
	margin-top: -5px;
}
.poin_ttl2.mini{
	display: inline-block;
	margin-bottom: 20px;
}
.poin_ttl2.mini span.point_no{
	margin-bottom: 10px;
}
.marker{
	background: linear-gradient(transparent 70%, #F7FF00 0%);
	font-weight: 500;
}
/*固定ページ見出しH"*/
.main_wrap h1, .midashi01 {
  margin-bottom: 40px;
  line-height: 1.5;
  font-size: 3.0rem;
  font-weight: 600;
  position: relative;
  letter-spacing: 0.1em;
  color: #ED6B00;
}
.main_wrap h2, .midashi02 {
  margin-bottom: 30px;
  line-height: 1.5;
  font-size: 1.8rem;
  font-weight: 600;
  position: relative;
  margin-top: 0;
  padding-bottom: 15px;
  color: #ED6B00;
  border-bottom: 1px solid #C4C4C4
}
.main_wrap h3, .midashi03 {
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 1.8rem;
  font-weight: 600;
  position: relative;
  padding: 0.7em;
  background: #F8F9F7;
}
.main_wrap h4, .midashi04 {
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 2.4rem;
  padding-bottom: 10px;
  font-weight: 600;
  position: relative;
  margin-top: 0;
  border-bottom: 1px solid #BDBDBD;
}
.main_wrap h5, .midashi05 {
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 2.6rem;
  font-weight: 600;
  position: relative;
  margin-top: 0;
}
.main_wrap h6, .midashi06 {
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 2.0rem;
  font-weight: 600;
  position: relative;
  margin-top: 0;
}
.main_wrap p {
  margin-bottom: 40px;
  padding: 0 1em;
}
.main_wrap p, .main_wrap table, .main_wrap ul, .main_wrap ol {
  line-height: 2;
}
@media(max-width: 767px) {
  .ttl {
    text-align: center;
    font-size: 2.4rem;
  }
  .ttl_jp {
    font-size: 2.0rem;
    margin-bottom: 40px;
  }
  .caption {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
.point_ttl{
	font-size: 2.0rem;
}	
	.poin_ttl2{
	font-size: 2.0rem;
	font-weight: 500;
	margin-bottom: 30px;
	position: relative;
}
.poin_ttl2 span.point_no{
	font-size: 1.4rem;
	margin-right: 10px;
}
.poin_ttl2 span.point_no span{
	font-size: 3.6rem;
	display:block;
	line-height: 1;
	margin-top: 0;
}
.poin_ttl2.mini{
	display: flex;
	margin-bottom: 30px;
	justify-content: center;
}
.poin_ttl2.mini span.point_no{
	margin-bottom: 0;
}	
  .main_wrap h1, .midashi01 {
    font-size: 2.0rem;
    margin-bottom: 20px;
  }
  .main_wrap h2, .midashi02 {
    font-size: 1.8rem;
  }
  .main_wrap h3, .midashi03 {
    font-size: 1.8rem;
  }
  .main_wrap h4, .midashi04 {
    font-size: 1.8rem;
  }
  .main_wrap h5, .midashi05 {
    font-size: 1.8rem;
  }
  .main_wrap h6, .midashi06 {
    font-size: 1.8rem;
  }
  .main_wrap p {
    margin-bottom: 40px;
  }
  .main_wrap table {
    font-size: 1.4rem;
  }
  .main_wrap p, .main_wrap table, .main_wrap ul, .main_wrap ol {}
}
@media(max-width: 550px) {
.point_ttl:before,
.point_ttl:after {
    content: "";
    height: 1px;
	width: 10%;
    flex-grow: 1;
    background-color: #666;
}	
	
}

/*----------------------------------------
	リンク関連
-----------------------------------------*/
.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: #000 !important;
  padding-left: 20px;
  text-decoration: none !important;
  font-weight: 500;
}
a.link_txt::before {
  content: "\f105";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.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.bt_base01 {
  width: 100%;
  max-width: 250px;
  position: relative;
  display: inline-block;
  outline: none;
  transition: ease .2s;
  padding: 0.7em 1em;
  line-height: 1;
  text-align: center;
  border-radius: 5px;
  text-decoration: none !important;
  color: #1A1311 !important;
  background: #FFFFFF;
  border: 1px solid #1A1311;
}
a.bt_base01:hover {
  color: #FFFFFF !important;
  background: #1A1311;
}
a.bt_base02 {
  width: 100%;
  max-width: 250px;
  position: relative;
  display: inline-block;
  outline: none;
  transition: ease .2s;
  padding: 0.7em 1em;
  line-height: 1;
  text-align: center;
  border-radius: 5px;
  text-decoration: none !important;
  color: #FFFFFF !important;
  background: #1A1311;
  border: 1px solid #1A1311;
}
a.bt_base02:hover {
  color: #1A1311 !important;
  background: #FFFFFF;
}
a.bt_base01::before, a.bt_base02::before {
  content: "\f105";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
a.bt_back {
  width: 100%;
  max-width: 200px;
  position: relative;
  display: inline-block;
  outline: none;
  transition: ease .2s;
  padding: 0.7em 1em;
  line-height: 1;
  text-align: center;
  border-radius: 5px;
  text-decoration: none !important;
  color: #1A1311 !important;
  background: #FFFFFF;
  border: 1px solid #1A1311;
}
a.bt_back:hover {
  color: #FFFFFF !important;
  background: #1A1311;
}
a.bt_back::before {
  content: "\f104";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.bt_tel{
  position: relative;
  display: inline-block;
  outline: none;
  transition: ease .2s;
  padding: 0.7em 1.5em;
	font-size: 2.8rem;
  line-height: 1;
  text-align: center;
  border-radius: 5px;
  text-decoration: none !important;
  color: #1A1311 !important;
  background: #FFFFFF;
  border: 1px solid #1A1311;
}
.bt_tel::before {
  content: url("../images/ico_tel2-b.svg");
  margin-right: 5px;
  display: inline-block;
  vertical-align: top;
}
@media(max-width: 767px) {
.bt_tel{
	font-size: 2.0rem;
}	
}
/*----------------------------------------
	レイアウト関連
-----------------------------------------*/
.main_wrap hr {
  margin-bottom: 40px;
  margin-top: 40px;
  border-top: 1px solid #aaaaaa;
  padding: 0;
}
.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: 1.4rem !important;
}
p.wp-caption-text {
  margin-bottom: 40px;
  margin-top: 0px;
  line-height: 1.5;
}
/*2列レイアウト*/
.col-2_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
  justify-content: space-between;
}
.col-2_list::after {
  content: "";
  display: block;
  max-width: 700px;
  width: calc(100% / 2 - 20px);
}
.col-2_list .col_box {
  max-width: 700px;
  width: calc(100% / 2 - 20px);
}
.col-2_list_s {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 40px;
  justify-content: space-between;
}
.col-2_list_s::after {
  content: "";
  display: block;
  max-width: 700px;
  width: calc(100% / 2 - 40px);
}
.col-2_list_s .col_box {
  max-width: 700px;
  width: calc(100% / 2 - 40px);
}
/*3列*/
.col-3_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
  justify-content: space-between;
}
.col-3_list::after {
  content: "";
  display: block;
  max-width: 343px;
  width: calc(100% / 3 - 20px);
}
.col-3_list .col_box {
  max-width: 343px;
  width: calc(100% / 3 - 20px);
}
.col_box {
  margin-bottom: 40px;
}
.col_box .box {
  margin-top: -10px;
}
/*.col_box p, .col_box .box {
  margin-bottom: 0 !important;
}
*/
@media(max-width: 767px) {
  .main_wrap hr {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .main_wrap .alignright, .main_wrap .alignleft {
    float: none;
    display: block;
    margin: 0 auto 30px;
    text-align: center;
  }
  .col_box {
    margin: 0 auto 40px auto;
  }
  /*2列レイアウト*/
  .col-2_list .col_box,  .col-2_list_s .col_box {
    width: 100%;
  }
  /*3列*/
  .col-2_list, .col-2_list_s, .col-3_list {
    flex-direction: column;
  }
  .col-3_list .col_box {
    width: 100%;
  }
}
@media(max-width: 550px) {}
/*----------------------------------------
	リスト関連
-----------------------------------------*/
.main_wrap ul,ul.list {
  margin-bottom: 40px;
  padding: 0;
}
.main_wrap ul li,ul.list li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
  list-style: none;
	line-height: 1.7;
}
.main_wrap ul li:before {
  content: "・";
  vertical-align: middle;
  display: block;
  left: 0;
  position: absolute;
}
ul.list li:before {
  content: "";
	width: 10px;
	height: 10px;
	background: #ED6B00;
  vertical-align: middle;
  display: block;
  left: 0;
	top:0.5em;
  position: absolute;
}
.main_wrap ol, ol.num_list {
  margin-bottom: 40px;
  counter-reset: number; /*数字をリセット*/
  list-style-type: none; /*数字を一旦消す*/
  padding: 0;
}
.main_wrap ol, ol.num_list {
  counter-reset: item;
}
.main_wrap ol li, ol.num_list li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 30px;
}
.main_wrap ol li:before, ol.num_list li:before {
  counter-increment: item;
  content: counter(item)".";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  color: #F3A119;
  font-style: italic;
  text-align: right;
}
@media(max-width: 767px) {}
/*----------------------------------------
	囲みボックス
-----------------------------------------*/
.box {
  background: #F7F7F7;
  padding: 1em;
  line-height: 2;
}
.main_wrap .box p {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {}
/*----------------------------------------
	引用文
-----------------------------------------*/
.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: 767px) {
  .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;
  }
}
/*----------------------------------------
	テーブル関連
-----------------------------------------*/
.tb {
  width: 100%;
  margin-bottom: 40px;
}
.tb, .tb td, .tb th {
  border-collapse: collapse;
		vertical-align: middle;
}
.tb td, .tb th {
  padding: 1em;
}
.tb th {
  width: 25%;
  border-bottom: 2px solid #ED6B00;
}
.tb td {
  border-bottom: 2px solid #707070;
}
/*エディタ用テーブル*/
.main_wrap table {
  width: 100%;
  margin-bottom: 40px;
  border-top: 1px solid #9C9A9A;
}
.main_wrap table, .main_wrap table td, .main_wrap table th {
  border-collapse: collapse;
}
.main_wrap table td, .main_wrap table th {
  padding: 1em;
}
.main_wrap table th {
  background: #F7F7F7;
  width: 30%;
  border-bottom: 1px solid #9C9A9A;
}
.main_wrap table td {
  border-bottom: 1px solid #9C9A9A;
}
@media screen and (max-width: 767px) {
.tb {
    border-top: none;
  }
.tb td, .tb th {
    padding: 1em 1em;
  }
.tb th {
    display: block;
    width: 100%;
    font-weight: 500;
  }
.tb td {
    display: block;
    border-bottom: none;
    width: 100%;
  }	
	
  .main_wrap table {
    border-top: none;
  }
  .main_wrap table td, .main_wrap table th {
    padding: 1em 1em;
  }
  .main_wrap table th {
    display: block;
    background: #F7F7F7;
    width: 100%;
    border-bottom: none;
    border-top: 1px solid #9C9A9A;
    font-weight: 500;
  }
  .main_wrap table td {
    display: block;
    border-bottom: none;
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .main_wrap table th {}
}