@charset "UTF-8";
/*----------このエリアは削除すると正しく動作しない可能性があります----------

Theme Name:   LION MEDIA Child
Theme URI:    http://fit-jp.com/theme/
Description:  FIT(フィット) が制作するメディア用WordPressTHEME「LION MEDIA」の子テーマ
Author:       Kota Naito　@FIT(フィット)
Author URI:   http://fit-jp.com/about/
Template:     lionmedia
Version:      1.2
License:      GNU GENERAL PUBLIC LICENSE
License URI:  http://www.gnu.org/licenses/gpl.html

----------このエリアは削除すると正しく動作しない可能性があります----------*/


/*/////////////////////////////////////////////////
//下記ユーザーカスタマイズエリア
/////////////////////////////////////////////////*/
@charset "UTF-8";

/* 最近の投稿画像部分 */
.imgListWidget__borderBox img {
    display: block;
    width: 100%;
    height: auto;
}

.imgListWidget__borderBox {
    position: relative;
    overflow: hidden;
    display: block;
    width: 60%;
}

.imgListWidget__title {
    width: 100%;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.5;
    margin-left: 0px;
}

.related__item {
    padding-top: 20px;
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
}

.related__imgLink {
    display: block;
    overflow: hidden;
    width: 33%;
    height: auto;
    text-align: center;
    border: 1px solid #f0f0f0;
}

.related_textarea{
    width: 68%;
    margin: 0 0 0 1rem;
}

.related__title{
	width: 100%;
	font-size:1.6rem;
	font-weight:700;
	line-height:1.5;
  margin-bottom:10px;
  margin: 0 0 0 0;
}

.related__contents{
	width: 100%;
	font-size:1.3rem;
	line-height:1.5;
}

.related__title span {
    display: inline-block;
    font-size: 1.2rem;
    color: #7F7F7F;
    font-weight: normal;
}

.related__title .icon-loop2 {
      margin: 0 0 0 1rem;
}

.t-light .archiveWrapper .l-main .cto a img, .t-light .l-main img, .t-light .singleWrapper .l-main .cto a img {
    height: auto;
}

/* ブログ記事タイトル */
.heading.heading-singleTitle{
	font-size:3rem;
  line-height:1.5;
  color: #000;
  margin-bottom:15px;
}
.siteTitle{
    float:left;
    width:calc(100% - 350px);
    height: 40px;
    overflow:hidden;
    margin-top:10px;
}
.navWrap {
  position: relative;
  background-color: #292929;
}
.navWrap .nav {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.navWrap .nav .navInner {
  display: flex;
  align-items: center;
}
.navWrap .nav .navInner .navList {
  width: 25%;
  position: relative;
}
.navWrap .nav .navInner .navList .navLink {
  height: 44px;
  font-size: 1.5rem;
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 15px 0;
  color: #fff;
}
.navWrap .nav .navInner .navList span.navLink {
  cursor: default;
}
.navWrap .nav .navInner .navList a.navLink {
  cursor: pointer;
}
.navWrap .nav .navInner .navList:after {
  content: '';
  position: absolute;
  top: 20%;
  height: 60%;
  right: 0px;
  border-right: 1px solid #cccccc;
}
.navWrap .nav .navInner .navList:last-child:after {
  content: none;
}
.navWrap .nav .navInner .navList:hover .navLink {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  opacity: 1;
}
.navWrap .nav .navInner .navList .secondNav {
  display: none;
  width: 100%;
  position: absolute;
  border: 1px solid #000;
  background: #fff;
}
.navWrap .nav .navInner .navList .secondNav .secondNavInner .secondNavList .secondNavLink {
  font-size: 1rem;
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 10px 0;
}
.navWrap .nav .navInner .navList .secondNav .secondNavInner .secondNavList .secondNavLink:hover {
  background: #79973e;
  color: #fff;
}
.navWrap .nav .navInner .navList .secondNav .secondNavInner .secondNavList:hover .secondNavLink {
  background: #79973e;
  color: #fff;
}
.navWrap .nav .navInner .navList .secondNav .secondNavInner .secondNavList.childList {
  position: relative;
}
.navWrap .nav .navInner .navList .secondNav .secondNavInner .secondNavList.childList:before {
  content: '';
  width: 0;
  height: 0;
  border: solid 3px transparent;
  border-left: solid 5px #8ea744;
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -4px;
}
.navWrap .nav .navInner .navList .secondNav .secondNavInner .secondNavList .thirdNav {
  display: none;
  width: 100%;
  position: absolute;
  right: -100%;
  margin-top: -44px;
  border: 2px solid #8ea744;
  background: #fff;
}
.navWrap .nav .navInner .navList .secondNav .secondNavInner .secondNavList .thirdNav .thirdNavInner .thirdNavList .thirdNavLink {
  font-size: 1rem;
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 10px 0;
}
.navWrap .nav .navInner .navList .secondNav .secondNavInner .secondNavList .thirdNav .thirdNavInner .thirdNavList .thirdNavLink:hover {
  background: #79973e;
  color: #fff;
}
dl, li, ol, ul {
  list-style: none;
}
/*-------------------------------------
    メディアクエリ用
--------------------------------------*/
/* スマホ
-------------------------------------------------- */
@media only screen and (max-width: 767px) {
  /* 記事タイトル */
  .heading.heading-singleTitle{
    font-size:2.4rem;
    margin-bottom:15px;
  }
  /* SNS、コメント部分幅指定 */
  aside {
    width: 94%;
    margin: 0 auto;
  }
  aside.widget {
    width: 100%;
  }
  /* タイトル設定 */
  .t-light .l-header .container .siteTitle {
	  width: 220px;
	  height: 35px;
  }
  /* setting 設定 */
  .btn.btnOrenge {
    width: 300px;
    padding: .75rem .75rem .75rem 1.75rem;
    font-size: 1rem;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
  }
  .btn.btnOrenge i.material-icons {
    font-size: 1.2rem;
  }
  .btn.btnOrenge:hover {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
  }

  /* setting 設定 */
  /* CommonViews */
  #commonNotice {
    width: 100%;
    margin: 1rem auto;
    font-size: 0.8rem;
  }
  #commonNotice .noticeText {
    padding: .5rem;
  }
  #commonNotice .noticeText h3 {
    color: #db1414;
    font-size: 1rem;
  }
  #commonNotice .noticeText .heading .showBtn {
    min-width: 50px;
  }
  #commonNotice .noticeText .childeListArea {
    padding: .5rem;
  }

  /* CommonViews */
  .spHide {
    display: none !important;
  }

  .container {
    padding: 0 2%;
  }

  .t-light .breadcrumb {
    padding: 0;
  }
  .t-light .breadcrumb .container {
    padding: 0;
  }
  .t-light .breadcrumb .breadcrumb__item {
    padding-left: 15px;
  }
  .t-light .breadcrumb .breadcrumb__item:after {
    top: 50%;
  }
  .t-light .breadcrumb .breadcrumb__item:first-child {
    padding: 0 15px 0 0;
    margin-left: 0px;
  }
  {
    height: 50px;
    /* サイドメニュー */
  }
  .hWrap .hInner .container {
    width: 94%;
    height: 50px;
    align-items: center;
    padding: 0;
    z-index: 999;
  }

  .t-light .l-header .container .siteTitle {
	  width: 220px;
	  height: 35px;
  }

  .hWrap .hInner .container .siteTitle {
    display: flex;
    align-items: center;
    width: 160px;
    margin-top: 0;
    padding: 0;
    height: auto; !important
  }
  .hWrap .hInner .container .siteTitle .siteTitle__logo {
    height: auto;
  }
  .hWrap .hInner .container .siteTitle .siteTitle__logo .siteTitle__link {
    display: flex;
    align-items: center;
    height: auto; !important
  }
  {
    justify-content: flex-end;
  }
  .tel a {
    text-align: center;
    color: #fff;
  }
  .tel a span {
    width: 26px;
    height: 26px;
    display: block;
    margin: 0 auto;
  }
  .tel p {
    font-size: 1rem;
  }
  .mail {
    margin-right: 34px;
  }
  .mail .headerBtn {
    width: 120px;
    height: 36px;
    padding: .5rem .5rem .5rem 1.75rem;
    font-size: 1rem;
    border-radius: 20px;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
  }
  .mail .headerBtn:hover {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.75);
    transform: translateY(2px);
  }
  .mail .headerBtn i.spriteIcons {
    left: .5rem;
    width: 22px;
    height: 22px;
    background: -88px -22px/110px 88px url(../../../img/new/iconset.svg) no-repeat;
  }
  .mail p {
    font-size: 1rem;
  }
  .drbtn {
    color: #fff;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 35px;
    height: 50px;
    -webkit-transition: ease .5s;
    transition: ease .5s;
    cursor: pointer;
    align-items: flex-end;
    display: flex;
    justify-content: center;
    font-size: 10px;
    padding-bottom: 2px;
    z-index: 1000;
  }
  .drbtn.action {
    right: 0;
  }
  .drbtn.action .hambarg {
    background-color: #fff;
  }
  .drbtn.action .hambarg:nth-child(1) {
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .drbtn.action .hambarg:nth-child(2) {
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
  }
  .drbtn.action .hambarg:nth-child(3) {
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .drbtn .hambarg {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 2px;
    width: 22px;
    background: rgba(255, 255, 255, 0.75);
    -webkit-transition: ease .5s;
    transition: ease .5s;
  }
  .drbtn .hambarg:nth-child(1) {
    top: 25%;
    left: 50%;
  }
  .drbtn .hambarg:nth-child(2) {
    top: 40%;
    left: 50%;
  }
  .drbtn .hambarg:nth-child(3) {
    top: 55%;
    left: 50%;
  }
  .drbtn .hambargText {
    position: absolute;
    color: #fff;
    font-size: 10px;
    text-align: centers;
    line-height: 1;
    top: 75%;
    transform: translateY(-50%);
  }
  .navWrap {
    width: 100%;
  }
  .navWrap .nav ul li a {
    font-size: 1rem;
  }
  .drawer {
    position: fixed;
    top: 50px;
    left: -100%;
    width: 70%;
    height: 100%;
    background: #eeeeee;
    transition: 0.3s ease-out;
    z-index: 16000010;
  }
  .drawer.action {
    left: 0;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    -ms-overflow-style: none;
  }
  .drawer.action::-webkit-scrollbar {
    display: none;
  }
  .drawer .sideMenu {
    height: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    margin-bottom: 100px;
  }
  .drawer .sideMenu li {
    font-size: 1rem;
  }
  .drawer .sideMenu li a {
    color: #393939;
    padding: .75rem;
    position: relative;
    display: block;
  }
  .drawer .sideMenu li a:before {
    content: "";
    position: absolute;
    left: 0;
  }
  .drawer .sideMenu li .heading {
    position: relative;
    margin-bottom: 0;
    border-bottom: 1px solid #cccccc;
  }
  .drawer .sideMenu li .heading:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: .5rem;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: -48px -32px/80px 64px url(../../../img/new/iconset.svg) no-repeat;
  }
  .drawer .sideMenu li .heading.on:before {
    background-position: -64px -32px;
  }
  .drawer .sideMenu li .heading.on + .childeListArea {
    display: block;
  }
  .drawer .sideMenu li .heading a {
    padding: 1rem;
    position: relative;
  }
  .drawer .sideMenu li .childeListArea {
    display: none;
    background-color: #f5f5f5;
  }
  .drawer .sideMenu li .childeListArea .childeList {
    padding: 0;
  }
  .drawer .sideMenu li .childeListArea .childeList li {
    padding: 0;
    margin: 0;
    font-size: 1rem;
    border-bottom: 1px solid #cccccc;
  }
  .drawer .sideMenu li:last-of-type .heading:before {
    display: none;
  }
  .overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 120vh;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 997;
    will-change: opacity;
  }
  .overlay.action {
    display: block;
  }
  .t-light .mainvis .image {
    width: 100%;
  }
  .t-light .mainvis.toretoku {
    background: url(../../../img/lp/t-mainvis-bg.png);
  }
  .t-light #mv .colorBg {
    padding: 0;
  }
  .t-light .l-wrapper.index .l-main .inner {
    padding: 0;
  }
  .t-light .l-wrapper.index .l-main #cmp .cmpBg {
    padding: 0;
  }
  .t-light .l-wrapper.index .l-main #cmp .slideWrap .cmpSlider {
    margin: 1rem auto 60px;
  }
  .t-light .l-wrapper.index .l-main #why .inner {
    padding: 1rem 0;
  }
  .t-light .l-wrapper.index .l-main #compare .scrollIcon {
    width: auto;
  }
  .t-light .l-wrapper.index .l-main .btnWrap .formBtn {
    margin: 0 auto 1rem;
  }
  .t-light .l-main {
    width: 100%;
    padding: 0;
    padding-top: 10px;
  }
  .t-light .l-main .information .campaign {
    width: 100%;
  }
  .t-light .archiveWrapper .l-main .breadcrumb,
  .t-light .singleWrapper .l-main .breadcrumb {
    padding-left: 0;
  }
  .t-light .archiveWrapper .l-main .breadcrumb .container .breadcrumb__item,
  .t-light .singleWrapper .l-main .breadcrumb .container .breadcrumb__item {
    padding-left: 15px;
  }
  .t-light .archiveWrapper .l-main .breadcrumb .container .breadcrumb__item:first-child,
  .t-light .singleWrapper .l-main .breadcrumb .container .breadcrumb__item:first-child {
    padding: 0 15px 0 0;
    padding-left: 0;
  }
  .t-light .archiveWrapper .l-main .cto,
  .t-light .singleWrapper .l-main .cto {
    width: 94%;
    margin: 15px auto 30px;
  }
  .t-light .archiveWrapper .l-main .cto .ctoBtn,
  .t-light .singleWrapper .l-main .cto .ctoBtn {
    width: 300px;
    padding: .75rem .75rem .75rem 1.75rem;
    font-size: 1rem;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
  }
  .t-light .archiveWrapper .l-main .cto .ctoBtn:hover,
  .t-light .singleWrapper .l-main .cto .ctoBtn:hover {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
  }
  .t-light .archiveWrapper .l-main .cto .ctoBtn i.spriteIcons,
  .t-light .singleWrapper .l-main .cto .ctoBtn i.spriteIcons {
    width: 28px;
    height: 28px;
    background: -112px -28px/140px 112px url(../../../img/new/iconset.svg) no-repeat;
  }
  .t-light .archiveWrapper .l-main h1.heading, .t-light .archiveWrapper .l-main h2.heading,
  .t-light .singleWrapper .l-main h1.heading,
  .t-light .singleWrapper .l-main h2.heading {
    padding: .5rem;
    font-size: 1.414rem;
    line-height: 1.25;
  }
  .t-light .archiveWrapper .l-main .otherList,
  .t-light .singleWrapper .l-main .otherList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .t-light .archiveWrapper .l-main .otherList li,
  .t-light .singleWrapper .l-main .otherList li {
    width: 49%;
    margin: 0 0 .5rem;
    padding: 0;
    text-align: center;
    background: #fff;
  }
  .t-light .archiveWrapper .l-main .otherList li:before,
  .t-light .singleWrapper .l-main .otherList li:before {
    content: '';
  }
  .t-light .archiveWrapper .l-main .otherList li a,
  .t-light .singleWrapper .l-main .otherList li a {
    padding: .75rem;
  }
  .t-light .archiveWrapper .l-main .socialList__link::before,
  .t-light .singleWrapper .l-main .socialList__link::before {
    font-size: 1.5rem;
  }
  .t-light .archiveWrapper .l-main .content,
  .t-light .singleWrapper .l-main .content {
    padding: 0;
  }
  .t-light .archiveWrapper .l-main .content h2, .t-light .archiveWrapper .l-main .content h3,
  .t-light .singleWrapper .l-main .content h2,
  .t-light .singleWrapper .l-main .content h3 {
    margin: 1.5rem auto .5rem;
    padding: .5rem;
    line-height: 1.25;
  }
  .t-light .archiveWrapper .l-main .content h4,
  .t-light .singleWrapper .l-main .content h4 {
    margin: 1.5rem auto .5rem;
    padding: .5rem;
    line-height: 1.25;
  }
  .t-light .archiveWrapper .l-main .content img,
  .t-light .singleWrapper .l-main .content img {
    width: 100%;
  }
  .t-light .archiveWrapper .l-main .content .outline .outline__list .outline__item,
  .t-light .singleWrapper .l-main .content .outline .outline__list .outline__item {
    padding: .75rem 0 0 1rem;
  }
  .t-light .archiveWrapper .l-main .content .borderBox h3,
  .t-light .singleWrapper .l-main .content .borderBox h3 {
    margin: 0 auto .5rem;
  }
  .t-light .archiveWrapper .l-main .content .borderBox .boxContent,
  .t-light .singleWrapper .l-main .content .borderBox .boxContent {
    display: flex;
    flex-wrap: wrap;
  }
  .t-light .archiveWrapper .l-main .content .borderBox .boxContent .img,
  .t-light .singleWrapper .l-main .content .borderBox .boxContent .img {
    width: 100%;
    margin: 0 auto .5rem;
  }
  .t-light .archiveWrapper .l-main .content .borderBox .boxContent .text,
  .t-light .singleWrapper .l-main .content .borderBox .boxContent .text {
    width: 100%;
    padding: 0;
  }
  .t-light .archiveWrapper {
    width: 96%;
  }
  .t-light .archiveWrapper.mainBg {
    padding: 0 0 30px;
  }
  .t-light .archiveWrapper .l-main .archiveTitle .subPager {
    display: block;
  }
  .t-light .archiveWrapper .l-main .pager {
    font-size: 0.8rem;
  }
  .t-light .archiveWrapper .l-main .content .archive.archiveCard .borderBox h3 {
    margin: 0 auto .5rem;
    line-height: 1.25;
  }
  .t-light .archiveWrapper .l-main .content .archive.archiveCard .borderBox h3 a {
    padding: .5rem;
  }
  .t-light .archiveWrapper .l-main .content .archive .categoryList {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .t-light .archiveWrapper .l-main .content .archive .categoryList li {
    width: 49%;
    margin-top: 5px;
    padding: 10px 0;
    text-align: center;
    background: #f0f0f0;
  }
  .t-light .archiveWrapper .l-main .content .archive .categoryList li:before {
    content: '';
  }
  .t-light .archiveWrapper .l-main .content .archive .categoryList li a {
    height: 100%;
  }
  .t-light .archiveWrapper .l-main .areaArchive {
    margin-left: 0;
  }
  .t-light .archiveWrapper .l-main .areaArchive .mainv {
    width: 100%;
  }
  .t-light .archiveWrapper .l-main .areaArchive .mainv .img {
    width: 100%;
    text-align: center;
  }
  .t-light .archiveWrapper .l-main .areaArchive .mainv .text {
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
  .t-light .archiveWrapper .l-main .areaArchive .areaList {
    width: 100%;
  }
  .t-light .archiveWrapper .l-main .areaArchive .areaList .prefArea {
    width: 100%;
    margin: 1.5rem auto .5rem;
  }
  .t-light .archiveWrapper .l-main .areaArchive .areaList .prefArea .prefList li {
    width: calc(50% - .25rem);
  }
  .t-light .archiveWrapper .l-main .areaArchive .areaList .prefArea .prefList li:nth-of-type(even) {
    margin: 0 0 .5rem 0;
  }
  .t-light .archiveWrapper .l-main .areaArchive .areaList .prefArea .prefList li a {
    padding: .75rem;
    font-size: 1rem;
  }
  .t-light .archiveWrapper .l-main .areaArchive .areaList .prefArea .prefList li a:before {
    left: .5rem;
  }
  .t-light .archiveWrapper .l-main .areaArchive .annotation {
    font-size: 1rem;
    margin-bottom: 20px;
  }
  .t-light .archiveWrapper .l-main #searchPage .flex {
    padding: 0;
  }
  .t-light .archiveWrapper .l-main #searchPage .flex .flexin {
    width: 100%;
    padding: 1rem;
  }
  .t-light .archiveWrapper .l-main #searchPage .searchWrap {
    margin: 4rem auto 3rem;
  }
  .t-light .archiveWrapper .l-main #searchPage .searchWrap form {
    position: relative;
    font-size: 1rem;
  }
  .t-light .archiveWrapper .l-main #searchPage .searchWrap form label {
    position: absolute;
    top: -20px;
    left: 18px;
    font-size: .85rem;
  }
  .t-light .archiveWrapper .l-main #searchPage .searchWrap form #s {
    width: 70%;
    height: 30px;
    font-size: 1rem;
  }
  .t-light .archiveWrapper .l-main #searchPage .searchWrap form #searchsubmit {
    padding: .25rem 2rem;
    border-radius: 15px;
  }
  .t-light .archiveWrapper .l-main #notFound .notFoundWrap .contentText {
    width: 100%;
  }
  .t-light .archiveWrapper .l-main #notFound .notFoundWrap .contentText p {
    margin: 0 auto 1rem;
  }
  .t-light .archiveWrapper .l-main #notFound .notFoundWrap .contentText .notFoundTitle {
    margin: 1rem auto 0;
    font-size: 1.414rem;
  }
  .t-light .archiveWrapper .l-main #notFound .notFoundWrap .contentText .notFoundSubTitle {
    display: block;
    margin: 0 auto .5rem;
  }
  .t-light .archiveWrapper .l-main #notFound .notFoundWrap .contentText .searchBg .flex #searchform {
    flex-wrap: wrap;
    margin: 0 auto .5rem;
  }
  .t-light .archiveWrapper .l-main #notFound .notFoundWrap .contentText .searchBg .flex #searchform .text {
    width: 100%;
  }
  .t-light .archiveWrapper .l-main #notFound .notFoundWrap .contentText .searchBg .flex #searchform .search {
    width: 75%;
  }
  .t-light .archiveWrapper .l-main #notFound .notFoundWrap .contentText .searchBg .flex #searchform .searchBtn {
    width: 23%;
    margin: 0 0 0 2%;
  }
  .t-light .archiveWrapper .l-main #notFound .notFoundWrap .contentText .searchBg .flex .link {
    margin: 0 .5rem 0 0;
    font-size: 0.8rem;
  }
  .t-light .archiveWrapper .l-main #notFound .notFoundWrap .contentImg {
    display: none;
  }
  .t-light .singleWrapper.mainBg {
    padding: 0 0 30px;
  }
  .t-light .singleWrapper .l-main .content {
    line-height: 1.75;
  }
  .t-light .singleWrapper .l-main .content .postFlex {
    align-items: center;
    padding: .5rem;
  }
  .t-light .singleWrapper .l-main .content .postFlex .flexBox {
    padding: 0;
  }
  .t-light .singleWrapper .l-main .content .postFlex .flexBox.text {
    width: 100%;
  }
  .t-light .singleWrapper .l-main .content .postFlex .flexBox.image {
    width: 70%;
    margin: 0 auto;
    padding: 0 0 1rem 0;
    text-align: center;
  }
  .t-light .singleWrapper .l-main .content .postFlex .flexBox.image img {
    width: 100%;
  }
  .t-light .singleWrapper .l-main .content .postFlex .flexBox.image i {
    bottom: 2.5rem;
    right: 1rem;
  }
  .t-light .singleWrapper .l-main .content .example-list .list ul li {
    padding: 0 5px;
  }
  .t-light .singleWrapper .l-main .content .slick-initialized {
    width: calc(100% - 40px);
    margin: 1rem auto 30px;
  }
  .t-light .singleWrapper .l-main .content .slick-initialized li {
    padding: 0 .25rem;
  }
  .t-light .singleWrapper .l-main .content .slick-dots {
    bottom: -20px;
  }
  .t-light .singleWrapper .l-main .content .slick-prev {
    left: -22px;
  }
  .t-light .singleWrapper .l-main .content .slick-next {
    right: -22px;
  }
  .drawer {
    padding: 0;
  }
  .drawer.action ul li {
    padding: 0;
  }
  .drawer.action ul li p {
    padding: 0;
  }
  .t-light .l-sidebar {
    width: 100%;
    padding: 40px 10px;
    margin-left: 0;
  }
  .t-light .l-footer .container {
    width: 94%;
    padding: 0;
  }
  .t-light .l-footer .container .copyright {
    margin-top: 0;
  }
  .t-light .l-footer .container .companyInfoWrap {
    position: relative;
    flex-wrap: wrap;
  }
  .t-light .l-footer .container .companyInfoWrap .companyInfo {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    font-size: 14px;
  }
  .t-light .l-footer .container .companyInfoWrap .companyInfo a {
    order: 0;
  }
  .t-light .l-footer .container .companyInfoWrap .companyInfo .ymtkNum {
    order: 1;
  }
  .t-light .l-footer .container .companyInfoWrap .companyInfo .wpCr {
    order: 3;
  }
  .t-light .l-footer .container .companyInfoWrap .companyInfo .iconWrapper i:first-of-type {
    padding: .5rem .5rem .5rem 0;
  }
  .t-light .l-footer .container .companyInfoWrap .companyInfo .caution {
    font-size: 0.8rem;
  }

  #expList .pcContent {
    display: none;
  }
  #expList .spContent {
    display: block;
  }
  #expList .inner {
    width: 100%;
    margin: 0 auto 1.5rem auto;
    /* expList */
    /* expList */
    /* List */
    /* List */
    /* Form */
    /* Form */
  }
  #expList .inner h1, #expList .inner h2 {
    margin: 0 auto 1rem;
    padding: .5rem;
    font-size: 1.414rem;
    line-height: 1.25;
  }
  #expList .inner h3 {
    margin: 1.5rem auto .5rem;
    padding: .5rem;
    font-size: 1.414rem;
    line-height: 1.25;
  }
  #expList .inner h4 {
    font-size: 0.8rem;
    margin: 2rem auto 0rem;
  }
  #expList .inner h5 {
    font-size: 0.8rem;
    font-weight: normal;
  }
  #expList .inner div {
    -webkit-tap-highlight-color: transparent;
  }
  #expList .inner .spLeft {
    text-align: left;
  }
  #expList .inner .btnWrap {
    width: 90%;
    margin: 1rem auto;
  }
  #expList .inner .btnWrap .orderBtn {
    width: 300px;
    margin: 0 auto 3rem;
    padding: .75rem;
    font-size: 1rem;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
  }
  #expList .inner .btnWrap .orderBtn img {
    margin: 0 0 0 1rem;
  }
  #expList .inner .btnWrap .orderBtn i.material-icons {
    font-size: 1.2rem;
  }
  #expList .inner .btnWrap .orderBtn:hover {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
  }
  #expList .inner .breadCrumbs {
    font-size: .6rem;
  }
  #expList .inner .breadCrumbs span:after {
    content: ">";
    color: #9e9e9e;
    margin: 0 .25rem;
    font-size: .6rem;
  }
  #expList .inner .breadCrumbs span:last-child:after {
    content: "";
  }
  #expList .inner .breadCrumbs i {
    margin: 0 .2rem 0 0;
  }
  #expList .inner .cautionText {
    padding: .5rem;
  }
  #expList .inner .dataTables_wrapper .dataTables_filter {
    text-align: right !important;
  }
  #expList .inner table.expensive thead th {
    padding: 5px 16px 5px 5px;
    font-size: 0.8rem;
    border: 1px solid #9e9e9e;
    box-sizing: border-box;
  }
  #expList .inner table.expensive thead th:first-of-type {
    width: 60px !important;
  }
  #expList .inner table.expensive thead th:last-of-type {
    width: 80px !important;
  }
  #expList .inner table.expensive tbody tr td {
    font-size: 0.8rem;
    word-wrap: break-word;
    vertical-align: middle;
    box-sizing: border-box;
  }
  #expList .inner table.expensive tbody tr td:first-of-type {
    height: 54px;
  }
  #expList .inner table.expensive tbody tr td:first-of-type .lazyload {
    width: 23px;
  }
  #expList .inner table.expensive tbody tr td:last-child {
    text-align: right;
  }
  #expList .inner table.expensive tbody tr td:last-child:after {
    content: "円";
    font-size: 0.8rem;
    padding: 0 0 0 .15rem;
  }
  #expList .inner table.expensive tbody tr td a {
    text-decoration: underline;
  }
  #expList .inner .updateText {
    font-size: 0.8rem;
  }
  #expList .inner .childeListArea {
    display: none;
  }
  #expList .inner .childeListArea li {
    width: 90%;
    font-size: .8rem;
  }
  #expList .inner .listBox .moreBtn:hover {
    background: linear-gradient(rgba(255, 255, 255, 0.75), white);
  }
  #expList .inner .linkFlex .flexBox {
    width: 100%;
    line-height: 120%;
  }
  #expList .inner .linkFlex .flexBox h3 {
    font-size: 1rem;
  }
  #expList .inner#form p {
    margin: 0;
  }
  #expList .inner#form form {
    width: 100%;
    padding: 1rem;
  }
  #expList .inner#form form .formArea .inputArea {
    width: 100%;
  }
  #expList .inner#form form .formArea .inputArea.selectArea {
    width: 50%;
    margin: 0 0 1rem 0;
  }
  #expList .inner#form form .formArea .inputArea .formText {
    margin: 0;
    font-size: .8rem;
  }
  #expList .kit-btn {
    width: 134px;
    height: 36px;
    position: fixed;
    bottom: 12px;
    right: 12px;
    z-index: 999;
  }
}

/* タブレット
-------------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pcHide {
    display: none !important;
  }

  .container {
    width: 98%;
    max-width: 98%;
  }
  .container .siteTitle {
    width: 200px;
  }
  .container .header-content .tel p {
    padding: 1rem .5rem;
  }
  .container .header-content .tel p.text {
    font-size: .75rem;
  }
  .navWrap .nav .navInner .navList .navLink {
    font-size: 1rem;
  }
}
/* PC(small)
-------------------------------------------------- */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pcHide {
    display: none !important;
  }
}
/* PC(large)
-------------------------------------------------- */
@media only screen and (min-width: 1200px) {
  .pcHide {
    display: none !important;
  }
}
@media only screen and (min-width: 1401px) {
  .t-light .l-wrapper .sidebarBox {
    width: calc(100% - 1200px);
  }
  .t-light .l-wrapper .sidebarBox .l-sidebar {
    margin: 0 auto 0 28px;
  }
}
