@charset "UTF-8";
/* CSS Document */

/*-------------------------------------------
リセットCSS外部読み込み
-------------------------------------------*/
@import url("sanitize.css");

html,body {
	min-width:100%;
	min-height:100%;
	position:relative;
	font-family: "Lato", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, sans-serif;
  margin: 0 auto;
}

html {
  -webkit-text-size-adjust: none
}

.logo-wrapper {
  text-align: left;
  padding: 25px;
  background-color: #fafafa;
}

.main-wrapper {
  margin: 50px 0;
}

.title {
  text-align: center;
  font-weight: 600;
  font-size: 25px;
  margin: 50px 0;
}

h1 {
  font-size: 33px;
  font-weight: 600;
  text-align: center;
}

h2 {
  font-size: 23px;
  font-weight: 600;
  color: #141414;
}

.kome_indent {
  display: block;
	text-indent: -1em;
  padding-left: 1em;
}

.kome_indent::before {
  content: "※";
}

.under_list {
  display: block;
	text-indent: -1em;
  padding-left: 1em;
}

.under_list::before {
  content: "・";
}

.text-center {
  text-align: center;
}

.w-75 {
  width: 75%;
}


/*====================================================================
細分化した際のレイアウト
====================================================================*/

.box_one_items {
  max-width: 100%;
}
.box_one_items:not(:last-child) {
  padding-bottom: 60px;
}
.text_red {
  color: #E51919;
  font-size: 22px;
  font-weight: 600;
  padding-left: 1rem;
  border-left: 5px solid #E51919;
}
.sub_head {
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px;
}
/* .img_item {
  display: flex;
} */
.img_item p {
  margin-top: 10px;
  margin-bottom: -10px;
}
.img_item img {
  max-width: 100%;
}


/*====================================================================
.s_02 .accordion_one
====================================================================*/

.s_02 .accordion_one {
  max-width: 1024px;
  margin: 0 auto;
}
.s_02 .accordion_one .accordion_header {
  background-color: #fff;
  color: #141414;
  font-size: 18px;
  font-weight: 500;
  padding: 20px;
  text-align: left;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
  border-bottom: 1px solid #d5d5d5;
}
.s_02 .accordion_one .accordion_header:hover {
  opacity: .8;
}
.s_02 .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  /* border: 1px solid #f00; */
  margin-top: -20px;
  box-sizing: border-box;
  transform-origin: center center;
  transition-duration: 0.2s;
}
/*↓別のサイトから引用してきたやつ*/
.s_02 .accordion_one .accordion_header .i_box .one_i {
  content: "";
  position: absolute;
  right: 5%;
  top: 50%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 2px #1c6bba;
  border-right: solid 2px #1c6bba;
  transform: translateY(-50%) rotate(135deg);
  transform-origin: center center;
}
.s_02 .accordion_one .accordion_header.open .i_box {
  transform: rotateX(180deg);
} 
.s_02 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}

.s_02 .accordion_one .accordion_inner {
  display: none;
  padding: 30px 30px;
  background-color: #fafafa;
  border-bottom: 1px solid #d5d5d5;
  box-sizing: border-box;
}
.s_02 .accordion_one .accordion_inner .box_one {
  /* height: 300px; */
  height:  auto;
}
.s_02 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}
.s_02 .accordion_one .accordion_inner p.txt_a_ac a.indent {
  padding-left:1em;
	text-indent:-1em;
}

@media screen and (max-width: 1024px) {
  .s_02 .accordion_one .accordion_header {
    font-size: 18px;
  }
  .s_02 .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}
@media screen and (max-width: 767px) {
  .s_02 .accordion_one .accordion_header {
    font-size: 16px;
    text-align: left;
    padding: 15px 60px 15px 15px;
  }
  .title {
    font-size: 20px;
    margin: 40px 0 10px 0;
  }
  
  /*====================================================================
  細分化した際のレイアウト
  ====================================================================*/

  .text_red {
    color: #E51919;
    font-size: 18px;
    font-weight: 600;
    padding-left: 1rem;
    border-left: 3px solid #E51919;
  }
  .sub_head {
    font-size: 16px;
  }
  .img_item p {
    margin-bottom: 0;
  }
}

/*====================================================================
以下は不要です。
====================================================================*/

body {
  /* font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
  font-size: 16px;
  letter-spacing: .025em;
  line-height: 1.8;
  margin: 0;
}

a {
  text-decoration: none;
  color: #1b365d;
}

a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1024px) {
  body {
    font-size: 14px;
  }
  h2 {
    font-size: 20px;
  }
}
.section {
  max-width: 1024px;
  margin: 0 auto;
  padding: 30px;
}
.section p._a {
  font-size: 12px;
  font-weight: bold;
  margin: 30px 0 0;
}
.section p._a .link {
  display: inline-block;
  color: #607D8B;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.section p._a .link:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #607D8B;
  border-right: 2px solid #607D8B;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 10px;
}
/* .oneBox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 250px;
  margin: 0 auto 50px;
  overflow: hidden;
} */