@charset "UTF-8";
.color-primary {
  color: #0c489b !important; }

.video-close {
  /* background: white; */
  display: block;
  padding: 8px;
  width: 7em;
  text-align: center;
  cursor: pointer;
  line-height: 1;
  margin-left: auto;
  margin-right: auto; }

#low-visual {
  padding: 40px 10px;
  color: #fff; }
  #low-visual .Page_title-inner {
    position: relative;
    max-width: 1200px;
    width: auto;
    margin-left: auto;
    margin-right: auto; }
  #low-visual .Page_title-header .ttl_03 {
    margin-bottom: 27px; }
    #low-visual .Page_title-header .ttl_03:after {
      bottom: -10px; }
    #low-visual .Page_title-header .ttl_03 span {
      color: #739dd9;
      font-size: 1.6rem;
      margin-bottom: 8px; }
  #low-visual .Page_title-header .Page_title-text {
    font-weight: bold; }
  #low-visual.bg-swallow-low {
    background-color: #1e87be; }
    #low-visual.bg-swallow-low .Page_title-header {
      padding-left: 88px;
      background: url("../images/bg-title-swallow-low.png") 0 0 no-repeat;
      background-size: 68px auto; }
      #low-visual.bg-swallow-low .Page_title-header .ttl_03 img {
        margin: 0 5px; }
      #low-visual.bg-swallow-low .Page_title-header .ttl_03 span {
        color: #a8c6de; }
  #low-visual.bg-check {
    background-color: #1ebebe; }
    #low-visual.bg-check .Page_title-header {
      padding-left: 67px;
      background: url("../images/bg-title-check.png") 0 0 no-repeat; }
      #low-visual.bg-check .Page_title-header .ttl_03 span {
        color: #a2e7e4; }

.border-dashed {
  border: 2px dashed #ebeff2; }

.ico-check {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px; }
  .ico-check:before {
    position: absolute;
    left: 0;
    top: 3px;
    display: inline-block;
    content: '';
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    background: #0c489b;
    margin-right: 8px;
    vertical-align: middle; }
  .ico-check:after {
    position: absolute;
    top: 3px;
    left: 0;
    z-index: 1;
    margin: 2px 5px;
    width: 6px;
    height: 9px;
    display: inline-block;
    content: '';
    box-sizing: border-box;
    border: 2px solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg); }

.btn-about-generic {
  height: 142px; }

.m-table_box .table_box.bd-box {
  border-bottom: none; }

.m-table_box .table_box.bd-box > .tr .td {
  border-bottom: solid 1px #bbb; }

.comingsoon {
  pointer-events: none; }

.l-main_contents.two-colum {
  padding-top: 70px; }
  .l-main_contents.two-colum .l-main > header {
    position: relative;
    max-width: 1200px;
    width: auto;
    margin-left: auto;
    margin-right: auto; }
  .l-main_contents.two-colum main > .l-inner-main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    .l-main_contents.two-colum main > .l-inner-main:after {
      display: none; }
    .l-main_contents.two-colum main > .l-inner-main img {
      backface-visibility: hidden; }
    .l-main_contents.two-colum main > .l-inner-main video,
    .l-main_contents.two-colum main > .l-inner-main iframe {
      width: 100%;
      max-width: 720px; }
    .l-main_contents.two-colum main > .l-inner-main .left-contents {
      width: 900px;
      margin-bottom: 100px; }
      .l-main_contents.two-colum main > .l-inner-main .left-contents a:hover img {
        opacity: 0.7;
        transition: opacity .2s linear; }
      .l-main_contents.two-colum main > .l-inner-main .left-contents img {
        max-width: 100%;
        height: auto; }
    .l-main_contents.two-colum main > .l-inner-main #right-nav {
      width: 264px;
      margin-bottom: 100px; }
      .l-main_contents.two-colum main > .l-inner-main #right-nav.scroll {
        height: calc(100% - 140px);
        overflow-y: auto; }
      .l-main_contents.two-colum main > .l-inner-main #right-nav.btmFixed {
        position: absolute;
        top: auto;
        bottom: 0;
        right: 0;
        width: 264px; }
      .l-main_contents.two-colum main > .l-inner-main #right-nav.following {
        position: fixed;
        top: 90px;
        bottom: auto;
        right: calc(50% - 600px);
        width: 264px; }
      .l-main_contents.two-colum main > .l-inner-main #right-nav.notFixed {
        position: static;
        top: auto;
        bottom: auto;
        right: auto; }
      .l-main_contents.two-colum main > .l-inner-main #right-nav > *:nth-child(n+2) {
        margin-top: 39px; }
      .l-main_contents.two-colum main > .l-inner-main #right-nav .nav {
        border-left: 1px solid #e8e8ea;
        border-top: 1px solid #e8e8ea;
        border-right: 1px solid #e8e8ea;
        background-color: #fff; }
        .l-main_contents.two-colum main > .l-inner-main #right-nav .nav dl {
          border-bottom: 1px solid #e8e8ea; }
          .l-main_contents.two-colum main > .l-inner-main #right-nav .nav dl dt {
            font-size: 1.5rem; }
            .l-main_contents.two-colum main > .l-inner-main #right-nav .nav dl dt a {
              display: block;
              padding: 15px 18px; }
              .l-main_contents.two-colum main > .l-inner-main #right-nav .nav dl dt a:hover {
                background-color: #0c499c;
                color: #fff;
                text-decoration: none; }
          .l-main_contents.two-colum main > .l-inner-main #right-nav .nav dl dd {
            font-size: 1.3rem;
            padding: 12px 18px; }
            .l-main_contents.two-colum main > .l-inner-main #right-nav .nav dl dd a {
              color: #343434; }
            .l-main_contents.two-colum main > .l-inner-main #right-nav .nav dl dd ul {
              display: flex;
              flex-wrap: wrap; }
              .l-main_contents.two-colum main > .l-inner-main #right-nav .nav dl dd ul li {
                width: 100%; }
                .l-main_contents.two-colum main > .l-inner-main #right-nav .nav dl dd ul li:not(:last-child) {
                  margin-bottom: 9px; }
      .l-main_contents.two-colum main > .l-inner-main #right-nav .btn-list {
        border-left: 1px solid #e8e8ea;
        border-top: 1px solid #e8e8ea;
        border-right: 1px solid #e8e8ea; }
        .l-main_contents.two-colum main > .l-inner-main #right-nav .btn-list li {
          border-bottom: 1px solid #e8e8ea; }
        .l-main_contents.two-colum main > .l-inner-main #right-nav .btn-list .m-btn {
          width: auto;
          text-align: left;
          font-size: 1.2rem; }
    .l-main_contents.two-colum main > .l-inner-main .table-type01 {
      width: 100%;
      border-left: solid 1px #bbb;
      border-top: solid 1px #bbb; }
      .l-main_contents.two-colum main > .l-inner-main .table-type01 th {
        border-bottom: solid 1px #bbb;
        border-right: solid 1px #bbb;
        font-weight: normal;
        background-color: #f3f4f6;
        padding: 14px;
        vertical-align: middle; }
      .l-main_contents.two-colum main > .l-inner-main .table-type01 td {
        border-bottom: solid 1px #bbb;
        border-right: solid 1px #bbb;
        padding: 14px;
        vertical-align: middle; }
    .l-main_contents.two-colum main > .l-inner-main ul:not(:last-child) {
      margin-bottom: 1em; }
    .l-main_contents.two-colum main > .l-inner-main .img-two-column {
      display: flex;
      justify-content: center; }
      .l-main_contents.two-colum main > .l-inner-main .img-two-column.aiBtm {
        align-items: flex-end; }
      .l-main_contents.two-colum main > .l-inner-main .img-two-column > *:nth-child(n+2) {
        margin-left: 20px; }
    .l-main_contents.two-colum main > .l-inner-main .img-float-r {
      display: flex;
      align-items: flex-start;
      justify-content: space-between; }
      .l-main_contents.two-colum main > .l-inner-main .img-float-r .width-auto {
        flex: 1; }
      .l-main_contents.two-colum main > .l-inner-main .img-float-r .img {
        margin-left: 38px; }
    .l-main_contents.two-colum main > .l-inner-main .num-area {
      position: relative;
      padding-left: 45px; }
      .l-main_contents.two-colum main > .l-inner-main .num-area .num {
        position: absolute;
        left: 0;
        top: -4px;
        display: inline-block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 100%;
        background-color: #2e3e9a;
        color: #fff;
        text-align: center;
        margin-right: 15px; }
    .l-main_contents.two-colum main > .l-inner-main .txt_indent3 {
      display: block;
      text-indent: -3em;
      padding-left: 3em; }
    .l-main_contents.two-colum main > .l-inner-main .ttl_04 {
      margin-bottom: 33px; }
      .l-main_contents.two-colum main > .l-inner-main .ttl_04 span {
        display: inline-block; }
        .l-main_contents.two-colum main > .l-inner-main .ttl_04 span:before {
          top: 14px; }
        .l-main_contents.two-colum main > .l-inner-main .ttl_04 span:after {
          top: 14px; }
    .l-main_contents.two-colum main > .l-inner-main .ttl_05 {
      padding: 20px 40px; }
      .l-main_contents.two-colum main > .l-inner-main .ttl_05.heightType02 {
        padding: 33px 40px; }
    .l-main_contents.two-colum main > .l-inner-main .lead {
      width: 630px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 55px;
      background: url("../images/border-bg.png");
      background-size: 5px auto;
      padding: 5px;
      border-radius: 8px; }
      .l-main_contents.two-colum main > .l-inner-main .lead.oneLine {
        width: 660px; }
      .l-main_contents.two-colum main > .l-inner-main .lead > div {
        line-height: 1.6;
        background-color: #fff;
        border-radius: 4px;
        color: #0f9bb6;
        padding: 20px 31px 16px; }
        .l-main_contents.two-colum main > .l-inner-main .lead > div p {
          font-size: 2rem;
          margin-bottom: 0; }
          .l-main_contents.two-colum main > .l-inner-main .lead > div p:nth-child(n+2) {
            margin-top: 0.5em; }
          .l-main_contents.two-colum main > .l-inner-main .lead > div p.mtType02:nth-child(n+2) {
            margin-top: 1.2em; }
        .l-main_contents.two-colum main > .l-inner-main .lead > div div:nth-child(n+2) {
          margin-top: 0.5em; }
        .l-main_contents.two-colum main > .l-inner-main .lead > div div.mtType02:nth-child(n+2) {
          margin-top: 1.2em; }
    .l-main_contents.two-colum main > .l-inner-main .lead02 {
      text-align: center;
      font-size: 2rem;
      margin-top: -20px; }
    .l-main_contents.two-colum main > .l-inner-main .fsSmall {
      font-size: 0.9em; }
    .l-main_contents.two-colum main > .l-inner-main .mbType02 {
      margin-bottom: 50px !important; }
    .l-main_contents.two-colum main > .l-inner-main .mbType03 {
      margin-bottom: 30px !important; }
    .l-main_contents.two-colum main > .l-inner-main .note {
      width: 630px;
      margin-left: auto;
      margin-right: auto;
      background-color: #ededed;
      border-radius: 10px;
      padding: 29px 30px 28px;
      line-height: 1.6; }
      .l-main_contents.two-colum main > .l-inner-main .note.bg01 {
        background: rgba(87, 176, 130, 0.1) url("../images/note_bg_ico01.png") center 30px no-repeat;
        background-size: 68px;
        padding: 80px 30px 32px; }
      .l-main_contents.two-colum main > .l-inner-main .note.bg02 {
        background-color: rgba(232, 218, 27, 0.2); }
      .l-main_contents.two-colum main > .l-inner-main .note .ttl {
        color: #57b082;
        font-weight: bold;
        background: url("../images/note_bg_ico02.png") left center no-repeat;
        background-size: 24px;
        padding-left: 30px; }
      .l-main_contents.two-colum main > .l-inner-main .note .color01 {
        color: #57b082; }
      .l-main_contents.two-colum main > .l-inner-main .note p {
        font-size: 2rem;
        margin-bottom: 0; }
        .l-main_contents.two-colum main > .l-inner-main .note p:nth-child(n+2) {
          margin-top: 0.5em; }
        .l-main_contents.two-colum main > .l-inner-main .note p.mtType02:nth-child(n+2) {
          margin-top: 1.2em; }
      .l-main_contents.two-colum main > .l-inner-main .note div:nth-child(n+2) {
        margin-top: 0.5em; }
      .l-main_contents.two-colum main > .l-inner-main .note div.mtType02:nth-child(n+2) {
        margin-top: 1.2em; }
    .l-main_contents.two-colum main > .l-inner-main .note_bu {
      width: 630px;
      margin-left: auto;
      margin-right: auto;
      background: url("../images/border-bg.png");
      background-size: 5px auto;
      padding: 5px;
      border-radius: 8px; }
      .l-main_contents.two-colum main > .l-inner-main .note_bu > div {
        line-height: 1.6;
        background-color: #fff;
        border-radius: 4px;
        color: #0f9bb6;
        padding: 20px 31px 16px; }
        .l-main_contents.two-colum main > .l-inner-main .note_bu > div p {
          font-size: 2rem;
          margin-bottom: 0; }
          .l-main_contents.two-colum main > .l-inner-main .note_bu > div p:nth-child(n+2) {
            margin-top: 0.5em; }
          .l-main_contents.two-colum main > .l-inner-main .note_bu > div p.mtType02:nth-child(n+2) {
            margin-top: 1.2em; }
        .l-main_contents.two-colum main > .l-inner-main .note_bu > div div:nth-child(n+2) {
          margin-top: 0.5em; }
        .l-main_contents.two-colum main > .l-inner-main .note_bu > div div.mtType02:nth-child(n+2) {
          margin-top: 1.2em; }
    .l-main_contents.two-colum main > .l-inner-main .btm-pager {
      display: flex;
      justify-content: space-between;
      margin: 70px auto 0;
      max-width: 900px; }
      .l-main_contents.two-colum main > .l-inner-main .btm-pager .m-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 74px; }
        .l-main_contents.two-colum main > .l-inner-main .btm-pager .m-btn.btn-thirdly {
          width: 290px; }
        .l-main_contents.two-colum main > .l-inner-main .btm-pager .m-btn.btn-primary {
          width: 200px; }
      .l-main_contents.two-colum main > .l-inner-main .btm-pager .sec-prev,
      .l-main_contents.two-colum main > .l-inner-main .btm-pager .sec-next {
        width: 290px; }

@media only screen and (min-width: 767px) {
  .chrome.desktop .l-main_contents.two-colum .scroll#right-nav,
  .firefox.desktop .l-main_contents.two-colum .scroll#right-nav,
  .ie11.desktop .l-main_contents.two-colum .scroll#right-nav {
    width: 281px !important;
    margin-right: -17px; }

  .edge.desktop .l-main_contents.two-colum .scroll#right-nav {
    width: 280px !important;
    margin-right: -16px; } }
.Page_title.bg-swallow-top {
  background-image: url(../images/bg-title-swallow.jpg);
  background-color: #e9eaef; }
  .Page_title.bg-swallow-top .ttl_03 {
    margin-bottom: 12px;
    padding-bottom: 12px;
    line-height: 1.4; }
    .Page_title.bg-swallow-top .ttl_03 span {
      line-height: 1;
      margin-bottom: 7px; }
  .Page_title.bg-swallow-top .Page_title-header {
    padding: 26px 35px 0;
    background-color: #46c7c8; }
  .Page_title.bg-swallow-top .Page_title-header .ttl_03 span {
    color: #a4e4e3; }
  .Page_title.bg-swallow-top .Page_title-text {
    text-indent: -3em;
    padding-left: 3em;
    font-size: 1.8rem;
    line-height: 1.4;
    margin-bottom: 8px; }
  .Page_title.bg-swallow-top .Page_title-text02 {
    font-size: 1.1rem;
    color: #fff;
    text-indent: -5em;
    padding-left: 5em; }

.modal-content .ttl_04 {
  margin-bottom: 1em !important;
  padding-bottom: 0; }

#Link-list .ttl_04 img {
  margin: 0 4px 0 2px; }
#Link-list .m-btn.btn-swallow {
  position: relative;
  width: 100%;
  height: 142px;
  padding: 30px 20px;
  font-weight: bold;
  color: #333333;
  font-size: 1.7rem;
  text-align: left;
  background-color: #fff;
  border: solid 1px #e6e9ec;
  display: table; }
  #Link-list .m-btn.btn-swallow:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    width: 30px;
    height: 30px;
    background: url(../images/arrow_next-page.png) no-repeat left top;
    background-size: contain;
    margin-top: -15px; }
  #Link-list .m-btn.btn-swallow span {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding-left: 38px;
    padding-right: 25px;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: left center; }
  #Link-list .m-btn.btn-swallow:hover {
    background-color: rgba(12, 72, 155, 0.6);
    color: #fff;
    transition: none; }
#Link-list .m-btn.btn-swallow.icon00 span {
  background-image: url("../images/ico_intro.png"); }
#Link-list .m-btn.btn-swallow.icon01 span {
  background-image: url("../images/icon_basic.png"); }
#Link-list .m-btn.btn-swallow.icon02 span {
  background-image: url("../images/icon_care.png"); }
#Link-list .m-btn.btn-swallow.icon03 span {
  background-image: url("../images/ico_exercise.png"); }
#Link-list .m-btn.btn-swallow.icon04 span {
  background-image: url("../images/ico_idea.png"); }

#swallow-top {
  display: block;
  margin-bottom: 100px; }
  #swallow-top .bnr {
    display: flex;
    justify-content: center;
    padding: 20px 0 0; }
    #swallow-top .bnr a:hover {
      opacity: 0.7; }
    #swallow-top .bnr li {
      width: 399px; }
      #swallow-top .bnr li:nth-child(n+2) {
        margin-left: 40px; }
    #swallow-top .bnr img {
      width: 100%; }

#swallow-index {
  display: block; }
  #swallow-index #right-nav dl.page-swallow-index dt a {
    background-color: #0c499c;
    color: #fff; }
  #swallow-index #right-nav dl:not(.page-swallow-index) dd {
    display: none; }

#knowledge #right-nav dl.page-knowledge dt a {
  background-color: #0c499c;
  color: #fff; }
#knowledge #right-nav dl:not(.page-knowledge) dd {
  display: none; }
#knowledge.knowledge01 #right-nav dl.page-knowledge dd li:nth-child(1), #knowledge.knowledge02 #right-nav dl.page-knowledge dd li:nth-child(2), #knowledge.knowledge03 #right-nav dl.page-knowledge dd li:nth-child(3), #knowledge.knowledge04 #right-nav dl.page-knowledge dd li:nth-child(4), #knowledge.knowledge05 #right-nav dl.page-knowledge dd li:nth-child(5), #knowledge.knowledge06 #right-nav dl.page-knowledge dd li:nth-child(6) {
  text-decoration: underline; }

#care #right-nav dl.page-care dt a {
  background-color: #0c499c;
  color: #fff; }
#care #right-nav dl:not(.page-care) dd {
  display: none; }
#care.care01 #right-nav dl.page-care dd li:nth-child(1), #care.care02 #right-nav dl.page-care dd li:nth-child(2), #care.care03 #right-nav dl.page-care dd li:nth-child(3), #care.care04 #right-nav dl.page-care dd li:nth-child(4), #care.care05 #right-nav dl.page-care dd li:nth-child(5), #care.care06 #right-nav dl.page-care dd li:nth-child(6) {
  text-decoration: underline; }

#exercise #right-nav dl.page-exercise dt a {
  background-color: #0c499c;
  color: #fff; }
#exercise #right-nav dl:not(.page-exercise) dd {
  display: none; }
#exercise.exercise01 #right-nav dl.page-exercise dd li:nth-child(1), #exercise.exercise02 #right-nav dl.page-exercise dd li:nth-child(2) {
  text-decoration: underline; }

#idea #right-nav dl.page-idea dt a {
  background-color: #0c499c;
  color: #fff; }
#idea #right-nav dl:not(.page-idea) dd {
  display: none; }
#idea.idea01 #right-nav dl.page-idea dd li:nth-child(1), #idea.idea02 #right-nav dl.page-idea dd li:nth-child(2) {
  text-decoration: underline; }

#self_check .ttl_04 span {
  display: inline-block; }
#self_check .bnr:hover {
  opacity: 0.7; }
#self_check .check_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  #self_check .check_box li {
    width: 224px;
    margin: 15px 0; }
    #self_check .check_box li a {
      display: block;
      height: 224px;
      border-radius: 10px;
      padding: 27px 25px;
      background-color: #fff;
      font-weight: bold;
      text-align: center;
      cursor: pointer; }
      #self_check .check_box li a:hover {
        text-decoration: none;
        background-color: #1ebebe;
        color: #fff; }
        #self_check .check_box li a:hover .num,
        #self_check .check_box li a:hover .txt {
          color: #fff; }
      #self_check .check_box li a .num {
        display: inline-block;
        position: relative;
        padding-left: 39px;
        font-size: 30px;
        color: #1ebebe;
        line-height: 28px;
        margin-bottom: 20px; }
        #self_check .check_box li a .num:before {
          position: absolute;
          left: 0;
          top: 0;
          content: "";
          display: inline-block;
          border: 1px solid #bfbfbf;
          width: 28px;
          height: 28px; }
      #self_check .check_box li a .txt {
        display: block;
        text-align: left;
        font-size: 16px;
        color: #071b33;
        line-height: 1.7; }
      #self_check .check_box li a.checked {
        background-color: #1ebebe;
        color: #fff; }
        #self_check .check_box li a.checked .num,
        #self_check .check_box li a.checked .txt {
          color: #fff; }
        #self_check .check_box li a.checked .num:before {
          border: 1px solid #fff; }
        #self_check .check_box li a.checked .num:after {
          position: absolute;
          left: 8px;
          top: 4px;
          content: "";
          display: inline-block;
          width: 11px;
          height: 15px;
          border-right: 3.5px solid #ffdf00;
          border-bottom: 3.5px solid #ffdf00;
          transform: rotate(45deg); }
#self_check .box_type01 {
  width: 630px;
  margin-left: auto;
  margin-right: auto;
  background: url("../images/border-bg02.png");
  background-size: 5px auto;
  padding: 5px;
  border-radius: 8px; }
  #self_check .box_type01 > div {
    line-height: 1.6;
    background-color: #fff;
    border-radius: 4px;
    color: #0f9bb6;
    padding: 20px 31px 16px; }
    #self_check .box_type01 > div p {
      font-size: 2rem;
      margin-bottom: 10px; }
    #self_check .box_type01 > div dl {
      display: flex; }
      #self_check .box_type01 > div dl + dl {
        margin-top: 6px; }
      #self_check .box_type01 > div dl dt {
        background-color: #1ebebe;
        color: #fff;
        width: 86px;
        height: 22px;
        line-height: 22px;
        text-align: center;
        font-size: 1.4rem;
        margin-right: 13px; }
      #self_check .box_type01 > div dl dd {
        font-size: 1.6rem;
        color: #333; }

.pc_txt_c {
  text-align: center; }

@media only screen and (max-width: 1240px) {
  .l-main_contents.two-colum main > .l-inner-main {
    display: block; }
    .l-main_contents.two-colum main > .l-inner-main .left-contents {
      width: auto; }
      .l-main_contents.two-colum main > .l-inner-main .left-contents p .pc {
        display: none; }
    .l-main_contents.two-colum main > .l-inner-main #right-nav {
      width: auto;
      margin-bottom: 100px; }
      .l-main_contents.two-colum main > .l-inner-main #right-nav.scroll {
        height: auto; }
      .l-main_contents.two-colum main > .l-inner-main #right-nav.btmFixed {
        position: inherit;
        top: auto;
        bottom: inherit;
        right: inherit;
        width: auto; }
      .l-main_contents.two-colum main > .l-inner-main #right-nav.following {
        position: inherit;
        top: inherit;
        bottom: inherit;
        right: inherit;
        width: auto; }
      .l-main_contents.two-colum main > .l-inner-main #right-nav.notFixed {
        position: inherit;
        top: inherit;
        bottom: inherit;
        right: inherit; }
      .l-main_contents.two-colum main > .l-inner-main #right-nav .nav dl dd ul {
        justify-content: space-between; }
        .l-main_contents.two-colum main > .l-inner-main #right-nav .nav dl dd ul li {
          width: 40%; }
          .l-main_contents.two-colum main > .l-inner-main #right-nav .nav dl dd ul li br {
            display: none; }
      .l-main_contents.two-colum main > .l-inner-main #right-nav .btn-list .m-btn {
        font-size: 1.8rem; }
        .l-main_contents.two-colum main > .l-inner-main #right-nav .btn-list .m-btn br {
          display: none; } }
@media only screen and (max-width: 767px) {
  #low-visual {
    padding: 18px 10px;
    display: flex;
    min-height: 150px;
    align-items: center; }
    #low-visual .Page_title-inner {
      margin-left: 0;
      margin-right: 0; }
    #low-visual .Page_title-header .ttl_03 {
      margin-bottom: 20px;
      font-size: 2.2rem; }
      #low-visual .Page_title-header .ttl_03:after {
        bottom: -6px;
        width: 18px;
        height: 1px; }
      #low-visual .Page_title-header .ttl_03 span {
        font-size: 1.3rem;
        margin-bottom: 8px; }
    #low-visual .Page_title-header .Page_title-text {
      font-size: 1.3rem; }
    #low-visual.bg-swallow-low .Page_title-header {
      padding-left: 66px;
      background-size: 56px auto; }
      #low-visual.bg-swallow-low .Page_title-header .ttl_03 img {
        width: 25px; }
    #low-visual.bg-check .Page_title-header {
      padding-left: 51px;
      background-size: 38px auto; }

  .m-card.card-caption .caption-info:before {
    background: url(/generic/images/arrow_next-page.png) no-repeat center center;
    background-size: contain; }

  .sp_m0a {
    margin-left: auto !important;
    margin-right: auto !important; }

  .modal-content p,
  .modal-content ul {
    font-size: 115%; }
  .modal-content .ttl_03_2 {
    font-size: 2.2rem !important; }
  .modal-content .ttl_04 {
    font-size: 2rem !important; }

  .btn-about-generic {
    height: 70px; }

  .btm-pager {
    display: block; }

  .l-main > header {
    min-width: 100%;
    padding: 0 10px; }

  .m-table_box .table_box.bd-box.sp-one-column .th, .m-table_box .table_box.bd-box.sp-one-column .td {
    display: table-cell; }

  .l-main_contents.two-colum {
    padding: 35px 10px 0; }
    .l-main_contents.two-colum main > .l-inner-main .left-contents {
      padding: 0 10px;
      width: auto;
      margin-bottom: 40px; }
    .l-main_contents.two-colum main > .l-inner-main #right-nav {
      margin-bottom: 40px;
      padding: 0 10px; }
      .l-main_contents.two-colum main > .l-inner-main #right-nav .nav {
        margin-bottom: 40px; }
        .l-main_contents.two-colum main > .l-inner-main #right-nav .nav dl dt {
          font-size: 1.6rem; }
          .l-main_contents.two-colum main > .l-inner-main #right-nav .nav dl dt a {
            padding: 17px 20px; }
            .l-main_contents.two-colum main > .l-inner-main #right-nav .nav dl dt a:hover {
              background-color: #0c499c;
              color: #fff;
              text-decoration: none; }
        .l-main_contents.two-colum main > .l-inner-main #right-nav .nav dl dd {
          font-size: 1.3rem;
          padding: 12px 18px; }
          .l-main_contents.two-colum main > .l-inner-main #right-nav .nav dl dd ul li {
            width: 100%; }
            .l-main_contents.two-colum main > .l-inner-main #right-nav .nav dl dd ul li:not(:last-child) {
              margin-bottom: 9px; }
      .l-main_contents.two-colum main > .l-inner-main #right-nav .btn-list .m-btn {
        font-size: 1.6rem; }
    .l-main_contents.two-colum main > .l-inner-main .table-type01 {
      width: 100%; }
      .l-main_contents.two-colum main > .l-inner-main .table-type01 th, .l-main_contents.two-colum main > .l-inner-main .table-type01 td {
        padding: 5px; }
    .l-main_contents.two-colum main > .l-inner-main .img-two-column.sp-one-column {
      text-align: center;
      display: block; }
      .l-main_contents.two-colum main > .l-inner-main .img-two-column.sp-one-column > *:nth-child(n+2) {
        margin-left: 0;
        margin-top: 20px; }
    .l-main_contents.two-colum main > .l-inner-main .img-float-r {
      display: block; }
      .l-main_contents.two-colum main > .l-inner-main .img-float-r.sp-float-inherit {
        display: flex; }
        .l-main_contents.two-colum main > .l-inner-main .img-float-r.sp-float-inherit .img {
          margin-left: 20px; }
      .l-main_contents.two-colum main > .l-inner-main .img-float-r .width-auto {
        flex: 1; }
      .l-main_contents.two-colum main > .l-inner-main .img-float-r .img {
        text-align: center;
        margin-left: 0;
        margin-top: 15px; }
    .l-main_contents.two-colum main > .l-inner-main .num-area {
      padding-left: 0; }
      .l-main_contents.two-colum main > .l-inner-main .num-area .num {
        position: relative;
        left: inherit;
        top: -2px;
        width: 21px;
        height: 21px;
        line-height: 21px;
        margin-right: 5px;
        font-size: 1.3rem; }
    .l-main_contents.two-colum main > .l-inner-main .ttl_04 {
      padding-bottom: 0; }
    .l-main_contents.two-colum main > .l-inner-main .ttl_05 {
      padding: 15px 30px; }
      .l-main_contents.two-colum main > .l-inner-main .ttl_05.heightType02 {
        padding: 19px 30px; }
    .l-main_contents.two-colum main > .l-inner-main .ttl_06 {
      font-size: 1.7rem;
      margin-bottom: 0.5em; }
    .l-main_contents.two-colum main > .l-inner-main .lead {
      width: auto;
      padding: 3px;
      border-radius: 7px;
      margin-bottom: 35px; }
      .l-main_contents.two-colum main > .l-inner-main .lead.oneLine {
        width: auto; }
      .l-main_contents.two-colum main > .l-inner-main .lead > div {
        line-height: 1.65;
        padding: 12px 18px 9px; }
        .l-main_contents.two-colum main > .l-inner-main .lead > div p {
          font-size: 1.6rem; }
          .l-main_contents.two-colum main > .l-inner-main .lead > div p:nth-child(n+2) {
            margin-top: 0.3em; }
        .l-main_contents.two-colum main > .l-inner-main .lead > div div:nth-child(n+2) {
          margin-top: 0.3em; }
    .l-main_contents.two-colum main > .l-inner-main .lead02 {
      font-size: 1.6rem;
      margin-top: -15px; }
    .l-main_contents.two-colum main > .l-inner-main .mbType02 {
      margin-bottom: 25px !important; }
    .l-main_contents.two-colum main > .l-inner-main .mbType03 {
      margin-bottom: 15px !important; }
    .l-main_contents.two-colum main > .l-inner-main .note {
      width: auto;
      padding: 3px;
      border-radius: 7px;
      line-height: 1.65;
      padding: 29px 18px 25px; }
      .l-main_contents.two-colum main > .l-inner-main .note.bg01 {
        padding: 80px 18px 32px; }
      .l-main_contents.two-colum main > .l-inner-main .note p {
        font-size: 1.6rem; }
        .l-main_contents.two-colum main > .l-inner-main .note p:nth-child(n+2) {
          margin-top: 0.3em; }
      .l-main_contents.two-colum main > .l-inner-main .note div:nth-child(n+2) {
        margin-top: 0.3em; }
    .l-main_contents.two-colum main > .l-inner-main .note_bu {
      width: auto;
      padding: 3px;
      border-radius: 7px; }
      .l-main_contents.two-colum main > .l-inner-main .note_bu > div {
        line-height: 1.65;
        padding: 12px 18px 9px; }
        .l-main_contents.two-colum main > .l-inner-main .note_bu > div p {
          font-size: 1.6rem; }
          .l-main_contents.two-colum main > .l-inner-main .note_bu > div p:nth-child(n+2) {
            margin-top: 0.3em; }
        .l-main_contents.two-colum main > .l-inner-main .note_bu > div div:nth-child(n+2) {
          margin-top: 0.3em; }
    .l-main_contents.two-colum main > .l-inner-main .ttl_indent_blue {
      margin-bottom: 6px; }
    .l-main_contents.two-colum main > .l-inner-main .btm-pager {
      display: block;
      margin: 40px 0 0; }
      .l-main_contents.two-colum main > .l-inner-main .btm-pager .m-btn {
        display: flex;
        height: auto; }
        .l-main_contents.two-colum main > .l-inner-main .btm-pager .m-btn.btn-thirdly {
          width: auto; }
        .l-main_contents.two-colum main > .l-inner-main .btm-pager .m-btn.btn-primary {
          width: auto; }
      .l-main_contents.two-colum main > .l-inner-main .btm-pager .sec-prev {
        width: auto;
        margin-bottom: 20px; }
      .l-main_contents.two-colum main > .l-inner-main .btm-pager .sec-next {
        width: auto;
        margin-top: 20px; }

  .Page_title .Page_title-inner {
    height: 210px; }

  .Page_title.bg-swallow-top {
    background-image: url(../images/bg-title-swallow_sp.jpg);
    background-position: right center; }
    .Page_title.bg-swallow-top > .Page_title-inner {
      height: auto; }
    .Page_title.bg-swallow-top .ttl_03 {
      line-height: 1.2;
      margin-bottom: 10px; }
      .Page_title.bg-swallow-top .ttl_03 span {
        margin-bottom: 4px !important; }
    .Page_title.bg-swallow-top .Page_title-header {
      position: inherit;
      max-height: inherit;
      padding: 17px 20px;
      background-color: rgba(30, 190, 190, 0.8); }
    .Page_title.bg-swallow-top .Page_title-text {
      font-size: 1.4rem; }
    .Page_title.bg-swallow-top .Page_title-text02 {
      font-size: 1rem;
      line-height: 1.4; }

  .low-top-visual {
    margin-left: -10px;
    margin-right: -10px; }

  #Link-list .m-btn:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    width: 30px;
    height: 30px;
    background: url(/generic/images/arrow_next-page.png) no-repeat left top;
    -webkit-background-size: contain;
    background-size: contain;
    margin-top: -15px; }
  #Link-list .m-btn.btn-swallow {
    height: 70px;
    padding: 10px 20px;
    font-size: 1.6rem; }
    #Link-list .m-btn.btn-swallow span {
      padding-right: 35px; }

  #swallow-top {
    margin-bottom: 40px; }
    #swallow-top .bnr {
      display: block;
      padding: 20px 0 0; }
      #swallow-top .bnr a:hover {
        opacity: 1; }
      #swallow-top .bnr li {
        width: auto; }
        #swallow-top .bnr li:nth-child(n+2) {
          margin-left: 0;
          margin-top: 30px; }

  #self_check .bnr img {
    width: 100%; }
  #self_check .bnr:hover {
    opacity: 1; }
  #self_check .check_box {
    display: block; }
    #self_check .check_box li {
      position: relative;
      width: auto;
      margin: 5px 0; }
      #self_check .check_box li a {
        display: flex;
        height: auto;
        border-radius: 5px;
        padding: 14px 56px 14px 12px; }
        #self_check .check_box li a:hover {
          text-decoration: none;
          background-color: #fff; }
          #self_check .check_box li a:hover .num {
            color: #0c489b; }
          #self_check .check_box li a:hover .txt {
            color: #071b33; }
        #self_check .check_box li a .num {
          padding-left: 30px;
          font-size: 14px;
          line-height: 20px;
          margin-bottom: 20px;
          margin: 0 8px 0 0; }
          #self_check .check_box li a .num:before {
            left: 0;
            top: 0;
            width: 20px;
            height: 20px; }
        #self_check .check_box li a .txt {
          font-size: 14px;
          line-height: 1.6; }
          #self_check .check_box li a .txt:after {
            content: "解説";
            display: inline-block;
            background-color: #1ebebe;
            color: #fff;
            text-align: center;
            width: 37px;
            height: 20px;
            line-height: 22px;
            font-size: 11px;
            position: absolute;
            right: 11px;
            top: 15px; }
        #self_check .check_box li a.checked .num:after {
          left: 6px;
          top: 3px;
          content: "";
          display: inline-block;
          width: 8px;
          height: 10px;
          border-right: 2px solid #ffdf00;
          border-bottom: 2px solid #ffdf00; }
        #self_check .check_box li a.checked .txt:after {
          background-color: #fff;
          color: #1ebebe; }
  #self_check .box_type01 {
    width: auto;
    padding: 3px;
    border-radius: 7px; }
    #self_check .box_type01 > div {
      line-height: 1.65;
      padding: 12px 17px 9px; }
      #self_check .box_type01 > div p {
        font-size: 1.6rem;
        margin-bottom: 5px; }
      #self_check .box_type01 > div dl + dl {
        margin-top: 3px; }
      #self_check .box_type01 > div dl dt {
        width: 60px;
        height: 17px;
        line-height: 18px;
        text-align: center;
        font-size: 1.1rem;
        margin-right: 10px; }
      #self_check .box_type01 > div dl dd {
        flex: 1;
        font-size: 1.4rem;
        color: #333;
        line-height: 1.5;
        letter-spacing: -0.05em; }

  .pc_txt_c {
    text-align: inherit; } }
.swallow_index_img01 {
  width: 790px; }

.swallow_knowledge01_img01 {
  width: 220px !important; }

.swallow_knowledge02_img01 {
  width: 370px; }

.swallow_knowledge03_img01 {
  width: 210px;
  margin-top: 28px; }

.swallow_knowledge03_img02 {
  width: 399px; }

.swallow_care02_img01 {
  width: 224px; }

.swallow_care02_img02 {
  width: 270px; }

.swallow_care02_img03 {
  width: 270px; }

.swallow_care02_img04 {
  width: 270px; }

.swallow_care02_img05 {
  width: 240px; }

.swallow_care02_img06 {
  width: 280px; }

.swallow_care02_img07 {
  width: 240px; }

.swallow_care02_img08 {
  width: 270px; }

.swallow_care02_img09 {
  width: 367px; }

.swallow_care02_img10 {
  width: 300px; }

.swallow_care02_img11 {
  width: 247px; }

.swallow_care02_img12 {
  width: 370px;
  margin-top: 15px; }

.swallow_care04_img01 {
  width: 340px; }

.swallow_exercise01_img02 {
  width: 348px; }

.swallow_exercise01_img03 {
  width: 340px; }

.swallow_exercise01_img04 {
  width: 194px; }

.swallow_exercise01_img05 {
  width: 340px; }

.swallow_exercise01_img06 {
  width: 340px; }

.swallow_exercise01_img07 {
  width: 280px; }

.swallow_exercise01_img08 {
  width: 170px; }

.swallow_exercise01_img09 {
  width: 220px; }

.swallow_exercise01_img10 {
  width: 240px; }

.swallow_exercise01_img01-txt {
  display: flex;
  justify-content: flex-end;
  width: 478px;
  margin: 0 auto; }
  .swallow_exercise01_img01-txt li:nth-child(2) {
    margin-left: 119px; }

.swallow_exercise02_img01 {
  width: 200px; }

.swallow_exercise02_img02 {
  width: 164px; }

.swallow_exercise02_img03 {
  width: 500px; }

.check_img01 {
  width: 399px; }

.check_q01_img01 {
  width: 370px; }

.check_q02_img01 {
  width: 120px; }

.check_q03_img01 {
  width: 270px; }

.check_q04_img01 {
  width: 280px; }

.check_q05_img01 {
  width: 280px; }

.check_q06_img01 {
  width: 180px; }

.check_q07_img01 {
  width: 210px; }

.check_q08_img01 {
  width: 380px; }

.check_q09_img01 {
  width: 290px; }

.check_q10_img01 {
  width: 270px; }

.check_q11_img01 {
  width: 210px; }

.check_q12_img01 {
  width: 240px; }

.check_q13_img01 {
  width: 150px; }

.check_q14_img01 {
  width: 300px; }

.check_q15_img01 {
  width: 290px; }

@media only screen and (max-width: 767px) {
  .swallow_index_img01 {
    width: 100%; }

  .swallow_knowledge01_img01 {
    width: 150px !important; }

  .swallow_knowledge01_img01_dummy {
    width: 70px; }

  .swallow_knowledge02_img01 {
    width: 250px; }

  .swallow_knowledge03_img01 {
    width: 120px;
    margin-top: 0;
    padding-bottom: 10px; }

  .swallow_knowledge03_img02 {
    width: 270px; }

  .swallow_knowledge04_img01 {
    width: 270px; }

  .swallow_care02_img01 {
    width: 124px; }

  .swallow_care02_img02 {
    width: 150px; }

  .swallow_care02_img03 {
    width: 150px; }

  .swallow_care02_img04 {
    width: 150px; }

  .swallow_care02_img05 {
    width: 159px; }

  .swallow_care02_img06 {
    width: 171px; }

  .swallow_care02_img07 {
    width: 200px; }

  .swallow_care02_img08 {
    width: 220px; }

  .swallow_care02_img09 {
    width: 257px; }

  .swallow_care02_img10 {
    width: 220px; }

  .swallow_care02_img11 {
    width: 196px; }

  .swallow_care02_img12 {
    width: 293px; }

  .swallow_care04_img01 {
    width: 240px; }

  .swallow_care05_img01 {
    width: 220px; }

  .swallow_care05_img02 {
    width: 300px; }

  .swallow_exercise01_img01 {
    width: 280px; }

  .swallow_exercise01_img02 {
    width: 186px; }

  .swallow_exercise01_img03 {
    width: 186px; }

  .swallow_exercise01_img04 {
    width: 104px; }

  .swallow_exercise01_img05 {
    width: 171px; }

  .swallow_exercise01_img06 {
    width: 171px; }

  .swallow_exercise01_img07 {
    width: 145px; }

  .swallow_exercise01_img08 {
    width: 88px; }

  .swallow_exercise01_img09 {
    width: 123px; }

  .swallow_exercise01_img10 {
    width: 127px; }

  .swallow_exercise01_img01-txt {
    width: 248px;
    margin: 0 auto; }
    .swallow_exercise01_img01-txt li:nth-child(2) {
      margin-left: 22px; }

  .swallow_exercise02_img01 {
    width: 160px; }

  .swallow_exercise02_img02 {
    width: 134px; }

  .swallow_exercise02_img03 {
    width: 100%;
    max-width: 350px !important; }

  .check_img01 {
    width: 249px; }

  .check_q01_img01 {
    width: 250px; }

  .check_q02_img01 {
    width: 80px; }

  .check_q03_img01 {
    width: 200px; }

  .check_q04_img01 {
    width: 190px; }

  .check_q05_img01 {
    width: 200px; }

  .check_q06_img01 {
    width: 140px; }

  .check_q07_img01 {
    width: 160px; }

  .check_q08_img01 {
    width: 220px; }

  .check_q09_img01 {
    width: 200px; }

  .check_q10_img01 {
    width: 190px; }

  .check_q11_img01 {
    width: 120px; }

  .check_q12_img01 {
    width: 170px; }

  .check_q13_img01 {
    width: 110px; }

  .check_q14_img01 {
    width: 200px; }

  .check_q15_img01 {
    width: 200px; } }
.btn-hover-wrap .btn-hover {
  transition: opacity .2s, visibility .2s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 87px;
  left: 5%;
  right: 5%;
  z-index: 10;
  background: white;
  border: 1px solid #e6e9ec;
  padding: 10px;
  font-size: 1.6rem; }

.btn-hover-wrap .btn-hover a {
  display: block; }

.btn-hover-wrap:hover .btn-hover {
  opacity: 1;
  visibility: visible; }
