@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : assets.css
 Style : assets
================================================================= */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

body {
  counter-reset: number 0;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #333;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  word-wrap: break-word; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-weight: 400; }

.inner {
  margin: 0 auto;
  max-width: 1070px;
  padding: 0 10px; }
  @media screen and (min-width: 641px) and (max-width: 834px) {
    .inner {
      padding-left: 20px !important;
      padding-right: 20px !important; } }
  @media only screen and (max-width: 640px) {
    .inner {
      padding-left: 10px !important;
      padding-right: 10px !important; } }

#contents_wrap {
  width: 100%;
  min-width: 100%;
  margin-bottom: 70px;
  overflow: hidden; }

#contents {
  width: 100%;
  max-width: 1070px;
  padding: 0 10px; }
  @media screen and (min-width: 641px) and (max-width: 834px) {
    #contents {
      padding-left: 20px !important;
      padding-right: 20px !important; } }
  @media only screen and (max-width: 640px) {
    #contents {
      padding-left: 10px !important;
      padding-right: 10px !important; } }

#main {
  width: 100%; }

#main #col_main {
  width: 100%; }

.pankuzu {
  margin-bottom: 30px;
  font-size: 13px;
  color: #333;
  text-align: right; }
  @media only screen and (max-width: 640px) {
    .pankuzu {
      display: none; } }
  .pankuzu a {
    color: #4f4f4f; }
    .pankuzu a:hover {
      text-decoration: underline; }

.error_link a {
  display: inline-block;
  margin-top: 50px;
  color: #ff8f8f; }
  .error_link a:hover {
    text-decoration: underline; }

table {
  table-layout: fixed; }

table td {
  padding: 0 !important; }

.tlauto table {
  table-layout: auto; }

table td img {
  height: auto !important; }

.pdtd10 td {
  padding: 10px !important; }

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line; }

b, strong {
  font-weight: bold; }

u {
  text-decoration: line-through; }

img {
  max-width: 100%;
  height: auto !important; }

small {
  font-size: 80%; }

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3; }

span {
  font-weight: inherit; }

u {
  text-decoration: underline; }

b {
  font-weight: bold; }

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px; }

a {
  text-decoration: none;
  -webkit-transition: all .8s;
  transition: all .3s;
  color: #ffa914; }

a:hover {
  opacity: 0.8; }

@media screen and (min-width: 641px) and (max-width: 834px) {
  .imgR, .imgL {
    max-width: 30% !important; } }
@media only screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center; } }

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }

.gothic {
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

@media only screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important; }

  .fltR {
    float: none;
    width: 100% !important; }

  .sptal {
    text-align: left !important; }

  .sptar {
    text-align: right !important; }

  .sptac {
    text-align: center !important; }

  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px; } }
header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto; }

#global_header section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 10px; }
  @media only screen and (max-width: 834px) {
    #global_header section {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 100;
      width: 100%;
      padding: 10px 0;
      background-color: rgba(255, 255, 255, 0.9); } }
  #global_header section #siteID {
    width: 40%;
    max-width: 470px;
    text-align: left; }
    @media only screen and (max-width: 640px) {
      #global_header section #siteID {
        width: 45%; } }
    #global_header section #siteID a {
      opacity: 1; }
  #global_header section .linkTel {
    width: 26%;
    max-width: 300px; }
    @media only screen and (max-width: 640px) {
      #global_header section .linkTel {
        width: 45%; } }

#global_header nav {
  background-color: #ff8f8f; }
  @media only screen and (max-width: 834px) {
    #global_header nav {
      position: fixed;
      bottom: 0;
      left: 0;
      z-index: 100;
      width: 100%; } }
  #global_header nav ul {
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
    @media only screen and (max-width: 834px) {
      #global_header nav ul {
        padding-left: 0 !important;
        padding-right: 0 !important;
        border-top: 1px solid #ffb1b1; } }
    #global_header nav ul li {
      -webkit-flex-grow: 1;
      flex-grow: 1;
      border-right: 1px solid #ffb1b1;
      line-height: 1; }
      #global_header nav ul li:first-of-type {
        border-left: 1px solid #ffb1b1; }
      #global_header nav ul li a {
        display: block;
        padding: 4.5px 0;
        font-size: 18px;
        text-decoration: none;
        color: #fff; }
        @media screen and (min-width: 641px) and (max-width: 834px) {
          #global_header nav ul li a {
            padding: 10px 0;
            font-size: 13px; } }
        @media only screen and (max-width: 640px) {
          #global_header nav ul li a {
            padding: 10px 0;
            font-size: 9px; } }
        #global_header nav ul li a i {
          display: block;
          margin-bottom: 5px; }
          @media only screen and (max-width: 834px) {
            #global_header nav ul li a i {
              font-size: 16px; } }
        #global_header nav ul li a:hover {
          background-color: #ff365a; }

#mainArea {
  overflow: hidden; }
  @media screen and (min-width: 641px) and (max-width: 834px) {
    #mainArea {
      margin-top: 9.2% !important; } }
  @media only screen and (max-width: 640px) {
    #mainArea {
      margin-top: 65px !important; } }
  #mainArea #slider {
    width: 100%;
    position: relative; }
    #mainArea #slider li {
      padding: 4.5% 0;
      background-size: cover !important;
      background-repeat: no-repeat !important;
      background-position: center !important; }
      @media only screen and (max-width: 640px) {
        #mainArea #slider li {
          padding: 0;
          background: none !important; } }
      #mainArea #slider li img {
        width: 90% !important;
        max-width: 1080px;
        margin: 0 auto; }
        @media only screen and (max-width: 640px) {
          #mainArea #slider li img {
            width: 100% !important; } }

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2); }
  .fixed section {
    padding: 12px 10px !important; }
    .fixed section #siteID {
      width: 250px !important; }
    .fixed section .linkTel {
      width: 200px !important; }
  .fixed #nav_global {
    margin: 10px auto; }

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  color: #fff; }
  footer#global_footer a {
    color: #fff;
    text-decoration: none; }
  footer#global_footer #pagetop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 40px;
    text-align: center; }
    @media only screen and (max-width: 834px) {
      footer#global_footer #pagetop {
        bottom: 60px; } }
    footer#global_footer #pagetop a {
      display: block;
      padding: 4px 0;
      background-color: rgba(255, 54, 90, 0.9);
      border-radius: 50%; }
    footer#global_footer #pagetop i {
      font-size: 20px;
      font-weight: 200;
      color: #fff; }
  footer#global_footer section {
    display: flex;
    justify-content: space-between;
    padding: 30px 10px; }
  footer#global_footer address {
    width: 25%;
    text-align: left; }
    @media only screen and (max-width: 834px) {
      footer#global_footer address {
        width: 100%;
        text-align: center; } }
    footer#global_footer address a {
      display: inline-block;
      margin-bottom: 10px;
      opacity: 1; }
    footer#global_footer address p {
      line-height: 1.5; }
      footer#global_footer address p .linkTel {
        display: inline-block;
        margin-left: 5px; }
  footer#global_footer ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 74%; }
    @media only screen and (max-width: 834px) {
      footer#global_footer ul {
        display: none; } }
    footer#global_footer ul li {
      margin-left: 30px; }
      footer#global_footer ul li:first-of-type {
        margin-left: 0; }
      footer#global_footer ul li a {
        text-decoration: none; }
        footer#global_footer ul li a:before {
          content: "\f105";
          font-family: "Font Awesome 5 Pro";
          font-weight: 200;
          margin-right: 10px; }
        footer#global_footer ul li a:hover {
          color: #ff365a; }
  footer#global_footer #copy {
    display: block;
    background-color: #ff5d5d;
    padding: 2px 10px;
    font-size: 13px; }
    @media screen and (min-width: 641px) and (max-width: 834px) {
      footer#global_footer #copy {
        padding-bottom: 45px; } }
    @media only screen and (max-width: 640px) {
      footer#global_footer #copy {
        padding-bottom: 55px; } }
    @media only screen and (max-width: 640px) {
      footer#global_footer #copy {
        font-size: 11px; } }
    footer#global_footer #copy a {
      text-decoration: none; }
      @media only screen and (max-width: 640px) {
        footer#global_footer #copy a {
          display: block; } }
      footer#global_footer #copy a:hover {
        opacity: 1; }

/* ------------------------------------------------------------
index.html
------------------------------------------------------------ */
.index_contents #contents_wrap {
  margin-bottom: 0; }

.topCon1 {
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain; }
  @media only screen and (max-width: 1800px) {
    .topCon1 {
      background-position: top left -20%; } }
  @media only screen and (max-width: 1400px) {
    .topCon1 {
      padding: 9% 0 12% 0 !important;
      background-position: top left -40%; } }
  @media only screen and (max-width: 1230px) {
    .topCon1 {
      padding: 6% 0 8% 0 !important; } }
  @media only screen and (max-width: 1100px) {
    .topCon1 {
      background-position: top left -75%; } }
  @media only screen and (max-width: 1050px) {
    .topCon1 {
      background-position: top left -160%; } }
  @media only screen and (max-width: 920px) {
    .topCon1 {
      padding: 30px 0 !important;
      background-size: cover;
      background-position: top left; } }
  @media only screen and (max-width: 640px) {
    .topCon1 {
      background-position: top center; } }
  .topCon1 .txt {
    width: 50%;
    max-width: 960px;
    margin: 0 0 0 auto;
    padding: 0 10px;
    padding-right: 8.3%; }
    @media only screen and (max-width: 1800px) {
      .topCon1 .txt {
        padding-right: 4%; } }
    @media only screen and (max-width: 920px) {
      .topCon1 .txt {
        width: 95%;
        margin: 0 auto;
        padding: 40px 20px;
        background-color: rgba(0, 0, 0, 0.4); } }
    .topCon1 .txt h2 {
      margin-bottom: 35px;
      font-size: 30px;
      font-weight: bold;
      color: #fff; }
      @media only screen and (max-width: 920px) {
        .topCon1 .txt h2 {
          text-align: center; } }
      @media only screen and (max-width: 640px) {
        .topCon1 .txt h2 {
          font-size: 4.7vw;
          line-height: 1.7; } }
      @media only screen and (max-width: 320px) {
        .topCon1 .txt h2 {
          font-size: 19px; } }
      .topCon1 .txt h2 .dots {
        position: relative;
        display: inline-block; }
        .topCon1 .txt h2 .dots:before {
          content: "";
          position: absolute;
          top: -1px;
          left: 50%;
          transform: translateX(-50%);
          width: 7px;
          height: 7px;
          display: block;
          border-radius: 50%;
          background-color: #fff38f; }
          @media only screen and (max-width: 640px) {
            .topCon1 .txt h2 .dots:before {
              top: -5px; } }
      .topCon1 .txt h2 .line {
        display: inline-block;
        border-bottom: 3px solid #fff38f; }
    .topCon1 .txt p {
      font-size: 18px;
      color: #fff; }
      @media only screen and (max-width: 640px) {
        .topCon1 .txt p {
          font-size: 16px; } }

.topCon2 {
  position: relative; }
  .topCon2:before {
    content: "";
    position: absolute;
    top: 210px;
    left: 0;
    display: block;
    width: 100%;
    height: 180px;
    background: url(../images/contents/bg_dots.gif); }
    @media only screen and (max-width: 640px) {
      .topCon2:before {
        top: 17%;
        height: 20vw; } }
  .topCon2 .foot {
    position: relative;
    width: 100%; }
    .topCon2 .foot:before, .topCon2 .foot:after {
      content: "";
      position: absolute;
      z-index: 0;
      display: block;
      width: 211px;
      height: 232px;
      background: url(../images/contents/fot.png) no-repeat; }
      @media only screen and (max-width: 1050px) {
        .topCon2 .foot:before, .topCon2 .foot:after {
          display: none; } }
    .topCon2 .foot:before {
      top: 180px;
      left: 6%; }
    .topCon2 .foot:after {
      top: 55px;
      right: 6%; }
  .topCon2 .inner {
    position: relative;
    z-index: 10; }
  .topCon2 .box02 li {
    margin-bottom: 10px; }
    .topCon2 .box02 li:first-of-type {
      text-align: center !important; }
    .topCon2 .box02 li:last-of-type {
      text-align: center !important; }
      .topCon2 .box02 li:last-of-type a {
        display: inline-block;
        max-width: 350px;
        width: 100%;
        margin-top: 20px;
        padding: 17px 5px;
        background: url(../images/contents/buttonOrg.png);
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        text-align: center; }
  .topCon2 .box02 h3 {
    position: relative;
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    text-align: center; }
  .topCon2 .trimm h3:before, .topCon2 .trimm h3:after {
    content: "";
    position: absolute;
    top: 14px;
    display: inline-block;
    width: 35px;
    height: 35px; }
  .topCon2 .trimm h3:before {
    left: -42px;
    background: url(../images/contents/icon_trimingL.png) no-repeat; }
  .topCon2 .trimm h3:after {
    right: -42px;
    background: url(../images/contents/icon_trimingR.png) no-repeat; }
  @media only screen and (max-width: 640px) {
    .topCon2 .dent {
      position: relative; } }
  @media only screen and (max-width: 640px) {
    .topCon2 .dent:before {
      content: "";
      position: absolute;
      top: 25%;
      left: -20px;
      z-index: 0;
      display: block;
      width: 120%;
      height: 20vw;
      background: url(../images/contents/bg_dots.gif); } }
  @media only screen and (max-width: 640px) {
    .topCon2 .dent ul {
      position: relative; } }
  .topCon2 .dent h3:before, .topCon2 .dent h3:after {
    content: "";
    position: absolute;
    top: 14px;
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(../images/contents/icon_dental.png) no-repeat; }
  .topCon2 .dent h3:before {
    left: -42px; }
  .topCon2 .dent h3:after {
    right: -42px; }

.topCon3 ul {
  max-width: 1070px;
  margin: 0 auto;
  padding: 0 10px; }
  .topCon3 ul li {
    width: 47%;
    margin-right: 6%; }
    .topCon3 ul li:nth-of-type(even) {
      margin-right: 0; }

.contact li {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #fff; }
  @media only screen and (max-width: 640px) {
    .contact li:first-of-type {
      text-align: left !important;
      font-size: 16px; } }
  @media only screen and (max-width: 640px) {
    .contact li:last-of-type {
      font-size: 13px; } }
  .contact li img {
    margin-top: 15px; }
  .contact li .time {
    display: inline-block;
    background-color: #fff;
    padding: 6px 23px;
    font-weight: bold;
    color: #ff365a;
    line-height: 1; }

.topNews .bg_wh {
  position: relative;
  padding: 50px 100px 70px 100px;
  border-top: 7px solid #ff8f8f;
  background-color: #fff; }
  @media screen and (min-width: 641px) and (max-width: 834px) {
    .topNews .bg_wh {
      padding: 50px 50px 20px 50px; } }
  @media only screen and (max-width: 640px) {
    .topNews .bg_wh {
      padding: 40px; } }
  .topNews .bg_wh:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 230px;
    height: 64px;
    background: url(../images/contents/triangle.png) no-repeat; }
  .topNews .bg_wh h2 {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 4px dotted #ff8f8f;
    font-size: 30px;
    font-weight: bold; }
    @media only screen and (max-width: 640px) {
      .topNews .bg_wh h2 {
        font-size: 24px; } }
  .topNews .bg_wh .form_wrap .scroll {
    height: 280px;
    overflow-x: auto;
    padding-right: 10px; }
  .topNews .bg_wh .form_wrap dl {
    align-items: flex-start;
    padding: 19px 0;
    border-bottom: 1px solid #ffe9e9; }
    @media only screen and (max-width: 640px) {
      .topNews .bg_wh .form_wrap dl {
        display: block !important; } }
  .topNews .bg_wh .form_wrap dt, .topNews .bg_wh .form_wrap dd {
    display: block !important;
    padding: 0 !important;
    border: none !important; }
    @media only screen and (max-width: 640px) {
      .topNews .bg_wh .form_wrap dt, .topNews .bg_wh .form_wrap dd {
        width: 100% !important; } }
  .topNews .bg_wh .form_wrap dt {
    min-width: 125px; }
  .topNews .bg_wh .form_wrap dd a {
    text-decoration: underline; }
    .topNews .bg_wh .form_wrap dd a:hover {
      text-decoration: none; }

/* ------------------------------------------------------------
trimming.html
------------------------------------------------------------ */
.waribiki ul {
  text-align: center; }
.waribiki li {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5; }
  @media only screen and (max-width: 640px) {
    .waribiki li {
      font-size: 13px; } }
  .waribiki li:first-of-type {
    display: inline-block;
    padding: 5px 50px;
    background-color: #fff;
    color: #ff365a; }
    @media only screen and (max-width: 640px) {
      .waribiki li:first-of-type {
        padding: 5px 10px; } }
  .waribiki li:nth-of-type(2) {
    font-style: oblique;
    font-size: 50px;
    color: #fff38f; }
    .waribiki li:nth-of-type(2) .sub {
      margin-left: 5px;
      font-style: oblique;
      font-size: 25px; }

.menu1, .menu2 {
  display: flex;
  justify-content: space-between; }
  @media only screen and (max-width: 834px) {
    .menu1, .menu2 {
      display: block; } }
  .menu1 .img, .menu2 .img {
    width: 30%; }
    @media only screen and (max-width: 834px) {
      .menu1 .img, .menu2 .img {
        width: 100%;
        max-width: 450px;
        margin: 0 auto 20px auto; } }
    .menu1 .img img, .menu2 .img img {
      width: 100% !important; }
  .menu1 .tbl, .menu2 .tbl {
    width: 68%; }
    @media only screen and (max-width: 834px) {
      .menu1 .tbl, .menu2 .tbl {
        width: 100%; } }
    .menu1 .tbl td, .menu2 .tbl td {
      padding: 10px 5px !important; }
      .menu1 .tbl td .sub, .menu2 .tbl td .sub {
        display: inline-block;
        font-size: 13px;
        text-align: left;
        line-height: 1.5; }
  .menu1 .box, .menu2 .box {
    width: 49%;
    margin-right: 2%; }
    @media only screen and (max-width: 834px) {
      .menu1 .box, .menu2 .box {
        width: 100%;
        margin-right: 0; } }
    .menu1 .box:nth-of-type(even), .menu2 .box:nth-of-type(even) {
      margin-right: 0; }
    .menu1 .box td, .menu2 .box td {
      padding: 10px 5px !important; }
      .menu1 .box td .sub, .menu2 .box td .sub {
        display: inline-block;
        font-size: 13px;
        text-align: left;
        line-height: 1.5; }

.menu2 {
  flex-direction: row-reverse; }

/* ------------------------------------------------------------
dental-care.html
------------------------------------------------------------ */
.img_r img {
  width: 100% !important;
  max-width: 36% !important; }
  @media only screen and (max-width: 640px) {
    .img_r img {
      max-width: 450px !important;
      margin: 0 auto 20px auto; } }
.img_r h3 {
  max-width: 62% !important; }
  @media only screen and (max-width: 640px) {
    .img_r h3 {
      max-width: 100% !important; } }

/* ------------------------------------------------------------
voice.html
------------------------------------------------------------ */
.voice {
  border-top: 7px solid #ff8f8f; }
  .voice .name {
    display: block;
    margin-bottom: 10px;
    border-bottom: 1px dotted #ff8f8f;
    font-size: 20px;
    font-weight: bold;
    color: #ff365a; }
  .voice .name + br {
    display: none; }

/* ------------------------------------------------------------
shop.html
------------------------------------------------------------ */
@media only screen and (max-width: 640px) {
  .gmap iframe {
    height: 250px !important; } }

/* ------------------------------------------------------------
box
------------------------------------------------------------ */
.flex {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between; }
  @media only screen and (max-width: 640px) {
    .flex {
      display: block; } }
  .flex .box02 {
    width: 47%;
    margin-right: 6%;
    margin-bottom: 30px; }
    @media only screen and (max-width: 1100px) {
      .flex .box02 {
        width: 49%;
        margin-right: 2%; } }
    @media only screen and (max-width: 640px) {
      .flex .box02 {
        width: 100%;
        margin-right: 0;
        margin-bottom: 50px; } }
    .flex .box02:nth-of-type(even) {
      margin-right: 0; }
    .flex .box02 img {
      width: 100% !important; }

/* ------------------------------------------------------------
title
------------------------------------------------------------ */
.ttl01 h2 {
  margin: 70px auto 10px auto;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.5; }
  @media only screen and (max-width: 640px) {
    .ttl01 h2 {
      font-size: 22px; } }
.ttl01 h3 {
  font-size: 22px;
  line-height: 1.5; }
  @media screen and (min-width: 641px) and (max-width: 834px) {
    .ttl01 h3 {
      font-size: 20px; } }
.ttl01 h2 {
  color: #ff365a; }
  .ttl01 h2:before {
    content: "\f1b0";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    margin-right: 10px; }
.ttl01 h3 {
  display: inline-block;
  margin-bottom: 15px;
  border-bottom: 3px solid #fff38f; }

.con100.h1txt.ttl_bg {
  border-bottom: 2px solid #ff8f8f; }
  @media only screen and (max-width: 834px) {
    .con100.h1txt.ttl_bg {
      margin-top: 11% !important;
      border-top: 2px solid #ff8f8f; } }
  @media only screen and (max-width: 640px) {
    .con100.h1txt.ttl_bg {
      margin-top: 17% !important;
      margin-bottom: 30px; } }
  .con100.h1txt.ttl_bg h1 {
    font-size: 30px;
    color: #ff8f8f;
    line-height: 1.5; }
    .con100.h1txt.ttl_bg h1 .sub {
      font-size: 16px; }

/* ------------------------------------------------------------
text
------------------------------------------------------------ */
.kome {
  font-size: 13px;
  color: #ff365a; }

/* ------------------------------------------------------------
table
------------------------------------------------------------ */
.tblPd td {
  padding: 10px !important; }

/* ------------------------------------------------------------
common
------------------------------------------------------------ */
.con100 {
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1); }

.mg_t0, .mg_t0 h2, .mg_t0 h3, .mg_t0 h4, .mg_t0 h5 {
  margin-top: 0 !important; }

.anc {
  margin-top: -120px;
  padding-top: 120px; }

/*# sourceMappingURL=assets.css.map */
