@charset "utf-8";
:root {
  --main-color: #017df1;
  --sub-color: #005ba5;
}
#mot_shift {
  font-size: 16px;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
@media print, screen and (min-width:768px) {
  #mot_shift {
    font-size: 18px;
  }
}
/*-----------------------------共通項目*/
span span.sp_none {
  display: none;
}
@media print, screen and (min-width:768px) {
  span span.sp_none {
    display: inline;
  }
}
.w_lg_none {
  display: block;
}
@media print, screen and (min-width:1200px) {
  .w_lg_none {
    display: none;
  }
}
strong {
  font-weight: bold;
}
small {
  font-size: 0.8em;
}
/*-----------------------------セクションベース*/
[id^="sec_"] {
  padding: 50px 0;
  margin-top: 0;
  position: relative;
}
#mot_shift [id^="sec_"] .container, #mot_shift [id^="sec_"] .container-fluid {
  margin-top: 0;
}
[id^="sec_"] p {
  font-size: 16px;
  margin-bottom: 30px;
}
@media print, screen and (min-width:768px) {
  [id^="sec_"] p {
    font-size: 18px;
    line-height: 1.8em;
  }
}
[id^="sec_"] h3:not(.sub_fnctitle) {
  color: #3366ff;
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 30px;
  padding-bottom: 10px;
  display: inline-block;
}
@media screen and (min-width:768px) {
  [id^="sec_"] h3:not(.sub_fnctitle) {
    font-size: 36px;
  }
}
@media print, screen and (min-width:768px) {
  [id^="sec_"] h3 {
    font-size: 42px;
  }
}
[id^="sec_"] h4 {
  color: #0660c5;
  font-size: 28px;
  margin-bottom: 10px;
  font-weight: bold;
}
[id^="sec_"] ul li p {
  text-align: left;
  margin: 15px auto;
}
.link_btn_area {
  display: block;
  margin: 30px auto auto;
}
.link_btn_area a {
  border: 2px solid #fff;
  background: #ff3366;
  border-radius: 50px;
  color: #fff;
  display: block;
  padding: 15px;
  width: 100%;
  margin: 0px auto 20px;
  font-weight: bold;
  transition: all 0.5s;
}
.link_btn_area.in_site a {
  background: #ff9900;
}
.link_btn_area a:hover {
  border: 2px solid #ff3366;
  background: #fff;
  color: #ff3366;
}
.link_btn_area.in_site a:hover {
  border: 2px solid #ff9900;
  color: #ff9900;
  background: #fff;
}
@media print, screen and (min-width:768px) {
  [id^="sec_"] .link_btn_area a {
    width: 60%;
  }
}
ul.row {
  justify-content: center;
}
ul.row > li {
  margin-bottom: 20px;
}
ul.row > li .panel_wrap {
  border-radius: 6px;
  padding: 15px;
  margin: 10px auto;
  background: #fff;
  box-shadow: 1px 2px 3px #99999970, -1px -1px 3px #99999950;
  height: 100%;
  width: 100%;
}
ul.row > li .panel_wrap a {
  border: 1px solid #fff;
  background: #fff;
  color: #074489;
  font-size: 18px;
  display: block;
  border-radius: 6px;
  height: 100%;
  width: 100%;
  transition: 0.5s;
}
ul.row > li .panel_wrap a:hover {
  border: 1px solid #a9beff;
  transition: 0.5s;
}
ul.row > li .panel_wrap a:hover img {
  opacity: 1;
  transform: translate(2px, 2px);
  transition: 0.5s;
}
ul.row > li .panel_wrap h5 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
ul.row > li .panel_wrap p {
  font-size: initial;
  line-height: 1.8em;
}
ul.row li .panel_wrap h5 span {
  font-size: 150%;
  font-weight: 600;
  color: #0066ff;
}
figcaption {
  margin-top: 20px;
}
figcaption span {
  display: block;
  font-size: 1.1em;
  font-weight: bold;
}
p.catch_tx {
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
  margin: 20px auto;
  color: #038d92;
}
p.catch_tx a {
  color: #3366ff;
  text-decoration: underline;
}
[id^="sec_"] .item_area {
  margin-top: 50px;
}
/*----------------ロゴ表示*/
img.shift_logo {
  display: inline-block;
  max-height: 53px;
  width: auto;
  margin: 0 auto;
  padding-left: 8px;
  padding-right: 8px;
}
[id^="result_"] div.rst_cld:not(:nth-child(1)) {
  display: none;
}
/*-----------------------------下矢印三角形*/
.triangle {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 70px 0 70px;
  border-color: #3366ff transparent transparent transparent;
  display: inline-block;
  margin: auto;
}
#interval {
  background: #3366ff;
  height: 15px;
  width: 100%;
}
/*-----------------------------ボタン上コメント*/
p.more_tx {
  display: inline-block;
  position: relative;
  font-size: 16px;
  margin-bottom: 5px;
}
p.more_tx:before {
  content: "/";
  position: absolute;
  font-size: 18px;
  color: #666666;
  left: calc(100% - 105%);
  top: 0;
  bottom: 0;
  margin: -0.2em auto auto;
  transform: scaleX(-1);
}
p.more_tx:after {
  content: "/";
  position: absolute;
  font-size: 18px;
  color: #666666;
  right: calc(100% - 105%);
  top: 0;
  bottom: 0;
  margin: -0.2em auto auto;
}
/*-----------------------------アーティクルBOX*/
[class^="art_"], [class*=" art_"] {
  background: #fff;
  padding: 30px 20px;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 1px 2px 3px #99999970, -1px -1px 3px #99999950;
}
/*---------------------------------------------キャンペーンボタン*/
#info_area {
  display: block;
  border: 4px solid #c0cdfe;
  background: aliceblue;
  border-radius: 10px;
  margin: 20px auto 50px;
  padding: 20px;
}
#info_area a.camp_bnt {
  background: #FF3366;
  border: 2px solid #fff;
  border-radius: 10px;
  color: #fff;
  display: block;
  font-size: 19px;
  padding: 20px 0px;
  text-shadow: 1px 1px 2px #666;
  margin: 20px auto 10px;
  transition: 0.3s;
}
#info_area a.camp_bnt:hover {
  background: #fff;
  border: 2px solid #FF3366;
  color: #FF3366;
  text-shadow: none;
  transition: 0.3s;
}
@media print, screen and (min-width:768px) {
  #info_area a.camp_bnt {
    display: inline-block;
    padding: 20px 100px;
  }
}
@media print, screen and (min-width:992px) {
  #info_area a.camp_bnt {
    font-size: 22px;
    margin: 10px auto 20px;
  }
}
section #info_area p {
  margin: 0 auto;
}
section #info_area p.info_tit {
  color: #fff;
  margin: 0px auto 20px;
  font-size: 22px;
  font-weight: bold;
  background: #3366ff;
  padding-top: 10px;
  padding-bottom: 10px;
}
section #info_area h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
@media print, screen and (min-width:768px) {
  section #info_area h3 {
    font-size: 28px;
  }
}
section #info_area h3 span {
  display: block;
}
section #info_area p span {
  font-weight: bold;
  font-size: 1.1em;
}
#mot_shift ul.row > li .panel_wrap a {
  border: none;
}
#mot_shift ul.row > li .panel_wrap a:hover {
  border: none;
}
/*-----------------------------main_image*/
#main_img_area {
  padding: 20px 15px 0px;
  background: url("../img/shift_img/main_bg.png")no-repeat top left 38% / cover;
  color: #333;
  transition: all 0.3s;
}
@media print, screen and (min-width:992px) {
  #main_img_area {
    background: url("../img/shift_img/main_bg.png")no-repeat top center / cover;
    padding: 90px 0 20px;
  }
}
section#main_img_area ul.row {
  justify-content: center;
  align-items: center;
}
section#main_img_area ul.row li {
  margin-bottom: 0;
}
section#main_img_area ul.row li h2 {
  font-size: 25px;
  font-weight: 900;
  color: #333;
  text-align: center;
}
section#main_img_area ul.row li h2 img {
  max-width: unset;
  display: block;
  margin: auto;
}
@media print, screen and (min-width:768px) {
  section#main_img_area ul.row li h2 {
    font-size: 40px;
  }
  section#main_img_area ul.row li h2 img {
    max-width: 540px;
  }
}
section#main_img_area ul.row li h2 small {
  color: var(--main-color);
  display: block;
  font-weight: normal;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  line-height: 1.8;
}
section#main_img_area ul.row li a {
  background: #ff3366;
  border: 2px solid #ff3366;
  border-radius: 50px;
  color: #fff;
  display: block;
  padding: 12px;
  text-decoration: none;
  max-width: 450px;
  margin: 10px auto;
  font-size: 1.2em;
  transition: 0.3s;
}
section#main_img_area ul.row li a:hover {
  background: #fff;
  color: #ff3366;
  transition: 0.3s;
}
/*section#main_img_area ul.row li p.catch {
  font-size: 1.2em;
}*/
#main_img_area p.catch {
  display: inline-block;
  color: var(--main-color);
  /*font-size: 1.5em;*/
  font-size: 1.25em;
  font-weight: bold;
  margin: 5px auto;
  position: relative;
}
#main_img_area p.catch::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -1em;
  width: 3px;
  height: 37px;
  background: var(--main-color);
  transform: translateY(-50%) rotate(-45deg);
}
#main_img_area p.catch::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -1em;
  width: 3px;
  height: 37px;
  background: var(--main-color);
  transform: translateY(-50%) rotate(45deg);
}
#main_img_area ul.catch_a {
  color: #333333;
  margin: 30px auto;
  text-align: left;
  width: 100%;
  padding-left: 5%;
  padding-right: 10px;
}
#main_img_area ul.catch_a li {
  font-size: 16px;
  line-height: 200%;
  font-weight: 900;
}
@media print, screen and (min-width:576px) {
  #main_img_area ul.catch_a {
    width: 550px;
    padding-left: 10%;
    padding-right: 0;
  }
  #main_img_area ul.catch_a li {
    font-size: 20px;
  }
}
#main_img_area .catch_b {
  color: var(--main-color);
  font-size: 24px;
  font-weight: bold;
}
section#main_img_area ul.row li img {
  animation: blur-anim 1.35s ease;
  animation-fill-mode: forwards;
}
@keyframes blur-anim {
  0% {
    transform: scale(0.85, 0.85);
  }
  50% {}
  100% {}
}
#main_img_area .link_btn_area {
  display: block;
  margin: 0 auto auto;
}
/*-----------------------------#sec_01*/
#sec_01 figure figcaption {
  text-align: left;
  margin: 0 auto 20px;
}
#sec_01 figure figcaption span {
  display: inline;
  font-weight: bold;
  color: var(--main-color);
  margin: 0 0.3em;
}
#sec_01 ul.row {
  justify-content: center;
}
#sec_01 ul.row > li {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-flow: column wrap;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 0;
}
#sec_01 ul.row > li h5 {
  color: var(--main-color);
  display: block;
  width: 100%;
  text-align: left;
}
#sec_01 ul.row > li p {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 16px;
  margin: 0 auto 15px;
}
/*-----------------------------#sec_02*/
#sec_02 {
  background: transparent linear-gradient(307deg, #ffffff 0%, #a9e3ff 100%);
}
#sec_02 ul.row {
  justify-content: center;
  padding: 10px;
}
@media print, screen and (min-width:768px) {
  #sec_02 ul.row {
    padding: 0px;
  }
}
#sec_02 ul.row li {
  padding: 15px 8px;
  margin-bottom: 0;
}
#sec_02 ul.row li .panel_wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
#sec_02 ul.row li .panel_wrap img {
  max-width: 110px;
}
#sec_02 ul.row li .panel_wrap h5 {
  color: #017df1;
  font-size: 20px;
}
/*-----------------------------#sec_03*/
#sec_03 {
  background: #fff;
}
#sec_03 ul.row {
  justify-content: center;
}
#sec_03 ul.row > li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column wrap;
  margin-bottom: 0;
}
/*-----------------------------#sec_04*/
#sec_04 {
  background: linear-gradient(135deg, #a9e3ff 0%, #ffffff 30%, #a9e3ff 100%);
}
#sec_04 ul.row {
  justify-content: center;
  padding: 0 15px;
}
#sec_04 ul.row > li {
  margin: 0 0 15px;
  padding: 0;
}
#sec_04 ul.row > li .panel_wrap {
  border: #3F51B5 1px solid;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 15px;
}
#sec_04 ul.row > li > a {
  color: #666;
  padding: 0;
  margin: 0;
  display: block;
  height: 100%;
  transition: all 0.5s;
}
#sec_04 ul.row > li > a img {
  transition: all 0.5s;
}
#sec_04 ul.row > li > a:hover img {
  opacity: 1;
  transform: rotate(2deg);
}
#sec_04 ul.row > li > a:hover {
  color: #333;
}
#sec_04 ul.row > li img {
  width: 150px;
}
@media print, screen and (min-width:768px) {
  #sec_04 ul.row > li .panel_wrap {
    padding: 30px;
  }
  #sec_04 ul.row > li img {
    width: 250px;
  }
}
#sec_04 ul.row > li p {
  font-size: 14px;
  line-height: 1.5em;
}
#sec_04 ul.row > li h5 {
  font-size: 16px;
  line-height: 1.5em;
  color: var(--main-color);
}
@media print, screen and (min-width:768px) {
  #sec_04 ul.row > li {
    padding: 10px;
  }
  #sec_04 ul.row > li p {
    font-size: inherit;
    line-height: inherit;
  }
  #sec_04 ul.row > li h5 {
    font-size: 18px;
    line-height: inherit;
  }
}
@media print, screen and (min-width:992px) {
  #sec_04 ul.row > li h5 {
    font-size: 20px;
  }
}
#sec_04 .item_area ul.row {
  margin: 0;
}
#sec_04 .item_area ul.row > li {
  background: #ffffff;
  border: 1px solid #017df1;
  border-radius: 6px;
  color: #017df1;
  font-weight: bold;
  padding-top: 8px;
  padding-bottom: 8px;
  margin: 5px;
}
/*-----------------------------#sec_05*/
#sec_05 {
  background: #fff;
}
#sec_05 ul.row {
  justify-content: center;
  padding: 0 15px;
}
#sec_05 ul.row > li {
  margin: 0 0 15px;
  padding: 0;
}
#sec_05 ul.row > li .panel_wrap {
  border: #13a6ab 1px solid;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 15px;
}
#sec_05 ul.row > li > a {
  color: #666;
  padding: 0;
  margin: 0;
  display: block;
  height: 100%;
  transition: all 0.5s;
}
#sec_05 ul.row > li a img {
  transition: all 0.5s;
  border: 1px solid #d0d0d0;
  padding: 5px;
}
#sec_05 ul.row > li > a:hover {
  color: #333;
}
#sec_05 ul.row > li a img {
  width: 110px;
}
@media print, screen and (min-width:768px) {
  #sec_05 ul.row > li .panel_wrap {
    padding: 30px;
  }
  #sec_05 ul.row > li a img {
    width: 130px;
  }
}
#sec_05 ul.row > li p {
  font-size: 14px;
  line-height: 1.5em;
}
#sec_05 ul.row > li h5 {
  font-size: 16px;
  line-height: 1.5em;
  color: var(--main-color);
}
@media print, screen and (min-width:768px) {
  #sec_05 ul.row > li {
    padding: 10px;
  }
  #sec_05 ul.row > li p {
    font-size: inherit;
    line-height: inherit;
  }
  #sec_05 ul.row > li h5 {
    font-size: 18px;
    line-height: inherit;
  }
}
@media print, screen and (min-width:992px) {
  #sec_05 ul.row > li h5 {
    font-size: 20px;
  }
}
#sec_05 .sec_cld {
  padding-top: 40px;
  padding-bottom: 40px;
}
#sec_05 .sec_cld h4 {
  background: #fff;
  border: 2px solid var(--main-color);
  color: var(--main-color);
  padding: 8px 0;
  font-size: 1.3em;
}
#sec_05 .item_area h4 {
  color: #008d92;
}
#sec_05 .item_area ul.row {
  margin: 0;
}
#sec_05 .item_area ul.row > li {
  background: #f1f5f5;
  border: 1px solid #13a6ab;
  border-radius: 6px;
  color: #13a6ab;
  font-weight: bold;
  padding-top: 8px;
  padding-bottom: 8px;
  margin: 5px;
}
#sec_05 ul.row > li .panel_wrap h5 {
  color: #13a6ab;
}
/*-----------------------------#sec_06*/
#sec_06 {
  background: transparent linear-gradient(307deg, #ffffff 0%, #a9e3ff 100%);
}
#sec_06 h4 {
  text-align: left;
}
#sec_06 ul.row > li {
  margin-bottom: 0;
}
/*-----------------------------#sec_07*/
#sec_07 {
  background: #fff;
}
#sec_07 table {
  margin: 0 auto 10px;
  width: 100%;
  border: 1px solid #4b7ad3;
}
#sec_07 table tr {
  border-bottom: 1px dotted #4b7ad3;
}
#sec_07 table tr th, #sec_07 table tr td {
  padding: 10px;
  background: #d5e3fe;
  text-align: center;
}
#sec_07 table thead tr th:nth-child(even) {
  background: #f7f7f7;
}
#sec_07 table tbody tr td:nth-child(even) {
  background: #f7f7f7;
}
#sec_07 table thead tr th {
  font-weight: bold;
}
#sec_07 table tbody tr th {
  font-weight: bold;
}
#sec_07 table tbody tr td {
  font-weight: nomal;
  font-size: 16px;
}
#sec_07 table thead tr th.bnk {
  background: #fffc;
}
#sec_07 table tr td:first-child:not(.koumoku) {
  width: 20%;
  font-size: 14px;
  background: #f0f6ff;
  font-weight: bold;
}
#sec_07 table tbody tr td.koumoku {
  background: #4b7ad3;
  color: #f1f3f4;
  text-align: center;
  font-size: 16px;
  padding-top: 0;
  padding-bottom: 0;
}
#sec_07 table thead tr th.sjt {
  background: #ff6633;
  border-top: 3px solid #ff6633;
  border-right: 3px solid #ff6633;
  border-left: 3px solid #ff6633;
  color: #fff;
}
#sec_07 table tbody tr td.sjt {
  border-right: 3px solid #ff6633;
  border-left: 3px solid #ff6633;
}
#sec_07 table tbody tr:last-child td.sjt {
  border-bottom: 3px solid #ff6633;
}
#sec_07 table tbody tr td.sjt span {
  color: #333;
  font-weight: bold;
}
#sec_07 table tbody tr td.sjt span.srg {
  color: #ff6633;
}
#sec_07 .scroll_wrap {
  overflow: scroll hidden;
}
#sec_07 p.scr_info small {
  display: none;
}
/*#sec_07 p.scr_info small {
  display: inline-block;
  width: 100%;
  text-align: center;
  background: #bdcee8;
  margin: 0 auto;
  padding-top: 8px;
  padding-bottom: 8px;
}*/
@media print, screen and (min-width:768px) {
  #sec_07 .scroll_wrap {
    overflow: unset;
  }
  #sec_07 p.scr_info small {
    display: none;
  }
}
#sec_07 p small {
  font-size: 0.8em;
  line-height: 1.5em;
  text-align: left;
  display: block;
  padding-left: 10px;
  padding-right: 10px;
}
#sec_07 p.sub_tx {
  border: 1px solid #3366ff;
  border-radius: 6px;
  background: #3366ff;
  color: #fff;
  position: relative;
  padding: 8px;
  font-size: 16px;
}
#sec_07 p.sub_tx:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  left: 0;
  bottom: -15px;
  margin: auto;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #3366ff;
}
@media print, screen and (min-width:768px) {
  #sec_07 p.sub_tx {
    font-size: 20px;
  }
}