@charset "utf-8";
/*
Theme Name: EducationCareer
Theme URI: null
Description: Description
Version: 1.0
*/
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;

  font-size: 1em;
}

body {
  font-size: 62.5%;
}

body,
table,
input,
textarea,
select,
option {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

a,
a:link {
  color: #4e575a;
  text-decoration: none;
}

a:visited {
  color: #4e575a;
  text-decoration: none;
}

a:hover {
  color: #4e575a;
  text-decoration: underline;
}

a:active {
  color: #4e575a;
  text-decoration: underline;
}

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft {
  text-align: left !important;
}
.taCenter {
  text-align: center !important;
}
.taRight {
  text-align: right !important;
}

/* フォントの大きさ（プラス） */
.fsP1 {
  font-size: 1.08em !important;
}
.fsP2 {
  font-size: 1.16em !important;
}
.fsP3 {
  font-size: 1.24em !important;
}
.fsP4 {
  font-size: 1.32em !important;
}
.fsP5 {
  font-size: 1.4em !important;
}

/* フォントの大きさ（マイナス） */
.fsM1 {
  font-size: 0.92em !important;
}
.fsM2 {
  font-size: 0.84em !important;
}
.fsM3 {
  font-size: 0.76em !important;
}
.fsM4 {
  font-size: 0.68em !important;
}
.fsM5 {
  font-size: 0.6em !important;
}

/* フォントの太さ */
.fwNormal {
  font-weight: normal !important;
}
.fwBold {
  font-weight: bold !important;
}

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 {
  margin-top: 0 !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
* html .clearfix {
  zoom: 1;
}

* + html .clearfix {
  zoom: 1;
}

.clearfix:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  min-width: 1180px;
  color: #4e575a;
  font-size: 13px;
  line-height: 1.5;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background-color: #fff;
}

#container {
  text-align: left;
}

#main {
}

a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}

.sp {
  display: none !important;
}

@media all and (min-width: 768px) and (max-width: 1024px) {
}

@media all and (min-width: 0) and (max-width: 767px) {
  body {
    min-width: inherit;
  }

  a:hover,
  a:hover img {
    opacity: 1 !important;
  }

  .sp {
    display: block !important;
  }

  .pc {
    display: none !important;
  }

  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
  padding: 15px 0 0;
}

#gHeader .hBox {
  margin: 0 auto;
  width: 1056px;
}

#gHeader .logoBox,
#gHeader h1 {
  padding-left: 15px;
  float: left;
}

@media all and (min-width: 0) and (max-width: 767px) {
  #gHeader {
    padding: 15px 15px 14px;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.07);
    z-index: 20;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
  }

  #gHeader .hBox {
    margin: 0;
    width: auto;
    position: relative;
  }

  #gHeader .logoBox,
  #gHeader h1 {
    margin: 0 auto;
    width: 180px;
    padding: 0;
    float: none;
    position: relative;
    z-index: 10;
    text-align: center;
  }

  #gHeader .logoBox img,
  #gHeader h1 img {
    width: 180px;
  }

  #gHeader .select {
    position: absolute;
    left: 2px;
    top: -6px;
    z-index: 2;
  }

  #gHeader .menu {
    position: absolute;
    right: 5px;
    top: -2px;
    z-index: 2;
  }

  #gHeader .menuBox {
    display: none;
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.07);
    background-color: #f8f8f8;
  }

  #gHeader .menuBox .close {
    padding: 15px 23px 15px 0;
    text-align: right;
    background-color: #ffffff;
  }

  #gHeader .menuBox .navi01 {
    border-top: 2px solid #38c6a9;
    background-color: #ffffff;
  }

  #gHeader .menuBox .navi01 li a {
    padding: 13px 25px 17px;
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #1abb99;
    position: relative;
    border-bottom: 2px solid #38c6a9;
  }

  #gHeader .menuBox .navi01 li a:hover {
    text-decoration: none;
  }

  #gHeader .menuBox .navi01 li a:after {
    margin-top: -6px;
    width: 7px;
    height: 11px;
    position: absolute;
    right: 18px;
    top: 50%;
    background: url(../images/common/sp_icon01.png) no-repeat right center;
    background-size: 7px 11px;

    content: "";
  }

  #gHeader .menuBox .navi01 .liStyle > a:after {
    margin-top: -4px;
    width: 11px;
    height: 7px;
    position: absolute;
    right: 18px;
    top: 50%;
    background: url(../images/common/sp_icon07.png) no-repeat right center;
    background-size: 11px 7px;
  }

  #gHeader .menuBox .navi01 li a.on:after {
    margin-top: -4px;
    width: 11px;
    height: 7px;
    position: absolute;
    right: 18px;
    top: 50%;
    background: url(../images/common/sp_icon02.png) no-repeat right center;
    background-size: 11px 7px;

    content: "";
  }

  #gHeader .menuBox .navi01 li ul {
    display: none;
    background-color: #e5f7f4;
  }

  #gHeader .menuBox .navi01 .liStyle ul li a:after {
    background-image: url(../images/common/sp_icon03.png);
  }

  #gHeader .menuBox .linkBox {
    padding: 22px 15px;
    background-color: #00b998;
  }

  #gHeader .menuBox .link {
    margin-bottom: 30px;
  }

  #gHeader .menuBox .link a {
    padding: 13px 5px;
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #4e575a;
    border-radius: 5px;
    background-color: #fbd139;
  }

  #gHeader .menuBox .link a:hover {
    text-decoration: none;
  }

  #gHeader .menuBox .img a {
    width: 100%;
    display: table;
    table-layout: fixed;
    height: 100px;
    background: url(../images/common/sp_link.png) no-repeat center center;
    background-size: cover;
  }

  #gHeader .menuBox .img a:hover {
    text-decoration: none;
  }

  #gHeader .menuBox .img a .txt {
    padding: 4px 5px 0;
    display: table-cell;
    color: #fff;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
  }

  #gHeader .menuBox .navi02 {
    /* position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		box-sizing: border-box; */
    overflow: hidden;
    /* z-index: 10; */
    background: #ffffff;
  }
  #gHeader .menuBox .navi02 li {
    width: 50%;
    float: left;
    box-sizing: border-box;
    border-bottom: 1px solid #e1e6e9;
  }

  #gHeader .menuBox .navi02 li a {
    padding: 14px 5px 10px;
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #1abb99;
    text-align: center;
  }

  #gHeader .menuBox .navi02 li a:hover {
    text-decoration: none;
  }

  #gHeader .menuBox .navi02 li:nth-child(2n) {
    float: right;
    border-left: 1px solid #e1e6e9;
  }

  #gHeader .searchSec {
    display: none;
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    background-color: #f8f8f8;
  }

  #gHeader .searchSec .close a {
    padding: 15px 23px;
    display: block;
    text-align: right;
    background-color: #fff;
  }

  #gHeader .searchSec ul {
    margin: -10px 16px 24px;
  }

  #gHeader .searchSec li {
    margin-top: 16px;
    width: 48%;
    float: left;
  }

  #gHeader .searchSec li:nth-child(2n) {
    float: right;
  }

  #gHeader .searchSec .txt {
    margin: 34px 16px 16px;
  }

  #gHeader .searchSec .txt input {
    padding: 2px 16px;
    width: 100%;
    height: 44px;
    color: #777777;
    font-size: 16px;
    border-radius: 4px;
    box-sizing: border-box;
    border: 1px solid #d4d7d9;
  }
  #gHeader .searchSec .txt ::placeholder {
    color: #d5d8da;
  }

  #gHeader .searchSec li .select {
    position: relative;
    overflow: hidden;
    width: 100%;
    left: 0;
    top: 0;
  }

  #gHeader .searchSec li select {
    width: 100% !important;
    display: block;
    position: relative;
  }

  #gHeader .searchSec li .customSelect {
    padding: 9px 30px 0 16px;
    width: 100%;
    height: 44px;
    color: #777777;
    font-size: 16px;
    border-radius: 4px;
    box-sizing: border-box;
    border: 1px solid #d4d7d9;
    background: #fff url(../images/common/sp_icon04.png) no-repeat right center;
    background-size: 21px 42px;
  }

  .customSelectInner {
    overflow: hidden;
    white-space: nowrap;
    width: 100% !important;
  }

  #gHeader .searchSec .btn {
    margin: 0 16px;
  }

  #gHeader .searchSec .btn a {
    padding: 10px 5px 10px;
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    border-radius: 4px;
    background-color: #00b998;
  }

  #gHeader .searchSec .btn a:hover {
    text-decoration: none;
  }

  #gHeader .menuBox a {
    opacity: 0;
    transition: all 0.3s ease-in-out 0.3s;
    -webkit-transition: all 0.3s ease-in-out 0.3s;
  }

  #gHeader .menuBox .navi01 li:nth-child(1) a {
    transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
  }

  #gHeader .menuBox .navi01 li:nth-child(2) a {
    transition-delay: 0.55s;
    -webkit-transition-delay: 0.55s;
  }

  #gHeader .menuBox .navi01 li:nth-child(3) a {
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
  }

  #gHeader .menuBox .navi01 li:nth-child(4) a {
    transition-delay: 0.45s;
    -webkit-transition-delay: 0.45s;
  }

  #gHeader .menuBox .link a {
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
  }

  #gHeader .menuBox .img a {
    transition-delay: 0.35s;
    -webkit-transition-delay: 0.35s;
  }

  #gHeader .menuBox .navi02 li:nth-child(1),
  #gHeader .menuBox .navi02 li:nth-child(2) {
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
  }

  #gHeader .menuBox .navi02 li:nth-child(3),
  #gHeader .menuBox .navi02 li:nth-child(4) {
    transition-delay: 0.25s;
    -webkit-transition-delay: 0.25s;
  }

  #gHeader .menuBox.active a {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
  }

  #gHeader .menuBox.active .navi01 li:nth-child(1) a {
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
  }

  #gHeader .menuBox.active .navi01 li:nth-child(2) a {
    transition-delay: 0.35s;
    -webkit-transition-delay: 0.35s;
  }

  #gHeader .menuBox.active .navi01 li:nth-child(3) a {
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
  }

  #gHeader .menuBox.active .navi01 li:nth-child(4) a {
    transition-delay: 0.45s;
    -webkit-transition-delay: 0.45s;
  }

  #gHeader .menuBox.active .link a {
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
  }

  #gHeader .menuBox.active .img a {
    transition-delay: 0.55s;
    -webkit-transition-delay: 0.55s;
  }

  #gHeader .menuBox.active .navi02 li:nth-child(1),
  #gHeader .menuBox.active .navi02 li:nth-child(2) {
    transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
  }

  #gHeader .menuBox.active .navi02 li:nth-child(3),
  #gHeader .menuBox.active .navi02 li:nth-child(4) {
    transition-delay: 0.65s;
    -webkit-transition-delay: 0.65s;
  }
}

@media all and (min-width: 768px) {
  #gHeader .menuBox {
    display: none !important;
  }

  #gHeader .searchSec {
    display: none !important;
  }
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
  padding-top: 9px;
  width: 628px;
  float: right;
}

#gNavi li {
  margin-right: 23px;
  float: left;
}

#gNavi li:last-child {
  margin-right: 0;
}

#gNavi li a {
  padding: 0 12px 19px;
  display: block;
  color: #7d7d7d;
  font-size: 14px;
  font-weight: bold;
}

#gNavi li a:hover {
  padding-bottom: 15px;
  text-decoration: none;
  border-bottom: 4px solid #00b896;
}

#gNavi li a img {
  margin: -5px 8px 0 0;
  display: inline-block;
  vertical-align: middle;
}

@media all and (min-width: 0) and (max-width: 767px) {
  #gNavi {
    display: none;
  }
}
/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

#pagePath .pageList {
  margin: 0 auto;
  padding: 10px 0;
  max-width: 1024px;
}

#pagePath .pageList li {
  margin-right: 7px;
  display: inline;
  color: #7d7d7d;
  font-family: HiraginoSans-W3;
  font-size: 12px;
}

#pagePath .pageList li:last-child {
  margin-right: 0;
}

#pagePath .pageList li a {
  margin-right: 12px;
  color: #1abb99;
  display: inline-block;
  vertical-align: top;
}

#pagePath .pageList li a:hover img {
  opacity: 0.7;
}

#pagePath .pageList li a img {
  margin-top: 4px;
  width: 13px;
  display: inline-block;
  vertical-align: top;
}

#pagePath .pageList li span {
  display: inline-block;
  vertical-align: top;
  transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
}

#pagePath .subNavBox {
  padding: 8px 0 7px;
  background: url(../images/common/com_bg01.png) repeat left top;
  background-size: 16px 16px;
}

#pagePath .subNavBox .subNavList {
  text-align: center;
}

#pagePath .subNavBox .subNavList li {
  display: inline-block;
}

#pagePath .subNavBox .subNavList li a {
  min-width: 210px;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}

#pagePath .subNavBox .subNavList li.current-cat a {
  color: #1abb99;
}

#pagePath .subNavBox .subNavList li a.on,
#pagePath .subNavBox .subNavList li a:hover {
  color: #1abb99;
}

@media all and (min-width: 0) and (max-width: 767px) {
  #pagePath {
    padding: 0;
    border-bottom: none;
  }

  #pagePath .pageList {
    padding: 11px 16px 9px;
    max-width: inherit;
    border-bottom: 1px solid #ebebeb;
  }

  #pagePath .pageList li a:hover {
    text-decoration: none;
  }

  #pagePath .subNavBox {
    padding: 12px 0 7px;
  }

  #pagePath .subNavBox .subNavList li a {
    padding: 0 19px;
    min-width: inherit;
    font-size: 14px;
  }

  #pagePath .subNavBox .subNavList li a.on {
    color: #1abb99;
  }

  #pagePath .subNavBox .subNavList li a:hover {
    color: #4e575a;
  }

  #pagePath .subNavBox .subNavList li.current-cat a:hover {
    color: #1abb99;
  }
}
/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {
  width: 730px;
  float: right;
}

#conts.column {
  width: 673px;
  float: left;
}

@media all and (min-width: 0) and (max-width: 767px) {
  #conts {
    width: auto;
    float: none;
  }

  #conts.column {
    width: auto;
    float: none;
  }
}
/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#sideBar {
  width: 260px;
  float: left;
  box-shadow: 1px 3px 2px rgba(153, 153, 153, 0.1),
    -1px -1px 2px rgba(153, 153, 153, 0.05),
    -1px 3px 2px rgba(153, 153, 153, 0.1),
    1px -1px 2px rgba(153, 153, 153, 0.05);
  background-color: #fff;
}

#sideBar form .sideInner {
  padding: 26px 16px 20px;
}

#sideBar form .sideInner .title {
  margin-bottom: 8px;
  color: #4e575a;
  font-size: 15px;
  font-weight: bold;
}

#sideBar form .sideInner .title span {
  padding-left: 28px;
  display: inline-block;
  background: url(../images/common/icon03.png) no-repeat left 3px top;
  background-size: 18px 18px;
}

#sideBar form .sideInner .searchBox input {
  padding: 5px 15px 3px;
  width: 100%;
  height: 38px;
  font-size: 16px;
  font-weight: 500;
  box-sizing: border-box;
  border-radius: 4px;
  -webkit-appearance: none;
  border: 1px solid #d4d7d9;
}

#sideBar form .sideNavList {
  border-top: 1px solid #dee3e7;
}

#sideBar form .sideNavList li {
  border-bottom: 1px solid #dee3e7;
}

#sideBar form .sideNavList li a {
  padding: 15px 16px 14px;
  display: block;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  background: url(../images/common/icon04.png) no-repeat right 18px center;
  background-size: 6px 11px;
}

#sideBar form .sideNavList li a:hover {
  opacity: 0.7;
}

#sideBar form .sideNavList .special a {
  color: #d5d8da;
}

#sideBar form .submit {
  padding: 18px 10px 20px;
  text-align: center;
}

#sideBar form .submit li {
  display: inline-block;
}

#sideBar form .submit li input {
  padding: 14px 5px 9px;
  width: 228px;
  display: inline-block;
  color: #fff;
  font-family: HiraginoSans-W6;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  vertical-align: top;
  -webkit-appearance: none;
  border-radius: 4px;
  border: none;
  background-color: #1abb99;
}

#sideBar form .submit li input:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#sideBar.column {
  width: 300px;
  float: right;
  box-shadow: none;
}

#sideBar.column .h2Ttl {
  margin-bottom: 12px;
  position: relative;
  border-left: none;
  text-shadow: none;
  padding: 0;
  background-color: transparent;
}

#sideBar.column .h2Ttl:before {
  margin-top: -3px;
  width: 100%;
  height: 6px;
  position: absolute;
  background-color: #f4f4f4;
  left: 0;
  top: 50%;
  content: " ";
}

#sideBar.column .h2Ttl span {
  padding: 0 12px 0 1px;
  position: relative;
  display: inline-block;
  color: #1abb99;
  font-size: 20px;
  background-color: #fff;
}

#sideBar.column .sideImgList li {
  margin-bottom: 20px;
}

#sideBar.column .sideImgList li:last-child {
  margin-bottom: 0;
}

#sideBar.column .sideImgList li a {
  display: block;
  text-decoration: none;
}

#sideBar.column .sideImgList li a:hover {
  opacity: 0.7;
}

#sideBar.column .sideImgList li a span {
  display: block;
}

#sideBar.column .sideImgList li a .pho {
  width: 100px;
  float: left;
}

#sideBar.column .sideImgList li a .pho img {
  width: 100%;
  height: auto;
}

#sideBar.column .sideImgList li a .pho .inner {
  width: 100%;
  height: 0;
  padding-bottom: 80%;
  overflow: hidden;
  box-sizing: border-box;
}

#sideBar.column .sideImgList li a .text {
  padding-top: 5px;
  width: 188px;
  float: right;
  color: #333;
  font-family: HiraKakuPro-W3;
  font-size: 14px;
  line-height: 1.29;
}

#sideBar.column .sideBanner {
  margin-bottom: 40px;
}

#sideBar.column .sideBanner:hover {
  opacity: 0.7;
}

#sideBar.column .sideImgList {
  margin-bottom: 35px;
}

#sideBar.column .categoryList li {
  margin-bottom: 7px;
}

#sideBar.column .categoryList li:last-child {
  margin-bottom: 0;
}

#sideBar.column .categoryList li a {
  height: 53px;
  width: 100%;
  position: relative;
  display: table;
  table-layout: fixed;
  text-decoration: none;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #efefef;
}

#sideBar.column .categoryList li a:hover {
  opacity: 0.7;

  filter: alpha(opacity=70);
}

#sideBar.column .categoryList li a .text {
  width: 100%;
  height: auto;
  display: table-cell;
  color: #7d7d7d;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.33;
  letter-spacing: 0.9px;
  text-align: center;
  vertical-align: middle;
}

#sideBar.column .categoryList li a img {
  width: 57px;
  position: absolute;
  left: 15px;
  top: 11px;
  display: block;
}

#sideBar.column .categoryList {
  margin-bottom: 37px;
}

#sideBar.column .sideLinkList li {
  border-bottom: 1px solid #e0e0e0;
}

#sideBar.column .sideLinkList li a {
  padding: 19px 16px 13px;
  display: block;
  color: #333;
  font-family: HiraKakuPro-W3;
  font-size: 16px;
  line-height: 1.13;
  text-decoration: none;
  background: url(../images/common/icon17.png) no-repeat right 28px center;
  background-size: 7px 12px;
}

#sideBar.column .sideLinkList li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#sideBar.column .sideLinkList {
  margin-bottom: 31px;
}

#sideBar form .sideNavList li .select {
  position: relative;
  overflow: hidden;
  height: 50px;
}

#sideBar form .sideNavList li select {
  position: relative;
  width: 100%;
}

#sideBar form .sideNavList li .customSelect {
  padding: 0 32px 0 16px;
  display: block;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  background: url(../images/common/icon34.png) no-repeat right center;
  background-size: 24px 11px;
}

#sideBar form .sideNavList li .customSelectInner {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#sideBar.column .sideLinkList {
  margin-bottom: 31px;
}

#sideBar.column form .ttl {
  margin-bottom: 1px;
  padding-left: 26px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  background: url(../images/common/icon03.png) no-repeat left 2px top 2px;
  background-size: 18px 18px;
}

#sideBar.column form .searchArea input {
  padding: 5px 15px 3px;
  width: 100%;
  height: 44px;
  font-size: 16px;
  font-weight: 500;
  box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 4px;
  border: 1px solid #d4d7d9;
}

#sideBar.column form .searchArea {
  margin-bottom: 12px;
}

#sideBar.column form .submit {
  padding: 0;
}

#sideBar.column form .submit li {
  display: block;
}

#sideBar.column form .submit li input {
  padding: 12px 5px 8px;
  width: 100%;
  border-radius: 4px;
  -webkit-appearance: none;
}

#sideBar.column .sideTwitter {
  margin-top: 31px;
}

#sideBar.column .sideTwitter .twitter-follow-button {
  margin-bottom: 21px;
  width: 100% !important;
}

@media all and (min-width: 0) and (max-width: 767px) {
  #sideBar {
    width: auto;
    float: none;
  }

  #sideBar form .sideInner {
    padding: 0 15px;
  }

  #sideBar form .submit li input:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }

  #sideBar.column {
    width: auto;
    float: none;
  }

  #sideBar.column .sideImgList li a .text {
    padding: 5px 0 0 113px;
    width: auto;
    float: none;
  }

  #sideBar.column .sideImgList {
    margin-bottom: 46px;
  }

  #sideBar.column .categoryList {
    margin-bottom: 28px;
  }

  #sideBar.column .sideLinkList {
    margin-bottom: 31px;
  }

  #sideBar.column form .submit li input {
    border-radius: 4px;
  }
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
  clear: both;
  overflow: hidden;
}

#gFooter .naviBox {
  padding: 30px 0 24px;
  border-top: 1px solid #d8d8d8;
  background-color: #1abb99;
}

#gFooter .naviArea {
  margin: 0 auto;
  width: 1080px;
  color: #fff;
}

#gFooter .naviBox .ttl {
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: bold;
}

#gFooter .naviBox .fNavi li {
  margin-bottom: 18px;
  line-height: 1.47;
}

#gFooter .naviBox .fNavi li:last-child {
  margin-bottom: 0;
}

#gFooter .naviBox .fNavi li a {
  padding-left: 10px;
  display: inline-block;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  background: url(../images/common/icon07.png) no-repeat left 4px;
  background-size: 6px auto;
}

#gFooter .naviBox .lBox {
  width: 273px;
  float: left;
}

#gFooter .naviBox .lBox .link {
  margin-top: 32px;
}

#gFooter .naviBox .lBox .link a {
  width: 100%;
  height: 90px;
  display: table;
  table-layout: fixed;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.46;
  text-align: center;
  box-sizing: border-box;
  text-decoration: none;
  background: url(../images/common/f_link.jpg) no-repeat center center;
  background-size: cover;
}

#gFooter .naviBox .lBox .link a .txt {
  padding: 4px 5px 0;
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  box-sizing: border-box;
}

#gFooter .naviBox .lBox .link a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

#gFooter .naviBox .rBox {
  padding-left: 32px;
  width: 736px;
  float: right;
  border-left: 1px solid #fff;
}

#gFooter .naviBox .rBox .navi {
  padding-right: 5px;
  width: 255px;
  float: left;
}

#gFooter .naviBox .rBox .wid01 {
  width: 170px;
}

#gFooter .fBoxLink {
  padding: 20px 0 12px;
  clear: both;
  width: 1024px;
  margin: 0 auto;
}

#gFooter .fBoxLink p {
  display: inline-block;
  text-align: center;
  width: 33%;
}

#gFooter .fhr {
  margin: 0;
  padding: 0;
  border: 0;
  height: 1px;
  background-color: #dfdfdf;
}

#gFooter .fBox {
  padding: 30px 0 24px;
  clear: both;
  width: 1024px;
  margin: 0 auto;
}

#gFooter .fBox .txtBox {
  width: 530px;
  float: left;
}

#gFooter .fBox .txtBox .fLogo {
  float: left;
}

#gFooter .fBox .txtBox .subBox {
  width: 350px;
  float: right;
}

#gFooter .fBox .txtBox .name {
  margin-bottom: 6px;
  font-size: 14px;
}

#gFooter .fBox .txtBox p {
  color: #333;
  font-size: 11px;
  font-weight: 500;
}

#gFooter .fBox .linkBox {
  width: 450px;
  float: right;
  text-align: right;
}

#gFooter .fBox .linkBox .fLink {
  margin: 0 4px 4px;
}

#gFooter .fBox .linkBox .fLink li {
  margin-left: 15px;
  display: inline;
}

#gFooter .fBox .linkBox .fLink li:first-child {
  margin-left: 0;
}

#gFooter .fBox .linkBox .fLink li a {
  color: #333;
  font-size: 14px;
  font-weight: 500;
}

#gFooter .fBox .copyright {
  color: #333;
  font-size: 10px;
  font-weight: 200;
  letter-spacing: 0.9px;
  font-family: "Noto Sans Japanese";
}

@media all and (min-width: 0) and (max-width: 767px) {
  /*------------------------------------------------------------
		フッター
	------------------------------------------------------------*/
  #gFooter {
    padding: 35px 16px 29px;
    margin-bottom: 80px;
  }

  #gFooter .naviBox {
    padding: 0 0 47px;
    border-top: none;
    background-color: #fff;
  }

  #gFooter .naviArea {
    width: auto;
  }

  #gFooter .naviBox .ttl {
    display: none;
  }

  #gFooter .naviBox .fNavi {
    display: none;
  }

  #gFooter .naviBox .lBox {
    width: auto;
    float: none;
  }

  #gFooter .naviBox .lBox .link {
    margin-top: 0;
  }

  #gFooter .naviBox .lBox .link a {
    height: 100px;
    font-size: 16px;
  }

  #gFooter .naviBox .lBox .link a .txt {
    padding-top: 6px;
  }

  #gFooter .naviBox .lBox .link a:hover {
    filter: alpha(opacity=100);
    opacity: 1;
  }

  #gFooter .naviBox .rBox {
    display: none;
  }

  #gFooter .fBox {
    padding: 0;
    width: auto;
  }

  #gFooter .fBox .txtBox {
    margin-bottom: 16px;
    width: auto;
    float: none;
  }

  #gFooter .fBox .txtBox .fLogo {
    margin: 0 0 19px;
    float: none;
  }

  #gFooter .fBox .txtBox .fLogo img {
    width: 160px;
  }

  #gFooter .fBox .txtBox .subBox {
    width: auto;
    float: none;
  }

  #gFooter .fBox .txtBox .name {
    font-size: 11px;
  }

  #gFooter .fBox .linkBox {
    width: auto;
    float: none;
    text-align: center;
  }

  #gFooter .fBox .linkBox .fLink {
    display: none;
  }

  #gFooter .fBox .copyright {
    color: #7d7d7d;
  }
}

/*------------------------------------------------------------
	globalContents
------------------------------------------------------------*/
@media all and (min-width: 0) and (max-width: 767px) {
  .globalContents {
    margin-top: 50px;
  }
}

/*------------------------------------------------------------
	comBox
------------------------------------------------------------*/
#main .comBox {
  margin: 0 auto;
  max-width: 1024px;
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
  margin-bottom: 33px;
  color: #6b7173;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1.1px;
  text-align: center;
}

.headLine01 .greenTxt {
  color: #1abb99;
}

/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
#main .headLine02 {
  margin-bottom: 17px;
  padding-left: 35px;
  clear: both;
  font-size: 24px;
  letter-spacing: 3.6px;
  color: #333;
  background: url(../images/common/icon20.png) no-repeat left 6px;
  background-size: 23px 23px;
}

/*------------------------------------------------------------
	comResultList
------------------------------------------------------------*/
#main .comResultList {
  margin: -25px 0 45px;
}

#main .comResultList li {
  margin-top: 25px;
  width: 354px;
  float: left;
}

#main .comResultList li:nth-child(2n) {
  float: right;
}

#main .comResultList li a {
  padding: 19px 20px 22px;
  display: block;
  text-decoration: none;
  border-radius: 8px;
  box-sizing: border-box;
  border: 1px solid #ececec;
  box-shadow: 0 4px 0 0 #efefef;
  -webkit-box-shadow: 0 4px 0 0 #efefef;
  -moz-box-shadow: 0 4px 0 0 #efefef;
  background-color: #fff;
}

#main .comResultList li a:hover {
  opacity: 0.7;
}

#main .comResultList li a .title {
  margin-bottom: 4px;
  display: block;
  color: #4e575a;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  height: 2.66em;
  overflow: hidden;
}

#main .comResultList li a .ttl {
  margin-bottom: 16px;
  display: block;
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#main .comResultList li a dt {
  padding: 2px 2px 1px;
  min-width: 81px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  border-radius: 2px;
  box-sizing: border-box;
  background-color: #94d472;
  position: absolute;
  top: 0;
  left: 0;
}

#main .comResultList li a dt span {
  padding: 1px 0 1px 19px;
  background: url(../images/common/icon05.png) no-repeat left top 3px;
  background-size: 10px auto;
}

#main .comResultList li a dt .bgTxt {
  background-image: url(../images/common/icon06.png);
}

#main .comResultList li a dd {
  margin-bottom: 9px;
  padding-left: 90px;
  color: #4e575a;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
  height: 1.35em;
  overflow: hidden;
}

#main .comResultList li a dd .notes {
  font-size: 10px;
}

#main .comResultList li a dd:last-child {
  margin-bottom: 0;
  font-size: 14px;
}

#main .comResultList li a dl {
  margin-bottom: 10px;
  position: relative;
}

#main .comResultList li a .text {
  margin-top: 19px;
  display: block;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  height: 3.5em;
  overflow: hidden;
}

/*------------------------------------------------------------
	wp-pagenavi
------------------------------------------------------------*/
#main .wp-pagenavi {
  text-align: center;
}

#main .wp-pagenavi .pages {
  display: none;
}

#main .wp-pagenavi span,
#main .wp-pagenavi a {
  margin: 0 1px;
  min-width: 30px;
  min-height: 28px;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  background-color: #eee;
  line-height: 28px;
}

#main .wp-pagenavi .nextpostslink,
#main .wp-pagenavi .previouspostslink {
  min-width: 57px;
}

#main .wp-pagenavi a:hover {
  color: #fff;
  background-color: #00ba98;
}

#main .wp-pagenavi .current {
  color: #fff;
  background-color: #00ba98;
}

@media all and (min-width: 0) and (max-width: 767px) {
  #main .wp-pagenavi span,
  #main .wp-pagenavi a {
    margin-bottom: 7px;
  }
  #main .wp-pagenavi .nextpostslink,
  #main .wp-pagenavi .previouspostslink {
    min-width: 50px;
  }
}

/*------------------------------------------------------------
	comColumnList
------------------------------------------------------------*/
#main .comColumnList {
  margin-top: -30px;
}

#main .comColumnList li {
  margin-top: 30px;
  width: 320px;
  float: left;
}

#main .comColumnList li a {
  display: block;
  text-decoration: none;
  border-radius: 6px;
  box-shadow: 0 4px 0 0 #efefef;
  -moz-box-shadow: 0 4px 0 0 #efefef;
  -webkit-box-shadow: 0 4px 0 0 #efefef;
  border: 1px solid#ececec;
  background-color: #fff;
}

#main .comColumnList li a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

#main .comColumnList li .pho {
  margin: 0;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
  text-align: center;
}

#main .comColumnList li .pho {
  width: 100%;
  height: 0;
  padding-bottom: 59.68%;
  overflow: hidden;
  box-sizing: border-box;
}

#main .comColumnList li dl {
  padding: 10px 20px 9px;
}

#main .comColumnList li dt {
  margin-bottom: 3px;
  color: #9ed366;
  font-size: 12px;
  font-family: HiraginoSans-W6;
}

#main .comColumnList li dd {
  color: #7d7d7d;
  font-size: 16px;
  font-weight: bold;
}

/*------------------------------------------------------------
	comLinkList
------------------------------------------------------------*/
#main .comLinkList {
  margin-bottom: 20px;
  background-color: #f7f7f7;
}

#main .comLinkList li {
  padding: 20px 0;
  width: 100%;
  position: relative;
  float: left;
  box-sizing: border-box;
}

#main .comLinkList li img {
  width: 40px;
  display: block;
  position: absolute;
  top: 11px;
  left: 41px;
}

#main .comLinkList li span {
  display: block;
  text-align: center;
}

#main .comLinkList li .ttl {
  margin-bottom: 10px;
  color: #7d7d7d;
  font-size: 13px;
  font-weight: bold;
}

#main .comLinkList li .ttlSub {
  color: #1abb99;
  font-size: 12px;
  font-weight: bold;
  background-color: #ffffff;
  padding: 4px 0;
  display: block;
  margin: 0 auto 10px;
  border-radius: 100px;
  width: 154px;
}

#column #conts > ul.comLinkList > li a,
#column #conts .contentBox > ul.comLinkList > li a {
  display: flex;
  align-items: center;
}

#main .comLinkList li .link img {
  width: 36px;
  height: 36px;
  margin-bottom: 0 !important;
  position: static;
  display: block;
  vertical-align: middle;
  padding-right: 11px;
  padding-left: 14px;
}

#main .comLinkList li .link {
  margin: 0 auto;
  max-width: 400px;
  position: relative;
}

#main .comLinkList li .link a {
  padding: 10px 5px;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 1.4px;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #91d46e;
}

#main .comLinkList li .link a:hover {
  opacity: 0.7;
}

#main .comBox .column .comLinkList li .link a {
  display: flex;
  align-items: center;
}

#main .comLinkList li:first-child .link a {
  background-color: #00ba98;
}

@media all and (min-width: 0) and (max-width: 767px) {
  #main .comLinkList li .link {
    max-width: 290px;
  }
}

/*------------------------------------------------------------
	comMark
------------------------------------------------------------*/
#main .comMark {
  position: fixed;
  bottom: 240px;
  right: 30px;
  z-index: 10;
  transition: 0.3s;
}

#main .comMark2 {
  bottom: 30px;
}

#main .comMark a {
  display: block;
}

#main .comMark a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#main .comMark.is-mailform {
  bottom: 295px;
}

@media all and (min-width: 0) and (max-width: 767px) {
  #main .comMarkSp {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.6);
    padding: 9px 15px;
    box-sizing: border-box;
  }

  #main .comMarkSp .ttl {
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 9px;
    display: block;
    text-align: center;
  }

  #main .comMarkSp .btn {
    padding: 8px 5px;
    width: 100%;
    display: block;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    border-radius: 4px;
    background: #fccf00;
    box-sizing: border-box;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    margin: 0;
    box-shadow: none;
    opacity: 1;
    z-index: 10;
    font-weight: bold;
  }
  #main .comMarkSp .btn img {
    width: 35px;
    height: 35px;
    vertical-align: middle;
    margin-right: 8px;
  }
}

@media all and (min-width: 0) and (max-width: 767px) {
  /*------------------------------------------------------------
		headLine02
	------------------------------------------------------------*/
  #main .headLine02 {
    margin-bottom: 10px;
    padding-left: 31px;
    font-size: 20px;
    letter-spacing: 3px;
    background: url(../images/common/icon19.png) no-repeat left 5px;
    background-size: 19px 19px;
  }

  /*------------------------------------------------------------
		comColumnList
	------------------------------------------------------------*/
  #main .comColumnList {
    margin-top: 0;
  }

  #main .comColumnList li {
    margin: 0 0 20px;
    width: auto;
    float: none;
  }

  #main .comColumnList li:nth-child(n + 4) {
    display: block;
  }

  #main .comColumnList li .pho img {
    width: 100%;
  }

  #main .comColumnList l:last-child {
    margin-bottom: 0;
  }

  #main .comColumnList li a:hover {
    filter: alpha(opacity=100);
    opacity: 1;
  }

  /*------------------------------------------------------------
		comResultList
	------------------------------------------------------------*/
  #main .comResultList {
    margin: -5px 0 35px;
  }

  #main .comResultList li {
    margin-top: 21px;
    width: auto;
    float: none;
  }

  #main .comResultList li:nth-child(2n) {
    float: none;
  }

  #main .comResultList li a {
    padding: 19px 20px 22px;
    height: auto !important;
  }

  #main .comResultList li a dt {
    min-width: 78px;
  }

  #main .comResultList li a dt span {
    padding-left: 17px;
  }

  #main .comResultList li a dd {
    margin-bottom: 7px;
    padding-top: 2px;
  }

  /*------------------------------------------------------------
		wp-pagenavi
	------------------------------------------------------------*/
  #main .wp-pagenavi a:hover {
    color: #4e575a;
    background-color: #eee;
  }

  /*------------------------------------------------------------
		comBox
	------------------------------------------------------------*/
  #main .comBox {
    max-width: inherit;
  }

  /*------------------------------------------------------------
		comLinkList
	------------------------------------------------------------*/
  #main .comLinkList {
    margin: 0 6px 29px;
  }

  #main .comLinkList li {
    padding: 25px 0 20px;
    width: auto;
    float: none;
  }

  #main .comLinkList li img {
    width: 54px;
    top: 10px;
    left: 10px;
  }

  #main .comLinkList li .ttl {
    margin-bottom: 11px;
    font-size: 15px;
  }

  /*------------------------------------------------------------
		comMark
	------------------------------------------------------------*/
  #main .comMark {
    position: fixed;
    right: 0;
    top: inherit;
    bottom: 0;
  }
}

/*------------------------------------------------------------
	form
------------------------------------------------------------*/
#form {
  background-color: #f3f4f4;
}

#form #pagePath {
  border-bottom: none;
  background-color: #fff;
}

#form #pagePath .pageList {
  padding: 10px 0 5px;
}

#form .comBox {
  margin: 0 auto;
  padding: 25px 0 40px;
  width: 858px;
}

#form h2 {
  margin-bottom: 23px;
  color: #1abb99;
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 2.1px;
  text-align: center;
}

#form .mailForm {
  margin: 0 -3px 0 3px;
  padding: 30px 92px;
  background-color: #fff;
}

#form .formTab {
  margin-bottom: 29px;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

#form .formTab th,
#form .formTab td {
  padding: 8px 5px 8px 20px;
  width: 63%;
  color: #4a575a;
  font-size: 16px;
  text-align: left;
  vertical-align: middle;
  border-bottom: 12px solid #fff;
  box-sizing: border-box;
}

#form .formTab th {
  padding: 8px 20px 8px 21px;
  width: 37%;
  background-color: #f7f7f7;
}

#form .formTab.formTabConfirm td {
  padding: 15px 20px 15px 21px;
}

#form .mailForm td textarea,
#form .mailForm td input[type="text"],
#form .mailForm td input[type="email"],
#form .mailForm td input[type="tel"] {
  padding: 8px 15px;
  width: 180px;
  height: 40px;
  color: #4a575a;
  font-size: 16px;
  border: 1px solid #d4d7d9;
  -webkit-appearance: none;
  border-radius: 4px;
  box-sizing: border-box;
}

#form .mailForm td textarea {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  min-height: 7em;
  padding: 0.5em 15px;
}

#form .mailForm td input[type="text"] {
  width: 100%;
}

#form .mailForm td input[type="email"],
#form .mailForm td input[type="tel"] {
  width: 240px;
}

#form .mailForm td input::-webkit-input-placeholder {
  color: #d5d8da;
}

#form .mailForm td input:-moz-placeholder {
  color: #d5d8da;
}

#form .mailForm td input::-moz-placeholder {
  color: #d5d8da;
}

#form .mailForm td input:-ms-input-placeholder {
  color: #d5d8da;
}

#form .mailForm td li {
  width: 100px;
}

#form .mailForm td li:first-child {
  width: 120px;
}

#form .mailForm td .select {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#form .mailForm td select {
  position: relative;
  width: 100%;
}

#form .mailForm td .customSelect {
  padding: 6px 11px;
  color: #777777;
  padding: 8px 15px;
  height: 40px;
  font-size: 16px;
  border: 1px solid #d4d7d9;
  -webkit-appearance: none;
  border-radius: 4px;
  box-sizing: border-box;
  background: url(../images/common/icon33.png) no-repeat right center;
  background-size: 27px 38px;
}

#form .mailForm td .wid01 {
  width: 180px;
}

#form .mailForm td li {
  margin-right: 11px;
  float: left;
}

#form .mailForm .must {
  margin-top: 4px;
  padding: 0px 11px 0 9px;
  float: right;
  display: block;
  color: #fff;
  font-size: 12px;
  line-height: 1.3;
  text-align: center;
  background-color: #fe8e8e;
}

#form .mailForm .submit {
  text-align: center;
}

#form .mailForm .submit li {
  margin-bottom: 10px;
}

#form .mailForm .submit li:last-child {
  margin-bottom: 0;
}

#form .mailForm .submit input,
#form .backToTopBtn {
  padding: 8px 15px 7px;
  width: 400px;
  display: inline;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  -webkit-appearance: none;
  border: 2px solid transparent;
  border-radius: 5px;
  -webkit-appearance: none;
  background-color: #1abb99;
  box-sizing: border-box;
  cursor: pointer;
}

#form .backToTopBtn {
  padding: 11px 67px 10px;
  width: auto;
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
}

#form .backToTopBtnBox {
  text-align: center;
  margin: 50px 0 30px;
}

#form .mailForm .submit input:hover,
#form .backToTopBtn:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  text-decoration: none;
}

#form .mailForm .submit.submitBack li {
  display: inline-block;
}

#form .mailForm .submit.submitBack .submitBackBtn {
  width: auto;
  color: #1abb99;
  border: 2px solid #1abb99;
  background: #fff;
  box-sizing: border-box;
  margin-right: 8px;
}

#form .formError {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fe8e8e;
  margin-bottom: 20px;
}

#form .confirmText {
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
}

#form .completeText {
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
}

@media all and (min-width: 0) and (max-width: 767px) {
  #form {
    background: #fff;
  }

  #form #pagePath {
    border-bottom: none;
  }

  #form #pagePath .pageList {
    padding: 10px 15px 9px;
  }

  #form .comBox {
    padding: 25px 15px 13px;
    width: auto;
  }

  #form h2 {
    margin-bottom: 18px;
    font-size: 20px;
    letter-spacing: 1.2px;
  }

  #form .mailForm {
    margin: 0;
    padding: 0;
  }

  #form .formTab {
    margin-bottom: 13px;
  }

  #form .formTab th,
  #form .formTab td {
    padding: 7px 0 7px 12px;
    width: 76%;
    border-bottom: 12px solid #fff;
    box-sizing: border-box;
    font-size: 13px;
  }

  #form .formTab th {
    padding: 7px 5px;
    width: 24%;
    background-color: #f7f7f7;
  }

  #form .mailForm td textarea,
  #form .mailForm td input[type="text"],
  #form .mailForm td input[type="email"],
  #form .mailForm td input[type="tel"],
  #form .mailForm td select {
    padding: 3px 10px 0;
    width: 100%;
    height: 38px;
    font-size: 14px;
    box-sizing: border-box;
  }

  #form .mailForm td textarea {
    padding: 0.5em 10px;
  }

  #form .mailForm td input[type="text"] {
    width: 100%;
  }

  #form .mailForm td input[type="email"],
  #form .mailForm td input[type="tel"] {
    width: 100%;
  }

  #form .mailForm td .customSelect {
    padding: 10px 10px 0;
    font-size: 14px;
    width: 100%;
  }

  #form .mailForm td .customSelectInner {
    width: 100% !important;
  }

  #form .mailForm td li {
    margin-right: 3%;
    width: 41%;
  }

  #form .mailForm td li:first-child {
    width: 41%;
  }

  #form .mailForm td li:nth-child(2),
  #form .mailForm td li:last-child {
    width: 26.5%;
  }

  #form .mailForm td li:last-child {
    margin-right: 0;
  }

  #form .mailForm td .wid01 {
    width: 100%;
  }

  #form .mailForm .must {
    margin-top: 4px;
    padding: 1px 2px 0;
    width: 39px;
    float: none;
    font-size: 11px;
    box-sizing: border-box;
  }

  #form .mailForm .submit {
    margin-left: 0;
  }

  #form .mailForm .submit li {
    margin-bottom: 10px;
  }

  #form .mailForm .submit li:last-child {
    margin-bottom: 0;
  }

  #form .mailForm .submit input {
    padding: 12px 10px 11px;
    width: 100%;
    display: block;
    font-size: 16px;
    border-radius: 5px;
  }

  #form .mailForm .submit input:hover {
    filter: alpha(opacity=100);
    opacity: 1;
  }

  #form .backToTopBtn {
    width: 100%;
    box-sizing: border-box;
  }
}

/*------------------------------------------------------------
	agent
------------------------------------------------------------*/
#agent .mainVisual {
  min-height: 420px;
  background: url(../static/agent/main_visual_bg.jpg) no-repeat center center;
  background-size: cover;
  box-sizing: border-box;
}

#agent .mainVisual .inner {
  margin: 0 auto;
  padding: 124px 0 44px;
  width: 1024px;
  position: relative;
}

#agent .mainVisual .inner .ttlBox {
  width: 890px;
}

#agent .mainVisual .inner h2 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 52px;
  font-weight: bold;
  letter-spacing: 8px;
  line-height: 1.5;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.31);
}

#agent .mainVisual .inner p {
  margin-left: 6px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

#agent .feature {
  padding: 55px 0;
}

#agent .feature ul {
  margin: 0 auto;
  width: 818px;
}

#agent .feature li {
  width: 250px;
  float: left;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.31;
  letter-spacing: 0.7px;
  text-align: center;
}

#agent .feature li:nth-child(3n-1) {
  margin: 0 29px 0 32px;
}

#agent .feature li .mark {
  margin: 0 25px 17px;
  width: 200px;
}

#agent .feature li .mark img {
  width: 100%;
}

#agent .advantage {
  padding: 55px 0 35px;
  background-color: #f4f1e4;
}

#agent .advantage .headLine01 {
  margin-bottom: 31px;
}

#agent .advantage .imgBox {
  margin: 0 0 24px;
  padding: 18px 20px;
  background-color: #fff;
}

#agent .advantage .photoBox {
  width: 440px;
  float: left;
}

#agent .advantage .photoBox img {
  width: 100%;
}

#agent .advantage .textBox {
  margin: 12px 18px 0 0;
  width: 500px;
  float: right;
}

#agent .advantage .textBox h4 {
  margin-bottom: 13px;
  color: #1abb99;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.63;
  letter-spacing: 1.1px;
}

#agent .advantage .textBox p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1.1px;
}

#agent .advantage .imgBox01 {
  margin: 0 0 24px;
}

#agent .advantage .imgBox01 .photoBox {
  float: right;
}

#agent .advantage .imgBox01 .textBox {
  margin: 12px 0 0 24px;
  float: left;
}

#agent .performance {
  padding: 56px 0 60px;
  background-color: #f3f4f4;
}

#agent .performance .phoArea {
  margin-bottom: 24px;
}

#agent .performance .phoArea .area {
  padding-bottom: 13px;
  width: 320px;
  float: left;
  background-color: #fff;
}

#agent .performance .phoArea .area:nth-child(3n-1) {
  margin: 0 32px;
}

#agent .performance .area .pho {
  margin-bottom: 19px;
  width: 320px;
  position: relative;
}

#agent .performance .area .pho img {
  width: 100%;
}

#agent .performance .area .pho .ttl {
  position: absolute;
  padding: 29px 20px;
  width: 320px;
  height: 60px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.6px;
  left: -2px;
  bottom: 0;
  background: url(../static/agent/bg01.png) no-repeat left bottom;
  box-sizing: border-box;
}

#agent .performance .area .txtBox {
  padding: 0 16px;
}

#agent .performance .area h4 {
  margin: 0 0 9px 1px;
  color: #1abb99;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.7px;
}

#agent .performance .area p {
  margin-left: 2px;
  padding-right: 5px;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

#agent .performance .area .note {
  margin: 0 0 15px;
  padding: 9px 5px 7px;
  letter-spacing: 1.1px;
  text-align: center;
  background-color: #f0f0f0;
  box-sizing: border-box;
}

#agent .performance .txtInner {
  padding: 29px 19px 25px 11px;
  clear: both;
  text-align: center;
  background-color: #e7e7e7;
  box-sizing: border-box;
}

#agent .performance .txtInner p {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

#agent .flow {
  padding: 45px 0 59px;
}

#agent .flow .headLine01 {
  margin-bottom: 49px;
}

#agent .flow ul {
  margin-left: 11px;
}

#agent .flow li {
  margin-right: 28px;
  width: 180px;
  float: left;
  position: relative;
}

#agent .flow li:nth-child(5n) {
  margin-right: 0;
}

#agent .flow li .pho {
  width: 180px;
}

#agent .flow li .pho img {
  width: 100%;
}

#agent .flow li .num {
  padding: 7px;
  width: 50px;
  position: absolute;
  left: -13px;
  top: -16px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1.1px;
  text-align: center;
  border-radius: 50px;
  background-color: #1abb99;
  box-sizing: border-box;
}

#agent .flow li .ttlBox {
  padding: 5px;
  width: 180px;
  height: 82px;
  display: table;
  table-layout: fixed;
  border-radius: 0 0 6px 6px;
  background-color: #1abb99;
  box-sizing: border-box;
}

#agent .flow li .ttlBox p {
  display: table-cell;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.31;
  letter-spacing: 0.7px;
  text-align: center;
  vertical-align: middle;
}

#agent .flow li:before {
  margin-top: -23px;
  width: 11px;
  height: 31px;
  position: absolute;
  right: -20px;
  top: 50%;
  background: url(../images/common/icon18.png) no-repeat;
  background-size: 11px 31px;

  content: "";
}

#agent .flow li:nth-child(5n):before {
  display: none;
}
@media all and (min-width: 0) and (max-width: 767px) {
  #agent .mainVisual {
    min-height: 327px;
    background-image: url(../static/agent/sp_main_visual.jpg);
  }

  #agent .mainVisual .inner {
    padding: 158px 25px 0;
    width: auto;
  }

  #agent .mainVisual .inner .ttlBox {
    width: auto;
  }

  #agent .mainVisual .inner h2 {
    margin-bottom: 4px;
    font-size: 32px;
    letter-spacing: 4px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  }

  #agent .mainVisual .inner p {
    margin-left: 0;
    font-size: 16px;
    line-height: 1.63;
    letter-spacing: 0;
  }

  #agent .mainVisual .mark {
    display: none;
  }

  #agent .feature {
    padding: 35px 0 37px;
  }

  #agent .feature .headLine01 {
    margin-bottom: 42px;
  }

  #agent .feature ul {
    margin: 0 16px;
    width: auto;
  }

  #agent .feature li {
    margin: 0 0 20px;
    width: 100%;
    float: none;
    display: table;
    text-align: left;
    line-height: 1.5;
  }

  #agent .feature li:last-child {
    margin-bottom: 0;
  }

  #agent .feature li:nth-child(3n-1) {
    margin: 0 0 20px;
  }

  #agent .feature li .mark {
    margin: 0;
    width: 100px;
    display: table-cell;
    vertical-align: middle;
  }

  #agent .feature li p {
    padding-left: 20px;
    display: table-cell;
    vertical-align: middle;
  }

  #agent .advantage {
    padding: 39px 16px 40px;
    background-color: #f4f1e4;
  }

  #agent .advantage .headLine01 {
    margin-bottom: 23px;
  }

  #agent .advantage .headLine01 .greenTxt {
    margin-top: -2px;
    display: block;
  }

  #agent .advantage .imgBox {
    margin: 0 0 30px;
    padding: 12px 12px;
  }

  #agent .advantage .photoBox {
    width: auto;
    float: none;
  }

  #agent .advantage .textBox {
    margin: 26px 0 11px;
    width: auto;
    float: none;
  }

  #agent .advantage .textBox h4 {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 1.29;
    letter-spacing: 0.9px;
  }

  #agent .advantage .textBox p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.5px;
  }

  #agent .advantage .imgBox01 {
    margin: 0;
  }

  #agent .advantage .imgBox01 .photoBox {
    float: none;
  }

  #agent .advantage .imgBox01 .textBox {
    margin: 20px 0 13px 0;
    float: none;
  }

  #agent .performance {
    padding: 36px 0 20px;
  }

  #agent .performance .headLine01 {
    margin-bottom: 23px;
  }

  #agent .performance .phoArea {
    margin-bottom: 20px;
  }

  #agent .performance .phoArea .area {
    margin-bottom: 30px;
    padding-bottom: 22px;
    width: auto;
    float: none;
  }

  #agent .performance .phoArea .area01 {
    margin-bottom: 0;
  }

  #agent .performance .phoArea .area:nth-child(3n-1) {
    margin: 0 0 30px;
  }

  #agent .performance .area .pho {
    margin-bottom: 18px;
    width: auto;
  }

  #agent .performance .area .pho img {
    width: 100%;
  }

  #agent .performance .area .pho .ttl {
    width: 100%;
    background-size: 100% 60px;
  }

  #agent .performance .area .txtBox {
    padding: 0 16px;
  }

  #agent .performance .area h4 {
    margin: 0 0 15px 1px;
    font-size: 23px;
    line-height: 1.48;
    letter-spacing: 0.8px;
  }

  #agent .performance .area .note {
    margin: 0 0 17px;
  }

  #agent .performance .area p {
    line-height: 1.63;
  }

  #agent .performance .txtInner {
    margin: 0 12px;
    padding: 20px 20px 18px;
    border-radius: 5px;
  }

  #agent .performance .txtInner p {
    font-size: 13px;
    line-height: 1.69;
    letter-spacing: 0;
  }

  #agent .flow {
    padding: 40px 0 25px 0;
  }

  #agent .flow .slick-list {
    overflow: hidden !important;
  }

  #agent .flow ul {
    margin-left: 0;
  }

  #agent .flow .foo {
    margin: 30px 0 0;
    text-align: center;
  }

  #agent .flow .foo li {
    margin: 0 5px;
    padding: 0;
    display: inline-block;
    float: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d4d7d9;
  }

  #agent .flow .foo li:before {
    display: none;
  }

  #agent .flow .foo .slick-active {
    background: #00ba98;
  }

  #agent .flow .foo li button {
    display: none;
  }

  #agent .flow li {
    margin: 0;
    padding: 28px 0 0 28px;
  }

  #agent .flow li:nth-child(5n) {
    margin-right: 0;
  }

  #agent .flow li:nth-child(5n):before {
    display: block;
  }

  #agent .flow li.last:before {
    display: none;
  }

  #agent .flow .foo li:nth-child(5n):before {
    display: none;
  }

  #agent .flow li .num {
    left: 15px;
    top: 15px;
  }

  #agent .flow li:before {
    margin-top: -9px;
  }

  #agent .flow .headLine01 {
    margin-bottom: 15px;
  }
}

/*------------------------------------------------------------
	article
------------------------------------------------------------*/
#article {
  background-color: #f3f4f4;
}

#article #pagePath {
  background-color: #fff;
}

#article .comBox {
  padding: 28px 82px 40px;
  width: 1023px;
  box-sizing: border-box;
}

#article .titleBox {
  margin: 0 -3px 0 4px;
  padding: 19px 19px 12px;
  background-color: #4e575a;
  box-sizing: border-box;
}

#article .titleBox p {
  margin-bottom: 14px;
  padding-left: 21px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.57;
  letter-spacing: normal;
  background: url(../images/common/icon25.png) no-repeat left top;
  background-size: 13px 17px;
}

#article .titleBox h2 {
  margin-left: 2px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.1;
}

#article .content {
  margin: 0 -3px 0 2px;
  padding: 31px 21px 24px;
  background-color: #fff;
}

#article h3 {
  margin-bottom: 14px;
  color: #1abb99;
  font-size: 20px;
  font-weight: bold;
}

#article .h3Ttl01 {
  margin-bottom: 11px;
}

#article p {
  margin-left: 2px;
  color: #4e575a;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.31;
}

#article .more {
  margin: 20px 0;
  display: none;
}

#article .btn {
  margin: -46px 0 33px;
  padding-top: 23px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 -10px 10px rgba(255, 255, 255, 0.9);
  filter: alpha(opacity=85);
  opacity: 0.85;
  z-index: 10;
}

#article .btn a {
  padding: 3px 5px 2px;
  min-width: 106px;
  display: inline-block;
  color: #1abb99;
  font-size: 12px;
  font-weight: bold;
  border: 2px solid #1abb99;
  border-radius: 4px;
  background-color: #fff;
  box-sizing: border-box;
}

#article .btn a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  text-decoration: none;
}

.comTab {
  margin-bottom: 23px;
  width: 100%;
  border-collapse: collapse;
}

.comTab th,
.comTab td {
  padding: 13px;
  width: 78%;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  box-sizing: border-box;
}

.comTab01 th,
.comTab01 td {
  vertical-align: top;
}

.comTab th {
  width: 22%;
  border-right: 1px solid #efefef;
  background-color: #f7f7f7;
}

.comTab td ul {
  margin-bottom: 19px;
}

.comTab td ul:last-child {
  margin-bottom: 0;
}

.comTab td .txtList {
  margin-bottom: 0;
}

.comTab td li {
  line-height: 1.45;
}

.comTab td span {
  margin-left: 14px;
}

.comTab td h4 {
  font-weight: normal;
  line-height: 1.45;
}

.comTab td p {
  margin: 0 0 19px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
}

.comTab td p:last-child {
  margin-bottom: 0;
}

#article .linkBox {
  margin-bottom: 30px;
  padding: 12px 0;
  text-align: center;
  background-color: #f8f8f8;
}

#article .linkBox:last-child {
  margin-bottom: 0;
}

#article .linkBox a {
  padding: 13px 5px 12px;
  min-width: 206px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  border-radius: 5px;
  background-color: #1abb99;
  box-sizing: border-box;
}

#article .linkBox a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  text-decoration: none;
}

#article .mark {
  padding: 14px 15px 8px;
  width: 170px;
  height: 170px;
  display: table;
  position: fixed;
  right: 20px;
  top: 50%;
  table-layout: fixed;
  border-radius: 100px;
  background-color: #fccf00;
  box-sizing: border-box;
}

#article .mark p {
  display: table-cell;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1.4px;
  text-align: center;
  vertical-align: middle;
}

#article .opening {
  background: url(../images/common/com_bg01.png) repeat left top;
  background-size: 16px 16px;
}

#article .opening .slideBox {
  position: relative;
}

#article .opening .comBox {
  padding: 40px 0 44px;
}

#article .opening h3 {
  margin-bottom: 0px;
}

#article .opening .comResultList .slick-list {
  padding-bottom: 4px !important;
}

#article .opening .comResultList li {
  margin-top: 30px;
}

#article .opening .comResultList li a {
  padding: 19px 15px 22px;
}

#article .comResultList {
  margin: -29px 0 0;
}

#article .comResultList .slick-slide {
  margin: 29px 0 0;
  padding: 0 8px;
  width: 330px;
  box-sizing: border-box;
}

#article .comResultList .slick-slide:nth-child(2n) {
  float: left;
}

#article .opening .singleBox {
  margin-top: 29px;
}

#article .opening .singleBox li {
  width: 341px;
  padding: 0 8px;
  box-sizing: border-box;
}

@media all and (min-width: 0) and (max-width: 767px) {
  #article #pagePath ul {
    padding-bottom: 7px;
  }

  #article .comBox {
    padding: 0;
    width: auto;
  }

  #article .titleBox {
    margin: 0;
    padding: 19px 15px 7px;
  }

  #article .titleBox p {
    margin-bottom: 9px;
  }

  #article .titleBox h2 {
    margin-left: 2px;
    font-size: 16px;
    line-height: 1.75;
  }

  #article .content {
    margin: 0;
    padding: 20px 0 0;
  }

  #article .content .textBox {
    padding: 0 15px;
  }

  #article h3 {
    margin: 0 15px 10px;
  }

  #article .h3Ttl01 {
    margin-bottom: 14px;
  }

  #article .btn a {
    border: 2px solid #1abb99;
  }

  #article .btn a:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
    text-decoration: none;
  }

  .comTab {
    margin-bottom: 23px;
    width: 100%;
    border-collapse: collapse;
  }

  .comTab th,
  .comTab td {
    width: 68%;
    padding: 13px;
    font-size: 13px;
    vertical-align: top;
    border-right: none;
    border-top: none;
  }

  .comTab th {
    width: 32%;
  }

  .comTab td ul {
    margin-bottom: 19px;
  }

  .comTab td ul:last-child {
    margin-bottom: 0;
  }

  .comTab td .txtList {
    margin-bottom: 0;
  }

  .comTab td li {
    font-size: 13px;
    line-height: 1.31;
  }

  .comTab td span {
    margin-left: 14px;
  }

  .comTab td h4 {
    line-height: 1.31;
    font-size: 13px;
  }

  .comTab td p {
    line-height: 1.31;
    font-size: 13px;
  }

  #article .opening {
    padding: 35px 18px 18px;
    overflow: hidden;
    background: url(../images/common/com_bg01.png) repeat left top;
    background-size: 16px 16px;
  }

  #article .opening .comBox {
    padding: 0;
  }

  #article .comResultList {
    margin: 0 -30px 0 -46px;
  }

  #article .singleBox .comResultList {
    margin: 0;
  }

  #article .comResultList .slick-slide {
    margin: 0 11px 0 0;
    padding: 0 0 0 2px;
    width: auto;
    float: left;
    box-sizing: border-box;
  }

  #article .comResultList .slick-slide:nth-child(2n) {
    float: left;
  }

  #article .comResultList .slick-slide:nth-child(3n) {
    margin-right: 11px;
  }

  #article .comResultList .foo {
    margin: 25px 30px 25px 41px;
    padding: 0;
    text-align: center;
  }

  #article .comResultList .foo li {
    margin: 0 5px;
    display: inline-block;
    float: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d4d7d9;
  }

  #article .comResultList .foo .slick-active {
    background: #00ba98;
  }

  #article .comResultList .foo li button {
    display: none;
  }

  #article .linkBox {
    margin-bottom: 20px;
  }
}

/*------------------------------------------------------------
	list.html
------------------------------------------------------------*/
#list {
  padding: 34px 0 52px;
  background-color: #f8f8f8;
}

#list #conts {
  padding-top: 1px;
}

#list #conts .pTitle {
  margin-bottom: 25px;
  line-height: 1.33;
  text-indent: -36px;
  padding-left: 36px;
  color: #1abb99;
}

#list #conts .pTitle img {
  margin: -9px 8px 0 0;
  display: inline-block;
  vertical-align: middle;
}

#list #conts .pTitle .resultTxt {
  padding: 0;
  font-family: HiraginoSans-W6;
  font-size: 20px;
  font-weight: bold;
}

#list #conts .pTitle .resultTxt .numTxt {
  margin-left: 25px;
  color: #4e575a;
  font-size: 24px;
  font-weight: normal;
}

#list #conts .pTitle .resultTxt .text {
  margin-left: 6px;
  font-size: 14px;
  font-weight: normal;
}

@media all and (min-width: 0) and (max-width: 767px) {
  #list {
    padding: 26px 15px 40px;
  }

  #list #conts {
    padding-top: 0;
  }

  #list #conts .pTitle {
    margin-bottom: 16px;
    text-indent: -28px;
    padding-left: 28px;
  }

  #list #conts .pTitle img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }

  #list #conts .pTitle .resultTxt {
    font-size: 18px;
    background-size: 21px 21px;
  }

  #list #conts .pTitle .resultTxt .numTxt {
    margin-left: 22px;
  }

  #list #conts .pTitle .resultTxt .text {
    margin-left: 5px;
  }
}

/*------------------------------------------------------------
	column.html
------------------------------------------------------------*/
#column {
  padding-bottom: 40px;
}

#column #pagePath {
  margin-bottom: 28px;
}

.column {
  margin-top: -1px;
}

.column div:not(.ly_contForm) p {
  margin-bottom: 30px;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.88;
}

#column #conts .contentBox img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1em;
}

#column #conts .contentBox .wp-caption {
  max-width: 100% !important;
  height: auto;
}

#column #conts .contentBox .wp-caption img {
  margin-bottom: 0;
}

#column #conts .contentBox .wp-caption-text {
  color: #666666;
  font-size: 14px;
  background: #f7f7f7;
  padding: 7px 10px;
  text-align: center;
}

#column #conts .contentThumb {
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  margin-bottom: 1em;
}

#column #conts .pTime {
  margin-bottom: 8px;
  color: #1abb99;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

#column #conts h1 {
  margin-bottom: 13px;
  color: #333;
  font-size: 24px;
  font-weight: bold;
}

#column #conts .snsList li {
  margin-right: 11px;
  width: 160px;
  float: left;
}

#column #conts .addtoany_shortcode {
  margin-bottom: 16px;
}

#column #conts .a2a_svg svg {
  display: none;
}

#column #conts .a2a_kit > a {
  padding: 0;
  margin-right: 11px;
}

#column #conts .a2a_kit > a:last-child {
  margin-right: 0;
}

#column #conts .a2a_svg {
  width: 160px;
  height: 44px;
}

#column #conts .a2a_kit .a2a_s_facebook {
  background: url(../images/common/sns02.png) no-repeat center center;
  background-size: 100% auto;
}

#column #conts .a2a_kit .a2a_s_twitter {
  background: url(../images/common/sns01.png) no-repeat center center;
  background-size: 100% auto;
}

#column #conts .a2a_kit .a2a_s_hatena {
  background: url(../images/common/sns03.png) no-repeat center center;
  background-size: 100% auto;
}

#column #conts .a2a_kit .a2a_s_line {
  background: url(../images/common/sns04.png) no-repeat center center;
  background-size: 100% auto;
}

#column #conts .snsList li:last-child {
  margin-right: 0;
}

#column #conts .snsList li a {
  display: block;
}

#column #conts .snsList li a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

#column #conts .snsList li img {
  max-width: 100%;
}

#column #conts .snsList {
  margin-bottom: 22px;
}

#column #conts .addtoany_list.a2a_kit_size_32 a .a2a_label {
  display: none !important;
}

#column #conts .photo img {
  max-width: 100%;
  height: auto;
}

#column #conts .photo {
  margin-bottom: 30px;
}

#column #conts h2 {
  margin-bottom: 21px;
  padding: 15px 10px 14px;
  color: #fff;
  font-size: 20px;
  border-left: 9px solid #00ba98;
  background-color: #49ceb6;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

#column #conts .column h2 {
  margin-bottom: 21px;
  padding: 15px 10px 14px;
  color: #fff;
  font-size: 20px;
  border-left: 9px solid #00ba98;
  background-color: #49ceb6;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

#column #conts p .blodTxt {
  font-weight: bold;
}

#column #conts .text01 {
  margin-bottom: 20px;
}

#column #conts .text02 {
  margin-bottom: 25px;
}

.column h3 {
  margin-bottom: 23px;
  padding: 2px 0 1px 8px;
  color: #1abb99;
  font-size: 18px;
  font-weight: bold;
  border-left: 4px solid #00ba98;
}

#column #conts h3 {
  margin-bottom: 23px;
  padding: 2px 0 1px 8px;
  color: #1abb99;
  font-size: 18px;
  font-weight: bold;
  border-left: 4px solid #00ba98;
}

#column #conts h4 {
  margin-bottom: 23px;
  padding-bottom: 2px;
  color: #33373b;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #363a3d;
}

#column #conts .contentBox a,
#column #conts .contentBox p a,
#column #conts .contentBox > ul > li a,
#column #conts .contentBox > ol > li a,
#column #conts .contentBox > ul ul li a,
#column #conts .contentBox > ol ol li a,
#column #conts .contentBox blockquote p a,
#column #conts .contentBox th a,
#column #conts .contentBox td a,
#column #conts .contentBox .table02 th a,
#column #conts .contentBox .table02 td a {
  color: #1abb99;
  text-decoration: underline;
}
#column #conts .contentBox .cstmreba .booklink-link2 a,
#column #conts .contentBox .cstmreba .kaerebalink-link1 a,
#column #conts .contentBox .cstmreba .tomarebalink-link1 a {
  color: #ffffff;
  text-decoration: none;
}

#column #conts .contentBox a:hover {
  text-decoration: none;
}

#column #conts .contentBox > ul,
#column #conts .contentBox > ol {
  margin: 0 0 30px 8px;
}
#column #conts .contentBox ol {
  counter-reset: number;
}

#column #conts .contentBox > ul > li,
#column #conts .contentBox > ol > li {
  margin-bottom: 12px;
  padding-left: 20px;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.88;
}
#column #conts .contentBox ol > li {
  position: relative;
}

#column #conts .contentBox > ul > li:last-child,
#column #conts .contentBox > ol > li:last-child {
  margin-bottom: 0;
}

#column #conts .contentBox > ul > li {
  background: url(../images/common/icon16.png) no-repeat left top 10px;
  background-size: 7px 7px;
}
#column #conts .contentBox > ul.comLinkList {
  margin: 10px 0 20px 0;
}
#column #conts .contentBox > ul.comLinkList > li {
  background: none;
  margin-bottom: 0;
  padding-left: 0;
  line-height: 1.5;
}
#column #conts .contentBox > ul.comLinkList > li a {
  color: #ffffff;
  text-decoration: none;
}
#column #conts .contentBox ol > li::before {
  counter-increment: number;
  content: counter(number);
  background: #00ba98;
  border: 1px solid #00ba98;
  color: #fff;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  font-weight: bold;
  display: block;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  transform: scale(0.8);
  left: -9px;
  top: 2px;
}

#column #conts .contentBox > ul ul,
#column #conts .contentBox > ol ol {
  margin: 10px 0 0 0;
}

#column #conts .contentBox > ul ul li,
#column #conts .contentBox > ol ol li {
  margin-bottom: 13px;
  padding-left: 25px;
  position: relative;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.88;
}

#column #conts .contentBox > ul ul li:before {
  width: 10px;
  height: 1px;
  position: absolute;
  background-color: #00ba98;
  left: 0;
  top: 14px;
  content: " ";
}

#column #conts .contentBox > ol ol li:before {
  background: none;
  border: 1px solid;
  color: #00ba98;
  left: -4px;
}

#column #conts .contentBox > ol ol ol li:before {
  content: counter(number) ".";
  border: none;
  font-size: 110%;
  top: 4px;
  left: -2px;
}
#column #conts .contentBox iframe {
  width: 100%;
}

#column #conts blockquote {
  margin-bottom: 20px;
  padding: 20px 35px 16px;
  background: url(../images/common/icon23.png) no-repeat left 8px top 9px,
    url(../images/common/icon24.png) no-repeat right 8px bottom 9px;
  background-size: 18px 17px;
  background-color: #f7f7f7;
}

#column #conts blockquote p {
  margin-bottom: 0;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.57;
}

.column table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #d3d5d6;
  box-sizing: border-box;
  margin-bottom: 24px;
}

.column th {
  padding: 15px 5px 13px;
  width: 20%;
  color: #33373b;
  font-size: 14px;
  line-height: 1.57;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
  border-right: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  background-color: #f7f7f7;
}

.column td {
  padding: 8px 10px;
  width: 20%;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.57;
  text-align: left;
  vertical-align: middle;
  box-sizing: border-box;
  border-right: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}

.column .table02 {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #d3d5d6;
  box-sizing: border-box;
  margin-bottom: 27px;
}

.column .table02 th {
  padding: 20px 5px 16px 15px;
  width: 20.5%;
  color: #33373b;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.57;
  text-align: left;
  vertical-align: top;
  box-sizing: border-box;
  border-right: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  background-color: #f7f7f7;
}

.column .table02 td {
  padding: 20px 5px 16px 15px;
  width: 79.5%;
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.57;
  text-align: left;
  vertical-align: top;
  box-sizing: border-box;
  border-bottom: 1px solid #d7d7d7;
}

#column #conts .snsList01 {
  margin-bottom: 24px;
}

#column #conts .h3Ttl {
  margin-bottom: 14px;
  padding: 0;
  color: #1abb99;
  font-size: 20px;
  border-left: none;
  background-color: transparent;
}

#column #conts .noteList li {
  margin-right: 6px;
  margin-bottom: 6px;
  display: inline-block;
}

#column #conts .noteList li:last-child {
  margin-right: 0;
}

#column #conts .noteList li a {
  padding: 5px 13px;
  display: inline-block;
  color: #33373b;
  font-size: 13px;
  font-weight: bold;
  border-radius: 4px;
  text-decoration: none;
  background-color: #f7f7f7;
}

#column #conts .noteList li a span {
  color: #d1d1d1;
  font-family: FontAwesome;
  font-size: 12px;
}

#column #conts .noteList li a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

#column #conts .h3Ttl01 {
  margin-bottom: 17px;
}

#column #conts .noteList {
  margin-bottom: 31px;
}

#column #conts .comColumnList li:nth-child(2n) {
  float: right;
}

#column #conts .comColumnList li dt {
  color: #1abb99;
}

#column #conts .comColumnList li dd {
  color: #333;
}

#column #conts .comColumnList {
  margin-bottom: 0;
}

#column #conts .btnBox {
  text-align: center;
  margin: 1em 0;
}
#column #conts .btn {
  min-width: 270px;
  padding: 10px;
  color: #fff !important;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 1.4px;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #00ba98;
  text-decoration: none !important;
  cursor: pointer;
}
#column #conts .btn:hover {
  opacity: 0.7;
}

@media all and (min-width: 0) and (max-width: 767px) {
  #column {
    padding: 50px 0 0;
  }

  #column #main .comBox {
    padding: 0 15px;
  }

  #column #main .comBox iframe {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    height: 1400px;
  }

  #column #main .comLinkList {
    margin-right: 0;
    margin-left: 0;
  }

  #column #pagePath {
    margin-bottom: 21px;
  }

  #column #pagePath .subNavBox {
    display: none;
  }

  #column #conts {
    margin-top: 0;
  }

  .column div:not(.ly_contForm) p {
    margin-bottom: 27px;
    font-size: 15px;
    line-height: 1.8;
  }

  #column #conts .pTime {
    margin-bottom: 4px;
  }

  .column h2 {
    padding: 10px;
    margin-bottom: 16px;
    line-height: 1.4;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }

  #column #conts .table02 table,
  #column #conts .table02 tbody,
  #column #conts .table02 tr,
  #column #conts .table02 th,
  #column #conts .table02 td {
    display: block;
    width: 100%;
  }

  #column #conts .table02 {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #d3d5d6;
    box-sizing: border-box;
    margin-bottom: 27px;
    border-bottom: none;
  }

  #column #conts .table02 th {
    padding: 10px;
    color: #33373b;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.57;
    text-align: left;
    vertical-align: top;
    box-sizing: border-box;
    border-right: none;
    border-bottom: 1px solid #d7d7d7;
    background-color: #f7f7f7;
    text-align: center;
  }

  #column #conts .table02 td {
    padding: 10px;
    color: #333333;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.57;
    text-align: left;
    vertical-align: top;
    box-sizing: border-box;
    border-bottom: 1px solid #d7d7d7;
    border-right: none;
  }

  #column #conts .snsList li {
    margin-right: 3.2%;
    width: 22.5%;
  }

  #column #conts .snsList {
    margin-bottom: 24px;
  }

  #column #conts .a2a_kit .a2a_s_facebook {
    background-image: url(../images/common/sp_sns02.png);
  }

  #column #conts .a2a_kit .a2a_s_twitter {
    background-image: url(../images/common/sp_sns01.png);
  }

  #column #conts .a2a_kit .a2a_s_hatena {
    background-image: url(../images/common/sp_sns03.png);
  }

  #column #conts .a2a_kit .a2a_s_line {
    background-image: url(../images/common/sp_sns04.png);
  }

  #column #conts .photo {
    margin-bottom: 25px;
  }

  .column h3 {
    padding: 2px 8px;
    font-size: 20px;
    line-height: 1.4;
    border-left: 4px solid #00ba98;
  }

  #column #conts .text01 {
    margin-bottom: 19px;
  }

  #column #conts .text03 {
    margin-bottom: 14px;
    padding: 0 5px;
  }

  #column #conts h4 {
    margin-bottom: 1em;
    padding-bottom: 5px;
    font-size: 18px;
  }

  #column #conts h5 {
    margin-bottom: 1em;
    padding-bottom: 7px;
    font-size: 18px;
  }

  #column #conts p a:hover {
    text-decoration: underline;
  }

  #column #conts .contentBox > ul {
    margin: 0 0 22px 6px;
  }

  #column #conts .contentBox > ul > li {
    padding-left: 19px;
    font-size: 15px;
    line-height: 1.8;
    background: url(../images/common/icon16.png) no-repeat left top 9px;
    background-size: 7px 7px;
  }

  #column #conts .contentBox > ul ul {
    margin: 10px 0 0 0;
  }

  #column #conts .contentBox > ul ul li {
    margin-bottom: 13px;
    padding-left: 25px;
    font-size: 15px;
    line-height: 1.8;
  }

  #column #conts .snsList li a img {
    margin: 0 auto;
  }

  #column #conts .contentBox > ul ul li:before {
    left: 5px;
  }

  #column #conts blockquote {
    margin: 0 5px 22px;
    padding: 16px 45px 16px 35px;
    background: url(../images/common/icon23.png) no-repeat left 8px top 9px,
      url(../images/common/icon24.png) no-repeat right 8px bottom 24px;
    background-size: 18px 17px;
    background-color: #f7f7f7;
  }

  #column #conts blockquote p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.8;
  }

  #column #conts .tabBox01 {
    margin: 0 6px;
  }

  #column #conts .tabBox01 table {
    border-bottom: none;
  }

  #column #conts .tabBox01 th {
    padding: 10px 5px 7px;
    width: 100%;
    display: block;
    line-height: 1.5;
    border-right: none;
  }

  #column #conts .tabBox01 td {
    padding: 10px 10px 8px;
    width: auto;
    display: block;
    font-size: 15px;
    line-height: 1.8;
    border-right: none;
  }

  #column #conts .tabBox01 {
    margin-bottom: 24px;
  }

  #column #conts .tabBox02 {
    margin: 0 6px;
  }

  #column #conts .tabBox02 th {
    padding: 24px 5px 16px 12px;
    width: 12%;
    line-height: 1.5;
  }

  #column #conts .tabBox02 td {
    padding: 11px 5px 5px 10px;
    width: 88%;
    font-size: 15px;
    line-height: 1.8;
  }

  #column #conts .tabBox02 {
    margin-bottom: 40px;
  }

  #column #conts .snsList01 {
    margin: 0 6px 40px;
  }

  #column #conts .snsBox {
    margin: 0 0 40px;
  }

  #column #conts .snsBox .addtoany_shortcode {
    margin-bottom: 0;
  }

  #column #conts .snsBox .a2a_kit > a {
    width: 23.4%;
    margin-right: 2%;
  }

  #column #conts .snsBox .a2a_kit > a:last-child {
    margin-right: 0;
  }

  #column #conts .snsList01 li {
    margin-right: 2%;
    width: 23.4%;
  }

  #column #conts .h3Ttl {
    margin: 0 0 14px;
    padding: 0;
    border-left: none;
    background-color: transparent;
  }

  #column #conts .noteList {
    margin: 0 0 30px;
  }

  #column #conts .h3Ttl01 {
    margin-bottom: 13px;
  }

  #column #conts .comColumnList li:nth-child(2n + 1) {
    float: none;
  }

  #column #conts .comColumnList li:last-child {
    margin-bottom: 0;
  }

  #column #conts .comColumnList li .pho {
    text-align: center;
  }

  #column #conts .comColumnList li dt {
    color: #9ed366;
  }

  #column #conts .comColumnList li dd {
    color: #7d7d7d;
  }

  #column #sideBar {
    display: none;
  }

  #column #conts .a2a_kit {
    width: 100%;
    display: inline-block;
  }

  #column #conts .a2a_svg {
    width: 100%;
    height: 100%;
    background-color: inherit !important;
  }

  #column #conts .a2a_kit > a {
    padding: 0;
    width: 22.5%;
    margin-right: 3.2%;
  }

  #column #conts .comColumnList li:nth-child(2n) {
    float: none;
  }
}

/*------------------------------------------------------------
	blog
------------------------------------------------------------*/
#blog .comColumnList li {
  position: relative;
}

#blog .comColumnList li:first-child {
  padding-top: 2px;
  width: 100%;
}

#blog .comColumnList li:first-child .pho {
  padding-bottom: 47.548%;
}

#blog.classification .comColumnList li:first-child {
  margin-top: 30px;
  width: 320px;
  padding-top: 0;
}

#blog.classification .comColumnList li:first-child .pho {
  padding-bottom: 59.68%;
}

#blog .comColumnList li .txt {
  position: absolute;
  left: 20px;
  top: 0;
  z-index: 1;
}

#blog .comColumnList li:first-child dt {
  margin-bottom: 5px;
  color: #1abb99;
  font-size: 14px;
}

#blog.classification .comColumnList li:first-child dt {
  margin-bottom: 3px;
  color: #1abb99;
  font-size: 12px;
}

#blog .comColumnList li:first-child dd {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  color: #333333;
}

#blog .comColumnList li dd {
  color: #333333;
}

#blog.classification .comColumnList li:first-child dd {
  font-size: 16px;
  font-weight: bold;
  color: #7d7d7d;
}

#blog .comColumnList li:first-child dl {
  padding: 20px 28px 24px;
}

#blog.classification .comColumnList li:first-child dl {
  padding: 10px 20px 9px;
}

/*------------------------------------------------------------
	blog/detail01.html
------------------------------------------------------------*/
#blog {
  padding-bottom: 40px;
}

#blog #pagePath {
  margin-bottom: 29px;
}

#blog .comColumnList {
  margin-bottom: 34px;
}

#blog .comColumnList li:nth-child(2n + 1) {
  float: right;
}

#blog.classification .comColumnList li:nth-child(2n + 1) {
  float: left;
}

#blog.classification .comColumnList li:nth-child(2n) {
  float: right;
}

#blog .comColumnList li:nth-child(n + 4) {
  display: block;
}

#blog .comColumnList li dt {
  color: #1abb99;
  font-family: HiraginoSans-W6;
  font-weight: bold;
}

#blog .wp-pagenavi {
  margin-bottom: 40px;
}

#blog #main .comLinkList {
  margin-bottom: 0;
}

@media all and (min-width: 0) and (max-width: 767px) {
  #blog {
    padding-top: 50px;
    padding-bottom: 0;
  }

  #blog #pagePath {
    margin-bottom: 29px;
  }

  #blog #pagePath .pageList {
    padding-bottom: 8px;
  }

  #blog .comColumnList li:first-child dl {
    padding: 10px 20px 9px;
  }

  #blog .comColumnList li:first-child .pho {
    padding-bottom: 56.23%;
  }

  #blog .comColumnList li .pho {
    padding-bottom: 56.23%;
  }

  #blog.classification .comColumnList li:first-child .pho {
    padding-bottom: 56.23%;
  }

  #blog.classification .comColumnList li .pho {
    padding-bottom: 56.23%;
  }

  #blog .comColumnList {
    margin-bottom: 24px;
  }

  #blog .comColumnList li .txt {
    left: 16px;
  }

  #blog .comColumnList li:nth-child(2n + 1) {
    float: none;
  }

  #blog.classification .comColumnList li:nth-child(2n + 1) {
    float: none;
  }

  #blog.classification .comColumnList li:nth-child(2n) {
    float: none;
  }

  #blog .comColumnList li:first-child dd {
    font-size: 16px;
  }

  #blog.classification .comColumnList li:first-child {
    width: 100%;
    float: none;
  }

  #blog .comColumnList li dt {
    color: #1abb99;
    font-family: HiraginoSans-W6;
    font-weight: bold;
  }

  #blog .comColumnList li {
    position: relative;
  }

  #blog .comColumnList li .txt {
    position: absolute;
    left: 16px;
    top: 0;
    z-index: 1;
  }

  #blog .wp-pagenavi {
    margin: 0 0 55px;
  }

  #blog .comBox {
    padding: 0 15px;
  }

  #blog .comColumnList li dt {
    color: #9ed366;
  }

  #blog #sideBar {
    margin-bottom: 40px;
  }

  #blog #main .comLinkList {
    margin: 0;
  }

  #blog .comColumnList li dd {
    color: #7d7d7d;
  }

  #blog .comColumnList li:first-child dd {
    color: #7d7d7d;
  }
}

@media all and (min-width: 0) and (max-width: 374px) {
  #pagePath .subNavBox .subNavList li a {
    padding: 0 10px;
    font-size: 12px;
  }
}

/*------------------------------------------------------------
	recruiter.html
------------------------------------------------------------*/
#recruiter {
  margin-bottom: 40px;
}

#recruiter .mainVisual {
  margin-bottom: 60px;
  padding-top: 114px;
  min-height: 420px;
  text-align: center;
  box-sizing: border-box;
  background: url(../static/recruiter/main_img.jpg) no-repeat center center;
  background-size: cover;
}

#recruiter .mainVisual h2 {
  margin-bottom: 10px;
  font-size: 34px;
  letter-spacing: 5px;
  text-align: center;
  color: #ffffff;
}

#recruiter .mainVisual p {
  margin-bottom: 34px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2px;
  text-align: center;
  color: #ffffff;
}

.comLink {
  margin: 0 auto;
  width: 442px;
}

.comLink a {
  padding: 13px 5px 11px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  display: block;
  border-radius: 5px;
  border-bottom: 4px solid #00a083;
  background-color: #1abb99;
}

.comLink a:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#recruiter .sec01 {
  margin-bottom: 40px;
}

#recruiter .sec01 ul {
  margin: 0 auto 34px;
  width: 890px;
}

#recruiter .sec01 li {
  margin-right: 40px;
  width: 270px;
  float: left;
}

#recruiter .sec01 li:last-child {
  margin-right: 0;
}

#recruiter .sec01 li .pho {
  margin-bottom: 10px;
  text-align: center;
}

#recruiter .sec01 li .ttl {
  margin-bottom: 10px;
  width: 100%;
  display: table;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.63;
  letter-spacing: 0.7px;
  text-align: center;
  color: #333333;
  color: var(--black);
  text-align: center;
}

#recruiter .sec01 li .ttl .txt {
  display: table-cell;
  vertical-align: middle;
}

#recruiter .sec01 li .ttl .col {
  font-size: 20px;
  line-height: 1.3;
  color: #1abb99;
}

#recruiter .sec01 li p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #333333;
  color: var(--black);
}

#recruiter .sec02 {
  margin-bottom: 38px;
  padding: 55px 0 0;
  background-color: #f3f4f4;
}

#recruiter .sec02 .headLine02 {
  margin-bottom: 30px;
}

#recruiter .sec02 .imgBoxR {
  min-height: 240px;
  background: url(../static/recruiter/bg01.jpg) no-repeat right center;
  background-size: cover;
}

#recruiter .sec02 .imgBoxL {
  min-height: 242px;
  background: url(../static/recruiter/bg02.jpg) no-repeat left center;
  background-size: cover;
}

#recruiter .sec02 .textBox {
  margin: 0 auto;
  padding-top: 64px;
  width: 1024px;
}

#recruiter .sec02 .textBox .inner {
  width: 490px;
}

#recruiter .sec02 .textBox h3 {
  margin-bottom: 7px;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.9px;
  text-align: center;
  color: #9ed366;
}

#recruiter .sec02 .textBox h3 {
  text-align: left;
}

#recruiter .sec02 .textBox h3 img {
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: top;
}

#recruiter .sec02 .textBox p {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: 0.7px;
  color: #333333;
  color: var(--black);
}

#recruiter .sec02 .imgBoxL .textBox .inner {
  float: right;
}

@media all and (min-width: 0) and (max-width: 767px) {
  #recruiter {
    margin-bottom: 23px;
  }

  #recruiter .mainVisual {
    margin-bottom: 50px;
    padding-top: 57px;
    min-height: 328px;
  }

  #recruiter .mainVisual h2 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 3px;
  }

  #recruiter .mainVisual p {
    margin-bottom: 36px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
  }

  .comLink {
    margin: 0 20px;
    width: auto;
  }

  .comLink a {
    padding: 13px 5px 11px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    display: block;
    border-radius: 5px;
    border-bottom: 4px solid #00a083;
    background-color: #1abb99;
  }

  #recruiter .sec01 {
    margin-bottom: 40px;
  }

  #recruiter .sec01 ul {
    margin: 0 15px 24px;
    width: auto;
  }

  #recruiter .sec01 li {
    margin: 0 0 18px;
    width: auto;
    float: none;
  }

  #recruiter .sec01 li:last-child {
    margin: 0;
  }

  #recruiter .sec01 li .inner {
    display: table;
  }

  #recruiter .sec01 li .pho {
    margin-bottom: 0;
    display: table-cell;
    vertical-align: middle;
  }

  #recruiter .sec01 li .ttl {
    margin-bottom: 0;
    padding-left: 24px;
    display: table-cell;
    vertical-align: middle;
    width: auto;
    text-align: left;
  }

  #recruiter .sec01 li .ttl .txt {
    display: table-cell;
    vertical-align: middle;
  }

  #recruiter .sec01 li .ttl .col {
    font-size: 20px;
    line-height: 1.3;
    color: #1abb99;
  }

  #recruiter .sec01 li p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #333333;
    color: var(--black);
  }

  #recruiter .sec02 {
    margin-bottom: 30px;
    padding: 35px 0 0;
    background-color: #f3f4f4;
  }

  #recruiter .sec02 .headLine01 {
    margin-bottom: 16px;
  }

  #recruiter .sec02 .imgBoxR {
    min-height: inherit;
    background: url(../static/recruiter/sp_bg01.jpg) no-repeat center top;
    background-size: cover;
  }

  #recruiter .sec02 .imgBoxL {
    min-height: inherit;
    background: url(../static/recruiter/sp_bg02.jpg) no-repeat center top;
    background-size: cover;
  }

  #recruiter .sec02 .textBox {
    margin: 0 15px;
    padding: 30px 0 32px;
    width: auto;
    text-align: center;
  }

  #recruiter .sec02 .textBox .inner {
    width: auto;
  }

  #recruiter .sec02 .textBox h3 {
    margin-bottom: 21px;
    text-align: center;
  }

  #recruiter .sec02 .imgBoxL .textBox .inner {
    float: none;
  }

  #recruiter .sec02 .imgBoxL .textBox h3 img {
    margin-top: 5px;
  }
}

/*------------------------------------------------------------
	利用規約、プライバシーポリシー
------------------------------------------------------------*/
#policy {
  background: #f4f5f5;
  padding: 50px 0;
  font-size: 14px;
}

#policy .headingH1 {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 1.4px;
  color: #242526;
  margin-bottom: 1em;
}

#policy .haedingH2 {
  font-weight: bold;
  margin-bottom: 1em;
}

#policy p {
  margin-top: 1em;
  margin-bottom: 1em;
  text-indent: 0;
}

#policy .listOrderd {
  list-style-type: decimal;
  list-style-position: inside;
  padding-left: 1em;
  text-indent: -1em;
}

#policy .listUnorderd {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 1em;
  text-indent: -1em;
}

#policy .list li {
  margin-bottom: 1em;
}

#policy .list li .list {
  margin-top: 1em;
  margin-bottom: 1em;
}

#policy .group {
  margin-bottom: 40px;
}

#policy .comTab {
  margin: 1em 0;
  text-indent: 0;
}

#policy .comTab th,
#policy .comTab td {
  width: 50%;
  border: 1px solid #bbbbbb;
}

#policy .comTab th {
  background: #dddddd;
}

#policy .list .comTab .list {
  margin: 0;
}
#policy .list .comTab .list li:last-child {
  margin-bottom: 0;
}

@media all and (min-width: 0) and (max-width: 767px) {
  #policy {
    background: #ffffff;
    padding: 45px 15px 5px;
  }
}

@media all and (-ms-high-contrast: none) {
  #form .mailForm .must {
    padding-top: 3px;
  }

  #main .comResultList li a dt {
    padding-top: 5px;
  }

  #main .comResultList li a dt .wpTxt {
    background: url(../images/common/icon05.png) no-repeat left 4px;
    background-size: 10px auto;
  }

  #main .comResultList li a dt .bgTxt {
    background: url(../images/common/icon06.png) no-repeat left 2px;
    background-size: 10px auto;
  }

  #main .wp-pagenavi span,
  #main .wp-pagenavi a {
    padding-top: 3px;
  }
}
@media all and (min-width: 0) and (max-width: 374px) {
  #agent .mainVisual .inner h2 {
    font-size: 26px;
  }
}
.errorPage {
  text-align: center;
  padding: 200px 0;
  font-size: 18px;
}
.errorPageTitle {
  font-size: 46px;
}

/*=================================================================================
カエレバ・ヨメレバ・トマレバ
=================================================================================*/
.cstmreba,
.cstmreba * {
  box-sizing: border-box;
}
.cstmreba {
  width: 98%;
  height: auto;
  margin: 36px auto;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", Helvetica, Meiryo,
    sans-serif;
  line-height: 1.5;
  word-wrap: break-word;
  box-sizing: border-box;
  display: block;
}
.cstmreba a {
  transition: 0.8s;
  color: #285eff; /* テキストリンクカラー */
}
.cstmreba a:hover {
  color: #ffca28; /* テキストリンクカラー(マウスオーバー時) */
}
.cstmreba .booklink-box,
.cstmreba .kaerebalink-box,
.cstmreba .tomarebalink-box {
  width: 100%;
  background-color: #fafafa; /* 全体の背景カラー */
  overflow: hidden;
  border-radius: 0px;
  box-sizing: border-box;
  padding: 12px 8px;
  box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.26);
}
/* サムネイル画像ボックス */
.cstmreba .booklink-image,
.cstmreba .kaerebalink-image,
.cstmreba .tomarebalink-image {
  width: 150px;
  float: left;
  margin: 0 14px 0 0;
  text-align: center;
  background: #fff;
}
.cstmreba .booklink-image a,
.cstmreba .kaerebalink-image a,
.cstmreba .tomarebalink-image a {
  width: 100%;
  display: block;
}
.cstmreba .booklink-image a img,
.cstmreba .kaerebalink-image a img,
.cstmreba .tomarebalink-image a img {
  margin: 0;
  padding: 0;
  text-align: center;
  background: #fff;
}
.cstmreba .booklink-info,
.cstmreba .kaerebalink-info,
.cstmreba .tomarebalink-info {
  overflow: hidden;
  line-height: 170%;
  color: #333;
}
/* infoボックス内リンク下線非表示 */
.cstmreba .booklink-info a,
.cstmreba .kaerebalink-info a,
.cstmreba .tomarebalink-info a {
  text-decoration: none;
}
/* 作品・商品・ホテル名 リンク */
.cstmreba .booklink-name > a,
.cstmreba .kaerebalink-name > a,
.cstmreba .tomarebalink-name > a {
  border-bottom: 1px solid;
  font-size: 16px;
}
/* タイトル下にPタグ自動挿入された際の余白を小さく */
#column #conts .cstmreba .kaerebalink-name p,
#column #conts .cstmreba .booklink-name p,
#column #conts .cstmreba .tomarebalink-name p {
  margin: 0;
}
/* powered by */
.cstmreba .booklink-powered-date,
.cstmreba .kaerebalink-powered-date,
.cstmreba .tomarebalink-powered-date {
  font-size: 10px;
  line-height: 150%;
}
.cstmreba .booklink-powered-date a,
.cstmreba .kaerebalink-powered-date a,
.cstmreba .tomarebalink-powered-date a {
  color: #333;
  border-bottom: none;
}
.cstmreba .booklink-powered-date a:hover,
.cstmreba .kaerebalink-powered-date a:hover,
.cstmreba .tomarebalink-powered-date a:hover {
  color: #333;
  border-bottom: 1px solid #333;
}
/* 著者・住所 */
.cstmreba .booklink-detail,
.cstmreba .kaerebalink-detail,
.cstmreba .tomarebalink-address {
  font-size: 12px;
}
.cstmreba .kaerebalink-link1 div img,
.cstmreba .booklink-link2 div img,
.cstmreba .tomarebalink-link1 div img {
  display: none !important;
}
.cstmreba .kaerebalink-link1,
.cstmreba .booklink-link2,
.cstmreba .tomarebalink-link1 {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
}
.cstmreba .booklink-link2 > div,
.cstmreba .kaerebalink-link1 > div,
.cstmreba .tomarebalink-link1 > div {
  float: left;
  width: 24%;
  margin: 0.5%;
}
/***** ボタンデザインここから ******/
.cstmreba .booklink-link2 a,
.cstmreba .kaerebalink-link1 a,
.cstmreba .tomarebalink-link1 a {
  width: 100%;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 3% 0.5%;
  border-radius: 8px;
  font-size: 13px;
  font-weight: bold;
  line-height: 180%;
  color: #fff;
  box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.26);
}
/* トマレバ */
.cstmreba .tomarebalink-link1 .shoplinkrakuten a {
  background: #76ae25;
  border: 2px solid #76ae25;
} /* 楽天トラベル */
.cstmreba .tomarebalink-link1 .shoplinkjalan a {
  background: #ff7a15;
  border: 2px solid #ff7a15;
} /* じゃらん */
.cstmreba .tomarebalink-link1 .shoplinkjtb a {
  background: #c81528;
  border: 2px solid #c81528;
} /* JTB */
.cstmreba .tomarebalink-link1 .shoplinkknt a {
  background: #0b499d;
  border: 2px solid #0b499d;
} /* KNT */
.cstmreba .tomarebalink-link1 .shoplinkikyu a {
  background: #bf9500;
  border: 2px solid #bf9500;
} /* 一休 */
.cstmreba .tomarebalink-link1 .shoplinkrurubu a {
  background: #000066;
  border: 2px solid #000066;
} /* るるぶ */
.cstmreba .tomarebalink-link1 .shoplinkyahoo a {
  background: #ff0033;
  border: 2px solid #ff0033;
} /* Yahoo!トラベル */
.cstmreba .tomarebalink-link1 .shoplinkhis a {
  background: #004bb0;
  border: 2px solid #004bb0;
} /*** HIS ***/
/* カエレバ */
.cstmreba .kaerebalink-link1 .shoplinkyahoo a {
  background: #ff0033;
  border: 2px solid #ff0033;
  letter-spacing: normal;
} /* Yahoo!ショッピング */
.cstmreba .kaerebalink-link1 .shoplinkbellemaison a {
  background: #84be24;
  border: 2px solid #84be24;
} /* ベルメゾン */
.cstmreba .kaerebalink-link1 .shoplinkcecile a {
  background: #8d124b;
  border: 2px solid #8d124b;
} /* セシール */
.cstmreba .kaerebalink-link1 .shoplinkkakakucom a {
  background: #314995;
  border: 2px solid #314995;
} /* 価格コム */
/* ヨメレバ */
.cstmreba .booklink-link2 .shoplinkkindle a {
  background: #007dcd;
  border: 2px solid #007dcd;
} /* Kindle */
.cstmreba .booklink-link2 .shoplinkrakukobo a {
  background: #bf0000;
  border: 2px solid #bf0000;
} /* 楽天kobo */
.cstmreba .booklink-link2 .shoplinkbk1 a {
  background: #0085cd;
  border: 2px solid #0085cd;
} /* honto */
.cstmreba .booklink-link2 .shoplinkehon a {
  background: #2a2c6d;
  border: 2px solid #2a2c6d;
} /* ehon */
.cstmreba .booklink-link2 .shoplinkkino a {
  background: #003e92;
  border: 2px solid #003e92;
} /* 紀伊國屋書店 */
.cstmreba .booklink-link2 .shoplinktoshokan a {
  background: #333333;
  border: 2px solid #333333;
} /* 図書館 */
/* カエレバ・ヨメレバ共通 */
.cstmreba .kaerebalink-link1 .shoplinkamazon a,
.cstmreba .booklink-link2 .shoplinkamazon a {
  background: #ff9901;
  border: 2px solid #ff9901;
} /* Amazon */
.cstmreba .kaerebalink-link1 .shoplinkrakuten a,
.cstmreba .booklink-link2 .shoplinkrakuten a {
  background: #bf0000;
  border: 2px solid #bf0000;
} /* 楽天 */
.cstmreba .kaerebalink-link1 .shoplinkseven a,
.cstmreba .booklink-link2 .shoplinkseven a {
  background: #225496;
  border: 2px solid #225496;
} /* 7net */
/****** ボタンカラー ここまで *****/
/***** ボタンデザイン　マウスオーバー時ここから *****/
.cstmreba .booklink-link2 a:hover,
.cstmreba .kaerebalink-link1 a:hover,
.cstmreba .tomarebalink-link1 a:hover {
  background: #fff;
}
/* トマレバ */
.cstmreba .tomarebalink-link1 .shoplinkrakuten a:hover {
  color: #76ae25;
} /* 楽天トラベル */
.cstmreba .tomarebalink-link1 .shoplinkjalan a:hover {
  color: #ff7a15;
} /* じゃらん */
.cstmreba .tomarebalink-link1 .shoplinkjtb a:hover {
  color: #c81528;
} /* JTB */
.cstmreba .tomarebalink-link1 .shoplinkknt a:hover {
  color: #0b499d;
} /* KNT */
.cstmreba .tomarebalink-link1 .shoplinkikyu a:hover {
  color: #bf9500;
} /* 一休 */
.cstmreba .tomarebalink-link1 .shoplinkrurubu a:hover {
  color: #000066;
} /* るるぶ */
.cstmreba .tomarebalink-link1 .shoplinkyahoo a:hover {
  color: #ff0033;
} /* Yahoo!トラベル */
.cstmreba .tomarebalink-link1 .shoplinkhis a:hover {
  color: #004bb0;
} /*** HIS ***/
/* カエレバ */
.cstmreba .kaerebalink-link1 .shoplinkyahoo a:hover {
  color: #ff0033;
} /* Yahoo!ショッピング */
.cstmreba .kaerebalink-link1 .shoplinkbellemaison a:hover {
  color: #84be24;
} /* ベルメゾン */
.cstmreba .kaerebalink-link1 .shoplinkcecile a:hover {
  color: #8d124b;
} /* セシール */
.cstmreba .kaerebalink-link1 .shoplinkkakakucom a:hover {
  color: #314995;
} /* 価格コム */
/* ヨメレバ */
.cstmreba .booklink-link2 .shoplinkkindle a:hover {
  color: #007dcd;
} /* Kindle */
.cstmreba .booklink-link2 .shoplinkrakukobo a:hover {
  color: #bf0000;
} /* 楽天kobo */
.cstmreba .booklink-link2 .shoplinkbk1 a:hover {
  color: #0085cd;
} /* honto */
.cstmreba .booklink-link2 .shoplinkehon a:hover {
  color: #2a2c6d;
} /* ehon */
.cstmreba .booklink-link2 .shoplinkkino a:hover {
  color: #003e92;
} /* 紀伊國屋書店 */
.cstmreba .booklink-link2 .shoplinktoshokan a:hover {
  color: #333333;
} /* 図書館 */
/* カエレバ・ヨメレバ共通 */
.cstmreba .kaerebalink-link1 .shoplinkamazon a:hover,
.cstmreba .booklink-link2 .shoplinkamazon a:hover {
  color: #ff9901;
} /* Amazon */
.cstmreba .kaerebalink-link1 .shoplinkrakuten a:hover,
.cstmreba .booklink-link2 .shoplinkrakuten a:hover {
  color: #bf0000;
} /* 楽天 */
.cstmreba .kaerebalink-link1 .shoplinkseven a:hover,
.cstmreba .booklink-link2 .shoplinkseven a:hover {
  color: #225496;
} /* 7net */
/***** ボタンデザイン　マウスオーバー時ここまで *****/
.cstmreba .booklink-footer {
  clear: both;
}
/*****  解像度768px以下のスタイル *****/
@media screen and (max-width: 768px) {
  .cstmreba .booklink-image,
  .cstmreba .kaerebalink-image,
  .cstmreba .tomarebalink-image {
    width: 100%;
    float: none;
  }
  .cstmreba .booklink-link2 > div,
  .cstmreba .kaerebalink-link1 > div,
  .cstmreba .tomarebalink-link1 > div {
    width: 32.33%;
    margin: 0.5%;
  }
  .cstmreba .booklink-info,
  .cstmreba .kaerebalink-info,
  .cstmreba .tomarebalink-info {
    text-align: center;
    padding-bottom: 1px;
  }
}
/*****  解像度480px以下のスタイル *****/
@media screen and (max-width: 480px) {
  .cstmreba .booklink-link2 > div,
  .cstmreba .kaerebalink-link1 > div,
  .cstmreba .tomarebalink-link1 > div {
    width: 49%;
    margin: 0.5%;
  }
}

@media screen and (max-width: 768px) {
  .mc-banner iframe {
    height: 130px !important;
  }
}

#column #conts .contentBox #toc_container {
  width: 100%;
  font-size: 16px;
  line-height: 1.75;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
#column #conts .contentBox #toc_container p.toc_title {
  font-size: 17px;
  text-align: center;
  font-weight: 700;
  margin: 0;
  padding: 0;
  color: #555;
}
#column #conts .contentBox #toc_container.no_bullets li,
#column #conts .contentBox #toc_container.no_bullets ul,
#column #conts .contentBox #toc_container.no_bullets ul li,
#column #conts .contentBox .toc_widget_list.no_bullets,
#column #conts .contentBox .toc_widget_list.no_bullets li {
  background: 0 0;
  list-style-type: none;
  list-style: none;
}
#column #conts .contentBox #toc_container.no_bullets a,
#column #conts .contentBox #toc_container.no_bullets a,
#column #conts .contentBox .toc_widget_list.no_bullets a {
  text-decoration: none;
  display: block;
}
#column #conts .contentBox #toc_container.no_bullets a:hover,
#column #conts .contentBox #toc_container.no_bullets a:hover,
#column #conts .contentBox .toc_widget_list.no_bullets a:hover {
  opacity: 0.7;
}
#column #conts .contentBox #toc_container.no_bullets li,
#column #conts .contentBox #toc_container.no_bullets ul li,
#column #conts .contentBox .toc_widget_list.no_bullets li {
  position: relative;
}
#column #conts .contentBox #toc_container.no_bullets ul li {
  padding-left: 15px;
}
#column #conts .contentBox #toc_container.no_bullets li::before,
#column #conts .contentBox #toc_container.no_bullets ul li::before,
#column #conts .contentBox .toc_widget_list.no_bullets li::before {
  display: block;
  vertical-align: middle;
  position: absolute;
  content: "";
  top: 0.7em;
  left: 0.2em;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #1abb99;
}
#column #conts .contentBox #toc_container.no_bullets > ul > li::before {
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #1abb99;
  top: 0.5em;
}
#column #conts .contentBox #toc_container.no_bullets > ul > li > a {
  display: block;
  border-bottom: 1px solid #cccccc;
  margin: 12px 0;
}
#column #conts .contentBox #toc_container.no_bullets > ul > li > a:hover {
  text-decoration: none;
}
#column #conts .contentBox #toc_container ul ul {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  #column #conts .contentBox #toc_container {
    line-height: 1.4;
  }
  #column #conts .contentBox #toc_container.no_bullets > ul > li > a {
    padding-bottom: 2px;
    margin: 13px 0;
    line-height: 1.4;
  }
}

#column #conts .contentBox > ul.comLinkList {
  display: none !important;
}

.icon35 {
  background: no-repeat;
  background-image: url(../images/common/icon35.png);
  padding-left: 20px;
  background-size: contain;
}
.icon36 {
  margin-left: 10px;
  background: no-repeat;
  background-image: url(../images/common/icon36.png);
  padding-left: 20px;
  background-size: contain;
}
