@media screen and (max-width: 750px) {
  #wrapper.ir-top .btnSecondary a {
    padding: 0 20px;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 750px) {
  #wrapper.ir-top .newsList li a {
    padding: 10px 15px 10px 15px;
  }
  #wrapper.ir-top .newsList li a:before {
    content: none;
  }
  #wrapper.ir-top .newsList li a:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
  }
  #wrapper.ir-top .newsList li .time {
    width: 25%;
  }
  #wrapper.ir-top .newsList li p {
    float: right;
    width: 75%;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  #wrapper.ir-top .newsList li p {
    float: none;
    width: auto;
  }
}
@media screen and (max-width: 750px) {
  #wrapper.ir-top .btnWrap .btn {
    width: 100%;
    margin-left: auto !important;
  }
}
#wrapper.ir-top .ir-top__mainVisual {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  #wrapper.ir-top .ir-top__mainVisual {
    display: block;
  }
}
#wrapper.ir-top .ir-top__mainVisual .mainBlock {
  width: 65%;
}
@media screen and (max-width: 750px) {
  #wrapper.ir-top .ir-top__mainVisual .mainBlock {
    width: 100%;
    margin: 0 0 16px;
  }
}
#wrapper.ir-top .ir-top__mainVisual .mainBlock a {
  display: block;
  position: relative;
  box-shadow: 4.243px 4.243px 6px 0px rgba(54, 88, 106, 0.12);
}
#wrapper.ir-top .ir-top__mainVisual .mainBlock a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  box-sizing: border-box;
  transition: 0.4s;
}
#wrapper.ir-top .ir-top__mainVisual .mainBlock a:hover:after {
  border: 2px solid #008086;
}
#wrapper.ir-top .ir-top__mainVisual .mainBlock a:hover figure {
  opacity: 0.7;
}
#wrapper.ir-top .ir-top__mainVisual .mainBlock a:hover h2 {
  opacity: 0.7;
}
#wrapper.ir-top .ir-top__mainVisual .mainBlock a:hover p {
  opacity: 0.7;
}
#wrapper.ir-top .ir-top__mainVisual .mainBlock h2 {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2.8rem;
  line-height: 1.5;
  padding: 45px 26px;
}
#wrapper.ir-top .ir-top__mainVisual .mainBlock h2 span {
  display: block;
  line-height: 1.4;
  font-size: 2.2rem;
  color: #008086;
}
@media screen and (max-width: 750px) {
  #wrapper.ir-top .ir-top__mainVisual .mainBlock h2 {
    font-size: 2rem;
    padding: 40px 15px;
  }
  #wrapper.ir-top .ir-top__mainVisual .mainBlock h2 span {
    font-size: 1.5rem;
  }
}
#wrapper.ir-top .ir-top__mainVisual .mainBlock p {
  position: absolute;
  right: 7px;
  bottom: 8px;
  display: inline-block;
  font-size: 1.2rem;
  color: #FFF;
  background: #008086;
  line-height: 1;
  padding: 10px 34px 10px 12px;
}
#wrapper.ir-top .ir-top__mainVisual .mainBlock p:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 13px;
}
@media screen and (max-width: 750px) {
  #wrapper.ir-top .ir-top__mainVisual .mainBlock p {
    font-size: 1rem;
    padding: 9px 30px 9px 10px;
  }
}
#wrapper.ir-top .ir-top__mainVisual .subBlock {
  width: 32%;
}
@media screen and (max-width: 750px) {
  #wrapper.ir-top .ir-top__mainVisual .subBlock {
    width: 100%;
  }
}
#wrapper.ir-top .ir-top__mainVisual .subBlock .presidentMessage {
  margin: 0 0 32px;
}
@media screen and (max-width: 750px) {
  #wrapper.ir-top .ir-top__mainVisual .subBlock .presidentMessage {
    margin: 0 0 16px;
  }
}
#wrapper.ir-top .ir-top__mainVisual .subBlock .presidentMessage a {
  display: block;
  position: relative;
  box-shadow: 4.243px 4.243px 6px 0px rgba(54, 88, 106, 0.12);
  overflow: hidden;
}
#wrapper.ir-top .ir-top__mainVisual .subBlock .presidentMessage a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  box-sizing: border-box;
  transition: 0.4s;
}
#wrapper.ir-top .ir-top__mainVisual .subBlock .presidentMessage a:hover:after {
  border: 2px solid #008086;
}
#wrapper.ir-top .ir-top__mainVisual .subBlock .presidentMessage a:hover img {
  opacity: 0.8;
  transform: scale(1.05);
}
#wrapper.ir-top .ir-top__mainVisual .subBlock .presidentMessage p {
  width: 100%;
  background: rgba(7, 94, 99, 0.6);
  padding: 0 35px 0 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
}
#wrapper.ir-top .ir-top__mainVisual .subBlock .presidentMessage p:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
}
#wrapper.ir-top .ir-top__mainVisual .subBlock .presidentMessage p span {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
  font-size: 1.8rem;
  line-height: 1.3;
}
@media screen and (max-width: 750px) {
  #wrapper.ir-top .ir-top__mainVisual .subBlock .presidentMessage p span {
    font-size: 1.7rem;
    height: 60px;
  }
}
#wrapper.ir-top .ir-top__news {
  margin: 0 0 20px;
}
#wrapper.ir-top .ir-top__news__btnList {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0 0;
}
#wrapper.ir-top .ir-top__news__btnList .btnPrimary {
  margin: 0 10px;
}
@media screen and (max-width: 750px) {
  #wrapper.ir-top .ir-top__news__btnList {
    display: block;
  }
  #wrapper.ir-top .ir-top__news__btnList .btnPrimary {
    margin: 0 auto 16px;
    max-width: 239px;
  }
  #wrapper.ir-top .ir-top__news__btnList .btnPrimary:last-child {
    margin: 0 auto;
  }
}
#wrapper.ir-top .ir-top__content__wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: -35px;
}
@media screen and (max-width: 750px) {
  #wrapper.ir-top .ir-top__content__wrapper {
    display: block;
    margin-top: 0;
  }
}
#wrapper.ir-top .ir-top__content__column {
  width: 32%;
  margin: 35px 1.8% 0 0;
}
@media screen and (max-width: 750px) {
  #wrapper.ir-top .ir-top__content__column {
    width: 100%;
    margin: 35px 0 0;
  }
  #wrapper.ir-top .ir-top__content__column:last-child .btnList {
    margin: 25px 0 0;
  }
}
#wrapper.ir-top .ir-top__content__column:nth-child(3n) {
  margin: 35px 0 0;
}
@media screen and (max-width: 750px) {
  #wrapper.ir-top .ir-top__content__column .btn {
    max-width: inherit;
  }
}
#wrapper.ir-top .ir-top__content__column .btnList {
  margin: 25px 0 0;
}
@media screen and (max-width: 750px) {
  #wrapper.ir-top .ir-top__content__column .btnList {
    margin: 12px 0 0;
  }
}
#wrapper.ir-top .ir-top__content__column .btnList li {
  margin: 0 0 10px 0;
}
@media screen and (max-width: 750px) {
  #wrapper.ir-top .ir-top__content__column .btnList li {
    margin: 0 0 15px 0;
  }
  #wrapper.ir-top .ir-top__content__column .btnList li:last-child {
    margin: 0;
  }
}
#wrapper.ir-top .ir-top__content__column .btnList a {
  position: relative;
  display: block;
  padding: 0 0 0 13px;
}
#wrapper.ir-top .ir-top__content__column .btnList a:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #008086;
  border-right: 1px solid #008086;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  left: -4px;
}
#wrapper.ir-top .ir-top__content__column .btnList a:hover {
  text-decoration: underline;
}
#wrapper.ir-top .ir-top__content__column .btnList img {
  max-width: 15px;
  height: auto;
  position: relative;
  top: -5px;
}

#wrapper.ir-data .pageHeader + .contents.bg01 {
  padding: 35px 20px 15px;
}
#wrapper.ir-data .ir-data__leadTxt {
  font-size: 1.6rem;
  margin: 0 0 25px;
}
@media screen and (max-width: 750px) {
  #wrapper.ir-data .ir-data__leadTxt {
    font-size: 1.4rem;
    margin: 0 0 30px;
  }
}
#wrapper.ir-data .ir-data__leadTxt a {
  transition: 0.2s ease-out;
}
#wrapper.ir-data .ir-data__leadTxt a:hover {
  color: #008086;
}
#wrapper.ir-data .ir-data__leadTxt .pdf02 {
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 1px 0 1px 25px;
  background: url(/jp/assets/images/ir/ico_pdf.png) no-repeat center left;
  background-size: 18px auto;
}
@media screen and (max-width: 750px) {
  #wrapper.ir-data .ir-data__leadTxt .pdf02 {
    margin: 0 0 0 5px;
    padding: 0 0 0 20px;
    background: url(/jp/assets/images/ir/ico_pdf.png) no-repeat center left;
    background-size: 14px auto;
  }
}
#wrapper.ir-data .ir-data__btnList {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  #wrapper.ir-data .ir-data__btnList {
    display: block;
  }
}
#wrapper.ir-data .ir-data__btnList li {
  width: 32%;
  margin: 0 2% 32px 0;
}
#wrapper.ir-data .ir-data__btnList li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 750px) {
  #wrapper.ir-data .ir-data__btnList li {
    width: 100%;
    margin: 0 0 10px;
  }
  #wrapper.ir-data .ir-data__btnList li a {
    font-size: 1.7rem;
    padding: 0 20px;
  }
}
@media screen and (max-width: 750px) {
  #wrapper.ir-data .ir-data__btnList .btnSecondary {
    max-width: 100%;
  }
}

#wrapper.ir-explanatory .ttlSecondary {
  font-size: 2.2rem;
}
#wrapper.ir-explanatory .ir-explanatory__leadTxt {
  font-size: 1.6rem;
  line-height: 1.875;
  margin: 0 0 30px;
}
@media screen and (max-width: 750px) {
  #wrapper.ir-explanatory .ir-explanatory__leadTxt {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
#wrapper.ir-explanatory .ir-explanatory__archiveBox {
  background: #FFF;
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.08);
  padding: 50px 60px;
  margin: 0 0 50px;
}
@media screen and (max-width: 750px) {
  #wrapper.ir-explanatory .ir-explanatory__archiveBox {
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.08);
    padding: 30px 15px;
    margin: 0 0 30px;
  }
}
#wrapper.ir-explanatory .ir-explanatory__list {
  border-top: 1px solid #DFDFDF;
}
#wrapper.ir-explanatory .ir-explanatory__list + h3 {
  margin-top: 60px;
}
@media screen and (max-width: 750px) {
  #wrapper.ir-explanatory .ir-explanatory__list + h3 {
    margin-top: 30px;
  }
}
#wrapper.ir-explanatory .ir-explanatory__list li {
  border-bottom: 1px solid #DFDFDF;
}
#wrapper.ir-explanatory .ir-explanatory__list li a {
  display: block;
  padding: 18px 20px;
}
@media screen and (max-width: 750px) {
  #wrapper.ir-explanatory .ir-explanatory__list li a {
    padding: 15px 10px;
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
#wrapper.ir-explanatory .ir-explanatory__list li a:hover {
  background-color: #F4F6F6;
  color: #008086;
}
#wrapper.ir-explanatory .ir-explanatory__list li a .pdf02 {
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 1px 0 1px 25px;
  background: url(/jp/assets/images/ir/ico_pdf.png) no-repeat center left;
  background-size: 18px auto;
}
@media screen and (max-width: 750px) {
  #wrapper.ir-explanatory .ir-explanatory__list li a .pdf02 {
    margin: 0 0 0 5px;
    padding: 0 0 0 20px;
    background: url(/jp/assets/images/ir/ico_pdf.png) no-repeat center left;
    background-size: 14px auto;
  }
}
#wrapper.ir-explanatory .ir-explanatory__pdf {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  #wrapper.ir-explanatory .ir-explanatory__pdf {
    display: block;
    text-align: center;
  }
}
#wrapper.ir-explanatory .ir-explanatory__pdf a {
  display: inline-block;
  max-width: 158px;
  margin: 0 28px 0 0;
}
#wrapper.ir-explanatory .ir-explanatory__pdf a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 750px) {
  #wrapper.ir-explanatory .ir-explanatory__pdf a {
    max-width: 100%;
    margin: 0 0 25px;
    text-align: center;
  }
}
#wrapper.ir-explanatory .ir-explanatory__pdf a img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 750px) {
  #wrapper.ir-explanatory .ir-explanatory__pdf a img {
    max-width: 185px;
  }
}
#wrapper.ir-explanatory .ir-explanatory__pdf p {
  line-height: 2;
}
@media screen and (max-width: 750px) {
  #wrapper.ir-explanatory .ir-explanatory__pdf p {
    text-align: left;
    line-height: 1.7;
  }
  #wrapper.ir-explanatory .ir-explanatory__pdf p br {
    display: none;
  }
}

#wrapper.ir-calender .ttlSecondary {
  font-size: 2.2rem;
}
@media screen and (max-width: 750px) {
  #wrapper.ir-calender .ttlSecondary {
    font-size: 1.9rem;
    border-left: 2px solid #008086;
  }
}
#wrapper.ir-calender .ir-calender__leadTxt {
  font-size: 1.6rem;
  line-height: 1.875;
  margin: 0 0 30px;
}
@media screen and (max-width: 750px) {
  #wrapper.ir-calender .ir-calender__leadTxt {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
#wrapper.ir-calender .ir-calender__archiveBox {
  background: #FFF;
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.08);
  padding: 60px 50px;
  margin: 0 0 80px;
}
#wrapper.ir-calender .ir-calender__archiveBox:last-child {
  margin: 0;
}
@media screen and (max-width: 750px) {
  #wrapper.ir-calender .ir-calender__archiveBox {
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.08);
    padding: 30px 15px;
    margin: 0 0 60px;
  }
}
#wrapper.ir-calender .ir-calender__season {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  #wrapper.ir-calender .ir-calender__season {
    flex-wrap: wrap;
  }
}
#wrapper.ir-calender .ir-calender__season li {
  width: 24%;
}
#wrapper.ir-calender .ir-calender__season li img {
  max-width: 100%;
  height: auto;
}
#wrapper.ir-calender .ir-calender__season li:first-child img {
  max-width: 110%;
  width: 110%;
}
@media screen and (max-width: 750px) {
  #wrapper.ir-calender .ir-calender__season li {
    width: 48.8%;
    margin: 0 0 35px;
  }
  #wrapper.ir-calender .ir-calender__season li:nth-child(3), #wrapper.ir-calender .ir-calender__season li:nth-child(4) {
    margin: 0;
  }
}
#wrapper.ir-calender .ir-calender__caption {
  margin: 10px 0 0;
  text-align: right;
}
@media screen and (max-width: 750px) {
  #wrapper.ir-calender .ir-calender__caption {
    font-size: 1rem;
    text-align: left;
  }
}
#wrapper.ir-calender .ir-calender__list {
  border-top: 1px solid #DFDFDF;
}
#wrapper.ir-calender .ir-calender__list + h3 {
  margin-top: 60px;
}
@media screen and (max-width: 750px) {
  #wrapper.ir-calender .ir-calender__list + h3 {
    margin-top: 30px;
  }
}
#wrapper.ir-calender .ir-calender__list li {
  border-bottom: 1px solid #DFDFDF;
}
#wrapper.ir-calender .ir-calender__list li a {
  display: block;
  padding: 18px 20px;
}
@media screen and (max-width: 750px) {
  #wrapper.ir-calender .ir-calender__list li a {
    padding: 15px 10px;
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
#wrapper.ir-calender .ir-calender__list li a:hover {
  background-color: #F4F6F6;
  color: #008086;
}
#wrapper.ir-calender .ir-calender__list li a .pdf02 {
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 1px 0 1px 25px;
  background: url(/jp/assets/images/ir/ico_pdf.png) no-repeat center left;
  background-size: 18px auto;
}
@media screen and (max-width: 750px) {
  #wrapper.ir-calender .ir-calender__list li a .pdf02 {
    margin: 0 0 0 5px;
    padding: 1px 0 1px 20px;
    background: url(/jp/assets/images/ir/ico_pdf.png) no-repeat center left;
    background-size: 14px auto;
  }
}
#wrapper.ir-calender .ir-calender__list li p.nodata {
  text-align: center;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  display: block;
}

#wrapper.ir-dividend .ir-dividend__bodyTxt {
  font-size: 1.6rem;
  line-height: 1.875;
  margin: 0 0 60px;
}
#wrapper.ir-dividend .ir-dividend__annotation {
  font-size: 1.3rem;
}
@media screen and (max-width: 750px) {
  #wrapper.ir-dividend .ir-dividend__annotation {
    margin-top: 10px;
  }
}

#wrapper.ir-stock .boxLinkWrap {
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  #wrapper.ir-stock .boxLinkWrap.col3 .boxLink {
    width: 48%;
  }
  #wrapper.ir-stock .boxLinkWrap.col3 .boxLink:nth-child(2n) {
    margin-left: 4%;
  }
}
#wrapper.ir-stock .ir-stock__leadTxt {
  font-size: 1.6rem;
  margin: 0 0 25px;
}
@media screen and (max-width: 750px) {
  #wrapper.ir-stock .ir-stock__leadTxt {
    font-size: 1.4rem;
    margin: 0 0 30px;
  }
}
#wrapper.ir-stock .ir-stock__btnList {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  #wrapper.ir-stock .ir-stock__btnList {
    display: block;
  }
}
#wrapper.ir-stock .ir-stock__btnList li {
  width: 30.4%;
  margin: 0 2% 32px 0;
}
#wrapper.ir-stock .ir-stock__btnList li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 750px) {
  #wrapper.ir-stock .ir-stock__btnList li {
    width: 100%;
    margin: 0 0 10px;
  }
  #wrapper.ir-stock .ir-stock__btnList li a {
    font-size: 1.7rem;
    padding: 0 20px;
  }
}
@media screen and (max-width: 750px) {
  #wrapper.ir-stock .ir-stock__btnList .btnSecondary {
    max-width: 100%;
  }
}
#wrapper.ir-stock .ir-stock__btnList .btnSecondary a span {
  text-align: center;
}
#wrapper.ir-stock .ir-stock__btnList .btnSecondary.-blank a:before {
  background: url(/jp/assets/images/ir/ico_blank.png) no-repeat center;
  background-size: contain;
  border: none;
  transform: rotate(0deg) translateY(-50%);
  width: 15px;
  height: 14px;
}
#wrapper.ir-stock .ir-stock__btnList .btnSecondary.-blank a:hover:before {
  background: url(/jp/assets/images/ir/ico_blank_white.png) no-repeat center;
  background-size: contain;
}

#wrapper.results .ttlSecondary {
  font-size: 2.2rem;
  margin: 50px 0 20px;
}
@media screen and (max-width: 750px) {
  #wrapper.results .ttlSecondary {
    font-size: 1.8rem;
    margin: 30px 0 18px;
  }
}
@media screen and (max-width: 750px) {
  #wrapper.results .results__wrap {
    overflow: auto;
    white-space: nowrap;
    overflow-x: scroll;
  }
  #wrapper.results .results__wrap::-webkit-scrollbar {
    height: 5px;
  }
  #wrapper.results .results__wrap::-webkit-scrollbar-track {
    background: #d0d0d0;
  }
  #wrapper.results .results__wrap::-webkit-scrollbar-thumb {
    background: #808080;
    border-radius: 5px;
  }
}
#wrapper.results .results__table {
  width: 100%;
  box-shadow: 0 6px 6px 0 rgba(54, 88, 106, 0.08);
}
@media screen and (max-width: 750px) {
  #wrapper.results .results__table {
    table-layout: fixed;
  }
}
#wrapper.results .results__table th, #wrapper.results .results__table td {
  height: 60px;
}
@media screen and (max-width: 750px) {
  #wrapper.results .results__table th, #wrapper.results .results__table td {
    height: auto;
    padding: 15px 10px;
    box-sizing: border-box;
    word-wrap: break-word;
  }
}
#wrapper.results .results__table thead th {
  width: 15.3%;
  background: #018087;
  color: #FFF;
  font-size: 1.6rem;
  text-align: center;
  vertical-align: middle;
  border-left: 1px solid #DFDFDF;
}
#wrapper.results .results__table thead th:first-child {
  width: 23%;
  border-left: none;
}
@media screen and (max-width: 750px) {
  #wrapper.results .results__table thead th {
    width: 75px;
  }
  #wrapper.results .results__table thead th:first-child {
    width: 118px;
  }
}
#wrapper.results .results__table tbody th, #wrapper.results .results__table tbody td {
  border: 1px solid #DFDFDF;
}
#wrapper.results .results__table tbody th {
  padding: 0 0 0 30px;
  font-size: 1.6rem;
  background: #F5FAF9;
}
@media screen and (max-width: 750px) {
  #wrapper.results .results__table tbody th {
    font-size: 1.3rem;
    padding: 15px 10px;
  }
}
#wrapper.results .results__table tbody th span {
  font-size: 0.8em;
}
#wrapper.results .results__table tbody td {
  font-size: 1.6rem;
  text-align: right;
  padding: 0 28px 0 0;
  background: #FFF;
}
@media screen and (max-width: 750px) {
  #wrapper.results .results__table tbody td {
    font-size: 1.4rem;
    padding: 15px 10px;
  }
}
#wrapper.results .results__tablecaption {
  font-size: 1.3rem;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.84;
  margin: 15px 0 40px;
}
@media screen and (max-width: 750px) {
  #wrapper.results .results__tablecaption {
    padding-left: 0;
    text-indent: 0;
  }
  #wrapper.results .results__tablecaption br {
    display: none;
  }
}
#wrapper.results .results img {
  max-width: 100%;
  height: auto;
}

#wrapper.procedures .procedures__leadTxt {
  font-size: 1.6rem;
  margin: 0 0 30px;
}
@media screen and (max-width: 750px) {
  #wrapper.procedures .procedures__leadTxt {
    font-size: 1.4rem;
  }
}
#wrapper.procedures .procedures__wrap + h2 {
  margin: 40px 0 30px;
}
#wrapper.procedures .procedures__table {
  width: 100%;
  box-shadow: 0 6px 6px 0 rgba(54, 88, 106, 0.08);
  /*.spReverse{
  	@include sp {
  		margin: 20px 0 0;
  		display: flex;
          flex-direction: column-reverse;
  	}
  }*/
}
#wrapper.procedures .procedures__table th, #wrapper.procedures .procedures__table td {
  border: 1px solid #DFDFDF;
  padding: 15px;
}
@media screen and (max-width: 750px) {
  #wrapper.procedures .procedures__table th, #wrapper.procedures .procedures__table td {
    /*display: block;
    height: auto;*/
    padding: 10px;
  }
}
#wrapper.procedures .procedures__table th {
  font-size: 1.6rem;
  background: #F5FAF9;
}
@media screen and (max-width: 750px) {
  #wrapper.procedures .procedures__table th {
    font-size: 1.4rem;
    /*color: #333;
    border-top: none;*/
  }
}
#wrapper.procedures .procedures__table td {
  background: #FFF;
}
#wrapper.procedures .procedures__table td p {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  #wrapper.procedures .procedures__table td p {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
#wrapper.procedures .procedures__tablecaption {
  font-size: 1.3rem;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.84;
  margin: 15px 0 40px 2.5em;
  text-indent: -2.5em;
}
#wrapper.procedures .procedures__bodyTxt {
  font-size: 1.6rem;
  margin: 0 0 30px;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  #wrapper.procedures .procedures__bodyTxt {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
#wrapper.procedures .procedures__bodyTxt .notes {
  display: block;
  text-indent: -1em;
  margin-left: 1em;
}
#wrapper.procedures .procedures__whiteBox {
  background: #FFF;
  padding: 40px;
  box-shadow: 0 6px 6px 0 rgba(54, 88, 106, 0.08);
}
@media screen and (max-width: 750px) {
  #wrapper.procedures .procedures__whiteBox {
    padding: 15px;
    box-shadow: 0 3px 3px 0 rgba(54, 88, 106, 0.08);
  }
}
#wrapper.procedures .procedures__whiteBox p {
  font-size: 1.6rem;
  line-height: 1.8;
}
#wrapper.procedures .procedures__whiteBox p.headTxt {
  margin: 20px 0 0;
}
#wrapper.procedures .procedures__whiteBox p.bodyTxt {
  margin: 10px 0 0;
}
#wrapper.procedures .procedures__whiteBox p.linkBlank img {
  margin: 0 0 0 5px;
  width: 16px;
  height: auto;
  top: -6px;
}
@media screen and (max-width: 750px) {
  #wrapper.procedures .procedures__whiteBox p {
    font-size: 1.4rem;
  }
}
#wrapper.procedures .procedures__whiteBox img {
  max-width: 20px;
  height: auto;
  margin: 0 5px 0 0;
  position: relative;
  top: -2px;
}
#wrapper.procedures .procedures__whiteBox a {
  color: #008086;
}
#wrapper.procedures .procedures__whiteBox a:hover {
  text-decoration: underline;
}
#wrapper.procedures .procedures__whiteBox a.noneEffect:hover {
  text-decoration: none;
}

#wrapper.information .information__caption {
  font-size: 1.3rem;
  margin: 10px 0;
}
#wrapper.information .information__caption.-right {
  text-align: right;
}
#wrapper.information .information__simpleTable {
  border: 1px solid #DFDFDF;
  box-shadow: 0 6px 6px 0 rgba(54, 88, 106, 0.08);
  width: 100%;
}
#wrapper.information .information__simpleTable th, #wrapper.information .information__simpleTable td {
  font-size: 1.6rem;
  padding: 20px 30px;
  border: 1px solid #DFDFDF;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  #wrapper.information .information__simpleTable th, #wrapper.information .information__simpleTable td {
    font-size: 1.3rem;
    vertical-align: middle;
    padding: 10px;
    word-break: break-word;
  }
}
#wrapper.information .information__simpleTable th {
  width: 24%;
  background: #F5FAF9;
  font-weight: normal;
}
@media screen and (max-width: 750px) {
  #wrapper.information .information__simpleTable th {
    width: 31%;
  }
}
#wrapper.information .information__simpleTable td {
  width: 76%;
  background: #FFF;
}
@media screen and (max-width: 750px) {
  #wrapper.information .information__simpleTable td {
    width: 69%;
  }
}
#wrapper.information .information__simpleTable td a {
  color: #018087;
  display: inline-block;
}
#wrapper.information .information__simpleTable td a:hover span {
  text-decoration: underline;
}
#wrapper.information .information__column3Table {
  box-shadow: 0 6px 6px 0 rgba(54, 88, 106, 0.08);
  width: 100%;
}
#wrapper.information .information__column3Table thead th {
  width: 25%;
  background: #018087;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: center;
  color: #FFF;
  padding: 15px;
  border-left: 1px solid #dfdfdf;
  box-sizing: border-box;
}
#wrapper.information .information__column3Table thead th span {
  font-size: 0.8em;
}
#wrapper.information .information__column3Table thead th:nth-child(1) {
  width: 50%;
  border-left: none;
}
@media screen and (max-width: 750px) {
  #wrapper.information .information__column3Table thead th {
    font-size: 1.3rem;
    padding: 10px 2px;
  }
  #wrapper.information .information__column3Table thead th:nth-child(1) {
    width: 56%;
  }
  #wrapper.information .information__column3Table thead th:nth-child(2) {
    width: 23%;
  }
  #wrapper.information .information__column3Table thead th:nth-child(3) {
    width: 21%;
  }
}
#wrapper.information .information__column3Table tbody {
  border: 1px solid #dfdfdf;
}
#wrapper.information .information__column3Table tbody th, #wrapper.information .information__column3Table tbody td {
  font-size: 1.4rem;
  font-weight: normal;
  padding: 15px 20px;
  border: 1px solid #dfdfdf;
}
@media screen and (max-width: 750px) {
  #wrapper.information .information__column3Table tbody th, #wrapper.information .information__column3Table tbody td {
    font-size: 1.3rem;
    padding: 15px 5px;
  }
  #wrapper.information .information__column3Table tbody th br, #wrapper.information .information__column3Table tbody td br {
    display: none;
  }
}
#wrapper.information .information__column3Table tbody th {
  background: #F5FAF9;
}
#wrapper.information .information__column3Table tbody td {
  background: #FFF;
  text-align: center;
}
#wrapper.information .information__imgWrap {
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #wrapper.information .information__imgWrap {
    max-width: 100%;
  }
}
#wrapper.information .information__imgWrap img {
  width: 100%;
  height: auto;
}

#wrapper.ir-integrated .report__simpleCol {
  display: flex;
  justify-content: space-between;
  margin: 0 0 60px;
}
@media screen and (max-width: 750px) {
  #wrapper.ir-integrated .report__simpleCol {
    display: block;
  }
}
#wrapper.ir-integrated .report__simpleCol .main {
  width: 50%;
}
@media screen and (max-width: 750px) {
  #wrapper.ir-integrated .report__simpleCol .main {
    width: 100%;
  }
}
#wrapper.ir-integrated .report__simpleCol .sub {
  width: 45%;
}
@media screen and (max-width: 750px) {
  #wrapper.ir-integrated .report__simpleCol .sub {
    width: 100%;
    text-align: center;
  }
}
#wrapper.ir-integrated .report__simpleCol .sub img {
  max-width: 100%;
  height: auto;
  width: auto;
  margin-top: 30px;
}
#wrapper.ir-integrated .report__pdfTxt {
  margin: 0 0 15px;
}
#wrapper.ir-integrated .report__pdfTxt a {
  display: inline-block;
  padding: 0 20px 0 40px;
  background: url(/jp/assets/images/ir/ico_pdf.png) no-repeat center left 10px;
  background-size: 18px auto;
  font-size: 1.6rem;
  text-decoration: underline;
}
#wrapper.ir-integrated .report__pdf {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  #wrapper.ir-integrated .report__pdf {
    display: block;
    text-align: center;
  }
}
#wrapper.ir-integrated .report__pdf a {
  display: inline-block;
  max-width: 158px;
  margin: 0 28px 0 0;
}
@media screen and (max-width: 750px) {
  #wrapper.ir-integrated .report__pdf a {
    max-width: 100%;
    margin: 0 0 25px;
  }
}
#wrapper.ir-integrated .report__pdf a img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 750px) {
  #wrapper.ir-integrated .report__pdf a img {
    max-width: 185px;
  }
}
#wrapper.ir-integrated .report__pdf p {
  line-height: 2;
}
@media screen and (max-width: 750px) {
  #wrapper.ir-integrated .report__pdf p {
    text-align: left;
    line-height: 1.7;
  }
}
#wrapper.ir-integrated .report__cvBlock {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  #wrapper.ir-integrated .report__cvBlock {
    display: block;
  }
}
#wrapper.ir-integrated .report__cvBlock__btn {
  width: 40%;
}
@media screen and (max-width: 750px) {
  #wrapper.ir-integrated .report__cvBlock__btn {
    width: 100%;
  }
}
#wrapper.ir-integrated .report__cvBlock__btn p {
  max-width: 100%;
  margin: 0;
}
#wrapper.ir-integrated .report__cvBlock__btn a {
  line-height: 60px;
}
#wrapper.ir-integrated .report__cvBlock__tel {
  width: 48%;
}
@media screen and (max-width: 750px) {
  #wrapper.ir-integrated .report__cvBlock__tel {
    width: 100%;
    margin: 25px 0 0;
  }
}
#wrapper.ir-integrated .report__cvBlock__tel p {
  font-size: 1.8rem;
}
#wrapper.ir-integrated .report__cvBlock__tel a {
  font-size: 1.8rem;
}
#wrapper.ir-integrated .txtLink {
  margin-top: 20px;
}
#wrapper.ir-integrated .report__bodyTxt {
  font-size: 1.6rem;
  margin: 0 0 25px;
}
#wrapper.ir-integrated .report__bodyTxt a {
  color: #008086;
  text-decoration: underline;
}
@media screen and (max-width: 750px) {
  #wrapper.ir-integrated .report__bodyTxt {
    font-size: 1.4rem;
    margin: 0 0 15px;
  }
}
#wrapper.ir-integrated .report__simpleCol {
  display: flex;
  justify-content: space-between;
  margin: 0 0 60px;
}
@media screen and (max-width: 750px) {
  #wrapper.ir-integrated .report__simpleCol {
    display: block;
  }
}
#wrapper.ir-integrated .report__simpleCol .main {
  width: 50%;
}
@media screen and (max-width: 750px) {
  #wrapper.ir-integrated .report__simpleCol .main {
    width: 100%;
  }
}
#wrapper.ir-integrated .report__simpleCol .sub {
  width: 45%;
}
@media screen and (max-width: 750px) {
  #wrapper.ir-integrated .report__simpleCol .sub {
    width: 100%;
    text-align: center;
  }
}
#wrapper.ir-integrated .report__simpleCol .sub img {
  max-width: 100%;
  height: auto;
  width: auto;
  margin-top: 30px;
}
#wrapper.ir-integrated .report__pdf {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  #wrapper.ir-integrated .report__pdf {
    display: block;
    text-align: center;
  }
}
#wrapper.ir-integrated .report__pdf a {
  display: inline-block;
  max-width: 158px;
  margin: 0 28px 0 0;
}
@media screen and (max-width: 750px) {
  #wrapper.ir-integrated .report__pdf a {
    max-width: 100%;
    margin: 0 0 25px;
  }
}
#wrapper.ir-integrated .report__pdf a img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 750px) {
  #wrapper.ir-integrated .report__pdf a img {
    max-width: 185px;
  }
}
#wrapper.ir-integrated .report__pdf p {
  line-height: 2;
}
@media screen and (max-width: 750px) {
  #wrapper.ir-integrated .report__pdf p {
    text-align: left;
    line-height: 1.7;
  }
}
#wrapper.ir-integrated .governance__pdfList {
  border-top: 1px solid #DFDFDF;
}
#wrapper.ir-integrated .governance__pdfList li {
  border-bottom: 1px solid #DFDFDF;
}
#wrapper.ir-integrated .governance__pdfList li a {
  display: block;
  padding: 18px 20px;
}
@media print, screen and (min-width: 751px) {
  #wrapper.ir-integrated .governance__pdfList li a:hover {
    background-color: #fff;
    color: #008086;
  }
}
#wrapper.ir-integrated .governance__pdfList li a .pdf02 {
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 1px 0 1px 25px;
  background: url(/jp/assets/images/ir/ico_pdf.png) no-repeat center left;
  background-size: 18px auto;
}
@media screen and (max-width: 750px) {
  #wrapper.ir-integrated .governance__pdfList li a .pdf02 {
    margin: 0 0 0 5px;
    padding: 1px 0 1px 20px;
    background: url(/jp/assets/images/ir/ico_pdf.png) no-repeat center left;
    background-size: 14px auto;
  }
}
#wrapper.ir-integrated .ir-explanatory__leadTxt {
  font-size: 1.6rem;
  line-height: 1.875;
  margin: 0 0 30px;
}
@media screen and (max-width: 750px) {
  #wrapper.ir-integrated .ir-explanatory__leadTxt {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
#wrapper.ir-integrated .ir-explanatory__archiveBox {
  background: #FFF;
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.08);
  padding: 50px 60px;
  margin: 0 0 50px;
}
@media screen and (max-width: 750px) {
  #wrapper.ir-integrated .ir-explanatory__archiveBox {
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.08);
    padding: 30px 15px;
    margin: 0 0 30px;
  }
}
#wrapper.ir-integrated .ir-explanatory__list {
  border-top: 1px solid #DFDFDF;
}
#wrapper.ir-integrated .ir-explanatory__list + h3 {
  margin-top: 60px;
}
@media screen and (max-width: 750px) {
  #wrapper.ir-integrated .ir-explanatory__list + h3 {
    margin-top: 30px;
  }
}
#wrapper.ir-integrated .ir-explanatory__list li {
  border-bottom: 1px solid #DFDFDF;
}
#wrapper.ir-integrated .ir-explanatory__list li a {
  display: block;
  padding: 18px 20px;
}
@media screen and (max-width: 750px) {
  #wrapper.ir-integrated .ir-explanatory__list li a {
    padding: 15px 10px;
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
#wrapper.ir-integrated .ir-explanatory__list li a:hover {
  background-color: #F4F6F6;
  color: #008086;
}
#wrapper.ir-integrated .ir-explanatory__list li a .pdf02 {
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 1px 0 1px 25px;
  background: url(/jp/assets/images/ir/ico_pdf.png) no-repeat center left;
  background-size: 18px auto;
}
@media screen and (max-width: 750px) {
  #wrapper.ir-integrated .ir-explanatory__list li a .pdf02 {
    margin: 0 0 0 5px;
    padding: 0 0 0 20px;
    background: url(/jp/assets/images/ir/ico_pdf.png) no-repeat center left;
    background-size: 14px auto;
  }
}
#wrapper.ir-integrated .ir-explanatory__pdf {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  #wrapper.ir-integrated .ir-explanatory__pdf {
    display: block;
    text-align: center;
  }
}
#wrapper.ir-integrated .ir-explanatory__pdf a {
  display: inline-block;
  max-width: 158px;
  margin: 0 28px 0 0;
}
#wrapper.ir-integrated .ir-explanatory__pdf a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 750px) {
  #wrapper.ir-integrated .ir-explanatory__pdf a {
    max-width: 100%;
    margin: 0 0 25px;
    text-align: center;
  }
}
#wrapper.ir-integrated .ir-explanatory__pdf a img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 750px) {
  #wrapper.ir-integrated .ir-explanatory__pdf a img {
    max-width: 185px;
  }
}
#wrapper.ir-integrated .ir-explanatory__pdf p {
  line-height: 2;
}
@media screen and (max-width: 750px) {
  #wrapper.ir-integrated .ir-explanatory__pdf p {
    text-align: left;
    line-height: 1.7;
  }
  #wrapper.ir-integrated .ir-explanatory__pdf p br {
    display: none;
  }
}

#wrapper.message .message__img {
  margin: 0 0 40px;
}
@media screen and (max-width: 750px) {
  #wrapper.message .message__img {
    margin: 0 0 20px;
  }
}
#wrapper.message .message__bodyTxt {
  font-size: 1.6rem;
  line-height: 1.7;
  text-indent: 1em;
}
#wrapper.message .message__bodyTxt + p {
  margin: 30px 0 0;
}
#wrapper.message .message__bodyTxt.no-indent {
  text-indent: 0;
}
#wrapper.message .message__bodyTxt .note {
  text-indent: -1.8em;
  padding-left: 1.8em;
  display: inline-block;
}
#wrapper.message .message__bodyTxt span {
  display: block;
  text-indent: 1em;
}
#wrapper.message .message__indentTxt {
  line-height: 1.7;
  text-indent: -2.6em;
  padding-left: 2.6em;
}
#wrapper.message .message__indentTxt + p {
  margin: 10px 0 0;
}

#wrapper.other .mvBtn .inner a {
  display: block;
  position: relative;
  overflow: hidden;
}
#wrapper.other .mvBtn .inner a img {
  backface-visibility: hidden;
}
#wrapper.other .mvBtn .inner a:hover {
  box-shadow: 11.314px 11.314px 16px 0px rgba(0, 0, 0, 0.08), 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
}
#wrapper.other .mvBtn .inner a:hover img {
  transform: scale(1.02);
}
#wrapper.other .other__bodyTxt {
  font-size: 1.6rem;
  margin: 0 0 20px;
}
@media screen and (max-width: 750px) {
  #wrapper.other .other__bodyTxt {
    font-size: 1.4rem;
    margin: 0 0 10px;
  }
}
#wrapper.other .btnList {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  #wrapper.other .btnList {
    display: block;
  }
}
#wrapper.other .btnList .btnPrimary {
  width: 31.2%;
  margin: 0 3.2% 0 0;
  max-width: 100%;
}
#wrapper.other .btnList .btnPrimary:last-child {
  margin: 0;
}
@media screen and (max-width: 750px) {
  #wrapper.other .btnList .btnPrimary {
    width: 100%;
    margin: 0 0 15px;
  }
}

.txtDay {
  padding-right: 10px;
  display: inline-block;
}

#wrapper.strategy .topMargin {
  margin-top: 40px;
}
#wrapper.strategy .middleTerm {
  margin-top: 80px;
}
@media screen and (max-width: 750px) {
  #wrapper.strategy .middleTerm {
    margin-top: 50px;
  }
}
#wrapper.strategy .ttlSecondary {
  font-size: 2.2rem;
  line-height: 1.2;
}
@media screen and (max-width: 750px) {
  #wrapper.strategy .ttlSecondary {
    font-size: 1.9rem;
  }
}
#wrapper.strategy .idea__leadTxt {
  font-size: 1.6rem;
  line-height: 1.875;
  margin: 0 0 25px 0;
}
@media screen and (max-width: 750px) {
  #wrapper.strategy .idea__leadTxt {
    font-size: 1.4rem;
    margin: 0 0 15px 0;
  }
}
#wrapper.strategy .strategy__box {
  background: #FFF;
  padding: 50px;
  box-shadow: 0 3px 6px 0 rgba(54, 88, 106, 0.08);
  margin: 0 0 40px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #wrapper.strategy .strategy__box {
    padding: 20px;
    margin: 0;
  }
}
#wrapper.strategy .strategy__box.box01 dl dt {
  font-size: 2.4rem;
  color: #90bc60;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  #wrapper.strategy .strategy__box.box01 dl dt {
    font-size: 2rem;
  }
}
#wrapper.strategy .strategy__box.box01 dl dd {
  font-size: 1.6rem;
}
@media screen and (max-width: 750px) {
  #wrapper.strategy .strategy__box.box01 dl dd {
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    text-align: left;
  }
}
#wrapper.strategy .strategy__box.box01 dl dd span {
  font-size: 1.4rem;
  display: inline-block;
  line-height: 1;
  color: #fff;
  background: #90bc60;
  padding: 5px 10px;
  margin-right: 10px;
}
@media screen and (max-width: 750px) {
  #wrapper.strategy .strategy__box.box01 dl dd span {
    font-size: 1.2rem;
    width: 30%;
    height: 30px;
    padding: 0;
    line-height: 28px;
    text-align: center;
  }
}
#wrapper.strategy .strategy__box.box02 h3 {
  font-size: 2.4rem;
  color: #90bc60;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  #wrapper.strategy .strategy__box.box02 h3 {
    font-size: 2rem;
  }
}
#wrapper.strategy .strategy__box.box02 dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: 0 auto 20px auto;
  text-align: left;
}
@media screen and (max-width: 750px) {
  #wrapper.strategy .strategy__box.box02 dl {
    flex-direction: column;
    width: 100%;
  }
}
#wrapper.strategy .strategy__box.box02 dl:nth-of-type(2) {
  align-items: flex-start;
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  #wrapper.strategy .strategy__box.box02 dl:nth-of-type(2) {
    align-items: center;
  }
}
#wrapper.strategy .strategy__box.box02 dl:last-child {
  margin-bottom: 0;
}
#wrapper.strategy .strategy__box.box02 dl dt {
  background: #90bc60;
  width: 100px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #wrapper.strategy .strategy__box.box02 dl dt {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
#wrapper.strategy .strategy__box.box02 dl dd {
  width: calc(100% - 120px);
  font-size: 1.6rem;
  line-height: 1.875;
}
@media screen and (max-width: 750px) {
  #wrapper.strategy .strategy__box.box02 dl dd {
    width: 100%;
    font-size: 1.4rem;
  }
}
#wrapper.strategy .strategy__box.box03 {
  text-align: left;
}
#wrapper.strategy .strategy__box.box03 .cont01 {
  display: flex;
  margin: 30px 0 40px 0;
}
@media screen and (max-width: 750px) {
  #wrapper.strategy .strategy__box.box03 .cont01 {
    margin: 0 0 50px 0;
    flex-direction: column;
  }
}
#wrapper.strategy .strategy__box.box03 .cont01 p:first-child {
  width: 48%;
  font-size: 1.8rem;
  margin-left: 30px;
}
@media screen and (max-width: 750px) {
  #wrapper.strategy .strategy__box.box03 .cont01 p:first-child {
    width: 100%;
    font-size: 1.5rem;
    margin-left: 0;
  }
}
#wrapper.strategy .strategy__box.box03 .cont01 p:last-child {
  width: 25%;
}
@media screen and (max-width: 750px) {
  #wrapper.strategy .strategy__box.box03 .cont01 p:last-child {
    width: 70%;
    margin: 30px auto 0 auto;
  }
}
#wrapper.strategy .strategy__box.box03 .cont02 {
  margin-bottom: 80px;
}
@media screen and (max-width: 750px) {
  #wrapper.strategy .strategy__box.box03 .cont02 {
    margin-bottom: 50px;
  }
}
#wrapper.strategy .strategy__box.box03 .cont02 p {
  width: 94%;
  margin: 0 auto;
}
#wrapper.strategy .strategy__box.box03 .cont03 h3 + p {
  margin: 0 0 20px 30px;
}
@media screen and (max-width: 750px) {
  #wrapper.strategy .strategy__box.box03 .cont03 h3 + p {
    margin: 25px 0;
  }
}
#wrapper.strategy .strategy__box.box03 .cont03 ul {
  margin: 0 0 50px 35px;
}
@media screen and (max-width: 750px) {
  #wrapper.strategy .strategy__box.box03 .cont03 ul {
    margin: 0 0 40px 0;
  }
}
#wrapper.strategy .strategy__box.box03 .cont03 ul li {
  margin-bottom: 10px;
  font-size: 1.8rem;
}
@media screen and (max-width: 750px) {
  #wrapper.strategy .strategy__box.box03 .cont03 ul li {
    font-size: 1.6rem;
  }
}
#wrapper.strategy .strategy__box.box03 .cont03 p:last-child {
  width: 92%;
  margin: 0 auto;
}
#wrapper.strategy .strategy__box.box04 {
  text-align: left;
}
@media screen and (max-width: 750px) {
  #wrapper.strategy .strategy__box.box04 {
    margin: 0 0 40px 0;
  }
}
#wrapper.strategy .strategy__box.box04 h3 + p {
  font-size: 1.6rem;
  line-height: 1.875;
  margin: 0 0 25px 23px;
}
@media screen and (max-width: 750px) {
  #wrapper.strategy .strategy__box.box04 h3 + p {
    font-size: 1.4rem;
    margin: 0 0 15px 0;
  }
}
#wrapper.strategy .strategy__box.box04 .cont01 {
  margin-bottom: 30px;
}
#wrapper.strategy .strategy__box.box04 .cont01 dt {
  font-size: 2rem;
  margin: 0 0 10px 23px;
  color: #90bc60;
}
@media screen and (max-width: 750px) {
  #wrapper.strategy .strategy__box.box04 .cont01 dt {
    font-size: 1.6rem;
    margin: 0 0 10px 0;
  }
}
#wrapper.strategy .strategy__box.box04 .cont01 dd {
  margin-left: 60px;
  font-size: 1.6rem;
  line-height: 1.875;
  padding-left: 2.55em;
  text-indent: -2.55em;
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  #wrapper.strategy .strategy__box.box04 .cont01 dd {
    font-size: 1.4rem;
    margin: 0 0 5px 0;
  }
}
#wrapper.strategy .strategy__box.box04 .cont01 dd img {
  margin: 10px 0 5px 0;
}
#wrapper.strategy .strategy__box.box04 .cont02 {
  margin-bottom: 30px;
}
#wrapper.strategy .strategy__box.box04 .cont02:last-child {
  margin-bottom: 0;
}
#wrapper.strategy .strategy__box.box04 .cont02 dt {
  font-size: 2rem;
  margin-bottom: 10px;
  margin: 0 0 10px 23px;
  color: #90bc60;
}
@media screen and (max-width: 750px) {
  #wrapper.strategy .strategy__box.box04 .cont02 dt {
    font-size: 1.6rem;
    margin: 0 0 10px 0;
  }
}
#wrapper.strategy .strategy__box.box04 .cont02 dd {
  margin-left: 60px;
  font-size: 1.6rem;
  line-height: 1.875;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  #wrapper.strategy .strategy__box.box04 .cont02 dd {
    font-size: 1.4rem;
    margin: 0 0 5px 0;
    padding-left: 2.55em;
    text-indent: -2.55em;
  }
}
#wrapper.strategy .strategy__box__news {
  background: #FFF;
  padding: 50px;
  box-shadow: 0 3px 6px 0 rgba(54, 88, 106, 0.08);
}
@media screen and (max-width: 750px) {
  #wrapper.strategy .strategy__box__news {
    padding: 20px;
  }
}
@media screen and (max-width: 750px) {
  #wrapper.strategy .strategy__box__news li a {
    padding: 15px;
  }
}
@media screen and (max-width: 750px) {
  #wrapper.strategy .strategy__box__news li a .time {
    width: 120px;
  }
}