@charset "UTF-8";
@font-face {
  font-family: "SFMoviePoster";
  src: url("../font/SFMoviePoster.eot");
  src: url("../font/SFMoviePoster.eot?#iefix") format("embedded-opentype"), url("../font/SFMoviePoster.woff") format("woff"), url("../font/SFMoviePoster.ttf") format("truetype");
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　reset
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  height: auto;
}

.ie8 img {
  width: auto;
}

ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, figure {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

ol, ul {
  list-style: none;
}

i {
  font-style: normal;
}

label {
  cursor: pointer;
}

th, td {
  vertical-align: top;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

figcaption {
  line-height: normal;
}

small {
  font-size: 100%;
}

* {
  box-sizing: border-box;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
base
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
body {
  font-family: Helvetica, Arial, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.231;
  font-size: 16px;
  color: #000;
}

.layout__wrapper {
  margin: 0 auto;
  overflow: hidden;
}

.layout__container {
  margin: 0 auto;
  overflow: hidden;
}

.header {
  position: relative;
  height: 94px;
  background-color: #fff;
  z-index: 1;
}

.header__in {
  *zoom: 1;
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
}
.header__in:after {
  content: "";
  display: table;
  clear: both;
}

.header__logo {
  position: absolute;
  display: block;
  top: 17px;
  left: 30px;
  width: 130px;
  height: 60px;
  text-indent: -9998em;
  background-image: url(../images/common/logo.png);
  background-repeat: no-repeat;
}

.header__btn-nav {
  display: none;
}

.header__nav {
  *zoom: 1;
  width: 100%;
  padding: 27px 200px 27px 185px;
  font-size: 0;
}
.header__nav:after {
  content: "";
  display: table;
  clear: both;
}

.header__nav__item {
  position: relative;
  display: inline-block;
  text-align: center;
}
.header__nav__item > a,
.header__nav__item > span {
  -webkit-transition: 0.2s;
          transition: 0.2s;
  display: block;
  height: 40px;
  padding: 0 18px;
  line-height: 40px;
  background-color: transparent;
  font-size: 12px;
}
.header__nav__item > a.on,
.header__nav__item > span.on {
  background-color: #cf1225;
  color: #fff;
  text-decoration: none;
}
.header__nav__item:hover .header__nav__item__child {
  display: table;
}

.header__nav__item__child {
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  background-color: #cf1225;
  text-align: left;
  z-index: 1;
}
.header__nav__item__child a {
  color: #fff;
}
.header__nav__item__child dl {
  display: table-row;
}
.header__nav__item__child dl:first-child dt, .header__nav__item__child dl:first-child dd {
  padding-top: 25px;
}
.header__nav__item__child dt,
.header__nav__item__child dd {
  display: table-cell;
  vertical-align: top;
  white-space: nowrap;
}
.header__nav__item__child dt {
  padding: 0 25px 25px;
  font-size: 12px;
}
.header__nav__item__child dt a {
  position: relative;
  padding-right: 25px;
}
.header__nav__item__child dt a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
  border-left: solid 8px #fff;
  border-top: solid 6px transparent;
  border-bottom: solid 6px transparent;
}
.header__nav__item__child dd {
  padding: 0 25px 25px;
  background-color: #D32A3B;
  font-size: 10px;
}
.header__nav__item__child li {
  margin-top: 10px;
}
.header__nav__item__child li:first-child {
  margin-top: 0;
}

.header__btn {
  -webkit-transition: 0.3s;
          transition: 0.3s;
  position: absolute;
  right: 0;
  top: 0;
}

.header__btn__item {
  -webkit-transition: 0.3s;
          transition: 0.3s;
  position: relative;
  float: left;
  width: 94px;
  height: 94px;
}
.header__btn__item a {
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -9998em;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
}
.header__btn__item.__fb a {
  background-color: #B41225;
  background-image: url(../images/common/icon_fb.png);
}
.header__btn__item.__search a {
  background-color: #cf1225;
  background-image: url(../images/common/icon_search-btn.png);
}

.header__search {
  -webkit-transition: 0.2s;
          transition: 0.2s;
  position: absolute;
  right: 0;
  top: 94px;
  width: 0;
  background-color: #e7e7e7;
  overflow: hidden;
}
.header__search.is-on {
  display: block;
  width: 240px;
}
.header__search.is-focus {
  display: block;
  width: 360px;
}

.header__search__item {
  position: relative;
  width: 100%;
  padding: 20px;
}

.header__search__item__input {
  -webkit-transition: 0.2s;
          transition: 0.2s;
  appearance: none;
  width: 100%;
  padding: 0 30px 0 10px;
  height: 30px;
  border: none;
  border-radius: 0;
  background-color: #fff;
  font-size: 14px;
  line-height: 30px;
  outline: none;
}
.header__search__item__input:focus {
  background-color: #f0f0f0;
}

.header__search__item__btn {
  position: absolute;
  right: 20px;
  top: 20px;
  appearance: none;
  border: none;
  background-color: transparent;
  width: 30px;
  height: 30px;
  text-indent: -9998em;
  outline: none;
}
.header__search__item__btn:after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 30px;
  height: 30px;
  background-position: 50%;
  background-image: url(../images/common/icon_search.png);
  background-repeat: no-repeat;
}

.footer {
  background-color: #cf1225;
  color: #fff;
}
.footer a {
  color: #fff;
}

.footer__in {
  *zoom: 1;
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  padding: 20px 30px;
}
.footer__in:after {
  content: "";
  display: table;
  clear: both;
}

.footer__nav-sp {
  display: none;
}

.footer__nav {
  *zoom: 1;
  float: left;
}
.footer__nav:after {
  content: "";
  display: table;
  clear: both;
}

.footer__nav__item {
  float: left;
  font-size: 10px;
  padding: 0 10px;
  border-right: solid 1px #fff;
}
.footer__nav__item:first-child {
  border-left: solid 1px #fff;
}

.footer__copyright {
  display: inline-block;
  float: right;
  font-size: 10px;
}

#mod__btn-pt {
  -webkit-transition: 0.3s;
          transition: 0.3s;
  position: fixed;
  width: 50px;
  height: 50px;
  right: 30px;
  bottom: 30px;
  background-color: #575757;
  border-radius: 100%;
  background-image: url(../images/common/btn_pt.png);
  background-position: 50% 50%;
  text-indent: -9998em;
  opacity: 0.7;
  z-index: 10000;
}
#mod__btn-pt:hover {
  opacity: 0.4;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　module
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* hover */
.mod__opover {
  -webkit-transition: 0.3s;
          transition: 0.3s;
}
.mod__opover:hover {
  opacity: 0.7;
}

.mod__uline {
  text-decoration: underline;
}
.mod__uline:hover {
  text-decoration: none;
}

.mod__bline {
  text-decoration: none;
  border-bottom: solid 1px #cf1225;
}

/* input focus */
.mod__focus {
  -webkit-transition: 0.3s;
          transition: 0.3s;
}
.mod__focus:focus {
  background-color: #e7e7e7;
}

/* ボックス */
.mod__box-wh {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  background-color: #fff;
}

/* リスト */
.mod__list-decimal {
  list-style: decimal;
  margin-left: 1.5em;
}

.mod__list-disc {
  list-style: disc;
  margin-left: 1.5em;
}

.mod__img-bor {
  border: solid 1px #e7e7e7;
}

/* カラー */
.mod__txt-attention {
  color: #cf1225;
}

.mod__txt-attention2 {
  color: #29abe2;
}

/* font family */
.mod__font-serif {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", "メイリオ", Meiryo, serif;
  letter-spacing: 0.05em;
}

.mod__font-en {
  font-family: "SFMoviePoster", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.1em;
}

/* margin */
.mod__mt-s {
  margin-top: 1em;
}

.mod__mt {
  margin-top: 2em;
}

.mod__mt-l {
  margin-top: 4em;
}

.mod__mb-s {
  margin-bottom: 1em;
}

.mod__mb {
  margin-bottom: 2em;
}

.mod__mb-l {
  margin-bottom: 4em;
}

/* 寄せ */
.mod__align-l {
  text-align: left;
}

.mod__align-c {
  text-align: center;
}

.mod__align-r {
  text-align: right;
}

.mod__d-ib {
  display: inline-block;
}

.mod__d-b {
  display: block;
}

/* iframe */
.mod__iframe {
  max-width: 100%;
}

/* icon */
.mod__icon-ar {
  position: relative;
}
.mod__icon-ar:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6px;
  border-left: solid 9px #cf1225;
  border-top: solid 6px transparent;
  border-bottom: solid 6px transparent;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　下層ページ共通
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* パンくず h1タグ */
.mod__tag {
  background-color: #a0a0a0;
}

.mod__tag__in {
  *zoom: 1;
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  padding: 10px 30px;
  font-size: 10px;
  color: #fff;
}
.mod__tag__in:after {
  content: "";
  display: table;
  clear: both;
}

.mod__tag__title {
  float: right;
  max-width: 50%;
  height: 16.5px;
  padding-left: 1em;
  overflow: hidden;
  text-align: right;
  line-height: 1.65;
}

.mod__tag__breadcrumb {
  float: left;
  max-width: 50%;
  height: 16.5px;
  padding-right: 1em;
  overflow: hidden;
  font-size: 0;
  line-height: 1.65;
}

.mod__tag__breadcrumb__item {
  display: inline;
  position: relative;
  padding-right: 3em;
  height: 16.5px;
  font-size: 10px;
}
.mod__tag__breadcrumb__item a {
  color: #fff;
}
.mod__tag__breadcrumb__item:after {
  content: ">";
  position: absolute;
  right: 1em;
  top: -2px;
}
.mod__tag__breadcrumb__item:last-child {
  padding-right: 0;
}
.mod__tag__breadcrumb__item:last-child:after {
  display: none;
}

/* 第2階層タイトル */
.mod__content-title {
  padding: 10px 0 8px;
  background-color: #000000;
  text-align: center;
  font-size: 28px;
  color: #fff;
}

/* 第2階層メインビジュアル */
.mod__content-image {
  background-color: #d3d0cb;
  text-align: center;
}

/* 第2階層 ページタイトル */
.mod__page-title {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  text-align: center;
  color: #fff;
}
.mod__page-title span {
  position: relative;
  display: inline-block;
  min-width: 450px;
  padding: 0 20px;
  background-color: #cf1225;
}
.mod__page-title span:before, .mod__page-title span:after {
  content: "";
  position: absolute;
  top: 0;
  border-top: solid 50px #cf1225;
  border-left: solid 25px transparent;
  border-right: solid 25px transparent;
}
.mod__page-title span:before {
  left: -25px;
}
.mod__page-title span:after {
  right: -25px;
}

/* 第2階層 ページサブタイトル */
.mod__page-subtitle {
  margin-bottom: 3em;
  text-align: center;
  font-size: 26px;
  color: #cf1225;
  font-weight: bold;
  line-height: 1.6;
}
.mod__page-subtitle.__s {
  font-size: 22px;
}
.mod__page-subtitle small {
  font-size: 17px;
}
.mod__page-subtitle span {
  padding-top: 100px;
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: solid 3px #cf1225;
}
.mod__page-subtitle span:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -32px;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #cf1225;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  line-height: 64px;
}
.mod__page-subtitle.__num-none span {
  padding-top: 0;
}
.mod__page-subtitle.__num-none span:before {
  display: none;
}
.mod__page-subtitle.__num-01 span:before {
  content: "01";
}
.mod__page-subtitle.__num-02 span:before {
  content: "02";
}
.mod__page-subtitle.__num-03 span:before {
  content: "03";
}
.mod__page-subtitle.__num-04 span:before {
  content: "04";
}
.mod__page-subtitle.__num-05 span:before {
  content: "05";
}
.mod__page-subtitle.__num-06 span:before {
  content: "06";
}
.mod__page-subtitle.__num-07 span:before {
  content: "07";
}
.mod__page-subtitle.__num-08 span:before {
  content: "08";
}
.mod__page-subtitle.__num-09 span:before {
  content: "09";
}
.mod__page-subtitle.__num-10 span:before {
  content: "10";
}
.mod__page-subtitle.__num-11 span:before {
  content: "11";
}
.mod__page-subtitle.__num-12 span:before {
  content: "12";
}

/* ブロック */
.mod__content__box {
  position: relative;
  padding: 100px 0 80px;
}
.mod__content__box.__nopadding {
  padding: 0;
}
.mod__content__box.__first {
  padding-top: 120px;
}
.mod__content__box.__bg {
  background-color: #e7e7e7;
}
.mod__content__box.__bg2 {
  padding: 50px 0;
  background-color: #d3d0cb;
}
.mod__content__box.__post {
  padding: 0;
}

.mod__content__box__in {
  *zoom: 1;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 30px;
  overflow: hidden;
}
.mod__content__box__in:after {
  content: "";
  display: table;
  clear: both;
}
.mod__content__box__in.__foot {
  max-width: 1660px;
}

/* 本文 */
.mod__page-txt-roof {
  position: relative;
  margin-bottom: 1em;
  height: 45px;
  margin-right: 25px;
  padding-left: 25px;
  background-color: #cf1225;
  line-height: 45px;
  color: #fff;
  text-align: center;
  font-size: 20px;
}
.mod__page-txt-roof:after {
  content: "";
  position: absolute;
  top: 0;
  border-bottom: solid 45px #cf1225;
  border-left: solid 25px transparent;
  border-right: solid 25px transparent;
}
.mod__page-txt-roof:after {
  right: -25px;
}

.mod__page-txt-l {
  margin-bottom: 1em;
  font-size: 24px;
  font-weight: bold;
}

.mod__page-txt-m {
  margin-bottom: 1em;
  font-size: 20px;
}

.mod__page-txt {
  margin-bottom: 2em;
  line-height: 2;
}

.mod__page-txt-xl {
  margin-bottom: 2em;
  padding: 10px;
  background-color: #cf1225;
  text-align: center;
  font-size: 24px;
  color: #fff;
}

.mod__page-txt-xl__icon {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  border-radius: 100%;
  background-color: #fff;
  color: #cf1225;
  font-weight: bold;
  font-size: 20px;
  line-height: 36px;
  vertical-align: middle;
}

.mod__page-txt-bor {
  margin-bottom: 2em;
  color: #cf1225;
  font-weight: bold;
  text-align: center;
}
.mod__page-txt-bor span {
  display: inline-block;
  padding: 10px 20px;
  border: solid 2px #cf1225;
}

/* 画像 */
.mod__page-img {
  position: relative;
  margin-bottom: 2em;
}
.mod__page-img img {
  display: inline-block;
  margin: 0 auto 10px;
}

.mod__page-img__cap {
  max-width: 100%;
  margin-top: 10px;
  font-size: 10px;
  line-height: 1.4;
}

/* フロートレイアウト */
.mod__column {
  *zoom: 1;
}
.mod__column:after {
  content: "";
  display: table;
  clear: both;
}
.mod__column.__two {
  margin-left: -25px;
  margin-right: -25px;
}
.mod__column.__two .mod__column__item {
  width: 50%;
  padding: 0 25px;
}
.mod__column.__two.__narrow {
  margin-left: 135px;
  margin-right: 135px;
}
.mod__column.__three {
  margin-left: -25px;
  margin-right: -25px;
}
.mod__column.__three .mod__column__item {
  width: 33.3%;
  padding: 0 25px;
}
.mod__column.__four {
  margin-left: -25px;
  margin-right: -25px;
}
.mod__column.__four .mod__column__item {
  width: 25%;
  padding: 0 25px;
}
.mod__column.__four.__narrow {
  margin-left: -10px;
  margin-right: -10px;
}
.mod__column.__four.__narrow .mod__column__item {
  padding: 0 10px;
}
.mod__column.__five {
  margin-left: -15px;
  margin-right: -15px;
}
.mod__column.__five .mod__column__item {
  width: 20%;
  padding: 0 15px;
}

.mod__column__item {
  float: left;
}
.mod__column__item > img {
  display: block;
  margin: 0 auto 10px;
}
.mod__column__item.__arrow-r {
  position: relative;
}
.mod__column__item.__arrow-r:after {
  content: "";
  position: absolute;
  right: -18px;
  top: 50%;
  margin-top: -70px;
  width: 36px;
  height: 70px;
  background-image: url(../images/common/icon_flow-r.png);
}

.mod__column__left {
  float: left;
  margin-right: 30px;
}
.mod__column__left.__m-l {
  margin-right: 50px;
}

.mod__column__right {
  float: right;
  margin-left: 30px;
}
.mod__column__right.__m-l {
  margin-left: 50px;
}

.mod__column__txt {
  overflow: hidden;
}
.mod__column__txt.__overflow {
  overflow: inherit;
}

/* テーブルレイアウト */
.mod__d-table {
  display: table;
  width: 100%;
}

.mod__d-table__cell {
  display: table-cell;
  vertical-align: middle;
}

/* ボーダーボックス */
.mod__label-bor {
  position: relative;
  padding: 15px 5px;
  text-align: center;
  background-color: #fff;
  border: solid 8px #cf1225;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.75;
}
.mod__label-bor span {
  color: #cf1225;
}
.mod__label-bor small {
  display: block;
  font-size: 16px;
}
.mod__label-bor.__s, .mod__label-bor.__m {
  border-width: 2px;
  color: #cf1225;
}
.mod__label-bor.__s {
  font-size: 16px;
}
.mod__label-bor.__m {
  font-size: 20px;
}
.mod__label-bor.__l {
  font-size: 26px;
}
.mod__label-bor.__relation:after {
  position: absolute;
  width: 50px;
  height: 8px;
  background-color: #cf1225;
  top: 50%;
  margin-top: -4px;
  right: -58px;
  content: "";
}

/* サークル */
.mod__circle {
  position: relative;
  width: 100%;
  height: 0;
  margin-bottom: 1em;
  padding-bottom: 100%;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  line-height: 1.6;
}
.mod__circle small {
  display: inline-block;
  border-radius: 5px;
  color: #cf1225;
  margin-bottom: 10px;
  padding: 0 10px;
  font-size: 24px;
  background-color: #fff;
}
.mod__circle.__arrow-r:after {
  content: "";
  position: absolute;
  right: -40px;
  top: 50%;
  margin-top: -16px;
  border-left: solid 26px #cf1225;
  border-top: solid 16px transparent;
  border-bottom: solid 16px transparent;
}
.mod__circle:before {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #cf1225;
  border-radius: 100%;
  z-index: 0;
}

.mod__circle__in {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}

/* フッターボタン */
.mod__foot-btn {
  *zoom: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mod__foot-btn:after {
  content: "";
  display: table;
  clear: both;
}

.mod__foot-btn__item {
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  text-align: center;
}

.mod__foot-btn__item__link {
  display: block;
  height: 60px;
  line-height: 60px;
  color: #fff;
  background-color: #cf1225;
}
.mod__foot-btn__item__link.__mm {
  background-color: #575757;
}
.mod__foot-btn__item__link:hover {
  text-decoration: none;
}

.balloon-box {
	width:100%;
	overflow: hidden;
}

.balloon-box_l {
	float: left;
	width:80%;
}

.balloon-box_r {
	float: right;
	width:20%;
}

.balloon1-right {
	position: relative;
	display: inline-block;
	margin: 0 0px 20px 0;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 100%;
	color: #555;
	background: #E7E7E7;
	border: 1px solid #E7E7E7;

	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;

}

.balloon1-right:before{
}

.balloon1-right p {
	margin: 0;
	padding: 0;
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
第2階層 index
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.mod__index {
  *zoom: 1;
  max-width: 1000px;
  padding: 0 30px;
  margin: -70px auto 0;
}
.mod__index:after {
  content: "";
  display: table;
  clear: both;
}

.mod__index__item {
  margin-top: 20px;
  float: left;
  width: 33.3%;
}


.mod__index__item a {
  display: block;
  padding-bottom: 30px;
  background-color: #fff;
}


.mod__index__item a:hover {
  text-decoration: none;
}
.mod__index__item.__gy a {
  background-color: #999;
  color: #fff;
}

.mod__index__item__in {
  margin: 30px 0 0;
  padding: 0 30px;
  border-left: solid 1px #e7e7e7;
}

.mod__index__item.__gy .mod__index__item__in,
.mod__index__item:nth-of-type(3n+1) .mod__index__item__in {
  border-left: none;
}

.mod__index__item__title {
  font-size: 20px;
  line-height: 1.4;
}

.mod__index__item__txt {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.75;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
service
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* mieruca */
.mod__mieruca-concept-icon {
  margin-bottom: 1.5em;
  padding: 30px 20px 20px;
  background-color: #fff;
  border: solid 2px #cf1225;
  text-align: center;
}
.mod__mieruca-concept-icon figcaption {
  margin-top: 2em;
  font-size: 19px;
  color: #cf1225;
  font-weight: bold;
}

.mod__mieruca-concept-icon {
  margin-bottom: 1.5em;
  padding: 30px 20px 20px;
  background-color: #fff;
  border: solid 2px #cf1225;
  text-align: center;
}
.mod__mieruca-concept-icon figcaption {
  margin-top: 2em;
  font-size: 19px;
  color: #cf1225;
  font-weight: bold;
}

.mod__mieruca-support-icon {
  position: relative;
  padding-top: 160px;
}
.mod__mieruca-support-icon:before {
  content: "";
  width: 150px;
  height: 150px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -75px;
  background-image: url(../images/service/mieruca/icon_support.png);
}
.mod__mieruca-support-icon.__icon1:before {
  background-position: 0 0;
}
.mod__mieruca-support-icon.__icon2:before {
  background-position: -150px 0;
}
.mod__mieruca-support-icon.__icon3:before {
  background-position: -300px 0;
}
.mod__mieruca-support-icon.__icon4:before {
  background-position: -450px 0;
}
.mod__mieruca-support-icon.__icon5:before {
  background-position: -600px 0;
}
.mod__mieruca-support-icon.__icon6:before {
  background-position: -750px 0;
}

/* contents */
.mod__contents__why {
  position: relative;
  margin-bottom: 2em;
  padding: 10px 10px 10px 170px;
  border-top: solid 2px #cf1225;
  border-bottom: solid 2px #cf1225;
  font-size: 20px;
  color: #cf1225;
}
.mod__contents__why span {
  position: absolute;
  bottom: 0;
  left: 40px;
  width: 100px;
  height: 50px;
  line-height: 50px;
  border-radius: 70px 70px 0 0;
  background-color: #cf1225;
  text-align: center;
  content: "";
  color: #fff;
  font-size: 26px;
}

.mod__contents__value {
  margin-bottom: 1em;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
  border: solid 3px #cf1225;
  font-size: 22px;
  font-weight: bold;
  color: #cf1225;
  text-align: center;
  line-height: 1.75;
}
.mod__contents__value span {
  border-bottom: dotted 2px #cf1225;
}

.mod__content__step {
  position: relative;
  margin-bottom: 140px;
}
.mod__content__step:after {
  content: "";
  width: 70px;
  height: 36px;
  position: absolute;
  left: 50%;
  bottom: -70px;
  margin-left: -35px;
  background-image: url(../images/common/icon_flow.png);
}
.mod__content__step:nth-last-of-type(1) {
  margin-bottom: 0;
}
.mod__content__step:nth-last-of-type(1):after {
  display: none;
}

.mod_contents__step__list {
  margin-bottom: 3em;
  border-top: solid 2px #cf1225;
  border-bottom: solid 2px #cf1225;
}

.mod_contents__step__list__item {
  padding: 10px;
  border-top: dashed 1px #cf1225;
  text-align: center;
  font-weight: bold;
  line-height: 1.75;
}
.mod_contents__step__list__item:first-child {
  border-top: none;
}

.mod__contents__future {
  position: relative;
  display: table;
  width: 250px;
  margin-left: 10px;
  margin-right: 60px;
}
.mod__contents__future:before, .mod__contents__future:after {
  content: "";
  height: 2px;
  width: 270px;
  position: absolute;
  left: -10px;
  background-color: #cf1225;
}
.mod__contents__future:before {
  top: 0;
}
.mod__contents__future:after {
  bottom: 0;
}
.mod__contents__future span {
  display: table-cell;
  height: 200px;
  padding: 0 20px;
  background-color: #fff;
  text-align: center;
  color: #cf1225;
  font-size: 20px;
  font-weight: bold;
  line-height: 2.2;
  vertical-align: middle;
}

/* ppc */
.mod__ppc__label {
  *zoom: 1;
  margin: 0 -20px 2em;
}
.mod__ppc__label:after {
  content: "";
  display: table;
  clear: both;
}

.mod__ppc__label__item {
  float: left;
  width: 33.3%;
  padding: 0 20px;
}
.mod__ppc__label__item span {
  display: block;
  background-color: #fff;
  height: 80px;
  color: #cf1225;
  line-height: 80px;
  font-size: 21px;
  text-align: center;
}

.mod__ppc_result {
  text-align: center;
}

.mod__ppc_result__title {
  position: relative;
  display: inline-block;
  padding: 5px 100px 10px;
  border: solid 2px #cf1225;
  border-top: none;
  border-radius: 0 0 10px 10px;
  color: #cf1225;
  font-weight: bold;
}
.mod__ppc_result__title:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -4px;
  bottom: -16px;
  border-top: solid 16px #cf1225;
  border-left: solid 8px transparent;
  border-right: solid 8px transparent;
}

.mod__ppc_result__list {
  margin-top: 50px;
}
.mod__ppc_result__list ul {
  border-top: dashed 1px #000;
}
.mod__ppc_result__list li {
  padding: 20px 0;
  border-bottom: dashed 1px #000;
}

/* website */
.mod__flow__arrow {
  position: relative;
  margin-top: 90px;
}
.mod__flow__arrow:after {
  content: "";
  position: absolute;
  left: 50%;
  top: -58px;
  margin-left: -8px;
  border-top: solid 26px #cf1225;
  border-left: solid 16px transparent;
  border-right: solid 16px transparent;
}
.mod__flow__arrow:before {
  content: "";
  position: absolute;
  top: -45px;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #000;
}
.mod__flow__arrow.__red {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.mod__flow__arrow.__red:before {
  height: 2px;
  top: -58px;
  background-color: #cf1225;
}

.mod__website__flow {
  position: relative;
}

.mod__website__flow__item {
  *zoom: 1;
  position: relative;
  margin-bottom: 120px;
}
.mod__website__flow__item:after {
  content: "";
  display: table;
  clear: both;
}
.mod__website__flow__item dt {
  float: left;
  width: 45%;
  margin-right: 40px;
  padding: 20px 30px;
  background-color: #cf1225;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
.mod__website__flow__item dd.mod__page-txt {
  margin-bottom: 0;
  overflow: hidden;
}
.mod__website__flow__item:before {
  content: "";
  position: absolute;
  bottom: -60px;
  left: 19%;
  width: 70px;
  height: 36px;
  background: url(../images/common/icon_flow.png);
}
.mod__website__flow__item.__last {
  margin-bottom: 150px;
}
.mod__website__flow__item.__last dt {
  float: none;
  width: 100%;
  margin-bottom: 1em;
  text-align: center;
}
.mod__website__flow__item.__last:after {
  display: block;
  height: 1px;
  width: 100%;
  content: "";
  position: absolute;
  left: 0;
  bottom: -30px;
  background-color: #000;
}
.mod__website__flow__item.__last:before {
  left: 50%;
  bottom: -110px;
  margin-left: -35px;
}

/* buy-and-sell */
.mod__b-a-s__merit {
  display: table;
  width: 100%;
  margin-bottom: 2em;
}

.mod__b-a-s__merit__title,
.mod__b-a-s__merit__list {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}

.mod__b-a-s__merit__title {
  text-align: center;
}
.mod__b-a-s__merit__title span {
  position: relative;
  display: inline-block;
  height: 160px;
  padding: 30px 30px 30px 50px;
  background-color: #cf1225;
  text-align: center;
  color: #fff;
  font-size: 28px;
}
.mod__b-a-s__merit__title span small {
  font-size: 19px;
}
.mod__b-a-s__merit__title span:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -80px;
  right: -40px;
  border-left: solid 40px #cf1225;
  border-top: solid 80px transparent;
  border-bottom: solid 80px transparent;
}

.mod__b-a-s__merit__list {
  width: 100%;
  display: block;
  margin-bottom: 1em;
  padding: 10px 20px;
  border: solid 3px #cf1225;
  color: #cf1225;
  font-weight: bold;
  line-height: 1.75;
}
.mod__b-a-s__merit__list:nth-last-of-type {
  margin-top: 0;
}

/* flow */
.mod__flow__title {
  position: relative;
  margin: 0 auto 2.5em;
  color: #cf1225;
  font-weight: bold;
  line-height: 1.75;
  text-align: center;
}
.mod__flow__title span {
  display: block;
  padding: 10px 20px;
  background-color: #fff;
  border: solid 2px #cf1225;
}
.mod__flow__title.__transparent span {
  background-color: transparent;
}
.mod__flow__title:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -16px;
  margin-left: -10px;
  border-top: solid 16px #cf1225;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
}
.mod__flow__title.__no-arrow:after {
  display: none;
}

.mod__flow__list {
  display: table;
  width: 37%;
  margin-right: 50px;
  margin-bottom: 2em;
  border: solid 3px #cf1225;
  background-color: #fff;
}

.mod__flow__list__num,
.mod__flow__list__title {
  display: table-cell;
  vertical-align: middle;
}

.mod__flow__list__num {
  width: 50px;
  background-color: #cf1225;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 26px;
}

.mod__flow__list__title {
  padding: 10px 20px;
  font-weight: bold;
  color: #cf1225;
  line-height: 1.4;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
background
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* craftsman */
.mod__craftmans__label__title {
  position: relative;
  background-color: #cf1225;
  border: solid 8px #cf1225;
  text-align: center;
}
.mod__craftmans__label__title dt {
  padding: 40px 10px;
  background-color: #fff;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
}
.mod__craftmans__label__title dd {
  padding: 10px 0 0;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
.mod__craftmans__label__title.__relation:after {
  position: absolute;
  width: 50px;
  height: 26px;
  background-color: #cf1225;
  top: 50%;
  margin-top: -13px;
  right: -58px;
  content: "";
}

.mod__craftmans__label__list {
  margin-top: 20px;
}
.mod__craftmans__label__list li {
  margin-top: 10px;
  padding: 10px;
  text-align: center;
  background-color: #fff;
  font-weight: bold;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
customer
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.mod__customer__index {
  display: table;
  width: 100%;
}

.mod__customer__index__title,
.mod__customer__index__lists {
  display: table-cell;
  vertical-align: middle;
}

.mod__customer__index__title {
  padding-right: 90px;
  white-space: nowrap;
}
.mod__customer__index__title span {
  position: relative;
  display: inline-block;
  height: 140px;
  padding: 0 20px;
  background-color: #cf1225;
  text-align: center;
  color: #fff;
  font-size: 28px;
  line-height: 140px;
}
.mod__customer__index__title span:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -70px;
  right: -40px;
  border-left: solid 40px #cf1225;
  border-top: solid 70px transparent;
  border-bottom: solid 70px transparent;
}

.mod__customer__index__list {
  display: table;
  width: 100%;
  margin-top: 1em;
  border: solid 3px #cf1225;
  background-color: #fff;
}
.mod__customer__index__list a {
  color: #cf1225;
}

.mod__customer__index__list__num,
.mod__customer__index__list__title {
  display: table-cell;
  vertical-align: middle;
}

.mod__customer__index__list__num {
  width: 50px;
  background-color: #cf1225;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 26px;
}

.mod__customer__index__list__title {
  padding: 10px 20px;
  font-weight: bold;
  color: #cf1225;
  line-height: 1.4;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
company
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* message */
.mod__message__title {
  margin-bottom: 2em;
  font-size: 26px;
  font-weight: bold;
  color: #cf1225;
}
.mod__message__title span {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: solid 3px #cf1225;
}

/* outline */
.mod__outline-tbl {
  width: 100%;
}
.mod__outline-tbl th,
.mod__outline-tbl td {
  padding: 20px;
  border: solid 1px #000;
  font-size: 15px;
  line-height: 2;
  vertical-align: middle;
}
.mod__outline-tbl th {
  width: 200px;
  background-color: #cf1225;
  color: #fff;
  font-weight: normal;
}
.mod__outline-tbl td {
  background-color: #fff;
}
.mod__outline-tbl iframe {
  max-width: 100%;
}

.mod__outline-ph {
  *zoom: 1;
  margin: 0 -10px;
}
.mod__outline-ph:after {
  content: "";
  display: table;
  clear: both;
}
.mod__outline-ph > li {
  float: left;
  width: 75%;
  padding: 0 10px;
}
.mod__outline-ph > li:first-child {
  width: 25%;
}
.mod__outline-ph > li ul {
  *zoom: 1;
  margin: 0 -10px;
}
.mod__outline-ph > li ul:after {
  content: "";
  display: table;
  clear: both;
}
.mod__outline-ph > li ul li {
  float: left;
  width: 50%;
  padding: 0 10px;
}

/* staff */
.mod__staff__title {
  margin-bottom: 1em;
  font-size: 22px;
  text-align: center;
  line-height: 1.75;
}
.mod__staff__title small {
  display: block;
  font-size: 10px;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
download
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.mod__download-btn {
  position: relative;
}
.mod__download-btn.__s {
  padding-right: 60px;
}
.mod__download-btn.__s .mod__download-btn__item {
  width: 40px;
  height: 47px;
  padding-top: 0;
  text-indent: -9998em;
  background-size: 100% auto;
}

.mod__download-btn__item {
  position: absolute;
  width: 100px;
  right: 0;
  bottom: 0.5em;
  padding-top: 110px;
  background-image: url(../images/download/icon_pdf.png);
  background-repeat: no-repeat;
  background-position: 50% 0;
  text-align: center;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
faq
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.mod__faq__q {
  position: relative;
  margin-top: 2em;
  margin-bottom: 2em;
  padding-top: 100px;
  padding-bottom: 10px;
  border-bottom: solid 3px #cf1225;
  font-weight: bold;
  color: #cf1225;
  font-size: 22px;
  line-height: 1.35;
}
.mod__faq__q:before {
  content: "";
  width: 64px;
  height: 64px;
  top: 0;
  left: 0;
  position: absolute;
  background-image: url(../images/faq/icon_q.png);
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
contact
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.mod__contact__title {
  text-align: center;
}
.mod__contact__title dt {
  font-size: 64px;
  font-weight: bold;
  color: #cf1225;
}

.mod__contact__txt {
  margin-top: -50px;
}

#crmWebToEntityForm {
  width: 100% !important;
}

.mod__contact__form {
  padding: 30px 50px;
  background-color: #fff;
}
.mod__contact__form table {
  width: 100% !important;
}
.mod__contact__form tr:first-child {
  display: none;
}
.mod__contact__form td {
  display: block;
  padding: 0 !important;
  line-height: 1.75 !important;
  font-size: 18px !important;
  vertical-align: top !important;
}
.mod__contact__form tr {
  position: relative;
  display: block;
  padding: 30px 0;
  border-bottom: dotted 1px #000 !important;
  *zoom: 1;
}
.mod__contact__form tr:after {
  content: "";
  display: table;
  clear: both;
}
.mod__contact__form tr:last-child {
  border: none !important;
}
.mod__contact__form tr:last-child td:first-child {
  position: static !important;
  width: 100% !important;
}
.mod__contact__form td {
  width: auto !important;
  margin-left: 270px !important;
}
.mod__contact__form td:first-child {
  position: absolute !important;
  width: 250px !important;
  margin-left: 0 !important;
}
.mod__contact__form td:nth-of-type(3) {
  margin-top: 10px !important;
  font-size: 14px !important;
}
.mod__contact__form select {
  appearance: none !important;
  -webkit-appearance: none !important;
  width: 70% !important;
  padding: 15px !important;
  height: 190px !important;
  outline: none !important;
  background-color: transparent !important;
  border: solid 3px #cf1225 !important;
}
.mod__contact__form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
}
.mod__contact__form input[type="tel"],
.mod__contact__form input[type="email"],
.mod__contact__form input[type="url"],
.mod__contact__form input[type="text"],
.mod__contact__form textarea {
  -webkit-transition: 0.3s;
          transition: 0.3s;
}
.mod__contact__form input[type="tel"]:focus,
.mod__contact__form input[type="email"]:focus,
.mod__contact__form input[type="url"]:focus,
.mod__contact__form input[type="text"]:focus,
.mod__contact__form textarea:focus {
  background-color: #f0f0f0 !important;
}
.mod__contact__form input[type="text"],
.mod__contact__form textarea {
  appearance: none !important;
  -webkit-appearance: none !important;
  border: solid 3px #cf1225 !important;
  border-radius: 0 !important;
  width: 100% !important;
  padding: 10px !important;
  background-color: #fff !important;
  outline: none !important;
}
.mod__contact__form textarea {
  height: 240px !important;
}
.mod__contact__form input[type="radio"] {
  margin-right: 10px;
  outline: none;
  vertical-align: middle;
}
.mod__contact__form input[type="submit"] {
  -webkit-transition: 0.3s !important;
          transition: 0.3s !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  border-radius: 0 !important;
  display: block !important;
  margin: 0 auto !important;
  width: 470px !important;
  height: 60px !important;
  line-height: 60px !important;
  padding: 0px 20px !important;
  background-color: #cf1225 !important;
  border: none !important;
  color: #fff !important;
  font-size: 20px !important;
  outline: none !important;
}
.mod__contact__form input[type="submit"]:hover {
  opacity: 0.7 !important;
}
.mod__contact__form input[type="reset"] {
  display: none !important;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
sitemap
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.mod__sitemap__list__child {
  position: relative;
  float: left;
  width: 40%;
}

.mod__sitemap__list__item {
  *zoom: 1;
  margin-bottom: 1em;
}
.mod__sitemap__list__item:after {
  content: "";
  display: table;
  clear: both;
}

.mod__sitemap__list__item > a {
  display: block;
  float: left;
  width: 40%;
  margin-right: 20%;
}

.mod__sitemap__list__child__item {
  position: relative;
  margin-bottom: 1em;
}
.mod__sitemap__list__child__item:before {
  content: "";
  position: absolute;
  left: -25%;
  top: 50%;
  margin-top: -1.5px;
  width: 25%;
  height: 3px;
  background-color: #000;
  z-index: 0;
}
.mod__sitemap__list__child__item:after {
  content: "";
  position: absolute;
  left: -25%;
  top: -50%;
  width: 3px;
  height: 200%;
  background-color: #000;
  z-index: 0;
}
.mod__sitemap__list__child__item:first-child:before {
  width: 50%;
  left: -50%;
}
.mod__sitemap__list__child__item:first-child:after {
  height: 100%;
  top: 50%;
}
.mod__sitemap__list__child__item:last-child:after {
  height: 100%;
  top: auto;
  bottom: 50%;
}

.mod__sitemap__list__item > a,
.mod__sitemap__list__child__item > a {
  position: relative;
  display: block;
  padding: 15px 5px;
  border: solid 3px #cf1225;
  background-color: #fff;
  text-align: center;
  color: #cf1225;
  font-weight: bold;
  z-index: 1;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
post
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.mod__post {
  float: left;
  width: 100%;
  margin-right: -240px;
}

.mod__post__in {
  margin: 50px 270px 0 0;
  padding-bottom: 100px;
}

.mod__post-aside {
  float: right;
  width: 240px;
  padding: 80px 0 100px;
  background-color: #cf1225;
}

.mod__post__cat-icon {
  display: inline-block;
  overflow: hidden;
  margin-right: 10px;
  width: 60px;
  height: 16px;
  line-height: 20px;
  font-family: "SFMoviePoster", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.1em;
  font-style: normal;
  font-size: 13px;
  background-color: #aaa;
  vertical-align: middle;
  text-align: center;
  letter-spacing: 0.05em;
}
.mod__post__cat-icon.__topics {
  background-color: #ff7baa;
}
.mod__post__cat-icon.__press_release {
  background-color: #2D98E0;
}
.mod__post__cat-icon.__seminar {
  background-color: #8AC43F;
}
.mod__post__cat-icon.__lecture {
  background-color: #00A79B;
}
.mod__post__cat-icon.__mass_media {
  background-color: #FFC743;
}

.mod__post-aside__item {
  border-top: solid 1px #fff;
  font-size: 12px;
  line-height: 1.75;
}
.mod__post-aside__item:nth-of-type(1) {
  border-top: none;
}

.mod__post-aside__item__title {
  padding: 10px 20px;
}

.mod__post-aside__item__list {
  border-top: solid 1px #fff;
  padding: 20px;
  color: #fff;
}
.mod__post-aside__item__list a {
  color: #fff;
}
.mod__post-aside__item__list li {
  margin-top: 10px;
}
.mod__post-aside__item__list li:first-child {
  margin-top: 0;
}
.mod__post-aside__item__list.__category {
  font-size: 10px;
}
.mod__post-aside__item__list.__recently li {
  margin: 0;
  border-top: dotted 1px #fff;
  padding: 10px 0;
}
.mod__post-aside__item__list.__recently li:first-child {
  padding-top: 0;
  border-top: none;
}

.mod__post__item {
  margin-bottom: 100px;
}

.mod__post__item__title {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: solid 3px #cf1225;
  color: #cf1225;
  font-size: 22px;
  line-height: 1.4;
  font-weight: bold;
}
.mod__post__item__title a {
  color: #cf1225;
}

.mod__post__item__time {
  display: block;
  margin-top: 30px;
  font-size: 14px;
}

.mod__post__item__cat {
  font-size: 12px;
}
.mod__post__item__cat li {
  margin-top: 10px;
}

.mod__post__item__body {
  *zoom: 1;
  margin-top: 30px;
  font-size: 14px;
}
.mod__post__item__body:after {
  content: "";
  display: table;
  clear: both;
}
.mod__post__item__body a {
  color: #cf1225;
  text-decoration: underline;
}
.mod__post__item__body a:hover {
  text-decoration: none;
}
.mod__post__item__body h1, .mod__post__item__body h3, .mod__post__item__body h4, .mod__post__item__body h5, .mod__post__item__body h6 {
  margin-bottom: 1em;
  font-weight: bold;
  line-height: 1.4;
}
.mod__post__item__body h2 {
  margin-bottom: 2em;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  background-color: #fff;
  border: solid 3px #cf1225;
  color: #cf1225;
}
.mod__post__item__body h1 {
  font-size: 24px;
}
.mod__post__item__body h3 {
  font-size: 22px;
}
.mod__post__item__body h4 {
  font-size: 20px;
}
.mod__post__item__body h5 {
  font-size: 18px;
}
.mod__post__item__body h6 {
  font-size: 16px;
}
.mod__post__item__body p {
  *zoom: 1;
  margin-bottom: 1em;
  line-height: 2;
}
.mod__post__item__body p:after {
  content: "";
  display: table;
  clear: both;
}
.mod__post__item__body ul, .mod__post__item__body ol {
  margin-bottom: 1em;
}
.mod__post__item__body ol li {
  list-style-type: decimal;
  margin-left: 1.5em;
  line-height: 1.4;
}
.mod__post__item__body ul li {
  list-style-type: disc;
  margin-left: 1.5em;
  line-height: 1.4;
}
.mod__post__item__body img {
  max-width: 100%;
  height: auto;
}
.mod__post__item__body img.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.mod__post__item__body img.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
.mod__post__item__body img.aligncenter {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.mod__post__item__body table {
  width: 100%;
  margin-bottom: 1em;
  background-color: #fff;
}
.mod__post__item__body th,
.mod__post__item__body td {
  padding: 10px;
  line-height: 1.4;
  font-size: 14px;
  vertical-align: middle;
  border: solid 1px #e7e7e7;
}
.mod__post__item__body th {
  background-color: #f0f0f0;
}

.mod__post__item__body__image {
  margin-bottom: 2em;
}
.mod__post__item__body__image.__two {
  *zoom: 1;
  margin: 0 -10px 2em;
}
.mod__post__item__body__image.__two:after {
  content: "";
  display: table;
  clear: both;
}
.mod__post__item__body__image.__two figure {
  float: left;
  width: 50%;
  padding: 0 10px;
  text-align: center;
}
.mod__post__item__body__image.__fr {
  margin-bottom: 1em;
  float: right;
  width: 50%;
  margin-left: 10px;
  padding-left: 10px;
}
.mod__post__item__body__image.__fl {
  margin-bottom: 1em;
  width: 50%;
  float: left;
  margin-right: 10px;
  padding-right: 10px;
}

.mod__post__footer {
  margin-top: 100px;
}

.mod__post__footer__btn {
  *zoom: 1;
  margin: 0 -10px;
}
.mod__post__footer__btn:after {
  content: "";
  display: table;
  clear: both;
}

.mod__post__footer__btn__item {
  float: left;
  width: 50%;
  height: 40px;
  padding: 0 10px;
  font-size: 12px;
}
.mod__post__footer__btn__item a {
  display: block;
  line-height: 40px;
  border: solid 1px #cf1225;
  color: #cf1225;
}
.mod__post__footer__btn__item dl {
  position: relative;
}
.mod__post__footer__btn__item dt {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  padding: 0 10px;
  border-right: solid 1px #cf1225;
}
.mod__post__footer__btn__item dd {
  position: relative;
  display: block;
  height: 40px;
  margin-left: 80px;
  padding-left: 10px;
  padding-right: 2em;
  overflow: hidden;
}
.mod__post__footer__btn__item dd:after, .mod__post__footer__btn__item dd:before {
  position: absolute;
  background-color: #e7e7e7;
}
.mod__post__footer__btn__item dd:before {
  content: "...";
  right: 1em;
  top: 0;
}
.mod__post__footer__btn__item dd:after {
  content: "";
  height: 100%;
  width: 100%;
}
.mod__post__footer__btn__item.__next dt {
  left: auto;
  right: 0;
  border-right: none;
  border-left: solid 1px #cf1225;
}
.mod__post__footer__btn__item.__next dd {
  margin-left: 0;
  margin-right: 80px;
}

.wp-pagenavi {
  margin: -5px;
  font-size: 0;
  text-align: center;
}
.wp-pagenavi span,
.wp-pagenavi a {
  -webkit-transition: 0.3s;
          transition: 0.3s;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 5px;
  border: solid 1px #cf1225;
  color: #cf1225;
  line-height: 40px;
  font-size: 12px;
  text-align: center;
}
.wp-pagenavi span,
.wp-pagenavi a:hover {
  background-color: #cf1225;
  color: #fff;
  text-decoration: none;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　home
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.mod__home {
  position: relative;
  height: 0;
  margin: -1px;
  padding-bottom: 69.5%;
}

.mod__home__item {
  position: absolute;
  margin: -1px;
  padding: 1px;
  background-color: #f0f0f0;
  background-size: cover;
  background-position: 50% 50%;
}
.mod__home__item.__main {
  left: 0;
  top: 0;
  width: 50%;
  height: 64%;
  color: #575757;
}
.mod__home__item.__l {
  width: 50%;
  height: 36%;
}
.mod__home__item.__m {
  width: 17%;
  height: 18%;
}
.mod__home__item.__s {
  width: 25%;
  height: 28%;
}
.mod__home__item.__kenichi {
	display:block;
    width: 50%;
    height: 8%;
    left: 0;
    top: 64%;
    background-image: url(../images/home/kenichi.png);
}
.mod__home__item.__newslist {
  width: 50%;
  height: 18%;
  left: 50%;
  top: 54%;
  background-color: #8c8c8c;
}
.mod__home__item.__service {
  left: 50%;
  top: 0;
  background-image: url(../images/home/img_service.jpg);
}
.mod__home__item.__background {
  left: 67%;
  top: 0;
  background-image: url(../images/home/img_background.jpg);
}
.mod__home__item.__interview {
  width: 16%;
  left: 84%;
  top: 0;
  background-image: url(../images/home/img_interview.jpg);
}
.mod__home__item.__mieruca {
  left: 50%;
  top: 18%;
  background-image: url(../images/home/img_mieruca.jpg);
}
.mod__home__item.__customer {
  left: 0%;
  top: 72%;
  background-image: url(../images/home/img_customer.jpg);
}
.mod__home__item.__company {
  left: 25%;
  top: 72%;
  background-image: url(../images/home/img_company.jpg);
}
.mod__home__item.__news {
  left: 50%;
  top: 72%;
  background-image: url(../images/home/img_seo.jpg);
}
.mod__home__item.__recruit {
  left: 75%;
  top: 72%;
  background-image: url(../images/home/img_recruit.jpg);
}

.mod__home__item__in {
  display: table;
  width: 100%;
  height: 100%;
}

.mod__home__item__in.h75{
height:75%;
}

.mod__home__item__in__box {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.mod__home__item__in__box:hover {
  text-decoration: none;
}

.mod__home_item__logo span {
  display: block;
  width: 360px;
  height: 120px;
  margin: 10px auto 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(../images/common/logo@2x.png);
  text-indent: -9998em;
}

.mod__home_item__copy {
  margin-top: 5%;
  font-size: 46px;
  /* padding-left: 0.5em; */
  letter-spacing: 1em;
}

.mod__home_item__txt {
  margin-top: 5%;
  margin-left: auto;
  margin-right: auto;
  max-width: 80%;
  text-align: left;
  line-height: 2;
  font-size: 14px;
}

.mod__home_item__title {
  color: #fff;
  font-size: 25px;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.mod__home__item__list {
  display: table-cell;
  padding: 0 80px;
  vertical-align: middle;
}

.mod__home__item__list__item {
  *zoom: 1;
  margin-top: 20px;
  line-height: 1.5;
}
.mod__home__item__list__item:after {
  content: "";
  display: table;
  clear: both;
}
.mod__home__item__list__item:first-child {
  margin-top: 0;
}
.mod__home__item__list__item i {
  position: relative;
  display: block;
  margin-right: 10px;
  float: left;
  width: 70px;
  height: 18px;
  line-height: 21px;
  background: #cf1225;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-family: "SFMoviePoster", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.1em;
  letter-spacing: 0.05em;
  vertical-align: middle;
}
.mod__home__item__list__item time {
  display: block;
  margin-right: 10px;
  float: left;
  font-size: 12px;
}
.mod__home__item__list__item a {
  position: relative;
  display: block;
  color: #fff;
  overflow: hidden;
  height: 18px;
  padding-right: 1em;
  font-size: 12px;
}
.mod__home__item__list__item a:after, .mod__home__item__list__item a:before {
  position: absolute;
  background-color: #8c8c8c;
}
.mod__home__item__list__item a:before {
  content: "...";
  right: 0;
  top: 0;
}
.mod__home__item__list__item a:after {
  content: "";
  height: 100%;
  width: 100%;
}

.mod__home__item__in__ma{
background-color:#838383;
width:100%;
height:25%;
min-height:45px;
display: table;
padding:0 80px;
}
@media screen and (max-width:1279px){
.mod__home__item__in__ma{
padding:0 40px;
}
}
@media screen and (max-width:767px){
.mod__home__item__in__ma{
padding:0 30px;
}
}
.mod__home__item__in__ma__inner{
vertical-align: middle;
display: table-cell;
font-size:12px;
}
.mod__home__item__in__ma__inner li a{
color:#fff;
text-decoration:none;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
search
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.mod__search-result__item {
  margin-bottom: 4em;
}

.mod__search-result__item__title {
  margin-bottom: 1em;
  line-height: 1.4;
  color: #cf1225;
  font-size: 22px;
  font-weight: bold;
}
.mod__search-result__item__title a {
  color: #cf1225;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
interview
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.mod__interview {
  padding: 100px 85px 80px;
  background-color: #fff;
}
.mod__interview a {
  color: #0071BA;
}
.mod__interview a:hover {
  text-decoration: underline;
}

.mod__interview__title {
  margin-bottom: 50px;
  color: #cf1225;
  font-size: 28px;
  line-height: 1.35;
  text-align: center;
}

.mod__interview__part {
  position: relative;
  margin: 50px 0;
  border: solid 2px #cf1225;
}
.mod__interview__part:nth-of-type(1) {
  margin-top: 100px;
}
.mod__interview__part:nth-last-of-type(1) {
  margin-bottom: 100px;
}
.mod__interview__part:before {
  content: "";
  width: 120px;
  height: 120px;
  position: absolute;
  left: 25px;
  top: 25px;
  background-image: url(../images/interview/icon_part.png);
}
.mod__interview__part.__part2:before {
  background-position: -120px 0;
}

.mod__interview__part__title {
  padding: 10px 150px;
  background-color: #cf1225;
  text-align: center;
  font-size: 22px;
  line-height: 1.5;
  color: #fff;
}

.mod__interview__part__content {
  margin: 30px 50px;
}

.mod__interview__part__content + .mod__interview__part__content {
  padding-top: 30px;
  border-top: solid 1px #575757;
}

.mod__interview__part__content__title {
  margin-bottom: 30px;
  margin-right: 100px;
  margin-left: 100px;
  text-align: center;
  font-size: 22px;
  line-height: 2;
}
.mod__interview__part__content__title > span {
  padding-bottom: 5px;
  border-bottom: solid 1px black;
}

.mod__interview__stitle {
  display: table;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 50px;
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
}
.mod__interview__stitle > i,
.mod__interview__stitle > span {
  display: table-cell;
  padding: 10px 30px;
  vertical-align: middle;
}
.mod__interview__stitle > i {
  width: 110px;
  background-color: #cf1225;
  color: #fff;
}
.mod__interview__stitle > span {
  background-color: #e7e7e7;
}

.mod__interview__sstitle {
  margin-top: 100px;
  margin-bottom: 50px;
  padding: 0 30px 20px;
  border: dashed 1px #cf1225;
  border-top: 0;
  border-radius: 0 0 10px 10px;
  font-size: 22px;
  line-height: 1.5;
  color: #cf1225;
  text-align: center;
}

.mod__interview-txt {
  position: relative;
  margin-bottom: 30px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", "メイリオ", Meiryo, serif;
  letter-spacing: 0.05em;
  color: #666;
  text-indent: 5em;
  font-size: 14px;
  line-height: 2.15;
}
.mod__interview-txt:before {
  content: "";
  width: 4em;
  height: 1px;
  background-color: #666;
  position: absolute;
  left: 0;
  top: 13px;
}
.mod__interview-txt.__noline {
  text-indent: 0;
}
.mod__interview-txt.__noline:before {
  display: none;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
pc narrow
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media screen and (max-width: 1279px) {
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  base
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .header__nav {
    *zoom: 1;
    padding-right: 30px;
  }
  .header__nav:after {
    content: "";
    display: table;
    clear: both;
  }

  .header__nav__item > a,
  .header__nav__item > span {
    padding: 0 15px;
  }

  .header__btn__item {
    width: 47px;
    height: 47px;
    float: none;
  }
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
tablet
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media screen and (max-width: 1024px) {
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  base
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .header__btn-nav {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 70px;
    height: 54px;
    background-color: #cf1225;
    background-image: url(../images/common/btn_nav.png);
    text-indent: -9998em;
  }
  .header__btn-nav.on {
    background-position: -70px 0;
  }

  .header {
    height: auto;
  }

  .header__in {
    padding-top: 94px;
  }

  .header__nav-wrap {
    display: none;
    position: relative;
    box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.1);
    z-index: 10;
  }
  .header__nav-wrap.on {
    display: block;
  }

  .header__nav {
    padding: 0;
  }

  .header__nav__item {
    display: block;
    text-align: left;
    font-size: 12px;
  }
  .header__nav__item > a,
  .header__nav__item > span {
    -webkit-transition: 0s;
            transition: 0s;
    position: relative;
    display: block;
    height: auto;
    padding: 15px 70px 15px 30px;
    line-height: 1.4;
    background-color: #e7e7e7;
  }
  .header__nav__item > a:after,
  .header__nav__item > span:after {
    position: absolute;
    content: "";
    right: 20px;
    top: 50%;
    margin-top: -4px;
    border-top: solid 8px #000;
    border-left: solid 6px transparent;
    border-right: solid 6px transparent;
  }
  .header__nav__item > a.on,
  .header__nav__item > span.on {
    background-color: #e7e7e7;
    color: #000;
  }
  .header__nav__item:hover .header__nav__item__child {
    display: inherit;
  }

  .header__nav__item__child {
    position: static;
    left: auto;
    top: auto;
    display: none;
    display: block;
    background-color: #cf1225;
  }
  .header__nav__item__child a:hover {
    text-decoration: none;
  }
  .header__nav__item__child dl {
    display: inherit;
  }
  .header__nav__item__child dl:first-child dt, .header__nav__item__child dl:first-child dd {
    padding-top: 0;
  }
  .header__nav__item__child dt,
  .header__nav__item__child dd {
    display: inherit;
    vertical-align: middle;
    white-space: normal;
  }
  .header__nav__item__child dt {
    padding: 0;
  }
  .header__nav__item__child dt a {
    display: block;
    padding: 15px 70px 15px 30px;
  }
  .header__nav__item__child dt a:after {
    right: 20px;
  }
  .header__nav__item__child dd {
    padding: 0;
  }
  .header__nav__item__child dd a {
    position: relative;
    display: block;
    padding: 15px 70px 15px 30px;
  }
  .header__nav__item__child dd a:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -6px;
    border-left: solid 8px #fff;
    border-top: solid 6px transparent;
    border-bottom: solid 6px transparent;
  }
  .header__nav__item__child ul {
    *zoom: 1;
  }
  .header__nav__item__child ul:after {
    content: "";
    display: table;
    clear: both;
  }
  .header__nav__item__child li {
    float: left;
    width: 50%;
    margin-top: 0px;
  }

  .header__btn {
    -webkit-transition: 0s;
            transition: 0s;
    position: static;
    right: auto;
    top: auto;
  }

  .header__btn__item {
    -webkit-transition: 0s;
            transition: 0s;
    width: auto;
    height: auto;
  }
  .header__btn__item a {
    position: relative;
    width: auto;
    height: auto;
    padding: 15px 25px;
    text-indent: 0em;
    line-height: 1.4;
    font-size: 12px;
    color: #fff;
  }
  .header__btn__item a:hover {
    opacity: 1;
    text-decoration: none;
  }
  .header__btn__item.__fb a {
    background-image: none !important;
  }
  .header__btn__item.__search {
    display: none;
  }

  .header__search {
    border-top: solid 1px #fff;
    -webkit-transition: 0s;
            transition: 0s;
    position: static;
    right: auto;
    top: auto;
    width: auto;
    background-color: #e7e7e7;
    overflow: hidden;
  }
  .header__search.is-on, .header__search.is-focus {
    width: auto;
  }

  .header__search__item__input {
    -webkit-transition: 0s;
            transition: 0s;
    height: auto;
    padding: 10px 40px 10px 10px;
    line-height: 1.4;
  }
  .header__search__item__input:focus {
    background-color: #fff;
  }

  .header__search__item__btn,
  .header__search__item__btn:after {
    width: 40px;
    height: 40px;
  }

  .footer__nav {
    float: none;
  }

  .footer__copyright {
    margin-top: 10px;
    float: none;
  }
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
sp
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media screen and (max-width: 767px) {
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  　reset
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  /* base */
  a {
    -webkit-transition: opacity 0s !important;
            transition: opacity 0s !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
  }
  a:hover {
    opacity: 1 !important;
    filter: alpha(opacity=0) !important;
    text-decoration: none !important;
  }

  /* android font-size fix */
  li, h1, h2, h3, h4, h5, h6, pre, fieldset, input, textarea, p, blockquote, th, td, dt, dd {
    max-height: 100%;
  }

  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  base
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  html {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
  }

  body {
    font-family: sans-serif;
    font-size: 10px;
  }

  .header {
    background-color: #f0f0f0;
  }

  .header__btn-nav {
    right: 15px;
    top: 13px;
    width: 35px;
    height: 27px;
    background-size: auto 100%;
  }
  .header__btn-nav.on {
    background-position: -35px 0;
  }

  .header__in {
    padding-top: 54px;
  }

  .header__logo {
    top: 14px;
    left: 25px;
    width: 55px;
    height: 26px;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }

  .header__nav__item > a,
  .header__nav__item > span {
    padding: 15px 45px 15px 25px;
  }

  .header__nav__item + .header__nav__item {
    border-top: solid 1px #fff;
  }

  .header__nav__item__child dt a {
    padding: 15px 45px 15px 25px;
  }
  .header__nav__item__child dd a {
    padding: 15px 45px 15px 25px;
  }
  .header__nav__item__child li {
    float: none;
    width: auto;
  }

  .footer {
    background-color: #595757;
  }

  .footer__in {
    padding: 0;
  }

  .footer__nav-sp {
    display: block;
    background-color: #f0f0f0;
    padding: 10px 25px;
  }
  .footer__nav-sp li + li {
    border-top: solid 1px #cf1225;
  }
  .footer__nav-sp li {
    font-size: 10px;
  }
  .footer__nav-sp li a {
    display: block;
    padding: 10px 0;
    color: #000;
  }

  .footer__nav {
    padding: 15px 15px 5px;
    float: none;
  }

  .footer__nav__item {
    margin-bottom: 10px;
  }
  .footer__nav__item:first-child {
    border-left: none;
  }
  .footer__nav__item:last-child {
    border-right: none;
  }

  .footer__copyright {
    display: block;
    background-color: #000;
    text-align: center;
    margin-top: 0px;
    padding: 10px 25px;
    float: none;
  }

  #mod__btn-pt {
    -webkit-transition: 0s;
            transition: 0s;
    width: 30px;
    height: 30px;
    right: 15px;
    bottom: 15px;
    background-size: 100%;
    opacity: 0.7 !important;
  }
  #mod__btn-pt:hover {
    opacity: 0.7 !important;
  }
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
pc narrow
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media screen and (max-width: 1279px) {
  .mod__home {
    padding-bottom: 125%;
  }

  .mod__home__item.__main {
    width: 100%;
    height: 48%;
  }
  .mod__home__item.__l {
    width: 25%;
    height: 15%;
  }
  .mod__home__item.__m {
    width: 25%;
    height: 15%;
  }
  .mod__home__item.__s {
    width: 25%;
    height: 15%;
  }
	.mod__home__item.__kenichi {
			width: 100%;
			height: 7%;
			left: 0%;
			top: 63%;
	}
  .mod__home__item.__newslist {
    width: 100%;
    height: 15%;
    left: 0%;
    top: 48%;
  }
  .mod__home__item.__service {
    left: 0%;
    top: 70%;
  }
  .mod__home__item.__background {
    left: 25%;
    top: 70%;
  }
  .mod__home__item.__interview {
    left: 75%;
    top: 70%;
  }
  .mod__home__item.__mieruca {
    left: 50%;
    top: 70%;
  }
  .mod__home__item.__customer {
    left: 0%;
    top: 85%;
  }
  .mod__home__item.__company {
    left: 25%;
    top: 85%;
  }
  .mod__home__item.__news {
    left: 50%;
    top: 85%;
  }
  .mod__home__item.__recruit {
    left: 75%;
    top: 85%;
  }

  .mod__home_item__logo span {
    width: 195px;
    height: 90px;
  }

  .mod__home_item__copy {
    margin-top: 5%;
  }

  .mod__home_item__txt {
    margin-top: 5%;
    max-width: 50%;
  }

  .mod__home__item__list {
    padding: 0 40px;
  }
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
tablet
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media screen and (max-width: 1024px) {
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  　下層ページ共通
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  /* 第2階層 ページサブタイトル */
  .mod__page-subtitle span br {
    display: none;
  }

  /* フロートレイアウト */
  .mod__column.__two, .mod__column.__three, .mod__column.__four, .mod__column.__five {
    margin-left: -15px;
    margin-right: -15px;
  }
  .mod__column.__two .mod__column__item, .mod__column.__three .mod__column__item, .mod__column.__four .mod__column__item, .mod__column.__five .mod__column__item {
    padding: 0 15px;
  }

  .mod__column__item.__arrow-r:after {
    right: -9px;
    margin-top: -55px;
    width: 18px;
    height: 35px;
    background-size: auto 100%;
  }

  .mod__column__left,
  .mod__column__right {
    max-width: 47%;
  }

  /* サークル */
  .mod__circle {
    font-size: 24px;
  }
  .mod__circle.__arrow-r:after {
    right: -25px;
    margin-top: -10px;
    border-left: solid 16px #cf1225;
    border-top: solid 10px transparent;
    border-bottom: solid 10px transparent;
  }

  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  service
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  /* mieruca */
  .mod__mieruca-concept-icon figcaption br {
    display: none;
  }

  /* ppc */
  .mod__ppc__label {
    margin-left: -15px;
    margin-right: -15px;
  }

  .mod__ppc__label__item {
    padding: 0 15px;
  }
  .mod__ppc__label__item span {
    font-size: 18px;
  }

  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  　home
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .mod__home_item__txt {
    max-width: 90%;
  }
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
sp
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media screen and (max-width: 767px) {
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  　module
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  /* hover */
  .mod__opover {
    -webkit-transition: 0s;
            transition: 0s;
  }
  .mod__opover:hover {
    opacity: 1;
  }

  /* ボックス */
  .mod__box-wh {
    padding: 10px;
  }

  /* margin */
  .mod__mt-l {
    margin-top: 3em;
  }

  .mod__mb-l {
    margin-bottom: 3em;
  }

  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  　下層ページ共通
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  /* パンくず h1タグ */
  .mod__tag__in {
    padding: 10px 25px;
  }

  .mod__tag__title {
    margin-bottom: 5px;
    float: none;
    max-width: inherit;
    padding-left: 0;
    text-align: left;
  }

  .mod__tag__breadcrumb {
    float: none;
    max-width: inherit;
    padding-right: 0;
  }

  /* 第2階層タイトル */
  .mod__content-title {
    font-size: 20px;
  }

  /* 第2階層 ページタイトル */
  .mod__page-title {
    height: 24px;
    line-height: 24px;
    font-size: 10px;
  }
  .mod__page-title span {
    display: block;
    min-width: inherit;
    padding: 0;
  }
  .mod__page-title span:before, .mod__page-title span:after {
    display: none;
  }

  /* 第2階層 ページサブタイトル */
  .mod__page-subtitle {
    margin-bottom: 1.5em;
    font-size: 13px;
  }
  .mod__page-subtitle.__s {
    font-size: 12px;
  }
  .mod__page-subtitle small {
    font-size: 10px;
  }
  .mod__page-subtitle span {
    padding-top: 50px;
    border-bottom: solid 1.5px #cf1225;
  }
  .mod__page-subtitle span:before {
    margin-left: -16px;
    width: 32px;
    height: 32px;
    font-size: 13px;
    line-height: 32px;
  }
  .mod__page-subtitle.__num-none span {
    padding-top: 0;
  }
  .mod__page-subtitle.__num-none span:before {
    display: none;
  }

  /* ブロック */
  .mod__content__box {
    position: relative;
    padding: 50px 0 40px;
  }
  .mod__content__box.__nopadding {
    margin-left: -25px;
    margin-right: -25px;
  }
  .mod__content__box.__first {
    padding-top: 60px;
  }
  .mod__content__box.__bg2 {
    padding: 25px 0;
    background-color: #d3d0cb;
  }
  .mod__content__box.__post .mod__content__box__in {
    padding: 0;
  }

  .mod__content__box__in {
    max-width: inherit;
    padding: 0 25px;
  }

  /* 本文 */
  .mod__page-txt-roof {
    height: 25px;
    margin-right: 12.5px;
    padding-left: 12.5px;
    line-height: 25px;
    font-size: 12px;
  }
  .mod__page-txt-roof:after {
    border-bottom: solid 25px #cf1225;
    border-left: solid 12.5px transparent;
    border-right: solid 12.5px transparent;
  }
  .mod__page-txt-roof:after {
    right: -12.5px;
  }

  .mod__page-txt-l {
    font-size: 13px;
  }

  .mod__page-txt-m {
    font-size: 12px;
  }

  .mod__page-txt-xl {
    font-size: 14px;
  }

  .mod__page-txt-xl__icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    font-size: 12px;
    line-height: 18px;
  }

  .mod__page-txt-bor span {
    display: inline-block;
    padding: 10px;
  }

  /* 画像 */
  figure img {
    width: 100%;
  }

  .mod__page-img {
    margin-bottom: 1em;
  }

  .mod__page-img__cap.mod__align-r {
    text-align: left;
  }

  .mod__sp-img__half {
    max-width: 50%;
  }

  .mod__sp-img__athird {
    max-width: 33.3%;
  }

  .mod__sp-img__quarter {
    max-width: 25%;
  }

  /* フロートレイアウト */
  .mod__column.__two, .mod__column.__three, .mod__column.__four, .mod__column.__five {
    margin-left: 0;
    margin-right: 0;
  }
  .mod__column.__two .mod__column__item, .mod__column.__three .mod__column__item, .mod__column.__four .mod__column__item, .mod__column.__five .mod__column__item {
    margin-bottom: 2em;
    width: 100%;
    padding: 0;
  }
  .mod__column.__two.__narrow, .mod__column.__three.__narrow, .mod__column.__four.__narrow, .mod__column.__five.__narrow {
    margin-left: 0;
    margin-right: 0;
  }
  .mod__column.__two.__narrow .mod__column__item, .mod__column.__three.__narrow .mod__column__item, .mod__column.__four.__narrow .mod__column__item, .mod__column.__five.__narrow .mod__column__item {
    padding: 0;
  }

  .mod__column__item {
    float: none;
  }
  .mod__column__item.__arrow-r {
    margin-bottom: 40px !important;
  }
  .mod__column__item.__arrow-r:after {
    right: auto;
    left: 50%;
    margin-left: -17.5px;
    top: auto;
    bottom: -28px;
    margin-top: 0;
    width: 35px;
    height: 18px;
    background-image: url(../images/common/icon_flow.png);
  }

  .mod__column__left {
    max-width: inherit;
    float: none;
    margin-right: 0;
  }
  .mod__column__left.__m-l {
    margin-right: 0;
  }

  .mod__column__right {
    max-width: inherit;
    float: none;
    margin-left: 0;
  }
  .mod__column__right.__m-l {
    margin-left: 0;
  }

  /* テーブルレイアウト */
  .mod__d-table {
    display: table;
    width: 100%;
  }

  .mod__d-table__cell {
    display: table-cell;
    vertical-align: middle;
  }

  /* ボーダーボックス */
  .mod__label-bor {
    padding: 10px 5px;
    font-size: 16px;
    border: solid 6px #cf1225;
  }
  .mod__label-bor small {
    font-size: 10px;
  }
  .mod__label-bor.__s {
    font-size: 10px;
  }
  .mod__label-bor.__m {
    font-size: 12px;
  }
  .mod__label-bor.__l {
    font-size: 15px;
  }
  .mod__label-bor.__relation:after {
    position: absolute;
    width: 6px;
    height: 2em;
    top: auto;
    bottom: -2em;
    right: auto;
    left: 50%;
    margin-top: 0;
    margin-left: -3px;
  }

  /* サークル */
  .mod__circle {
    width: 45%;
    margin: 0 auto 1em;
    padding-bottom: 45%;
    font-size: 14px;
  }
  .mod__circle small {
    margin-bottom: 5px;
    font-size: 13px;
  }
  .mod__circle.__arrow-r {
    margin-bottom: 40px;
  }
  .mod__circle.__arrow-r:after {
    content: "";
    position: absolute;
    right: auto;
    left: 50%;
    top: auto;
    bottom: -36px;
    margin-top: 0;
    margin-left: -8px;
    border-top: solid 16px #cf1225;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
  }

  /* フッターボタン */
  .mod__foot-btn {
    display: block;
  }
  .mod__foot-btn__item {
    float: none;
    width: auto;
  }

  .mod__foot-btn__item + .mod__foot-btn__item {
    margin-top: 10px;
  }

  .mod__foot-btn__item__link {
    height: 40px;
    line-height: 40px;
  }

  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  第2階層 index
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .mod__index {
    padding: 0 25px;
    margin: -45px auto 0;
  }

  .mod__index__item {
    width: 50%;
  }
  .mod__index__item a {
    padding-bottom: 15px;
  }

  .mod__index__item__in {
    margin: 15px 0 0;
    padding: 0 15px;
  }

  .mod__index__item:nth-of-type(3n+1) .mod__index__item__in {
    border-left: solid 1px #e7e7e7;
  }

  .mod__index__item:nth-of-type(2n+1) .mod__index__item__in {
    border-left: none;
  }

  .mod__index__item__title {
    font-size: 12px;
  }

  .mod__index__item__txt {
    font-size: 10px;
  }

  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  service
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  /* mieruca */
  .mod__mieruca-concept-icon {
    padding: 15px;
  }
  .mod__mieruca-concept-icon img {
    display: block;
    width: 50%;
    margin: 0 auto;
  }
  .mod__mieruca-concept-icon figcaption {
    font-size: 12px;
  }

  .mod__mieruca-support-icon {
    padding-top: 85px;
  }
  .mod__mieruca-support-icon:before {
    width: 75px;
    height: 75px;
    margin-left: -37.5px;
    background-size: auto 100%;
  }
  .mod__mieruca-support-icon.__icon1:before {
    background-position: 0 0;
  }
  .mod__mieruca-support-icon.__icon2:before {
    background-position: -75px 0;
  }
  .mod__mieruca-support-icon.__icon3:before {
    background-position: -150px 0;
  }
  .mod__mieruca-support-icon.__icon4:before {
    background-position: -225px 0;
  }
  .mod__mieruca-support-icon.__icon5:before {
    background-position: -300px 0;
  }
  .mod__mieruca-support-icon.__icon6:before {
    background-position: -375px 0;
  }

  /* contents */
  .mod__contents__why {
    padding: 10px 10px 10px 90px;
    font-size: 12px;
  }
  .mod__contents__why span {
    left: 10px;
    width: 70px;
    height: 35px;
    line-height: 35px;
    border-radius: 70px 70px 0 0;
    font-size: 15px;
  }

  .mod__contents__value {
    padding: 15px;
    font-size: 14px;
  }

  .mod__content__step {
    margin-bottom: 70px;
  }
  .mod__content__step:after {
    width: 35px;
    height: 18px;
    bottom: -35px;
    margin-left: -17.5px;
    background-size: auto 100%;
  }

  .mod__contents__future {
    display: block;
    width: 100%;
    margin: 0 0 1em;
    padding-left: 10px;
    padding-right: 10px;
  }
  .mod__contents__future:before, .mod__contents__future:after {
    width: 100%;
    left: 0;
  }
  .mod__contents__future span {
    display: block;
    height: auto;
    padding: 15px;
    font-size: 12px;
  }

  /* ppc */
  .mod__ppc__label {
    margin: 0;
  }

  .mod__ppc__label__item {
    float: none;
    width: auto;
    margin-bottom: 1em;
    padding: 0px;
  }
  .mod__ppc__label__item span {
    padding: 10px;
    height: auto;
    line-height: 1.4;
    font-size: 12px;
  }

  .mod__ppc_result__title {
    position: relative;
    display: block;
    padding: 5px 10px 10px;
  }

  .mod__ppc_result__list {
    margin-top: 25px;
  }
  .mod__ppc_result__list li {
    padding: 10px 0;
    text-align: left;
  }

  /* website */
  .mod__flow__arrow {
    margin-top: 45px;
  }
  .mod__flow__arrow:after {
    left: 50%;
    top: -29px;
    margin-left: -4px;
    border-top: solid 13px #cf1225;
    border-left: solid 8px transparent;
    border-right: solid 8px transparent;
  }
  .mod__flow__arrow:before {
    top: -22.5px;
  }
  .mod__flow__arrow.__red:before {
    top: -29px;
  }

  .mod__website__flow__item {
    margin-bottom: 60px;
  }
  .mod__website__flow__item dt {
    float: none;
    width: auto;
    margin-right: 0;
    margin-bottom: 1em;
    padding: 15px;
    font-size: 14px;
    text-align: center;
  }
  .mod__website__flow__item:before {
    content: "";
    position: absolute;
    bottom: -39px;
    left: 50%;
    margin-left: -17.5px;
    width: 35px;
    height: 18px;
    background-size: 100%;
  }
  .mod__website__flow__item.__last {
    margin-bottom: 75px;
  }
  .mod__website__flow__item.__last:after {
    bottom: -20px;
  }
  .mod__website__flow__item.__last:before {
    left: 50%;
    bottom: -55px;
    margin-left: -17.5px;
  }

  /* buy-and-sell */
  .mod__b-a-s__merit {
    display: block;
    width: 100%;
  }

  .mod__b-a-s__merit__title,
  .mod__b-a-s__merit__list {
    display: block;
    width: 100%;
  }

  .mod__b-a-s__merit__title {
    margin-bottom: 40px;
  }
  .mod__b-a-s__merit__title span {
    display: block;
    position: relative;
    height: auto;
    width: 160px;
    margin: 0 auto;
    padding: 15px 30px;
    font-size: 17px;
  }
  .mod__b-a-s__merit__title span small {
    font-size: 11px;
  }
  .mod__b-a-s__merit__title span:after {
    top: auto;
    margin-top: 0;
    right: auto;
    left: 50%;
    bottom: -20px;
    margin-left: -80px;
    border-top: solid 20px #cf1225;
    border-left: solid 80px transparent;
    border-right: solid 80px transparent;
    border-bottom: none;
  }

  /* flow */
  .mod__flow__list {
    display: block;
    width: 100%;
    margin-right: 0;
  }

  .mod__flow__list__num {
    width: 40px;
    font-size: 15px;
  }

  .mod__flow__list__title {
    padding: 10px;
    line-height: 1.4;
  }

  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  background
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  /* craftsman */
  .mod__craftmans__label {
    position: relative;
  }
  .mod__craftmans__label:after {
    content: "";
    position: absolute;
    width: 13px;
    height: 2em;
    bottom: -2em;
    left: 50%;
    margin-left: -6.5px;
    background-color: #cf1225;
  }
  .mod__craftmans__label:nth-last-of-type(1):after {
    display: none;
  }

  .mod__craftmans__label__title dt {
    padding: 20px 10px;
    font-size: 15px;
  }
  .mod__craftmans__label__title dd {
    font-size: 15px;
  }
  .mod__craftmans__label__title.__relation:after {
    display: none;
  }

  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  customer
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .mod__customer__index {
    display: block;
  }

  .mod__customer__index__title,
  .mod__customer__index__lists {
    display: block;
  }

  .mod__customer__index__title {
    margin-bottom: 40px;
    padding-right: 0;
  }
  .mod__customer__index__title span {
    display: block;
    height: auto;
    width: 160px;
    margin: 0 auto;
    padding: 15px 30px;
    font-size: 17px;
    line-height: 1.4;
  }
  .mod__customer__index__title span:after {
    content: "";
    position: absolute;
    top: auto;
    left: 50%;
    right: auto;
    bottom: -20px;
    margin-top: 0;
    margin-left: -80px;
    border-top: solid 20px #cf1225;
    border-left: solid 80px transparent;
    border-right: solid 80px transparent;
    border-bottom: none;
  }

  .mod__customer__index__list__num {
    width: 40px;
    font-size: 15px;
  }

  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  company
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  /* message */
  .mod__message__title {
    margin-bottom: 1.5em;
    font-size: 13px;
  }
  .mod__message__title span {
    border-bottom: solid 1.5px #cf1225;
  }

  /* outline */
  .mod__outline-tbl tbody,
  .mod__outline-tbl tr {
    display: block;
  }
  .mod__outline-tbl th,
  .mod__outline-tbl td {
    display: block;
    padding: 10px;
    border: none;
    font-size: 10px;
  }
  .mod__outline-tbl th {
    width: auto;
  }
  .mod__outline-tbl img {
    display: block;
    width: 33.3%;
    max-width: 100%;
    margin: 0 auto;
    border-bottom: solid 10px transparent;
  }
  .mod__outline-tbl iframe {
    height: auto;
  }

  .mod__outline-ph {
    margin: 0 -5px;
  }
  .mod__outline-ph > li {
    padding: 0 5px;
  }
  .mod__outline-ph > li ul {
    margin: 0 -5px;
  }
  .mod__outline-ph > li ul li {
    padding: 0 5px;
  }

  /* staff */
  .mod__staff__title {
    font-size: 14px;
  }
  .mod__staff__title small {
    font-size: 10px;
  }

  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  download
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .mod__download-btn {
    position: relative;
    margin-bottom: 100px;
  }
  .mod__download-btn.__s {
    margin-bottom: 2em;
    padding-right: 60px;
  }
  .mod__download-btn.__s .mod__download-btn__item {
    width: 40px;
    height: 47px;
    left: auto;
    right: 0;
    bottom: 0.5em;
    padding-top: 0;
  }

  .mod__download-btn__item {
    position: absolute;
    width: 100%;
    right: auto;
    left: 0;
    bottom: -90px;
    padding-top: 60px;
    background-size: 40px 47px;
    text-align: center;
  }

  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  faq
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .mod__faq__q {
    margin-top: 0;
    padding-top: 50px;
    font-size: 14px;
  }
  .mod__faq__q:before {
    width: 32px;
    height: 32px;
    background-size: 100%;
  }

  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  contact
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .mod__contact__title dt {
    font-size: 32px;
  }

  .mod__contact__txt {
    margin-top: 0px;
  }

  .mod__contact__form {
    padding: 10px 15px;
  }
  .mod__contact__form td {
    font-size: 12px !important;
  }
  .mod__contact__form tr {
    padding: 15px 0;
  }
  .mod__contact__form tr:last-child td:first-child {
    margin-bottom: 0px !important;
  }
  .mod__contact__form td {
    margin-left: 0 !important;
  }
  .mod__contact__form td:first-child {
    position: static !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-bottom: 10px !important;
  }
  .mod__contact__form td:nth-of-type(3) {
    margin-top: 5px !important;
    font-size: 10px !important;
  }
  .mod__contact__form select {
    width: auto !important;
    height: auto !important;
    padding: 5px !important;
    border-width: 2px !important;
  }
  .mod__contact__form input[type="text"],
  .mod__contact__form textarea {
    border-width: 2px !important;
    padding: 10px 5px !important;
  }
  .mod__contact__form textarea {
    height: 100px !important;
  }
  .mod__contact__form input[type="submit"] {
    -webkit-transition: 0s !important;
            transition: 0s !important;
    width: 100% !important;
    height: 40px !important;
    font-size: 12px !important;
    line-height: 40px !important;
  }
  .mod__contact__form input[type="submit"]:hover {
    opacity: 1 !important;
  }

  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  sitemap
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .mod__sitemap__list__child {
    width: 45%;
  }

  .mod__sitemap__list__item > a {
    width: 45%;
    margin-right: 10%;
  }

  .mod__sitemap__list__child__item:before {
    left: -12.5%;
    width: 12.5%;
  }
  .mod__sitemap__list__child__item:after {
    left: -12.5%;
  }
  .mod__sitemap__list__child__item:first-child:before {
    width: 25%;
    left: -25%;
  }

  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  post
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .mod__post {
    float: none;
    margin-right: 0;
  }

  .mod__post__in {
    margin: 0;
    padding: 25px;
  }

  .mod__post-aside {
    float: none;
    width: auto;
    padding: 0;
  }

  .mod__post-aside__item {
    font-size: 10px;
  }

  .mod__post-aside__item__title {
    font-size: 12px;
  }

  .mod__post__item {
    margin-bottom: 50px;
  }

  .mod__post__item__title {
    font-size: 14px;
  }

  .mod__post__item__time {
    margin-top: 15px;
    font-size: 10px;
  }

  .mod__post__item__cat {
    font-size: 10px;
  }

  .mod__post__item__body {
    *zoom: 1;
    margin-top: 30px;
    font-size: 10px;
  }
  .mod__post__item__body:after {
    content: "";
    display: table;
    clear: both;
  }
  .mod__post__item__body h2 {
    font-size: 12px;
  }
  .mod__post__item__body h1 {
    font-size: 20px;
  }
  .mod__post__item__body h3 {
    font-size: 18px;
  }
  .mod__post__item__body h4 {
    font-size: 16px;
  }
  .mod__post__item__body h5 {
    font-size: 14px;
  }
  .mod__post__item__body h6 {
    font-size: 12px;
  }
  .mod__post__item__body img {
    width: 100%;
    display: block;
  }
  .mod__post__item__body img.alignleft, .mod__post__item__body img.alignright, .mod__post__item__body img.aligncenter {
    display: block;
    float: none;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1em;
  }
  .mod__post__item__body table {
    width: 100%;
    margin-bottom: 1em;
  }
  .mod__post__item__body th,
  .mod__post__item__body td {
    font-size: 10px;
  }

  .mod__post__item__body__image {
    margin-bottom: 1em;
  }
  .mod__post__item__body__image.__two {
    margin: 0 -5px 1em;
  }
  .mod__post__item__body__image.__two figure {
    padding: 0 5px;
  }

  .mod__post__footer {
    margin-top: 50px;
  }

  .mod__post__footer__btn {
    margin: 0 -5px;
  }

  .mod__post__footer__btn__item {
    height: 30px;
    padding: 0 5px;
    font-size: 10px;
  }
  .mod__post__footer__btn__item a {
    line-height: 30px;
  }
  .mod__post__footer__btn__item dt {
    position: static;
    left: auto;
    top: auto;
    width: 100%;
    border-right: none;
    text-align: center;
  }
  .mod__post__footer__btn__item dd {
    display: none;
  }
  .mod__post__footer__btn__item.__next dt {
    border-left: none;
  }

  .wp-pagenavi span,
  .wp-pagenavi a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 10px;
  }

  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  　home
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .mod__home {
    height: auto;
    margin: 0;
    padding-bottom: 0;
  }

  .mod__home__item {
    position: static;
    margin: 0 0 1px;
    padding: 0px;
  }
  .mod__home__item.__main {
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    margin: 0;
  }
  .mod__home__item.__main .mod__home__item__in__box {
    padding: 35px 25px;
    background-color: #fff;
  }
  .mod__home__item.__l, .mod__home__item.__m, .mod__home__item.__s, .mod__home__item.__newslist {
    width: auto;
    height: auto;
  }
  .mod__home__item.__newslist {
    position: relative;
    top: auto;
    left: auto;
  }
	.mod__home__item.__kenichi {
			position: relative;
			top: auto;
			left: auto;
			height: 0;
			padding-bottom: 36%;
	}
	.mod__home__item.__kenichi {
			background: url(../images/home/kenichi_s.png) no-repeat center;
			background-size: cover;
			display:block
	}
  .mod__home__item.__service, .mod__home__item.__background, .mod__home__item.__interview, .mod__home__item.__mieruca, .mod__home__item.__customer, .mod__home__item.__company, .mod__home__item.__news, .mod__home__item.__recruit {
    position: relative;
    top: auto;
    left: auto;
    height: 0;
    padding-bottom: 62.5%;
  }
  .mod__home__item.__kenichi .mod__home__item__in,.mod__home__item.__service .mod__home__item__in, .mod__home__item.__background .mod__home__item__in, .mod__home__item.__interview .mod__home__item__in, .mod__home__item.__mieruca .mod__home__item__in, .mod__home__item.__customer .mod__home__item__in, .mod__home__item.__company .mod__home__item__in, .mod__home__item.__news .mod__home__item__in, .mod__home__item.__recruit .mod__home__item__in {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
  }
  .mod__home__item.__kenichi .mod__home__item__in__box,.mod__home__item.__service .mod__home__item__in__box, .mod__home__item.__background .mod__home__item__in__box, .mod__home__item.__interview .mod__home__item__in__box, .mod__home__item.__mieruca .mod__home__item__in__box, .mod__home__item.__customer .mod__home__item__in__box, .mod__home__item.__company .mod__home__item__in__box, .mod__home__item.__news .mod__home__item__in__box, .mod__home__item.__recruit .mod__home__item__in__box {
    display: block;
    width: 100%;
    height: 100%;
  }

  .mod__home_item__logo span {
    width: 130px;
    height: 60px;
  }

  .mod__home_item__copy {
    margin-top: 25px;
    font-size: 25px;
  }

  .mod__home_item__txt {
    margin-top: 25px;
    text-align: left;
    font-size: 10px;
  }

  .mod__home_item__title {
    position: absolute;
    display: block;
    width: 100%;
    padding: 10px;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    font-size: 15px;
  }
  .mod__home_item__title br {
    display: none;
  }

  .mod__home__item__list {
    padding: 25px;
  }

  .mod__home__item__list__item {
    margin-top: 25px;
    line-height: 1.875;
  }
  .mod__home__item__list__item i {
    width: 60px;
    font-size: 10px;
  }
  .mod__home__item__list__item time {
    font-size: 10px;
  }
  .mod__home__item__list__item a {
    clear: both;
    height: auto;
    padding-top: 5px;
    padding-right: 0;
    font-size: 10px;
  }
  .mod__home__item__list__item a:after, .mod__home__item__list__item a:before {
    display: none;
  }

  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  search
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .mod__search-result__item {
    margin-bottom: 2em;
  }

  .mod__search-result__item__title {
    margin-bottom: 0.5em;
    font-size: 14px;
  }

  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  interview
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .mod__interview {
    padding: 50px 25px;
  }

  .mod__interview__title {
    margin-bottom: 25px;
    font-size: 14px;
  }

  .mod__interview__part {
    margin: 25px 0;
    border-width: 1px;
  }
  .mod__interview__part:nth-of-type(1) {
    margin-top: 50px;
  }
  .mod__interview__part:nth-last-of-type(1) {
    margin-bottom: 50px;
  }
  .mod__interview__part:before {
    width: 40px;
    height: 40px;
    left: 10px;
    top: 10px;
    background-size: auto 100%;
  }
  .mod__interview__part.__part2:before {
    background-position: -40px 0;
  }

  .mod__interview__part__title {
    padding: 10px 60px;
    font-size: 13px;
  }

  .mod__interview__part__content {
    margin: 20px;
  }

  .mod__interview__part__content + .mod__interview__part__content {
    padding-top: 15px;
  }

  .mod__interview__part__content__title {
    margin-bottom: 15px;
    margin-right: 40px;
    margin-left: 40px;
    font-size: 13px;
  }

  .mod__interview__stitle {
    margin-top: 50px;
    margin-bottom: 25px;
    font-size: 13px;
  }
  .mod__interview__stitle > i,
  .mod__interview__stitle > span {
    padding: 10px;
  }
  .mod__interview__stitle > i {
    width: 70px;
  }

  .mod__interview__sstitle {
    margin-top: 50px;
    margin-bottom: 25px;
    padding: 0 10px 10px;
    border-radius: 0 0 5px 5px;
    font-size: 13px;
  }

  .mod__interview-txt {
    margin-bottom: 2em;
    text-indent: 3em;
    font-size: 10px;
  }
  .mod__interview-txt:before {
    width: 2em;
    top: 13px;
  }
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
retina display
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .header__btn__item.__fb a {
    background-image: url(../images/common/icon_fb@2x.png);
  }
  .header__btn__item.__search a {
    background-image: url(../images/common/icon_search-btn@2x.png);
  }

  .header__logo {
    background-image: url(../images/common/logo@2x.png);
    background-size: auto 100%;
  }

  .header__search__item__btn:after {
    background-image: url(../images/common/icon_search@2x.png);
    background-size: 20px;
  }

  .mod__home__item.__service {
    background-image: url(../images/home/img_service@2x.jpg);
  }
  .mod__home__item.__background {
    background-image: url(../images/home/img_background@2x.jpg);
  }
  .mod__home__item.__interview {
    background-image: url(../images/home/img_interview@2x.jpg);
  }
  .mod__home__item.__customer {
    background-image: url(../images/home/img_customer@2x.jpg);
  }
  .mod__home__item.__company {
    background-image: url(../images/home/img_company@2x.jpg);
  }
  .mod__home__item.__news {
    background-image: url(../images/home/img_news@2x.jpg);
  }
  .mod__home__item.__recruit {
    background-image: url(../images/home/img_recruit@2x.jpg);
  }
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
解析タグのスペース削除
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
body > a {
  position: absolute !important;
  left: 0 !important;
  bottom: 0 !important;
  z-index: -1 !important;
}




/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
20190824フォーム改修
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.mod__contact__form {
  padding: 30px 50px 50px; }

.mod__contact__form__agree {
  text-align: center;
  margin-top: 40px;
  font-size: 20px; }
  .mod__contact__form__agree input {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px; }

.mod__contact__form__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .mod__contact__form__name__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0; }
    .mod__contact__form__name__item + .mod__contact__form__name__item {
      margin-left: 20px; }
    .mod__contact__form__name__item > * {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .mod__contact__form__name__item > * > * + * {
        margin-left: 10px; }

.mod__txt__require {
  color: #CF1225; }

.mod__contact__form__capthca {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin-top: 40px; }

.mod__contact__form__item {
  display: table;
  width: 100%; }
  .mod__contact__form__item dt, .mod__contact__form__item dd {
    display: table-cell;
    padding: 30px 0;
    line-height: 1.75;
    border-bottom: dashed 1px #000;
    font-size: 20px;
    vertical-align: top; }
  .mod__contact__form__item dt {
    width: 240px;
    white-space: nowrap; }
  .mod__contact__form__item input[type="text"],
  .mod__contact__form__item textarea {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    border: solid 3px #CF1225;
    border-radius: 0;
    width: 100%;
    padding: 10px;
    background-color: #fff;
    outline: none; }
  .mod__contact__form__item textarea {
    height: 240px; }
  .mod__contact__form__item input[type="radio"] {
    margin-right: 10px;
    outline: none;
    vertical-align: middle; }

.mod__contact__form__ex {
  margin-top: 10px;
  font-size: 12px; }

label.mod__contact__form__error {
  color: #CF1225;
  margin-top: 10px;
  font-size: 12px; }

.mod__contact__form__recaptcha {
  color: #CF1225;
  margin-top: 10px;
  text-align: center;
  font-size: 12px; }

.mod__contact__form__btn {
  margin-top: 50px;
  text-align: center;
  font-size: 0; }
  .mod__contact__form__btn input[type="submit"] {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    display: inline-block;
    margin: 0;
    padding: 10px 20px;
    background-color: #CF1225;
    border: none;
    color: #fff;
    font-size: 20px;
    outline: none; }
    .mod__contact__form__btn input[type="submit"]:hover {
      opacity: 0.7; }

@media screen and (max-width: 767px) {
  .mod__contact__form {
    padding: 10px 20px 20px; }
  .mod__contact__form__capthca {
    margin-top: 20px; }
  .mod__contact__form__agree {
    margin-top: 20px;
    font-size: 12px; }
  .mod__contact__form__item {
    display: block;
    width: 100%;
    padding: 15px 0;
    border-bottom: dashed 1px #000; }
    .mod__contact__form__item dt, .mod__contact__form__item dd {
      display: block;
      padding: 0;
      border-bottom: none;
      font-size: 14px; }
    .mod__contact__form__item dt {
      width: auto;
      white-space: normal; }
    .mod__contact__form__item dd {
      margin-top: 10px; }
  .mod__contact__form__ex {
    font-size: 10px; }
  label.mod__contact__form__error {
    font-size: 10px; }
  .mod__contact__form__recaptcha {
    font-size: 10px; }
  .mod__contact__form__btn {
    margin-top: 30px; }
    .mod__contact__form__btn input[type="submit"] {
      -webkit-transition: 0s;
      -o-transition: 0s;
      transition: 0s;
      font-size: 12px; }
      .mod__contact__form__btn input[type="submit"]:hover {
        opacity: 1; } }



        .mod__home_item__copy {
            margin-top: 5%;
            font-size: 36px;
            letter-spacing: 0;
        }

        @media screen and (min-width: 768px){
        .br-sp {display: none; }
        }
        @media screen and (max-width: 767px){
.mod__home_item__copy {
    font-size: 29px;
}
}
