@charset "UTF-8";
@media only screen and (max-width: 48em) {
  .topics_block .wrapper {
  }
}


/* =========== youtube setting =========== */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.19%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


/* =========== site-logo =========== */
.topics-logo {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  max-height: 34px;
  width: 100%;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 48em) {
  .topics-logo {
    width: 45%;
  }
  .topics-logo img {
    max-width: 240px;
  }
}
.topics-svg_header-logo {
  display: block;
  max-height: 34px;
  width: 100%;
  height: 100%;
  fill: #fff;
}


/*=============== btn ===============*/
.topics-box_btn {
	text-align: center;
	letter-spacing: 5px;
	width: 70%;
	margin: auto;
}
.topics-box_btn a {
    display: block;
    margin: 0 auto;
    padding: 30px 10px;
    font-size: 24px;
  	font-size: 2.4rem;
    background-color: #570000;
    color: #FFF;
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: bold;
	text-decoration: none;
	transition: 0.5s;
}
.topics-box_btn a span{
    display: block;
    font-size: 14px;
  	font-size: 1.4rem;
}
.topics-box_btn a:hover {
  background-color: #a25151;
  color: #fff;
}
@media only screen and (max-width: 48em) {
.topics-box_btn {
	letter-spacing: 2px;
	width: 80%;
}
.topics-box_btn a {
    padding: 20px 10px;
    font-size: 16px;
  	font-size: 1.6rem;
}
.topics-box_btn a span{
    display: block;
    font-size: 13px;
  	font-size: 1.3rem;
}
}


/* =========== topics_header =========== */
.topics_header {
  position: relative;
}

.topics_bg-img {
  position: relative;
	background: center no-repeat;
	background-size: cover;
}
.topics_bg-img:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%; 
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
}
@media only screen and (max-width: 48em) {
  .topics_bg-img {
    padding-top: 72%; 
    width: 100%;
  }
  .topics_bg-img img {
    display: none;
  }
}


/* =========== h2 topics_title =========== */
.topics_title {
  position: absolute;
  top: 10%;	
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 180px; 
  color: #fff;
  text-align: center;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  font-size: 38px;
  font-size: 3.8rem;
}
.topics_title span{
  font-size: 24px;
  font-size: 2.4rem;
}
.topics_title strong{
	border: solid 1px #fff;
	padding: 7px;
	font-size: 23px;
	line-height: 65px;
	letter-spacing: 3px;
}
@media only screen and (max-width: 48em) {
 .topics_title strong{
	padding: 4px;
	font-size: 17px;
	line-height: 40px;
}
  }

@media only screen and (max-width: 48em) {
  .topics_title {
    height: 100px; 
    font-size: 22px;
    font-size: 2.2rem;
  }
  .topics_title span {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.topics_title_02 {
  font-weight: normal;
  font-size: 44px;
  font-size: 4.4rem;
  font-family: "Times New Roman", Times, serif;
  line-height: 2.1;
}
@media only screen and (max-width: 48em) {
  .topics_title_02 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

/* block_sub_title */
.topics_sub_title {
  letter-spacing: 0.3rem;
  font-weight: bold;
}
@media only screen and (max-width: 48em) {
  .topics_sub_title {
    margin: auto;
    max-width: 80%;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 30em) {
  .topics_sub_title br {
    display: none;
  }
}


/* =========== h3 topics_title_h3 =========== */
.topics_title_h3 {
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 120%;
}

.topics_title_h3 span {
  display: block; 
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  color: #70924D;
}

@media only screen and (max-width: 48em) {
  .topics_title_h3 {
    font-size: 18px;
    font-size: 1.8rem;
	margin-bottom: 10px;
}
  .topics_title_h3 span { 
    font-size: 14px;
    font-size: 1.4rem;
}
}


/* =========== h3 topics_title_h4 =========== */
.topics_title_h4 {
  text-align: center;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 150%;
}
@media only screen and (max-width: 48em) {
  .topics_title_h4 {
    font-size: 20px;
    font-size: 2.0rem;
	margin: 0 0 10px 0;
}
}

/*無料変更アクセント*/
.topics_title2_h4 {
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  text-align: center;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 150%;
  color: #b69458;
  font-weight: bold;
  padding: 10px;
  border: solid;
  border-color: #b69458;
  width: 600px;
  margin: auto;
}
@media only screen and (max-width: 48em) {
  .topics_title2_h4 {
  font-size: 18px;
  font-size: 1.8rem;
  width: 90%;
}
}
/*無料変更アクセント*/


/* =========== maintxt_are =========== */
.maintxt_area {
	text-align: center;
	line-height: 2.5;
	padding: 5% 0;
	width: 100%;
}
.maintxt_area p {
	font-weight: bold;
}
@media only screen and (max-width: 48em) {
.maintxt_area{
	line-height: 2;
	padding: 3% 0 5% 0;
	width: 90%;
	margin: auto;
}
}



/* =========== topics-box_area =========== */
.topics-box_area {
  padding: 5% 0 2% 0;
}
.topics-box {
  padding: 0;
  max-width: 1024px;
  margin: auto;
}
.topics-box p{
  text-align: center;
	width: 90%;
  margin: auto;
}
.topics-box p.txt_note{
  text-align: left;
  font-size: 12px;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

.pd20_bg20 {
  padding: 20px;
  background-color: #F5F5F5;
}

@media only screen and (max-width: 48em) {
  .topics-box {
    padding: 0;
	margin-bottom: 10%;
  }
}

.topics-box_inner:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}



/*=============== 画像 ===============*/
.image_box{
	width: 100%;
	margin: auto;
    padding-bottom: 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content:space-between;
}
.image_box_inner{
	width: 49%;
	margin-bottom: 2%;
}
.image_box2{
	width: 70%;
	margin: auto;
	margin-bottom: 2%;
}
@media only screen and (max-width: 48em) {
.image_box_inner{
	width: 100%;
}
.image_box2{
	width: 90%;
	margin: auto;
}
}




/* =========== アイコンエリア =========== */
.wrapper02 {
    position: relative;
    margin: auto;
    margin-bottom: -1px;
    padding-bottom: 1%;
    max-width: 1024px;
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 48em) {
  .wrapper02 {
    margin: auto;
    padding: 0; 
    width: 92%;
  }
}

.content_box{
	text-align: center;
	padding: 30px 0;
}
@media only screen and (max-width: 48em) {
	.content_box{
		padding: 20px 0;
	}
}
.content_box02{
	padding: 40px 0;
}
@media only screen and (max-width: 48em) {
	.content_box02{
		padding: 20px 0;
	}
}

.boderbox_03{
	border: solid 1px #1a2a51;
	padding: 30px 0;
	margin: 30px auto;
}
@media only screen and (max-width: 48em) {
.boderbox_03{
	margin: 10px 0px;
	padding: 20px 10px;
}
}

hr.hr_02{
  border-top: 1px #1a2a51 solid;
  margin: 15px auto;
}
@media only screen and (max-width: 48em) {
	hr.hr_02{
	  margin: 30px auto;
	}
}

.topics-box-a {
  padding: 3% 0 2% 0;
}
/*.topics-box-a:nth-child(2n+1) {
  background-color: rgba(185, 218, 150, 0.2);
}*/

@media only screen and (max-width: 48em) {
  .topics-box-a {
    padding: 0;
	/*margin-bottom: 6%*/
  }
}
.topics-box-b {
  padding: 0 0 2% 0;
}

@media only screen and (max-width: 48em) {
  .topics-box-b {
    padding: 0;
  }
}

.topics-box-a_inner:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}

.topics-box-a_img-outer {
  position: relative;
  float: left;
  overflow: hidden; 
  width: 50%;
}
.topics-box-a_img-outer:first-child {
  padding-right: 0.2%;
}
@media only screen and (max-width: 54em) {
  .topics-box-a_img-outer {
    margin-bottom: 0.2%; 
    width: 100%;
    background-color: #f5f5f5;
  }
	.topics-box-a_img-outer:first-child {
	  padding-right: 0;
	}
}
.topics-box-a_img-outer02 {
  position: relative;
  overflow: hidden; 
  width: 50%;
  margin: 0 auto;
}
.topics-box-a_img-outer02:first-child {
  padding-right: 0.2%;
  margin-bottom: 0.4%;
}
@media only screen and (max-width: 54em) {
  .topics-box-a_img-outer02 {
    margin-bottom: 0.4%; 
    width: 100%;
    background-color: #f5f5f5;
  }
	.topics-box-a_img-outer02:first-child {
	  padding-right: 0;
	}
}
.topics-box-a_img {
  font-size: 0;
}
.topics-box-a_img img {
  float: left; 
  width: 49.8%;
}
.topics-box-a_img img:nth-child(3n+3) {
  float: right;
}
.topics-box-a_img img:first-child {
  margin-bottom: 0.3%; 
  width: 100%;
}
.topics-box-a_img02 img:first-child {
  margin-bottom: 0.3%; 
  width: 49.8%;
  float: left; 
}
.topics-box-a_img02 img {
  margin-bottom: 0.3%; 
  float: right; 
  width: 49.8%;
}
.topics-box-a_img03 img {
  margin-bottom: 0.3%; 
  float: right; 
  width: 100%;
}
.topics-box-a_img04 img:first-child {
  margin-bottom: 0.3%; 
  width: 68%;
  float: left; 
}
.topics-box-a_img04 img {
  margin-bottom: 0.3%; 
  float: right; 
  width: 31.6%;
}
.topics-box-a_img05 img:first-child {
  margin-bottom: 0.3%; 
  width: 100%;
}
.topics-box-a_header {
  position: relative; 
  float: left;
  width: 50%;
}
.topics-box-a_img06 img:first-child { 
  width: 49.8%;
  float: left; 
}
.topics-box-a_img06 {
  margin-bottom: 0.3%; 
  width: 49.8%;
  float: left; 
}
@media only screen and (max-width: 54em) {
  .topics-box-a_header {
    padding-top: 0;
    width: 100%;
  }
}
.topics-box-a_header-inner {
  /*position: absolute;*/
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 500px; 
  width: 92.5%;
}
@media only screen and (max-width: 54em) {
  .topics-box-a_header-inner {
    position: relative;
    padding: 0 4% 0;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 48em) {
  .topics-box-a_header-inner {
    padding: 2% 4% 5%;
  }
}
.topics-box-a_title {
  margin-bottom: 4%;
  text-align: left;
  font-size: 20px;
  font-size: 2.0rem;
  font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  line-height: 1.6;
}
@media only screen and (max-width: 48em) {
  .topics-box-a_title {
    text-align: center;
	font-size: 16px;
    font-size: 1.6rem;
  }
}
.topics-box-a_title span {
  padding-right: 5px;
  font-size: 22px;
}
span.topics-box-a_title-span02 {
  margin-bottom: 4%;
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  color: #4e4539;
  font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  line-height: 1.6;
}
@media only screen and (max-width: 48em) {
  .topics-box-a_title span {
    font-size: 13px;
    font-size: 1.3rem;
	text-align: center;
  }
}


/*flex-box*/
.img_box06{
	width: 60%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content:space-between;
}
.img_box06_inner{
    float: left;
	width: 33%;
	margin-bottom: 30px;
}
@media only screen and (max-width: 48em) {
	.img_box06_inner{
		width: 32%;
	}
}
.img_box06_img{
	width: 80%;
	margin: 0 auto 5px auto;
}
.img_box06_img_inner{
	width: 100%;
}
.img_box06_inner p{
	font-family:  "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
.img_box06_inner p span{
    font-weight: bold;
	font-size: 15px;
}
@media only screen and (max-width: 48em) {
	.img_box06{
	width: 100%;
}
}

p.text_01{
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 15px;
}
p.text_01 span{
	font-size: 15px;
	display: block;
}
@media only screen and (max-width: 48em) {
	p.text_01{
	font-size: 18px;
	}
}
p.text_02{
	text-align: left;
}
p.text_03{
	font-weight: bold;
	font-size: 15px;
	margin: 15px auto;
}
@media only screen and (max-width: 48em) {
	p.text_03{
		font-size: 12px;
		margin: 30px auto;
		text-align: left;
	}
}

/*=============== parts color ===============*/

.bg_color1{ background-color: rgba(182, 182, 151, 0.1); }

/*=============== parts <br> ===============*/
/*本文 PCスマホbr有り*/
.pcmb_show {
	display: block !important;
}
/*本文 PC時のみbr有り*/
.pc_show {
	display: block !important;
}
/*本文 スマホ時のみbr有り*/
.mb_show {
	display: none;
}
@media only screen and (max-width: 48em) {
/*本文 PC時のみbr有り*/
.pc_show {
	display: none !important;
}
/*本文 スマホ時のみbr有り*/
.mb_show {
	display: block !important;
}
}

/*=============== padding ===============*/
.pt_3p { padding-top: 3%;}
.pt_5p { padding-top: 5%;}
