@charset "utf-8";
@charset "utf-8";
@media screen and (min-width: 769px), print {
  .content-heading {
    background-color: #09ba79;
    height: 162px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .content-heading h2 {
    color: #fff;
    font-size: 3.2rem;
    text-align: center;
  }
  .content-heading h2 i {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background-color: #fff;
    border-radius: 50%;
    color: #09ba79;
    margin: 0px auto;
    margin-bottom: 20px;
  }
  .content-heading h2 i:before {
    font-size: 2.2rem;
  }
  .content-image {
    height: 340px;
  }
  h3.line-caption {
    font-size: 2.6rem;
    color: #09ba79;
    font-weight: bold;
    background-color: #effcf7;
    border-left: 3px solid #09ba79;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #e1efea;
    height: 50px;
    line-height: 50px;
    padding-left: 28px;
    margin-bottom: 24px;
  }
  .content-body {
    padding-bottom: 80px;
    padding-top: 70px;
    font-size: 1.5rem;
  }
  footer {
    border-top: 1px dotted #ddd;
    padding-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .content-heading {
    background-color: #09ba79;
    height: 96px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .content-heading h2 {
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
  }
  .content-heading h2 i {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    color: #09ba79;
    margin: 0px auto;
    margin-bottom: 10px;
  }
  .content-heading h2 i:before {
    font-size: 1.3rem;
  }
  .content-image {
    height: 120px;
  }
  h3.line-caption {
    font-size: 1.9rem;
    color: #09ba79;
    font-weight: bold;
    background-color: #effcf7;
    border-left: 3px solid #09ba79;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #e1efea;
    padding: 10px 0;
    padding-left: 14px;
    margin-bottom: 12px;
    line-height: 1.2;
  }
  .content-body {
    padding-top: 35px;
    padding-bottom: 40px;
    font-size: 1.4rem;
  }
  footer {
    border-top: 1px dotted #ddd;
    padding-top: 26px;
  }
}
@media screen and (min-width: 769px), print {
  .content-image {
    background-image: url("../../course/img/main_image.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: top center;
  }
  .content-body article + article {
    margin-top: 40px;
  }
  .info .pull-left,
  .info .pull-right {
    width: 47%;
  }
  .info .pull-left {
    text-align: center;
  }
  .info .pull-left p.catch {
    font-size: 2.4rem;
    font-weight: bold;
    color: #f18200;
    border-bottom: 4px solid #a4e156;
    margin-bottom: 16px;
  }
  .info .pull-left p.note {
    background-color: #f6f6f6;
    border-radius: 4px;
    width: 100%;
    height: 120px;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 1.6rem;
    line-height: 26px;
  }
  .info .pull-left p.note strong {
    color: #f18200;
    font-size: 1.8rem;
  }
  .info table {
    width: 100%;
    border-left: 1px solid #09ba79;
    border-top: 1px solid #09ba79;
    font-size: 1.4rem;
    margin-bottom: 12px;
  }
  .info table td,
  .info table th {
    border-right: 1px solid #09ba79;
    border-bottom: 1px solid #09ba79;
    text-align: center;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
  }
  .info table th {
    font-weight: bold;
  }
  .info table th em {
    color: #09ba79;
    display: inline-block;
    margin-right: 1em;
  }
  .info table td {
    color: #09ba79;
  }
  .info table td.disable {
    color: #3e3939;
  }
  .info table thead th {
    color: #3e3939;
  }
  .info table thead th:nth-last-of-type(1) {
    color: #ff5a00;
  }
  .info table thead th:nth-last-of-type(2) {
    color: #009cff;
  }
  .info dl.tel {
    zoom: 1;
  }
  .info dl.tel:before,
  .info dl.tel:after {
    content: "";
    display: table;
  }
  .info dl.tel:after {
    clear: both;
  }
  .info dl.tel > dt {
    border: 1px solid #09ba79;
    color: #09ba79;
    padding: 4px;
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 10px;
  }
  .info dl.tel >dd:nth-of-type(1) {
    float: left;
  }
  .info dl.tel >dd:nth-of-type(2) {
    float: right;
  }
  .info dl.tel >dd.roboto {
    line-height: 1;
    font-size: 3.5rem;
    font-weight: bold;
    position: relative;
    padding-left: 0.6em;
  }
  .info dl.tel >dd.roboto i {
    color: #09ba79;
    font-size: 2.8rem;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .info dl.tel >dd dl,
  .info dl.tel >dd dt,
  .info dl.tel >dd dd {
    display: inline-block;
  }
  .info dl.tel >dd dt {
    font-size: 1.3rem;
    width: 70px;
    height: 26px;
    background-color: #e9faf4;
    display: inline-block;
    color: #09ba79;
    text-align: center;
    margin-right: 0.5em;
  }
  .info dl.tel >dd dd {
    font-size: 1.3rem;
  }
  article.detail section + section,
  article.sas section + section,
  article.health-check section + section {
    padding-top: 40px;
    margin-top: 40px;
    background-image: url("../img/hr.png");
    background-repeat: repeat-x;
  }
  article.detail section h4,
  article.sas section h4,
  article.health-check section h4 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 12px;
  }
  article.detail section ul.dotted,
  article.sas section ul.dotted,
  article.health-check section ul.dotted {
    margin: 1em 0px;
  }
  article.detail section ul.dotted li:before,
  article.sas section ul.dotted li:before,
  article.health-check section ul.dotted li:before {
    content: '●';
    color: #09ba79;
    margin-right: 10px;
  }
  article.detail section ul.maschine,
  article.sas section ul.maschine,
  article.health-check section ul.maschine {
    zoom: 1;
    width: 810px;
    margin: 0px auto;
    margin-top: 50px;
  }
  article.detail section ul.maschine:before,
  article.sas section ul.maschine:before,
  article.health-check section ul.maschine:before,
  article.detail section ul.maschine:after,
  article.sas section ul.maschine:after,
  article.health-check section ul.maschine:after {
    content: "";
    display: table;
  }
  article.detail section ul.maschine:after,
  article.sas section ul.maschine:after,
  article.health-check section ul.maschine:after {
    clear: both;
  }
  article.detail section ul.maschine li,
  article.sas section ul.maschine li,
  article.health-check section ul.maschine li {
    float: left;
    width: 330px;
  }
  article.detail section ul.maschine li:nth-of-type(even),
  article.sas section ul.maschine li:nth-of-type(even),
  article.health-check section ul.maschine li:nth-of-type(even) {
    margin-left: 150px;
  }
  article.detail section ul.maschine li:nth-of-type(2n+1),
  article.sas section ul.maschine li:nth-of-type(2n+1),
  article.health-check section ul.maschine li:nth-of-type(2n+1) {
    clear: both;
  }
  article.detail section ul.maschine li:nth-of-type(n+3),
  article.sas section ul.maschine li:nth-of-type(n+3),
  article.health-check section ul.maschine li:nth-of-type(n+3) {
    margin-top: 50px;
  }
  article.detail section ul.maschine li figure,
  article.sas section ul.maschine li figure,
  article.health-check section ul.maschine li figure {
    margin-bottom: 20px;
  }
  article.detail section ul.maschine li dl,
  article.sas section ul.maschine li dl,
  article.health-check section ul.maschine li dl {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
  }
  article.detail section ul.maschine li dl dt,
  article.sas section ul.maschine li dl dt,
  article.health-check section ul.maschine li dl dt {
    font-size: 2.2rem;
    font-weight: bold;
  }
  article.detail section ul.maschine li dl dd,
  article.sas section ul.maschine li dl dd,
  article.health-check section ul.maschine li dl dd {
    font-size: 1.6rem;
  }
  .digestive-organ .row:nth-of-type(n+2),
  .cpap .row:nth-of-type(n+2),
  .easy .row:nth-of-type(n+2) {
    margin-top: 50px;
  }
  .digestive-organ .row .pull-left,
  .cpap .row .pull-left,
  .easy .row .pull-left {
    width: 50%;
  }
  .detail-image {
    text-align: center;
    margin-top: 50px;
  }
  section.cure .row {
    width: 900px;
    margin: 0px auto;
    margin-top: 50px;
  }
  article.health-check section {
    padding-top: 40px;
    margin-top: 40px;
    background-image: url("../img/hr.png");
    background-repeat: repeat-x;
  }
  article.health-check ul {
    zoom: 1;
  }
  article.health-check ul:before,
  article.health-check ul:after {
    content: "";
    display: table;
  }
  article.health-check ul:after {
    clear: both;
  }
  article.health-check ul li {
    float: left;
  }
  article.health-check ul li:nth-of-type(n+2) {
    margin-left: 30px;
  }
  article.health-check ul li:nth-of-type(5n+1) {
    clear: both;
    margin-left: 0;
  }
  article.health-check ul li:before {
    content: '・';
  }
  .checkup-table {
    width: 100%;
    margin-top: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin-bottom: 10px;
  }
  .checkup-table th,
  .checkup-table td {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: center;
    vertical-align: middle;
  }
  .checkup-table thead th {
    background-color: #09ba79;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-size: 2rem;
    font-weight: bold;
    height: 85px;
  }
  .checkup-table td {
    padding: 5px 0;
    font-weight: bold;
    font-size: 1.8rem;
  }
  .checkup-table td.price {
    background-color: #fff3e9;
    color: #ff2a00;
    font-weight: normal;
    font-size: 1.5rem;
  }
  .checkup-table td.price strong {
    font-size: 2rem;
    font-weight: bold;
  }
}
@media screen and (max-width: 768px) {
  .content-image {
    background-image: url("../../course/img/main_image.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: top center;
  }
  .info {
    margin-bottom: 30px;
  }
  .info >.pull-left {
    float: none !important;
  }
  .info >.pull-right {
    float: none !important;
  }
  .info p.catch {
    font-size: 1.6rem;
    font-weight: bold;
    color: #f18200;
    border-bottom: 3px solid #a4e156;
    margin-bottom: 10px;
    text-align: center;
  }
  .info p.note {
    padding: 10px 0;
    margin-bottom: 12px;
    background-color: #f6f6f6;
    border-radius: 4px;
    width: 100%;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 1.4rem;
  }
  .info p.note strong {
    color: #ff5a00;
  }
  .info table {
    width: 100%;
    border-left: 1px solid #ddede7;
    border-top: 1px solid #ddede7;
    font-size: 1.4rem;
    margin-bottom: 12px;
  }
  .info table td,
  .info table th {
    border-right: 1px solid #ddede7;
    border-bottom: 1px solid #ddede7;
    text-align: center;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
  }
  .info table th {
    font-weight: bold;
  }
  .info table th em {
    color: #09ba79;
    display: inline-block;
    margin-right: 10px;
  }
  .info table td {
    color: #09ba79;
  }
  .info table td.disable {
    color: #3e3939;
  }
  .info table thead th {
    color: #3e3939;
  }
  .info table thead th:nth-last-of-type(1) {
    color: #ff5a00;
  }
  .info table thead th:nth-last-of-type(2) {
    color: #009cff;
  }
  dl.tel >dt {
    border: 1px solid #09ba79;
    color: #09ba79;
    padding: 2px;
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 13px;
  }
  dl.tel >dd {
    line-height: 1;
    font-size: 2.4rem;
    font-weight: bold;
    position: relative;
    text-align: center;
  }
  dl.tel >dd i {
    font-size: 1.9rem;
    color: #09ba79;
    margin-right: 5px;
    position: relative;
  }
  dl.tel >dd i:before {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  dl.tel >dd dt {
    width: 62px;
    height: 22px;
    line-height: 22px;
    background-color: #e9faf4;
    font-size: 1.4rem;
    text-align: center;
    color: #09ba79;
    margin-top: 10px;
  }
  dl.tel >dd dd {
    font-size: 1.4rem;
    line-height: 22px;
  }
  dl.tel >dd dt,
  dl.tel >dd dd {
    display: inline-block;
  }
  article.detail section + section,
  article.sas section + section,
  article.health-check section + section {
    padding-top: 20px;
    margin-top: 20px;
    background-image: url("./../img/hr.png");
    -webkit-background-size: 6px 3px;
    -moz-background-size: 6px 3px;
    background-size: 6px 3px;
    background-repeat: repeat-x;
  }
  article.detail section h4,
  article.sas section h4,
  article.health-check section h4 {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 8px;
  }
  article.detail section ul.dotted,
  article.sas section ul.dotted,
  article.health-check section ul.dotted {
    margin: 1em 0px;
  }
  article.detail section ul.dotted li,
  article.sas section ul.dotted li,
  article.health-check section ul.dotted li {
    text-indent: -1em;
    padding-left: 1em;
  }
  article.detail section ul.dotted li:before,
  article.sas section ul.dotted li:before,
  article.health-check section ul.dotted li:before {
    content: '●';
    color: #09ba79;
  }
  article.detail section ul.maschine,
  article.sas section ul.maschine,
  article.health-check section ul.maschine {
    margin-top: 25px;
    zoom: 1;
  }
  article.detail section ul.maschine:before,
  article.sas section ul.maschine:before,
  article.health-check section ul.maschine:before,
  article.detail section ul.maschine:after,
  article.sas section ul.maschine:after,
  article.health-check section ul.maschine:after {
    content: "";
    display: table;
  }
  article.detail section ul.maschine:after,
  article.sas section ul.maschine:after,
  article.health-check section ul.maschine:after {
    clear: both;
  }
  article.detail section ul.maschine li:nth-of-type(n+2),
  article.sas section ul.maschine li:nth-of-type(n+2),
  article.health-check section ul.maschine li:nth-of-type(n+2) {
    margin-top: 40px;
  }
  article.detail section ul.maschine li figure,
  article.sas section ul.maschine li figure,
  article.health-check section ul.maschine li figure {
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
  article.detail section ul.maschine li figure img,
  article.sas section ul.maschine li figure img,
  article.health-check section ul.maschine li figure img {
    width: 50%;
  }
  article.detail section ul.maschine li dl dt,
  article.sas section ul.maschine li dl dt,
  article.health-check section ul.maschine li dl dt {
    font-size: 1.5rem;
    font-weight: bold;
  }
  article.detail section ul.maschine li dl dd,
  article.sas section ul.maschine li dl dd,
  article.health-check section ul.maschine li dl dd {
    font-size: 1.4rem;
  }
  .digestive-organ .row,
  .cpap .row,
  .easy .row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .digestive-organ .row:nth-of-type(1),
  .cpap .row:nth-of-type(1),
  .easy .row:nth-of-type(1) {
    margin-top: 20px;
  }
  .digestive-organ .row:nth-of-type(n+2),
  .cpap .row:nth-of-type(n+2),
  .easy .row:nth-of-type(n+2) {
    margin-top: 30px;
  }
  .digestive-organ .row >.pull-left,
  .cpap .row >.pull-left,
  .easy .row >.pull-left {
    float: none !important;
  }
  .digestive-organ .row >.pull-right,
  .cpap .row >.pull-right,
  .easy .row >.pull-right {
    float: none !important;
  }
  .digestive-organ .row .pull-right,
  .cpap .row .pull-right,
  .easy .row .pull-right {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -o-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    margin-bottom: 10px;
  }
  .digestive-organ .row .pull-right img,
  .cpap .row .pull-right img,
  .easy .row .pull-right img {
    width: 80%;
  }
  .digestive-organ .row .pull-left,
  .cpap .row .pull-left,
  .easy .row .pull-left {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -o-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .detail-image {
    text-align: center;
    margin-top: 25px;
  }
  .detail-image img {
    width: 80%;
  }
  article.sas {
    margin-top: 30px;
  }
  section.cure .row figure {
    width: 47%;
  }
  article.health-check {
    margin-top: 30px;
  }
  article.health-check section {
    padding-top: 20px;
    margin-top: 20px;
    background-image: url("./../img/hr.png");
    -webkit-background-size: 6px 3px;
    -moz-background-size: 6px 3px;
    background-size: 6px 3px;
    background-repeat: repeat-x;
  }
  article.health-check ul {
    zoom: 1;
  }
  article.health-check ul:before,
  article.health-check ul:after {
    content: "";
    display: table;
  }
  article.health-check ul:after {
    clear: both;
  }
  article.health-check ul li {
    float: left;
    width: 40%;
  }
  article.health-check ul li:nth-of-type(n+3) {
    margin-top: 5px;
  }
  article.health-check ul li:nth-of-type(2n+1) {
    clear: both;
    margin-left: 0;
  }
  article.health-check ul li:before {
    content: '・';
  }
  article.checkup {
    margin-top: 30px;
  }
  .checkup-table {
    width: 100%;
    margin-top: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin-bottom: 10px;
  }
  .checkup-table th,
  .checkup-table td {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: center;
    vertical-align: middle;
  }
  .checkup-table thead th {
    background-color: #09ba79;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 10px 0;
  }
  .checkup-table td {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 10px;
    font-weight: bold;
    line-height: 1.4;
    font-size: 1.4rem;
  }
  .checkup-table td.price {
    background-color: #fff3e9;
    color: #ff2a00;
    font-weight: normal;
    font-size: 1.4rem;
  }
  .checkup-table td.price strong {
    font-size: 1.4rem;
    font-weight: bold;
  }
}
