/*
Theme Name: 中古車販売のカンズ
*/

@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;600&family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@400;600&display=swap');
/* RESET
----------------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, 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,picture {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  line-height: 1.5em;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: bottom;
  border: none;
}
picture {
  display: block;
}

/* ----------------------------------------------

 * 設定をしなおす

---------------------------------------------- */
body {
  margin: 0 auto;
  padding: 0;
  font-size: 14px;
  line-height: 1.8em;
  color: #020202;
  height: 100%;
  font-family: 'Jost','Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  background: #fff;
  position: relative;
  letter-spacing: .4px;
}
b, strong, .bold,h1,h2,h3,h4,h5,h6{
  font-family: 'Jost','Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
}
.min {
  font-family: 'Noto Serif JP', serif;
}
/* IE11だけに適応 */
_:lang(x)::-ms-backdrop, .selector {
  font-family: 'Jost','Noto Sans JP', "Segoe UI", "メイリオ", Meiryo, sans-serif;
}

sup,sub {
  font-size: 70%;
}
small {
  font-size: 80%;
}


@media only screen and ( max-width : 767px ) {
  body {font-size: 12px;}
}


table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: bottom;
  border: none;
}


/* ----------------------------------------------

 * アンカータグの設定

---------------------------------------------- */
a {
  outline:none;
  color: #000;
}

a:hover {
  text-decoration: none;
}


a,a:hover,a:hover img,button,input {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:hover {
  filter: alpha(opacity=60);
  -moz-opacity:0.60;
  opacity:0.60;
}


/* ----------------------------------------------

 * 要素を左右中央寄せ

---------------------------------------------- */

.clr {
  zoom:1;
  display:inline-table;
}
.clr:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
  font-size:0;
  line-height:0;
  }

* html .clr {
  height:1%;
  display:inline-table;
  display:block;
  height:1%;
}
.clr {
  display:block;
}

input,textarea {
    border-radius:0;
    line-height: 1em;
}
input[type="text"],textarea,input[type="tel"],input[type="email"],input[type="number"]{
  padding:10px;
  border: none;
  margin:0;
  display: block;
  background: #fff;
  font-family: inherit;
  -webkit-appearance: none;
  font-size: inherit;
  border: 1px solid #ccc;
  width: 100%;
}

input.short_input {
  width: 10em;
  display: inline-block;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance:textfield;
}
input[type="submit"] {
  -webkit-appearance: none;
}

textarea {
  height: 14em;
  width: 100%;
  display: block;
  resize: vertical;
}

button {
  border: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
}

label input[type="checkbox"] + span::before {
  border-color: #00acc1;
}
label input[type="checkbox"]:checked + span::before {
  background-color: #00acc1;
}
label input[type="checkbox"] + span,
label input[type="radio"] + span {
  position: relative;
  padding: 0 8px 5px 22px;
}
label {
  position: relative;
  /*display: block;*/
  display: inline-block;
  word-break: break-all;
}
label span {
  display: inline-block;
}
label input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
label input[type="checkbox"] + span::before, label input[type="checkbox"] + span::after {
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-block;
  content: '';
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
label input[type="checkbox"] + span::before {
  z-index: 0;
  background-color: transparent;
  width: 16px;
  height: 16px;
  border: 1px #c4c4c4 solid;
  background: #fff;
}
label input[type="checkbox"] + span::after {
  z-index: 1;
  margin: 2px 5px;
  width: 6px;
  height: 9px;
}
label input[type="checkbox"]:checked + span::before {
  background-color: #ef9457;
  border: 1px #ef9457 solid;
}
label input[type="checkbox"]:checked + span::after {
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}


label input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
label input[type="radio"] + span::before {
  position: absolute;
  display: inline-block;
  content: '';
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 16px;
}
label input[type="radio"] + span::before {
  z-index: 0;
  top: 2px;
  left: 0;
  background-color: transparent;
  width: 16px;
  height: 16px;
  border: 1px #c4c4c4 solid;
  background: #fff;
}
label input[type="radio"]:checked + span::before {
  border: 4px #ef9457 solid;
}

.select-wrap {
    position: relative;
}
.select-wrap:before {
  content: "";
    z-index: 1;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -4px;
    height: 1em;
    line-height: 1em;
    pointer-events: none;
    font-weight: bold;
    width: 12px;
    height: 8px;
    background: url(./img/arrow.png) no-repeat center / 100%;
}
select{
    outline:none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 40px;
    padding: 8px 34px 8px 12px;
    border: none;
    color:#535353;
    width:100%;
    background: #fff;
    border: 1px solid #ccc;
}
select option{
  background-color: #fff;
  color: #333;
}
select::-ms-expand {
  display: none;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}
/*@media print, screen and ( min-width : 768px ) {
  .select-wrap {
    width: 50%;
  }
}*/
* {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  *behavior:url(/scripts/boxsizing.htc);
}

@media(max-width:767px){
  .sp_none{display:none !important;}
}
@media print, screen and ( min-width : 768px ) {
  .sp{
    display:none;
  }
}


/* -----------------------------------------------
 * base.css
----------------------------------------------- */

main {display: block;}
img {
    max-width: 100%;
    height: auto;
}

@media only screen and ( max-width : 767px ) {
  .container {
    padding: 0 6%;
  }
  .sp_inner {
    padding: 0 6%;
  }
  .sp_box {
    margin-bottom: 50px;
  }
  .sp_sbox {
    margin-bottom: 30px;
  }
  .sp_ssbox {
    margin-bottom: 10px;
  }
  .sp_inner {
    padding: 0 20px;
  }
  .section {
    padding: 30px 0;
    margin-bottom: 0;
  }
  .br_pc {
    display: none;
  }
  .box {
    margin-bottom: 50px;
  }
  .sbox {
    margin-bottom: 30px;
  }
  .ssbox {
    margin-bottom: 15px;
  }
}

@media print, screen and ( min-width : 768px ) {
  .posL {
    float: left;
  }
  .posR {
    float: right;
  }
  .br_sp {
    display: none;
  }
  .section {
    padding: 60px 0;
  }
  .box {
    margin-bottom: 60px;
  }
  .sbox {
    margin-bottom: 40px;
  }
  .ssbox {
    margin-bottom: 20px;
  }
}

@media print, screen and ( min-width : 991px ) {
  .section {
    padding: 80px 0;
  }
  .box {
    margin-bottom: 80px;
  }
  .sbox {
    margin-bottom: 40px;
  }
  .ssbox {
    margin-bottom: 20px;
  }
}


/* ---------------------------------------------------------------------------------------------

　   HEADER

--------------------------------------------------------------------------------------------- */
#header {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  position: fixed;
  background: rgba(0,78,162,0);
  transition: .3s;
  color: #222222;
  background: #fff;
}
#header.is-fixed {
  /*background: rgba(0,78,162,1);*/
  box-shadow: 0 0 10px rgba(0,0,0,.4);
}
#h_logo a {
  display: block;
  background: #004094;
  text-align: center;
  box-shadow: 0 0 10px rgba(0,0,0,.4);
}
#header.is-fixed #h_logo a img {
  transition: .5s;
}
#gNav li a {
  font-size: 13px;
}
#gNav li.h_contact_btn a {
  position: relative;
  background: #004ea2;
  font-weight: normal;
  letter-spacing: 0.15em;
}
#gNav li.h_contact_tel a .h_contact_tel_num,.mean-container .mean-nav ul li.h_contact_tel a {
  color: #004094;
  font-size: 18px;
}
#gNav li.h_contact_tel a .h_contact_tel_num i,.mean-container .mean-nav ul li.h_contact_tel a i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
#gNav li.h_contact_tel a .h_contact_tel_num i img,.mean-container .mean-nav ul li.h_contact_tel a i img {
  display: block;
}
#gNav li a span {
  font-weight: normal;
  letter-spacing: 0;
}
/*.h_contact_btn a:before {
  content: "\e904";
  font-family: 'icomoon' !important;
  position: absolute;
  line-height: 1em;
  height: 1em;
  top: 50%;
  margin-top: -0.5em;
}*/

@media only screen and ( max-width : 991px ) {
  #header {
    height: 50px;
  }
  #h_logo {
    width: 100px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
  }
  #h_logo a {
    padding: 15px 0;
  }
  #h_logo img {
    width: 65px;
  }
  .nav li a {
    font-weight: bold;
  }
  .nav li a span {
    display: inline-block;
    color: #004ea2;
    font-size: 11px;
    margin-left: 15px;
  }
  .mean-container .mean-nav ul li.h_contact_btn a {
    color: #fff;
    padding-left: 3.4em;
  }
  .mean-container .mean-nav ul li.h_contact_btn a:before {
    left: 1em;
    font-size: 18px;
  }
  .mean-container .mean-nav ul li.h_contact_btn a:after {
    content: "\e900";
    font-family: 'icomoon' !important;
    position: absolute;
    right: 1em;
    top: 50%;
    margin-top: -0.5em;
    line-height: 1em;
    height: 1em;
    font-size: 18px;
  }
  .mean-container .mean-nav ul li:first-child {
    margin-top: 22px;
  }
  .h_sp_contact {
    position: absolute;
    z-index: 999;
    right: 0;
    height: 50px;
    line-height: 50px;
    color: #fff;
    padding: 0;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0.1em;
    background: #004094;
    width: 85px;
    display: flex;
    align-items: center;
    font-size: 10px;
    text-align: center;
    justify-content: center;
  }
  .h_sp_contact span {
    display: block;
    font-size: 8px;
    text-align: center;
  }
  .h_sp_contact i {
    margin-right: 5px;
    font-size: 15px;
  }
  .mean-container .mean-nav ul li.h_contact_tel,.mean-container .mean-nav ul li.h_contact_btn {
    width: 50% !important;
  }
  .mean-container .mean-nav ul {
    display: flex;
    flex-wrap: wrap;
  }
  .mean-container .mean-nav ul li.h_contact_tel a {
    color: #004094;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 90px;
  }
  .mean-container .mean-nav ul li.h_contact_btn a {
    padding: 15px 20px;
    color: #fff;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    background: #004094;
  }
  .mean-container .mean-nav ul li.h_contact_btn a span {
    display: block;
    margin-left: 0;
    color: #fff;
    text-align: center;
  }
}

@media only screen and ( max-width : 575px ) {
}

@media only screen and ( max-width : 320px ) {
  #h_logo {
    width: 90px;
  }
}


@media print, screen and ( min-width : 768px ) {

}

@media print, screen and ( min-width : 992px ) {
  .h_sp_contact {
    display: none;
  }
  #header {
    /*padding: 40px 0;*/
    height: 90px;
  }
  #h_content {
  }
  #h_logo {
    width: 180px;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
  }
  #h_logo a {
    padding: 25px 0;
  }
  /*#header.is-fixed #h_logo a {
    padding: 15px;
  }
  #header.is-fixed #h_logo a img {
    width: 60px;
  }
  #header.is-fixed .h_contact_btn a {
    background: #fff;
    color: #004ea2;
  }*/
  #gNav li {
    position: relative;
    margin-right: 20px;
  }
  #gNav li:last-child {
    margin-right: 0;
  }
  #gNav li a {
    display: block;
    color: #222;
    text-align: center;
    font-weight: bold;
  }
  #gNav li a span {
    display: block;
    text-align: center;
    font-size: 10px;
  }
  #gNav li.h_contact_btn a {
    padding: 15px 20px;
    color: #fff;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
  }
  #gNav li.h_contact_btn a span {
    margin-top: 5px;
  }
}

@media print, screen and ( min-width : 1200px ) {
  #gNav li {
    margin-right: 40px;
  }
  #gNav li.h_contact_btn a {
    padding: 15px 30px;
    font-size: 18px;
  }
}




/* ---------------------------------------------------------------------------------------------

　   FOOTER

--------------------------------------------------------------------------------------------- */
#footer {
  background: #2a2a2a;
  position: relative;
  color: #fff;
  font-size: 13px;
}
#footer a {
  color: #fff;
}
#footer .copy {
  text-align: center;
  padding: 25px 0;
  font-size: 11px;
  background: #222222;
  color: #898989;
}

#fixed_contact {
  position: fixed;
  background: #004ea2;
  z-index: 99;
}
#fixed_contact span {
  display: block;
}
#fixed_contact a {
  color: #fff;
  display: block;
  text-align: center;
  letter-spacing: 0.1em;
}
#fixed_contact a span:before {
  content: "";
  display: inline-block;
  background: url(./img/icon-car.png) no-repeat center / 100%;
  width: 24px;
  height: 12px;
}

@media only screen and ( max-width : 991px ) {
  #f_content {
    padding: 30px 0;
  }
  #f_logo .f_logo_img {
    width: 125px;
    display: block;
    margin: 0 auto 30px;
  }
  #f_nav {
    margin-top: 50px;
    padding: 0;
  }
  #f_nav ul {
  }
  #f_nav li a {
    display: block;
    padding: 5px 0;
  }
}
@media only screen and ( max-width : 767px ) {
  #footer {
    padding-bottom: 55px;
  }
  #fixed_contact {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55px;
    box-shadow: 0 0 10px rgba(0,0,0,.4);
    font-size: 15px;
  }
  #fixed_contact a span {
    line-height: 55px;
    position: relative;
  }
  #fixed_contact a span:after {
    font-family: 'icomoon' !important;
    font-weight: normal;
    position: absolute;
    top: 50%;
    margin-top: -0.5em;
    line-height: 1em;
    height: 1em;
    font-size: 18px;
  }
  #fixed_contact a span:before {
    margin-right: 10px;
  }
  #fixed_contact a span:after {
    content: "\e900";
    right: 20px;
  }
  #f_nav {
    font-size: 12px;
  }
}
@media only screen and ( max-width : 575px ) {


}
@media print, screen and ( min-width : 768px ) {
  #fixed_contact {
    right: 0;
    top: 50%;
    margin-top: -100px;
    writing-mode: vertical-rl;
  }
  #fixed_contact a {
    padding: 5px;
    height: 200px;
  }
  #fixed_contact span {
    border: 1px solid rgba(255,255,255,.2);
    line-height: 45px;
    width: 45px;
  }
  #fixed_contact a span:before {
    margin-bottom: 10px;
  }
}
@media print, screen and ( min-width : 992px ) {
  #f_content {
    padding: 60px 0;
  }
  #f_nav  ul {
  }
  #f_nav li {
    margin-bottom: 10px;
  }
  #f_nav li:last-child {
    margin-bottom: 0;
  }
  .f_logo_img {
    margin-bottom: 30px;
    display: block;
  }
  
}
@media print, screen and ( min-width : 1200px ) {
  #f_content {
    padding: 80px 0;
  }
  
}



/* ---------------------------------------------------------------------------------------------

　   固定ボタン

--------------------------------------------------------------------------------------------- */
#pagetop {
  right: 0;
  bottom: 0;
  z-index: 99;
}
#pagetop a {
  display: block;
  text-align: center;
  background: #004ea2;
  width: 55px;
  height: 55px;
  line-height: 55px;
  color: #fff;
  overflow: hidden;
  font-size: 20px;
}

@media only screen and ( max-width : 767px ) {
  #pagetop {
    display: none !important;
  }
}

@media print, screen and ( min-width : 992px ) {
}

@media print, screen and ( min-width : 1400px ) {
}

/* ---------------------------------------------------------------------------------------------

　   BUTTON

--------------------------------------------------------------------------------------------- */
.btn {
  display: block;
  margin: 0 auto;
  background: #004ea2;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  position: relative;
}
.btn_left {
  margin: 0;
}
.btn.btn_small {
  padding: 15px;
  max-width: 220px;
}
/*.btn:after {
  content: "\e902";
  font-family: 'icomoon' !important;
}*/

@media only screen and ( max-width : 991px ) {
}

@media only screen and ( max-width : 767px ) {
  .btn {
    padding: 20px;
    /*width: 140px;*/
  }
  /*.btn:after {
    margin-left: 10px;
  }*/

}
@media only screen and ( max-width : 320px ) {

}

@media print, screen and ( min-width : 768px ) {
  .btn {
    padding: 25px;
    /*width: 170px;*/
  }
  /*.btn:after {
    margin-left: 20px;
  }*/
}

@media print, screen and ( min-width : 992px ) {
}


/* ---------------------------------------------------------------------------------------------

　   TITLE

--------------------------------------------------------------------------------------------- */
.sec_title span {
  display: block;
  text-align: center;
  letter-spacing: 0.1em;
}
.sec_title span.sec_title_en {
  position: relative;
  color: #a6a6a6;
}
.sub_tit {
  border-left: 2px solid #222;
  padding-left: 1.2em;
  letter-spacing: 0.1em;
}
@media only screen and ( max-width : 767px ) {
  .sec_title {
    margin-bottom: 30px;
    font-size: 11px;
  }
  .sec_title span.sec_title_jp {
    font-size: 22px;
  }
  .sub_tit {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media print, screen and ( min-width : 768px ) {
  .sec_title {
    margin-bottom: 50px;
    font-size: 12px;
  }
  .sec_title span.sec_title_jp {
    font-size: 28px;
  }
  .sub_tit {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   CONTENTS

--------------------------------------------------------------------------------------------- */
.bg {
  background: #fcfcfc;
}

.decimal li {
  list-style: decimal;
  margin-left: 1.4em;
}
.disc li {
  list-style: disc;
  margin-left: 1.4em;
}
.fit {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
}
.dl-list dt {
  font-weight: bold;
}
.pdf_btn {
  color: #898989;
  display: inline-block;
  position: relative;
  font-size: 13px;
}
.pdf_btn i {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.pdf_btn i img {
  display: block;
}
@media only screen and ( max-width : 991px ) {
}

@media only screen and ( max-width : 767px ) {
  .dl-list dt {
    margin-bottom: 10px;
  }
  .dl-list dd {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
@media print, screen and ( min-width : 768px ) {
  .dl-list dt,.dl-list dd {
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
  }
  .dl-list dt {
    width: 200px;
    padding-right: 40px;
  }
  .dl-list dd {
    width: calc(100% - 200px);
  }

}
@media print, screen and ( min-width : 992px ) {
  .dl-list {
    max-width: 900px;
    margin: 0 auto;
  }
}


/* ---------------------------------------------------------------------------------------------

　   CONTACT

--------------------------------------------------------------------------------------------- */
#contact {
  position: relative;
  background: url(./img/contact_bg.jpg) no-repeat center / cover;
}
.contact_inner {
  background: #fff;
}
.contact_txt {
  text-align: center;
  font-weight: bold;
}
#contact h3 {
  color: #898989;
  font-size: 13px;
  margin-bottom: 20px;
}
.contact_tel_num a {
  color: #004094;
  display: block;
  font-size: 32px;
  line-height: 1;
}
.contact_tel_num a i {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.contact_tel_num a i img {
  display: block;
  margin-top: -6px;
}
.contact_tel_num small {
  display: block;
  margin-top: 15px;
}

@media only screen and ( max-width : 991px ) {
  .contact_tel {
    margin-bottom: 50px;
    border-bottom: 1px solid #eee;
    padding-bottom: 50px;
  }
  
}
@media only screen and ( max-width : 767px ) {
  .contact_inner {
    padding: 30px 20px;
  }
  .contact_txt {
    margin-bottom: 40px;
    font-size: 14px;
  }
  .contact_tel {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
}
@media print, screen and ( min-width : 768px ) {
  #contact {
  }
  .contact_inner {
    padding: 60px 40px;
  }
  .contact_txt {
    margin-bottom: 60px;
    font-size: 16px;
  }
}
@media print, screen and ( min-width : 992px ) {
  .contact_tel {
    border-right: 1px solid #eee;
    display: flex;
    justify-content: center;
  }
  .contact_tel,.contact_mail {
    width: 50%;
    padding: 0 50px;
  }
  .contact_tel_num a,.contact_tel_num small {
    text-align: center;
  }
}
/* ---------------------------------------------------------------------------------------------

　   NEWS

--------------------------------------------------------------------------------------------- */
.post_list {
  border-top: 1px solid #dddddd;
}
.post_list dt {
  width: 7em;
  color: #a6a6a6;
}
.post_list dd {
  width: calc(100% - 7em);
  font-weight: bold;
}
.post_list dt,.post_list dd {
  border-bottom: 1px solid #dddddd;
}
.post_list dd a {
  display: block;
}
.post_list dd a:hover {
  color: #004ea2;
}
@media only screen and ( max-width : 767px ) {
  .post_list dt,.post_list dd a {
    padding: 15px 0;
  }
}
@media print, screen and ( min-width : 768px ) {
  .post_list dt,.post_list dd a {
    padding: 20px 15px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   SERVICE

--------------------------------------------------------------------------------------------- */
.service_link li {
  border: 1px solid #004094;
  display: block;
  color: #004094;
  font-weight: bold;
}
.service_link li i {
  display: inline-block;
  vertical-align: middle;
}
.service_link li i img {
  display: block;
  margin-top: -4px;
}
.service_link li p {
  font-weight: normal;
  color: #222;
  line-height: 1.8em;
}
.service_link li span em {
	font-size:60%;
	display:block;
	padding-left:40px;
}
@media only screen and ( max-width : 991px ) {
  #service h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .service_link li {
    padding: 20px;
  }
  .service_link li i {
    margin-right: 15px;
  }
  .service_link li {
    font-size: 15px;
  }
}
@media only screen and ( max-width : 767px ) {
  #service h3 {
    margin-top: 30px;
  }
  .service_link li {
    margin-bottom: 15px;
  }
  .service_link li:last-child {
    margin-bottom: 0;
  }
  .service_link li p {
    font-size: 12px;
    margin-top: 5px;
  }
  .service_link li p:first-of-type {
    margin-top: 15px;
  }
}
@media print, screen and ( min-width : 768px ) {
  .service_link li {
    width: 32%;
    margin-right: 2%;
  }
  .service_link li:last-child {
    margin-right: 0;
  }
  .service_link li p {
    font-size: 13px;
    margin-top: 10px;
  }
  .service_link li p:first-of-type {
    margin-top: 20px;
  }
}
@media print, screen and ( min-width : 992px ) {
  #service h3 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .service_link li {
    font-size: 17px;
    padding: 25px;
  }
  .service_link li i {
    margin-right: 30px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   GUARANTEE

--------------------------------------------------------------------------------------------- */

#guarantee h2 span {
  text-align: left;
}
.guarantee_txt {
  background: #fff;
  position: relative;
  z-index: 10;
}
@media only screen and ( max-width : 991px ) {
  #guarantee {
    padding-top: 0;
  }
  .guarantee_txt {
    margin-top: -80px;
  }
  .guarantee_ph {
    height: 44vw;
  }
}
@media only screen and ( max-width : 767px ) {
  .guarantee_txt {
    padding: 20px;
  }
}
@media print, screen and ( min-width : 768px ) {
  .guarantee_txt {
    padding: 40px;
  }

}
@media print, screen and ( min-width : 992px ) {
  #guarantee .container {
    background: url(./img/guarantee_bg.jpg) no-repeat center / cover;
  }
  #guarantee .container {
    padding: 80px;
  }
  .guarantee_txt {
    padding: 40px;
    width: 50%;
  }
  .guarantee_ph {
    display: none;
  }
}

@media print, screen and ( min-width : 1200px ) {
  .guarantee_txt {
    width: 40%;
  }
}

/* ---------------------------------------------------------------------------------------------

　   VOICE

--------------------------------------------------------------------------------------------- */
.voice_list__tit {
  font-weight: bold;
  margin: 15px 0 10px 0;
  font-size: 16px;
}
.voice_more {
  position: relative;
  font-size: 12px;
}
.voice_more:before {
  font-family: 'icomoon' !important;
  content: "\e900";
  margin-right: 10px;
}
@media only screen and ( max-width : 991px ) {
  .voice__lilst .voice__list_box {
    width: 49%;
    margin-right: 2%;
    margin-top: 60px;
  }
  .voice__lilst .voice__list_box:nth-child(1),.voice__lilst .voice__list_box:nth-child(2) {
    margin-top: 0;
  }
  .voice__lilst .voice__list_box:nth-child(2n) {
    margin-right: 0;
  }
  .voice__lilst .voice__list_thumb img {
    height: 26vw;
  }
}
@media only screen and ( max-width : 767px ) {
  .voice__lilst .voice__list_box {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 40px;
  }
  .voice__lilst .voice__list_thumb img {
    height: 54vw;
  }
}
@media print, screen and ( min-width : 992px ) {
  .voice__lilst .voice__list_box {
    width: 32%;
    margin-right: 2%;
    margin-top: 80px;
  }
  .voice__lilst .voice__list_box:nth-child(1),.voice__lilst .voice__list_box:nth-child(2),.voice__lilst .voice__list_box:nth-child(3) {
    margin-top: 0;
  }
  .voice__lilst .voice__list_box:nth-child(3n) {
    margin-right: 0;
  }
  .voice__lilst .voice__list_thumb img {
    height: 240px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   PAGENATION

--------------------------------------------------------------------------------------------- */
.wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 3em;
}
.wp-pagenavi a, .wp-pagenavi span {
  padding: 10px 14px;
  margin: 0 10px;
  white-space: nowrap;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  text-align: center;
  text-decoration:none;
  display: inline-block;
}
.wp-pagenavi span {
  color: #004ea2;
  border: none;
}
.wp-pagenavi a {
  color: #3e603b;
  border: none;
  border-bottom: 1px solid #004ea2;
}
.wp-pagenavi a.nextpostslink,.wp-pagenavi a.previouspostslink {
  border-bottom: none;
}
.wp-pagenavi a:hover{
}
.wp-pagenavi span.current{
  border: 1px solid #004ea2;
  background-color: #fff;
  font-weight: normal;
}


/* ---------------------------------------------------------------------------------------------

　   ANIMATION

--------------------------------------------------------------------------------------------- */
.fadein {
  opacity: 0;
  transition: .8s;
}
.fadein.fadein__active {
  opacity: 1;
}
.zoomout {
  transform: scale(1.1, 1.1);
  opacity: 0;
  transition: 2s;
}
.zoomout.zoomout__active {
  transform: scale(1, 1);
  opacity: 1;
  transition-delay: .5s;
}
/* ---------------------------------------------------------------------------------------------

　   XXX

--------------------------------------------------------------------------------------------- */

@media only screen and ( max-width : 767px ) {
}
@media print, screen and ( min-width : 768px ) {
}
