@charset "utf-8";
body {
  background: url(../images/bg.png);
}
/* リンク設定
------------------------------------------------------------*/
a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  color: #8ED531;
}
a:hover, a:active {
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  outline: none;
  text-decoration: underline;
}
/**** Clearfix ****/
nav .panel:after, nav#mainNav:after, .newsTitle:after, .bg:after, .post:after {
  content: "";
  display: table;
  clear: both;
}
nav .panel, nav#mainNav, .newsTitle, .bg, .post {
  zoom: 1;
}
/* フォーム
------------------------------------------------------------*/
input[type="text"], textarea {
  vertical-align: middle;
  max-width: 90%;
  line-height: 30px;
  height: 30px;
  padding: 1px 5px;
  border: 1px solid #d4d4d7;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-size: 100%;
  color: #555;
  background: #fcfcfc;
}
textarea {
  height: auto;
  line-height: 1.5;
}
input[type="submit"], input[type="reset"], input[type="button"] {
  padding: 3px 10px;
  border: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  line-height: 1.5;
  font-size: 100%;
  color: #fff;
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {}
*:first-child + html input[type="submit"] {
  padding: 3px;
}
/* レイアウト
------------------------------------------------------------*/
#wrapper, .inner {
  margin: 0 auto;
  width: 960px;
}
#wrapper {
  padding: 1rem 0;
}
#breadCrumb {
  margin-bottom: 1.0rem;
}
/*#header {
  background: #fff;
}*/
#content {
  float: right;
  width: 710px;
}
#sidebar {
  float: left;
  width: 225px;
}
#footer {
  clear: both;
  padding-top: 20px;
  background: #efefef;
}
/* ヘッダー
*****************************************************/
#header .bg {
  background: #eeeeee;
  margin-bottom: 40px;
}
#header h1, #headerDescription {
  float: left;
  padding: 3px 0;
  color: #000;
  font-size: 0.8rem;
  font-weight: normal;
  margin: 0;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}
#headerDescription {
  float: right;
}
#headerLogo {
  /*clear: both;
  float: left;
  padding: 30px 0;*/
  color: #515151;
  font-size: 160%;
  font-weight: bold;
  width: 300px;
  margin-bottom: 0;
}
/* サブナビゲーション
----------------------------------*/
#header ul {
  /*padding-top:40px;
float:right;*/



}
#header ul li {
  /*display: inline;*/
  display: block;
  margin-left: 10px;
  font-size: 90%;
}
#header ul li a {
  padding-left: 10px;
  color:#8ED531;
  /* color: #252525; */
  /*background: url(../images/arrowSub.png) no-repeat 0 50%;*/
}
#header ul li a:hover {
  background-position: 3px 50%;
}
.header__flyer {
  text-align: center;
  margin-bottom: 0.25em;
}


.header__flyer + ul {
    display: flex;
}
.header__flyer-link {
  background-color: #8ED531;
  color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 3px 0 #77b02e;
  padding: 0.25em;
  display: block;
  position: relative;
  top: 0;
  transition: all 0.3s;
}
.header__flyer-link:hover {
  top: 3px;
  box-shadow: none;
  transition: all 0.3s;
  text-decoration: none;
}

/* トップページ　メイン画像
----------------------------------*/
#mainImg {
  clear: both;
  margin-top: 25px;
  line-height: 0;
  text-align: center;
  z-index: 0;
}
.post {
  margin: 0 0 20px 0;
  padding: 10px;
  border: 1px solid #dadada;
  background: #fff;
}
.post img.alignleft {
  max-width: 231px;
}
/* タイポグラフィ
*****************************************************/
h2.heading {
  font-size: 3.2rem;
  line-height: 4.8rem;
  margin-bottom: 3.0rem;
  font-weight: bold;
}
.h2Description {
  margin-bottom: 4.8rem;
}
h2.heading span {
  font-size: 2.0rem;
  margin-left: 1.0rem;
  padding-left: 1.0rem;
  border-left: 2px solid rgb(142, 213, 49);
  color: rgb(142, 213, 49);
  font-weight: normal;
}
h3.heading {
  font-size: 2.4rem;
  line-height: 3.8rem;
  margin: 4.5rem 0 1.6rem;
  font-weight: bold;
  border-left: 5px solid #8ED531;
  padding-left: 1.6rem;
}
h3.title {
  position: relative;
  line-height: 4.0rem;
  padding: 0 0.8rem;
  border: 1px solid #dadada;
  border-bottom: 3px solid #89D524;
  background: #fff;
  margin-bottom: 0.75rem;
}
h3.title span {
  float: right;
  text-align: right;
  padding-left: 1rem;
  font-size: 1.4rem;
  background: url(../images/arrow.png) no-repeat 0 50%;
}
.dateLabel {
  margin: 0 0 10px;
  text-align: right;
  font: italic 1em "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.post ul {
  margin: 0 0 1.5rem 1.5rem;
}
.post ol {
  margin: 0 0 10px 30px;
}
.post ol li {
  list-style: decimal;
}
.post h1 {
  margin: 20px 0;
  padding: 5px 0;
  font-size: 100%;
  color: #252525;
  border-bottom: 3px solid #ccc;
}
.post h2 {
  margin: 10px 0;
  padding-bottom: 2px;
  font-size: 130%;
  font-weight: normal;
  color: #333;
  border-bottom: 2px solid #515151;
}
.post h3 {
  margin: 10px 0;
  font-size: 120%;
  font-weight: normal;
  color: #497b08;
  border-bottom: 1px solid #515151;
}
.post blockquote {
  clear: both;
  padding: 10px 0 10px 15px;
  margin: 10px 0 25px 30px;
  border-left: 5px solid #ccc;
}
.post blockquote p {
  padding: 5px 0;
}
.post table {
  border: 1px #497b08 solid;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 10px 0 20px;
}
.post table th {
  padding: 7px 10px 7px 5px;
  border: #497b08 solid;
  border-width: 0 0 1px 1px;
  font-weight: bold;
  color: #fff;
  background: #497b08;
}
.post table td {
  padding: 7px 5px;
  border: 1px #497b08 solid;
  border-width: 0 0 1px 1px;
  background: #fff;
}
.post dt {
  font-weight: bold;
}
.post dd {
  padding-bottom: 10px;
}
.post img {
  max-width: 100%;
  height: auto;
}
img.aligncenter {
  display: block;
  margin: 5px auto;
}
img.alignright, img.alignleft {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}
img.alignleft {
  margin: 0 7px 2px 0;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
figure figcaption {
  font-size: 13px;
  text-align: center;
}
/* サイドバー　ウィジェット
*****************************************************/
section.widget, .widgetInfo {
  margin: 0 0 20px;
  padding: 10px 7px;
  border: 1px solid #dadada;
  background: #fff;
}
#banners img {
  display: inline;
  max-width: 225px;
  padding-bottom: 10px;
}
section.widget h3 {
  clear: both;
  margin: 0 0 10px;
  padding: 5px 0;
  font-size: 100%;
  font-weight: normal;
  color: #333;
  border-bottom: 1px dotted #ccc;
}

section.widget a {
  display: block;
  padding: 3px 0 3px 13px;
  text-decoration: underline;
  background: url(../images/arrow.png) no-repeat 0 50%;
}
section.widget a:hover {
  text-decoration: none;
  background-position: 3px 50%;
}
#searchform input[type="text"] {
  line-height: 1.7;
  height: 24px;
  width: 100px;
  vertical-align: bottom;
}
/* お知らせ　
-------------*/
.newsTitle {
  clear: both;
  margin: 0 0 20px;
  padding: 5px 0;
  font-size: 100%;
  color: #333;
  border-bottom: 1px dotted #ccc;
}
.newsTitle h3 {
  float: left;
  font-weight: normal;
}
.newsTitle p {
  float: right;
  padding: 0 0 0 10px;
  font-size: .8em;
  background: url(../images/arrow.png) no-repeat 0 50%;
}
.news p {
  clear: both;
  padding-bottom: 2px;
  border-bottom: 1px dotted #ccc;
}
.news p:last-child {
  border: 0;
}
.news p a {
  display: block;
  padding: 5px 0;
  color: #333;
  font-style: italic;
  font: italic 110% "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.news a span {
  color: #515151;
  font: normal 90% Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
}
.news span {
  padding-left: 10px;
}
.news a:hover span {
  color: #777;
}
/* フッター
*****************************************************/
#footer ul {
  padding-bottom: 30px;
  font-size: 85%;
}
#footer ul li {
  display: inline-block;
  vertical-align: text-top;
  text-align: left;
  padding: 5px 0;
  margin-right: 60px;
  background: url(../images/arrow.png) no-repeat 0 12px;
}
#footer ul li a {
  display: block;
  padding: 0 0 0 12px;
  overflow: hidden;
}
#footer ul li a:hover {
  text-decoration: underline;
}
#footer ul li li {
  display: block;
  padding: 0;
  margin: 0 0 0 10px;
  background-position: 0 5px;
}
*:first-child + html #footer ul li {
  display: inline;
}
*:first-child + html #footer ul ul, *:first-child + html #footer ul li li a, *:first-child + html #footer ul li li {
  display: none;
}
#copyright {
  clear: both;
  padding: 10px;
  text-align: center;
  font-size: 75%;
  zoom: 1;
  color: #fff;
  background: #2b2b2b;
}
/* page navigation
------------------------------------------------------------*/
.pagenav {
  clear: both;
  width: 100%;
  height: 30px;
  margin: 5px 0 20px;
}
.prev {
  float: left
}
.next {
  float: right;
}
#pageLinks {
  clear: both;
  color: #5b980b;
  text-align: center;
}
/* トップページ 最新記事3件
------------------------------------------------------------*/
.oneThid-boxArea {}
.oneThird-Box {
  float: left;
  width: 30.985915492%; /*220/710*/
  margin-right: 3.52112676%;
}
.post .oneThird-Box {
  width: 31.6860465%; /*218/688*/
  margin-right: 2.470930232%; /*17/688*/
}
.oneThird-boxArea .oneThird-Box:last-child {
  margin-right: 0;
}
.contentArea {
  float: left;
  width: 65.406976744%; /*450/688*/
}
.oneThird-Box p {
  font-size: 1.4rem;
  margin: 1.0rem 0;
}
.oneThird-Box button {
  background: #fff;
  width: 100%;
  border: 1px solid #dadada;
  padding: 1px;
}
.oneThird-Box button a {
  background: #FFFFFF;
  display: block
}
.oneThird-Box button:hover a {
  background: #f3f3f3;
}
#topNew {}
.ulGeneral li {
  border-bottom: 1px dotted #ccc;
  padding-left: 15px;
  background: url(../images/bullet.png) no-repeat 0 47%;
}
.ulGeneral li time {
  margin-right: 1.0rem;
}
.ulGeneral li a {
  display: block;
  padding: 5px 0;
}
.ulGeneral time {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
/*** 会社概要 ***/
#companyGreeting .post p:first-child, #companyGreeting .post p:last-child {
  margin-bottom: 0;
}
.dlTable01 {
  background: #FFFFFF;
  border-top: 1px solid #EBEBEB;
  border-left: 1px dashed #EBEBEB;
}
.dlTable01 dl, .dlTable01 dt, .dlTable01 dd {
  box-sizing: border-box;
}
.dlTable01 dl {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.dlTable01 dl:nth-child(2n) {
  background-color: #F9F9F9;
}
.dlTable01 dl:hover {
  background: rgba(223, 240, 216, 0.35) !important;
}
.dlTable01 dt, .dlTable01 dd {
  display: table-cell;
  vertical-align: middle;
  border-right: 1px dashed #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
  padding: 14px;
}
.dlTable01 dt {
  text-align: center;
  width: 25%;
  vertical-align: middle;
  text-align: left;
}
.dlTable01 dd {
  width: 75%;
}
.dlTable01 dl dt p, .dlTable01 dl dd p {
  margin: 0;
  border-bottom: 1px dashed #EBEBEB;
}
.dlTable01 dl dt p:last-child, .dlTable01 dl dd p:last-child {
  border-bottom: none;
}
/*** お問い合わせ ***/
.Co_RD {
  color: #ff0000;
}
#contactArea01 dl dt, #contactArea01 dl dd {
  width: 20%;
}
#contactArea01 dl dt:first-child {
  width: 25%;
}
#contactSupport dl dt, #contactSupport dl dd, #contactWarcs dl dt, #contactWarcs dl dd {
  width: 25%;
}
.dlTable01 dd label {
  margin-right: 14px;
}
.dlTable01 dd label input[type="text"] {
  margin-left: 7px;
}
.dlTable01 dd#itemName label {
  margin-left: 14px;
}
.dlTable01 dd .bottomSpace {
  margin-bottom: 7px !important;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="number"], textarea {
  box-sizing: border-box;
  padding: 4px;
  border: 1px solid #dddddd;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="number"] {
  width: 329px;
}
textarea {
  width: 100%;
}
.dlTable01 dd .short {
  width: 120px !important;
}
.dlTable01 dd .middle {
  width: 214px !important;
}
.dlTable01 dd #Address {
  width: 388px !important;
}
/*** はこぶんぶん ***/
#companyGreeting .post p:first-child, #companyGreeting .post p:last-child {
  margin-bottom: 0;
}
.dlTable02 {
  background: #FFFFFF;
  border-top: 1px solid #EBEBEB;
  border-left: 1px dashed #EBEBEB;
}
.dlTable02 dl, .dlTable02 dt, .dlTable02 dd {
  box-sizing: border-box;
}
.dlTable02 dl {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.dlTable02 dl:nth-child(2n) {
  background-color: #F9F9F9;
}
.dlTable02 dl:hover {
  background: rgba(223, 240, 216, 0.35) !important;
}
.dlTable02 dt, .dlTable02 dd {
  display: table-cell;
  vertical-align: middle;
  border-right: 1px dashed #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
  padding: 4px;
}
.dlTable02 dt {
  text-align: center;
  width: 25%;
  vertical-align: middle;
  text-align: left;
}
.dlTable02 dd {
  width: 75%;
}
.dlTable02 dl dt p, .dlTable02 dl dd p {
  margin: 0;
  border-bottom: 1px dashed #EBEBEB;
}
.dlTable02 dl dt p:last-child, .dlTable02 dl dd p:last-child {
  border-bottom: none;
}

#formAction {
  width: 630px;
  margin: 0 auto;
}
input[type="submit"], input[type="reset"] {
  position: relative;
  display: inline-block;
  width: 296px;
  line-height: 3em;
  border-radius: 4px;
  border: none;
  -webkit-transition: none;
  transition: none;
}
input[type="submit"] {
  background-color: #8ED531;
  color: #ffffff;
  box-shadow: 0 3px 0 #77B02E;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
  margin-right: 9px;
}
input[type="reset"] {
  background-color: #f0f0f0;
  color: #333333;
  box-shadow: 0 3px 0 #cccccc;
  text-shadow: none;
}
input[type="submit"]:hover, input[type="reset"]:hover {
  top: 3px;
  box-shadow: none;
}
/* スタッフ紹介 */
.staffArticle .oneThird-Box {
  margin-bottom: 0;
}
.staffArticle p:last-child {
  margin-bottom: 0;
}
.staffArticle .dlTable01 {
  border: none;
}
.staffArticle .dlTable01 dl:nth-child(2n) {
  background: none;
}
.staffArticle .dlTable01 dt, .staffArticle .dlTable01 dd {
  border-bottom: none;
  padding: 0.7rem;
}
.staffArticle .dlTable01 dt {
  width: 25%;
  font-weight: normal;
}
.staffArticle .dlTable01 dd {
  width: 75%;
  border: none;
}
#sideStaff li {
  line-height: 1.0;
  margin-bottom: 1.5rem;
}
#sideStaff li span {
  display: block;
  font-size: 1.1rem;
  padding-left: 13px;
}
#side-news ul {
  line-height: 1.4;
  font-size: .9em;
}
#side-news ul li {
  border-bottom: 1px dashed #e4e4e4;
}
#side-news ul li a {
  padding: 8px 0 8px 13px;
}
#side-news ul li time {
  font-size: .8em;
}
/*共通*/
.siteLink {
  max-width: 940px;
  margin: 0 auto 4.8rem;
}
.siteLink li {
  position: relative;
  float: left;
  width: 31.914893617%;
  margin-right: 2.127659574%;
  background-color: #f0f0f0;
  box-shadow: 0 3px 0 #cccccc;
  border-radius: 5px;
}
.siteLink li:last-child {
  margin-right: 0;
  background-color: #8ED531;
  box-shadow: 0 3px 0 #77B02E;
}
.siteLink li:hover {
  top: 3px;
  box-shadow: none;
}
/* メインメニュー　PC用
------------------------------------------------------------*/
@media only screen and (min-width: 1025px) {
  nav#mainNav {
    clear: both;
    position: relative;
    z-index: 200;
    background: #8ED531;
  }
  nav#mainNav ul li {
    float: left;
    width: 11.25% /*12.5% */ /*14.2%*/ ;
    position: relative;
    border-right: 1px solid #77b02e;
  }
  nav#mainNav ul li:first-child {
    border-left: 1px solid #77b02e;
  }
  nav#mainNav ul li a {
    display: block;
    text-align: center;
    _float: left;
    color: #fff;
    padding: 1.2rem 0;
  }
  nav#mainNav ul li a span, nav#mainNav ul li a strong {
    display: block;
    line-height: 1.4;
    font-weight: normal;
    text-align: center;
  }
  nav#mainNav ul li a span {
    text-align: center;
    font-size: 70%;
    color: #416d08;
  }
  nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover, nav#mainNav ul li a:active, nav#mainNav ul li.current-menu-parent a {
    background: #7DBA2E;
    text-decoration: none;
  }
  nav#mainNav ul ul {
    width: 100%;
  }
  nav#mainNav ul li ul {
    display: none;
  }
  nav#mainNav ul li:hover ul {
    display: block;
    position: absolute;
    top: 60px;
    left: 0px;
    z-index: 500;
  }
  nav#mainNav ul li li {
    padding: 0 0 0 10px;
    margin: 0;
    float: none;
    height: 40px;
    line-height: 40px;
    width: 160px;
    background: #497b08;
    border: 0;
    border-bottom: 1px solid #77b02e;
  }
  nav#mainNav ul li li:first-child {
    border-left: 0;
  }
  nav#mainNav ul li li a {
    width: 100%;
    height: 40px;
    padding: 0;
    line-height: 40px;
    font-size: 95%;
    text-align: left;
  }
  nav#mainNav ul li li a span {
    padding: 0 10px;
  }
  nav#mainNav ul li li a:hover, nav#mainNav ul li li.current-menu-item a {
    color: #d4eab8;
  }
  nav#mainNav ul li:hover ul li:last-child {
    border: 0;
  }
  nav div.panel {
    display: block !important;
  }
  a#menu {
    display: none;
  }
}
/* メインメニュー iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:1024px) {
  nav#mainNav {
    clear: both;
    width: 98%;
    margin: 10px auto;
    border: 1px solid #d5d5d5;
  }
  nav#mainNav a.menu {
    width: 100%;
    display: block;
    height: 37px;
    line-height: 37px;
    font-weight: bold;
    text-align: left;
    background: #fff url(../images/menuOpen.png) no-repeat 5px 8px;
  }
  nav#mainNav a#menu span {
    padding-left: 35px;
  }
  nav#mainNav a.menuOpen {
    background: #fff url(../images/menuOpen.png) no-repeat 5px -34px;
  }
  nav#mainNav a#menu:hover {
    cursor: pointer;
  }
  nav .panel {
    display: none;
    width: 100%;
    position: relative;
    right: 0;
    top: 0;
    z-index: 1;
  }
  nav#mainNav ul {
    margin: 0;
    padding: 0;
  }
  nav#mainNav ul li {
    float: none;
    clear: both;
    width: 100%;
    height: auto;
    line-height: 1.2;
  }
  nav#mainNav ul li:first-child {
    border-top: 1px solid #d5d5d5;
  }
  nav#mainNav ul li li:first-child {
    border-top: 0;
  }
  nav#mainNav ul li a, nav#mainNav ul li.current-menu-item li a {
    display: block;
    padding: 15px 10px;
    text-align: left;
    border-bottom: 1px dashed #ccc;
    background: #fff;
  }
  nav#mainNav ul li:last-child a {
    border: 0;
  }
  nav#mainNav ul li li:last-child a {
    border: 0;
  }
  nav#mainNav ul li li:last-child a {
    border-bottom: 1px dashed #ccc;
  }
  nav#mainNav ul li a span {
    display: none;
  }
  nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover, nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:active, nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-item li a:active {
    background: #f6f6f6;
  }
  nav#mainNav ul li li {
    float: left;
    border: 0;
  }
  nav#mainNav ul li li a, nav#mainNav ul li.current-menu-item li a, nav#mainNav ul li li.current-menu-item a {
    padding-left: 40px;
    background: #fff url(../images/sub1.png) no-repeat 20px 18px;
  }
  nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li li a:hover, nav#mainNav ul li.current-menu-item li a:hover {
    background: #f6f6f6 url(../images/sub1.png) no-repeat 20px -62px;
  }
  nav#mainNav ul li li:last-child a {
    background: #fff url(../images/subLast.png) no-repeat 20px 20px;
  }
  nav#mainNav ul li li:last-child.current-menu-item a, nav#mainNav ul li li:last-child a:hover, nav#mainNav ul li.current-menu-item li:last-child a:hover {
    background: #f6f6f6 url(../images/subLast.png) no-repeat 20px -65px;
  }
  nav div.panel {
    float: none;
  }
  #mainImg {
    margin-bottom: 20px;
  }
}
/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 959px) {
  #wrapper, #header, .inner {
    width: 100%;
  }
  #header h1, #header p {
    padding: 5px 10px;
  }
  #header h2 {
    padding: 20px 10px 0;
  }
  #header ul {
    /*padding: 20px 10px 10px;*/
    padding-right:10px;
  }
  .header__flyer{
    padding-top:0 !important;
    padding-bottom:0 !important;
  }
  nav#mainNav ul, .thumbWrap {
    margin: 0 auto;
  }
  nav#mainNav ul ul {
    padding: 0;
  }
  nav div.panel {
    float: none;
  }
  #mainImg img {
    width: 98%;
    height: auto;
  }
  #content, #sidebar {
    clear: both;
    width: 95%;
    float: none;
    margin: 0 auto;
    padding: 10px 0;
  }
  #banners {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  #banners p {
    display: inline;
    margin: 0 10px;
  }
  #banners p img {
    width: 100%;
    height: auto;
  }
  section.widget_search {
    text-align: center;
  }
  #footer {
    margin: 0;
    border: 0;
    text-align: center;
  }
  #footer ul {
    text-align: center;
  }
  #footer ul li {
    margin-right: 20px;
  }
  .thumbWrap {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
    overflow: auto;
    border: 1px solid #dadada;
  }
  .thumbWrap ul.thumb li {
    width: 30%;
    float: left;
    margin: 0 1% 0 2%;
  }
  .thumbWrap img {
    width: 100%;
    height: auto;
  }
}
/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 644px) {
  #header {
    text-align: center;
  }
  #header h1, #header p {
    float: none;
  }
  #header h2, #header ul {
    float: none;
  }
  #headerInfo {
    width: 250px;
    margin: 0 auto;
  }
  img.alignright, img.alignleft {
    display: block;
    width: 50%;
    margin: 5px auto;
  }
  .alignright, .alignleft {
    float: none;
  }
  #footer ul {
    text-align: left;
    padding: 15px;
  }
  #footer ul ul {
    padding: 0;
  }
}
.sectionBorder {
  position: relative;
  padding: 6.0rem;
  border-top: 3px solid #89D524;
  background: #FFFFFF;
}

.sectionBorder + ul {
    display:flex;
}

.sectionBorder + ul >li {
    height: 70px;
}

.sectionBorder + ul >li>a>img {
    display: inline-block;
}

#serviceTruck:before {
  background: url("../content/images/service/service-iconTruck.svg");
  position: absolute;
  content: " ";
  top: -50px;
  right: 25px;
  width: 100px;
  height: 100px;
  background-size: contain;
  vertical-align: middle;
}
.ulCheck {
  margin-bottom: 1.5rem;
}
#serviceTruck h3 {
  padding-left: 11rem;
}
#transportTrouble .serviceTruck:first-child h3 {
  background: url("../content/images/service/trouble01.svg") no-repeat;
}
#transportTrouble .serviceTruck:nth-child(2) h3 {
  background: url("../content/images/service/trouble02.svg") no-repeat;
}
#transportTrouble .serviceTruck:nth-child(3) h3 {
  background: url("../content/images/service/trouble03.svg") no-repeat;
}
#transportTrouble .serviceTruck:nth-child(4) h3 {
  background: url("../content/images/service/trouble04.svg") no-repeat;
}
#transportTrouble .serviceTruck:last-child h3 {
  background: url("../content/images/service/trouble05.svg") no-repeat;
}
.ulDisc {
  list-style-type: disc;
  margin-left: 2.0rem;
}
#banners {
  margin-bottom: 2.0rem;
}
#banners .banner {
  margin-bottom: 0;
}
#companyPhilosophy dl {
  margin: 0 auto 2.0rem;
  width: 44rem;
}
#companyPhilosophy dt {
  padding-left: 1.0rem;
}
#companyPhilosophy dd {
  font-size: 4.0rem;
  line-height: 4.0rem;
}
#companyPhilosophy .ulGeneral {
  width: 90%;
  margin: 0 auto;
}
#companyPhilosophy .ulGeneral li {
  border-bottom: none;
  font-size: 2.0rem;
}
#companyPolicy #mainSentence {
  font-size: 4.0rem;
  text-align: center;
}
h4.heading {
  font-weight: bold;
  border-left: 5px solid #89D524;
  padding-left: 1.0rem;
  margin-bottom: 1.0rem;
}
#companyPolicy .ulGeneral {
  margin-bottom: 2.0rem;
}
#companyPolicy .ulGeneral li {
  border-bottom: none;
}
#companyAbout .ulGeneral li {
  border-bottom: none;
}
/********** 取引実績一覧 *********/
#resultCatalog .ulGeneral {
  margin-bottom: 0;
}
#resultCatalog li {
  line-height: 1.0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 14px;
}
#resultCatalog li time {
  margin-right: 1.0rem;
}
#resultCatalog li a {
  font-size: 16px;
}
#resultCatalog li .badgeArea {
  display: inline-block;
  padding: 0.3rem 0.5rem;
  color: #fff;
}
#resultCatalog li .badgeArea:first-of-type {
  margin-right: 0.5rem;
}
#resultCatalog li .badgeArea:nth-of-type(2) {
  margin-left: 0.5rem;
}
.area01 {
  background: #4573B3;
}
.area02 {
  background: #9AD9E9;
}
.area03 {
  background: #CCEBBA;
}
.area04 {
  background: #66BB50;
}
.area05 {
  background: #FFFF80;
}
.area06 {
  background: #FDC070;
}
.area07 {
  background: #FF8000;
}
.area08 {
  background: #FF0000;
}
.tableBasis {
  width: 100%;
  border-top: 1px solid #efefef;
  border-left: 1px solid #efefef;
  background: #fff;
}
.tableBasis th, .tableBasis td {
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
#resultReason figure {
  float: left;
  width: 25%;
  margin-right: 5%;
}
#resultReason figure figcaption {
  font-size: 12px;
}
#resultReason .description {
  position: relative;
  padding: 1.0rem;
  width: 70%;
  color: #19283C;
  background: #FFFFFF;
  border: 3px solid #ececec;
  z-index: 0;
  float: left;
}
#resultReason .description:before {
  content: "";
  position: absolute;
  top: 10%;
  left: -8px;
  margin-top: -9px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 9px 9px 9px 0;
  border-color: transparent #ffffff transparent transparent;
  z-index: 0;
}
#resultReason .description:after {
  content: "";
  position: absolute;
  top: 10%;
  left: -12px;
  margin-top: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #ececec transparent transparent;
  z-index: -1;
}
#resultReason .description strong {
  padding: 0.25rem 0.5rem 0;
  background: -webkit-linear-gradient(transparent 50%, #ffeb5d 50%);
  background: linear-gradient(transparent 50%, #ffeb5d 50%);
}
/*マスカット物流CSS　↓　*/
.rt-button {
  background-color: #8ED531;
  color: #ffffff;
  box-shadow: 0 3px 0 #77B02E;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
  margin-right: 9px;
}
.text-center {
  text-align: center;
  margin: 2rem 0;
}
.row {
  display: flex;
  justify-content: space-between;
}
.feature-list {
  counter-reset: chapter;
}
.feature-list li {
  padding: 10px;
}
.p-pl:before {
  content: "POINT "counter(chapter);
  counter-increment: chapter;
  width: 50px;
  /* height: 50px; */
  margin: 0 5px 0 0;
  padding: 0px 10px;
  border-radius: 20px;
  background: #30b0d8;
  color: #fff;
  text-align: center;
  z-index: 1;
}
.one-text {
  font-size: 1.8rem;
  font-weight: 600;
}
.pStrong {
  background: -webkit-linear-gradient(transparent 50%, #fff81e 50%);
  background: linear-gradient(transparent 50%, #fff81e 50%);
  font-weight: bold;
}
