@charset "utf-8";

body {
  font-size: 14px;
  position: relative;
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
  min-width: 320px;
}

.inner-block {
  padding: 0;
  width: auto;
}

.inner {
  width: 100%;
  height: auto;
  padding: 0px;
  margin: 0px;
}

#wrapper {
  min-width: 320px;
  position: relative;
  overflow: hidden;
}

input[type="submit"] {
  -webkit-text-size-adjust: 100%;
}

input,
select,
textarea {
  font-size: 16px !important;
}

.pc {
  display: none !important;
}

.pc-ib {
  display: none !important;
}

.cell_pc {
  display: none !important;
}

.sp {
  display: block !important;
}

.sp-ib {
  display: inline-block !important;
}

@media screen and (max-width: 500px) {
  .sp500 {
  display: block !important;
  }

}

@media screen and (max-width: 460px) {
  .sp460 {
  display: block !important;
  }

}


/*------------------------------------------------------------------------------
  common
------------------------------------------------------------------------------*/
/*---------- header ----------*/
header {
  position: relative;
  z-index: 9999 !important;
  width: 100%;
  text-align: center;
  height: auto;
  background-color: #fff;
}

.catch_copy {
  background: #f4f2f0;
  border-bottom: 1px solid #CCCCCC;
}

.catch_copy h1,
.catch_copy p {
  font-size: 80%;
  color: #333;
  text-align: left;
  padding: 3px 12px;
}

#catch_copy_sp p {
  font-size: 80%;
  line-height: 70px;
}

header .inner {
  height: auto;
}

#site_logo {
  display: none;
}

#site_logo_sp, #site_logo_gnavi {
  margin: 0 0 0 4% !important;
  width: 34%;
  height: 70px;
  line-height: 70px;
}

#site_logo_sp img, #site_logo_gnavi img {
  vertical-align: middle;
}

#catch_copy_sp {
  text-align: left;
  position: absolute;
  top: 0;
  left: 40.5%;
  height: 70px;
}

.syncer_brcb li a {
  font-size: 11px;
}

.syncer_brcb li:last-child {
  padding: 0 22px 0 1px;
  font-size: 11px;
}

.bg_layer {
  display: none;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3500;
}

.c-link {
  margin-top: 20px;
}

/* Gメニュー
----------------------------------------------------*/
#g_navi {
  display: none;
  width: 100%;
  height: 100%;
  z-index: 4000;
  overflow: visible !important;
  position: fixed;
  top: 0;
  left: 0;
}

#g_navi nav {
  background-color: #fff;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 1px solid #ddd;
}

#g_navi nav ul.navi_box-list {
  border-bottom: 1px solid #ddd;
}

#g_navi nav li {
  text-align: left;
  display: inline-table;
  width: 100%;
  border-top: 1px solid #ddd;
  background-color: #fff;
}

#g_navi nav li p.tl {
  width: 100%;
  color: #3277B9;
  font-weight: bold;
  background: #f3ebe0;
  padding: 14px 8px 14px 15px;
  box-sizing: border-box;
  font-size: 14px;
}

#g_navi nav li:nth-child(odd) {}

#g_navi nav li:last-child {
  border-bottom: 0px;
}

#g_navi nav li a {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding-right: 25px;
  width: 100%;
  color: #333;
  text-decoration: none;
  line-height: 1.33;
  padding-left: 15px;
  height: 50px;
  font-size: 14px;
  font-weight: bold;
  position: relative;
}

.g_navi_catch_copy {
  text-align: left;
  position: relative;
  font-size: 80%;
}

.g_navi_catch_copy p {
  line-height: 70px;
  position: absolute;
  top: 0;
  left: 40.5%;
}

.gnavi_logo_box {
  background: #ffffff;
  position: relative;
}

.g_navi_catch_copy {
  position: static;
}

/*
#g_navi nav li a:after {
content: "";
position: absolute;
right: 10px;
top: 16px;
width: 8px;
height: 15px;
background: url(/sp/common/img/ico_arrow-right.png) no-repeat left top;
background-size: 8px 14px;
}
*/
#g_navi nav li a:hover {
  text-decoration: none;
}

#g_navi i.fas {
  font-size: 16px;
  margin-right: 8px;
}

/* 開閉アイコン */
#panel_btn {
  display: inline-block;
  position: fixed;
  top: 38px;
  right: 10px;
  z-index: 9999;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #21a9e5;
}

#panel_btn:hover {
  background: #21a9e5;
}

#panel_btn_icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  margin: -1px 0 0 -7px;
  background: #fff;
  transition: .2s;
}

#panel_btn_icon:before,
#panel_btn_icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 2px;
  background: #fff;
  transition: .3s;
}

#panel_btn_icon:before {
  margin-top: -6px;
}

#panel_btn_icon:after {
  margin-top: 4px;
}

#panel_btn .close {
  background: transparent;
}

#panel_btn .close:before,
#panel_btn .close:after {
  margin-top: 0;
}

#panel_btn .close:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

#panel_btn .close:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}


.b_cate {
  position: relative;
  width: 100%;
  min-height: auto;
  padding: 0px;
  min-height: 158px;
  background: url(/sp/common/img/ind_cate_bg.png) no-repeat;
  background-size: cover;
}

/*---------- bread ----------*/
#breadcrumb ul {
  width: 100%;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #f7f7f7;
}

/*---------- kv ----------*/
#lead {
  background: url(../img/common/lead_bg.png) no-repeat;
  background-size: cover;
  height: auto;
  border: 0;
}
#lead-office {
  width: 100%;
  max-width: 1397px;
  height: 160px;
  background-color: #fbfafa;
  background-size: cover;
  height: auto;
  border: 0;
}
#lead h2 {
  padding: 0 0 0 4%;
  font-size: 18px;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 80px;
  text-align: left;
}
#lead-office h2 {
  padding: 0 0 0 4%;
  font-size: 18px;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 80px;
  text-align: left;
}


/*---------- footer ----------*/

#footerSub {
  padding: 35px 30px 0;
  background-color: #fff;
  text-align: center;
}

#footerSub .linkArea {
  display: block;
}

#footerSub .logoCell .logo img {
  width: 150px;
  margin-left: 0;
}

#footerSub .taglineCell {
  text-align: center;
  padding-left: 0;
}

#footerSub .taglineCell .tagline {
  margin-top: 15px;
  padding-left: 0.2em;
  font-size: 9px;
  color: #888;
  line-height: 1.45;
  letter-spacing: 0.2em;
}

#footerSub .aboutLinkSet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-top: 10px;
}

#footer .aboutLinkSet .link {
  width: calc((100%)/2);
  margin-top: 15px;
  text-align: left;
}

#footerSub .aboutLinkSet {
  width: 270px;
  margin: 0 auto;
  float: none;
}

#footerSub .aboutLinkSet .link:nth-child(odd) {
  width: 135px;
  margin-top: 15px;
  text-align: left;
}

#footerSub .aboutLinkSet .link:nth-child(even) {
  width: 115px;
  margin-top: 15px;
  text-align: left;
}

#footerSub .aboutLinkSet .link a {
  font-size: 10px;
  color: #888;
}

/*
#footerSub .aboutLinkSet .link:last-of-type {
  width: 100%;
}
*/

.copyrightArea {
  padding: 0 0 35px;
  border-top: 0;
  text-align: center;
  margin-top: 30px;
  font-size: 10px;
  color: #aaa;
}

.copyrightArea .ib {
  display: inline;
}

.copyrightArea .left {
  line-height: 1.45;
}

.copyrightArea .inner {
  display: block;
}

.copyrightArea .inner .sp {
  color: #333;
  font-size: 150%;
  line-height: 3;
}

.copyrightArea .inner .sp a {
  color: #333;
}

.pagetop {
  right: 10px;
  bottom: 10px;
}

.pagetop a {
  width: 50px;
  height: 50px;
  font-size: 10px;
}

.pagetop a .txt {
  padding-top: 10px;
}

/*------------------------------------------------------------------------------
top
------------------------------------------------------------------------------*/
.ikt_bg_color.contents_button {
  background: #064a6b;
  padding: 5% 5%;
  /* margin: 0px 0px 30px; */
  margin: 0px 0px 30px;
  position: relative;
}

.ikt_bg_color .ikt_text {
  color: #e9ef00;
  margin-bottom: 5px;
  font-weight: bold;
}

a.button_y.only_btn {
  position: relative;
  padding: 10px 4px;
  z-index: 2;
  overflow: hidden;
  transition: .25s linear;
  -webkit-transition: .25s linear;
  -moz-transition: .25s linear;
}

a.button_y.only_btn:before {
  display: block;
  position: absolute;
  z-index: -1;
  left: -30%;
  top: -50%;
  content: "";
  width: 30px;
  height: 100px;
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  background-image: linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 50%,rgba(255,255,255,0) 100%);
  background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,0.7)),color-stop(100%,rgba(255,255,255,0)));
  background-image: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, #ffffff rgba(255,255,255,0.7),rgba(255,255,255,0) 100%);
  animation: shiny 3s infinite linear;
  -webkit-animation: shiny 3s infinite linear;
  -moz-animation: shiny 3s infinite linear;
}

.sp section h3 {
  font-size: 18px;
  margin-bottom: 12px;
  font-weight: bold;
  line-height: 1.2;
}

.p_10 {
  padding: 10px 0px;
}

a.only_btn {
  width: 90%;
}

.contents_button a {
  min-width: auto;
  letter-spacing: 0px;
}

.sp .m_b_30 {
  margin-bottom: 30px !important;
}


.f_size12 {
  font-size: 12px !important;
}

.p_40 {
  padding: 40px 0px;
}

.t_center {
  text-align: center;
}

.category {
  margin: 15px 5px 0px;
  text-align: center;
}

.category li a {
  display: block;
  margin: 0 auto;
  padding: 77px 0 0;
  width: 100px;
  font-weight: normal;
  font-size: 11px;
  text-align: center;
}

.category li.icon_2 {
  background: url(/common/img/subject/2_b_icon.png) no-repeat;
  background-size: 73px 73px;
  background-position: center 0;
}

.sp .fuman_txt h2 {
  padding: 0px 12px;
  font-size: 13px;
  line-height: 20px;
}

.sec_blue.fuman_txt ul.check_list {
  background: #fff;
  border-radius: 3px;
  padding: 10px 0px 0px;
  width: 95%;
  margin: 0 auto;
}

.sec_blue.fuman_txt ul.check_list li {
  list-style: none;
  position: relative;
  padding-bottom: 8px;
  padding-left: 35px;
  padding-right: 5px;
  margin-bottom: 8px;
  border-bottom: 1px dotted #ddd;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  width: 100%;
  float: none;
}

.comparison .inner {
 display: block;
}

.comparison .left-block .txt-box {
  text-align: center;
}

.comparison .left-block .txt-box .txt01 {
  font-size: 13px;
  margin-bottom: 10px;
}

.comparison .left-block .txt-box .txt02 {
  font-size: 16px;
}

.comparison .left-block .eyecatch_sub ul {
  width: auto;
  margin: auto 10px;
}

.comparison .left-block .eyecatch_sub ul li {
  padding: 10px 5px;
  width: 100%;
}

.comparison .left-block .eyecatch_sub .txt01 {
  font-size: 10px;
}

.comparison .left-block .eyecatch_sub .txt02 {
  font-size: 17px;
}

.comparison .left-block .eyecatch_sub .txt02 span {
  font-size: 11px;
  padding-left: 8px;
}

.comparison .left-block .eyecatch_sub ul li + li:before {
  height: 40px;
}

.comparison .left-block {
  margin-bottom: 30px;
}

.comparison .right-block .txt01 {
  font-size: 15px;
}

.comparison .right-block .txt02 {
  font-size: 23px;
}

.comparison .right-block .txt03 {
  font-size: 11px;
}

.comparison .right-block .txt04 {
  font-size: 12px;
  width: 88px;
}

.comparison .right-block {
  width: 200px;
  height: 200px;
  margin: auto;
}

.section .ct-title {
  height: 45px;
}

.section .ct-title h2 {
  color: #fff;
  margin: 0 auto;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.2px;
}

.section_in {
  width: auto
}

.reason-left,
.reason-right{
  float: none;
  width: auto;
  margin: auto;
  padding: 0 20px;
}

.ct-reason {
  margin: 0 0 40px;
}

.ct-reason:last-of-type {
  margin: 0;
}

.section_in img {
width: 80%;
  margin: 0 auto 10px;
  display: block;
}

.ct-reason h3 {
  font-size: 16px;
}

/*------------------------------------------------------------------------------
  main
------------------------------------------------------------------------------*/
.top_modoru {
  margin: 20px auto 0;
}

#indexContentsLeft {
  padding-top: 20px;
}

#indexSearchArea {
  padding-bottom: 0.1px;
}

#indexSearchArea #indexContentsLeft .contents-block {
  width: 100%;
  font-size: 12px;
  padding: 20px 10px;
}

.jobSearchArea {
  margin-top: 20px;
}

.jobSearchArea .navTitle {
  font-size: 15px;
  letter-spacing: 0.2em;
}
.jobSearchArea .navTitle.red,
.jobSearchArea .navTitle.grn{
  width: 90%;
  height: 48px;
  margin-left: auto;
  margin-right: auto;
  line-height: 2;
}

.settingBase.box-inner {
  padding: 12px;
  background-color: #f4f2f0 !important;
}

.settingList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.jobSearchArea .searchArea .settingList .setting {
  background-color: #fff;
  width: 48.5%;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  padding-right: 0;
  line-height: 41px;
}

.jobSearchArea .searchArea .settingList .setting .setData {
  font-size: 11px;
  letter-spacing: -0.05em;
  margin-bottom: 0;
}

.jobSearchArea .searchArea .settingList .setting:nth-child(n + 3) {
  margin-top: 10px;
}

.jobSearchArea .md_recoArea .jobList .job .toDetail .cellBase .nameCell .name {
  display: flex;
}

.jobSearchArea .md_recoArea .jobList .job .toDetail .cellBase .nameCell .name .txt {
  width: calc(100% - 90px);
  font-size: 13px;
  letter-spacing: 0.2em;
  line-height: 1.45;
}

.jobSearchArea .md_recoArea .jobList .job .toDetail .cellBase .nameCell .name .img {
  width: 80px;
  margin: 0 0 10px 10px;
}

.jobSearchArea .md_recoArea .jobList .job .toDetail .cellBase .nameCell .dataWrap {
  margin-top: 8px;
  font-size: 11px;
  letter-spacing: 0.1em;
}

.jobSearchArea .md_recoArea .jobList .job .toDetail .cellBase .nameCell .company {
  margin-top: 0;
  letter-spacing: 0.1em;
  font-size: 11px;
  width: 100%;
}

.jobSearchArea .md_recoArea .jobList .job .toDetail .cellBase .nameCell .dataWrap .dataSet {
  display: flex;
  flex-wrap: wrap;
}

.jobSearchArea .md_recoArea .jobList .job .btnSet .btn .c-btn {
  width: 100%;
  text-align: center;
}

.jobSearchArea .md_recoArea .jobList .job .toDetail .cellBase .nameCell .dataWrap .dataSet .data {
  width: 50%;
  padding-right: 5px;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #333;
}

.md_recoArea .jobList .job .toDetail .cellBase .nameCell .dataSet .data:before {
  top: -2px;
}

.md_recoArea .jobList .job .toDetail .copy {
  margin-top: 8px;
  font-size: 10px;
  color: #888;
  line-height: 1.3;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.md_recoArea .jobList .job .btnSet .btn {
  width: 100%;
  display: block;
}

.jobSearchArea .md_recoArea .jobList .job .btnSet .btn .md_btn {
  width: 100%;
}

.jobSearchArea .md_recoArea .jobList .job {
  border: 0;
}

.jobSearchArea .md_recoArea .jobList .job + .job {
  margin-top: 15px;
}

.karte-widget__container {
  margin-top: 30px;
}

.bnr-box img {
  width: 100%;
}

.contents-block .base {
  font-size: 135%;
  margin-bottom: 12px;
  line-height: 1.4;
}

.head_box {
  margin-bottom: 4%;
}

.head_box h4 {
  font-size: 15px;
  padding: 12px 0 12px 15px;
}

.anyClass ul li {
  height: auto;
  padding: 10px;
  flex-wrap: wrap;
}

.cl_subject .cate {
  width: 70px;
}

.cl_subject a {
  width: 100%;
  line-height: 1.4;
  margin-top: 6px;
}

table.tl_base td {
  overflow-x: hidden;
}

.voice-box {
  margin-top: 0;
  margin-bottom: 30px;
  padding: 0;
  display: block;
}

.voice-box .img {
  text-align: center;
  margin: 30px auto 20px;
}

.voice-box .txt {
  padding-left: 0;
  width: 100%;
}

.voice-box .ttl {
  text-align: center;
}
.voice-box .ttl a {
  margin-top: 0;
}

.tbl-det {
  width: 100%;
}

.tbl-det th,
.tbl-det td {
  width: 100%;
  display: block;
  padding: 5px 10px;

}

.tbl-det th.ttl-hd {
  width: 100%;
}

.ttl-det {
  margin-top: 20px;
}

.m_b_30 {
  margin-bottom: 10px !important;
}

.service-list ul li {
  width: 100%;
}

.service-list ul li a {
  padding: 20px;
}

.service-list ul li + li {
 margin-top: 20px;
}

.service-list .btn {
  width: 100%;
}

.message-block .txt-box {
  order: 2;
  width: 100%;
  padding-right: 0;
}

.message-block {
 flex-wrap: wrap;
}

.message-block .daihyou {
  width: 100px;
  margin: 0 auto 20px;
}

.img.daihyou img {
  width: 100%;
}

.cont01 .img {
  position: relative;
}

.mv-ttl {
  position: absolute;
  top: 36%;
  left: 5vw;
}

.mv-ttl .txt01 {
  font-weight: bold;
  font-size: 8vw;
  line-height: 1.2;
  margin-bottom: 2vw;
}
.mv-ttl .txt02 {
  font-weight: bold;
  font-size: 3vw;
  line-height: 1.4;
}

.trouble-box .ttl {
  font-size: 16px;
}

.trouble-box .list {
  width: auto;
  padding: 0 10px;
}

.trouble-box .list li {
  padding-left: 27px;
  font-size: 10px;
}

.trouble-box .list li:before {
  width: 20px;
  height: 20px;
  padding-left: 5px;
  padding-top: 2px;
  font-size: 10px;
}

#breadcrumb{
  display: none;
}
.karte-g{
  display: none;
}
.jobSearchArea .searchArea .settingList .setting:after{
  display: none;
}
.copyright{
  display: none;
}
table.tl_base th, table.tl_base td{
  font-size: 13px;
}
.price table tbody th, .price table tbody th{
  width: 68px;
}
.price table tbody th.l, .price table tbody th.l {
  width: 120px;
}
.price table tbody th.m, .price table tbody th.m {
  width: 100px;
}
input[type="text"], input[type="password"], input.login, select {
    height: 30px;
    width: 100%;
    line-height: 1.6;
    padding: 4px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    background-color: white;
    border: 1px solid #cecece;
    -moz-box-shadow: 0 1px 0 white;
    -webkit-box-shadow: 0 1px 0 white;
    box-shadow: 0 1px 0 white;
    font-size: 13px;
}
table.tl_base td.type_check{
  width: 42px;
}
.only_btn{
  font-size: 13px !important;
  padding: 16px 10px !important;
}

/*------------------------------------------------------------------------------
  sitemap
------------------------------------------------------------------------------*/
.link-list li a {
  line-height: 1.2;
}

/*------------------------------------------------------------------------------
  specific
------------------------------------------------------------------------------*/
table.specific_list th {
  width: 35%;
}

/*------------------------------------------------------------------------------
  contact
------------------------------------------------------------------------------*/
table.contact_form th {
  width: 22%;
  font-size: 12px;
}
table.contact_form td {
  padding-left: 8px;
}
table.contact_form textarea {
  width: 100%;
}
table.contact_form textarea {
  margin-bottom: -3%;
}

/*------------------------------------------------------------------------------
  application
------------------------------------------------------------------------------*/
table.application_form th {
  width: 22%;
  font-size: 12px;
}
table.application_form td {
  padding-left: 8px;
}
table.application_form textarea {
  width: 100%;
}
table.application_form textarea {
  margin-bottom: -3%;
}

/*------------------------------------------------------------------------------
  recruit
------------------------------------------------------------------------------*/
table.recruit_list th {
  width: 33%;
}

/*------------------------------------------------------------------------------
  faq
------------------------------------------------------------------------------*/
.faq-list {
  display: none;
}
/*------------------------------------------------------------------------------
  kisochishiki
------------------------------------------------------------------------------*/
#indexSearchArea #indexContentsLeft .contents-block.neta {
  padding: 15px 10px 2px;
}
#indexSearchArea #indexContentsLeft .contents-block.neta:nth-child(2) {
  padding-top: 0;
}
#indexSearchArea #indexContentsLeft .contents-block.neta:last-child {
  padding-bottom: 20px;
}
.neta-img {
  text-align: center;
}

/*------------------------------------------------------------------------------
  flow
------------------------------------------------------------------------------*/
.flow-box .img img {
  width: 75px;
  margin-top: -1em;
}

.flow-box .txt-and-img:before {
  margin-top: 15px;
}

/*------------------------------------------------------------------------------
  price
------------------------------------------------------------------------------*/
.tanka {
  width: 110px !important;
}

/*------------------------------------------------------------------------------
  service
------------------------------------------------------------------------------*/
.service th, .service td {
  padding: 10px 2%;
}

.service td:first-child {
  width: 30%;
}

.service td:nth-child(2) {
  width: 21%;
}

/*------------------------------------------------------------------------------
  area
------------------------------------------------------------------------------*/
.voice-box.area .btn {
  position: initial;
}

.area-detail {
  background-color: #ffffff;
}

#lead.area-kv {
  margin-top: 40px;
  height: auto;
}

#indexSearchArea #indexContentsLeft .area-contents-block {
  width: 100%;
  font-size: 12px;
  padding: 40px 10px 0;
}

.area-mokuji {
  width:100%;
}

.area-contents-block h3 {
  font-size: 135%;
  margin-bottom: 12px;
  line-height: 1.4;
}

.area-contents-block .head_box h4 {
  font-size: 15px;
  padding: 12px 0 12px 15px;
}

.area-contents-block .c-link {
  margin-top: 0;
  padding-top: 40px;
  line-height: 2;
}

/*------------------------------------------------------------------------------
  clearfix
------------------------------------------------------------------------------*/
/*:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  visibility: hidden;
}
