@charset "UTF-8";

/*==================================================
 * home
 *================================================*/

.page-home,
.page-home-branch {
  /* sec01 */
  /* sec02 */
  /* sec03 */
  /* sec04 */
}

.page-home #content,
.page-home-branch #content {
  margin-top: 0;
}

.page-home h2,
.page-home-branch h2 {
  padding-bottom: 0;
}

.page-home .sec,
.page-home-branch .sec {
  padding-top: 50px;
  padding-bottom: 60px;
}

.page-home .sec h2,
.page-home-branch .sec h2 {
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.page-home .sec h2 span,
.page-home-branch .sec h2 span {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 28px;
  font-weight: bold;
}

.page-home .sec .li-page-list,
.page-home-branch .sec .li-page-list {
  margin-top: 50px;
}

.page-home .sec .close,
.page-home-branch .sec .close {
  display: none;
}

.page-home .sec .close > a,
.page-home-branch .sec .close > a {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border: 1px solid #fff;
  line-height: 1.15;
  padding: 15px;
  border-radius: 5px;
}

.page-home .sec-inner,
.page-home-branch .sec-inner {
  width: 1140px;
  margin: 0 auto;
}

.page-home #sec01,
.page-home-branch #sec01 {
  background: url("../img/home_sec01_bg.png") no-repeat center bottom #E96A3B;
}

.page-home #sec01 h2,
.page-home-branch #sec01 h2 {
  color: #fff;
}

.page-home #sec02,
.page-home-branch #sec02 {
  background: url("../img/home_sec02_bg_01.png") no-repeat center top #F5F6FA;
  padding-bottom: 0;
}

.page-home #sec02 .sec-wrap,
.page-home-branch #sec02 .sec-wrap {
  background: url("../img/home_sec02_bg_02.png") no-repeat center bottom;
  padding-bottom: 60px;
}

.page-home #sec03,
.page-home-branch #sec03 {
  background: url("../img/home_sec03_bg_01.png") no-repeat center top #717171;
  padding-bottom: 0;
}

.page-home #sec03 .sec-wrap,
.page-home-branch #sec03 .sec-wrap {
  background: url("../img/home_sec03_bg_02.png") no-repeat center bottom;
  padding-bottom: 60px;
}

.page-home #sec03 h2,
.page-home-branch #sec03 h2 {
  color: #fff;
}

.page-home #sec04,
.page-home-branch #sec04 {
  margin: 0 auto;
  padding-top: 60px;
}

.page-home #sec04 > .news,
.page-home-branch #sec04 > .news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-home #sec04 > .news > .news-title,
.page-home-branch #sec04 > .news > .news-title {
  width: 300px;
  padding-left: 100px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.page-home #sec04 > .news > .news-title h2,
.page-home-branch #sec04 > .news > .news-title h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.15;
  text-align: left;
  border-bottom: 0;
}

.page-home #sec04 > .news > .news-title h2 span,
.page-home-branch #sec04 > .news > .news-title h2 span {
  margin: 0;
  padding: 0;
  border: 0;
}

.page-home #sec04 > .news > .news-list,
.page-home-branch #sec04 > .news > .news-list {
  border-left: 1px solid #B1B1B1;
  padding-left: 50px;
  padding-right: 100px;
}

.page-home #sec04 > .news > .news-list > ul,
.page-home-branch #sec04 > .news > .news-list > ul {
  margin-top: 0;
  padding: 10px 0;
}

.page-home #sec04 > .news > .news-list > ul > li,
.page-home-branch #sec04 > .news > .news-list > ul > li {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-home #sec04 > .news > .news-list > ul > li:before,
.page-home-branch #sec04 > .news > .news-list > ul > li:before {
  display: none;
}

.page-home #sec04 > .news > .news-list > ul > li:first-of-type,
.page-home-branch #sec04 > .news > .news-list > ul > li:first-of-type {
  margin-top: 0;
}

.page-home #sec04 > .news > .news-list > ul > li .date,
.page-home-branch #sec04 > .news > .news-list > ul > li .date {
  width: 140px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.page-home #sec04 > .news > .news-list > ul > li .title a,
.page-home-branch #sec04 > .news > .news-list > ul > li .title a {
  color: #4d4d4d;
}

.page-home #sec04 .more-link,
.page-home-branch #sec04 .more-link {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.page-home #sec04 .more-link > a,
.page-home-branch #sec04 .more-link > a {
  color: #4d4d4d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
}

.page-home #sec04 .more-link > a:before,
.page-home-branch #sec04 .more-link > a:before {
  content: '';
  background: url("../img/arrow_03.png") no-repeat;
  width: 15px;
  height: 15px;
  display: block;
  margin-right: 5px;
}

.page-home #banner,
.page-home-branch #banner {
  margin-top: 60px;
}

/*==================================================
 * slider
 *================================================*/

.swiper-container {
  position: relative;
  width: 100%;
  height: 700px;
  margin-left: 0;
  margin-right: 0;
}

.swiper-slide {
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: 50% 50% !important;
  position: relative;
  overflow: hidden;
}

.swiper-slide img {
  position: absolute;
  left: 50%;
  margin-left: -750px;
  width: 1500px;
  height: 700px;
  max-width: 1500px;
  min-width: 1500px;
}

.swiper-pagination {
  width: 100vw !important;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: center;
  line-height: 20px;
  font-size: 11px;
  color: #a5a5a5;
  opacity: 1;
  background: #a5a5a5;
}

.swiper-pagination-bullet-active {
  color: #fff;
  background: #F9BF3C;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 25px;
}

/*==================================================
 * news
 *================================================*/

.post-type-archive-news .news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 80px;
  width: 100%;
}

.post-type-archive-news .news-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  background: url("../img/dotline_03.gif") repeat-x left bottom;
}

.post-type-archive-news .news-list > li:first-of-type {
  margin-top: 0;
}

.post-type-archive-news .news-list > li:last-of-type {
  background: none;
}

.post-type-archive-news .news-list > li .date {
  width: 140px;
  padding: 0 0 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.post-type-archive-news .news-list > li .title {
  padding: 0 0 20px 18px;
  position: relative;
}

.post-type-archive-news .news-list > li .title:before {
  position: absolute;
  display: block;
  top: 6px;
  left: 0;
  content: '';
  width: 13px;
  height: 13px;
  background: url("../img/arrow_04.png") no-repeat;
  border-radius: 100%;
}

.post-type-archive-news .news-list > li .title > a {
  color: #4d4d4d;
}

.single-news .date {
  text-align: center;
  margin-bottom: 60px;
}

.single-news .back-link {
  margin-top: 80px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/*==================================================
 * AEDの使い方
 *================================================*/

.page-use .sec01 .row > .col,
.page-use-branch .sec01 .row > .col {
  padding-top: 50px;
  padding-bottom: 50px;
}

/*==================================================
 * AED製品情報
 *================================================*/

.page-products-list {
  /**/
}

/*==================================================
 * AED製品情報 詳細ページ
 *================================================*/

.product-mainImage {
  position: relative;
}

.product-mainImage .product-img {
  margin-top: 30px;
  text-align: center;
}

.product-mainImage .product-img img {
  width: 430px;
}

.product-mainImage .product-img.type02 img {
  width: 640px;
}

.product-mainImage .product-featureIcon {
  position: absolute;
  margin: 0;
  bottom: 0;
  right: 0;
}

.product-subTitle {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.15;
}

.product-subText {
  margin-top: 10px;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.15;
}

.li-functionIcon {
  margin-top: 40px;
  margin-bottom: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.li-functionIcon > li img {
  width: 60px;
}

/*==================================================
 * AED選択チャート
 *================================================*/

.page-finder p,
.page-finder-branch p {
  margin-top: 0;
}

.page-finder .sec04,
.page-finder-branch .sec04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-finder .sec04 > p,
.page-finder-branch .sec04 > p {
  margin-left: calc( 800px * 0.025);
}

.page-finder .sec04 > p:first-of-type,
.page-finder-branch .sec04 > p:first-of-type {
  margin-left: 0;
}

.page-finder .sec04 > p a:hover,
.page-finder-branch .sec04 > p a:hover {
  opacity: 0.8;
}

/*==================================================
 * 導入フロー
 *================================================*/

.page-flow .flow,
.page-flow-branch .flow {
  margin-top: 60px;
}

.page-flow .flow > li,
.page-flow-branch .flow > li {
  position: relative;
  padding-bottom: 55px;
  margin-top: 20px;
}

.page-flow .flow > li:first-of-type,
.page-flow-branch .flow > li:first-of-type {
  margin-top: 0;
}

.page-flow .flow > li:last-of-type,
.page-flow-branch .flow > li:last-of-type {
  padding-bottom: 0;
}

.page-flow .flow > li:last-of-type:after,
.page-flow-branch .flow > li:last-of-type:after {
  display: none;
}

.page-flow .flow > li:after,
.page-flow-branch .flow > li:after {
  position: absolute;
  left: 297px;
  bottom: 0;
  margin: 0 auto;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 25px 0 25px;
  border-color: #ffb8a2 transparent transparent transparent;
}

.page-flow .flow > li .img p,
.page-flow-branch .flow > li .img p {
  margin-top: 0;
}

.page-flow .flow > li dl,
.page-flow-branch .flow > li dl {
  margin-top: 0;
}

.page-flow .flow > li dl > dt,
.page-flow-branch .flow > li dl > dt {
  padding: 12px 10px 12px 30px;
  background: #FF8761;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.15;
}

.page-flow .flow > li dl > dd,
.page-flow-branch .flow > li dl > dd {
  margin-top: 20px;
}

.page-flow .flow > li dl > dd .merit,
.page-flow-branch .flow > li dl > dd .merit {
  margin-top: 50px;
}

.page-flow .flow > li dl > dd .merit > li,
.page-flow-branch .flow > li dl > dd .merit > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.page-flow .flow > li dl > dd .merit > li:first-of-type,
.page-flow-branch .flow > li dl > dd .merit > li:first-of-type {
  margin-top: 0;
}

.page-flow .flow > li dl > dd .merit > li .ttl,
.page-flow-branch .flow > li dl > dd .merit > li .ttl {
  display: block;
  font-weight: bold;
  white-space: nowrap;
  width: 100px;
}

.page-flow .flow > li dl > dd .merit > li .ttl:after,
.page-flow-branch .flow > li dl > dd .merit > li .ttl:after {
  content: '‥‥';
  margin-left: 5px;
  font-weight: normal;
}

.page-flow .flow > li dl > dd .merit > li .text,
.page-flow-branch .flow > li dl > dd .merit > li .text {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/*==================================================
 * 機能アイコン詳細
 *================================================*/

.page-function .icon-list,
.page-function-branch .icon-list {
  overflow: hidden;
  margin-top: 40px;
}

.page-function .icon-list > ul,
.page-function-branch .icon-list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-function .icon-list > ul > li,
.page-function-branch .icon-list > ul > li {
  margin-left: 5px;
  margin-right: 5px;
}

.page-function .icon-list > ul > li > a:hover,
.page-function-branch .icon-list > ul > li > a:hover {
  opacity: 0.8;
}

.page-function .icon-list > ul > li > a img,
.page-function-branch .icon-list > ul > li > a img {
  width: 60px;
}

.page-function .icon-detail,
.page-function-branch .icon-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-function .icon-detail .icon,
.page-function-branch .icon-detail .icon {
  width: 150px;
  padding-right: 30px;
}

.page-function .icon-detail .text,
.page-function-branch .icon-detail .text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.page-function .icon-detail .img,
.page-function-branch .icon-detail .img {
  width: 200px;
  padding-left: 30px;
}

/*==================================================
 * AED比較表
 *================================================*/

.page-comparison .comparison thead > tr,
.page-comparison-branch .comparison thead > tr {
  background: #F6F6F6;
}

.page-comparison .comparison thead > tr:first-of-type > th,
.page-comparison-branch .comparison thead > tr:first-of-type > th {
  height: 210px;
  padding: 25px 0 0;
  text-align: center;
  vertical-align: top;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.page-comparison .comparison thead > tr:first-of-type > th:first-child,
.page-comparison-branch .comparison thead > tr:first-of-type > th:first-child {
  width: 180px;
  background: url("../img/products/comparison_01.png");
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}

.page-comparison .comparison thead > tr:first-of-type > th:nth-child(n+2),
.page-comparison-branch .comparison thead > tr:first-of-type > th:nth-child(n+2) {
  width: 160px;
}

.page-comparison .comparison thead > tr:first-of-type > th .product-img,
.page-comparison-branch .comparison thead > tr:first-of-type > th .product-img {
  margin: 0;
}

.page-comparison .comparison thead > tr:first-of-type > th .product-img img:hover,
.page-comparison-branch .comparison thead > tr:first-of-type > th .product-img img:hover {
  opacity: 0.8;
}

.page-comparison .comparison thead > tr:first-of-type > th .product-name,
.page-comparison-branch .comparison thead > tr:first-of-type > th .product-name {
  font-weight: bold;
  line-height: 1.2;
  margin-top: 12px;
}

.page-comparison .comparison thead > tr:first-of-type > th .product-name > a,
.page-comparison-branch .comparison thead > tr:first-of-type > th .product-name > a {
  color: #4d4d4d;
}

.page-comparison .comparison thead > tr:first-of-type > th .product-name img,
.page-comparison-branch .comparison thead > tr:first-of-type > th .product-name img {
  display: inline-block;
  margin-bottom: 2px;
  margin-right: 3px;
}

.page-comparison .comparison thead > tr:first-of-type > th .product-name span,
.page-comparison-branch .comparison thead > tr:first-of-type > th .product-name span {
  font-weight: normal;
  font-size: 11px;
  line-height: 1.15;
}

.page-comparison .comparison tbody > tr.odd,
.page-comparison-branch .comparison tbody > tr.odd {
  background: #EDEDED;
}

.page-comparison .comparison tbody > tr.even,
.page-comparison-branch .comparison tbody > tr.even {
  background: #F6F6F6;
}

.page-comparison .comparison tbody > tr > th,
.page-comparison-branch .comparison tbody > tr > th {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  text-align: center;
  vertical-align: middle;
  line-height: 1.4;
  font-size: 14px;
  padding: 15px 0 12px;
  width: 180px;
}

.page-comparison .comparison tbody > tr > th .function-img,
.page-comparison-branch .comparison tbody > tr > th .function-img {
  margin-top: 0;
  text-align: center;
}

.page-comparison .comparison tbody > tr > th .function-img img,
.page-comparison-branch .comparison tbody > tr > th .function-img img {
  width: 40px;
}

.page-comparison .comparison tbody > tr > th .function-name,
.page-comparison-branch .comparison tbody > tr > th .function-name {
  margin-top: 4px;
  font-size: 10px;
  color: #333;
  line-height: 1.3;
}

.page-comparison .comparison tbody > tr > td,
.page-comparison-branch .comparison tbody > tr > td {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 10px 0;
  text-align: center;
  vertical-align: middle;
}

.page-comparison .comparison tbody > tr > td .dot,
.page-comparison-branch .comparison tbody > tr > td .dot {
  display: block;
  margin: 0 auto;
  width: 18px;
  height: 18px;
  background: #FFA777;
  border-radius: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.page-comparison .comparison tbody > tr > td .catalog,
.page-comparison-branch .comparison tbody > tr > td .catalog {
  line-height: 1.4;
  text-align: left;
  display: inline-block;
  font-weight: bold;
  text-indent: -18px;
  margin-left: 18px;
  vertical-align: middle;
}

.page-comparison .comparison tbody > tr > td .catalog > a,
.page-comparison-branch .comparison tbody > tr > td .catalog > a {
  color: #4d4d4d;
  text-decoration: none;
}

.page-comparison .comparison tbody > tr > td .catalog > a:hover,
.page-comparison-branch .comparison tbody > tr > td .catalog > a:hover {
  text-decoration: underline;
}

.page-comparison .comparison tbody > tr > td .catalog > a:before,
.page-comparison-branch .comparison tbody > tr > td .catalog > a:before {
  content: '';
  background: url("../img/arrow_04.png") no-repeat;
  width: 18px;
  height: 13px;
  display: inline-block;
}

.page-comparison .comparison tbody > tr > td .catalog > a span,
.page-comparison-branch .comparison tbody > tr > td .catalog > a span {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.15;
}

.page-comparison .comparison tbody > tr > td .catalog > a .pdf,
.page-comparison-branch .comparison tbody > tr > td .catalog > a .pdf {
  display: block;
  margin-top: 5px;
  text-align: center;
}

.page-comparison .table-scroll,
.page-comparison-branch .table-scroll {
  position: relative;
  max-width: 1000px;
  margin: auto;
  overflow: hidden;
}

.page-comparison .table-wrap,
.page-comparison-branch .table-wrap {
  width: 100%;
  overflow: auto;
}

.page-comparison .table-scroll table,
.page-comparison-branch .table-scroll table {
  /*width: 100%;*/
  margin: auto;
  border-collapse: collapse;
  border-spacing: 0;
}

.page-comparison .table-scroll th,
.page-comparison .table-scroll td,
.page-comparison-branch .table-scroll th,
.page-comparison-branch .table-scroll td {
  white-space: nowrap;
  vertical-align: top;
}

.page-comparison .clone,
.page-comparison-branch .clone {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.page-comparison .clone th,
.page-comparison .clone td,
.page-comparison-branch .clone th,
.page-comparison-branch .clone td {
  visibility: hidden;
}

.page-comparison .clone td,
.page-comparison .clone thead th:nth-child(n+2),
.page-comparison-branch .clone td,
.page-comparison-branch .clone thead th:nth-child(n+2) {
  border-color: transparent !important;
}

.page-comparison .clone tbody th,
.page-comparison-branch .clone tbody th {
  visibility: visible;
}

.page-comparison .clone .fixed-side,
.page-comparison-branch .clone .fixed-side {
  visibility: visible;
}

.page-comparison .clone thead,
.page-comparison .clone tfoot,
.page-comparison-branch .clone thead,
.page-comparison-branch .clone tfoot {
  background: transparent;
}

/*==================================================
 * 講習会のご案内
 *================================================*/

.page-lecture .lecture-select-type .row > div,
.page-lecture-branch .lecture-select-type .row > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-lecture .lecture-select-type dl,
.page-lecture-branch .lecture-select-type dl {
  width: 100%;
  height: 100%;
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.page-lecture .lecture-select-type dl > dt,
.page-lecture-branch .lecture-select-type dl > dt {
  text-align: center;
  padding: 20px 10px;
  border: 1px solid #838FC0;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
}

.page-lecture .lecture-select-type dl > dt:before,
.page-lecture-branch .lecture-select-type dl > dt:before {
  display: inline-block;
  content: '';
  background: url("../img/arrow_05.png") no-repeat 0 0;
  width: 20px;
  height: 13px;
}

.page-lecture .lecture-select-type dl > dt a,
.page-lecture-branch .lecture-select-type dl > dt a {
  color: #4d4d4d;
}

.page-lecture .lecture-select-type dl > dt.typeA,
.page-lecture-branch .lecture-select-type dl > dt.typeA {
  background: #FFF0EC;
}

.page-lecture .lecture-select-type dl > dt.typeB,
.page-lecture-branch .lecture-select-type dl > dt.typeB {
  background: #F2F3F9;
}

.page-lecture .lecture-select-type dl > dd,
.page-lecture-branch .lecture-select-type dl > dd {
  text-align: center;
  padding: 15px 10px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  border-left: 1px solid #838FC0;
  border-right: 1px solid #838FC0;
  border-bottom: 1px solid #838FC0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

/*==================================================
 * よくあるご質問
 *================================================*/

.faq-anchorlink {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: -20px;
}

.faq-anchorlink > li {
  margin-right: 20px;
  margin-bottom: 20px;
}

.faq-list {
  margin-top: -20px;
}

.faq-list > dt {
  font-weight: bold;
  font-size: 16px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 10px;
  padding-top: 1px;
  margin-top: 10px;
  background: url("../img/dotline_02.gif") repeat-x left top;
}

.faq-list > dt:first-of-type {
  background: none;
}

.faq-list > dt > p {
  margin-top: 0;
  padding-top: 20px;
  min-height: 50px;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-list > dt > p:before {
  display: block;
  content: '';
  background: url("../img/faq_01.png") no-repeat 0 0;
  background-size: cover;
  width: 30px;
  height: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
}

.faq-list > dd > .inner {
  padding: 20px 40px 20px 90px;
  position: relative;
  background: url("../img/faq_03.png");
}

.faq-list > dd > .inner:before {
  position: absolute;
  left: 40px;
  top: 20px;
  display: block;
  content: '';
  background: url("../img/faq_02.png") no-repeat 0 0;
  background-size: cover;
  width: 30px;
  height: 30px;
}

.faq-list > dd > .inner > *:first-of-type {
  margin-top: 0;
}

.faq-list > dd:last-of-type {
  padding-bottom: 0;
}

/*==================================================
 * 導入フロー
 *================================================*/

/*==================================================
 * サイトマップ
 *================================================*/

.sitemap-list01 {
  margin-top: 0;
}

.sitemap-list01 > dt {
  background: #FF671F;
  color: #fff;
  text-align: center;
  line-height: 1.15;
  padding: 10px 0;
  font-size: 18px;
  font-weight: bold;
  margin-top: 60px;
}

.sitemap-list01 > dt:first-of-type {
  margin-top: 0;
}

.sitemap-list01 > dd {
  margin-top: 30px;
  font-weight: bold;
}

.sitemap-list01 > dd > ul > li > ul {
  margin-top: 30px;
  margin-bottom: 15px;
  padding-left: 17px;
}

.sitemap-list01 > dd > ul > li > ul > li {
  margin-bottom: 25px;
}

.sitemap-list01 > dd > ul > li > ul > li:before {
  content: url("../img/arrow_02.png");
}

.sitemap-list01 > dd > ul > li > ul > li > a {
  color: #4d4d4d;
  font-weight: normal;
  font-size: 13px;
}

.sitemap-list02 {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #FF671F;
}

/*==================================================
 * パルスチェッカー
 *================================================*/

#pulse-checker #sec01 {
  padding-bottom: 120px;
}

#pulse-checker #sec01 .figure-list {
  margin-top: 50px;
  padding-left: 30px;
  padding-right: 30px;
}

#pulse-checker #sec01 .figure-list > ul {
  margin-top: 0;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#pulse-checker #sec01 .figure-list > ul > li {
  text-align: center;
}

#pulse-checker #sec02 #trainingVideo {
  background: #838FC0;
  padding-top: 60px;
  padding-bottom: 80px;
}

#pulse-checker #sec02 #trainingVideo > h3 {
  line-height: 1.15;
  margin: 0 0 50px;
  text-align: center;
  font-size: 30px;
  color: #fff;
}

#pulse-checker #sec02 #trainingVideo .training-video > ul {
  margin-top: 0;
}

#pulse-checker #sec02 #trainingVideo .training-video > ul > li {
  background: #F3F4F9;
  padding: 35px 20px 35px 50px;
}

#pulse-checker #sec02 #trainingVideo .training-video > ul > li h4 {
  font-size: 24px;
  line-height: 1.4;
}

#pulse-checker #sec02 #trainingVideo .training-video > ul > li h4 + ul {
  margin-top: 25px;
}

#pulse-checker #sec02 #trainingVideo .training-video > ul > li h4 + ul > li {
  background-position: 0 center;
}

#pulse-checker #sec02 #trainingVideo .training-video > ul > li h4 + ul > li > a {
  font-size: 20px;
}

#pulse-checker #sec02 #trainingVideo .training-video > ul .item-list ul {
  margin-top: 0;
}

#pulse-checker #sec02 #trainingVideo .training-video > ul .item-list ul > li a {
  color: #4d4d4d;
}

#pulse-checker #sec02 #trainingVideo .training-video > ul .item-list ul > li a:hover {
  opacity: 0.8;
}

#pulse-checker #sec02 #trainingVideo .training-video > ul .item-list ul > li span {
  display: block;
  margin-left: 1em;
  text-indent: -1em;
}

#pulse-checker #sec03 .fullWidth {
  background: #FFF7F5;
  padding-top: 80px;
  padding-bottom: 80px;
}

#pulse-checker #sec03 h3 {
  font-size: 28px;
  margin: 0;
  border: 4px solid #FF8E6A;
  background: #fff;
  text-align: center;
  padding: 10px;
}

#pulse-checker #check .swiper-container {
  width: auto;
  height: auto;
  margin-top: 50px;
}

#pulse-checker #check .swiper-slide {
  background: none;
}

#pulse-checker #check img {
  position: relative;
  left: 0;
  margin-left: 0;
  height: auto;
  width: auto;
  max-width: 100%;
  min-width: 100%;
}

#pulse-checker #check #question-list .question-item .result,
#pulse-checker #check #total-score,
#pulse-checker #check #challenge-again,
#pulse-checker #check #setsumei > div {
  display: none;
}

#pulse-checker #check #total-score {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.15;
  margin: 60px 0 0;
}

#pulse-checker #check #total-score span {
  font-size: 28px;
  color: #FF671F;
  display: inline-block;
  vertical-align: middle;
}

#pulse-checker #check #total-score span.score {
  font-size: 49px;
  margin-right: 5px;
}

#pulse-checker #check #question-list {
  counter-reset: number;
}

#pulse-checker #check #question-list .question-item {
  position: relative;
  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;
  padding: 0 70px;
}

#pulse-checker #check #question-list .question-item:before {
  counter-increment: number 1;
  content: "Ｑ" counter(number);
  font-size: 24px;
  font-weight: bold;
  width: 70px;
  height: 70px;
  color: #fff;
  background: #FF671F;
  border-radius: 50%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
}

#pulse-checker #check #question-list .question-item .question-text {
  color: #FF671F;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4;
  padding-left: 10px;
  margin: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}

#pulse-checker #check #question-list .question-item .question-body {
  width: 100%;
  margin-top: 30px;
  padding-left: 80px;
}

#pulse-checker #check #question-list .question-item .question-body .check-list {
  max-width: initial;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}

#pulse-checker #check #question-list .question-item .question-body .check-list > ul {
  margin: 0;
}

#pulse-checker #check #question-list .question-item .question-body .check-list > ul > li {
  padding: 0;
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#pulse-checker #check #question-list .question-item .question-body .check-list > ul > li:before {
  display: none;
}

#pulse-checker #check #question-list .question-item .question-body .check-list > ul > li:first-of-type {
  margin: 0;
}

#pulse-checker #check #question-list .question-item .question-body .check-list > ul > li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}

#pulse-checker #check #question-list .question-item .question-body .check-list > ul > li label input {
  display: none;
}

#pulse-checker #check #question-list .question-item .question-body .check-list > ul > li label input:checked + span > i:before {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  content: '';
  display: block;
  border-radius: 50%;
  background: #4d4d4d;
}

#pulse-checker #check #question-list .question-item .question-body .check-list > ul > li label span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#pulse-checker #check #question-list .question-item .question-body .check-list > ul > li label span.alphabet {
  white-space: nowrap;
}

#pulse-checker #check #question-list .question-item .question-body .check-list > ul > li label span.alphabet i {
  display: inline-block;
  margin-right: 10px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #666;
  position: relative;
  background: #fff;
}

#pulse-checker #check #question-list .question-item .question-body .check-list > ul > li label span.text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#pulse-checker #check #question-list .question-item .question-body .img {
  max-width: 414px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 414px;
  flex: 0 0 414px;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

#pulse-checker #check #question-list .question-item .question-next-prev-btn {
  width: 100%;
  margin-top: 30px;
}

#pulse-checker #check #question-list .question-item .question-next-prev-btn .swiper-button-prev,
#pulse-checker #check #question-list .question-item .question-next-prev-btn .swiper-button-next,
#pulse-checker #check #question-list .question-item .question-next-prev-btn #grade a {
  position: relative;
  width: 160px;
  height: auto;
  padding: 15px 0px;
  background: #FF671F;
  color: #fff;
  text-align: center;
  line-height: 1.15;
  font-size: 17px;
  top: initial;
  bottom: initial;
  left: initial;
  z-index: initial;
  right: initial;
  border-radius: 5px;
  display: block;
  text-decoration: none;
}

#pulse-checker #check #question-list .question-item .question-next-prev-btn .swiper-button-prev:after,
#pulse-checker #check #question-list .question-item .question-next-prev-btn .swiper-button-next:after,
#pulse-checker #check #question-list .question-item .question-next-prev-btn #grade a:after {
  display: none;
}

#pulse-checker #check #question-list .question-item .question-next-prev-btn .swiper-button-prev {
  margin-left: auto;
}

#pulse-checker #check #question-list .question-item .question-next-prev-btn .no-link {
  opacity: 0.35;
}

#pulse-checker #check #question-list .question-item .result {
  width: 100%;
  margin-top: 60px;
  padding-top: 50px;
  background: url("../img/dotline_02.gif") repeat-x left top !important;
}

#pulse-checker #check #question-list .question-item .result > p {
  color: #FF671F;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.15;
  margin-top: 0;
}

#pulse-checker #check #question-list .question-item .result .answer {
  margin-top: 15px;
}

#pulse-checker #check #question-list .question-item .result .answer .text {
  max-width: initial;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}

#pulse-checker #check #question-list .question-item .result .answer .text p:first-of-type {
  margin-top: 0;
}

#pulse-checker #check #question-list .question-item .result .answer .text p.note {
  font-size: 12px;
}

#pulse-checker #check #question-list .question-item .result .answer .img {
  max-width: 414px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 414px;
  flex: 0 0 414px;
}

#pulse-checker #check #question-list.question-score {
  -webkit-transform: none !important;
  transform: none !important;
}

#pulse-checker #check #question-list.question-score .question-item {
  background: url("../img/dotline_02.gif") repeat-x left top !important;
  margin-top: 60px;
  padding: 60px 0 0;
}

#pulse-checker #check #question-list.question-score .question-item .question-body label:hover {
  cursor: default;
}

#pulse-checker #check #question-list.question-score .answer-correct .question-body .check-list {
  background: url("../img/information/pulse-checker_judg_01.gif") no-repeat center top;
  background-size: contain;
}

#pulse-checker #check #question-list.question-score .answer-incorrect .question-body .check-list {
  background: url("../img/information/pulse-checker_judg_02.gif") no-repeat center top;
  background-size: contain;
}

#pulse-checker #check #question-list.question-score .question-next-prev-btn,
#pulse-checker #check #question-list.question-score .question-arrow {
  display: none;
}

#pulse-checker #check .swiper-pagination {
  width: 100% !important;
  display: none;
}

#pulse-checker #check .swiper-button-next,
#pulse-checker #check .swiper-container-rtl .swiper-button-prev {
  width: 40px;
  height: 60px;
  background-image: none;
  outline: none;
  margin: auto 0;
  top: 0;
  bottom: 0;
  right: 0;
}

#pulse-checker #check .swiper-button-next:after {
  content: '';
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  top: 0;
  bottom: 0;
  right: 6px;
  margin: auto;
  border-top: 3px solid #FF671F;
  border-right: 3px solid #FF671F;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#pulse-checker #check .swiper-button-next.no-link {
  opacity: 0.35;
}

#pulse-checker #check .swiper-button-prev,
#pulse-checker #check .swiper-container-rtl .swiper-button-next {
  width: 40px;
  height: 60px;
  background-image: none;
  outline: none;
  margin: auto 0;
  top: 0;
  bottom: 0;
  left: 0;
}

#pulse-checker #check .swiper-button-prev:after {
  content: '';
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  top: 0;
  bottom: 0;
  left: 6px;
  margin: auto;
  border-top: 3px solid #FF671F;
  border-right: 3px solid #FF671F;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

@media screen and (max-width: 767px) {
  .page-home .sec,
  .page-home-branch .sec {
    padding: 0;
  }

  .page-home .sec h2 + .inner,
  .page-home-branch .sec h2 + .inner {
    display: none;
    background: #3c3c3c;
  }

  .page-home .sec h2,
  .page-home-branch .sec h2 {
    font-size: 20px;
    padding: 0 30px;
    margin-bottom: 0;
    text-align: left;
    position: relative;
    height: 135px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .page-home .sec h2.active span:after,
  .page-home-branch .sec h2.active span:after {
    display: none;
  }

  .page-home .sec h2:after,
  .page-home-branch .sec h2:after {
    position: absolute;
    display: block;
    content: '';
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 30px;
    width: 30px;
    height: 30px;
    background: #fff;
  }

  .page-home .sec h2 span,
  .page-home-branch .sec h2 span {
    position: relative;
    width: 100%;
    font-size: 20px;
    line-height: 1.4;
  }

  .page-home .sec h2 span:before,
  .page-home .sec h2 span:after,
  .page-home-branch .sec h2 span:before,
  .page-home-branch .sec h2 span:after {
    position: absolute;
    display: block;
    content: '';
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 8px;
    width: 14px;
    height: 3px;
    background: #FF671F;
    z-index: 10;
  }

  .page-home .sec h2 span:after,
  .page-home-branch .sec h2 span:after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }

  .page-home .sec .li-page-list,
  .page-home-branch .sec .li-page-list {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 40px;
  }

  .page-home .sec .close,
  .page-home-branch .sec .close {
    display: block;
    margin: 50px 35px;
  }

  .page-home .sec-inner,
  .page-home-branch .sec-inner {
    width: 100%;
    margin: 0;
  }

  .page-home #sec01 h2,
  .page-home-branch #sec01 h2 {
    background: url("../img/home_sec01_bg_sp.png") repeat-x;
  }

  .page-home #sec02 .sec-wrap,
  .page-home-branch #sec02 .sec-wrap {
    padding-bottom: 0;
  }

  .page-home #sec02 h2,
  .page-home-branch #sec02 h2 {
    background: url("../img/home_sec02_bg_sp.png") no-repeat #fff;
  }

  .page-home #sec03 .sec-wrap,
  .page-home-branch #sec03 .sec-wrap {
    padding-bottom: 0;
  }

  .page-home #sec03 h2,
  .page-home-branch #sec03 h2 {
    background: url("../img/home_sec03_bg_sp.png") no-repeat #666;
  }

  .page-home #sec04,
  .page-home-branch #sec04 {
    width: 100%;
    padding: 40px 0 0;
  }

  .page-home #sec04 > .news,
  .page-home-branch #sec04 > .news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .page-home #sec04 > .news > .news-title,
  .page-home-branch #sec04 > .news > .news-title {
    width: 100%;
    padding-left: 0;
  }

  .page-home #sec04 > .news > .news-title h2,
  .page-home-branch #sec04 > .news > .news-title h2 {
    font-size: 23px;
    text-align: center;
  }

  .page-home #sec04 > .news > .news-list,
  .page-home-branch #sec04 > .news > .news-list {
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
    border-left: 0;
    border-top: 1px solid #B1B1B1;
  }

  .page-home #sec04 > .news > .news-list > ul,
  .page-home-branch #sec04 > .news > .news-list > ul {
    padding: 10px 0 0;
  }

  .page-home #sec04 > .news > .news-list > ul > li,
  .page-home-branch #sec04 > .news > .news-list > ul > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .page-home #sec04 > .news > .news-list > ul > li:first-of-type,
  .page-home-branch #sec04 > .news > .news-list > ul > li:first-of-type {
    margin-top: 15px;
  }

  .page-home #sec04 > .news > .news-list > ul > li .date,
  .page-home-branch #sec04 > .news > .news-list > ul > li .date {
    width: auto;
  }

  .page-home #sec04 .more-link,
  .page-home-branch #sec04 .more-link {
    margin-top: 45px;
  }

  .page-home #sec04 .more-link > a,
  .page-home-branch #sec04 .more-link > a {
    font-size: 18px;
  }

  .page-home #banner,
  .page-home-branch #banner {
    margin-top: 50px;
  }

  .swiper-container {
    width: 100% !important;
    height: auto;
  }

  .swiper-slide {
    width: 100% !important;
  }

  .swiper-slide img {
    position: relative;
    left: 0;
    margin-left: 0;
    width: 100%;
    height: auto;
    max-width: initial;
    max-width: auto;
    min-width: initial;
    min-width: auto;
  }

  .swiper-pagination {
    width: 100%;
  }

  .swiper-pagination-bullet {
    width: 17px;
    height: 17px;
  }

  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 15px;
  }

  .post-type-archive-news .news-list {
    margin-top: 0;
  }

  .post-type-archive-news .news-list > li .date {
    width: 120px;
  }

  .post-type-archive-news .news-list > li .title:before {
    top: 3px;
  }

  .single-news .date {
    margin-bottom: 30px;
  }

  .single-news .back-link {
    margin-top: 40px;
  }

  .product-mainImage .product-img {
    margin-top: 15px;
  }

  .product-mainImage .product-img img {
    width: auto;
  }

  .product-mainImage .product-featureIcon {
    position: relative;
    margin-top: 15px;
    text-align: center;
  }

  .product-mainImage .product-featureIcon > img {
    width: 130px;
  }

  .product-subText {
    margin-top: 5px;
  }

  .li-functionIcon {
    margin-top: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .li-functionIcon > li {
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .li-functionIcon > li img {
    width: 45px;
  }

  .page-finder .sec04 > p,
  .page-finder-branch .sec04 > p {
    margin-left: calc( (100vw - 30px) * 0.025);
  }

  .page-flow .flow,
  .page-flow-branch .flow {
    margin-top: 45px;
  }

  .page-flow .flow > li:after,
  .page-flow-branch .flow > li:after {
    left: 0;
    right: 0;
  }

  .page-flow .flow > li .img p,
  .page-flow-branch .flow > li .img p {
    margin-top: 20px;
    text-align: center;
  }

  .page-flow .flow > li .img p img,
  .page-flow-branch .flow > li .img p img {
    width: 240px;
  }

  .page-flow .flow > li dl > dt,
  .page-flow-branch .flow > li dl > dt {
    font-size: 14px;
    padding: 12px 12px 12px 15px;
  }

  .page-flow .flow > li dl > dd,
  .page-flow-branch .flow > li dl > dd {
    margin-top: 10px;
  }

  .page-flow .flow > li dl > dd .merit,
  .page-flow-branch .flow > li dl > dd .merit {
    margin-top: 25px;
  }

  .page-flow .flow > li dl > dd .merit > li .ttl,
  .page-flow-branch .flow > li dl > dd .merit > li .ttl {
    width: 85px;
  }

  .page-function .icon-list > ul,
  .page-function-branch .icon-list > ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .page-function .icon-detail,
  .page-function-branch .icon-detail {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .page-function .icon-detail .icon,
  .page-function-branch .icon-detail .icon {
    width: 76px;
    padding-right: 15px;
  }

  .page-function .icon-detail .img,
  .page-function-branch .icon-detail .img {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }

  .page-comparison .comparison thead > tr:first-of-type > th,
  .page-comparison-branch .comparison thead > tr:first-of-type > th {
    height: 158px;
    padding: 20px 0 0;
    font-size: 12px;
  }

  .page-comparison .comparison thead > tr:first-of-type > th:first-child,
  .page-comparison-branch .comparison thead > tr:first-of-type > th:first-child {
    width: 135px;
    max-width: 135px;
    min-width: 135px;
    background: url("../img/products/comparison_01_sp.png");
    background-size: cover;
  }

  .page-comparison .comparison thead > tr:first-of-type > th:nth-child(n+2),
  .page-comparison-branch .comparison thead > tr:first-of-type > th:nth-child(n+2) {
    width: 120px;
    max-width: 120px;
    min-width: 120px;
  }

  .page-comparison .comparison thead > tr:first-of-type > th .product-img img,
  .page-comparison-branch .comparison thead > tr:first-of-type > th .product-img img {
    width: 95px;
  }

  .page-comparison .comparison thead > tr:first-of-type > th .product-name img,
  .page-comparison-branch .comparison thead > tr:first-of-type > th .product-name img {
    margin-bottom: 1px;
  }

  .page-comparison .comparison tbody > tr > th,
  .page-comparison-branch .comparison tbody > tr > th {
    font-size: 11px;
  }

  .page-comparison .comparison tbody > tr > th .function-img img,
  .page-comparison-branch .comparison tbody > tr > th .function-img img {
    width: 35px;
  }

  .page-comparison .comparison tbody > tr > td .dot,
  .page-comparison-branch .comparison tbody > tr > td .dot {
    width: 14px;
    height: 14px;
  }

  .page-comparison .comparison tbody > tr > td .catalog,
  .page-comparison-branch .comparison tbody > tr > td .catalog {
    font-size: 11px;
  }

  .page-lecture .lecture-select-type dl > dd,
  .page-lecture-branch .lecture-select-type dl > dd {
    height: auto;
    display: block;
  }

  .faq-anchorlink {
    margin-top: 30px;
    margin-bottom: -15px;
  }

  .faq-anchorlink > li {
    margin-bottom: 15px;
  }

  .faq-list {
    margin-top: -10px;
  }

  .faq-list > dt {
    font-size: 14px;
  }

  .faq-list > dt > p {
    padding-top: 15px;
    min-height: 39px;
  }

  .faq-list > dt > p:before {
    width: 24px;
    height: 24px;
  }

  .faq-list > dd > .inner {
    padding: 15px 20px 15px 50px;
  }

  .faq-list > dd > .inner:before {
    top: 15px;
    left: 15px;
    width: 24px;
    height: 24px;
  }

  .sitemap-list01 > dt {
    margin-top: 30px;
  }

  .sitemap-list01 > dd > ul > li > ul {
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .sitemap-list02 {
    margin-top: 40px;
    padding-top: 40px;
  }

  #pulse-checker #sec01 .figure-list {
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  #pulse-checker #sec01 .figure-list > ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #pulse-checker #sec01 .figure-list > ul > li:nth-child(n+2) {
    width: 150px;
    padding: 0;
  }

  #pulse-checker #sec02 #trainingVideo {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  #pulse-checker #sec02 #trainingVideo > h3 {
    margin: 0 0 30px;
  }

  #pulse-checker #sec02 #trainingVideo .training-video > ul > li {
    padding: 25px 0 25px 30px;
  }

  #pulse-checker #sec02 #trainingVideo .training-video > ul > li h4 {
    text-align: center;
  }

  #pulse-checker #sec02 #trainingVideo .training-video > ul > li h4 + ul {
    margin-top: 15px;
    margin-bottom: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #pulse-checker #sec03 .fullWidth {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  #pulse-checker #sec03 h3 {
    font-size: 20px;
    border-width: 2px;
  }

  #pulse-checker #check #total-score {
    margin: 40px 0 40px;
  }

  #pulse-checker #check #question-list .question-item {
    padding: 0;
  }

  #pulse-checker #check #question-list .question-item:before {
    font-size: 18px;
    width: 50px;
    height: 50px;
  }

  #pulse-checker #check #question-list .question-item .question-text {
    font-size: 16px;
  }

  #pulse-checker #check #question-list .question-item .question-body {
    margin-top: 20px;
    padding-left: 60px;
    padding-right: 60px;
  }

  #pulse-checker #check #question-list .question-item .question-body .check-list > ul > li {
    font-size: 13px;
  }

  #pulse-checker #check #question-list .question-item .question-body .check-list > ul > li label input:checked + span > i:before {
    width: 10px;
    height: 10px;
  }

  #pulse-checker #check #question-list .question-item .question-body .check-list > ul > li label span {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  #pulse-checker #check #question-list .question-item .question-body .check-list > ul > li label span.alphabet i {
    width: 16px;
    height: 16px;
  }

  #pulse-checker #check #question-list .question-item .question-body .img {
    max-width: none;
    margin-left: 0;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: initial;
  }

  #pulse-checker #check #question-list .question-item .question-next-prev-btn .swiper-button-prev,
  #pulse-checker #check #question-list .question-item .question-next-prev-btn .swiper-button-next,
  #pulse-checker #check #question-list .question-item .question-next-prev-btn #grade a {
    width: auto;
    max-width: 160px;
    font-size: 14px;
  }

  #pulse-checker #check #question-list .question-item .result {
    margin-top: 30px;
    padding-top: 25px;
  }

  #pulse-checker #check #question-list .question-item .result > p {
    font-size: 20px;
  }

  #pulse-checker #check #question-list .question-item .result .answer .img {
    max-width: none;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding: 20px 75px 0;
  }

  #pulse-checker #check #question-list.question-score .question-item {
    margin-top: 25px;
    padding: 25px 0 0;
  }

  #pulse-checker #check #question-list.question-score .answer-correct .question-body .check-list {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  #pulse-checker #check #question-list.question-score .answer-incorrect .question-body .check-list {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .page-function .icon-detail .img,
  .page-function-branch .icon-detail .img {
    padding-left: 0;
  }
}