@charset "UTF-8";
/*! ==================================================
※※※※※※※※※※※※※※※※※※※※※※※※※※※
  このCSSファイルはSassから生成されていますので、
  編集しないようご注意ください。
※※※※※※※※※※※※※※※※※※※※※※※※※※※
=================================================== */
/*! ==================================================
　リセットCSS
=================================================== */
div, ul, li, dl, dt, dd, table, tr, th, td, address, p {
  margin: 0;
  padding: 0; }

/*! ==================================================
　共通モジュールやパーツ
=================================================== */
a:hover {
  opacity: 0.8; }

.center {
  text-align: center; }

.font-S {
  font-size: 0.7rem; }

.font-M {
  font-size: 1.0rem; }

.font-L {
  font-size: 1.2rem; }

.alert {
  font-size: 0.9em; }

.object-fit-img {
  object-fit: contain;
  font-family: "object-fit: contain;"; }

.link {
  position: relative; }

.link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 30000; }

/* googlemap レスポンシブ*/
.gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.gmap iframe,
.gmap object,
.gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

table {
  margin-top: 15px;
  width: 100%;
  border: 1px solid #ccc; }
  table td p {
    padding-top: 0 !important; }

.cycle-slideshow a {
  display: block; }

/* JavaScriptが有効な場合、対象を隠す */
html.enable-javascript .cycle-slideshow {
  visibility: hidden; }
html.enable-javascript .slider, html.enable-javascript .slider-spnavi {
  visibility: hidden; }

/* 画像すべてを読み終えたら、対象を表示する */
html.enable-javascript.window-load .cycle-slideshow {
  visibility: visible; }
html.enable-javascript.window-load .slider, html.enable-javascript.window-load .slider-spnavi {
  visibility: visible; }

input[type=radio] {
  width: 25px;
  height: 25px;
  vertical-align: middle;
  padding: 25px 0; }

input[name=zipcode] {
  width: 150px;
  margin-bottom: 2px; }

input[type=checkbox] {
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 10px 0;
  vertical-align: middle; }

/*テーブルスクロール*/
.scroll {
  overflow: auto !important;
  /*tableをスクロールさせる*/
  white-space: nowrap;
  /*tableのセル内にある文字の折り返しを禁止*/ }
  @media print, screen and (max-width: 991px) {
    .scroll {
      margin-bottom: 30px; } }

.scroll::-webkit-scrollbar {
  /*tableにスクロールバーを追加*/
  height: 15px;
  background-color: #0099cc !important;
  width: 100px !important; }

.scroll::-webkit-scrollbar-track {
  /*tableにスクロールバーを追加*/
  background-color: #efefef; }

.scroll::-webkit-scrollbar-thumb {
  /*tableにスクロールバーを追加*/
  background-color: #0099cc !important;
  width: 100px !important; }

.scroll table {
  margin-bottom: 15px; }

.scroll2 {
  overflow: auto;
  /*tableをスクロールさせる*/
  white-space: nowrap;
  /*tableのセル内にある文字の折り返しを禁止*/
  margin-bottom: 15px; }

.scroll2::-webkit-scrollbar {
  /*スクロールバーを追加しない*/
  height: 0; }

.card {
  padding: 0;
  border: none;
  margin: 0; }

.card-header {
  background: none;
  padding: 0;
  border: none;
  margin: 0; }

.card .card-header a[data-toggle="collapse"] {
  display: block; }

.card .card-header a[data-toggle="collapse"]:active,
.card .card-header a[data-toggle="collapse"]:hover,
.card .card-header a[data-toggle="collapse"]:focus {
  text-decoration: none; }

.card-body {
  padding: 10px 20px 20px;
  border-left: 5px solid #f9eaa9;
  border-right: 5px solid #f9eaa9;
  border-bottom: 5px solid #f9eaa9;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 10px; }
  @media print, screen and (max-width: 767px) {
    .card-body {
      padding: 10px 10px 20px; } }

/*fuwat.js*/
.fuwatAnime {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: fuwatAnime;
  -ms-animation-name: fuwatAnime;
  animation-name: fuwatAnime;
  visibility: visible !important; }

@-webkit-keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.flexH [class^=col] {
  display: flex;
  flex-direction: column; }

.flexH [class^=col] div {
  flex-grow: 1; }

/* zoomしながらスライド画像を動かす */
@keyframes fadezoom {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.1); } }
.sliderbox {
  animation-name: fadezoom;
  animation-duration: 10s;
  /*animation: fadezoom 8s 0s forwards;*/ }

/*Noto Sans CJK JP*/
/*TBシネマ丸ゴシック Std*/
/*! ==================================================
　メインのスタイル
=================================================== */
body {
  font-family: noto-sans-cjk-jp, sans-serif, -apple-system, -apple-system; }

h1, h2, h3, h4, h5, h6 {
  font-family: tbcinergothic-std, sans-serif;
  font-weight: 600; }

.common-btn {
  margin: 30px auto 0;
  width: 50%; }
  @media print, screen and (max-width: 991px) {
    .common-btn {
      width: 80%; } }
  .common-btn a {
    padding: 5px 15px;
    display: block;
    color: #fff;
    font-weight: bold;
    font-family: tbcinergothic-std, sans-serif;
    border-radius: 10px;
    background-color: #0079ab;
    text-decoration: none;
    text-align: center; }
  .common-btn span {
    padding: 5px 15px;
    display: block;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    background-color: #333333;
    text-decoration: none;
    text-align: center; }

.pankuzu {
  font-size: 0.9rem; }
  .pankuzu a {
    color: #c00;
    text-decoration: underline; }

.pagetop {
  position: fixed;
  bottom: 0;
  right: 5%;
  width: 157px;
  z-index: 10000; }
  @media print, screen and (max-width: 991px) {
    .pagetop {
      display: none; } }
  .pagetop a {
    /*border-top:2px solid #fff;
    border-left:2px solid #fff;
    border-right:2px solid #fff;*/
    font-family: tbcinergothic-std, sans-serif;
    font-weight: 600;
    background-color: #ff0000;
    border-radius: 10px 10px 0 0;
    text-decoration: none;
    padding: 7px 25px;
    display: block;
    color: #fff;
    font-size: 0.9rem;
    float: right;
    text-align: center;
    letter-spacing: 2px; }

/*! ==================================================
　header
=================================================== */
#header-fixed {
  /*メニューを上に動かす*/ }
  #header-fixed header {
    z-index: 10000;
    position: -webkit-sticky;
    position: sticky;
    position: fixed;
    /*絶対必要*/
    top: 0;
    background-color: #0079ab;
    height: 60px !important;
    width: 100%;
    /*絶対必要*/
    padding: 7px 10px 10px; }
    @media print, screen and (max-width: 767px) {
      #header-fixed header {
        height: 60px;
        padding: 8px 5px 12px;
        text-align: left;
        background-color: #00bbbc; } }
    @media print, screen and (min-width: 768px) and (max-width: 991px) {
      #header-fixed header {
        height: 80px;
        padding: 10px 10px 15px;
        text-align: left;
        background-color: #00bbbc; } }
    @media print, screen and (max-width: 991px) {
      #header-fixed header h1 {
        margin: 0 auto;
        text-align: center; } }
    #header-fixed header h1 img {
      width: 300px;
      display: inline-block; }
      @media print, screen and (max-width: 767px) {
        #header-fixed header h1 img {
          width: 250px; } }
      @media print, screen and (min-width: 768px) and (max-width: 991px) {
        #header-fixed header h1 img {
          width: 280px; } }
    #header-fixed header .headmenuarea {
      position: absolute;
      right: 0;
      top: 10px; }
      @media print, screen and (max-width: 991px) {
        #header-fixed header .headmenuarea {
          display: none; } }
      #header-fixed header .headmenuarea ul {
        font-size: 0;
        text-align: center; }
      #header-fixed header .headmenuarea li {
        font-size: 1rem;
        display: inline-block;
        padding: 0 10px; }
      #header-fixed header .headmenuarea ul {
        margin-top: 5px; }
        #header-fixed header .headmenuarea ul li {
          text-align: center;
          list-style: none;
          padding: 0 20px !important;
          margin: auto;
          font-size: 1.0rem;
          font-family: tbcinergothic-std, sans-serif; }
          #header-fixed header .headmenuarea ul li a {
            text-align: center;
            color: #fff;
            text-decoration: none; }
          #header-fixed header .headmenuarea ul li a:hover {
            color: #ffff00; }
  #header-fixed .is-animation {
    /*position: fixed; /*絶対必要*/
    /*display: block!important;*/
    /*#spnavi{
    	display: none!important;
    }*/ }

#header-fixed.home {
  /*メニューを上に動かす*/ }
  #header-fixed.home header {
    display: none; }
  #header-fixed.home #spnavi {
    /*display: none;*/ }
  #header-fixed.home .is-animation {
    position: fixed;
    /*絶対必要*/
    display: block !important; }

#spnavi {
 /*
position: absolute;
right:0;
top:10px;
z-index:10000;*/ }
  @media print, screen and (min-width: 992px) {
    #spnavi {
      display: none; } }

.is-animation #spnavi {
  /*display: none!important;*/ }

/*! ==================================================
　content
=================================================== */
#contenttop {
  padding-top: 150px;
  margin-top: -150px; }

/*! ==================================================
　HOME
=================================================== */
#home {
  /*挨拶エリアの一覧*/
  /*おすすめFXの一覧*/
  /*スプレッド比較一覧*/ }
  #home #homeheadtitle {
    background: url("../img/sitetitleback.jpg") no-repeat center center;
    /*background-size: 100% auto 310px;*/
    background-size: cover;
    /*background-color:#ccc;
	height:60px;*/ }
    @media print, screen and (max-width: 991px) {
      #home #homeheadtitle {
        /*background-size: 100% auto 310px;*/
        background-size: cover;
        border-bottom: 10px solid #0079ab; } }
    #home #homeheadtitle h1 {
      opacity: 0;
      font-size: 2.0rem;
      padding: 35px;
      margin: 0;
      text-align: center; }
      @media print, screen and (max-width: 575px) {
        #home #homeheadtitle h1 {
          padding: 30px 60px 25px 15px; } }
      @media print, screen and (min-width: 576px) and (max-width: 991px) {
        #home #homeheadtitle h1 {
          padding: 50px 0 35px; } }
    #home #homeheadtitle h1 img {
      width: 432px; }
      @media print, screen and (max-width: 767px) {
        #home #homeheadtitle h1 img {
          width: 320px; } }
      @media print, screen and (min-width: 768px) and (max-width: 991px) {
        #home #homeheadtitle h1 img {
          width: 350px; } }
  @media print, screen and (max-width: 991px) {
    #home #homehead {
      padding-top: 15px; } }
  #home #homehead #topslide {
    overflow: hidden; }
    @media print, screen and (max-width: 575px) {
      #home #homehead #topslide .sliderbox img {
        max-width: 100%;
        /*画像中央ぞろえで必要*/
        height: 300px;
        /*画像中央ぞろえで必要*/
        object-fit: cover;
        /*画像中央ぞろえで必要*/
        margin: 0 auto;
        /*画像中央ぞろえで必要*/ } }
    @media print, screen and (min-width: 1200px) {
      #home #homehead #topslide .sliderbox img {
        /*画面縮小表示しても画像が切れない対策*/
        width: 100vw;
        object-fit: contain; } }
    @media print, screen and (min-width: 1600px) {
      #home #homehead #topslide .sliderbox {
        position: relative;
        width: 100vw;
        height: 800px;
        overflow: hidden; } }
  #home #homehead .homemenuarea {
    margin-bottom: 60px;
    background-color: #0079ab;
    padding: 20px 15px 20px;
    height: 70px;
    font-family: tbcinergothic-std, sans-serif; }
    @media print, screen and (max-width: 991px) {
      #home #homehead .homemenuarea {
        display: none; } }
    #home #homehead .homemenuarea ul {
      font-size: 0;
      text-align: center; }
    #home #homehead .homemenuarea li {
      font-size: 1rem;
      display: inline-block;
      padding: 0 10px; }
    #home #homehead .homemenuarea ul {
      opacity: 0; }
      #home #homehead .homemenuarea ul li {
        text-align: center;
        list-style: none;
        padding: 0 30px;
        margin: auto;
        font-size: 1rem;
        border-right: solid 1px #fff; }
        #home #homehead .homemenuarea ul li a {
          text-align: center;
          color: #fff;
          text-decoration: none; }
        #home #homehead .homemenuarea ul li a:hover {
          opacity: 1;
          color: #ffff00; }
      #home #homehead .homemenuarea ul li:last-child {
        border-style: none; }
  #home .message_area .textbox {
    width: 85%;
    margin: auto; }
    @media print, screen and (max-width: 991px) {
      #home .message_area .textbox {
        width: 98%;
        padding: 0 15px; } }
    #home .message_area .textbox p {
      line-height: 2rem;
      font-size: 1.2rem;
      font-family: tbcinergothic-std, sans-serif;
      letter-spacing: 0.1rem;
      padding-top: 15px; }
      @media print, screen and (max-width: 991px) {
        #home .message_area .textbox p {
          line-height: 1.6rem;
          font-size: 1.0rem; } }
  #home .message_area .imgbox {
    width: 70%;
    margin: auto;
    text-align: center; }
    @media print, screen and (max-width: 991px) {
      #home .message_area .imgbox {
        width: 65%;
        margin-top: 35px; } }
  #home #homeosusume {
    padding-top: 20px; }
    @media print, screen and (max-width: 991px) {
      #home #homeosusume {
        padding-top: 5px; } }
    #home #homeosusume .box1 {
      border: solid 3px #0079ab;
      width: 85%;
      margin: 40px auto 0;
      border-radius: 10px; }
      @media print, screen and (max-width: 991px) {
        #home #homeosusume .box1 {
          width: 98%;
          margin-top: 30px; } }
      #home #homeosusume .box1 h3 a {
        background-color: #0079ab;
        color: #FFF;
        padding: 10px 0 10px 20px;
        font-size: 1.4rem;
        letter-spacing: 0.2rem;
        display: block;
        text-decoration: underline; }
      #home #homeosusume .box1 h3 a:hover {
        color: #ffff00;
        opacity: 1; }
      #home #homeosusume .box1 .textbox {
        padding: 5px 30px 30px; }
        @media print, screen and (max-width: 991px) {
          #home #homeosusume .box1 .textbox {
            padding: 0 15px 20px; } }
        #home #homeosusume .box1 .textbox p {
          line-height: 1.6rem;
          letter-spacing: 0.1rem;
          padding-top: 15px; }
          @media print, screen and (max-width: 991px) {
            #home #homeosusume .box1 .textbox p {
              padding-top: 10px;
              font-size: 1.0rem; } }
  #home #homehikaku table {
    border-radius: 10px;
    border-spacing: 0;
    border-collapse: separate;
    border: solid 3px #0079ab;
    text-align: center;
    width: 85%;
    margin: 50px auto 15px; }
    @media print, screen and (max-width: 991px) {
      #home #homehikaku table {
        width: 100%;
        margin-top: 30px; } }
    #home #homehikaku table tr th {
      font-family: tbcinergothic-std, sans-serif;
      font-weight: 600;
      background-color: #0079ab;
      color: #fff;
      font-size: 0.8rem;
      border-right: 2px solid #c9c9c9;
      padding: 20px 5px; }
      #home #homehikaku table tr th:last-child {
        border-right: none; }
      @media print, screen and (max-width: 991px) {
        #home #homehikaku table tr th {
          padding: 20px 7px; } }
    #home #homehikaku table tr td {
      border-right: 2px solid #c9c9c9;
      border-bottom: 2px solid #c9c9c9;
      padding: 20px 10px;
      white-space: normal;
      font-family: noto-sans-cjk-jp, sans-serif, -apple-system; }
      #home #homehikaku table tr td:last-child {
        border-right: none; }
      @media print, screen and (max-width: 991px) {
        #home #homehikaku table tr td {
          padding: 20px 10px; } }
      #home #homehikaku table tr td a {
        text-decoration: underline; }
    #home #homehikaku table tr:last-child td {
      border-bottom: none; }
    #home #homehikaku table tr td.companyname {
      white-space: nowrap !important; }
  #home #homenews {
    margin: 50px auto 0;
    background-color: #fff;
    border-radius: 10px;
    border: 3px solid #0079ab;
    padding: 15px 20px 40px; }
    @media print, screen and (min-width: 992px) {
      #home #homenews {
        width: 85%; } }
    @media print, screen and (max-width: 991px) {
      #home #homenews {
        margin-top: 30px;
        padding: 15px 20px 30px; } }
    #home #homenews h2 {
      font-size: 2.2rem;
      color: #0079ab;
      text-align: center;
      margin-bottom: 20px; }
      @media print, screen and (max-width: 991px) {
        #home #homenews h2 {
          font-size: 1.5rem;
          margin-bottom: 0; } }
      #home #homenews h2 span {
        font-size: 0.8rem;
        border-bottom: 3px solid #333333;
        padding: 10px 50px; }
    #home #homenews .newstitlelink {
      border-bottom: 2px solid #c9c9c9;
      padding: 10px 0; }
      #home #homenews .newstitlelink a {
        text-decoration: none; }
      #home #homenews .newstitlelink time {
        font-size: 0.8rem;
        margin-bottom: 5px;
        color: #333;
        display: inline-block; }
      #home #homenews .newstitlelink h3 {
        font-size: 1.4rem;
        font-weight: bold; }
        @media print, screen and (max-width: 767px) {
          #home #homenews .newstitlelink h3 {
            font-size: 1.2rem; } }

/*! ==================================================
　タイトルエリア
=================================================== */
.title_area {
  background-color: #6ad7dd;
  padding: 40px 0 40px;
  text-align: center;
  margin-top: 60px; }
  @media print, screen and (max-width: 991px) {
    .title_area {
      padding: 30px 0;
      margin-top: 50px; } }
  .title_area .frame {
    position: relative; }
    .title_area .frame h2 {
      display: inline-block;
      background-color: #ffff00;
      padding: 30px;
      border-radius: 10px;
      font-size: 2.2rem;
      letter-spacing: 0.2rem;
      width: 50%;
      margin: auto; }
      @media print, screen and (max-width: 767px) {
        .title_area .frame h2 {
          width: 80%;
          font-size: 1.5rem;
          padding: 15px; } }
      @media print, screen and (min-width: 768px) and (max-width: 991px) {
        .title_area .frame h2 {
          width: 70%;
          font-size: 1.8rem;
          padding: 20px; } }
    .title_area .frame img {
      position: absolute;
      top: -5%;
      right: 18%; }
      @media print, screen and (max-width: 767px) {
        .title_area .frame img {
          width: 15%;
          top: 55%;
          right: 3%; } }
      @media print, screen and (min-width: 768px) and (max-width: 991px) {
        .title_area .frame img {
          width: 12%;
          top: 35%;
          right: 10%; } }

/*下層ページのタイトル一覧*/
.title_area.other {
  background-color: #6ad7dd;
  padding: 120px 0 60px;
  text-align: center;
  margin: 0; }
  @media print, screen and (max-width: 991px) {
    .title_area.other {
      margin-top: 60px;
      padding: 30px 0; } }
  .title_area.other .frame {
    position: relative; }
    .title_area.other .frame h2 {
      display: inline-block;
      background-color: #ffff00;
      padding: 30px;
      border-radius: 10px;
      font-size: 2.2rem;
      letter-spacing: 0.2rem;
      width: 50%;
      margin: auto; }
      @media print, screen and (max-width: 767px) {
        .title_area.other .frame h2 {
          width: 80%;
          font-size: 1.5rem;
          padding: 15px; } }
      @media print, screen and (min-width: 768px) and (max-width: 991px) {
        .title_area.other .frame h2 {
          width: 70%;
          font-size: 1.8rem;
          padding: 20px; } }
    .title_area.other .frame img {
      position: absolute;
      top: -5%;
      right: 18%; }
      @media print, screen and (max-width: 767px) {
        .title_area.other .frame img {
          width: 15%;
          top: 50%;
          right: 3%; } }
      @media print, screen and (min-width: 768px) and (max-width: 991px) {
        .title_area.other .frame img {
          width: 12%;
          top: 33%;
          right: 10%; } }

/*! ==================================================
動画ページ
=================================================== */
#movie {
  padding-top: 60px;
  padding-bottom: 20px; }
  @media print, screen and (max-width: 991px) {
    #movie {
      padding-top: 0; } }
  #movie ul {
    margin-top: 35px; }
    @media print, screen and (max-width: 991px) {
      #movie ul {
        margin-top: 20px; } }
    #movie ul li {
      list-style: none;
      display: inline-block; }
      #movie ul li a {
        text-align: center;
        border: 4px solid #0079ab;
        border-radius: 35px;
        padding: 5px 30px;
        font-family: tbcinergothic-std, sans-serif; }
      #movie ul li a:hover {
        opacity: 0.8;
        text-decoration: none; }
  @media print, screen and (min-width: 992px) {
    #movie ul {
      font-size: 0;
      text-align: center; }
    #movie li {
      font-size: 1rem;
      display: inline-block;
      padding: 0 10px; } }
  @media print, screen and (max-width: 991px) {
    #movie ul {
      overflow-x: auto;
      white-space: nowrap;
      -ms-overflow-style: none;
      /* IE, Edge 対応 */
      scrollbar-width: none; }
      #movie ul li {
        padding: 10px 15px 10px 0; }
        #movie ul li a {
          font-size: 0.9rem; }
      #movie ul li:first-child {
        padding-left: 25px; }
      #movie ul li:last-child {
        padding-right: 25px; }
    #movie ul::-webkit-scrollbar {
      display: none;
      /* Chrome, Safari 対応 */ } }
  #movie .subtitle_area {
    margin-top: 35px;
    background-color: #0079ab;
    text-align: center;
    padding: 30px 0; }
    @media print, screen and (max-width: 991px) {
      #movie .subtitle_area {
        margin-top: 20px;
        padding: 20px 0; } }
    #movie .subtitle_area .frame {
      position: relative;
      width: 20%;
      margin: auto;
      background: #FFF;
      border-radius: 15px;
      border: 5px solid #ff0000; }
      @media print, screen and (max-width: 767px) {
        #movie .subtitle_area .frame {
          width: 50%;
          border: 4px solid #ff0000; } }
      @media print, screen and (min-width: 768px) and (max-width: 991px) {
        #movie .subtitle_area .frame {
          width: 30%;
          border: 4px solid #ff0000; } }
    #movie .subtitle_area .frame:before {
      content: "";
      position: absolute;
      display: block;
      top: 45%;
      left: -17px;
      margin-top: -12px;
      border-right: 15px solid #ff0000;
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent; }
      @media print, screen and (max-width: 991px) {
        #movie .subtitle_area .frame:before {
          top: 40%;
          left: -15px;
          margin-top: -10px; } }
    #movie .subtitle_area .frame:after {
      content: '';
      position: absolute;
      display: block;
      top: 27%;
      left: -12px;
      border-right: 15px solid #fff;
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent; }
      @media print, screen and (max-width: 991px) {
        #movie .subtitle_area .frame:after {
          top: 22%;
          left: -10px; } }
    #movie .subtitle_area h3 {
      padding: 20px 0;
      margin: 0; }
      @media print, screen and (max-width: 991px) {
        #movie .subtitle_area h3 {
          padding: 15px 0; } }
    #movie .subtitle_area img {
      position: absolute;
      top: 15%;
      left: -37%;
      width: 30%; }
      @media print, screen and (max-width: 991px) {
        #movie .subtitle_area img {
          top: 20%;
          left: -35%;
          width: 28%; } }
  #movie #youtubearea {
    padding-top: 10px;
    padding-bottom: 10px; }
    #movie #youtubearea .youtube {
      position: relative;
      padding-top: 56.25%;
      width: 100%;
      margin-top: 20px; }
      #movie #youtubearea .youtube iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%; }
    #movie #youtubearea .textbox {
      margin-top: 25px;
      margin-bottom: 10px; }
      #movie #youtubearea .textbox h4 {
        font-size: 1.2rem;
        margin-bottom: 5px; }
        @media print, screen and (max-width: 991px) {
          #movie #youtubearea .textbox h4 {
            font-size: 1.4rem; } }
      #movie #youtubearea .textbox p {
        padding-top: 10px;
        line-height: 1.2rem;
        font-size: 0.8rem; }
        @media print, screen and (max-width: 991px) {
          #movie #youtubearea .textbox p {
            font-size: 1rem;
            line-height: 1.6rem; } }

/*! ==================================================
口コミ＆評判ページ
=================================================== */
#estimation {
  padding-top: 60px;
  padding-bottom: 20px; }
  @media print, screen and (max-width: 991px) {
    #estimation {
      padding-top: 0; } }
  #estimation #estimationosusume {
    padding-top: 10px; }
    #estimation #estimationosusume .box {
      border: solid 3px #0079ab;
      width: 85%;
      margin: 40px auto 0;
      border-radius: 10px;
      padding-bottom: 30px; }
      @media print, screen and (max-width: 991px) {
        #estimation #estimationosusume .box {
          width: 98%;
          margin-top: 30px;
          padding-bottom: 20px; } }
      #estimation #estimationosusume .box h3 {
        background-color: #0079ab;
        color: #FFF;
        padding: 10px 0 10px 20px;
        font-size: 1.4rem;
        letter-spacing: 0.2rem; }
      #estimation #estimationosusume .box .hyoukatable {
        text-align: center;
        margin: 20px auto;
        width: 90%; }
        #estimation #estimationosusume .box .hyoukatable dl {
          text-align: center;
          border-left: 1px solid #a5d1f1;
          border-top: 1px solid #a5d1f1;
          margin: 0; }
          #estimation #estimationosusume .box .hyoukatable dl dt {
            background-color: #d0ebfd;
            border-bottom: 1px solid #a5d1f1;
            padding: 10px; }
          #estimation #estimationosusume .box .hyoukatable dl dd {
            padding: 20px 10px; }
        #estimation #estimationosusume .box .hyoukatable .koumoku1 dt {
          background-color: #FA817D; }
        #estimation #estimationosusume .box .hyoukatable .koumoku4 {
          border-right: 1px solid #a5d1f1; }
        #estimation #estimationosusume .box .hyoukatable .koumoku5 {
          border-bottom: 1px solid #a5d1f1; }
        #estimation #estimationosusume .box .hyoukatable .koumoku6 {
          border-bottom: 1px solid #a5d1f1; }
        #estimation #estimationosusume .box .hyoukatable .koumoku7 {
          border-bottom: 1px solid #a5d1f1; }
        #estimation #estimationosusume .box .hyoukatable .koumoku8 {
          border-right: 1px solid #a5d1f1;
          border-bottom: 1px solid #a5d1f1; }
        @media print, screen and (max-width: 991px) {
          #estimation #estimationosusume .box .hyoukatable .koumoku2 {
            border-right: 1px solid #a5d1f1; }
          #estimation #estimationosusume .box .hyoukatable .koumoku6 {
            border-right: 1px solid #a5d1f1; } }
      #estimation #estimationosusume .box .textbox {
        padding: 10px 20px 0px; }
        @media print, screen and (max-width: 991px) {
          #estimation #estimationosusume .box .textbox {
            padding: 5px 20px 0; } }
        #estimation #estimationosusume .box .textbox p {
          line-height: 1.8rem;
          letter-spacing: 0.1rem;
          padding-top: 15px; }
          @media print, screen and (max-width: 991px) {
            #estimation #estimationosusume .box .textbox p {
              line-height: 1.6rem;
              padding-top: 10px; } }
      #estimation #estimationosusume .box .twitterbox {
        margin: 35px auto 0; }
        @media print, screen and (max-width: 767px) {
          #estimation #estimationosusume .box .twitterbox {
            width: 90%;
            margin-top: 20px; } }
        @media print, screen and (min-width: 768px) and (max-width: 991px) {
          #estimation #estimationosusume .box .twitterbox {
            width: 80%;
            margin-top: 20px; } }
        @media print, screen and (min-width: 992px) {
          #estimation #estimationosusume .box .twitterbox {
            width: 520px; } }

/*! ==================================================
スプレッド比較ページ
=================================================== */
#spread {
  padding-top: 60px;
  padding-bottom: 20px; }
  @media print, screen and (max-width: 991px) {
    #spread {
      padding-top: 0; } }
  #spread table {
    border-radius: 10px;
    border-spacing: 0;
    border-collapse: separate;
    border: solid 3px #0079ab;
    text-align: center;
    width: 85%;
    margin: 50px auto 15px; }
    @media print, screen and (max-width: 991px) {
      #spread table {
        width: 100%;
        margin-top: 30px; } }
    #spread table tr th {
      font-family: tbcinergothic-std, sans-serif;
      font-weight: 600;
      background-color: #0079ab;
      color: #fff;
      font-size: 0.8rem;
      border-right: 2px solid #c9c9c9;
      padding: 20px 5px; }
      #spread table tr th:last-child {
        border-right: none; }
      @media print, screen and (max-width: 991px) {
        #spread table tr th {
          padding: 20px 7px; } }
    #spread table tr td {
      border-right: 2px solid #c9c9c9;
      border-bottom: 2px solid #c9c9c9;
      padding: 20px 10px;
      white-space: normal;
      font-family: noto-sans-cjk-jp, sans-serif, -apple-system; }
      #spread table tr td:last-child {
        border-right: none; }
      @media print, screen and (max-width: 991px) {
        #spread table tr td {
          padding: 20px 10px; } }
      #spread table tr td a {
        text-decoration: underline; }
    #spread table tr:last-child td {
      border-bottom: none; }
    #spread table tr td.companyname {
      white-space: nowrap !important; }
  #spread .textbox {
    width: 100%;
    margin: 30px auto; }
    @media print, screen and (max-width: 991px) {
      #spread .textbox {
        margin: auto;
        width: 98%; } }
    #spread .textbox p {
      line-height: 1.6rem;
      letter-spacing: 0.1rem;
      padding-top: 15px; }
      @media print, screen and (max-width: 991px) {
        #spread .textbox p {
          padding-top: 10px;
          font-size: 1.0rem; } }

/*! ==================================================
　#news
=================================================== */
#news {
  padding-top: 60px;
  padding-bottom: 20px;
  /*h2{
  	background-color:$color;
  	color:#fff;
  	text-align: center;
  	padding-top:60px;
  	padding-bottom: 60px;		
  	margin-bottom:50px;
  	position: relative;
  	span{
  		font-size:0.8rem;
  	}
  	@include media(xs-md){
  		font-size:1.6rem;
  		margin-bottom:0;
  	}
  }*/ }
  @media print, screen and (max-width: 991px) {
    #news {
      padding-top: 0; } }
  #news #newsList {
    margin-top: 30px;
    background-color: #fff;
    border-radius: 30px;
    padding: 15px 50px 0;
    min-height: 300px; }
    @media print, screen and (max-width: 767px) {
      #news #newsList {
        padding: 15px 20px 30px; } }
    #news #newsList .newstitlelink {
      border-bottom: 2px solid #c9c9c9;
      padding: 10px 0; }
      #news #newsList .newstitlelink a {
        text-decoration: none; }
      #news #newsList .newstitlelink time {
        font-size: 0.8rem;
        margin-bottom: 5px;
        color: #333;
        display: inline-block; }
      #news #newsList .newstitlelink h3 {
        font-size: 1.4rem;
        font-weight: bold; }
        @media print, screen and (max-width: 767px) {
          #news #newsList .newstitlelink h3 {
            font-size: 1.2rem; } }
  #news #newsDetail {
    margin-top: 30px;
    background-color: #fff;
    border-radius: 30px;
    padding: 30px 50px 0; }
    @media print, screen and (max-width: 767px) {
      #news #newsDetail {
        padding: 10px 20px 10px; } }
    #news #newsDetail h3 {
      font-size: 1.6rem;
      font-weight: bold;
      border-bottom: 2px solid #c9c9c9;
      padding: 10px 0; }
      @media print, screen and (max-width: 767px) {
        #news #newsDetail h3 {
          font-size: 1.2rem; } }
    #news #newsDetail .content {
      padding: 5px 0 20px;
      min-height: 300px; }
      #news #newsDetail .content p {
        padding-top: 15px;
        font-size: 1.2rem; }
        @media print, screen and (max-width: 767px) {
          #news #newsDetail .content p {
            font-size: 1.0rem; } }
  #news .pagelink {
    text-align: center;
    padding-top: 30px;
    font-size: 0.8rem; }

/*! ==================================================
特定商取引法に基づく表記、運営者情報
=================================================== */
#law, #info {
  padding-top: 60px;
  padding-bottom: 20px; }
  @media print, screen and (max-width: 991px) {
    #law, #info {
      padding-top: 0; } }
  #law dl, #info dl {
    border-bottom: 2px dotted #ddd; }
    #law dl dt, #info dl dt {
      padding: 15px 0;
      font-size: 1.1rem; }
      @media print, screen and (max-width: 991px) {
        #law dl dt, #info dl dt {
          padding: 15px 15px 5px;
          font-size: 1.0rem; } }
    #law dl dd, #info dl dd {
      padding: 15px 0;
      font-size: 1.2rem; }
      @media print, screen and (max-width: 991px) {
        #law dl dd, #info dl dd {
          padding: 5px 15px 15px;
          font-size: 1.0rem; } }
  #law dl:first-child, #info dl:first-child {
    margin-top: 50px; }
    @media print, screen and (max-width: 991px) {
      #law dl:first-child, #info dl:first-child {
        margin-top: 30px; } }

/*! ==================================================
プライバシーポリシー
=================================================== */
#privacy {
  padding-top: 60px;
  padding-bottom: 20px; }
  @media print, screen and (max-width: 991px) {
    #privacy {
      padding-top: 0; } }
  #privacy .contents {
    padding-top: 80px;
    border-bottom: 2px dotted #ddd;
    padding: 30px 0; }
    #privacy .contents p {
      padding-top: 15px; }
    @media print, screen and (max-width: 991px) {
      #privacy .contents h3 {
        font-size: 1.1rem; } }
  #privacy .contents:first-child {
    padding-top: 90px; }
    @media print, screen and (max-width: 991px) {
      #privacy .contents:first-child {
        padding-top: 50px; } }

/*! ==================================================
サイトマップ
=================================================== */
#sitemap {
  padding-top: 60px;
  padding-bottom: 20px; }
  @media print, screen and (max-width: 991px) {
    #sitemap {
      padding-top: 0; } }
  #sitemap ul {
    margin-top: 80px;
    margin-bottom: 80px; }
    @media print, screen and (max-width: 991px) {
      #sitemap ul {
        margin: 30px; } }
    #sitemap ul li {
      padding-top: 30px;
      padding: 25px 0;
      list-style: none; }
      @media print, screen and (max-width: 991px) {
        #sitemap ul li {
          padding: 10px 0; } }
      #sitemap ul li span {
        color: #ccc;
        font-size: 0.8rem;
        padding-right: 15px;
        display: inline-block; }

/*! ==================================================
　contact
=================================================== */
#contact {
  padding-top: 60px;
  padding-bottom: 20px;
  /*h2{
  	background-color:$color;
  	color:#fff;
  	text-align: center;
  	padding-top:60px;
  	padding-bottom: 60px;		
  	margin-bottom:50px;
  	position: relative;
  	span{
  		font-size:0.8rem;
  	}
  	@include media(xs-md){
  		font-size:1.6rem;
  		margin-bottom:0;
  	}
  }*/ }
  @media print, screen and (max-width: 991px) {
    #contact {
      padding-top: 0; } }
  #contact .contactform {
    padding: 30px 15px;
    min-height: 400px;
    /*.btn_submit{
    	text-align:center;
    	margin:0 auto;
    }*/ }
    @media print, screen and (max-width: 767px) {
      #contact .contactform {
        padding: 15px 0; } }
    #contact .contactform form {
      margin: 20px 0;
      padding: 10px 0; }
    #contact .contactform .form-group {
      margin: 5px 0;
      padding: 0; }
      #contact .contactform .form-group label {
        font-weight: bold; }
      @media print, screen and (max-width: 767px) {
        #contact .contactform .form-group input {
          font-size: 1.6rem; } }
    #contact .contactform .formback {
      background-color: #fcfcfc;
      padding: 15px 5px;
      margin-top: 15px; }
    #contact .contactform table {
      border: 1px solid #333333; }
      #contact .contactform table th {
        width: 30%;
        font-weight: bold;
        /*background-color: rgba(255,255,255,0.5);*/
        background-color: #fff;
        border: 1px solid #6ad7dd; }
      #contact .contactform table td {
        width: 70%;
        /*background-color: rgba(255,255,255,0.5);*/
        background-color: #fff;
        border: 1px solid #6ad7dd; }
    #contact .contactform input {
      width: 100%;
      padding: 5px;
      margin: 0; }
      @media print, screen and (min-width: 768px) {
        #contact .contactform input {
          margin: 0 15px; } }
    #contact .contactform textarea {
      width: 100%;
      margin: 0; }
      @media print, screen and (max-width: 767px) {
        #contact .contactform textarea {
          font-size: 1.6rem; } }
      @media print, screen and (min-width: 768px) {
        #contact .contactform textarea {
          margin: 0 15px; } }
    #contact .contactform p {
      padding: 15px; }
    #contact .contactform .btnInput {
      margin-top: 30px; }
      #contact .contactform .btnInput ul {
        font-size: 0;
        text-align: center; }
      #contact .contactform .btnInput li {
        font-size: 1rem;
        display: inline-block;
        padding: 0 10px; }
      #contact .contactform .btnInput li {
        list-style: none; }
      #contact .contactform .btnInput input {
        width: 50%;
        text-align: center;
        cursor: pointer;
        color: #fff;
        border: 1px solid #fff;
        background-color: #0079ab;
        width: 200px;
        margin: auto;
        font-family: tbcinergothic-std, sans-serif; }
        @media print, screen and (max-width: 767px) {
          #contact .contactform .btnInput input {
            width: 100px; } }
    #contact .contactform .hissu, #contact .contactform .alert {
      color: #c00;
      font-weight: bold; }
    @media print, screen and (max-width: 767px) {
      #contact .contactform span.alert {
        padding-left: 0; } }

/*! ==================================================
　banner
=================================================== */
#banner {
  padding-top: 30px;
  margin-top: 30px; }
  #banner li {
    list-style: none; }

/*! ==================================================
　footer
=================================================== */
footer {
  margin-top: 10px; }
  @media print, screen and (max-width: 991px) {
    footer {
      margin-top: 30px; } }
  footer #footnavi {
    background-color: #fff;
    padding: 30px 0; }
    footer #footnavi ul {
      font-size: 0;
      text-align: center; }
    footer #footnavi li {
      font-size: 0.8rem;
      display: inline-block;
      padding: 0 10px; }
    footer #footnavi li {
      padding-top: 5px;
      padding-bottom: 5px; }
      footer #footnavi li a {
        color: #333;
        font-size: 0.8rem;
        text-decoration: underline;
        font-family: tbcinergothic-std, sans-serif; }
      footer #footnavi li a:hover {
        text-decoration: none; }
    @media print, screen and (max-width: 991px) {
      footer #footnavi {
        display: none; } }
    @media print, screen and (min-width: 992px) {
      footer #footnavi {
        display: block; } }
  footer #footer {
    /*padding-bottom:120px;
    background-image:url(../img/footerimg.png);
    background-repeat: no-repeat;
    background-position: bottom;
    padding-top:20px;*/ }
    footer #footer .sitetitle {
      padding: 20px 0 0;
      font-size: 2.0rem; }
    footer #footer address {
      padding-top: 15px;
      font-size: 0.9rem; }
  footer .copyright {
    color: #fff;
    background-color: #00bbbc;
    text-align: center;
    font-size: 0.8rem;
    padding-top: 50px;
    padding-bottom: 50px;
    font-family: tbcinergothic-std, sans-serif; }
    @media print, screen and (max-width: 991px) {
      footer .copyright {
        margin-bottom: 78px; } }

#footspnavi {
  position: fixed;
  bottom: 0 !important;
  z-index: 10000;
  display: none; }
  @media print, screen and (min-width: 992px) {
    #footspnavi {
      display: none; } }

@media print, screen and (max-width: 991px) {
  #footspnavi.is-animation {
    display: block !important; } }

/*! ==================================================
　キャンペーン
=================================================== */
#campaign-pc {
  width: 100%; }
  @media print, screen and (max-width: 991px) {
    #campaign-pc {
      display: none; } }
  #campaign-pc ul {
    margin: -2px -10px; }

#campaign-sp {
  width: 100%;
  position: fixed;
  bottom: 0; }
  @media print, screen and (min-width: 992px) {
    #campaign-sp {
      display: none; } }
  #campaign-sp ul {
    margin: 0 -10px 0; }

#campaign-pc, #campaign-sp {
  	/*.cam1 a{
  		
  		background-color:#ff9041;
  		@include media(xs-sm){
  			font-size:0.7rem;
  		}
  	}
  
  	.cam2 a{
  		
  		background-color:#da914d;
  		
  		@include media(xs-sm){
  			font-size:0.7rem;
  		}
  
  	}*/ }
  #campaign-pc ul li, #campaign-sp ul li {
    list-style: none; }
  #campaign-pc ul a, #campaign-sp ul a {
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 15px 15px;
    text-align: center; }
    @media print, screen and (min-width: 768px) and (max-width: 991px) {
      #campaign-pc ul a, #campaign-sp ul a {
        padding: 27px 15px; } }
  #campaign-pc ul a:hover, #campaign-sp ul a:hover {
    opacity: 1;
    /*background-color:#ff0000;*/
    text-decoration: none; }
  #campaign-pc .cam a, #campaign-sp .cam a {
    /*background-color:#ff9041;*/ }
    @media print, screen and (max-width: 767px) {
      #campaign-pc .cam a, #campaign-sp .cam a {
        font-size: 0.7rem; } }
  #campaign-pc .cam a:hover, #campaign-sp .cam a:hover {
    /*background-color:#ff0000!important;*/ }

/*! ==================================================
　その他
=================================================== */
.menulink {
  margin-top: -70px;
  padding-top: 70px; }

/*! ==================================================
 ブログ　wordpress
=================================================== */
#blog {
  padding-top: 60px; }
  @media print, screen and (max-width: 991px) {
    #blog {
      padding-top: 0; } }
  #blog main {
    padding-top: 60px;
    padding-bottom: 20px; }
    @media print, screen and (max-width: 991px) {
      #blog main {
        padding-top: 30px; } }
    #blog main header {
      padding-top: 50px;
      padding-bottom: 0px; }
      @media print, screen and (max-width: 991px) {
        #blog main header {
          padding-top: 30px; } }
      #blog main header h1 {
        font-size: 2rem; }
        @media print, screen and (max-width: 991px) {
          #blog main header h1 {
            font-size: 1.6rem; } }
        #blog main header h1 span.color-accent {
          color: #0079ab; }
      #blog main header h1.archive-title {
        padding-top: 30px; }
      #blog main header .entry-categories-inner {
        padding-top: 30px; }
      #blog main header a {
        color: #0079ab;
        text-decoration: none;
        font-size: 1rem;
        /*@include media(xs-md){
        	font-size: 0.7rem;
        }*/ }
    #blog main p {
      font-size: 1.4rem; }
      @media print, screen and (max-width: 991px) {
        #blog main p {
          font-size: 1.2rem; } }
    @media print, screen and (max-width: 991px) {
      #blog main form .search-field {
        padding: 10px 20px;
        font-size: 1rem; } }
    #blog main form .search-submit {
      background-color: #ff0000;
      font-size: 1.4rem; }
      @media print, screen and (max-width: 991px) {
        #blog main form .search-submit {
          padding: 10px 20px;
          font-size: 1rem; } }
  #blog article h1,
  #blog article .heading-size-1 {
    font-size: 1.8rem; }
    @media print, screen and (max-width: 991px) {
      #blog article h1,
      #blog article .heading-size-1 {
        font-size: 1.4rem; } }
  #blog article h2,
  #blog article .heading-size-2 {
    font-size: 1.6rem; }
    @media print, screen and (max-width: 991px) {
      #blog article h2,
      #blog article .heading-size-2 {
        font-size: 1.4rem; } }
    #blog article h2 a,
    #blog article .heading-size-2 a {
      color: #333;
      font-size: 2.4rem; }
      @media print, screen and (max-width: 991px) {
        #blog article h2 a,
        #blog article .heading-size-2 a {
          font-size: 1.6rem; } }
  #blog article h3,
  #blog article .heading-size-3 {
    font-size: 1.4rem; }
  #blog article h4,
  #blog article .heading-size-4 {
    font-size: 1.2rem; }
  #blog article h5,
  #blog article .heading-size-5 {
    font-size: 1.0rem; }
  #blog article h6,
  #blog article .heading-size-6 {
    font-size: 1.0rem; }
  #blog article .post-meta-wrapper {
    display: none; }
  #blog article ul {
    font-size: 1.2rem;
    padding-left: 20px; }
    #blog article ul li {
      padding-top: 5px; }
    @media print, screen and (max-width: 991px) {
      #blog article ul {
        font-size: 1.0rem; } }
  #blog article p {
    line-height: 2.0rem;
    font-size: 1.2rem; }
    @media print, screen and (max-width: 991px) {
      #blog article p {
        font-size: 1.0rem; } }
  #blog article form .submit {
    background-color: #ff0000; }
    @media print, screen and (max-width: 991px) {
      #blog article form .submit {
        font-size: 1.2rem; } }
  @media print, screen and (max-width: 991px) {
    #blog article form input {
      padding: 10px 20px; } }
  @media print, screen and (max-width: 991px) {
    #blog article form label {
      font-size: 1.2rem; } }
  #blog article .post-inner {
    padding-top: 50px;
    padding-bottom: 80px; }
    @media print, screen and (max-width: 767px) {
      #blog article .post-inner {
        padding-top: 30px;
        padding-bottom: 60px; } }
    @media print, screen and (min-width: 768px) and (max-width: 991px) {
      #blog article .post-inner {
        padding-top: 40px;
        padding-bottom: 70px; } }
  #blog article .pagination-single-inner {
    font-size: 1.4rem;
    padding: 30px 0; }
    @media print, screen and (max-width: 991px) {
      #blog article .pagination-single-inner {
        font-size: 1rem; } }
  #blog article .pagination-single {
    margin: 0 auto; }
  #blog article #div-comment-1 {
    margin-bottom: 70px; }
    @media print, screen and (max-width: 991px) {
      #blog article #div-comment-1 {
        margin-bottom: 50px; } }
  #blog article #respond {
    margin-top: 50px; }
    @media print, screen and (max-width: 991px) {
      #blog article #respond {
        margin-top: 30px; } }
  #blog hr {
    margin: auto; }
  @media print, screen and (min-width: 992px) {
    #blog aside {
      width: 60%;
      margin: auto; } }
  #blog aside .widget {
    margin-top: 35px; }
    @media print, screen and (max-width: 991px) {
      #blog aside .widget {
        margin-top: 25px; } }
  #blog aside h2 {
    font-size: 1.4rem;
    margin: 0; }
    @media print, screen and (max-width: 767px) {
      #blog aside h2 {
        font-size: 1.2rem; } }
  #blog aside ul {
    margin-top: 20px; }
    @media print, screen and (max-width: 991px) {
      #blog aside ul {
        margin-top: 15px; } }
    #blog aside ul li {
      font-size: 1.2rem;
      margin-top: 10px; }
      @media print, screen and (max-width: 767px) {
        #blog aside ul li {
          font-size: 1rem;
          margin-top: 5px; } }
      #blog aside ul li a {
        color: #0079ab; }
  #blog aside form #search-form-1.search-field {
    padding: 0 30px;
    font-size: 1.4rem; }
    @media print, screen and (max-width: 991px) {
      #blog aside form #search-form-1.search-field {
        padding: 10px 20px;
        font-size: 1rem; } }
  #blog aside form #search-form-2.search-field {
    padding: 0 30px;
    font-size: 1.4rem; }
    @media print, screen and (max-width: 991px) {
      #blog aside form #search-form-2.search-field {
        padding: 10px 20px;
        font-size: 1rem; } }
  #blog aside form .search-submit {
    background-color: #ff0000;
    font-size: 1.4rem; }
    @media print, screen and (max-width: 991px) {
      #blog aside form .search-submit {
        padding: 10px 20px;
        font-size: 1rem; } }
  #blog footer .comment-reply-link {
    background-color: #ff0000; }
  #blog footer .comment-author {
    font-size: 1.5rem; }
    @media print, screen and (max-width: 991px) {
      #blog footer .comment-author {
        font-size: 1.2rem;
        line-height: 1.8rem; } }
  #blog footer time {
    font-size: 1.3rem; }
    @media print, screen and (max-width: 991px) {
      #blog footer time {
        font-size: 1rem; } }
  #blog #site-content.blog {
    padding-top: 30px; }
  #blog .category .entry-categories-inner {
    display: none; }
  #blog #sidebar input.search-field {
    font-size: 1.0rem; }
    @media print, screen and (max-width: 991px) {
      #blog #sidebar input.search-field {
        margin-top: 30px !important; } }
  #blog #sidebar input.search-submit {
    width: 60px;
    padding: 10px 5px;
    font-size: 1.0rem; }
    @media print, screen and (max-width: 991px) {
      #blog #sidebar input.search-submit {
        margin-top: 30px !important; } }
  #blog #sidebar h2 {
    font-size: 1.2rem;
    text-align: center;
    background-color: #0079ab;
    color: #fff;
    padding: 5px;
    margin-bottom: 10px; }
  #blog #sidebar ul li {
    font-size: 1.0rem;
    border-bottom: 2px dotted #ccc;
    padding-bottom: 15px;
    margin-top: 15px; }
    #blog #sidebar ul li a {
      font-weight: normal; }
    @media print, screen and (max-width: 991px) {
      #blog #sidebar ul li {
        font-size: 1.0rem; } }
  #blog .header-footer-group {
    padding-top: 0; }
  #blog .archive-title {
    margin-bottom: 50px; }
  #blog .intro-text {
    padding-bottom: 50px; }
  #blog .post-inner.thin {
    padding-top: 0px; }
  #blog .newsbox {
    margin-top: 15px;
    border-bottom: 2px dotted #ccc;
    padding-bottom: 15px; }
    #blog .newsbox img {
      object-fit: cover;
      height: 80px; }
    #blog .newsbox a {
      text-decoration: none;
      display: block; }
    #blog .newsbox a:hover {
      opacity: 0.6; }
  #blog .news_title {
    font-size: 1.2rem; }
  #blog .pagenavi {
    text-align: center;
    margin-top: 50px; }
  #blog .wpp-widget-placeholder {
    font-size: 1.2rem; }
  #blog .comment-respond p.form-submit input {
    margin: auto;
    font-size: 1.4rem;
    text-decoration: none; }

@media print, screen and (min-width: 992px) {
  .logged-in #header-fixed header {
    position: fixed;
    /*絶対必要*/
    top: 32px; } }
