﻿/*
Theme Name: 鐵送社のテーマ
*/

/*----------------------------------
reset
----------------------------------*/

html, body, div, p, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6,
blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*----------------------------------
全体
----------------------------------*/

@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 400;
	src: url('web-fonts/noto-sans-jp-regular.otf');
}

@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 700;
	src: url('web-fonts/noto-sans-jp-bold.otf');
}

@font-face {
	font-family: 'Noto Sans JP';
	font-weight: 900;
	src: url('web-fonts/noto-sans-jp-black.otf');
}

@font-face {
	font-family: 'Noto Serif JP';
	font-weight: 400;
	src: url('web-fonts/noto-serif-jp-regular.otf');
}

@font-face {
	font-family: 'Noto Serif JP';
	font-weight: 700;
	src: url('web-fonts/noto-serif-jp-bold.otf');
}

@font-face {
	font-family: 'Noto Serif JP';
	font-weight: 900;
	src: url('web-fonts/noto-serif-jp-black.otf');
}

@font-face {
  font-family: 'arial';
  src: url('web-fonts/arial-bold.woff2') format("woff2"),
       url('web-fonts/arial-bold.woff') format("woff");
}

body {
	font-family: kozuka-gothic-pro, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	line-height: 28px;
	word-break: break-word;
	text-size-adjust: none;
}

.wrapper {
	margin: 0 auto;
	width: 1192px;
}

.sp-wrapper {
	overflow: hidden;
}

.center {
	display: block;
	margin: 0 auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

.pc-left {
	float: left;
}

.pc-right {
	float: right;
}

.aligncenter,
.alignnone {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.t-center {
	text-align: center !important;
}

.t-left {
	text-align: left !important;
}

.t-right {
	text-align: right !important;
}

.pc-t-center {
	text-align: center !important;
}

.clear {
	clear: both;
}

.inline {
	display: inline !important;
}

.inline-b {
	display: inline-block !important;
}

.block {
	display: block !important;
}

.of {
	overflow: hidden;
}

.pc-of {
	overflow: hidden;
}

img,iframe {
	display: block;
}

a:hover img {
	opacity: 0.6;
}

.img-banner {
	background-size: 100% !important;
	box-sizing: border-box;
	height: 0;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 100%;
}

a:hover .img-banner {
	opacity: 0.6;
}

a.bo {
	text-decoration: underline;
}

a.bo:hover {
	text-decoration: none;
}

a.no-bo {
	text-decoration: none;
}

a.no-bo:hover {
	text-decoration: underline;
}

.full {
	height: auto;
	width: 100%;
}

.full-sp {
	height: auto;
	margin: 0 auto;
	max-width: 100%;
	width: auto;
}

.list {
	box-sizing: border-box;
	margin-bottom: 20px;
}

.list li {
	box-sizing: border-box;
	list-style: disc !important;
	margin-left: 23px !important;
}

.num-list {
	box-sizing: border-box;
	margin-bottom: 20px;
}

.num-list li {
	box-sizing: border-box;
	list-style: decimal !important;
	margin-left: 20px !important;
}

.num-list li:nth-child(n+10) {
	margin-left: 28px !important;
}

.num-list-2 {
	box-sizing: border-box;
	margin-bottom: 20px;
}

.num-list-2 li {
	box-sizing: border-box;
	padding-left: 33px;
}

.num-in {
	left: 0;
	position: absolute;
}

.check-list {
	box-sizing: border-box;
	margin-bottom: 20px;
}

.check-list li {
    box-sizing: border-box;
    margin-bottom: 10px;
    min-height: 30px;
    padding-left: 45px;
    position: relative;
}

.check-list li:last-child {
	margin-bottom: 0;
}

.check-list li::before {
    background: #fff;
    box-sizing: border-box;
    border: 3px solid #000;
    content: "";
    left: 0;
    height: 30px;
    position: absolute;
    top: 0;
    width: 30px;
}

.check-list li::after {
    box-sizing: border-box;
    border-right: 4px solid #ff0000;
    border-bottom: 4px solid #ff0000;
    content: "";
    left: 13px;
    height: 27px;
    position: absolute;
    top: -4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 17px;
}

.douga {
	margin: 0 auto;
}

.douga iframe {
	margin: 0 auto;
}

.text-base {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 18px;
	position: relative;
}

.text-base-2 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 36px;
	position: relative;
}

.text-base-3 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 54px;
	position: relative;
}

.text-base-4 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 72px;
	position: relative;
}

.text-base-5 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 90px;
	position: relative;
}

.text-base-6 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 108px;
	position: relative;
}

.text-in {
	left: 0;
	position: absolute;
}

.pc {
	display: block;
}

.pc.tab {
	display: block;
}

.pc.tab.mobi {
	display: block;
}

.tab {
	display: none;
}

.tab.mobi {
	display: none;
}

.pc.mobi {
	display: block;
}

.mobi {
	display: none;
}

.first {
	margin-top: 0 !important;
}

.last {
	margin-bottom: 0 !important;
}

.m20 {
	margin: 20px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.no-mt20 {
	margin-top: -20px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.ml20 {
	margin-left: 20px !important;
}

.mr20 {
	margin-right: 20px !important;
}

.m40 {
	margin: 40px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.ml40 {
	margin-left: 40px !important;
}

.mr40 {
	margin-right: 40px !important;
}

.m60 {
	margin: 60px !important;
}

.mt60 {
	margin-top: 60px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.ml60 {
	margin-left: 60px !important;
}

.mr60 {
	margin-right: 60px !important;
}

.m80 {
	margin: 80px !important;
}

.mt80 {
	margin-top: 80px !important;
}

.mb80 {
	margin-bottom: 80px !important;
}

.ml80 {
	margin-left: 80px !important;
}

.mr80 {
	margin-right: 80px !important;
}

.m100 {
	margin: 100px !important;
}

.mt100 {
	margin-top: 100px !important;
}

.mb100 {
	margin-bottom: 100px !important;
}

.ml100 {
	margin-left: 100px !important;
}

.mr100 {
	margin-right: 100px !important;
}

.p20 {
	padding: 20px !important;
}

.pt20 {
	padding-top: 20px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.pl20 {
	padding-left: 20px !important;
}

.pr20 {
	padding-right: 20px !important;
}

.p40 {
	padding: 40px !important;
}

.pt40 {
	padding-top: 40px !important;
}

.pb40 {
	padding-bottom: 40px !important;
}

.pl40 {
	padding-left: 40px !important;
}

.pr40 {
	padding-right: 40px !important;
}

.p60 {
	padding: 60px !important;
}

.pt60 {
	padding-top: 60px !important;
}

.pb60 {
	padding-bottom: 60px !important;
}

.pl60 {
	padding-left: 60px !important;
}

.pr60 {
	padding-right: 60px !important;
}

.p80 {
	padding: 80px !important;
}

.pt80 {
	padding-top: 80px !important;
}

.pb80 {
	padding-bottom: 80px !important;
}

.pl80 {
	padding-left: 80px !important;
}

.pr80 {
	padding-right: 80px !important;
}

.p100 {
	padding: 100px !important;
}

.pt100 {
	padding-top: 100px !important;
}

.pb100 {
	padding-bottom: 100px !important;
}

.pl100 {
	padding-left: 100px !important;
}

.pr100 {
	padding-right: 100px !important;
}

/*----------------------------------
文字スタイル
----------------------------------*/

.gothic {
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.minchou {
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif; 
}

.sans {
	font-family: 'Noto Sans JP', sans-serif;
}

.serif {
	font-family: 'Noto Serif JP', serif;
}

.arial {
	font-family: 'arial';
}

.ko-r {
	font-family: kozuka-gothic-pro, sans-serif;
	font-weight: 400;
	font-style: normal;
}

.ko-b {
	font-family: kozuka-gothic-pro, sans-serif;
	font-weight: 700;
	font-style: normal;
}

.ko-h {
	font-family: kozuka-gothic-pro, sans-serif;
	font-weight: 900;
	font-style: normal;
}

strong,b,.strong {
	font-weight: 700;
}

.red {
	color: #ff0000;
}

.blue {
	color: #0000ff;
}

.yellow {
	color: #ffff00;
}

.green {
	color: #008800;
}

.orange {
	color: #ff8800;
}

.magenta {
	color: #F37C92;
}

.cyan {
	color: #5DBFF2;
}

.y-b {
	background: linear-gradient(transparent 50%, #ffff00 50%);
}

.fs15 {
	font-size: 15px !important;
	line-height: 25px !important;
}

.fs23 {
	font-size: 23px !important;
	line-height: 33px !important;
}

.fs30 {
	font-size: 30px !important;
	line-height: 40px !important;
}

.fs40 {
	font-size: 40px !important;
	line-height: 50px !important;
}

.fs50 {
	font-size: 50px !important;
	line-height: 60px !important;
}

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?n30han');
  src:  url('fonts/icomoon.eot?n30han#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?n30han') format('truetype'),
    url('fonts/icomoon.woff?n30han') format('woff'),
    url('fonts/icomoon.svg?n30han#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* > */
.icon-cheveron-up:before {
	content: "\e001";
}

/* ▲ */
.icon-triangle-right:before {
	content: "\e002";
}

/* 正三角形な▲ */
.icon-triangle-1:before {
	content: "\e003";
}

/* 短めの▲ */
.icon-triangle-2:before {
	content: "\e004";
}

/* ○ */
.icon-maru-1:before {
	content: "\e005";
}

/* ● */
.icon-maru-2:before {
	content: "\e006";
}

/* ◎ */
.icon-maru-3:before {
	content: "\e007";
}

/* ◎の中の丸が黒 */
.icon-maru-4:before {
	content: "\e008";
}

/* □ */
.icon-shikaku-1:before {
	content: "\e009";
}

/* ■ */
.icon-shikaku-2:before {
	content: "\e010";
}

/* → */
.icon-yazirushi-1:before {
	content: "\e011";
}

/* 短めの→ */
.icon-yazirushi-2:before {
	content: "\e012";
}

/* かなり短めの→ */
.icon-yazirushi-3:before {
	content: "\e013";
}

/* 線だけの→ */
.icon-yazirushi-4:before {
	content: "\e014";
}

/* 本体ありの電話 */
.icon-old-phone:before {
	content: "\e015";
}

/* 受話器のみの電話 */
.icon-phone:before {
	content: "\e016";
}

/* 背景ありの手紙アイコン(簡易なデザイン) */
.icon-mail-envelope-closed2:before {
	content: "\e017";
}

/* 背景なしの手紙アイコン(簡易なデザイン) */
.icon-mail-envelope-closed3:before {
	content: "\e018";
}

/* 背景ありの手紙アイコン(複雑なデザイン) */
.icon-mail-envelope-closed:before {
	content: "\e019";
}

/* 背景なしの手紙アイコン(複雑なデザイン) */
.icon-mail-envelope-closed1:before {
	content: "\e020";
}

/* ＋ */
.icon-plus:before {
	content: "\e021";
}

/* － */
.icon-minus:before {
	content: "\e022";
}

/* × */
.icon-batsu:before {
	content: "\e023";
}

/*----------------------------------
画像関連
----------------------------------*/

/*----------------------------------
header
----------------------------------*/

header {
	background: #fff;
	box-sizing: border-box;
}

.head-logo {
    box-sizing: border-box;
    display: block;
    margin: 25px 0 0 30px;
    text-decoration: none;
}

.head-logo:hover {
	opacity: 0.6;
}

.head-logo-img {
	height: auto;
	width: auto;
}

.head-logo-bg {
    background: #000;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    font-size: 23px;
    line-height: 33px;
    margin: 7px 0 0 31px;
    padding: 5px 10px;
    text-align: center;
    width: 397px;
}

.pc-menu {
    box-sizing: border-box;
    margin: 21px 34px 0 0;
    position: relative;
    z-index: 10;
}

.pc-menu li {
    box-sizing: border-box;
    float: left;
    margin-right: 29px;
}

.pc-menu li:last-child {
	margin-right: 0;
}

.pc-menu li a {
    background: #000;
    box-sizing: border-box;
    cursor: pointer;
    color: #fff;
    display: block;
    font-size: 23px;
    line-height: 37px;
    padding: 22px 7px 20px;
    text-align: center;
    text-decoration: none;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.pc-menu li.now a,
.pc-menu li a:hover {
	background: #2a2ac9;
}

/*----------------------------------
TOPスライダー
----------------------------------*/

.top-slider {
    box-sizing: border-box;
    margin-top: -113px;
    position: relative;
    z-index: 1;
}

.top-slider section {
    box-sizing: border-box;
    height: 49vw;
    position: relative;
}

.top-slider section img {
	height: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 72.25%;
}

.top-slider-box {
    box-sizing: border-box;
    left: -2vw;
    position: absolute;
    top: 5vw;
    width: 44.5%;
}

.top-slider-box-title {
    box-sizing: border-box;
    font-size: 2.3vw;
    line-height: 4.8vw;
    margin: 12.25% 0 0 12.75%;
}

.top-slider-box-link {
    box-sizing: border-box;
    cursor: pointer;
    color: #000;
    display: inline-block;
    font-size: 1.25vw;
    line-height: 2.25vw;
    margin: 1.75% 0 0 13.5%;
    padding-right: 2.1vw;
    text-decoration: none;
    position: relative;
}

.top-slider-box-link:hover {
	opacity: 0.6;
}

.top-slider-box-link::before {
    box-sizing: border-box;
    color: #000;
    content: "\e001";
    font-family: 'icomoon';
    font-weight: normal;
    font-size: 1.75vw;
    line-height: 1.75vw;
    position: absolute;
    right: -0.25vw;
    top: 0.1vw;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

.top-slider-box-link::after {
    background: #000;
    box-sizing: border-box;
    bottom: 0;
    content: "";
    left: 0;
    height: 1px;
    position: absolute;
    width: 100%;
}

.slick-slide img.pc.tab {
	display: block;
}

.slick-slide img.mobi {
	display: none !important;
}

.slick-dots {
    bottom: 18vw !important;
    left: 0 !important;
    width: 10% !important;
}

.slick-dotted.slick-slider {
	margin-bottom: 0 !important;
}

.slick-dots li button:before {
	color: #000 !important;
	opacity: 1 !important;
}

.slick-dots li button:hover:before,
.slick-dots li.slick-active button:before {
	color: #aaaaf1 !important;
	opacity: 1 !important;
}

/*----------------------------------
TOPページ
----------------------------------*/

.top-company-content {
	box-sizing: border-box;
	padding: 140px 0 0;
}

.top-company-content-title {
	box-sizing: border-box;
    margin: 0 auto;
    width: 889px;
}

.top-company-content-title-img {
	height: auto;
	margin-bottom: -48px;
	width: auto;
}

.top-company-content-title-bg {
    background: #000;
    box-sizing: border-box;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    margin-right: 12px;
    padding: 5px 10px;
    text-align: center;
    width: 331px;
}

.top-company-content-text {
    box-sizing: border-box;
    font-size: 52px;
    line-height: 102px;
    margin: 50px auto 0;
    text-align: center;
    width: 1100px;
}

.top-company-content-in {
    box-sizing: border-box;
    height: 712px;
    margin: 114px auto 0;
    position: relative;
}

.top-company-content-in-img {
	background: url(images/top-company-img.jpg) no-repeat;
	background-size: cover;
	background-position: top center;
	box-sizing: border-box;
	height: 712px;
	position: absolute;
	right: 0;
	width: 57%;
	z-index: 1;
}

.top-company-content-in .wrapper {
	width: 1200px;
}

.top-company-content-in-info {
	box-sizing: border-box;
	padding-top: 80px;
	position: relative;
	z-index: 2;
}

.top-company-content-in-info .red {
	color: #2a2ac9;
}

.top-company-content-in-info-title {
    box-sizing: border-box;
    font-size: 83px;
    line-height: 93px;
    margin-left: 2px;
}

.top-company-content-in-info-text {
    box-sizing: border-box;
    font-size: 24px;
    line-height: 80px;
    margin: 28px 0 0 4px;
}

.top-company-content-in-info-link {
    box-sizing: border-box;
    cursor: pointer;
    color: #000;
    display: inline-block;
    font-size: 24px;
    line-height: 34px;
    margin: 134px 0 0 3px;
    padding: 0 28px 8px 0;
    position: relative;
    text-decoration: none;
}

.top-company-content-in-info-link:hover {
	opacity: 0.6;
}

.top-company-content-in-info-link::before {
	box-sizing: border-box;
    color: #2a2ac9;
    content: "\e001";
    font-family: 'icomoon';
    font-weight: normal;
    font-size: 32px;
    line-height: 32px;
    position: absolute;
    right: -9px;
    top: -1px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

.top-company-content-in-info-link::after {
	background: #000;
	box-sizing: border-box;
	bottom: 0;
	content: "";
	left: 0;
	height: 1px;
	position: absolute;
	width: 100%;
}

/*----------------------------------
弊社が選ばれる理由
----------------------------------*/

.top-reason-content {
	box-sizing: border-box;
	margin: 170px 0 0;
	position: relative;
	z-index: 1;
}

.top-reason-content::before {
    background: #000;
    box-sizing: border-box;
    content: "";
    left: 0;
    height: 9px;
    position: absolute;
    top: 71px;
    width: 50%;
}

.top-reason-content-title {
    background: #fff;
    box-sizing: border-box;
    left: 86px;
    margin: 0 auto;
    position: relative;
    width: 1035px;
    z-index: 2;
}

.top-reason-content-title .red {
	color: #2a2ac9;
}

.top-reason-content-title .title-1 {
    box-sizing: border-box;
    font-size: 35px;
    line-height: 45px;
    margin: 55px 0 0 59px;
}

.top-reason-content-title .title-2 {
    box-sizing: border-box;
    font-size: 145px;
    line-height: 155px;
    margin-left: 36px;
}

.top-reason-content-text {
    box-sizing: border-box;
    font-size: 22px;
    line-height: 53px;
    margin: 6px auto 0;
    width: 1185px;
}

/*----------------------------------
事業紹介
----------------------------------*/

.top-service-content {
    box-sizing: border-box;
    padding: 201px 0 147px;
    position: relative;
}

.top-service-content-title {
    box-sizing: border-box;
    font-size: 145px;
    line-height: 155px;
}

.top-service-content-title .red {
	color: #2a2ac9;
}

.top-service-content-in {
    box-sizing: border-box;
    margin-top: 46px;
}

.top-service-content-in-title {
    background: #000;
    box-sizing: border-box;
    color: #fff;
    font-size: 34px;
    line-height: 44px;
    margin: 9px 0 0 3px;
    padding: 36px 22px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.top-service-content-in-info {
    box-sizing: border-box;
    margin-left: 31px;
    width: 1070px;
}

.top-service-content-in-info-text {
    box-sizing: border-box;
    font-size: 22px;
    line-height: 52px;
}

.top-service-content-in-info-link {
    box-sizing: border-box;
    cursor: pointer;
    color: #000;
    display: inline-block;
    font-size: 24px;
    line-height: 34px;
    margin-top: 21px;
    padding: 0 24px 6px 0;
    position: relative;
    text-decoration: none;
}

.top-service-content-in-info-link:hover {
	opacity: 0.6;
}

.top-service-content-in-info-link::before {
	box-sizing: border-box;
    color: #2a2ac9;
    content: "\e001";
    font-family: 'icomoon';
    font-weight: normal;
    font-size: 32px;
    line-height: 32px;
    position: absolute;
    right: -9px;
    top: -1px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.top-service-content-in-info-link::after {
    background: #000;
    box-sizing: border-box;
    bottom: 0;
    content: "";
    left: 0;
    height: 1px;
    position: absolute;
    width: 100%;
}

.top-service-content-img {
    background: url(images/top-service-img.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
    box-sizing: border-box;
    height: 597px;
    margin-top: 66px;
    width: 68%;
}

/*----------------------------------
地図
----------------------------------*/

.top-map-content {
	box-sizing: border-box;
	padding: 0 0 100px;
}

.top-map-content-text {
    box-sizing: border-box;
    font-size: 52px;
    line-height: 62px;
    text-align: center;
}

.top-map-content-in {
	box-sizing: border-box;
	height: 1170px;
	margin: 50px auto 0;
	position: relative;
	width: 1045px;
}

.top-map-content-in-img {
	height: auto;
	width: 100%;
}

.top-map-content-in-info-1 {
    box-sizing: border-box;
    left: 0;
    position: absolute;
    top: 150px;
    width: 590px;
}

.top-map-content-in-info-2 {
    box-sizing: border-box;
    bottom: 0;
    position: absolute;
    right: 0;
    width: 590px;
}

.top-map-content-in-info-text {
	box-sizing: border-box;
	font-size: 16px;
	line-height: 26px;
}

.top-map-content-in-info-3 {
    box-sizing: border-box;
    font-size: 16px;
    line-height: 26px;
    position: absolute;
    right: 0;
    top: 560px;
}

/*----------------------------------
各種車両について
----------------------------------*/

.top-vehicle-content {
	background: url(images/vehicle-bg.jpg) no-repeat;
	background-size: cover;
	background-position: top center;
	box-sizing: border-box;
	padding: 60px 0 100px;
	width: 100%;
}

.top-vehicle-content-title {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	font-size: 24px;
	line-height: 34px;
}

.top-vehicle-content .top-car-content-list li {
	margin-bottom: 0;
}

.top-vehicle-content-in {
	box-sizing: border-box;
	margin-top: 40px;
}

.top-vehicle-content-in-1 {
	box-sizing: border-box;
	margin-right: 150px;
	width: 250px;
}

.top-vehicle-content-in-2 {
    box-sizing: border-box;
    margin-right: 150px;
    width: 300px;
}

.top-vehicle-content-in-3 {
    box-sizing: border-box;
    width: 342px;
}

.top-vehicle-content-in section {
	box-sizing: border-box;
}

.top-vehicle-content-in-title {
	background: #fff;
	box-sizing: border-box;
	color: #2a2ac9;
	display: inline-block;
	font-weight: 700;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 20px;
	padding: 5px 10px;
	text-align: center;
	width: 190px;
}

.top-vehicle-content-in-tb {
	box-sizing: border-box;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	line-height: 26px;
	width: 100%;
}

.top-vehicle-content-in-tb th {
	box-sizing: border-box;
	text-align: left;
}

.top-vehicle-content-in-tb td {
	box-sizing: border-box;
	text-align: right;
}

.top-vehicle-content-in-3 section.sec-1 {
	margin-bottom: 40px;
}

/*----------------------------------
リンクバナー
----------------------------------*/

.link-banner-list {
	box-sizing: border-box;
	margin: 40px auto;
	width: 1192px;
}

.link-banner-list li {
	box-sizing: border-box;
	float: left;
	margin-right: 12px;
	width: 590px;
}

.link-banner-list li:last-child {
	margin-right: 0;
}

.link-banner-list li a {
	background-size: 100% !important;
	box-sizing: border-box;
	color: #fff;
	display: block;
	font-weight: 700;
	font-size: 24px;
	line-height: 110px;
	height: 110px;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

.link-banner-list li.link-banner-list-li-1 a {
	background: url(images/link-banner-img-1.jpg) no-repeat;
}

.link-banner-list li.link-banner-list-li-2 a {
	background: url(images/link-banner-img-2.jpg) no-repeat;
}

.link-banner-list li a:hover {
	opacity: 0.6;
}

/*----------------------------------
車両紹介
----------------------------------*/

.top-car-content {
	background: #f2f2f2;
    box-sizing: border-box;
    padding: 59px 0 19px;
}

.top-car-content-title {
    background: #000;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-size: 35px;
    line-height: 45px;
    padding: 11px 160px;
}

.top-car-content-text {
    box-sizing: border-box;
    font-size: 19px;
    line-height: 30px;
    margin-top: 43px;
}

.top-car-content-list {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin: 30px auto 0;
    width: 1182px;
}

.top-car-content-list li {
    box-sizing: border-box;
    float: left;
    margin: 0 25px 25px 0;
    width: 377px;
}

.top-car-content-list li:nth-child(3n),
.top-car-content-list li:last-child {
	margin-right: 0;
}

.top-car-content-list-img {
	height: auto;
	width: 100%;
}

.top-car-content-list-text {
    box-sizing: border-box;
    font-size: 19px;
    line-height: 29px;
    margin-top: 24px;
}

/*----------------------------------
新着情報
----------------------------------*/

.top-news-content {
    box-sizing: border-box;
    padding: 101px 0 106px;
}

.top-news-content .wrapper {
	width: 1216px;
}

.top-news-content-title {
    box-sizing: border-box;
    padding: 58px 0 26px 11px;
    width: 261px;
}

.top-news-content-title .red {
    color: #2a2ac9;
}

.top-news-content-title .title {
    box-sizing: border-box;
    font-size: 60px;
    line-height: 70px;
}

.top-news-content-title-link {
    box-sizing: border-box;
    color: #000;
    display: inline-block;
    margin: 9px 0 0 41px;
    padding-right: 27px;
    position: relative;
    text-decoration: none;
}

.top-news-content-title-link::after {
    box-sizing: border-box;
    color: #2a2ac9;
    content: "\e001";
    font-family: 'icomoon';
    font-size: 28px;
    line-height: 28px;
    position: absolute;
    right: -8px;
    top: -2px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.top-news-content-list {
    box-sizing: border-box;
    border-left: 1px solid #000;
    margin-top: 1px;
    min-height: 188px;
    padding: 14px 0 26px 82px;
}

.top-news-content-list li {
    box-sizing: border-box;
    margin-bottom: 26px;
    overflow: hidden;
}

.top-news-content-list li:last-child {
	margin-bottom: 0;
}

.top-news-content-list-date {
	box-sizing: border-box;
	font-size: 15px;
	line-height: 25px;
	margin-top: 5px;
}

.top-news-content-list-link {
    box-sizing: border-box;
    font-size: 22px;
    line-height: 32px;
    margin-left: 60px;
    width: 726px;
}

.top-news-content-list-link a {
	color: #000;
	text-decoration: none;
}

.top-news-content-list-link a:hover {
	text-decoration: underline;
}

/*----------------------------------
採用情報
----------------------------------*/

.top-recruit-content {
    background: url(images/recruit-bg-img.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
    box-sizing: border-box;
    height: 505px;
    padding: 116px 0 0;
    width: 100%;
}

.top-recruit-content-in {
    left: 2px;
    margin: 0 auto;
    position: relative;
    width: 800px;
}

.top-recruit-content-in-title {
    background: #2a2ac9;
    box-sizing: border-box;
    color: #fff;
    font-size: 35px;
    line-height: 45px;
    margin-top: 30px;
    padding: 34px 21px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.top-recruit-content-in-info {
    box-sizing: border-box;
    margin-left: 60px;
    width: 645px;
}

.top-recruit-content-in-info-title {
    box-sizing: border-box;
    color: #fff;
    font-size: 145px;
    line-height: 160px;
}

.top-recruit-content-in-info-link {
    box-sizing: border-box;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    line-height: 34px;
    margin-top: 37px;
    padding: 0 30px 8px 0;
    position: relative;
    text-decoration: none;
}

.top-recruit-content-in-info-link:hover {
	opacity: 0.6;
}

.top-recruit-content-in-info-link::before {
    box-sizing: border-box;
    color: #fff;
    content: "\e001";
    font-family: 'icomoon';
    font-weight: normal;
    font-size: 32px;
    line-height: 32px;
    position: absolute;
    right: -9px;
    top: -1px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.top-recruit-content-in-info-link::after {
	background: #fff;
	box-sizing: border-box;
	bottom: 0;
	content: "";
	left: 0;
	height: 1px;
	position: absolute;
	width: 100%;
}

/*----------------------------------
投稿・固定ページ　共通
----------------------------------*/

.top-img {
	box-sizing: border-box;
	margin-top: -115px;
}

.top-img img {
	height: auto;
	width: 81%;
}

.page-title {
    box-sizing: border-box;
}

.page-title .title {
    box-sizing: border-box;
    font-size: 100px;
    line-height: 110px;
    margin-left: 17px;
}

.page-title .title .red {
	color: #2a2ac9;
}

.page-title .title-bg {
    background: #000;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    line-height: 34px;
    margin: 7px 0 0 20px;
    padding: 4.5px 36px;
}

.page-title .title-in {
    box-sizing: border-box;
    font-size: 46px;
    line-height: 56px;
    margin: 4px 0 0 10px;
}

/*--------------------
私たちについて
--------------------*/

.about-content {
    box-sizing: border-box;
    padding: 74px 0 145px;
}

.about-content .wrapper {
	width: 1205px;
}

.about-content-main-text {
    box-sizing: border-box;
    font-size: 56px;
    line-height: 85px;
    margin: 55px 0 0 19px;
}

.about-content-main-text .red {
	color: #2a2ac9;
}

.about-banner-content {
    box-sizing: border-box;
    margin-top: 87px;
    width: 100%;
}

.about-banner-content-img-1 {
	background: url(images/about/about-banner-img-1.jpg) no-repeat;
	background-size: cover;
	background-position: top center;
    box-sizing: border-box;
    height: 562px;
    width: 50.3%;
}

.about-banner-content-img-2 {
	background: url(images/about/about-banner-img-2.jpg) no-repeat;
	background-size: cover;
	background-position: top center;
	box-sizing: border-box;
    height: 562px;
    width: 49.7%
}

.about-content-in {
    box-sizing: border-box;
    margin: 111px 0 0 15px;
}

.about-content-in section {
	box-sizing: border-box;
	margin-bottom: 124px;
}

.about-content-in section:last-child {
	margin-bottom: 0;
}

.about-content-in-title {
    box-sizing: border-box;
    border-bottom: 5px solid #000;
    font-size: 34px;
    line-height: 44px;
    padding-bottom: 18px;
}

.about-content-in-text {
    box-sizing: border-box;
    font-size: 22px;
    line-height: 48px;
    margin-top: 35px;
}

.about-content-in-text p {
	margin-bottom: 20px;
}

.about-content-in-text p:last-child {
	margin-bottom: 0;
}

/*--------------------
事業紹介
--------------------*/

.service-content {
    box-sizing: border-box;
    padding: 74px 0 217px;
}

.service-content .wrapper {
	width: 1205px;
}

.service-content-text {
    box-sizing: border-box;
    font-size: 22px;
    line-height: 54px;
    margin: 28px 0 0 16px;
}

.service-content-in {
    box-sizing: border-box;
    margin-top: 202px;
}

.service-content-in section {
	box-sizing: border-box;
    height: 401px;
	margin-bottom: 106px;
	position: relative;
}

.service-content-in section.sec-1 {
	margin-bottom: 106px;
}

.service-content-in section.sec-2 {
	margin-bottom: 113px;
}

.service-content-in section.sec-3 {
	margin-bottom: 107px;
}

.service-content-in section:last-child {
	margin-bottom: 0;
}

.service-content-in-img {
    background-size: cover !important;
    background-position: top center !important;
    box-sizing: border-box;
    height: 401px;
    position: absolute;
    top: 0;
}

.service-content-in section.sec-1 .service-content-in-img {
	background: url(images/service/service-img-1.jpg) no-repeat;
    right: 0;
    width: 49.8%;
}

.service-content-in section.sec-2 .service-content-in-img {
	background: url(images/service/service-img-2.jpg) no-repeat;
	left: 0;
    width: 50.25%;
}
.service-content-in section.sec-3 .service-content-in-img {
	background: url(images/service/service-img-3.jpg) no-repeat;
    right: 0;
    width: 49.8%;
}

.service-content-in section.sec-4 .service-content-in-img {
	background: url(images/service/service-img-4.jpg) no-repeat;
	left: 0;
    width: 49.8%;
}

.service-content-in-info {
    box-sizing: border-box;
    width: 551px;
}

.service-content-in section.sec-1 .service-content-in-info,
.service-content-in section.sec-3 .service-content-in-info {
	margin-left: 20px;
}

.service-content-in section.sec-2 .service-content-in-info,
.service-content-in section.sec-4 .service-content-in-info {
	margin-left: 660px;
}

.service-content-in-info-title {
    box-sizing: border-box;
}

.service-content-in-info-title .num {
    box-sizing: border-box;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    font-size: 90px;
    line-height: 100px;
    padding-bottom: 2px;
    width: 109px;
}

.service-content-in-info-title .title {
    box-sizing: border-box;
    font-size: 35px;
    line-height: 45px;
    padding: 29px 0;
    padding-left: 45px;
}

.service-content-in-info-text {
    box-sizing: border-box;
    font-size: 22px;
    line-height: 48px;
    margin: 32px 0 0 1px;
}

.service-content-in section.sec-4 .service-content-in-info-text {
	margin: 12px 0 0 0;
}

.service-content-in-info-text p {
	margin-bottom: 20px;
}

.service-content-in-info-text p:last-child {
	margin-bottom: 0;
}

/*--------------------
会社概要
--------------------*/

.company-content {
    box-sizing: border-box;
    padding: 74px 0 107px;
}

.company-content .wrapper {
	width: 1205px;
}

.company-content-tb {
	box-sizing: border-box;
    font-size: 20px;
    line-height: 30px;
    margin: 105px 0 0 16px;
    width: 1177px;
}

.company-content-tb th {
    box-sizing: border-box;
    border-bottom: 1px solid #000;
    padding: 32px 0;
    text-align: left;
    width: 144px;
}

.company-content-tb td {
    box-sizing: border-box;
    border-bottom: 1px solid #000;
    padding: 32px 0;
    vertical-align: middle;
}

.company-content-tb td p {
	margin-bottom: 20px;
}

.company-content-tb td p:last-child {
	margin-bottom: 0;
}

.company-content-tb td .text-base-6 {
	padding-left: 120px;
}

.company-content-map {
    margin: 87px 0 0 20px;
	width: 1177px;
}

.company-content-map iframe {
    display: block;
    height: 560px;
    width: 100%;
}

/*--------------------
採用情報
--------------------*/

.recruit-content {
    box-sizing: border-box;
    height: 1095px;
    padding: 81px 0 0;
    position: relative;
}

.recruit-content .wrapper {
	width: 1215px;
}

.recruit-content .title {
    font-size: 145px;
    line-height: 155px;
    margin-left: 0;
}

.recruit-content-img {
    background: url(images/recruit/recruit-main-img.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
    box-sizing: border-box;
    bottom: 175px;
    height: 575px;
    position: absolute;
    right: 0;
    /*width: 57%;*/
    width: 50%;	
}

.recruit-content-text {
    box-sizing: border-box;
    font-size: 21px;
    line-height: 52px;
    margin: 50px 0 0 17px;
    /*width: 420px;*/
    width: 550px;	
}

.recruit-banner-content {
	box-sizing: border-box;
	width: 100%;
}

.recruit-banner-content-img-1 {
    background: url(images/recruit/recruit-banner-img-1.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
    box-sizing: border-box;
    height: 763px;
    width: 46.15%;
}

.recruit-banner-content-img-2 {
    background: url(images/recruit/recruit-banner-img-2.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
    box-sizing: border-box;
    height: 763px;
    width: 53.85%;
}

.recruit-voice-content {
    background: #f2f2f2;
    box-sizing: border-box;
    padding: 59px 0 68px;
}

.recruit-voice-content-title {
    box-sizing: border-box;
    font-size: 60px;
    line-height: 70px;
    margin-right: 63px;
}

.recruit-voice-content-title .red {
	color: #2a2ac9;
}

.recruit-voice-content-in {
    box-sizing: border-box;
    border-left: 1px solid #000;
    margin-top: 13px;
    padding-left: 57px;
    width: 942px;
}

.recruit-voice-content-in section {
	box-sizing: border-box;
	margin-bottom: 56px;
}

.recruit-voice-content-in section:last-child {
	margin-bottom: 0;
}

.recruit-voice-content-in-img {
	height: auto;
	width: 234px;
}

.recruit-voice-content-in-info {
    box-sizing: border-box;
    margin-right: 20px;
    width: 590px;
}

.recruit-voice-content-in-info-name {
    box-sizing: border-box;
    font-size: 27px;
    line-height: 37px;
}

.recruit-voice-content-in-info-text {
    box-sizing: border-box;
    font-size: 19px;
    line-height: 32px;
    margin-top: 22px;
}

.recruit-info-content {
    box-sizing: border-box;
    padding: 113px 0 66px;
    position: relative;
}

.recruit-info-content::before {
	background: #000;
    box-sizing: border-box;
    content: "";
    left: 0;
    height: 9px;
    position: absolute;
    top: 147px;
    width: 50%;
}

.recruit-info-content-title {
    background: #fff;
    box-sizing: border-box;
    margin-left: 165px;
    padding-left: 37px;
    position: relative;
    z-index: 2;
}

.recruit-info-content-title .title {
    box-sizing: border-box;
    font-size: 60px;
    line-height: 70px;
}

.recruit-info-content-title .title .red {
	color: #2a2ac9;
}

.recruit-info-content-title .bg {
    background: #000;
    box-sizing: border-box;
    color: #fff;
    font-size: 35px;
    line-height: 45px;
    margin: 4px 0 0 25px;
    padding: 11px 10px;
    text-align: center;
    width: 239px;
}

.recruit-info-content-tb {
    box-sizing: border-box;
    margin: 87px auto 0;
    width: 1183px;
}

.recruit-info-content-tb th {
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
    font-size: 22px;
    line-height: 32px;
    padding: 30px 0 24px;
    text-align: left;
    width: 215px;
}

.recruit-info-content-tb td {
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
    font-size: 22px;
    line-height: 32px;
    padding: 30px 0 24px;
}

.recruit-info-content-tb td .text-base {
	padding-left: 22px;
}

.recruit-entry-content {
    background: #2a2ac9;
    box-sizing: border-box;
    padding: 65px 0 70px;
}

.recruit-entry-content-link {
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    line-height: 34px;
    padding: 0 28px 6px 0;
    position: relative;
    text-decoration: none;
}

.recruit-entry-content-link:hover {
	opacity: 0.6;
}

.recruit-entry-content-link::before {
    box-sizing: border-box;
    content: "\e001";
    font-family: 'icomoon';
    font-weight: normal;
    font-size: 34px;
    line-height: 34px;
    position: absolute;
    right: -8px;
    top: -3px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.recruit-entry-content-link::after {
	background: #fff;
	box-sizing: border-box;
	bottom: 0;
	content: "";
	left: 0;
	height: 1px;
	position: absolute;
	width: 100%;
}

/*--------------------
お知らせ
--------------------*/

.news-page {
	background: #f2f2f2; /* Old browsers */
	background: -moz-linear-gradient(left, #f2f2f2 0%, #f2f2f2 31%, #ffffff 31%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #f2f2f2 0%,#f2f2f2 31%,#ffffff 31%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #f2f2f2 0%,#f2f2f2 31%,#ffffff 31%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
    padding-top: 37%;
    position: relative;
}

@media(max-width: 1750px) {

	.news-page {
		background: #f2f2f2; /* Old browsers */
		background: -moz-linear-gradient(left, #f2f2f2 0%, #f2f2f2 28%, #ffffff 28%, #ffffff 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left, #f2f2f2 0%,#f2f2f2 28%,#ffffff 28%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, #f2f2f2 0%,#f2f2f2 28%,#ffffff 28%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	}

}

@media(max-width: 1500px) {

	.news-page {
		background: #f2f2f2; /* Old browsers */
		background: -moz-linear-gradient(left, #f2f2f2 0%, #f2f2f2 25%, #ffffff 25%, #ffffff 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left, #f2f2f2 0%,#f2f2f2 25%,#ffffff 25%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, #f2f2f2 0%,#f2f2f2 25%,#ffffff 25%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	}

}

.news-page header {
    position: absolute;
    top: 0;
    width: 100%;
}

.news-page-base {
    background: #fff;
    box-sizing: border-box;
    height: 330px;
    position: absolute;
    top: 113px;
    width: 100%;
    z-index: 1;
}

.news-top-img {
    box-sizing: border-box;
    position: absolute;
    top: 113px;
    width: 100%;
    z-index: 2;
}

.news-top-img img {
    height: auto;
    width: 81.4%;
}

.news-content {
	box-sizing: border-box;
	padding-bottom: 222px;
}

.news-content .wrapper {
	width: 1205px;
}

.news-content-in {
    box-sizing: border-box;
    float: right;
    margin-right: 13px;
    padding-top: 209px;
    width: 865px;
}

.news-content-in-list {
    box-sizing: border-box;
}

.news-content-in-list li {
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    padding: 37px 0 36px;
}

.news-content-in-list-date {
	box-sizing: border-box;
	font-size: 22px;
	line-height: 32px;
	width: 216px;
}

.news-content-in-list-link {
	box-sizing: border-box;
	font-size: 20px;
	line-height: 30px;
	width: 649px;
}

.news-content-in-list-link a {
	color: #000;
	text-decoration: none;
}

.news-content-in-list-link a:hover {
	text-decoration: underline;
}

.news-content.single {
    padding-bottom: 368px;
}

.news-content.single .news-content-in {
	padding-top: 130px;
}

.news-content-in-date {
    box-sizing: border-box;
    font-size: 20px;
    line-height: 30px;
}

.news-content-in-title {
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
    font-size: 32px;
    line-height: 42px;
    margin: 37px 0 41px;
    padding-bottom: 17px;
}

.page-content {
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
    font-size: 22px;
    line-height: 45px;
    padding-bottom: 34px;
}

.page-content-thumb {
    box-sizing: border-box;
    margin-bottom: 39px;
}

.page-content-thumb img {
    height: auto;
    width: 100%;
}

.news-content-in-pager {
    box-sizing: border-box;
    margin-top: 37px;
}

.news-content-in-pager a {
	box-sizing: border-box;
    color: #000;
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    text-decoration: none;
}

.news-content-in-pager a:hover {
	opacity: 0.6;
}

.news-content-sidebar {
    box-sizing: border-box;
    float: left;
    padding-top: 123px;
    width: 240px;
}

.news-content-sidebar-title {
    box-sizing: border-box;
    font-size: 58px;
    line-height: 68px;
    margin-left: 6px;
}

.news-content-sidebar-title .red {
	color: #2a2ac9;
}

.news-content-sidebar-list {
    box-sizing: border-box;
    margin-top: 43px;
    width: 152px;
}

.news-content-sidebar-list li {
    box-sizing: border-box;
    border-bottom: 1px solid #000;
    font-size: 22px;
    line-height: 32px;
}

.news-content-sidebar-list li a {
    box-sizing: border-box;
    color: #000;
    display: block;
    padding: 15px 23px 8px 10px;
    position: relative;
    text-decoration: none;
}

.news-content-sidebar-list li a::after {
    box-sizing: border-box;
    color: #2a2ac9;
    content: "\e001";
    font-family: 'icomoon';
    font-weight: normal;
    font-size: 32px;
    line-height: 32px;
    position: absolute;
    right: -8px;
    top: 13px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

.news-content-sidebar-list li.now a,
.news-content-sidebar-list li a:hover {
	color: #2a2ac9;
}

.itiran-pager {
	box-sizing: border-box;
}

.itiran-pager .wp-pagenavi {
	box-sizing: border-box;
	margin: 60px 0 -5px;
	text-align: center;
}

.itiran-pager .wp-pagenavi span,
.itiran-pager .wp-pagenavi a {
    background: #000;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    line-height: 40px;
    height: 40px;
    margin: 0 5px 5px 0;
    text-align: center;
    text-decoration: none;
    width: 40px;
}

.itiran-pager .wp-pagenavi span:last-child,
.itiran-pager .wp-pagenavi a.nextpostslink {
	margin-right: 0;
}

.itiran-pager .wp-pagenavi span.current {
	font-weight: 700;
}

.itiran-pager .wp-pagenavi span.current,
.itiran-pager .wp-pagenavi a:hover {
	background: #2a2ac9;
}

/*--------------------
お問合せ
--------------------*/

.contact-content {
    box-sizing: border-box;
    padding: 70px 0 100px;
}

.contact-content .wrapper {
	width: 1205px;
}

.contact-content-text {
	box-sizing: border-box;
    font-size: 22px;
    line-height: 54px;
    margin: 28px 0 0 16px;
}

.contact-content-text p {
	margin-bottom: 20px;
}

.contact-content-text p:last-child {
	margin-bottom: 0;
}

.contact-content-tb {
    box-sizing: border-box;
    font-size: 20px;
    line-height: 30px;
    margin: 105px 0 0 16px;
    width: 1177px;
}

.contact-content-tb th {
    box-sizing: border-box;
    border-bottom: 1px solid #000;
    padding: 32px 0;
    text-align: left;
    width: 300px;
}

.contact-content-tb th .required {
	box-sizing: border-box;
	color: #2a2ac9;
	display: inline-block;
	margin-left: 10px;
}

.contact-content-tb td {
    box-sizing: border-box;
    border-bottom: 1px solid #000;
    padding: 32px 0;
    vertical-align: middle;
}

.contact-content-tb td input[type="text"],
.contact-content-tb td input[type="email"] {
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 0;
    font-size: 20px;
    line-height: 30px;
    padding: 5px 10px;
    width: 70%;
    -webkit-appearance: none;
}

.contact-content-tb td textarea {
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 0;
    font-size: 20px;
    line-height: 30px;
    height: 300px;
    padding: 5px 10px;
    width: 70%;
    -webkit-appearance: none;
}

.soushin-btn {
    background: #000;
    box-sizing: border-box;
    border: 0;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    font-size: 22px;
    line-height: 32px;
    margin-top: 40px;
    padding: 25px 10px 20px;
    width: 25%;
}

.soushin-btn:hover {
	background: #2a2ac9;
}

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

footer {
	box-sizing: border-box;
	border-top: 1px solid #000;
}

footer.top {
	border-top: 0;
}

.foot-in {
	background: #fff;
	box-sizing: border-box;
	padding: 54px 0;
}

.foot-in-info {
    box-sizing: border-box;
    width: 478px;
}

.foot-in-info-logo {
	height: auto;
    margin: 15px 0 0 5px;
	width: auto;
}

.foot-in-address {
    box-sizing: border-box;
    font-size: 18px;
    line-height: 34px;
    margin: 14px 0 0 6px;
}

.foot-in .pc-menu {
	margin: 0 6px 0 0;
}

.copyright {
    background: #2a2ac9;
    box-sizing: border-box;
    color: #fff;
    padding: 22px 0;
}

/*----------------------------------
Edge CSSハック
----------------------------------*/

@supports (-ms-ime-align: auto) {



}

/*----------------------------------
IE11以下 CSSハック
----------------------------------*/

@media screen\0 {



}

/*----------------------------------
Firefox CSSハック
----------------------------------*/

@-moz-document url-prefix() {



}

/*----------------------------------
Safari CSSハック
----------------------------------*/

_::-webkit-full-page-media, _:future, :root .num-list li {
	margin-left: 30px !important;
}

_::-webkit-full-page-media, _:future, :root .num-list li:nth-child(n+10) {
	margin-left: 40px !important;
}

_::-webkit-full-page-media, _:future, :root .head-logo-bg {
	margin: 7px 0 0 36px;
}

_::-webkit-full-page-media, _:future, :root .pc-menu {
	margin: 22px 6px 0 0;
}

_::-webkit-full-page-media, _:future, :root .pc-menu li {
	margin-right: 65px;
}

_::-webkit-full-page-media, _:future, :root .pc-menu li a {
	padding: 22px 7.5px 20px;
}

_::-webkit-full-page-media, _:future, :root .top-slider {
	margin-top: -113px;
}

_::-webkit-full-page-media, _:future, :root .foot-in .pc-menu {
	margin: 3px -25px 0 0;
}

_::-webkit-full-page-media, _:future, :root .foot-in .pc-menu li a {
	padding: 20px 7.5px 19px;
}