@charset "UTF-8";
.abi_custom .content_full {
  margin: 0 auto;
}
.abi_custom .kv_link_wrap {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.abi_custom .kv_link_wrap h1 img {
  width: 100%;
  max-width: 1200px;
  height: auto;
}
.abi_custom {
  /*commen*/
}
.abi_custom a:hover {
  text-decoration: none;
  color: inherit;
  opacity: 0.7;
}
.abi_custom .txt11 {
  font-size: 11px !important;
}
.abi_custom .txt13 {
  font-size: 13px !important;
}
.abi_custom .txt16 {
  font-size: 16px !important;
}
.abi_custom .txt18 {
  font-size: 18px !important;
}
.abi_custom .txt20 {
  font-size: 20px !important;
}
.abi_custom .bold {
  font-weight: bold !important;
}
.abi_custom .mar-20t {
  margin-top: -20px !important;
}
.abi_custom .mar-25t {
  margin-top: -25px !important;
}
.abi_custom .mar10 {
  margin-bottom: 10px !important;
}
.abi_custom .mar20 {
  margin-bottom: 20px !important;
}
.abi_custom .mar30 {
  margin-bottom: 30px !important;
}
.abi_custom .mar40 {
  margin-bottom: 40px !important;
}
.abi_custom .mar80 {
  margin-bottom: 80px !important;
}
.abi_custom .txt_r {
  text-align: right !important;
}
.abi_custom .txt_c {
  text-align: center !important;
}
.abi_custom .sp_img {
  display: none;
}
.abi_custom .sp_br {
  display: none;
}
.abi_custom .pc_br {
  display: inline-block;
}
.abi_custom .att {
  margin-top: 10px;
  font-size: 13px;
  display: block;
}
.abi_custom .att_inline {
  margin-top: 10px;
  font-size: 13px;
  display: inline;
}
.abi_custom {
  /*intro*/
}
.abi_custom .intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 820px;
  margin: 40px auto;
}
.abi_custom .intro p {
  margin-top: 20px;
  font-size: 19px;
  line-height: 1.8;
  width: 68%;
  margin-left: 2%;
}
.abi_custom .indexBlock {
  width: 1000px;
  margin: 0 auto;
  clear: both;
}
.abi_custom .indexBlock-title {
  text-align: center;
  font-size: 26px;
  margin-bottom: 26px;
}
.abi_custom .indexBlock-list {
  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;
  margin-bottom: 100px;
}
.abi_custom .indexBlock-list li {
  width: 315px;
  height: 67px;
  display: table;
  margin-bottom: 15px;
}
.abi_custom {
  /*menu*/
}
.abi_custom .indexBlock-list li:last-child {
  margin-right: auto;
  margin-left: 28px;
}
.abi_custom .indexBlock-list li img {
  vertical-align: middle;
  margin-right: 10px;
  display: inline-block;
}
.abi_custom .indexBlock-list li span {
  display: inline-block;
  vertical-align: middle;
}
.abi_custom .indexBlock-list li a {
  border: 4px solid #296eb2;
  display: inline-block;
  width: 100%;
  font-size: 16px;
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  position: relative;
  color: #333;
}
.abi_custom .indexBlock-list li a:hover {
  text-decoration: none;
  color: inherit;
}
.abi_custom .indexBlock-list li a:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -6px;
  width: 8px;
  height: 8px;
  border-bottom: 3px solid #296eb2;
  border-right: 3px solid #296eb2;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.abi_custom .guideBlock-title {
  border-top: 6px solid #296eb2;
  border-bottom: 6px solid #296eb2;
  display: table;
  width: 100%;
  table-layout: fixed;
}
.abi_custom .guideBlock-title span,
.abi_custom .guideBlock-title h2 {
  display: table-cell;
  vertical-align: middle;
}
.abi_custom .guideBlock-title span {
  width: 245px;
  border-right: 6px solid #296eb2;
  padding: 20px 32px 20px 0;
  text-align: right;
}
.abi_custom .guideBlock-title h2 {
  padding: 24px 0 24px 32px;
  font-size: 34px;
  font-weight: bold;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.abi_custom .guideBlock-title.OTCases {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0 100px;
}
.abi_custom .guideBlock-title.OTCases span,
.abi_custom .guideBlock-title.OTCases h2 {
  display: inline-block;
}
.abi_custom .guideBlock-title.OTCases span {
  width: auto;
  border: none;
  padding: 0;
}
.abi_custom .guideBlock-title.OTCases .guideBlock-title-sub {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../images/abroard_icon.png) no-repeat 0 0;
  background-size: 80px auto;
  padding: 0 0 0 100px;
  height: 70px;
  font-size: 14px;
}
.abi_custom .guideBlock-title.OTCases .guideBlock-title-sub span {
  width: 25px;
  height: 25px;
  line-height: 25px;
  border: none;
  margin: 0 0 0 1em;
  padding: 0;
  text-align: center;
  background: #99ca3b;
  color: #ffffff;
  border-radius: 50%;
}
.abi_custom .guideBlock-title.OTCases .guideBlock-title-main {
  color: #99ca3b;
  padding: 0;
}
.abi_custom .guideBlock-title.OTCases .guideBlock-title-school {
  font-size: 14px;
  font-weight: bold;
}
.abi_custom .guideBlock-title.OTCases .guideBlock-title-school span {
  font-weight: normal;
}
.abi_custom .guideBlock-title.OTCases .guideBlock-title-image {
  position: relative;
  width: 330px;
}
.abi_custom .guideBlock-title.OTCases .guideBlock-title-image img {
  border: 2px solid #333;
  background: #ffffff;
  padding: 6px;
  position: absolute;
}
.abi_custom .guideBlock-title.OTCases .guideBlock-title-image img:nth-child(1) {
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  top: 0;
  right: 110px;
}
.abi_custom .guideBlock-title.OTCases .guideBlock-title-image img:nth-child(2) {
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  top: 100px;
  right: 0;
}
.abi_custom .guideBlock-title-icon-new {
  display: inline-block;
  color: #8fc31f;
  background-color: #fff100;
  padding: 2px 5px;
  position: absolute;
  right: 35px;
  top: 35px;
}
@media screen and (max-width: 767px) {
  .abi_custom .guideBlock-title-icon-new {
    right: 7%;
    top: 10%;
  }
}
.abi_custom {
  /*各項目*/
}
.abi_custom .guideBlock {
  margin-bottom: 120px;
}
.abi_custom {
  /*一言*/
}
.abi_custom .guideBlock-comment {
  background: #9fd9f6;
  padding: 20px 0;
  margin: 0 auto 80px;
  text-align: center;
}
.abi_custom .guideBlock-comment p {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.abi_custom .guideBlock-comment-adviser {
  background: url("../images/comment_fukidashi_parts.png") no-repeat right center;
  width: 25%;
}
.abi_custom .guideBlock-comment-text {
  margin: 20px 0;
  padding: 30px 40px;
  background: #fff;
  border-radius: 10px;
  width: 67%;
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  font-weight: bold;
}
.abi_custom {
  /*見出し*/
}
.abi_custom .guideBlockSPWrapper {
  width: 1000px;
  margin: 0 auto;
}
.abi_custom .guideBlock h3 {
  clear: both;
  font-size: 28px;
  line-height: 1.4;
  color: #296eb2;
  border-top: solid 4px #296eb2;
  border-bottom: solid 4px #296eb2;
  margin: 0 auto 60px;
  padding: 30px 0;
  position: relative;
}
.abi_custom .guideBlock h3 span img {
  position: absolute;
  right: -20px;
  top: -30px;
}
.abi_custom {
  /*説明*/
}
.abi_custom .guideBlock-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.abi_custom .guideBlock-wrapper {
  margin: 0 auto 80px;
}
.abi_custom .guideBlock-wrapper.right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}
.abi_custom .guideBlock-text {
  font-size: 16px;
  line-height: 1.8;
  width: 30%;
}
.abi_custom .guideBlock-text .txt {
  text-indent: 1em;
}
.abi_custom .guideBlock-text span {
  text-decoration: underline;
}
.abi_custom .guideBlock-img {
  margin-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 11px;
  width: 68%;
}
.abi_custom .guideBlock-img.mw {
  min-width: 68%;
}
.abi_custom .guideBlock-img p:first-child {
  margin-left: 0px;
}
.abi_custom .guideBlock-img p {
  margin-left: 30px;
}
.abi_custom .guideBlock-img li,
.abi_custom .guideBlock-img img {
  margin-bottom: 20px;
}
.abi_custom .box06 .guideBlock-text {
  width: 65%;
}
.abi_custom .box06 .guideBlock-img {
  display: block;
}
.abi_custom .guideBlock-text.OTCases {
  width: 40%;
}
.abi_custom .guideBlock-text.OTCases .bold {
  margin: 0 0 10px;
}
.abi_custom .guideBlock-img.OTCases {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.abi_custom .guideBlock-img.OTCases .bold {
  font-size: 14px;
  margin: 0 0 10px;
}
.abi_custom .guideBlock-img.OTCases table th,
.abi_custom .guideBlock-img.OTCases table td {
  border: 1px solid #333;
  padding: 5px;
}
.abi_custom .guideBlock-img table th {
  background: #99ca3b;
  color: #ffffff;
  text-align: center;
  width: 100px;
}
.abi_custom {
  /*緑の角丸BOX*/
}
.abi_custom .guideBlock-box_g {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
}
.abi_custom .guideBlock-box_g li {
  position: relative;
  width: 48%;
  margin-bottom: 30px;
  letter-spacing: -1px;
}
.abi_custom .guideBlock-box_g li:nth-last-child(1),
.abi_custom .guideBlock-box_g li:nth-last-child(2),
.abi_custom .box06_2 .guideBlock-box_g li {
  margin-bottom: 0;
}
.abi_custom .guideBlock-box_g li:hover {
  opacity: 1;
}
.abi_custom .guideBlock-box_g li div {
  border-radius: 20px;
  background: #8fc31f;
  color: #fff;
  padding: 40px 40px 20px;
}
.abi_custom .guideBlock-box_g li div.box3 {
  padding: 40px 25px 20px 40px;
}
.abi_custom .guideBlock-box_g li div.guideBlock-title-image {
  position: relative;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
}
.abi_custom .guideBlock-box_g li div.guideBlock-title-image img {
  border: 2px solid #333;
  background: #ffffff;
  padding: 4px;
  position: absolute;
  width: 100px;
  height: auto;
}
.abi_custom .guideBlock-box_g li div.guideBlock-title-image img:nth-child(1) {
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  top: 130px;
  right: -10px;
  z-index: 1;
}
.abi_custom .guideBlock-box_g li div.guideBlock-title-image img:nth-child(2) {
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  top: 210px;
  right: 0;
}
.abi_custom .guideBlock-box_g span {
  margin-bottom: 10px;
  display: block;
  font-size: 15px;
}
.abi_custom .guideBlock-box_g .bold {
  font-size: 28px;
  line-height: 1.6;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 4px #fff;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.abi_custom .guideBlock-box_g .link {
  font-size: 16px;
  color: #fff;
}
.abi_custom .guideBlock-box_g .link.iconPDF:before {
  content: "PDF";
  background: #fff;
  padding: 2px 5px;
  color: #8fc31f;
  margin-right: 10px;
  font-size: 12px;
}
.abi_custom .guideBlock-box_g .link:after {
  content: "";
  position: absolute;
  margin: 4px 0 0 6px;
  width: 8px;
  height: 8px;
  border-top: 4px solid #ffffff;
  border-right: 4px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.abi_custom .guideBlock-box_g .icon1 {
  position: absolute;
  bottom: -5px;
  right: -28px;
}
.abi_custom .guideBlock-box_g .icon2 {
  position: absolute;
  bottom: 130px;
  right: -40px;
}
.abi_custom .guideBlock-box_g .icon3 {
  position: absolute;
  bottom: -28px;
  right: -20px;
}
.abi_custom .guideBlock-box_g .icon4 {
  position: absolute;
  bottom: -22px;
  right: -45px;
}
.abi_custom .guideBlock-box_g .abroard_icon1 {
  position: absolute;
  bottom: -15px;
  right: -20px;
}
.abi_custom .guideBlock-box_g .abroard_icon2 {
  position: absolute;
  bottom: 180px;
  right: -18px;
}
.abi_custom {
  /*方法*/
}
.abi_custom .methodList {
  width: 1000px;
  margin: 0 auto;
}
.abi_custom .methodList li {
  margin-bottom: 60px;
  position: relative;
}
.abi_custom .methodList li .place {
  background: #fff100;
  border-radius: 50%;
  width: 90px;
  height: 85px;
  position: absolute;
  top: -40px;
  left: -35px;
  text-align: center;
  /* line-height: 80px; */
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
}
.abi_custom .methodList li .place span {
  width: 100%;
}
.abi_custom .methodList li .place small {
  font-size: 12px;
  margin: 0 0 -5px;
}
.abi_custom .methodList li dl {
  margin: 0 auto;
  background: #f5f1df;
  padding: 40px 60px 60px;
}
.abi_custom .methodList li.case2 dl {
  min-height: 340px;
}
.abi_custom .methodList li.case3 dl {
  min-height: 300px;
}
.abi_custom .methodList li dt {
  color: #8fc31f;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
}
.abi_custom .methodList li dt.small {
  font-size: 18px;
}
.abi_custom .methodList li .ex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 20px;
  font-size: 18px;
}
.abi_custom .methodList li .ex a:hover,
.abi_custom .methodList li .ex a:link {
  color: #333;
}
.abi_custom .methodList li .ex a:before {
  content: ">> ";
}
.abi_custom .methodList li .ex .bold {
  display: inline-block;
  font-size: 20px;
  margin-top: 10px;
  line-height: 1.4em;
}
.abi_custom .methodList li .ex .num {
  background: #8fc31f;
  color: #fff;
  border-radius: 5px;
  padding: 8px 4px 0;
  margin-right: 17px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -moz-text-orientation: upright;
  -ms-text-orientation: upright;
  text-orientation: upright;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 16px;
}
.abi_custom .methodList li .ex .num .num_detail {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
}
.abi_custom .methodList li .txt {
  width: 65%;
  font-size: 16px;
  line-height: 1.8;
  text-indent: 1em;
}
.abi_custom .methodList li dd:last-child,
.abi_custom .methodList .case5 dd:nth-child(4) {
  position: absolute;
  top: 110px;
  right: 60px;
  width: 28%;
}
.abi_custom .methodList li dd:nth-child(4) img,
.abi_custom .methodList li dd:last-child img {
  margin-bottom: 10px;
}
.abi_custom .methodList .case2 dl {
  min-height: 250px;
}
.abi_custom .methodList .case2 .txt {
  width: 62%;
}
.abi_custom .methodList .case2 dd:last-child {
  width: 22%;
}
.abi_custom .methodList .case3 dd:last-child p {
  display: block;
  overflow: hidden;
  height: 100%;
}
.abi_custom .methodList .case3 dd:last-child img {
  float: left;
  margin: 0 10px 20px 0;
}
.abi_custom .methodList .case3 dd:last-child .right {
  position: relative;
}
.abi_custom .methodList .case3 dd:last-child .right img {
  float: right;
  margin: 0 0 0 10px;
}
.abi_custom .methodList .case3 dd:last-child .right span {
  width: 100px;
  position: absolute;
  bottom: 0;
}
.abi_custom .methodList .case5 hr {
  margin: 40px 0;
  border-top: 1px solid #666;
}
.abi_custom .methodList .case5 dd:nth-child(8) {
  position: absolute;
  top: 480px;
  right: 60px;
  width: 280px;
}
.abi_custom .methodList .case5 dd:last-child {
  position: absolute;
  top: 770px;
  right: 60px;
  width: 280px;
}
.abi_custom .methodList-icon-new {
  font-size: 18px;
  display: inline-block;
  color: #fff;
  background-color: #8fc31f;
  padding: 2px 5px;
  font-weight: normal;
  margin: 6px 0 0 10px;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .abi_custom .methodList-icon-new {
    display: inline;
    position: static;
    margin: 0;
  }
}
.abi_custom {
  /*POINTリスト*/
}
.abi_custom .pointList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 30px;
  background: #f5f1df;
}
.abi_custom .pointList li {
  width: 33.3333333333%;
  padding: 0 15px;
  font-size: 14px;
  line-height: 1.8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.abi_custom .pointList li .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 45px;
  margin: 0;
  padding: 0 0 0 40px;
  background: url(../images/icon_POINT.png) no-repeat 0 0;
  background-size: 30px auto;
  font-size: 13px;
  line-height: 1;
}
.abi_custom .pointList li .icon:before {
  content: ">>";
  display: inline-block;
  padding: 0 5px 0 0;
}
.abi_custom .pointList li .icon:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #000;
}
.abi_custom .pointList li .bold {
  margin: 15px 0 10px;
}
.abi_custom .pointList li .txt {
  text-indent: 1em;
}
.abi_custom {
  /*お役立ち*/
}
.abi_custom .usefulInfo {
  width: 1000px;
  margin: 0 auto;
}
.abi_custom .usefulInfo li {
  margin-bottom: 60px;
}
.abi_custom .usefulInfo li .ttl {
  position: relative;
  display: block;
  padding: 0 0 30px;
  margin: 1.5em 0;
  min-width: 120px;
  max-width: 100%;
  font-size: 16px;
}
.abi_custom .usefulInfo li .ttl:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border-top: 25px solid #fff;
  border-right: 15px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 15px solid transparent;
}
.abi_custom .usefulInfo li .icon {
  background: #fff100;
  border-radius: 50%;
  width: 90px;
  height: 75px;
  padding-top: 15px;
  text-align: center;
  line-height: 80px;
  vertical-align: middle;
  line-height: 1.4;
  margin-right: 20px;
}
.abi_custom .usefulInfo li .icon span {
  font-size: 30px;
}
.abi_custom .usefulInfo li h4 {
  position: absolute;
  left: 120px;
  top: 5px;
  margin-top: 5px;
  font-size: 30px;
  line-height: 1.4;
}
.abi_custom .usefulInfo li dl {
  background: #59c3e1;
  margin-top: -24px;
  padding: 40px;
}
.abi_custom .usefulInfo li dt {
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  padding: 10px 0 40px;
}
.abi_custom .usefulInfo li dd {
  font-size: 18px;
  background: #fff;
  padding: 40px;
  line-height: 1.8;
}
.abi_custom .usefulInfo li dd p:first-child {
  margin-bottom: 30px;
}
.abi_custom .usefulInfo li dd div:first-child {
  margin-bottom: 30px;
}
.abi_custom .usefulInfo li dd div p:first-child {
  margin-bottom: 10px;
}
.abi_custom .usefulInfo li dd h5 {
  font-size: 16px;
  margin-bottom: 10px;
}
.abi_custom {
  /*ボタン*/
}
.abi_custom .convBtn {
  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;
}
.abi_custom .convBtn p {
  display: block;
  width: 400px;
  font-size: 16px;
  font-weight: normal;
}
.abi_custom .convBtn a {
  display: block;
  width: 400px;
  background: #296eb2;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  position: relative;
  font-size: 18px;
}
.abi_custom .convBtn a:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -6px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.abi_custom .convBtn a[target=_blank]:after {
  border: none;
  -webkit-transform: none;
  transform: none;
  width: 15px;
  height: 11px;
  background: url(../images/blank.png) no-repeat 0 0;
}
.abi_custom {
  /*先生からのコメント*/
}
.abi_custom .commnetBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 1.8;
}
.abi_custom .commnetBlock > div:nth-child(1) {
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.abi_custom .commnetBlock > div:nth-child(2) {
  width: 28%;
}
.abi_custom .commnetBlock h3 {
  width: 100%;
  border: none;
  padding: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, transparent), color-stop(0%, #ffde4e));
  background: linear-gradient(transparent 85%, #ffde4e 0%);
  color: #333;
  margin: 0 0 15px;
}
.abi_custom .commnetBlock h3 span {
  display: block;
  color: #99ca3b;
  font-size: 14px;
  margin: 0 0 5px;
}
.abi_custom .commnetBlock h3 span:before,
.abi_custom .commnetBlock h3 span:after {
  display: inline-block;
  color: #333;
  font-weight: normal;
}
.abi_custom .commnetBlock h3 span:before {
  content: "＼";
  padding-right: 10px;
}
.abi_custom .commnetBlock h3 span:after {
  content: "／";
  padding-left: 10px;
}
.abi_custom .commnetBlock-inner {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
}
.abi_custom .commnetBlock-profile {
  font-size: 13px;
  margin: 15px 0 0;
}
.abi_custom .commnetBlock-profile:before {
  content: "●";
  display: inline-block;
  color: #99ca3b;
}
.abi_custom .image-gallery {
  margin-bottom: 30px;
}
.abi_custom .image-gallery .gallery-title {
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: bold;
  letter-spacing: 1.1px;
  line-height: 1.4;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, transparent), color-stop(0%, #ffde4e));
  background: linear-gradient(transparent 85%, #ffde4e 0%);
}
.abi_custom .image-gallery .image-gallery-list .image-gallery-list-item {
  display: inline-block;
  width: 320px;
  height: auto;
  padding: 0 15px 25px 0;
  vertical-align: top;
}
.abi_custom .image-gallery .image-gallery-list .image-gallery-list-item .gallery-cap {
  font-size: 14px;
  padding-top: 10px;
}
.abi_custom .image-gallery .image-gallery-list li:nth-child(3n) {
  padding-right: 0px;
}
.abi_custom .image-gallery .image-gallery-list li figure {
  overflow: hidden;
  margin: 0;
  width: 320px;
  height: 213px;
}
.abi_custom .image-gallery .image-gallery-list .image-gallery-list-item figure img {
  width: 380px;
}
.abi_custom .image-gallery .image-gallery-list .image-gallery-list-item figure .gallery-img-01 {
  margin: -36px 0 0 -50px;
}
.abi_custom .image-gallery .image-gallery-list .image-gallery-list-item figure .gallery-img-02 {
  margin: -60px 0 0 -50px;
}
.abi_custom .image-gallery .image-gallery-list .image-gallery-list-item figure .gallery-img-03 {
  margin-top: -65px;
}
.abi_custom .image-gallery .image-gallery-list .image-gallery-list-item figure .gallery-img-04 {
  margin: -40px 0 0 -35px;
}
.abi_custom .image-gallery .image-gallery-list .image-gallery-list-item figure .gallery-img-05 {
  margin: -40px 0 0 -35px;
}
@media screen and (min-width: 768px) {
  .abi_custom .guideBlock-box_g a:hover,
  .abi_custom .guideBlock-box_g a img:hover {
    opacity: 1;
  }
  .abi_custom .guideBlock-box_g li:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .abi_custom {
    /*.kv_first.anim*/
  }
  .abi_custom .page-load .kv_first {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    background-image: url(images/top_photo_first-sp.jpg);
    background-size: contain;
  }
  .abi_custom .kv_first:after {
    background: url(images/top_photo_logo_sp.png) no-repeat center/144.5px 41px;
    bottom: 0;
    content: "";
    display: block;
    height: calc(100% - 131vw);
    left: 0;
    min-height: 50px;
    position: absolute;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .abi_custom .mar80 {
    margin-bottom: 40px !important;
  }
  .abi_custom .pc_img {
    display: none;
  }
  .abi_custom .sp_img {
    display: block;
    width: 100%;
  }
  .abi_custom .sp_mb {
    margin-bottom: 35px !important;
  }
  .abi_custom .pc_br {
    display: none;
  }
  .abi_custom .sp_br {
    display: inline-block;
  }
  .abi_custom .sp_txt_r {
    text-align: right;
  }
  .abi_custom .sp_txt14 {
    font-size: 14px !important;
  }
  .abi_custom .sp_mar_0 {
    margin-bottom: 0 !important;
  }
  .abi_custom .sp_mar_20 {
    margin-bottom: 20px !important;
  }
  .abi_custom .kv-caption,
  .abi_custom .indexBlock,
  .abi_custom .indexBlock-list,
  .abi_custom .intro,
  .abi_custom .guideBlockSPWrapper,
  .abi_custom .guideBlock-wrapper,
  .abi_custom .guideBlock-box_g,
  .abi_custom .methodList {
    width: 100%;
    overflow: hidden;
  }
  .abi_custom .kv-caption,
  .abi_custom .indexBlock {
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .abi_custom .intro {
    margin: 20px auto;
    width: 90%;
  }
  .abi_custom .intro img {
    width: 18%;
    margin: 20px;
  }
  .abi_custom .intro p {
    font-size: 13px;
  }
  .abi_custom {
    /*menu*/
  }
  .abi_custom .indexBlock-list {
    margin-bottom: 60px;
  }
  .abi_custom .indexBlock-list li {
    width: 100%;
  }
  .abi_custom .indexBlock-list li:last-child {
    margin-left: 0;
  }
  .abi_custom .indexBlock-list li {
    height: 45px;
    margin-bottom: 10px;
  }
  .abi_custom .indexBlock-list li a:after {
    top: 45%;
  }
  .abi_custom .indexBlock-list li img {
    width: 22px;
  }
  .abi_custom .guideBlock-img img {
    margin-bottom: 0;
  }
  .abi_custom {
    /*    各項目*/
  }
  .abi_custom .guideBlock {
    margin-bottom: 40px;
  }
  .abi_custom {
    /*各項目の見出し*/
  }
  .abi_custom .guideBlock-title {
    border-top: 4px solid #296eb2;
    border-bottom: 4px solid #296eb2;
  }
  .abi_custom .indexBlock-title img {
    width: 97px;
  }
  .abi_custom .guideBlock-title span {
    width: 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 0 10px;
    text-align: center;
    border-right: 4px solid #296eb2;
  }
  .abi_custom .guideBlock-title span img {
    width: 55px;
  }
  .abi_custom .guideBlock-title h2 {
    font-size: 18px;
    padding: 10px 14px 10px 14px;
  }
  .abi_custom .guideBlock-title.OTCases {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 20px;
  }
  .abi_custom .guideBlock-title.OTCases .guideBlock-title-sub {
    width: 90%;
    margin: 0 auto;
  }
  .abi_custom .guideBlock-title.OTCases .guideBlock-title-main {
    font-size: 20px;
    line-height: 1.4;
    width: 100%;
    margin: 0 0 10px;
    padding: 0 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .abi_custom .guideBlock-title.OTCases .guideBlock-title-school {
    width: 100%;
    margin: 0 0 20px;
    padding: 0 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .abi_custom .guideBlock-title.OTCases .guideBlock-title-image {
    width: 100%;
    padding: 0 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .abi_custom .guideBlock-title.OTCases .guideBlock-title-image img {
    position: relative;
    display: inline-block;
    width: 150px;
    height: auto;
  }
  .abi_custom .guideBlock-title.OTCases .guideBlock-title-image img:nth-child(1) {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    top: 0;
    right: auto;
    left: 0;
  }
  .abi_custom .guideBlock-title.OTCases .guideBlock-title-image img:nth-child(2) {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    top: 0;
    right: 0;
  }
  .abi_custom {
    /*一言*/
  }
  .abi_custom .guideBlock-comment {
    margin-bottom: 40px;
  }
  .abi_custom #hs08 .guideBlock-comment {
    margin-bottom: 0;
  }
  .abi_custom .guideBlock-comment p {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .abi_custom .guideBlock-comment img {
    min-width: 110%;
  }
  .abi_custom .guideBlock-comment-adviser {
    margin: 0 auto;
    text-align: center;
    background: url("../images/comment_fukidashi_parts.png") no-repeat right 74%;
    padding: 0 48px 0 50px;
  }
  .abi_custom .guideBlock-comment-text {
    padding: 15px 20px;
    margin: -47px auto 10px;
    font-size: 14px;
    width: 76%;
  }
  .abi_custom {
    /*内容*/
  }
  .abi_custom .guideBlockSPWrapper {
    padding-top: 10px;
  }
  .abi_custom .guideBlockSPWrapper h3 {
    width: 90%;
    padding: 10px 0;
    margin: 0 auto 20px;
    line-height: 1.4;
    border-top: solid 2px;
    border-bottom: solid 2px;
    font-size: 16px;
  }
  .abi_custom .guideBlock-wrapper {
    margin: 20px auto;
  }
  .abi_custom .guideBlock-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .abi_custom .guideBlock-wrapper.right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .abi_custom .guideBlock-text.OTCases {
    width: 100%;
    margin: 0 0 40px;
  }
  .abi_custom .guideBlock-img.OTCases {
    width: 100%;
    margin: 0 0 40px;
  }
  .abi_custom .guideBlock-img table th {
    width: 60px;
  }
  .abi_custom .guideBlock h3 .icon {
    width: 33%;
    margin-top: 20px;
  }
  .abi_custom .box06 .guideBlock-text {
    width: 90%;
  }
  .abi_custom .guideBlock-img,
  .abi_custom .guideBlock-text {
    width: 90%;
    margin: 0 auto 35px;
    font-size: 13px;
  }
  .abi_custom .guideBlock-text .txt {
    margin-bottom: 0;
  }
  .abi_custom .guideBlock-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
  }
  .abi_custom .guideBlock-img p {
    font-size: 12px;
    line-height: 1.6;
    margin: 0 0 20px 0;
  }
  .abi_custom .guideBlock-img ul {
    margin: 0 auto;
  }
  .abi_custom .guideBlock-box_g a:hover,
  .abi_custom .guideBlock-box_g a img:hover {
    opacity: 1;
  }
  .abi_custom .guideBlock-box_g li:hover {
    opacity: 0.7;
  }
  .abi_custom .guideBlock-box_g li,
  .abi_custom .methodList li {
    width: 90%;
    margin: 0 auto 30px;
    position: relative;
  }
  .abi_custom .guideBlock-box_g li div,
  .abi_custom .guideBlock-box_g li div.box3 {
    border-radius: 10px;
    padding: 15px;
  }
  .abi_custom .guideBlock-box_g li:nth-last-child(1),
  .abi_custom .guideBlock-box_g li:nth-last-child(2),
  .abi_custom .box06_2 .guideBlock-box_g li {
    margin-bottom: 30px;
  }
  .abi_custom .guideBlock-box_g li div.guideBlock-title-image img {
    border: 1px solid #333;
    padding: 3px;
    width: 80px;
  }
  .abi_custom .guideBlock-box_g li div.guideBlock-title-image img:nth-child(1) {
    top: 110px;
    right: -10px;
  }
  .abi_custom .guideBlock-box_g li div.guideBlock-title-image img:nth-child(2) {
    top: 170px;
    right: 0;
  }
  .abi_custom .guideBlock-box_g span,
  .abi_custom .guideBlock-box_g .link a {
    font-size: 13px;
  }
  .abi_custom .guideBlock-box_g .bold {
    font-size: 20px;
    border-bottom: solid 2px;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
  }
  .abi_custom .guideBlock-box_g .icon1 {
    bottom: -5%;
    right: -5%;
    width: 33%;
  }
  .abi_custom .guideBlock-box_g .icon2 {
    bottom: -2%;
    right: -5%;
    width: 33%;
  }
  .abi_custom .guideBlock-box_g .icon3 {
    bottom: -4%;
    right: -3%;
    width: 33%;
  }
  .abi_custom .guideBlock-box_g .icon4 {
    bottom: -4%;
    right: -2%;
    width: 18%;
  }
  .abi_custom .methodList {
    padding-top: 20px;
  }
  .abi_custom .methodList li {
    margin-bottom: 40px;
  }
  .abi_custom .methodList li .place {
    width: 65px;
    height: 65px;
    left: -4%;
    top: -2%;
    font-size: 10px;
    /* line-height:60px; */
  }
  .abi_custom .methodList li .place small {
    font-size: 10px;
    margin: 0;
  }
  .abi_custom .methodList li.case5 .place {
    top: -1.5%;
  }
  .abi_custom .methodList li .place span {
    font-size: 13px;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
  .abi_custom .methodList li dl {
    padding: 8% 6%;
  }
  .abi_custom .methodList li dt {
    margin-bottom: 20px;
    line-height: 1.4;
    font-size: 22px;
    text-align: center;
  }
  .abi_custom .methodList li dt small {
    display: block;
    font-size: 16px;
    margin: 0 0 5px;
  }
  .abi_custom .methodList li .ex {
    width: 100%;
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .abi_custom .methodList li .ex .num {
    width: 20px;
    padding: 20px 2px;
    display: inline-block;
  }
  .abi_custom .methodList li .ex .lines {
    text-indent: -1.5em;
    padding-left: 1.5em;
    display: inline-block;
  }
  .abi_custom .methodList li .ex p:last-child {
    width: 82%;
  }
  .abi_custom .methodList li .ex .bold {
    font-size: 16px;
  }
  .abi_custom .methodList li .txt,
  .abi_custom .methodList .case2 .txt {
    width: 100%;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .abi_custom .methodList li dd:last-child,
  .abi_custom .methodList .case2 dd:last-child,
  .abi_custom .methodList .case5 dd:nth-child(4),
  .abi_custom .methodList .case5 dd:nth-child(8),
  .abi_custom .methodList .case5 dd:last-child {
    position: static;
    font-size: 12px;
    width: 90%;
    margin: 0 auto;
  }
  .abi_custom .methodList .case2 dd:last-child img {
    width: 80%;
    padding-left: 10%;
  }
  .abi_custom .methodList .case3 dd:last-child img {
    width: 55%;
  }
  .abi_custom .methodList .case3 dd:last-child .right span {
    width: 42%;
    display: inline-block;
  }
  .abi_custom .guideBlock h3 span img {
    width: 20%;
    right: 0;
  }
  .abi_custom .guideBlock-box_g .abroard_icon1 {
    width: 35%;
    right: -5%;
    bottom: -5%;
  }
  .abi_custom .guideBlock-box_g .abroard_icon2 {
    width: 35%;
    right: -5%;
    bottom: -5%;
  }
  .abi_custom .usefulInfo {
    width: 90%;
  }
  .abi_custom .usefulInfo li .icon {
    width: 60px;
    height: 45px;
    line-height: 1.2;
    font-size: 10px;
    margin-right: 10px;
  }
  .abi_custom .usefulInfo li .icon span {
    font-size: 24px;
  }
  .abi_custom .usefulInfo li h4 {
    font-size: 16px;
    width: 80%;
    left: 80px;
    top: -5px;
  }
  .abi_custom .usefulInfo li dl {
    margin-top: -20px;
    padding: 40px 20px 20px 20px;
  }
  .abi_custom .usefulInfo li .ttl {
    padding-right: 20px;
  }
  .abi_custom .usefulInfo li dt {
    font-size: 21px;
    padding: 0 0 20px;
  }
  .abi_custom .usefulInfo li dd {
    padding: 20px;
    font-size: 15px;
  }
  .abi_custom .usefulInfo li dd h5 {
    font-size: 14px;
    line-height: 1.8;
  }
  .abi_custom .convBtn a {
    padding: 12px 0;
    font-size: 16px;
  }
  .abi_custom .convBtn a[target=_blank]:after {
    background-size: 12px auto;
  }
  .abi_custom .convBtn a {
    width: 100%;
    line-height: 1.4;
    vertical-align: middle;
    margin-bottom: 20px;
  }
  .abi_custom .convBtn .lines {
    font-size: 12px !important;
    height: 42px;
    padding: 8px 0 0 0;
  }
  .abi_custom .convBtn p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .abi_custom .convBtn a:last-child,
  .abi_custom .convBtn p:last-child {
    margin-bottom: 0;
  }
  .abi_custom .pointList {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 40px;
    padding: 30px 30px 0;
  }
  .abi_custom .pointList li {
    width: 100%;
    padding: 0 0 30px;
    font-size: 13px;
    line-height: 1.8;
  }
  .abi_custom .commnetBlock {
    font-size: 13px;
  }
  .abi_custom .commnetBlock h3 {
    border: none;
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
  }
  .abi_custom .commnetBlock > div:nth-child(1) {
    width: 100%;
    padding: 0 5% 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .abi_custom .commnetBlock > div:nth-child(2) {
    width: 100%;
    margin: 20px 0 0;
    padding: 0 5% 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .abi_custom .commnetBlock h3 span {
    font-size: 12px;
    margin: 0 0 5px;
  }
  .abi_custom .commnetBlock-inner {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
  }
  .abi_custom .commnetBlock-profile {
    font-size: 13px;
    margin: 20px 5% 0;
  }
}
@media (max-width: 321px) {
  .abi_custom .guideBlock-box_g li div {
    padding: 15px;
  }
  .abi_custom .guideBlock-box_g .bold {
    font-size: 17px;
  }
  .abi_custom .methodList li .ex .num {
    padding-top: 7%;
  }
  .abi_custom .methodList li .place {
    left: -5%;
    top: -2%;
  }
  .abi_custom .methodList li dt {
    font-size: 20px;
    margin-top: 15px;
  }
  .abi_custom .methodList li .ex p:last-child {
    width: 80%;
  }
  .abi_custom .methodList li .ex {
    font-size: 14px;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
  .abi_custom .methodList li .ex .bold {
    margin-top: 5px;
    font-size: 14px;
  }
  .abi_custom .usefulInfo li h4 {
    font-size: 14px;
    top: -2px;
    left: 70px;
  }
}

/* 2025年サイトリニューアルに伴う調整 */
@media only screen and (min-device-width: 768px) {
  .abi_custom .indexBlock-title {
    width: 154px;
    margin-inline: auto;
  }
}
@media only screen and (min-device-width: 768px) {
  .abi_custom .indexBlock-list li img {
    max-width: 45px;
  }
}
.abi_custom .guideBlock-title span {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
@media only screen and (min-device-width: 768px) {
  .abi_custom .guideBlock-title span img {
    max-width: 112px;
  }
}
.abi_custom .scheduleList dt {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.abi_custom .scheduleList dd ul {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.abi_custom .scheduleList dd ul li {
  list-style-type: inherit;
}
.abi_custom .guideBlock-wrapper.left .guideBlock-img {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.abi_custom .youtube-title,
.abi_custom .youtube-content-title {
  font-weight: bold;
}
.abi_custom .senior_block .tit_senpai {
  font-weight: bold;
}
.abi_custom .seniorBlock-title {
  font-weight: bold;
}
.abi_custom .guideBlock-wrapper .guideBlock-img {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
@media only screen and (min-width: 768px) {
  .abi_custom .guideBlock-wrapper .guideBlock-img img {
    max-width: none;
  }
}
@media only screen and (max-width: 767px) {
  .abi_custom .guideBlock-comment-adviser,
  .abi_custom .guideBlock-comment-text {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
}
.abi_custom .guideBlock h3 {
  font-weight: bold;
}
.abi_custom .guideBlock .guideBlock-box_g li a img {
  max-width: none;
}
.abi_custom .guideBlock .methodList .case5 hr {
  display: block;
}
.abi_custom .guideBlock .usefulInfo li .icon {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.abi_custom .guideBlock .usefulInfo li h4 {
  font-weight: bold;
}
.abi_custom .guideBlock .usefulInfo li dd h5 {
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .abi_custom .guideBlock#hs02 .guideBlock-img img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .abi_custom .guideBlock#hs06 .guideBlock-img img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .abi_custom .image-gallery .image-gallery-list .image-gallery-list-item figure img {
    max-width: none;
  }
}
.abi_custom .guideBlock-img.OTCases table {
  border-collapse: separate;
  border-spacing: 2px;
}
.abi_custom .guideBlock-img.OTCases table th, .abi_custom .guideBlock-img.OTCases table td {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.abi_custom .guideBlock-title.OTCases .guideBlock-title-image img {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .abi_custom .content_full {
    width: 95%;
  }
  .abi_custom .intro {
    width: 100%;
  }
  .abi_custom .indexBlock {
    width: 100%;
  }
  .abi_custom .indexBlock .indexBlock-list li {
    width: 48%;
  }
  .abi_custom .guideBlock-comment p {
    width: 100%;
  }
  .abi_custom .guideBlockSPWrapper {
    width: 100%;
  }
  .abi_custom .guideBlock-wrapper.right .guideBlock-img img {
    width: 100%;
  }
  .abi_custom .methodList {
    width: 100%;
  }
  .abi_custom .methodList li .txt {
    width: 50%;
  }
  .abi_custom .methodList li dd:nth-child(4), .abi_custom .methodList li dd:last-child {
    width: 37%;
  }
  .abi_custom .methodList li .ex {
    width: 50%;
  }
  .abi_custom .methodList li.case5 dd:nth-child(8) {
    top: 39%;
  }
  .abi_custom .methodList li.case5 dd:last-child {
    top: 69%;
  }
  .abi_custom .usefulInfo {
    width: 100%;
  }
  .abi_custom .usefulInfo li h4 {
    font-size: 25px;
  }
  .abi_custom .for_five {
    width: 95%;
    margin-inline: auto;
  }
  .abi_custom .for_five .guideBlock-title h2 {
    font-size: 25px;
  }
}