@charset "UTF-8";
body{min-width:1200px;}
.box01 {
  margin-right: auto;
  margin-left: auto;
  width: 500px;
  border: solid 2px #76a32d;
  border-radius: 20px;
  background: white;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.user .box01 {
  border: solid 2px #e89651;
}
@media screen and (max-width: 768px) {
	body{min-width:auto;}
  .box01 {
    padding: 20px 10px;
    width: 100%;
  }
}
.mode-sp .box01 {
  padding: 20px 10px;
  width: 100%;
}
.box01 .box_title {
  width: 100%;
  border-radius: 20px;
  background: #76a32d;
  color: white;
  font-weight: 700;
  font-size: 124%;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 20px;
}
.user .box01 .box_title {
  background: #e89651;
}
.box01 .box_title .no {
  background: #e89651;
  border-radius: 20px;
  color: white;
  font-size: 108%;
  width: 40px;
  min-width: 40px;
  padding: 5px 0;
  display: inline-block;
  text-align: center;
  line-height: 1;
  font-weight: 700;
  margin-right: 10px;
}
.user .box01 .box_title .no {
  background: #76a32d;
}

.box02 {
  background: #FFF2E9;
  padding: 40px 40px;
}
@media screen and (max-width: 768px) {
  .box02 {
    padding: 40px 20px;
  }
}
.mode-sp .box02 {
  padding: 40px 20px;
}

.line-h {
  width: 100%;
  height: 1px;
  background: #c9c9c9;
}

/*
    レイアウト関係 --------------------------------------------------------------------------
*/
.btn_link01 {
  width: 100%;
  border: solid 1px #76a32d;
  border-radius: 10px;
  background: white;
  text-decoration: none;
  color: #76a32d;
  font-size: 139%;
  font-weight: 700;
  position: relative;
  padding: 15px 70px 15px 20px;
  display: block;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.user .btn_link01 {
  border: solid 1px #E89651;
  color: #E89651;
}
@media screen and (max-width: 768px) {
  .btn_link01 {
    font-size: 124%;
    text-align: left;
  }
}
.mode-sp .btn_link01 {
  font-size: 124%;
  text-align: left;
}
.btn_link01:after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #e89651 url(../img/icon_arrow_down-white.png) top 8px center/11px auto no-repeat;
  position: absolute;
  top: calc(50% - 10px);
  right: 20px;
}
.user .btn_link01:after {
  background-color: #76a32d;
}
.btn_link01:hover {
  color: white;
  background: #76a32d;
  text-decoration: none;
}
.user .btn_link01:hover {
  background: #E89651;
}

.btn_link02 {
  width: 680px;
  border: solid 1px #B22230;
  border-radius: 10px;
  background: white;
  text-decoration: none;
  color: #B22230;
  font-size: 139%;
  font-weight: 700;
  position: relative;
  padding: 15px 70px 15px 20px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .btn_link02 {
    width: 100%;
    font-size: 124%;
    text-align: left;
  }
}
.mode-sp .btn_link02 {
  width: 100%;
  font-size: 124%;
  text-align: left;
}
.btn_link02:after {
  content: "";
  width: 20px;
  height: 17px;
  background: url(../img/icon_link.png) center center/20px auto no-repeat;
  position: absolute;
  top: calc(50% - 10px);
  right: 20px;
}
.btn_link02:hover {
  color: white;
  background: #b22230;
  text-decoration: none;
}
.btn_link02:hover:after {
  background: url(../img/icon_link-white.png) center center/20px auto no-repeat;
}

.btn_pdf {
  width: 680px;
  border: solid 1px #B22230;
  border-radius: 10px;
  background: white;
  text-decoration: none;
  color: #B22230;
  font-size: 139%;
  font-weight: 700;
  position: relative;
  padding: 15px 20px 15px 80px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .btn_pdf {
    width: 100%;
    font-size: 124%;
    text-align: left;
  }
}
.mode-sp .btn_pdf {
  width: 100%;
  font-size: 124%;
  text-align: left;
}
.btn_pdf:after {
  content: "";
  width: 32px;
  height: 37px;
  background: url(../img/icon_pdf.png) center center/32px auto no-repeat;
  position: absolute;
  top: calc(50% - 19px);
  left: 20px;
}
.btn_pdf:hover {
  color: white;
  background: #b22230;
  text-decoration: none;
}

.btn_dl {
  width: 300px;
  border: solid 1px #76a32d;
  border-radius: 10px;
  background: #76a32d;
  text-decoration: none;
  color: white;
  font-size: 108%;
  font-weight: 700;
  position: relative;
  padding: 10px 20px 10px 20px;
  display: block;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .btn_dl {
    width: 100%;
  }
}
.mode-sp .btn_dl {
  width: 100%;
}
.btn_dl:hover {
  color: #76a32d;
  background: white;
  text-decoration: none;
}

.next_btn {
  float: right;
  display: block;
  width: 400px;
  padding: 15px 50px 15px 20px;
  border: solid 1px #76a32d;
  border-radius: 10px;
  background: white;
  font-size: 139%;
  font-weight: 700;
  line-height: 1.5;
  color: #76a32d;
  text-align: left;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.user .next_btn,
.diagnosis .next_btn {
  border: solid 1px #E89651;
  color: #E89651;
}
.section_closing .next_btn {
  font-size: 110%;
}
@media screen and (max-width: 768px) {
  .next_btn {
    font-size: 124%;
    width: 100%;
  }
}
.mode-sp .next_btn {
  font-size: 124%;
  width: 100%;
}
.next_btn:after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #e89651 url(../img/icon_arrow_down-white.png) top 8px center/11px auto no-repeat;
  position: absolute;
  top: calc(50% - 10px);
  right: 20px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.user .next_btn:after {
  background-color: #76a32d;
}
.next_btn:hover {
  color: white;
  background: #76a32d;
  text-decoration: none;
}
.user .next_btn:hover {
  background: #E89651;
}
.next_btn span {
  display: inline-block;
}

/*
    レイアウト関係 --------------------------------------------------------------------------
*/
.layout-row2-equal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.layout-row2-equal li {
  width: 50%;
}
.layout-row2-equal.distance20 > li {
  width: calc((100% - 20px) / 2);
}
.layout-row2-equal.distance20 > li:not(:last-of-type) {
  margin-right: 20px;
}
.layout-row2-equal.distance40 > li {
  width: calc((100% - 40px) / 2);
}
.layout-row2-equal.distance40 > li:not(:last-of-type) {
  margin-right: 40px;
}

.layout-row2-equal--1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .layout-row2-equal--1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mode-sp .layout-row2-equal--1 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.layout-row2-equal--1 li {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .layout-row2-equal--1 li {
    width: 100%;
  }
}
.mode-sp .layout-row2-equal--1 li {
  width: 100%;
}
.layout-row2-equal--1.distance20 > li {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 768px) {
  .layout-row2-equal--1.distance20 > li {
    width: 100%;
  }
}
.mode-sp .layout-row2-equal--1.distance20 > li {
  width: 100%;
}
.layout-row2-equal--1.distance20 > li:not(:last-of-type) {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .layout-row2-equal--1.distance20 > li:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.mode-sp .layout-row2-equal--1.distance20 > li:not(:last-of-type) {
  margin-bottom: 20px;
}
.layout-row2-equal--1.distance40 > li {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 768px) {
  .layout-row2-equal--1.distance40 > li {
    width: 100%;
  }
}
.mode-sp .layout-row2-equal--1.distance40 > li {
  width: 100%;
}
.layout-row2-equal--1.distance40 > li:not(:last-of-type) {
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .layout-row2-equal--1.distance40 > li:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
.mode-sp .layout-row2-equal--1.distance40 > li:not(:last-of-type) {
  margin-bottom: 40px;
}

.layout-row-wrap--1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .layout-row-wrap--1 {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mode-sp .layout-row-wrap--1 {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.layout-row-wrap--1.distance10 li:not(:last-of-type) {
  margin-right: 10px;
}
.layout-row-wrap--1.distance20 li:not(:last-of-type) {
  margin-right: 20px;
}

.layout-row2--1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .layout-row2--1 {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mode-sp .layout-row2--1 {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.layout-row2--1 .f1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.layout-row2--1.border li:not(:last-of-type) {
  border-right: solid 1px #cccccc;
}
@media screen and (max-width: 768px) {
  .layout-row2--1.border li:not(:last-of-type) {
    border-right: none;
    border-bottom: solid 1px #cccccc;
  }
}
.mode-sp .layout-row2--1.border li:not(:last-of-type) {
  border-right: none;
  border-bottom: solid 1px #cccccc;
}

.layout-row3--1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .layout-row3--1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mode-sp .layout-row3--1 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.layout-row3--1 .f1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.layout-row3--1 li {
  list-style: none;
  width: calc(100% / 3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .layout-row3--1 li {
    width: 100%;
  }
}
.mode-sp .layout-row3--1 li {
  width: 100%;
}

.layout-row2-split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/*
    Heading --------------------------------------------------------------------------
*/
.heading01 {
  width: 100%;
  background: #76a32d;
  border-radius: 20px;
  color: white;
  font-size: 124%;
  font-weight: 700;
  text-align: center;
  padding: 15px 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .heading01 {
    padding: 10px 20px;
    line-height: 1.5;
  }
}
.mode-sp .heading01 {
  padding: 10px 20px;
  line-height: 1.5;
}
.user .heading01 {
  background: #E89651;
}
.heading01.gray {
  background: #999999;
}

.heading02 {
  width: 100%;
  background: #76a32d;
  border-radius: 50px;
  color: white;
  font-size: 124%;
  font-weight: 700;
  text-align: center;
  padding: 10px 20px;
  line-height: 1;
  text-align: left;
}
.heading02 .no {
  background: #e89651;
  border-radius: 20px;
  color: white;
  font-size: 108%;
  width: 40px;
  min-width: 40px;
  padding: 5px 0;
  display: inline-block;
  text-align: center;
  line-height: 1;
  font-weight: 700;
  margin-right: 10px;
}

/*
    List関係 --------------------------------------------------------------------------
*/
.check_list_item {
  font-size: 124%;
  position: relative;
  padding-left: 30px;
}
.check_list_item:not(:last-of-type) {
  margin-bottom: 15px;
}
.check_list_item:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0.3em;
  left: 0;
  background: url(../img/icon_check.png) center center/11px auto no-repeat;
  border: solid 1px #ccc;
}

.list_item01 {
  font-size: 124%;
  position: relative;
  padding-left: 20px;
}
.list_item01:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0.5em;
  left: 0;
  background: #ff931e;
  border-radius: 50%;
}
.user .list_item01:before {
  background: #76a32d;
}
.list_item01.rb:before {
  top: 1.0em;
}

.pagetop {
  opacity: 0;
  width: 68px;
  height: 87px;
  cursor: pointer;
  position: fixed;
  bottom: 40px;
  right: 20px;
  background: url(../img/pagetop.png) center center/contain no-repeat;
}
.user .pagetop {
  width: 64px;
  height: 85px;
  background: url(../img/pagetop-user.png) center center/contain no-repeat;
}
.pagetop:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .pagetop {
    opacity: 0;
    position: fixed;
    width: 58px;
    height: 74px;
    bottom: 10px;
    right: 10px;
  }
}
.mode-sp .pagetop {
  opacity: 0;
  position: fixed;
  width: 58px;
  height: 74px;
  bottom: 10px;
  right: 10px;
}
@media screen and (max-width: 768px) {
  .pagetop a {
    display: block;
    width: 32px;
    height: 32px;
    border: solid 1px #FFF;
    background-color: #00a2d9;
    background-image: url(../img/icon-arrow06.png);
    background-repeat: no-repeat;
    background-position: center 12px;
    background-size: 14px auto;
    text-indent: -9999px;
    border-radius: 16px;
  }
  .pagetop a:hover {
    background-color: #00a2d9;
    background-image: url(../img/icon-arrow06.png);
    background-repeat: no-repeat;
    background-position: center 12px;
    background-size: 14px auto;
  }
}
.mode-sp .pagetop a {
  display: block;
  width: 32px;
  height: 32px;
  border: solid 1px #FFF;
  background-color: #00a2d9;
  background-image: url(../img/icon-arrow06.png);
  background-repeat: no-repeat;
  background-position: center 12px;
  background-size: 14px auto;
  text-indent: -9999px;
  border-radius: 16px;
}
.mode-sp .pagetop a:hover {
  background-color: #00a2d9;
  background-image: url(../img/icon-arrow06.png);
  background-repeat: no-repeat;
  background-position: center 12px;
  background-size: 14px auto;
}

.bold {
  font-weight: 700;
  font-size: 110%;
}

.strong01 {
  font-size: 154%;
  font-weight: 700;
  color: #76a32d;
}
.user .strong01 {
  color: #E89651;
}

.strong02 {
  font-size: 154%;
  font-weight: 700;
  color: #b22230;
  text-decoration: underline;
}

.strong03 {
  font-size: 139%;
  font-weight: 700;
  color: #76a32d;
}
.user .strong03 {
  color: #E89651;
}

.disclaimer_wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  display: none;
	overflow-y: auto;
	padding-top:250px;
}

.disclaimer {
  width: 800px;
  height: auto;
  background: white;
  position: relative;
	padding:50px 0;
	margin:50px auto;
}
@media screen and (max-width: 768px) {
	.disclaimer_wrap {
		padding-top:50px;
	}
  .disclaimer {
    height: auto;
    padding: 10px 0;
    width: 300px;
  }
}
.mode-sp .disclaimer {
  height: auto;
  padding: 10px 0;
  width: 300px;
}
.disclaimer .btn_close {
display: none;
  width: 40px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .disclaimer .btn_close {
	  display: none;
    width: 20px;
    top: 10px;
    right: 10px;
  }
}
.mode-sp .disclaimer .btn_close {
	display: none;
  width: 20px;
  top: 10px;
  right: 10px;
}
.disclaimer .btn_close:hover {
  opacity: .7;
}
.disclaimer .logo_disclaimer {
  width: 400px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .disclaimer .logo_disclaimer {
    width: 200px;
  }
}
.mode-sp .disclaimer .logo_disclaimer {
  width: 200px;
}
.disclaimer .disclaimer_text {
  font-size: 108%;
  margin-top: 30px;
  line-height: 1.7;
  color: #222222;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .disclaimer .disclaimer_text {
    line-height: 1.2;
    margin-top: 15px;
    padding: 0 10px;
    font-size: 85%;
  }
}
.mode-sp .disclaimer .disclaimer_text {
  line-height: 1.2;
  margin-top: 15px;
  padding: 0 10px;
  font-size: 85%;
}
.disclaimer .disclaimer_btn_area {
  margin-top: 40px;
  background: #d9f1f9;
  border-top: solid 3px #00a2d9;
  border-bottom: solid 3px #00a2d9;
  padding: 30px 40px;
}
@media screen and (max-width: 768px) {
  .disclaimer .disclaimer_btn_area {
    margin-top: 15px;
    padding: 10px;
  }
}
.mode-sp .disclaimer .disclaimer_btn_area {
  margin-top: 15px;
  padding: 10px;
}
.disclaimer .disclaimer_btn_text {
  font-size: 124%;
  line-height: 1.7;
  color: #222222;
}
@media screen and (max-width: 768px) {
  .disclaimer .disclaimer_btn_text {
    line-height: 1.2;
    font-size: 93%;
  }
}
.mode-sp .disclaimer .disclaimer_btn_text {
  line-height: 1.2;
  font-size: 93%;
}
.disclaimer .disclaimer_btn_wrap {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .disclaimer .disclaimer_btn_wrap {
    margin-top: 10px;
  }
}
.mode-sp .disclaimer .disclaimer_btn_wrap {
  margin-top: 10px;
}
.disclaimer .disclaimer_btn_wrap .disclaimer_btn {
  width: 300px;
  padding: 20px 0;
  background: #666 url(../img/icon_arrow_right-white.png) center right 20px/8px auto no-repeat;
  color: white;
  font-size: 154%;
  text-decoration: none;
  display: block;
}
@media screen and (max-width: 768px) {
  .disclaimer .disclaimer_btn_wrap .disclaimer_btn {
    font-size: 124%;
    padding: 8px 0;
  }
}
.mode-sp .disclaimer .disclaimer_btn_wrap .disclaimer_btn {
  font-size: 124%;
  padding: 8px 0;
}
.disclaimer .disclaimer_btn_wrap .disclaimer_btn:first-child {
  margin-right: 60px;
}
@media screen and (max-width: 768px) {
  .disclaimer .disclaimer_btn_wrap .disclaimer_btn:first-child {
    margin-right: 10px;
  }
}
.mode-sp .disclaimer .disclaimer_btn_wrap .disclaimer_btn:first-child {
  margin-right: 10px;
}
.disclaimer .disclaimer_btn_wrap .disclaimer_btn:hover {
  background: #00a2d9 url(../img/icon_arrow_right-white.png) center right 20px/8px auto no-repeat;
}
.disclaimer .disclaimer_info {
  display: block;
  width: 450px;
  border: solid 1px #fe0000;
  text-decoration: none;
  padding: 15px 40px 20px 20px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .disclaimer .disclaimer_info {
    margin-top: 10px;
    padding: 10px 30px 10px 10px;
    width: calc(100% - 20px);
  }
}
.mode-sp .disclaimer .disclaimer_info {
  margin-top: 10px;
  padding: 10px 30px 10px 10px;
  width: calc(100% - 20px);
}
.disclaimer .disclaimer_info:before {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  background: #fe0000 url(../img/icon_arrow_right-white.png) center center/8px auto no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .disclaimer .disclaimer_info:before {
    width: 20px;
  }
}
.mode-sp .disclaimer .disclaimer_info:before {
  width: 20px;
}
.disclaimer .disclaimer_info .disclaimer_info_title {
  font-size: 139%;
  color: #fe0000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .disclaimer .disclaimer_info .disclaimer_info_title {
    font-size: 85%;
    margin-bottom: 10px;
  }
}
.mode-sp .disclaimer .disclaimer_info .disclaimer_info_title {
  font-size: 85%;
  margin-bottom: 10px;
}
.disclaimer .disclaimer_info .disclaimer_info_title:before {
  content: "";
  display: block;
  background: url(../img/icon_disclaimer_info.jpg) center center/contain no-repeat;
  width: 21px;
  height: 26px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .disclaimer .disclaimer_info .disclaimer_info_title:before {
    width: 15px;
    height: 19px;
  }
}
.mode-sp .disclaimer .disclaimer_info .disclaimer_info_title:before {
  width: 15px;
  height: 19px;
}
.disclaimer .disclaimer_info .disclaimer_info_text {
  font-size: 108%;
}
@media screen and (max-width: 768px) {
  .disclaimer .disclaimer_info .disclaimer_info_text {
    line-height: 1.2;
    font-size: 85%;
  }
}
.mode-sp .disclaimer .disclaimer_info .disclaimer_info_text {
  line-height: 1.2;
  font-size: 85%;
}
