/* setting */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v40/-F62fjtqLzI2JPCgQBnw7HFowA.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v40/-F6pfjtqLzI2JPCgQBnw7HFQei0q1A.otf) format('opentype');
}
body {
  overflow: hidden;
}
main {
  font-family: 'Noto Sans JP', sans-serif;
}
.theme-single-column .pbAreaWrapper1 {
  margin-top: 0;
  width: 100%;
}
.content_width {
  margin: auto;
  position: relative;
  width: 960px;
  z-index: 10;
}
h2 {
  text-align: center;
}
main p {
  color: #270000;
  font-weight: bold;
}
/* desgin */
.only-sp {
  display: none;
}
.only-pc {
  display: block;
}
.content_btn {
  margin-top: 20px;
}
.content_btn a {
  border: solid 1px;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  margin: auto;
  padding: 25px 40px;
  text-align: center;
  width: 345px;
}
.content_btn a:hover {
  opacity: .6;
  text-decoration: none;
}
.content_btn.opt-green a {
  border-color: #019844;
  color: #019844;
  position: relative;
}
.content_btn.opt-green a::after {
  background: url(/library/bousai-gensai/311tokuban/bousai-jiten/images/index_icon01.png) center / contain no-repeat;
  content: "";
  display: block;
  height: 17px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
}
.section_copy {
  color: #270000;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}
/* header */
.header {
  padding: 30px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header .header_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 5px;
}
.header .header_logo {
  width: 210px;
  padding-top: 4px;
  margin-left: 15px;
}
.header .header_logo img {
  width: 100%;
}
/* breadcrumb */
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.breadcrumb li {
  font-size: 1.3rem;
  padding-right: 17px;
  position: relative;
}
.breadcrumb li::after {
  content: ">";
  display: block;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.breadcrumb li:last-child::after {
  display: none;
}
.breadcrumb a {
  color: #1c9541;
}
.breadcrumb.content_width {
  margin: auto;
  padding-left: 20px;
  width: 960px;
}
/* section01 */
.section01_inner {
  background: #fdc111;
  margin-top: 10px;
  padding: 10px 0 40px;
}
.section01_inner h1 {
  margin: auto;
  width: 1089px;
}
.section01_inner p {
  text-align: center;
}
.section01_text {
  font-size: 2rem;
}
.section01_catch {
  background: #41bfbc;
  border-radius: 8px;
  line-height: 1.8;
  margin: 190px auto 0;
  padding: 20px 30px;
  width: 440px;
}
.section01_catch p {
  color: #fff;
  text-align: center;
}
.section01_catch em {
  color: #fff;
  display: block;
  font-size: 2.4rem;
  text-align: center;
  position: relative;
}
.section01_catch em::after {
  background: #fff;
  content: "";
  display: block;
  height: 4px;
  margin: auto;
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  width: 322px;
}
.section01_catch .content_btn a {
  border: solid 3px #fff;
  color: #fff;
  font-size: 2rem;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 500px;
}
.section01_catch .content_btn span {
  position: relative;
}
.section01_catch .content_btn span::after {
  background: url(/library/bousai-gensai/311tokuban/bousai-jiten/images/icon_pdf.png) center / contain no-repeat;
  content: "";
  display: block;
  height: 29px;
  position: absolute;
  right: -35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 23px;
}
.ver02 .section01_catch {
  width: 620px;
}
.section01_desc_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  padding-top: 40px;
  width: 960px;
}
.section01_desc_wrap figure {
  text-align: center;
  width: 437px;
}
.section01_desc_wrap figure img {
  width: 329px;
}
.section01_desc_wrap p {
  line-height: 2;
  width: 523px;
}
/* section02 */
.section02 {
  background: #fff2d7;
  padding: 50px 0 60px;
  position: relative;
}
.section02.ver02 {
  margin-top: 50px;
}
.section02::before,
.section02::after {
  content: "";
  display: block;
  position: absolute;
}
.section02::before {
  background: url(/library/bousai-gensai/311tokuban/bousai-jiten/images/section02_bg02.png) center / contain no-repeat;
  height: 547px;
  top: 0;
  left: 0;
  width: 480px;
}
.section02::after {
  background: url(/library/bousai-gensai/311tokuban/bousai-jiten/images/section02_bg03.png) center / contain no-repeat;
  height: 1323px;
  top: 400px;
  right: 0;
  width: 729px;
}
.section02 h2 {
  margin: auto;
  position: relative;
  width: 448px;
  z-index: 10;
}
.section02 h2 img {
  width: 100%;
}
.section02_inner {
  margin: auto;
  position: relative;
  width: 948px;
  z-index: 10;
}
.section02_inner::before {
  background: url(/library/bousai-gensai/311tokuban/bousai-jiten/images/section02_bg01.png) center / contain no-repeat;
  content: "";
  display: block;
  height: 313px;
  position: absolute;
  top: -94px;
  right: -104px;
  width: 347px;
}
ul.section02_anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 40px auto 0;
  padding-bottom: 20px;
  width: 645px;
}
ul.section02_anchor li {
  margin-bottom: 15px;
  margin-right: 17px;
  width: 202px;
}
ul.section02_anchor li:nth-child(3n) {
  margin-right: 0;
}
ul.section02_anchor a {
  background: #fdc111;
  color: #270000;
  display: block;
  font-weight: bold;
  padding: 20px 40px 20px 50px;
  position: relative;
  text-align: center;
}
ul.section02_anchor a:hover {
  text-decoration: none;
  opacity: .6;
}
ul.section02_anchor a::before,
ul.section02_anchor a::after {
  content: "";
  display: block;
  position: absolute;
}
ul.section02_anchor a::before {
  background: #41bfbc;
  height: 100%;
  top: 0;
  left: 0;
  width: 30px;
}
ul.section02_anchor a::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 7px 0 7px;
  border-color: #1c9541 transparent transparent transparent;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.section02_book {
  background: url(/library/bousai-gensai/311tokuban/bousai-jiten/images/section02_bg06.png) center / contain repeat-y;
  padding: 20px 85px 1px;
  position: relative;
  margin-top: 320px;
}
.section02_book:first-of-type {
  margin-top: 160px;
}
.section02_book::before,
.section02_book::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 948px;
}
.section02_book::before {
  background: url(/library/bousai-gensai/311tokuban/bousai-jiten/images/section02_bg04.png) center / contain no-repeat;
  height: 90px;
  top: -89px;
}
.section02_book::after {
  background: url(/library/bousai-gensai/311tokuban/bousai-jiten/images/section02_bg05.png) center / contain no-repeat;
  height: 130px;
  bottom: -129px;
}
.section02_book h3 {
  background: #fdc111;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  padding: 20px 0 50px;
  position: absolute;
  top: -125px;
  left: 55px;
  width: 171px;
}
.section02_book h3::before {
  background: #41bfbc;
  content: "";
  display: block;
  height: 36px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.mod-accordion {
  border-top: solid 3px #7ac52e;
  border-left: none;
  border-right: none;
  border-bottom: none;
  margin-top: 0;
}
.mod-accordion:last-child {
  border-bottom: solid 3px #7ac52e;
}
.mod-accordion.is-collapsed {
  background: #fff;
}
.mod-accordion.is-collapsed .mod-accordion_handle {
  background: url(/library/bousai-gensai/311tokuban/bousai-jiten/images/icon_on.png) right 20px center no-repeat;
}
.mod-accordion.is-expanded .mod-accordion_handle {
  background: url(/library/bousai-gensai/311tokuban/bousai-jiten/images/icon_off.png) right 20px center no-repeat;
}
.mod-accordion .mod-accordion_handle {
  color: #1c9443;
  font-size: 2.2rem;
  padding-left: 0;
}
.mod-accordion .mod-accordion_handle:hover {
  cursor: pointer;
  opacity: .6;
}
.mod-accordion .mod-accordion_content {
  border-top: dashed 2px #7ac52e;
  padding: 15px 0 40px;
}
.section02_baloon {
  background: #fdc111;
  border-radius: 8px;
  font-size: 2rem;
  padding: 20px 15px 25px;
  position: relative;
}
.section02_baloon::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 11px 0 11px;
  border-color: #fdc111 transparent transparent transparent;
  left: 50%;
  bottom: -11px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.section02_text {
  margin-top: 30px;
  line-height: 1.8;
  padding: 0 20px;
}
/* section03 */
.section03 {
  background: #e6e7e9;
  margin-top: 0;
  overflow: hidden;
  padding: 25px 0 65px;
  position: relative;
}
.section03::before,
.section03::after {
  content: "";
  display: block;
  position: absolute;
}
.section03::before {
  background: url(/library/bousai-gensai/311tokuban/bousai-jiten/images/section03_bg01.png) center / contain no-repeat;
  height: 642px;
  left: 0;
  top: -180px;
  width: 577px;
}
.section03::after {
  background: url(/library/bousai-gensai/311tokuban/bousai-jiten/images/section03_bg02.png) center / contain no-repeat;
  height: 940px;
  right: 0;
  top: -180px;
  width: 403px;
}
.section03 .section03_inner {
  position: relative;
  z-index: 10;
}
.section03 h2 {
  margin: 5px auto 0;
  width: 454px;
}
.section03 h2 img {
  width: 100%;
}
.section03_btn a {
  background: #1c9541;
  border: solid 4px #1c9541;
  cursor: pointer;
  color: #fff;
  display: block;
  font-size: 2.2rem;
  font-weight: bold;
  margin: 35px auto 0;
  padding: 20px 0 50px;
  position: relative;
  text-align: center;
  width: 820px;
}
.section03_btn a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 7.5px 0 7.5px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-90deg);
      -ms-transform: translateX(-50%) rotate(-90deg);
          transform: translateX(-50%) rotate(-90deg);
}
.section03_btn a:hover {
  color: #fff;
  text-decoration: none;
  opacity: .6;
}
.section03_btn span {
  border-bottom: solid 2px #fff;
}
/* share_wrap */
.share_wrap {
  padding: 50px 0 60px;
}
.share_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
  width: 480px;
}
.share_text::before,
.share_text::after {
  content: "";
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-top: solid 1px #270000;
}
.share_text::before {
  margin-right: 15px;
}
.share_text::after {
  margin-left: 15px;
}
ul.share_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 15px auto 0;
  width: 230px;
}
ul.share_list li {
  width: 54px;
}
ul.share_list img {
  width: 100%;
}
ul.share_list a:hover {
  cursor: pointer;
  opacity: .6;
}
/* bousai_wrap */
.bousai_wrap {
  background: #1c9541;
  margin: 0 auto;
  padding: 50px 0 30px;
  width: 960px;
}
.bousai_wrap .content_btn {
  margin-top: 30px;
}
.bousai_wrap .content_btn a {
  background: #fff;
}
.bousai_text {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}
