/*==============================*/
/* section */
/*==============================*/
main article section .sec_in {
  width: 960px;
  margin: 0 auto;
}
main article section * + .sec_in {
  margin-top: 40px;
}
main article section + section {
  margin-top: 150px;
}
main article section.sec_bg01 {
  background-color: #f8f8f8;
  padding-bottom: 150px;
}
main article section.sec_bg01.sec_bg01_02 {
  background-color: #e8e8e8;
}
main article section.sec_bg01 + section {
  margin-top: 0;
}
main article section.sec01 + section {
  margin-top: 0;
}
main article section.no_ttl {
  padding-top: 90px;
}
@media screen and (max-width: 639px) {
  main article section {
    padding: 0 12px;
  }
  main article .nav01 + section {
    margin-top: 50px;
  }
  main article section .sec_in {
    width: auto;
  }
  main article section + section {
    margin-top: 140px;
  }
  main article section.sec_bg01 {
    padding-bottom: 140px;
  }
  main article section.sec01 + section {
    margin-top: 90px;
  }
}



/*==============================*/
/* art_ttl */
/*==============================*/
main article .art_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 170px;
  background: url(/english/cmn/img/bg_ttl01_pc.png) no-repeat center center / cover;
  color: #fff;
}
main article .art_ttl .ttl {
  font-size: 3rem;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  width: 960px;
}
main article .art_ttl .ttl span {
  display: inline-block;
  font-weight: normal;
  margin-left: 1em;
  text-indent: -1em;
}
main article .art_ttl .ttl span:before {
  content: "\FF5C";
}
@media screen and (max-width: 639px) {
  main article .art_ttl {
    background-image: url(/english/cmn/img/bg_ttl01_sp.png);
    padding: 0 12px;
    height: 270px;
    margin-bottom: 16px;
  }
  main article .art_ttl .ttl {
    width: auto;
    text-align: center;
    border-bottom: none;
  }
}



/*==============================*/
/* topicpath */
/*==============================*/
main article .topicpath {
  margin-bottom: 68px;
  padding: 8px 0;
}
main article .topicpath ul {
  width: 960px;
  margin: 0 auto;
  font-size: 0;
}
main article .topicpath ul li {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.125;
}
main article .topicpath ul li a {
  color: #000;
}
main article .topicpath ul li + li {
  margin-left: 8px;
  padding-left: 8px;
  border-left: 2px solid #bbb;
}
@media screen and (max-width: 639px) {
  main article .topicpath {
    display: none;
  }
}



/*==============================*/
/* headline */
/*==============================*/
main article section .hl01 {
  font-size: 3.8rem;
  line-height: 1.2;
  color: #3558b5;
  padding: 0 20px;
  border-left: 3px solid #3558b5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
main article section .hl01.link a {
  color: #3558b5;
  text-decoration: none !important;
}
main article section .hl01 + * {
  margin-top: 64px !important;
}
main article section .hl02 span {
  display: inline-block;
  margin-top: 8px;
  padding-top: 8px;
  font-size: 1.7rem;
  border-top: 1px solid #333;
}
main article section .hl03 {
  font-size: 2.6rem;
  font-weight: bold;
  border-bottom: 1px solid #c7c7c7;
}
main article section .hl03 + * {
  margin-top: 40px;
}
main article section .hl03 + p {
  margin-top: 20px;
}
main article section * + .hl03 {
  margin-top: 80px;
}
main article section .sec_in > .hl03:first-child {
  padding-top: 40px;
}
main article section .hl04 {
  font-size: 2rem;
  font-weight: bold;
  color: #3558b5;
  border-left: 1px solid #3558b5;
  padding-left: 10px;
}
main article section .hl04 + *,
main article section * + .hl04 {
  margin-top: 40px;
}
main article section .hl04 + p {
  margin-top: 20px;
}
main article section .hl05,
main article section .hl05_02 {
  font-size: 2rem;
  font-weight: bold;
}
main article section .hl05_02{
  color: #3558b5;
}
main article section .hl05 + *,
main article section * + .hl05,
main article section .hl05_02 + *,
main article section * + .hl05_02 {
  margin-top: 40px;
}
@media screen and (max-width: 639px) {
  main article section .hl01 {
    font-size: 3rem;
    height: auto;
    min-height: 65px;
  }
  main article section .hl01 + * {
    margin-top: 90px !important;
  }
  main article section .hl02 span {
    margin-top: 16px;
    padding-top: 8px;
    font-size: 2.3rem;
    border-top-width: 2px;
  }
  main article section .hl03 {
    font-size: 2rem;
    border-bottom-width: 2px;
  }
  main article section .hl03 + * {
    margin-top: 60px;
  }
  main article section .hl03 + p {
    margin-top: 20px;
  }
  main article section * + .hl03 {
    margin-top: 90px;
  }
}



/*==============================*/
/* paragraph */
/*==============================*/
main article section p + p {
  margin-top: 16px;
}
main article section ul li > strong,
main article section p > strong {
  font-weight: bold;
}
main article section p > small {
  font-size: 1.2rem;
}



/*==============================*/
/* list */
/*==============================*/
main article section * + ul.ul_list {
  margin-top: 20px;
}
main article section ul.ul_list li {
  position: relative;
  padding-left: 1.5em;
}
main article section ul.ul_list li:before {
  content: "\25CF";
  position: absolute;
  left: 0;
  top: 0;
}
main article section ul.ul_list li + li {
  margin-top: 8px;
}
main article section * + ol.ol_list,
main article section ol.ol_list + * {
  margin-top: 20px;
}
main article section ol.ol_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main article section ol.ol_list li + li {
  margin-top: 8px;
}



/*==============================*/
/* link */
/*==============================*/
main article section a.link01 {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  text-decoration: none;
}
main article section a.link01:hover {
  text-decoration: underline;
}
main article section a.link01:before {
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: .75em;
  width: 14px;
  height: 6px;
  margin-top: -3px;
  border-right: 1px solid #454545;
  border-bottom: 1px solid #454545;
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: skew(45deg);
  -ms-transform: skew(45deg);
  transform: skew(45deg);
}
main article section a.link01.pdf:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/english/cmn/img/ico_pdf.png) no-repeat;
  margin-left: 8px;
  vertical-align: middle;
}
main article section ul li a,
main article section p > a {
  text-decoration: underline;
}
main article section ul li a:hover,
main article section p > a:hover {
  text-decoration: none;
}
main article section a.link01.blank {
  padding-right: 16px;
}
main article section a.link01.blank::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: url(/english/cmn/img/ico_blank02.png) no-repeat center / 100% auto;
}
main article section a.link_blank {
  display: inline-block;
  position: relative;
  padding-right: 16px;
}
main article section a.link_blank::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: url(/english/cmn/img/ico_blank02.png) no-repeat center / 100% auto;
}



/*==============================*/
/* btn */
/*==============================*/
main article section * + .btn {
  margin-top: 40px;
}
main article section .btn01 {
  position: relative;
  width: 286px;
  height: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.8rem;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
}
main article section .btn01:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 0;
}
main article section .btn01 span.fig {
  position: absolute;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
main article section .btn01 span.fig:nth-of-type(1) {
  left: 0%;
  top: 0;
  width: 200%;
  height: 2px;
  background: -webkit-gradient(linear,left top, right top,from(rgba(255,255,255,1)),color-stop(12.5%, rgba(170,170,170,1)),color-stop(25%, rgba(255,255,255,1)),color-stop(37.5%, rgba(170,170,170,1)),color-stop(50%, rgba(85,85,85,1)),color-stop(62.5%, rgba(170,170,170,1)),color-stop(75%, rgba(255,255,255,1)),color-stop(87.5%, rgba(170,170,170,1)),to(rgba(255,255,255,1)));
  background: linear-gradient(to right,rgba(255,255,255,1) 0%,rgba(170,170,170,1) 12.5%,rgba(255,255,255,1) 25%,rgba(170,170,170,1) 37.5%,rgba(85,85,85,1) 50%,rgba(170,170,170,1) 62.5%,rgba(255,255,255,1) 75%,rgba(170,170,170,1) 87.5%,rgba(255,255,255,1) 100%);
}
main article section .btn01 span.fig:nth-of-type(2) {
  right: 0%;
  top: 0;
  width: 2px;
  height: 200%;
  background: -webkit-gradient(linear,left bottom, left top,from(rgba(85,85,85,1)),color-stop(50%, rgba(255,255,255,1)),to(rgba(85,85,85,1)));
  background: linear-gradient(to top,rgba(85,85,85,1) 0%,rgba(255,255,255,1) 50%,rgba(85,85,85,1) 100%);
}
main article section .btn01 span.fig:nth-of-type(3) {
  right: 0%;
  bottom: 0;
  width: 200%;
  height: 2px;
  background: -webkit-gradient(linear,left top, right top,from(rgba(255,255,255,1)),color-stop(12.5%, rgba(170,170,170,1)),color-stop(25%, rgba(255,255,255,1)),color-stop(37.5%, rgba(170,170,170,1)),color-stop(50%, rgba(85,85,85,1)),color-stop(62.5%, rgba(170,170,170,1)),color-stop(75%, rgba(255,255,255,1)),color-stop(87.5%, rgba(170,170,170,1)),to(rgba(255,255,255,1)));
  background: linear-gradient(to right,rgba(255,255,255,1) 0%,rgba(170,170,170,1) 12.5%,rgba(255,255,255,1) 25%,rgba(170,170,170,1) 37.5%,rgba(85,85,85,1) 50%,rgba(170,170,170,1) 62.5%,rgba(255,255,255,1) 75%,rgba(170,170,170,1) 87.5%,rgba(255,255,255,1) 100%);
}
main article section .btn01 span.fig:nth-of-type(4) {
  left: 0%;
  bottom: 0%;
  width: 2px;
  height: 200%;
  background: -webkit-gradient(linear,left bottom, left top,from(rgba(85,85,85,1)),color-stop(50%, rgba(255,255,255,1)),to(rgba(85,85,85,1)));
  background: linear-gradient(to top,rgba(85,85,85,1) 0%,rgba(255,255,255,1) 50%,rgba(85,85,85,1) 100%);
}
main article section .btn01:hover span.fig:nth-of-type(1) {
  left: -100%;
}
main article section .btn01:hover span.fig:nth-of-type(2) {
  top: -100%;
}
main article section .btn01:hover span.fig:nth-of-type(3) {
  right: -100%;
}
main article section .btn01:hover span.fig:nth-of-type(4) {
  bottom: -100%;
}
main article section .btn01 span.txt {
  position: relative;
  display: inline-block;
  padding-left: 46px;
}
main article section .btn01 span.txt:before {
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 50%;
  width: 22px;
  height: 9px;
  margin-top: -5px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: skew(45deg);
  -ms-transform: skew(45deg);
  transform: skew(45deg);
}
main article section .btn02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 40px;
  border: 1px solid #1b1b1b;
  -webkit-transition: background-color .3s ease-out;
  transition: background-color .3s ease-out;
}
main article section .btn02:hover {
  background-color: #f0f0f0;
  text-decoration: none;
}
main article section .btn02 span {
  position: relative;
  display: inline-block;
  padding-left: 36px;
}
main article section .btn02 span:before {
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 8px;
  margin-top: -4px;
  border-right: 1px solid #1b1b1b;
  border-bottom: 1px solid #1b1b1b;
  -webkit-transform: skew(45deg);
  -ms-transform: skew(45deg);
  transform: skew(45deg);
}
main article section .btn03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 192px;
  height: 44px;
  border: 1px solid rgba(255,255,255,.86);
  background: rgba(67,67,67,.2);
  color: #fff;
  font-size: 1.7rem;
  text-decoration: none;
  -webkit-transition: background .3s ease-out;
  transition: background .3s ease-out;
}
main article section .btn03:hover {
  background: rgba(67,67,67,.3);
}
main article section .btn03 span {
  position: relative;
  display: inline-block;
  padding-left: 32px;
}
main article section .btn03 span:before {
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 50%;
  width: 14px;
  height: 6px;
  margin-top: -3px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: skew(45deg);
  -ms-transform: skew(45deg);
  transform: skew(45deg);
}
main article section .btn04 {
  display: inline-block;
  border: 1px solid #fff;
  background: rgba(255,255,255,.72);
  text-align: center;
  font-size: 2.1rem;
  text-decoration: none;
  padding: 12px 32px;
  vertical-align: bottom;
  -webkit-transition: background .3s ease-out;
  transition: background .3s ease-out;
}
main article section .btn04:hover {
  background: rgba(255,255,255,1);
}
main article section .btn04 span {
  display: inline-block;
  position: relative;
  padding-left: 40px;
}
main article section .btn04 span:before {
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 50%;
  width: 22px;
  height: 9px;
  margin-top: -4px;
  border-right: 1px solid #454545;
  border-bottom: 1px solid #454545;
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: skew(45deg);
  -ms-transform: skew(45deg);
  transform: skew(45deg);
}
main article section * + .btn05 {
  margin-left: 52px;
}
main article section .btn05 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 470px;
  height: 80px;
  border: 1px solid rgba(184,184,184,86);
  background: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.2;
  padding: 0 16px 0 80px;
  -webkit-transition: background .3s ease-out;
  transition: background .3s ease-out;
}
main article section .btn05:hover {
  background: #f0f0f0;
}
main article section .btn05 > span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 60px;
}
main article section .btn05 > span:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 22px;
  height: 9px;
  margin-top: -4px;
  border-right: 1px solid #454545;
  border-bottom: 1px solid #454545;
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: skew(45deg);
  -ms-transform: skew(45deg);
  transform: skew(45deg);
}
main article section .btn06 {
  display: inline-block;
  border: 1px solid #1b1b1b;
  text-align: center;
  text-decoration: none;
  padding: 7px 28px;
  -webkit-transition: background .3s ease-out;
  transition: background .3s ease-out;
}
main article section .btn06:hover {
  background: rgba(255,255,255,.4);
}
main article section .btn06 span {
  display: inline-block;
  position: relative;
  padding-left: 40px;
}
main article section .btn06 span:before {
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 50%;
  width: 19px;
  height: 8px;
  margin-top: -4px;
  border-right: 1px solid #454545;
  border-bottom: 1px solid #454545;
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: skew(45deg);
  -ms-transform: skew(45deg);
  transform: skew(45deg);
}
main article section .btn06.anchor span:before {
  left: 6px;
  width: 8px;
  height: 19px;
  margin-top: -17px;
  border-right: none;
  border-left: 1px solid #454545;
  border-bottom: 1px solid #454545;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: skewY(-45deg);
  -ms-transform: skewY(-45deg);
  transform: skewY(-45deg);
}
main article section .btn07 > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
}
main article section .btn07 > ul > li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-shadow: 0.908px 1.782px 2.7px 0.3px rgba(0, 0, 0, 0.4);
  box-shadow: 0.908px 1.782px 2.7px 0.3px rgba(0, 0, 0, 0.4);
}
main article section .btn07 > ul > li > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  padding: 4px 0;
  -webkit-transition: background-color .3s ease-out;
  transition: background-color .3s ease-out;
}
main article section .btn07 > ul > li > a figure {
  position: absolute;
  left: 32px;
  top: 0;
  border-left: 1px solid #303030;
  padding: 8px 0 0 8px;
}
main article section .btn07 > ul > li > a figure .on {
  display: none;
}
main article section .btn07 > ul > li > a p {
  position: relative;
  line-height: 1.125;
  padding-left: 22px;
  margin: 0 4px 0 68px;
}
main article section .btn07 > ul > li > a p:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 14px;
  height: 6px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: skew(45deg);
  -ms-transform: skew(45deg);
  transform: skew(45deg);
  margin-top: -3px;
}
main article section .btn07 > ul > li > a p.txt_s {
  font-size: 1.4rem;
}
main article section .btn07 > ul > li > a:hover {
  background-color: #f0f0f0;
}
main article section .btn07 > ul > li.active > a {
  background: #3a3a3a;
  color: #fff;
}
main article section .btn07 > ul > li.active > a:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -7px;
  margin-top: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 7px 0 7px;
  border-color: #3a3a3a transparent transparent transparent;
}
main article section .btn07 > ul > li.active > a figure {
  border-left-color: #fff;
}
main article section .btn07 > ul > li.active > a figure .off {
  display: none;
}
main article section .btn07 > ul > li.active > a figure .on {
  display: inline-block;
}
main article section .btn07 > ul > li.active > a p:before {
  border-right-color: #fff;
  border-bottom-color: #fff;
}
main article section .btn08 li {
  width: 50%;
}
main article section .btn08 li.prev {
  float: left;
}
main article section .btn08 li.next {
  float: right;
}
main article section .btn08 li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 60px;
  background: #fff;
  border: 1px solid #aaa;
  -webkit-transition: background-color .3s ease-out;
  transition: background-color .3s ease-out;
}
main article section .btn08 li + li a {
  border-left: none;
}
main article section .btn08 li a:hover {
  background-color: #eaeaea;
  text-decoration: none;
}
main article section .btn08 li a .num {
  position: absolute;
  left: 78px;
  top: 0;
  border-left: 1px solid #454545;
  padding: 10px 0 0 10px;
  font-size: 0;
}
main article section .btn08 li a .num img {
  width: auto;
  height: 19px;
}
main article section .btn08 li a .text {
  position: relative;
  margin-left: 160px;
  margin-right: 8px;
  padding-left: 32px;
  color: #454545;
  font-weight: bold;
  margin-top: 0;
}
main article section .btn08 li a .text:before {
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 50%;
  width: 14px;
  height: 6px;
  margin-top: -3px;
  border-right: 1px solid #454545;
  border-bottom: 1px solid #454545;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: skew(45deg);
  -ms-transform: skew(45deg);
  transform: skew(45deg);
}
main article section .btn08 li.prev a .text:before {
  border-right: none;
  border-left: 1px solid #454545;
  border-bottom: 1px solid #454545;
  -webkit-transform: skew(-45deg);
  -ms-transform: skew(-45deg);
  transform: skew(-45deg);
}
main article section .btn09 {
  vertical-align: bottom;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 340px;
  height: 58px;
  padding: 0 16px 0 36px;
  background: #3a3a3a;
  color: #fff;
  -webkit-transition: background .3s ease-out;
  transition: background .3s ease-out;
}
main article section .btn09:hover {
  background: #111;
  text-decoration: none;
}
main article section .btn09.bg_blue01 {
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
  background: #3558b5;
}
main article section .btn09.bg_blue01:hover {
  opacity: .9;
}
main article section .btn09 span {
  position: relative;
  display: inline-block;
  padding-left: 32px;
}
main article section .btn09 span:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 14px;
  height: 6px;
  margin-top: -3px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: skew(45deg);
  -ms-transform: skew(45deg);
  transform: skew(45deg);
}
main article section * + .btn10 {
  margin-left: 44px;
}
main article section .btn10 {
  vertical-align: bottom;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 242px;
  height: 66px;
  padding: 0 16px 0 36px;
  background: #3a3a3a;
  border: 1px solid rgba(255,255,255,.86);
  color: #fff;
  -webkit-transition: background .3s ease-out;
  transition: background .3s ease-out;
}
main article section .btn10:hover {
  background: #111;
  text-decoration: none;
}
main article section .btn10 span {
  position: relative;
  display: inline-block;
  padding: 0 24px;
}
main article section .btn10 span:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 14px;
  height: 6px;
  margin-top: -3px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: skew(45deg);
  -ms-transform: skew(45deg);
  transform: skew(45deg);
}
main article section * + .btn11 {
  margin-left: 44px;
}
main article section .btn11 {
  padding: 2px 0;
  border: 1px solid #3558b5;
  border-radius: 8px;
  letter-spacing: 6px;
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}
main article section .btn11:hover {
  opacity: 0.7;
  text-decoration: none;
}
main article section .btn11 span {
  position: relative;
  display: inline-block;
  padding: 0 8px 0 32px;
}
main article section .btn11 span:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  width: 14px;
  height: 6px;
  margin-top: -3px;
  border-right: 1px solid #3558b5;
  border-bottom: 1px solid #3558b5;
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: skew(45deg);
  -ms-transform: skew(45deg);
  transform: skew(45deg);
}
main article section .btn12 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 440px;
  height: 58px;
  background: rgba(0,0,0,.75);
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  transition: background .3s ease-out;
  margin-left: auto;
  margin-right: auto;
}
main article section .btn12:hover {
  background: rgba(0,0,0,1);
}
main article section .btn12 span {
  display: inline-block;
  position: relative;
  padding-left: 30px;
}
main article section .btn12 span::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 50%;
  width: 14px;
  height: 6px;
  margin-top: -3px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg);
}
main article section .btn13 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 56px;
  padding: 0 16px;
  background: #f8f8f8;
  text-decoration: none;
}
main article section .btn13 a span {
  display: inline-block;
  position: relative;
  padding-left: 28px;
}
main article section .btn13 a:hover span {
  text-decoration: underline;
}
main article section .btn13 a span:before {
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 14px;
  height: 6px;
  margin-top: -3px;
  border-right: 1px solid #454545;
  border-bottom: 1px solid #454545;
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: skew(45deg);
  -ms-transform: skew(45deg);
  transform: skew(45deg);
}
main article section .btn13 .anchor span:before {
  left: 4px;
  width: 6px;
  height: 14px;
  margin-top: -7px;
  border-right: none;
  border-left: 1px solid #454545;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: skew(-45deg);
  -ms-transform: skew(-45deg);
  transform: skewY(-45deg);
}
main article section #button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
  position: relative;
  z-index: 1
}
main article section #button input {
  font-size: 1.6rem;
  width: 340px;
  height: 60px;
  background: #3a3a3a;
  color: #fff;
  position: relative;
  z-index: -1;
  -webkit-transition: background-color .3s ease-out;
  transition: background-color .3s ease-out;
}
main article section #button input:hover {
  background-color: #111;
}
main article section #button:before {
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 350px;
  top: 50%;
  width: 14px;
  height: 6px;
  margin-top: -3px;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: skew(45deg);
  -ms-transform: skew(45deg);
  transform: skew(45deg);
  z-index: 1;
}
@media screen and (max-width: 639px) {
  main article section .btn01 {
    position: relative;
    width: 295px;
    height: 50px;
    font-size: 1.5rem;
  }
  main article section .btn01:before {
    display: none;
  }
  main article section .btn01 span.fig {
    -webkit-transition: none;
    transition: none;
  }
  main article section .btn01:hover span.fig:nth-of-type(1) {
    left: 0%;
  }
  main article section .btn01:hover span.fig:nth-of-type(2) {
    top: 0%;
  }
  main article section .btn01:hover span.fig:nth-of-type(3) {
    right: 0%;
  }
  main article section .btn01:hover span.fig:nth-of-type(4) {
    bottom: 0%;
  }
  main article section .btn02 {
    width: 100%;
    height: 50px;
  }
  main article section .btn02 span {
    padding-left: 27px;
  }
  main article section .btn02 span:before {
    width: 15px;
    height: 7px;
    margin-top: -3px;
  }
  main article section .btn03 {
    width: 100%;
  }
  main article section .btn04 {
    display: block;
    font-size: 1.4rem;
  }
  main article section * + .btn05 {
    margin-left: 0;
    margin-top: 40px;
  }
  main article section .btn05 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    font-size: 1.8rem;
    padding: 0 12px;
  }
  main article section .btn05 > span {
    padding-left: 32px;
  }
  main article section .btn05.type02 > span {
    padding-right: 32px;
  }
  main article section .btn06 {
    display: block;
  }
  main article section .btn07 > ul {
    display: block;
    padding: 3px 0;
  }
  main article section .btn07 > ul > li {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  main article section .btn07 > ul > li + li {
    margin-top: 3px;
  }
  main article section .btn07 > ul > li > a {
    height: 62px;
    background: #e5e5e5;
    padding: 4px 12px 4px 80px;
  }
  main article section .btn07 > ul > li > a figure {
    left: 18px;
    border-left-width: 2px;
    padding: 18px 0 0 14px;
  }
  main article section .btn07 > ul > li > a p {
    margin: 0;
  }
  main article section .btn07 > ul > li > a p br {
    display: none;
    margin: 0;
  }
  main article section .btn07 > ul > li.active > a:after {
    display: none;
  }
  main article section .btn08 li {
    width: auto;
  }
  main article section .btn08 li.prev,
  main article section .btn08 li.next {
    float: none;
  }
  main article section .btn08 li + li {
    margin-top: 12px;
  }
  main article section .btn08 li a {
    height: 62px;
    background: #fff;
    border: none;
  }
  main article section .btn08 li a .num {
    left: 18px;
    border-left-width: 2px;
    padding: 19px 0 0 13px;
  }
  main article section .btn08 li a .num img {
    height: 21px;
  }
  main article section .btn08 li a .text {
    margin-left: 80px;
    font-weight: normal;
  }
  main article section .btn09 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  main article section * + .btn10 {
    margin-left: 0;
    margin-top: 40px;
  }
  main article section .btn10 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  main article section .btn12 {
    width: 100%;
    height: auto;
    font-size: 1.4rem;
    transition: none;
    padding: 8px;
    background: rgba(0,0,0,.75) !important;
  }
  main article section .btn12 span {
    display: block;
    width: 100%;
    padding: 0 30px;
  }
  main article section .btn13:hover span {
    text-decoration: none;
  }
}
/*==============================*/
/* list */
/*==============================*/
main article section .ul01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
main article section .ul01.ul01_03 > li {
  width: 318px;
}
main article section .ul01.ul01_03 > li + li {
  margin-left: 3px;
}
main article section .ul01.ul01_03 > li:nth-of-type(3n+4) {
  margin-left: 0;
}
main article section .ul01.ul01_03 > li:nth-of-type(n+4) {
  margin-top: 80px;
}
main article section .ul01 > li figure img {
  width: 100%;
}
main article section .ul01 > li figure a {
  display: block;
  position: relative;
  overflow: hidden;
}
main article section .ul01 > li figure a img {
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}
main article section .ul01 > li figure a:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
main article section .ul01 > li figure a p.figcaption,
main article section .ul01 > li figure a figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 56px;
  background: rgba(255,255,255,.72);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 16px;
  font-weight: bold;
  color: #454545;
}
main article section .ul01 > li figure a p.figcaption {
  margin: 0;
  font-size: 1.6rem;
}
main article section .ul01 > li figure a p.figcaption span,
main article section .ul01 > li figure a figcaption span {
  position: relative;
  display: inline-block;
  padding-left: 30px;
}
main article section .ul01 > li figure a p.figcaption span:before,
main article section .ul01 > li figure a figcaption span:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 22px;
  height: 9px;
  margin-top: -3px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: skew(45deg);
  -ms-transform: skew(45deg);
  transform: skew(45deg);
}
main article section .ul01 > li figure a.anchor p.figcaption span:before,
main article section .ul01 > li figure a.anchor figcaption span:before {
    left: 4px;
    width: 6px;
    height: 14px;
    margin-top: -7px;
    border-right: none;
    border-left: 1px solid #454545;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: skew(-45deg);
    -ms-transform: skew(-45deg);
    transform: skewY(-45deg);
}
main article section .ul01 > li .hl,
main article section .ul01 > li p {
  margin-right: 24px;
}
main article section .ul01 > li .hl {
  margin-top: 28px;
  border-left: 2px solid #3558b5;
  font-size: 2rem;
  font-weight: bold;
  color: #3558b5;
  line-height: 1.1;
  padding-left: 8px;
}
main article section .ul01 > li p {
  margin-top: 24px;
  line-height: 1.75;
}
@media screen and (max-width: 639px) {
  main article section .ul01 {
    display: block;
  }
  main article section .ul01.ul01_03 > li {
    width: auto;
  }
  main article section .ul01.ul01_03 > li + li {
    margin-left: 0;
    margin-top: 65px;
  }
  main article section .ul01.ul01_03 > li:nth-of-type(n+4) {
    margin-top: 65px;
  }
  main article section .ul01 > li figure {
    margin: 0 -12px;
  }
  main article section .ul01 > li figure a img {
    -webkit-transition: none;
    transition: none;
  }
  main article section .ul01 > li figure a:hover img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  main article section .ul01 > li figure a p.figcaption,
  main article section .ul01 > li figure a figcaption {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    height: 50px;
    background: #e1e1e1;
    padding: 0 32px;
    font-size: 1.7rem;
  }
  main article section .ul01 > li figure a p.figcaption span,
  main article section .ul01 > li figure a figcaption span {
    padding-left: 23px;
  }
  main article section .ul01 > li figure a p.figcaption span:before,
  main article section .ul01 > li figure a figcaption span:before {
    width: 14px;
    height: 6px;
    margin-top: -2px;
  }
  main article section .ul01 > li .hl,
  main article section .ul01 > li p {
    margin-right: 0;
  }
  main article section .ul01 > li .hl {
    margin-top: 16px;
    font-size: 1.8rem;
  }
  main article section .ul01 > li p {
    margin-top: 28px;
  }
}



/*==============================*/
/* figure */
/*==============================*/
main article section * + .box_fig00 {
  margin-top: 98px;
}
main article section .hl03 + .box_fig00 {
  margin-top: 60px;
}
main article section .hl04 + .box_fig00 {
  margin-top: 40px;
}
main article section p + .box_fig00,
main article section ul + .box_fig00{
  margin-top: 20px;
}
main article section .box_fig00 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
main article section .box_fig00.type02 > * {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
main article section .box_fig00.bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
main article section .box_fig00.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
main article section .box_fig00.center figure + figure {
  margin-left: 20px;
}
main article section .box_fig00.center.type04 figure + figure {
  margin-left: 5px;
}
main article section .box_fig00.center figure figcaption {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 4px;
}
main article section * + .box_fig01 {
  margin-top: 98px;
}
main article section .sec_in .box_fig00:first-child + .hl01 {
  margin-top: 20px;
}

main article section .box_fig01 figure ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
main article section .box_fig01 figure ul li + li {
  margin-left: 3px;
}
main article section .box_fig01 figure + .txt,
main article section .box_fig01 .txt + figure  {
  margin-top: 20px;
}
main article section * + .box_fig02 {
  margin-top: 60px;
}
main article section .box_fig02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main article section .box_fig02 figure + figure {
  margin-left: 3px;
}
main article section .box_fig02 figure + .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 20px;
}
main article section .box_fig02.box_fig02r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
main article section .box_fig02.box_fig02r figure + .txt {
  margin-left: 0;
  margin-right: 20px;
}
main article section * + .box_fig03 {
  margin-top: 60px;
}
main article section .box_fig03 > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main article section .box_fig03 > ul > li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
main article section .box_fig03 > ul > li + li {
  margin-left: 3px;
}
main article section .box_fig03 > ul > li figure {
  overflow: hidden;
  text-align: center;
}
main article section .box_fig03 > ul > li figure.cap01{
  position: relative;
}
main article section .box_fig03 > ul > li figure a {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
main article section .box_fig03 > ul > li figure a img {
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}
main article section .box_fig03 > ul > li figure a:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
main article section .box_fig03 > ul > li figure a p.figcaption,
main article section .box_fig03 > ul > li figure.cap01 figcaption,
main article section .box_fig03 > ul > li figure a figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 56px;
  padding: 0 16px;
  background: rgba(255,255,255,.72);
}
main article section .box_fig03 > ul > li figure a p.figcaption {
  font-size: 1.6rem;
  font-weight: bold;
}
main article section .box_fig03 > ul > li figure.cap01 figcaption{
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
main article section .box_fig03 > ul > li figure a p.figcaption span,
main article section .box_fig03 > ul > li figure.cap01 figcaption span,
main article section .box_fig03 > ul > li figure a figcaption span {
  display: inline-block;
  position: relative;
  padding-left: 28px;
}
main article section .box_fig03 > ul > li figure.cap01 figcaption span{
  padding-left: 0;
}
main article section .box_fig03 > ul > li figure a:hover p.figcaption span,
main article section .box_fig03 > ul > li figure a:hover figcaption span {
  text-decoration: underline;
}
main article section .box_fig03 > ul > li figure a p.figcaption span:before,
main article section .box_fig03 > ul > li figure a figcaption span:before {
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: .75em;
  width: 14px;
  height: 6px;
  margin-top: -3px;
  border-right: 1px solid #454545;
  border-bottom: 1px solid #454545;
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: skew(45deg);
  -ms-transform: skew(45deg);
  transform: skew(45deg);
}
main article section .box_fig03 > ul > li figure a.anchor p.figcaption span:before,
main article section .box_fig03 > ul > li figure a.anchor figcaption span:before {
  left: 4px;
  width: 6px;
  height: 14px;
  margin-top: -7px;
  border-right: none;
  border-left: 1px solid #454545;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: skew(-45deg);
  -ms-transform: skew(-45deg);
  transform: skewY(-45deg);
}
main article section .box_fig03 > ul > li figure + .txt {
  margin-top: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 639px) {
  main article section .box_fig00 img,
  main article section .box_fig01 img,
  main article section .box_fig02 img,
  main article section .box_fig03 img {
    width: auto;
    max-width: 100%;
  }
  main article section .box_fig00 {
    display: block;
  }
  main article section .box_fig00 figure {
    text-align: center;
  }
  main article section .box_fig00 > div + *,
  main article section .box_fig00 > figure + * {
    margin-top: 40px;
  }
  main article section .box_fig00 > div .hl03 + * {
    margin-top: 20px;
  }
  main article section .box_fig00.center figure + figure {
    margin-left: 0 !important;
  }
  main article section .box_fig01 figure ul {
    display: block;
  }
  main article section .box_fig01 figure ul li + li {
    margin-left: 0;
    margin-top: 20px;
  }
  main article section .box_fig02 {
    display: block;
  }
  main article section .box_fig02.type02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  main article section .box_fig02.type02 > * + * {
    margin-bottom: 40px;
  }
  main article section .box_fig02 figure {
    text-align: center;
  }
  main article section .box_fig02 figure + figure {
    margin-left: 0;
    margin-top: 20px;
  }
  main article section .box_fig02 figure + .txt {
    margin-left: 0;
    margin-top: 20px;
  }
  main article section .box_fig02.box_fig02r figure + .txt {
    margin-right: 0;
  }
  main article section * + .box_fig03 {
    margin-top: 40px;
  }
  main article section .box_fig03 > ul {
    display: block;
  }
  main article section .box_fig03 > ul > li + li {
    margin-left: 0;
    margin-top: 20px;
  }
  main article section .box_fig03 > ul > li figure + .txt {
    margin-right: 0;
  }
  main article section .box_fig03 > ul > li figure a {
    display: block;
  }
  main article section .box_fig03 > ul > li figure.cap01 img,
  main article section .box_fig03 > ul > li figure a img {
    width: 100%;
  }
  main article section .box_fig03 > ul > li figure a:hover img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}



/*==============================*/
/* layout */
/*==============================*/
main article section .box_layout02 > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
main article section .box_layout02.center > ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
main article section .box_layout02 > ul > li {
  width: 460px;
}
main article section .box_layout02.center > ul > li {
  -webkit-box-flex: initial;
  -ms-flex: initial;
  flex: initial;
}
main article section .box_layout02 > ul > li + li {
  margin-left: 40px;
}
main article section .box_layout03 > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main article section .box_layout03.center > ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
main article section .box_layout03 > ul > li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
main article section .box_layout03.center > ul > li {
  -webkit-box-flex: initial;
  -ms-flex: initial;
  flex: initial;
}
main article section .box_layout03 > ul > li + li {
  margin-left: 40px;
}
@media screen and (max-width: 639px) {
  main article section .box_layout02 > ul {
    display: block;
  }
  main article section .box_layout02 > ul > li {
    width: auto;
  }
  main article section .box_layout02 > ul > li + li {
    margin-left: 0;
    margin-top: 40px;
  }
  main article section .box_layout02 > ul > li .hl03 + * {
    margin-top:  20px;
  }
  main article section .box_layout03 > ul {
    display: block;
  }
  main article section .box_layout03 > ul > li + li {
    margin-left: 0;
    margin-top: 30px;
  }
}



/*==============================*/
/* column */
/*==============================*/
main article section .col01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main article section .col01 > li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
main article section .col01 > li + li {
  margin-left: 180px;
}
@media screen and (max-width: 639px) {
  main article section .col01 {
    display: block;
  }
  main article section .col01 > li + li {
    margin-left: 0;
    margin-top: 140px;
  }
}



/*==============================*/
/* box */
/*==============================*/
main article section .box01 {
  background: url(/english/strength/img/strength01_bg02_pc.png) no-repeat center center / cover;
  padding: 20px 0 36px;
  text-align: center;
}
main article section .box01 .hl02 {
  color: #fff;
}
main article section .box01 .hl02 span {
  border-top-color: #fff;
}
main article section .box01 p {
  margin-top: 36px;
}
main article section .box01 p .btn01 {
  margin: 0 auto;
}
@media screen and (max-width: 639px) {
  main article section .box01 {
    background-image: url(/english/strength/img/strength01_bg02_sp.png);
    padding: 90px 12px 80px;
    margin: 0 -12px;
  }
  main article section .box01 p {
    margin-top: 65px;
  }
  main article section .box01 p .btn01 {
    width: 100%;
  }
}

main article section .box02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main article section * + .box02 {
  margin-top: 20px;
}
main article section .box02 + .box02,
main article section * + .table02 {
  margin-top: 60px;
}
main article section .box02 > .cnts {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 24px;
}
main article section * + .table01,
main article section .table01 + * {
  margin-top: 20px;
}
main article section .table02 + * {
  margin-top: 40px;
}
main article section .table01 > p,
main article section .table02 > p {
  display: none;
}
main article section .table01 table{
  width: 100%;
  font-size: 1.2rem;
}
main article section .table01 table.w_auto,
main article section .table02 table.w_auto {
  width: auto;
}
main article section .table01 table th,
main article section .table01 table td {
  border: 1px solid #353535;
  padding: 4px 16px;
  text-align: center;
  vertical-align: middle;
}
main article section .table01 table th {
  background: #e0e0e0;
}
main article section .table01 table .min {
  white-space: nowrap;
  width: 1px;
}
main article section .table01 table .break {
  word-break: break-all;
}
main article section .table01 table td ul.ul_profile li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
main article section .table01 table td ul.ul_profile li  + li {
  margin-top: 20px;
}
main article section .table01 table td ul.ul_profile li .btn {
  margin-left: 20px;
  margin-top: 0;
  white-space: nowrap;
}

main article section .table02 table{
  width: 100%;
  font-size: 1.6rem;
}
main article section .table02 table th,
main article section .table02 table td {
  border: 1px solid #aaaaaa;
  padding: 12px 16px;
  text-align: center;
  vertical-align: middle;
}
main article section .table02 table th {
  background: #f3f8ff;
  font-weight: bold;
}
main article section .table02 table .min {
  white-space: nowrap;
  width: 1px;
}
main article section .table02 table .break {
  word-break: break-all;
}
main article section .table02 table td ul.ul_profile li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
main article section .table02 table td ul.ul_profile li  + li {
  margin-top: 20px;
}
main article section .table02 table td ul.ul_profile li .btn {
  margin-left: 20px;
  margin-top: 0;
  white-space: nowrap;
}
main article section .box02 > .cnts * + figure {
  margin-top: 20px;
}
main article section .box02 > .cnts * + .note {
  margin-top: 28px;
}
main article section .box02 > .cnts .note li {
  font-size: 1.2rem;
  margin-left: 1em;
  text-indent: -1em;
}
main article section .box02 > .cnts .note li + li {
  margin-top: 8px;
}
main article section .box02 > .cnts .note.kome li {
  position: relative;
  margin-left: 0;
  text-indent: 0;
  padding-left: 1em;
}
main article section .box02 > .cnts .note.kome li span:first-of-type {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
          align-items: center;
  left: 0;
  top: 0;
  height: 1.5em;
}
@media screen and (max-width: 639px) {
  main article section .box02 {
    display: block;
  }
  main article section * + .box02 {
    margin-top: 50px;
  }
  main article section .box02 > figure {
    margin: 0 -12px;
  }
  main article section .box02 > figure img {
    width: 100%;
  }
  main article section .box02 > .cnts {
    width: 100%;
    margin-left: 0;
    margin-top: 60px;
  }
  main article section .table01 > p,
  main article section .table02 > p {
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
  }
  main article section .table01 .table_scroll,
  main article section .table02 .table_scroll {
    width: 100%;
    overflow: scroll;
    padding-bottom: 10px;
    margin-top: 5px;
  }
  main article section .table01 table,
  main article section .table02 table {
    width: 615px;
  }
  main article section .table02 table {
    font-size: 1.5rem;
  }
  main article section .table02 table th,
  main article section .table02 table td {
    padding: 12px 8px;
  }
  main article section .box02 > .cnts * + figure {
    margin-top: 32px;
    text-align: center;
  }
  main article section .box02 > .cnts * + .note {
    margin-top: 32px;
  }
  main article section .box02 > .cnts .note li {
    font-size: 1.5rem;
  }
  main article section .box02 > .cnts .note li + li {
    margin-top: 24px;
  }
}

main article section * + .box03 {
  margin-top: 28px;
}
main article section .box03 + * {
  margin-top: 28px;
}
main article section .box03 {
  border: 1px solid #b5b5b5;
  padding: 28px;
}
main article section * + .box04 {
  margin-top: 28px;
}
main article section .box04 + * {
  margin-top: 28px;
}
main article section .box04 {
  background: #f8f8f8;
  padding: 28px;
}
main article section * + .box05 {
  margin-top: 28px;
}
main article section .box05 + * {
  margin-top: 28px;
}
main article section .box05 {
  background: #edf7fe;
  padding: 28px;
}

main article section .box06 {
  background: #edf7fe;
  padding: 32px 40px;
}
main article section * + .box06 {
  margin-top: 40px;
}
main article section .box06 p {
  position: relative;
  padding-top: 28px;
  font-size: 2rem;
}
main article section .box06 p:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 29px;
  height: 3px;
  background: #353535;
}
main article section .box06.box06b .sec_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main article section .box06.box06b .sec_in figure figcaption {
  margin-top: 8px;
  text-align: left;
}
main article section .box06.box06b .sec_in p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 28px;
}
main article section .box07 {
  padding: 28px;
  background-color: #fff;
}
main article section * + .box07 {
  margin-top: 60px;
}
@media screen and (max-width: 639px) {
  main article section .box06 {
    background: #edf7fe;
    margin-left: -12px;
    margin-right: -12px;
    padding: 50px 24px;
  }
  main article section .box06 p {
    padding-top: 50px;
    font-size: 1.5rem;
  }
  main article section .box06 p:before {
    width: 35px;
    height: 2px;
  }
  main article section .box06.box06b .sec_in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  main article section .box06.box06b .sec_in p {
    margin-left: 0;
    margin-bottom: 50px;
  }
  main article section .box06.box06b .sec_in figure {
    text-align: center;
  }
  main article section .box06.box06b .sec_in figure img {
    width: 100%;
  }
}

main article section .box_news + .box_news {
  margin-top: 100px;
}
main article section .box_news .select select  {
  outline:none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: none transparent;
  background: #fff url(/english/cmn/img/ico_select.png) no-repeat right 10px center;
  vertical-align: middle;
  color: #222;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: 2px solid rgba(184,184,184,.86);
  border-radius: 2px;
  font-size: 1.4rem;
  padding: 0 40px;
  height: 28px;
  cursor: pointer;
}
main article section .box_news .select select::-ms-expand {
  display: none;
}
main article section .box_news .btn_rss {
  text-align: right;
  font-size: 0;
}
main article section .box_news .btn_rss a {
  display: inline-block;
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}
main article section .box_news .btn_rss a:hover {
  opacity: .8;
}
main article section .box_news .tab_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main article section .box_news * + .tab_btn {
  margin-top: 20px;
}
main article section .box_news .tab_btn > li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 64px;
  background: #f8f8f8;
  font-weight: bold;
  color: #a8a8a8;
  cursor: pointer;
  -webkit-transition: background .3s ease-out;
  transition: background .3s ease-out;
}
main article section .box_news .tab_btn > li:hover {
  background: #eee;
}
main article section .box_news .tab_btn > li + li {
  margin-left: 4px;
}
main article section .box_news .tab_btn > li.active {
  color: #fff;
  background: #002d6c;
  pointer-events: none;
}
main article section .box_news .tab_cnts {
  margin-top: 60px;
}
main article section .box_news .tab_cnts > li {
  display: none;
}
main article section .box_news .tab_cnts > li.active {
  display: block;
}
@media screen and (max-width: 639px) {
  main article section .box_news .tab_btn > li {
    font-size: 1.4rem;
    line-height: 1.2;
    padding: 0 4px;
  }
}

main article section .box_faq dl + dl {
  margin-top: 40px;
}
main article section .box_faq dl dt {
  padding: 20px 20px 20px 80px;
  background: url(/english/cmn/img/ico_question.png) no-repeat 20px calc(3px + .75em);
}
main article section .box_faq dl dd.answer {
  padding: 20px 20px 20px 80px;
  background: #edf7fe url(/english/cmn/img/ico_answer.png) no-repeat 20px calc(3px + .75em);
}
main article section .box_faq dl dt + dd.answer {
  margin-top: 10px;
}
main article section .box_faq dl * + dd.text {
  margin-top: 28px;
}

main article section .box_message {
  background-color: #fff;
  padding: 0 40px 52px;
}
main article section .box_message .box_fig02 {
  margin-left: -40px;
}
main article section .box_message .box_fig02 > .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
main article section .box_message .box_fig02 > figure {
  position: relative;
  margin-top: 124px;
}
main article section .box_message .box_fig02 > figure figcaption {
  position: absolute;
  right: 100%;
  bottom: 0;
  margin-right: 10px;
}
@media screen and (max-width: 639px) {
  main article section .box_message {
    padding: 0 12px 20px;
  }
  main article section .box_message .box_fig02 {
    margin-left: -12px;
  }
  main article section .box_message .box_fig02 > figure {
    position: relative;
    margin-top: 20px;
    text-align: center;
  }
  main article section .box_message .box_fig02 > figure figcaption {
    position: static;
    margin-right: 0;
    margin-top: 8px;
  }
}



/*==============================*/
/* nav */
/*==============================*/
main article .nav01 + section {
  margin-top: 68px;
}
main article .nav01 + section.sec01 {
  margin-top: 0;
}
main article .nav01 {
  position: relative;
  z-index: 1;
}
main article .nav01 > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main article .nav01 > ul > li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-shadow: 0.908px 1.782px 2.7px 0.3px rgba(0, 0, 0, 0.4);
  box-shadow: 0.908px 1.782px 2.7px 0.3px rgba(0, 0, 0, 0.4);
}
main article .nav01 > ul > li > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  padding: 4px 0;
  -webkit-transition: background-color .3s ease-out;
  transition: background-color .3s ease-out;
}
main article .nav01 > ul > li > a figure {
  position: absolute;
  left: 32px;
  top: 0;
  border-left: 1px solid #303030;
  padding: 8px 0 0 8px;
}
main article .nav01 > ul > li > a figure .on {
  display: none;
}
main article .nav01 > ul > li > a p {
  position: relative;
  line-height: 1.125;
  padding-left: 22px;
  margin: 0 4px 0 68px;
}
main article .nav01 > ul > li > a p:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 14px;
  height: 6px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: skew(45deg);
  -ms-transform: skew(45deg);
  transform: skew(45deg);
  margin-top: -3px;
}
main article .nav01 > ul > li > a p.txt_s {
  font-size: 1.4rem;
}
main article .nav01 > ul > li > a:hover {
  background-color: #f0f0f0;
}
main article .nav01 > ul > li.active > a {
  background: #3a3a3a;
  color: #fff;
}
main article .nav01 > ul > li.active > a:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -7px;
  margin-top: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 7px 0 7px;
  border-color: #3a3a3a transparent transparent transparent;
}
main article .nav01 > ul > li.active > a figure {
  border-left-color: #fff;
}
main article .nav01 > ul > li.active > a figure .off {
  display: none;
}
main article .nav01 > ul > li.active > a figure .on {
  display: inline-block;
}
main article .nav01 > ul > li.active > a p:before {
  border-right-color: #fff;
  border-bottom-color: #fff;
}
@media screen and (max-width: 639px) {
  main article .nav01 + section.sec01 {
    margin-top: 50px;
  }
  main article .nav01 > ul {
    display: block;
    padding: 0 12px;
  }
  main article .nav01 > ul > li {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  main article .nav01 > ul > li + li {
    margin-top: 3px;
  }
  main article .nav01 > ul > li > a {
    height: 62px;
    background: #e5e5e5;
    padding: 4px 12px 4px 80px;
  }
  main article .nav01 > ul > li > a figure {
    left: 18px;
    border-left-width: 2px;
    padding: 18px 0 0 14px;
  }
  main article .nav01 > ul > li > a p {
    margin: 0;
  }
  main article .nav01 > ul > li > a p br {
    display: none;
    margin: 0;
  }
  main article .nav01 > ul > li.active > a:after {
    display: none;
  }
}

main article * + .nav02 {
  margin-top: 150px;
}
main article .sec_bg01 + .nav02,
main article .sec_tech + .nav02 {
  margin-top: 3px;
}
main article section.sec01 + .nav02 {
  margin-top: 0;
}
main article .nav02 {
  background: #002d6c;
  padding: 55px 0;
}
main article .nav02 ul {
  width: 960px;
  margin: 0 auto;
}
main article .nav02 ul li {
  width: 50%;
}
main article .nav02 ul li.prev {
  float: left;
}
main article .nav02 ul li.next {
  float: right;
}
main article .nav02 ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 60px;
  background: #fff;
  border: 1px solid #aaa;
  -webkit-transition: background-color .3s ease-out;
  transition: background-color .3s ease-out;
}
main article .nav02 ul li a:hover {
  background-color: #eaeaea;
  text-decoration: none;
}
main article .nav02 ul li a .num {
  position: absolute;
  left: 78px;
  top: 0;
  border-left: 1px solid #454545;
  padding: 10px 0 0 10px;
  font-size: 0;
}
main article .nav02 ul li a .num img {
  width: auto;
  height: 19px;
}
main article .nav02 ul li a .text {
  position: relative;
  margin-left: 160px;
  margin-right: 8px;
  padding-left: 32px;
  color: #454545;
  font-weight: bold;
}
main article .nav02 ul li a .text:before {
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 50%;
  width: 14px;
  height: 6px;
  margin-top: -3px;
  border-right: 1px solid #454545;
  border-bottom: 1px solid #454545;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: skew(45deg);
  -ms-transform: skew(45deg);
  transform: skew(45deg);
}
main article .nav02 ul li.prev a .text:before {
  border-right: none;
  border-left: 1px solid #454545;
  border-bottom: 1px solid #454545;
  -webkit-transform: skew(-45deg);
  -ms-transform: skew(-45deg);
  transform: skew(-45deg);
}
@media screen and (max-width: 639px) {
  main article * + .nav02 {
    margin-top: 50px;
  }
  main article .sec_bg01 + .nav02 {
    margin-top: 50px;
  }
  main article section.sec01 + .nav02 {
    margin-top: 40px;
  }
  main article .nav02 {
    padding: 32px 12px;
  }
  main article .nav02 ul {
    width: auto;
  }
  main article .nav02 ul li {
    width: auto;
  }
  main article .nav02 ul li.prev,
  main article .nav02 ul li.next {
    float: none;
  }
  main article .nav02 ul li + li {
    margin-top: 12px;
  }
  main article .nav02 ul li a {
    height: 62px;
    background: #fff;
    border: none;
  }
  main article .nav02 ul li a .num {
    left: 18px;
    border-left-width: 2px;
    padding: 19px 0 0 13px;
  }
  main article .nav02 ul li a .num img {
    height: 21px;
  }
  main article .nav02 ul li a .text {
    margin-left: 80px;
    font-weight: normal;
  }
  main article .nav02 ul li a .text.txt_s {
    font-size: 1.4rem;
    line-height: 1.25;
  }
}



/*==============================*/
/* sec01 */
/*==============================*/
main article section.sec01 {
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  overflow: hidden;
}
main article section.sec01 .sec_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
main article section.sec01 .fig_sp {
  display: none;
}
main article section.sec01 .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 20px;
}
main article section.sec01 .txt .lead {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.66;
}
main article section.sec01 .txt .hl {
  font-size: 4.4rem;
  line-height: 1.45;
  color: #003691;
  font-style: italic;
  margin-top: 16px;
  white-space: nowrap;
}
main article section.sec01 .txt .hl.type02{
  white-space: normal;
}
main article section.sec01 .txt .text {
  line-height: 2.26;
  margin-top: 28px;
}
main article section.sec01.sec01r {
  background-position: left center;
}
main article section.sec01.sec01r .sec_in {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
main article section.sec01.sec01r .txt {
  padding-right: 0;
  padding-left: 10px;
}
main article section.sec01.sec01_02 {
  background-size: cover;
  background-position: center center;
}
main article section.sec01.sec01_02 .sec_in {
  height: 537px;
}
main article section.sec01.sec01_02 .txt .hl {
  margin-top: -200px;
}
@media screen and (max-width: 639px) {
  main article section.sec01 {
    background: none !important;
    padding-top: 0;
    padding-bottom: 0;
  }
  main article section.sec01 .sec_in {
    display: block;
  }
  main article section.sec01 .fig_sp {
    display: block;
    text-align: center;
    padding: 0 30px;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
    margin: 32px -12px 0;
  }
  main article section.sec01 .fig_sp img {
    width: auto;
    max-width: 100%;
  }
  main article section.sec01 .fig_sp02 {
    padding-bottom: 64px;
    background-size: cover;
  }
  main article section.sec01 .txt {
    padding-right: 0;
  }
  main article section.sec01 .txt .lead {
    font-size: 2rem;
    white-space: normal;
  }
  main article section.sec01 .txt .hl {
    font-size: 3rem;
  }
  main article section.sec01 .txt .text {
    margin-top: 64px;
  }
  main article section.sec01 .txt .fig_sp02 + .text {
    margin-top: 0;
  }
  main article section.sec01 .fig_pc {
    display: none;
  }
  main article section.sec01.sec01r .fig_sp {
    background-position: left center;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  main article section.sec01.sec01r .txt {
    padding-left: 0;
  }
  main article section.sec01.sec01_02 .sec_in {
    height: auto;
  }
  main article section.sec01.sec01_02 .fig_sp {
    padding-top: 60%;
  }
  main article section.sec01.sec01_02 .txt .hl {
    white-space: normal;
    margin-top: 0;
  }
}



/*==============================*/
/* sec02 */
/*==============================*/
main article section.sec02 {
  position: relative;
  color: #fff;
  padding: 16px 0 36px;
}
main article section.sec02 + section {
  margin-top: 88px;
}
main article section.sec02:before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -420px;
  top: 0;
  bottom: 0;
  right: 0;
}
main article section.sec02:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -420px;
  width: 300px;
  background: #042f6a;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: skew(-25deg);
  -ms-transform: skew(-25deg);
  transform: skew(-25deg);
}
main article section.sec02 .sec02_txt {
  position: relative;
  z-index: 1;
  left: 50%;
  margin-left: -410px;
  width: 460px;
}
main article section.sec02 .sec02_txt .lead {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0 8px 0 18px;
  background: #000;
  height: 40px;
  line-height: 40px;
  margin-right: 60px;
}
main article section.sec02 .sec02_txt .lead:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 40px 20px;
  border-color: transparent transparent #000000 transparent;
}
main article section.sec02 .sec02_txt .ttl {
  font-size: 3rem;
  font-weight: bold;
  margin-top: 30px;
  margin-left: 20px;
}
main article section.sec02 .sec02_txt .text {
  font-size: 1.7rem;
  line-height: 1.88;
  margin-top: 20px;
  margin-left: 20px;
}
main article section.sec02 .sec02_txt .btn {
  margin-left: 20px;
  margin-top: 25px;
}
main article section.sec02 figure {
  position: absolute;
  left: 50%;
  margin-left: 88px;
  bottom: -55px;
  -webkit-box-shadow: 0.454px 0.891px 17.82px 0.18px rgba(0, 0, 0, 0.2);
  box-shadow: 0.454px 0.891px 17.82px 0.18px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 639px) {
  main article section.sec02 {
    position: relative;
    color: #fff;
    padding: 0;
  }
  main article section.sec02 + section {
    margin-top: 76px;
  }
  main article section.sec02:before {
    display: none;
  }
  main article section.sec02:after {
    display: none;
  }
  main article section.sec02 .sec02_txt  {
    left: auto;
    margin-left: 0;
    width: auto;
    padding: 17px 22px 80px 52px;
  }
  main article section.sec02 .sec02_txt:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 122px 60px 0 0;
    border-color: #ffffff transparent transparent transparent;
  }
  main article section.sec02 .sec02_txt .lead {
    font-size: 1.7rem;
    margin-right: 0;
  }
  main article section.sec02 .sec02_txt .ttl {
    font-size: 2.1rem;
    margin-top: 32px;
    margin-left: 8px;
  }
  main article section.sec02 .sec02_txt .text {
    font-size: 1.5rem;
    line-height: 2;
    margin-top: 12px;
    margin-left: 8px;
  }
  main article section.sec02 .sec02_txt .btn {
    margin-left: 8px;
    margin-top: 25px;
  }
  main article section.sec02 .sec02_txt .btn {
    margin-right: 60px;
  }
  main article section.sec02 .sec02_txt .btn .btn01 {
    width: 100%;
  }
  main article section.sec02 figure {
    position: relative;
    left: auto;
    margin-left: 0;
    bottom: auto;
    margin: -48px 60px 0;
    z-index: 1;
  }
  main article section.sec02 figure img {
    width: 100%;
  }
}



/*==============================*/
/* sec03 */
/*==============================*/
main article section.sec03 {
  background: url(/english/technology/img/index_bg01_pc.png) no-repeat center center / cover;
  padding: 80px 0 55px;
}
main article section.sec03 .hl {
  font-size: 4rem;
  text-align: center;
  color: #fff;
}
main article section.sec03 .lead {
  font-size: 2.4rem;
  text-align: center;
  color: #fff;
  line-height: 1.66;
  margin-top: 24px;
}
main article section.sec03 .sec_in > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 72px;
}
main article section.sec03 .sec_in > ul > li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
main article section.sec03 .sec_in > ul > li + li {
  margin-left: 26px;
}
main article section.sec03 .sec_in > ul > li > a,
main article section.sec03 .sec_in > ul > li > div {
  display: block;
  position: relative;
  width: 100%;
  height: 240px;
  background: rgba(255,255,255,.75);
}
main article section.sec03 .sec_in > ul > li > a {
  -webkit-transition: background .3s ease-out;
  transition: background .3s ease-out;
}
main article section.sec03 .sec_in > ul > li > a:before,
main article section.sec03 .sec_in > ul > li > div:before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  border: 4px solid rgba(255,255,255,.75);
}
main article section.sec03 .sec_in > ul > li > a:hover {
  background: rgba(255,255,255,.9);
}
main article section.sec03 .sec_in > ul > li > a figure,
main article section.sec03 .sec_in > ul > li > div figure {
  position: absolute;
  left: 50%;
  bottom: 50%;
  -webkit-transform: translateX(-50%s);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
main article section.sec03 .sec_in > ul > li > a p {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: 20px;
  padding-left: 44px;
  font-size: 2.4rem;
  font-weight: bold;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
main article section.sec03 .sec_in > ul > li > a p:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 22px;
  height: 9px;
  margin-top: -6px;
  border-right: 1px solid #343434;
  border-bottom: 1px solid #343434;
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: skew(45deg);
  -ms-transform: skew(45deg);
  transform: skew(45deg);
}
main article section.sec03 .sec_in > ul > li > div ul {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -160px;
  margin-top: -14px;
}
main article section.sec03 .sec_in > ul > li > div ul li + li {
  margin-top: 10px;
}
main article section.sec03 .sec_in > ul > li > div ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #3558b5;
  width: 320px;
  height: 44px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}
main article section.sec03 .sec_in > ul > li > div ul li a:hover {
  opacity: .9;
  text-decoration: none;
}
main article section.sec03 .sec_in > ul > li > div ul li a:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  position: absolute;
  left: 40px;
  top: 50%;
  width: 22px;
  height: 9px;
  margin-top: -6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: skew(45deg);
  -ms-transform: skew(45deg);
  transform: skew(45deg);
}
main article section.sec03 .sec_in > ul > li > div ul.btn-wide {
  margin-left: -200px;
}
main article section.sec03 .sec_in > ul > li > div ul.btn-wide li a {
  width: 400px;
}
main article section.sec03 .sec_in > ul > li > div ul.btn-wide li a:before {
  left: 20px;
}

@media screen and (max-width: 639px) {
  main article section.sec03 {
    background-image: url(/english/technology/img/index_bg01_sp.png);
    padding: 52px 12px 68px;
  }
  main article section.sec03 .hl {
    font-size: 3.3rem;
    text-align: left;
    line-height: 1.45;
  }
  main article section.sec03 .lead {
    font-size: 1.5rem;
    text-align: left;
    line-height: 2;
    margin-top: 30px;
  }
  main article section.sec03 .sec_in > ul {
    display: block;
    margin-top: 68px;
  }
  main article section.sec03 .sec_in > ul > li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  main article section.sec03 .sec_in > ul > li + li {
    margin-left: 0;
    margin-top: 80px;
  }
  main article section.sec03 .sec_in > ul > li > a {
    height: 200px;
    -webkit-transition: none;
    transition: none;
  }
  main article section.sec03 .sec_in > ul > li > a:hover {
    background: rgba(255,255,255,.75);
  }
  main article section.sec03 .sec_in > ul > li > a p {
    margin-top: 10px;
    padding-left: 25px;
    font-size: 2rem;
  }
  main article section.sec03 .sec_in > ul > li > a p:before {
    width: 14px;
    height: 6px;
    margin-top: -4px;
  }
  main article section.sec03 .sec_in > ul > li > div ul {
    left: 24px;
    right: 24px;
    top: 50%;
    margin-left: 0;
    margin-top: -14px;
  }
  main article section.sec03 .sec_in > ul > li > div ul li a {
    width: 100%;
    height: 40px;
    -webkit-transition: none;
    transition: none;
  }
  main article section.sec03 .sec_in > ul > li > div ul li a:hover {
    opacity: 1;
  }
  main article section.sec03 .sec_in > ul > li > div ul li a:before {
    width: 14px;
    height: 6px;
    margin-top: -4px;
  }
  main article section.sec03 .sec_in > ul > li > div ul li a.sp-no-arrow:before {
    content: none;
  }
  main article section.sec03 .sec_in > ul > li > div ul.btn-wide {
    margin-left: 0;
  }
  main article section.sec03 .sec_in > ul > li > div ul.btn-wide li a {
    width: 100%;
  }
}



/*==============================*/
/* sec_lead */
/*==============================*/
main article section.sec_lead {
  background: #edf7fe;
  padding: 35px 0;
}
main article section.sec_lead + section {
  margin-top: 0;
}
main article section.sec_lead + section.sec_lead {
  margin-top: 48px;
}
main article section.sec_lead p {
  position: relative;
  padding-top: 35px;
  font-size: 2rem;
  line-height: 2;
}
main article section.sec_lead p:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 3px;
  background: #353535;
}
@media screen and (max-width: 639px) {
  main article section.sec_lead {
    padding: 50px 24px;
  }
  main article section.sec_lead p {
    padding-top: 50px;
    font-size: 1.5rem;
  }
  main article section.sec_lead p:before {
    width: 35px;
    height: 2px;
  }
}



/*==============================*/
/* ir */
/*==============================*/
main article section .box_ir01 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 166px;
  -webkit-box-shadow: 0.454px 0.891px 13.95px 1.05px rgba(0, 0, 0, 0.2);
  box-shadow: 0.454px 0.891px 13.95px 1.05px rgba(0, 0, 0, 0.2);
  background: url(/english/ir/img/index_bg01.png) no-repeat left center / auto 100%;
  margin-top: 100px;
}
main article section .box_ir01 figure {
  position: absolute;
  left: 60px;
  bottom: 0;
}

main article section .box_ir01 figure {
    position: absolute;
    right: 50px;
    bottom: 0;
  left: auto;
}

main article section .box_ir01 .hl {
  margin-left: 70px;
  text-align: center;
  margin-top: 1em;
}
main article section .box_ir01 .hl span {
  display: inline-block;
  margin-top: 10px;
}
main article section .box_ir01 .btn.block_pc {
  margin-left: 60px;
  width: 194px;
}

main article section .box_ir01 .btn {
  margin-top: 0;
}

main article section .box_ir01 {
  background: url(/english/ir/img/index_bg01.png) no-repeat right center / auto 100%;
}

@media screen and (max-width: 639px) {
  main article section .box_ir01 {
    display: block;
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    margin: 0 -12px 0;
  }
  main article section .box_ir01 figure {
    position: static;
    left: auto;
    bottom: auto;
  }
  main article section .box_ir01 figure img {
    width: 100%;
  }
  main article section .box_ir01 .hl {
    position: absolute;
    left: 50%;
    top: 10%;
    margin-left: 0;
    margin-top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  main article section .box_ir01 .hl {
    margin-left: 60px;
    text-align: center;
    margin-top: 1em;
  }

  main article section .box_ir01 .hl span {
    display: inline-block;
    margin-top: 10px;
  }
  main article section .box_ir01 .btn.block_pc {
    margin-left: 0;
  }
  main article section .box_ir01 .btn.block_sp {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 5%;
  }
  main article section .box_ir01 .btn.block_sp a {
    width: 100%;
    color: #454545;
  }
  main article section .box_ir01 .btn.block_sp a span.txt:before {
    border-color: #454545;
  }

  .box_ir01 .hl {
    display: none;
  }
}

main article section .box_ir02 ul li {
  border-bottom: 1px solid #707070;
  padding-bottom: 24px;
}
main article section .box_ir02 ul li + li {
  margin-top: 24px;
}
main article section .box_ir02 ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 2.7rem;
}
main article section .box_ir02 ul li dl .tag {
  width: 90px;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
main article section .box_ir02 ul li dl .tag.tag01 {
  background: #75bfbc;
  letter-spacing: 1em;
  padding-left: 1em;
}
main article section .box_ir02 ul li dl .tag.tag02 {
  background: #4791d0;
  letter-spacing: 1em;
  padding-left: 1em;
}
main article section .box_ir02 ul li dl .tag.tag03 {
  background: #cd7272;
}
main article section .box_ir02 ul li dl * + .date {
  margin-left: 16px;
}
main article section .box_ir02 ul li dl .date {
  font-size: 1.2rem;
  color: #5a5a5a;
}
main article section .box_ir02 ul li dl * + .text {
  margin-left: 24px;
}
main article section .box_ir02 ul li dl .text {
  font-size: 1.8rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
main article section .box_ir02 ul li dl .text .pdf span:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/english/cmn/img/ico_pdf.png) no-repeat;
  vertical-align: middle;
  margin: 0 8px;
}
main article section .box_ir02 .btn {
  width: 154px;
  margin: 45px auto 0;
}
@media screen and (max-width: 639px) {
  main article section .box_ir02 ul {
    padding: 0 36px;
  }
  main article section .box_ir02 ul li {
    padding-bottom: 18px;
  }
  main article section .box_ir02 ul li + li {
    margin-top: 18px;
  }
  main article section .box_ir02 ul li dl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1.5;
  }
  main article section .box_ir02 ul li dl .tag {
    width: 60px;
    font-size: 1.2rem;
    font-weight: bold;
  }
  main article section .box_ir02 ul li dl * + .date {
    margin-left: 6px;
  }
  main article section .box_ir02 ul li dl .date {
    font-size: 1.1rem;
  }
  main article section .box_ir02 ul li dl * + .text {
    margin-left: 0;
    margin-top: 8px;
  }
  main article section .box_ir02 ul li dl .text {
    font-size: 1.5rem;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 100%;
  }
  main article section .box_ir02 .btn {
    width: auto;
    margin: 45px auto 0;
  }
}

main article section .box_ir03 {
  background: #002d6c;
  margin-top: 20px;
  padding-bottom: 72px;
}
main article section .box_ir03 .sec_in {
  position: relative;
  top: -72px;
}
main article section .box_ir03 ul li a figure {
  overflow: hidden;
}
main article section .box_ir03 ul li a figure img {
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}
main article section .box_ir03 ul li a:hover figure img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
main article section .box_ir03 .box_ir03_ul01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main article section .box_ir03 .box_ir03_ul01 li a {
  display: block;
  position: relative;
  -webkit-box-shadow: 0.454px 0.891px 13.95px 1.05px rgba(0, 0, 0, 0.2);
  box-shadow: 0.454px 0.891px 13.95px 1.05px rgba(0, 0, 0, 0.2);
}
main article section .box_ir03 ul.box_ir03_ul01 li a .hl {
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
main article section .box_ir03 * + ul.box_ir03_ul02 {
  margin-top: 52px;
}
main article section .box_ir03 ul.box_ir03_ul02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
main article section .box_ir03 ul.box_ir03_ul02 > li {
  width: 312px;
}
main article section .box_ir03 ul.box_ir03_ul02 > li.box_ir03_ul02_li01 > a,
main article section .box_ir03 ul.box_ir03_ul02 > li.box_ir03_ul02_li01 > .block {
  display: block;
  position: relative;
}
main article section .box_ir03 ul.box_ir03_ul02 > li.box_ir03_ul02_li01 > a .hl,
main article section .box_ir03 ul.box_ir03_ul02 > li.box_ir03_ul02_li01 > .block .hl {
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
main article section .box_ir03 ul.box_ir03_ul02 > li.box_ir03_ul02_li01 > * + ul {
  margin-top: 20px;
}
main article section .box_ir03 ul.box_ir03_ul02 > li.box_ir03_ul02_li01 > ul li {
  border-bottom: 1px solid rgba(255,255,255,.4);
  padding:  8px 0;
}
main article section .box_ir03 ul.box_ir03_ul02 > li.box_ir03_ul02_li01 > ul li + li {
  margin-top: 4px;
}
main article section .box_ir03 ul.box_ir03_ul02 > li.box_ir03_ul02_li01 > ul li a {
  display: inline-block;
  position: relative;
  color: #fff;
  padding-left: 36px;
}
main article section .box_ir03 ul.box_ir03_ul02 > li.box_ir03_ul02_li01 > ul li a:before {
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: .75em;
  width: 14px;
  height: 6px;
  margin-top: -3px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  transform: skewX(45deg);
}
main article section .box_ir03 ul.box_ir03_ul02 > li.box_ir03_ul02_li02 {
  background: #fff;
  border: 1px solid rgba(184,184,184,.86);
}
main article section .box_ir03 ul.box_ir03_ul02 > li.box_ir03_ul02_li02 .hl {
  background: #edf7fe;
  border-bottom: 1px solid rgba(184,184,184,.86);
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  padding: 8px;
}
main article section .box_ir03 ul.box_ir03_ul02 > li.box_ir03_ul02_li02 .li_in {
  padding: 28px 12px 24px;
}
main article section .box_ir03 ul.box_ir03_ul02 > li.box_ir03_ul02_li02 .li_in dl dt {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  padding-left: 15px;
}
main article section .box_ir03 ul.box_ir03_ul02 > li.box_ir03_ul02_li02 .li_in dl dt:before {
  content: "";
  position: absolute;
  left: 0;
  top: .75em;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #454545;
}
main article section .box_ir03 ul.box_ir03_ul02 > li.box_ir03_ul02_li02 .li_in dl dt + dd {
  margin-top: 20px;
}
main article section .box_ir03 ul.box_ir03_ul02 > li.box_ir03_ul02_li02 .li_in dl dd ul li + li {
  margin-top: 16px;
}
main article section .box_ir03 ul.box_ir03_ul02 > li.box_ir03_ul02_li02 .li_in dl dd ul li a {
  display: inline-block;
  position: relative;
  color: #454545;
  padding-left: 36px;
}
main article section .box_ir03 ul.box_ir03_ul02 > li.box_ir03_ul02_li02 .li_in dl dd ul li a:before {
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: .75em;
  width: 14px;
  height: 6px;
  margin-top: -3px;
  border-right: 1px solid #454545;
  border-bottom: 1px solid #454545;
  -webkit-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  transform: skewX(45deg);
}
main article section .box_ir03 ul.box_ir03_ul02 > li.box_ir03_ul02_li02 .li_in dl dd ul li a.pdf span:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/english/cmn/img/ico_pdf.png) no-repeat;
  vertical-align: middle;
  margin: 0 8px;
}
main article section .box_ir03 ul.box_ir03_ul02 > li.box_ir03_ul02_li02 .li_in .btn {
  margin: 28px 20px 0;
  text-align: center;
}
main article section .box_ir03 ul.box_ir03_ul02 > li.box_ir03_ul02_li02 .li_in .btn p a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 64px;
  background: rgba(0,0,0,.8);
  color: #fff;
}
main article section .box_ir03 ul.box_ir03_ul02 > li.box_ir03_ul02_li02 .li_in .btn p a span {
  position: relative;
  display: inline-block;
  text-align: left;
  padding-left: 28px;
}
main article section .box_ir03 ul.box_ir03_ul02 > li.box_ir03_ul02_li02 .li_in .btn p a span:before {
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: .75em;
  width: 14px;
  height: 6px;
  margin-top: -3px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  transform: skewX(45deg);
}
main article section .box_ir03 ul.box_ir03_ul02 > li.box_ir03_ul02_li02 .li_in .btn p.btn_note {
  margin-top: 4px;
  font-size: 1.4rem;
}
@media screen and (max-width: 639px) {
  main article section .box_ir03 {
    margin: 0 -12px 0;
    padding-bottom: 150px;
  }
  main article section .box_ir03 .sec_in {
    top: auto;
  }
  main article section .box_ir03 ul li a figure img,
  main article section .box_ir03 ul li .block figure img {
    width: 100%;
    -webkit-transition: none;
    transition: none;
  }
  main article section .box_ir03 ul li a:hover figure img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  main article section .box_ir03 .box_ir03_ul01 {
    display: block;
  }
  main article section .box_ir03 ul.box_ir03_ul01 li a .hl,
  main article section .box_ir03 ul.box_ir03_ul01 li .block .hl {
    font-size: 2.3rem;
  }
  main article section .box_ir03 * + ul.box_ir03_ul02 {
    margin-top: 125px;
  }
  main article section .box_ir03 ul.box_ir03_ul02 {
    display: block;
  }
  main article section .box_ir03 ul.box_ir03_ul02 > li {
    width: auto;
  }
  main article section .box_ir03 ul.box_ir03_ul02 > li + li {
    margin-top: 125px;
  }
  main article section .box_ir03 ul.box_ir03_ul02 > li.box_ir03_ul02_li01 > a .hl,
  main article section .box_ir03 ul.box_ir03_ul02 > li.box_ir03_ul02_li01 > .block .hl {
    font-size: 2.3rem;
  }
  main article section .box_ir03 ul.box_ir03_ul02 > li.box_ir03_ul02_li01 > * + ul {
    margin-top: 4px;
  }
  main article section .box_ir03 ul.box_ir03_ul02 > li.box_ir03_ul02_li01 > ul {
    margin-left: 12px;
    margin-right: 12px;
  }
  main article section .box_ir03 ul.box_ir03_ul02 > li.box_ir03_ul02_li01 > ul li {
    border-bottom-color: #fff;
    padding:  12px 0;
  }
  main article section .box_ir03 ul.box_ir03_ul02 > li.box_ir03_ul02_li01 > ul li + li {
    margin-top: 4px;
  }
  main article section .box_ir03 ul.box_ir03_ul02 > li.box_ir03_ul02_li01 > ul li a {
    font-size: 1.9rem;
    padding-left: 25px;
  }
  main article section .box_ir03 ul.box_ir03_ul02 > li.box_ir03_ul02_li02 {
    margin-left: 12px;
    margin-right: 12px;
  }
  main article section .box_ir03 ul.box_ir03_ul02 > li.box_ir03_ul02_li02 .hl {
    font-size: 1.9rem;
    padding: 20px;
  }
  main article section .box_ir03 ul.box_ir03_ul02 > li.box_ir03_ul02_li02 .li_in {
    padding: 40px 12px;
  }
  main article section .box_ir03 ul.box_ir03_ul02 > li.box_ir03_ul02_li02 .li_in dl dt + dd {
    margin-top: 32px;
  }
  main article section .box_ir03 ul.box_ir03_ul02 > li.box_ir03_ul02_li02 .li_in dl dd ul li + li {
    margin-top: 24px;
  }
  main article section .box_ir03 ul.box_ir03_ul02 > li.box_ir03_ul02_li02 .li_in dl dd ul li a {
    font-size: 1.7rem;
    padding-left: 25px;
  }
  main article section .box_ir03 ul.box_ir03_ul02 > li.box_ir03_ul02_li02 .li_in .btn {
    margin: 30px 0 0;
  }
  main article section .box_ir03 ul.box_ir03_ul02 > li.box_ir03_ul02_li02 .li_in .btn p a {
    display: block;
    width: auto;
    height: auto;
    padding: 14px 12px;
  }
  main article section .box_ir03 ul.box_ir03_ul02 > li.box_ir03_ul02_li02 .li_in .btn p.btn_note {
    margin-top: 8px;
    font-size: 1.7rem;
  }
}

main article section.sec_bg01 + section.sec_ir04 {
  margin-top: -90px;
  padding-bottom: 60px;
}
main article section .box_ir04 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
main article section .box_ir04 ul li {
  width: 470px;
}
main article section .box_ir04 ul li:nth-of-type(n+3) {
  margin-top: 24px;
}
main article section .box_ir04 ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 80px;
  border: 1px solid rgba(184,184,184,.84);
  background: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  color: #454545;
}
main article section .box_ir04 ul li a span {
  position: relative;
  display: inline-block;
  min-width: 7.5em;
  text-align: center;
}
main article section .box_ir04 ul li a span:before {
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: -24px;
  top: 50%;
  width: 20px;
  height: 8px;
  margin-top: -4px;
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: skew(45deg);
  -ms-transform: skew(45deg);
  transform: skew(45deg);
}
@media screen and (max-width: 639px) {
  main article section.sec_bg01 + section.sec_ir04 {
    margin-top: -60px;
    padding-bottom: 145px;
  }
  main article section .box_ir04 ul {
    display: block;
  }
  main article section .box_ir04 ul li {
    width: auto;
  }
  main article section .box_ir04 ul li + li,
  main article section .box_ir04 ul li:nth-of-type(n+3) {
    margin-top: 50px;
  }
  main article section .box_ir04 ul li a {
    height: 70px;
    font-size: 2.1rem;
    padding: 0 24px;
  }
  main article section .box_ir04 ul li a span {
    display: block;
    width: 100%;
    min-width: initial;
    min-width: auto;
    padding: 0 24px;
  }
  main article section .box_ir04 ul li a span:before {
    left: 0;
  }
}



/*==============================*/
/* extra */
/*==============================*/
main article .mv {
  margin-top: 30px;
  text-align: center;
}
main article .mv + * {
  margin-top: 30px;
}
main article .mv img {
  height: 156px;
}
main article .figcaption {
  text-align: center;
  margin-top: 4px;
  font-size: 1.4rem;
}
main article .dl_indent01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main article .dl_indent01 dt {
  width: 5em;
}
main article .dl_indent01 dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-indent: -1em;
  margin-left: 1em;
}
main article .box_fig_ex01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
main article .box_fig_ex01 figure figcaption {
  font-size: 1.2rem;
  margin-bottom: 4px;
}
main article .box_fig_ex01 figure img + figcaption {
  margin-bottom: 0;
  margin-top: 4px;
}
main article .box_fig_ex01 figure + figure {
  margin-left: 20px;
}
main article .box_fig_ex02 figure {
  position: relative;
}
main article .box_fig_ex02 figure figcaption {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 2rem;
  font-weight: bold;
  color: #003691;
  text-align: center;
  white-space: nowrap;
  background: rgba(255,255,255,.5);
  padding: 8px 16px;
  z-index: 1;
}
main article .box_fig_ex02 figure figcaption.double {
  left: 100%;
}
@media screen and (max-width: 639px) {
  main article .box_fig_ex01 {
    display: block;
  }
  main article .box_fig_ex01 figure + figure {
    margin-left: 0;
    margin-top: 20px;
  }
  main article .box_fig_ex01 figure img {
    width: auto;
    max-width: 100%;
  }
  main article .box_fig_ex02 figure figcaption.double {
    left: 50%;
  }
}



/*==============================*/
/* form */
/*==============================*/
main article section .box_form01 {
  width: 100%;
  border-top: solid 3px #f3f8ff;
  border-right: solid 3px #f3f8ff;
  border-bottom: solid 3px #f3f8ff;
}
main article section p + form{
  margin-top: 40px;
}
main article section .box_form01 tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main article section .box_form01 tr th {
  width: 35%;
  padding: 34px 20px;
  background-color: #f3f8ff;
  border-top: solid 3px #fff;
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
main article section .box_form01 tr th em {
  padding-left: 20px;
  font-size: 1.4rem;
  padding: 4px 10px;
  margin-left: 10px;
  vertical-align: text-bottom;
  background-color: #cc0035;
  color: #fff;
}
main article section .box_form01 tr td {
  width: 65%;
  border-top: solid 3px #f3f8ff;
  font-size: 1.6rem;
  padding: 34px;
  padding-left: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
main article section .box_form01 tr:first-of-type th,
main article section .box_form01 tr:first-of-type td {
  border: none;
}
main article section .box_form01 tr td input,
main article section .box_form01 tr td textarea {
  border: solid 1px #c2c2c2;
  font-size: 1.6rem;
  padding: 8px;
}
main article section .box_form01 tr td input + input {
  margin-top: 20px;
}
main article section .box_form01 tr td textarea {
  width: 100%;
  max-width: 100%;
  min-height: 60px;
  height: 60px;
  line-height: 1.33;
}
main article section .box_form01 tr td input::-webkit-input-placeholder {
  color: #d3d2d2;
}
main article section .box_form01 tr td input::-moz-placeholder {
  color: #d3d2d2;
}
main article section .box_form01 tr td input::-ms-input-placeholder {
  color: #d3d2d2;
}

@media screen and (max-width: 639px) {
  main article section .box_form01 {
    border: none;
  }
  main article section .box_form01 tr {
    -webkit-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  main article section .box_form01 tr th,
  main article section .box_form01 tr td {
    border: none;
    width: 100%;
  }
  main article section .box_form01 tr th{
    padding: 34px 0;
  }
  main article section .box_form01 tr td {
    padding: 28px 0 40px;
  }
  main article section .box_form01 tr td input,
  main article section .box_form01 tr td textarea {
    width: 100% !important;
  }
}



/*==============================*/
/* inquery */
/*==============================*/
main article section .box_ir05 {
  margin-top: 50px;
}
main article section .box_ir05 .box_ir05_ul01{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-justify-content    : space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
main article section .box_ir05 .box_ir05_ul01 li{
  margin-bottom: 32px;
}
main article section .box_ir05 .box_ir05_ul01 li:nth-last-of-type(1){
  margin-bottom: 0;
}
main article section .box_ir05 .box_ir05_ul01 li a{
  display: block;
  position: relative;
  -webkit-box-shadow: 0.454px 0.891px 13.95px 1.05px rgba(0, 0, 0, 0.2);
  box-shadow: 0.454px 0.891px 13.95px 1.05px rgba(0, 0, 0, 0.2);
}
main article section .box_ir05 ul li a figure {
  overflow: hidden;
}
main article section .box_ir05 ul li a .hl_pc{
  display: block;
}
main article section .box_ir05 ul li a figure img{
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}
main article section .box_ir05 ul li a:hover figure img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
main article section .box_ir05 ul.box_ir05_ul01 li a .hl{
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
@media screen and (max-width: 639px) {
  main article section .box_ir05 .box_ir05_ul01 {
    display: block;
  }
  main article section .box_ir05 .box_ir05_ul01 li {
    margin-bottom: 25px;
  }
  main article section .box_ir05 .box_ir05_ul01 li:nth-last-of-type(1){
    margin-bottom: 0;
  }
  main article section .box_ir05 ul.box_ir05_ul01 li a .hl {
    font-size: 2.3rem;
  }
  main article section .box_ir05 ul li a .hl_pc{
    display: none;
  }
}
main article section .box06 .hl01_02{
  font-size: 2.6rem;
}
main article section .box06 .hl01_02 .hl01_sp{
  display: none;
}
@media screen and (max-width: 639px) {
  main article section .box06 .hl01_02{
    font-size: 2rem;
  }

  main article section .box06 .hl01_02 .hl01_sp{
    display: block;
  }
}
main article section .box_form01 .inp_bg01{
  background-color: #fff8fa;
}



/*==============================*/
/* 404 */
/*==============================*/
main.c404 article {
  background: #ededed;
  padding: 124px 0;
}
main article section .sec_in .box_404 {
  text-align: center;
  background: #fff;
  padding: 80px 132px;
}
main article section .sec_in .box_404 h1 img {
  width: 230px;
}
main article section .sec_in .box_404 p.lead {
  margin-top: 20px;
  font-size: 2.4rem;
  font-weight: bold;
  padding-bottom: 24px;
  border-bottom: 1px solid #c7c7c7;
}
main article section .sec_in .box_404 p.text {
  margin-top: 24px;
}
main article section .sec_in .box_404 p a {
  color: #2f64fc;
  text-decoration: underline;
}
main article section .sec_in .box_404 p a:hover {
  text-decoration: none;
}
@media screen and (max-width: 639px) {
  main.c404 article {
    padding: 36px 0;
  }
  main article section .sec_in .box_404 {
    text-align: center;
    background: #fff;
    padding: 60px 28px;
  }
  main article section .sec_in .box_404 h1 img {
    width: 100%;
    max-width: 170px;
  }
  main article section .sec_in .box_404 p.lead {
    margin-top: 16px;
    font-size: 1.9rem;
  }
  main article section .sec_in .box_404 p.text {
    text-align: left;
  }
}



/*==============================*/
/* E=IR */
/*==============================*/
main article section p + p.eir_pdfNote_item {
  margin-top: 0;
}
@media screen and (max-width: 639px) {
  main article section p + p.eir_pdfNote_item {
    margin-top: 16px;
  }
}
