/*
Theme Name: WITH（with1168.jp）
Description: WITH
Author: Wintel
Author URI: http://www.wintel.co.jp
*/



* {
  margin: 0px;
  padding: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  list-style:none;
}


html {
  height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}


body {
  color: #454545;
  font-size: 12px;
  font-family: 'YuGothic','Yu Gothic','游ゴシック','Noto Sans JP', sans-serif;
  height: 100%;
  width: 100%;
  letter-spacing: 0.5px;
  font-feature-settings: "palt" 1;
  font-kerning: auto;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}


/* For modern browsers */
.cf:before,
.cf:after { content:""; display:table; }
.cf:after { clear:both; }

/* For IE 6/7 (trigger hasLayout) */
.cf { zoom:1; overflow: hidden; }


.nobreak {
  display: inline-block;
}


br.break-xs {
  display: initial;
}

@media screen and (min-width: 481px) {
  br.break-xs {
    display: none;
  }
}


br.break-sm {
  display: initial;
}

@media screen and (min-width: 769px) {
  br.break-sm {
    display: none;
  }
}


img {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align:bottom;
  image-rendering: -webkit-optimize-contrast;
}


.img-container {
  position: relative;
  margin: 0;
}


.img-container::before {
  padding-top: 75%;
  display: block;
  content: "";
}


.img-container-hd::before {
  padding-top: 56.25%;
  display: block;
  content: "";
}


.img-container-square::before {
  padding-top: 100%;
  display: block;
  content: "";
}


.img-container .container-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}


.img-container .container-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}


.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin: 0;
  overflow: hidden;
}

.video-container iframe, 
.video-container object, 
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}


.video-container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}


.map-container {
  width: 100%;
  height: 300px;
  display: block;
  position: relative;
}

@media screen and (min-width: 481px) {
  .map-container {
    height: 400px;
  }
}

@media screen and (min-width: 769px) {
  .map-container {
    height: 500px;
  }
}

@media screen and (min-width: 1025px) {
  .map-container {
    height: 600px;
  }
}


.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


a {
  color: #121212;
  text-decoration: none;
}


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


a, button, input[type="submit"] {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}


a.deactivated {
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}


/*
@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    text-decoration: none;
    pointer-events: none;
    cursor: default;
  }
}
*/



/* BG Color */

.bgcl_fff { background-color:#fff; }
.bgcl_f5 { background-color:#f5f5f5; }
.bgcl_f3 { background-color:#f3f3f3; }
.bgcl_f0 { background-color:#f0f0f0; }
.bgcl_e5 { background-color:#e5e5e5; }
.bgcl_000 {	background-color:#000; }
.bgcl_111 {	background-color:#111; }
.bgcl_222 {	background-color:#222; }
.bgcl_333 {	background-color:#333; }
.bgcl_444 {	background-color:#444; }
.bgcl_555 {	background-color:#555; }
.bgcl_666 {	background-color:#666; }
.bgcl_777 {	background-color:#777; }
.bgcl_888 {	background-color:#888; }



/* Font Color */

.fcl_fff { color:#fff; }
.fcl_f5 {	color:#f5f5f5; }
.fcl_f0 {	color:#f0f0f0; }
.fcl_000 { color:#000; }
.fcl_111 { color:#111; }
.fcl_222 { color:#222; }
.fcl_333 { color:#333; }
.fcl_444 { color:#444; }
.fcl_555 { color:#555; }
.fcl_666 { color:#666; }
.fcl_777 { color:#777; }
.fcl_888 { color:#888; }



/* Margin bottom */

.mb0 { margin-bottom:5px!important; }
.mb5 { margin-bottom:5px!important; }
.mb10 { margin-bottom:10px!important; }
.mb15 { margin-bottom:15px!important; }
.mb20 { margin-bottom:20px!important; }
.mb25 { margin-bottom:25px!important; }
.mb30 { margin-bottom:30px!important; }
.mb35 { margin-bottom:35px!important; }
.mb40 { margin-bottom:40px!important; }
.mb45 { margin-bottom:45px!important; }
.mb50 { margin-bottom:50px!important; }
.mb55 { margin-bottom:55px!important; }
.mb60 { margin-bottom:60px!important; }



/* Show and Hide */

.show-480 {
  display: block;
}

@media screen and (min-width: 481px) {
  .show-480 {
    display: none;
  }
}


.show-640 {
  display: block;
}

@media screen and (min-width: 641px) {
  .show-640 {
    display: none;
  }
}


.show-768 {
  display: block;
}

@media screen and (min-width: 769px) {
  .show-768 {
    display: none;
  }
}


.show-1024 {
  display: block;
}

@media screen and (min-width: 1025px) {
  .show-1024 {
    display: none;
  }
}


.hide-480 {
  display: none;
}

@media screen and (min-width: 481px) {
  .hide-480 {
    display: block;
  }
}


.hide-480-inline {
  display: none;
}

@media screen and (min-width: 481px) {
  .hide-480-inline {
    display: inline;
  }
}


.hide-640 {
  display: none;
}

@media screen and (min-width: 641px) {
  .hide-640 {
    display: block;
  }
}


.hide-768 {
  display: none;
}

@media screen and (min-width: 769px) {
  .hide-768 {
    display: block;
  }
}


.hide-1024 {
  display: none;
}

@media screen and (min-width: 1025px) {
  .hide-1024 {
    display: block;
  }
}



/* Contents Styles */

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

@media screen and (min-width: 481px) {
  .container {
    padding: 40px 0 0 0;
  }
}

@media screen and (min-width: 769px) {
  .container {
    padding: 50px 0 0 0;
  }
}

@media screen and (min-width: 1025px) {
  .container {
    padding: 60px 0 0 0;
  }
}



/* Align */

.tac { text-align: center; }
.tar { text-align: right; }



/* Font Styles */

p {
  font-size: 14px;
  line-height: 2em;
  margin-bottom: 3em;
}


p.pnom {
  margin-bottom: 0;
}


p.pnom05 {
  margin-bottom: 0.5em;
}


p.pnom1 {
  margin-bottom: 1em;
}


p.indent1em {
  text-indent: -1em;
  padding: 0 0 0 1em;
}


p.no-item {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 5rem 0 5rem 0;
  float: none;
}



/* List Styles */

ul.ulnom {
  margin: 0 0 0 0.35em;
}


ul.ulnom li {
  font-size: 14px;
  line-height: 2em;
  margin: 0 0 0.5em 1em;
  list-style-image: url("img/common/lidot.png");
}


ul.ulnom1 {
  margin: 0 0 1em 0.35em;
}


ul.ulnom1 li {
  font-size: 14px;
  line-height: 1.6em;
  margin: 0 0 0.5em 1em;
  list-style-image: url("img/common/lidot.png");
}


ol.olnom {
	margin: 0 0 0 1em;
}


ol.olnom li {
	margin: 0 0 0.5em 1em;
	font-size: 12px;
	line-height: 1.5em;
	list-style: decimal;
}


ol.olnom1 {
	margin: 0 0 1em 1em;
}


ol.olnom1 li {
	margin: 0 0 0.5em 1em;
	font-size: 12px;
	line-height: 1.5em;
	list-style: decimal;
}



/* table Styles */

table.ts00 {
  display: table;
  border-collapse: collapse; 
  width: 100%;
  padding: 0;
  margin: 0 auto;
  border: 1px solid #999;
}


table.ts00 tr th {
  display: table-cell;
	width: 100px;
	height: auto;
	padding: 5px;
	font-size: 11px;
	line-height: 1.5em;
  color: #454545;
	text-align: center;
  vertical-align: middle;
  background-color: #f6f6f6;
  border: 1px solid #ccc;
}

@media screen and (min-width: 481px) {
  table.ts00 tr th {
    width: 140px;
    padding: 15px;
    font-size: 14px;
  }
}

@media screen and (min-width: 1025px) {
  table.ts00 tr th {
    width: 160px;
    padding: 20px;
    font-size: 16px;
  }
}


table.ts00 tr td {
  display: table-cell;
	width: calc( 100% - 100px );
	height: auto;
	padding: 5px;
	font-size: 11px;
	line-height: 1.5em;
  color: #454545;
	text-align: left;
  vertical-align: middle;
  background-color: #fefefe;
  border: 1px solid #ccc;
}

@media screen and (min-width: 481px) {
  table.ts00 tr td {
    width: calc( 100% - 140px );
    padding: 15px;
    font-size: 14px;
  }
}

@media screen and (min-width: 1025px) {
  table.ts00 tr td {
    width: calc( 100% - 160px );
    padding: 20px;
    font-size: 16px;
  }
}


table.ts01 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  table.ts01 {
    display: table;
  }
}


table.ts01 tr th {
  display: block;
	width: 100%;
	height: auto;
	padding: 10px 5px 5px 5px;
	font-weight: 500;
	font-size: 14px;
	line-height: 2em;
	border-bottom: 1px dotted #999;
	text-align: left;
}

@media screen and (min-width: 769px) {
  table.ts01 tr th {
    display: table-cell;
    width: 250px;
    padding: 20px 30px;
    font-size: 16px;
    line-height: 2em;
    text-align: left;
    border-bottom: 1px dotted #999;
    vertical-align: top;
  }
}

@media screen and (min-width: 1025px) {
  table.ts01 tr th {
    width: 300px;
    font-size: 18px;
  }
}


@media screen and (min-width: 769px) {
  .formInner table.ts01 tr th {
    padding: 28px 5px;
    vertical-align: middle;
  }
}

@media screen and (min-width: 1025px) {
  .formInner table.ts01 tr th {
    padding: 28px 15px;
    vertical-align: middle;
  }
}


table.ts01 tr td {
  display: block;
  width: 100%;
  height: auto;
  padding: 5px 5px 10px 15px;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 2em;
  text-align: left;
}

@media screen and (min-width: 769px) {
  table.ts01 tr td {
    display: table-cell;
    width: auto;
    padding: 20px 30px;
    font-size: 18px;
    line-height: 2em;
    border-bottom: 1px dotted #999;
    vertical-align: top;
  }
}


.formInner table.ts01 tr td {
  padding: 5px 5px 10px 5px;
}

@media screen and (min-width: 769px) {
  .formInner table.ts01 tr td {
    vertical-align: middle;
    padding: 5px;
  }
}


@media screen and (max-width: 768px) {
  table.ts01 tbody, 
  table.ts01 tr {
    display: block;
    width: 100%;
  }
}


table.ts02 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  table.ts02 {
    display: table;
    width: auto;
  }
}


table.ts02 tr th {
  display: block;
	width: 100%;
	height: auto;
	padding: 10px 5px 5px 5px;
  white-space: nowrap;
	font-weight: 700;
	font-size: 14px;
	line-height: 2em;
	border-bottom: 1px dotted #999;
	text-align: left;
}

@media screen and (min-width: 769px) {
  table.ts02 tr th {
    display: table-cell;
    width: auto;
    padding: 10px 5px;
    font-size: 18px;
    line-height: 2em;
    border-bottom: none;
    text-align: right;
    vertical-align: top;
  }
}


table.ts02 tr td {
  display: block;
  width: 100%;
  height: auto;
  padding: 5px 5px 10px 15px;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 2em;
  text-align: left;
}

@media screen and (min-width: 769px) {
  table.ts02 tr td {
    display: table-cell;
    width: auto;
    padding: 10px 5px;
    font-size: 18px;
    line-height: 2em;
    vertical-align: top;
  }
}


@media screen and (max-width: 768px) {
  table.ts02 tbody, 
  table.ts02 tr {
    display: block;
    width: 100%;
  }
}


table.ts03 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}


table.ts03 tbody {
  display: block;
  width: 100%;
}


table.ts03 tr {
  display: block;
  width: 100%;
  padding: 15px;
  margin: 0 auto 2px auto;
  background-color: #f6f6f6;
}

@media screen and (min-width: 481px) {
  table.ts03 tr {
    padding: 30px;
  }
}

@media screen and (min-width: 769px) {
  table.ts03 tr {
    padding: 60px;
  }
}


table.ts03 tr th {
  display: block;
	width: 100%;
	height: auto;
	padding: 5px;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.5em;
	background-color: #fff;
	text-align: left;
}

@media screen and (min-width: 481px) {
  table.ts03 tr th {
    padding: 10px;
    font-size: 18px;
  }
}


table.ts03 tr td {
  display: block;
  width: 100%;
  height: auto;
  padding: 15px 10px 0 10px;
  font-size: 14px;
  line-height: 2em;
  text-align: left;
}

@media screen and (min-width: 481px) {
  table.ts03 tr td {
    padding: 15px 15px 0 15px;
    font-size: 16px;
  }
}


table.ts04 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}


table.ts04 tbody {
  display: block;
  width: 100%;
}


table.ts04 tr {
  display: block;
  width: 100%;
  padding: 15px;
  margin: 0 auto 2px auto;
  background-color: #f6f6f6;
}

@media screen and (min-width: 481px) {
  table.ts04 tr {
    padding: 30px;
  }
}

@media screen and (min-width: 769px) {
  table.ts04 tr {
    padding: 60px;
  }
}


table.ts04 tr th {
  display: block;
	width: 100%;
	height: auto;
	padding: 5px;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.5em;
	text-align: left;
}

@media screen and (min-width: 481px) {
  table.ts04 tr th {
    padding: 10px;
    font-size: 18px;
  }
}


table.ts04 tr td {
  display: block;
  width: 100%;
  height: auto;
  padding: 15px 10px 0 10px;
  font-size: 14px;
  line-height: 2em;
  text-align: left;
}

@media screen and (min-width: 481px) {
  table.ts04 tr td {
    padding: 15px 15px 0 15px;
    font-size: 16px;
  }
}


.sml-cap {
  font-size: 80%;
}




/* Pagetitle */


.pagetitle {
  width: 100%;
  height: auto;
  padding: 0;
  margin: -60px 0 60px 0;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  position: relative;
}

@media screen and (min-width: 1025px) {
  .pagetitle {
    margin: -120px 0 60px 0;
  }
}


.pagetitle-update {
  background-image: url(img/pagetitle/bg-pagetitle-update.jpg);
}


.pagetitle-stock {
  background-image: url(img/pagetitle/bg-pagetitle-stock.jpg);
}


.pagetitle-casestudy {
  background-image: url(img/pagetitle/bg-pagetitle-casestudy.jpg);
}


.pagetitle-porsche {
  background-image: url(img/pagetitle/bg-pagetitle-porsche.jpg);
}


.pagetitle-ev {
  background-image: url(img/pagetitle/bg-pagetitle-ev.jpg);
}


.pagetitle-service {
  background-image: url(img/pagetitle/bg-pagetitle-service.jpg);
}


.pagetitle-company {
  background-image: url(img/pagetitle/bg-pagetitle-company.jpg);
}


.pagetitle-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  width: 100%;
  max-width: 1600px;
  min-height: 200px;
  padding: 60px 10px 20px 10px;
  margin: 0 auto;
}

@media screen and (min-width: 481px) {
  .pagetitle-content {
    min-height: 240px;
    padding: 60px 20px 25px 20px;
  }
}

@media screen and (min-width: 769px) {
  .pagetitle-content {
    min-height: 320px;
    padding: 60px 30px 35px 30px;
  }
}

@media screen and (min-width: 1025px) {
  .pagetitle-content {
    min-height: 450px;
    padding: 120px 50px 35px 50px;
  }
}


.pagetitle-content p {
  font-size: 14px;
  line-height: 1.5em;
  font-weight: normal;
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px 3px #000;
  margin-bottom: 0;
}

@media screen and (min-width: 481px) {
  .pagetitle-content p {
    font-size: 18px;
    text-shadow: 0px 0px 4px #000;
  }
}

@media screen and (min-width: 769px) {
  .pagetitle-content p {
    font-size: 24px;
    text-shadow: 0px 0px 5px #000;
  }
}

@media screen and (min-width: 1025px) {
  .pagetitle-content p {
    font-size: 30px;
  }
}


h2.h2-pagetitle {
  display: block;
  width: 260px;
  height: auto;
  padding: 0.2em 1em 0.2em 1em;
  margin: 0 auto;
  font-size: 24px;
  line-height: 1.3em;
  font-weight: bold;
  text-align: center;
  color: #fff;
  clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
  background-color: #c41b27;
  background-image: linear-gradient(180deg, rgba(223, 105, 109, 1), rgba(196, 2, 39, 1));
  position: absolute;
  bottom: -20px;
  left: calc( 50% - 130px );
}

@media screen and (min-width: 481px) {
  h2.h2-pagetitle {
    width: 320px;
    font-size: 30px;
    bottom: -25px;
    left: calc( 50% - 160px );
  }
}

@media screen and (min-width: 769px) {
  h2.h2-pagetitle {
    width: 400px;
    font-size: 36px;
    bottom: -30px;
    left: calc( 50% - 200px );
  }
}

@media screen and (min-width: 1025px) {
  h2.h2-pagetitle {
    width: 480px;
    font-size: 40px;
    bottom: -35px;
    left: calc( 50% - 240px );
  }
}


h2.h2-pagetitle-porsche {
  color: #fb2d4f;
  background-color: rgba(0,0,0,0.6);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7));
}


h2.h2-pagetitle-ev {
  color: #fdfb41;
  background-color: rgba(0,0,0,0.6);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7));
}





/* Breadcrumbs */


.breadcrumbs {
  width: 100%;
  text-align: center;
}


.breadcrumbs ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  width: 100%;
  padding: 10px;
  margin: 0 auto;
}

@media screen and (min-width: 481px) {
  .breadcrumbs ul {
    padding: 30px 5%;
  }
}

@media screen and (min-width: 769px) {
  .breadcrumbs ul {
    padding: 40px 5%;
  }
}

@media screen and (min-width: 1025px) {
  .breadcrumbs ul {
    max-width: 1600px;
    padding: 50px 5%;
  }
}


.breadcrumbs ul li {
  display: inline-block;
  font-size: 11px;
  line-height: 1.5em;
  text-align: left;
}

@media screen and (min-width: 481px) {
  .breadcrumbs ul li {
    font-size: 14px;
  }
}


.breadcrumbs ul li::after {
  content: ">";
  padding-right: 0.3em;
  padding-left: 0.3em;
}


.breadcrumbs ul  li:last-child::after {
  content: "";
}


.breadcrumbs ul li a {
  color: #121212;
  text-decoration: underline;
}


.breadcrumbs ul li a:hover {
  color: #c00117;
  text-decoration: none;
}



/* POST Layut */


.mcwrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 10px;
}

@media (min-width: 1025px) {
  .mcwrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    max-width: 1600px;
    padding: 0 3%;
    margin: 0 auto;
  }
}


.mcleft {
  width: 100%;
}

@media (min-width: 1025px) {
  .mcleft {
    width: 70%;
  }
}


.mcright {
  width: 100%;
  margin-top: 2rem;
}

@media (min-width: 769px) {
  .mcright {
    margin-top: 4rem;
  }
}

@media (min-width: 1025px) {
  .mcright {
    width: 27%;
    margin-top: 0;
  }
}


.mcleft img, .mcright img {
  width: auto;
  max-width: 100%;
  height: auto;
}



/* POST Main */


article p {
  margin: 0 0 1.0rem 0;
}


article img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: baseline;
}


article img.alignleft {
  border: none;
  padding: 0;
  margin: 0.5rem 1.0rem 0.5rem 0;
  float: left;
}


article img.alignright {
  border: none;
  padding: 0;
  margin: 0.5rem 0 0.5rem 1.0rem;
  float: right;
}


article img.aligncenter {
  border: none;
  padding: 0;
  clear: both;
  display: block;
  margin: 1.0rem auto;
}


article img.alignnone {
  border: none;
  padding: 0;
  margin: 0;
}


@media (max-width: 599px) {
  article img.alignleft,  
  article img.alignright {
    float: none;
    margin: 1.0rem auto;
  }
}


.container-inner img.alignleft, 
.container-inner img.alignright {
  float: none;
  margin: 0;
}


article.post {
  background-color: #fff;
  max-width: 1200px;
  margin: 0 auto 20px;
}


article.post .eyecatch {
  text-align: center;
}


article.post .eyecatch img {
  margin: 0 auto;
}


article.post .entry {
  padding: 20px 15px;
  background-color: #fafafa;
}

@media (min-width: 481px) {
  article.post .entry {
    padding: 25px 30px;
  }
}


div.blog_info {
  padding: 0 0 0.3rem 0;
  margin: 0;
  font-size: 0.7rem;
  line-height: 1.0rem;
}


div.blog_info ul {
  margin: 0px;
  padding: 0px;
  width: 100%;
}


div.blog_info li {
  float: right;
  list-style: none;
  padding: 0px;
  margin: 0 0 0 1rem;
  text-align: right;
}


div.blog_info li:last-of-type {
  margin: 0;
}


div.blog_info li a {
  display: inline-block;
  text-decoration: none;
}


div.blog_info li a:hover {
  text-decoration: underline;
}


div.blog_info .dashicons {
  font-size: 16px;
}


.title {
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: bold;
}


.title a {
  text-decoration: none;
}


.title a:hover {
  text-decoration: underline;
}



/* POST Side */


.widget-area ul {
  margin: 0;
  padding: 0;
  width: 100%;
}


.widget-area ul li.widget-container {
  list-style: none;
  min-height: 60px;
  padding: 0;
  margin: 0 0 2rem 0;
  background: transparent;
}

@media (min-width: 481px) {
  .widget-area ul li.widget-container {
    margin: 0 0 3rem 0;
  }
}


.widget-area h3.widget-title {
  display: table-cell;
  width: 100%;
  font-size: 12px;
  line-height: 30px;
  font-weight: bold;
  text-align: left;
  color: #fff;
  background: #121212;
  padding: 0 8px 0 0;
  margin: 0;
}


.widget-area > ul > li {
  padding: 0;
  margin: 0 0 40px 0;
  list-style: none;
}


.widget-area > ul > li:last-of-type {
  margin: 0;
}


.widget-area ul li ul {
  padding: 0;
  margin: 0;
}


.widget-area ul li ul li {
  list-style: none;
  margin-top: 1px;
}


.widget-area ul li ul li.cat-item-none {
  display: none;
}


.widget-area ul li ul li a {
  width: 100%;
  height: auto;
  display: block;
  padding: 10px;
  margin: 0;
  line-height: 1.25em;
  text-align: left;
  color: #333;
  background-color: #f6f6f6;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


.widget-area ul li ul li a:hover {
  color: #333;
  background-color: #e7e7e7;
}


/*** Custom Menu ***/

.widget-area ul li.widget_nav_menu ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}


.widget-area ul li.widget_nav_menu ul li {
  width: calc( 100% - 2px );
  height: auto;
  margin: 1px;
  font-size: 11px;
}

@media (min-width: 769px) {
  .widget-area ul li.widget_nav_menu ul li {
    width: calc( 50% - 2px );
  }
}

@media (min-width: 1025px) {
  .widget-area ul li.widget_nav_menu ul li {
    width: calc( 100% - 2px );
  }
}


/*** Monthly Archive ***/

.widget-area ul li.widget_archive ul {
  display: table;
  padding: 10px 1%;
  margin: 1px 0 0 0;
  background-color: #f6f6f6;
}


.widget-area ul li.widget_archive ul li {
  list-style: none;
  border: none;
  display: block;
  margin: 1%;
  float: left;
}


.widget-area ul li.widget_archive ul li a {
  display: block;
  background-color: #fff;
  border: 1px solid #d5d5d5;
  padding: 0.35rem 0;
  margin: 0;
  position: relative;
  top: -1px;
  white-space: nowrap;
  font-size: 0.7rem;
  text-align: center;
  text-indent: 0;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


.widget-area ul li.widget_archive ul li a:hover {
  border: 1px solid #d5d5d5;
  background-color: #e7e7e7;
}


.widget-area ul li.widget_archive ul li a:before {
  content: none;
  margin: 0;
}


@media (min-width: 1025px) {
  .widget-area ul li.widget_archive ul li {
    width: 31.33%;
  }
}

@media (min-width: 851px) and (max-width: 1024px) {
  .widget-area ul li.widget_archive ul li {
    width: 10.5%;
  }
}

@media (min-width: 769px) and (max-width: 850px) {
  .widget-area ul li.widget_archive ul li {
    width: 12.28%;
  }
}

@media (min-width: 661px) and (max-width: 768px) {
  .widget-area ul li.widget_archive ul li {
    width: 14.66%;
  }
}

@media (min-width: 551px) and (max-width: 660px) {
  .widget-area ul li.widget_archive ul li {
    width: 18%;
  }
}

@media (min-width: 481px) and (max-width: 550px) {
  .widget-area ul li.widget_archive ul li {
    width: 23%;
  }
}

@media (max-width: 480px) {
  .widget-area ul li.widget_archive ul li {
    width: 31.33%;
  }
}


.widget-area ul.children, 
.widget-area ul.sub-menu {
  padding: 0;
}


.widget-area ul li ul.children li a, 
.widget-area ul li ul.sub-menu li a {
  padding: 10px 10px 10px 25px;
}


.widget-area .tagcloud {
  padding: 0.5rem;
}


/*** Sidebar Icons ***/

.widget_calendar:before {
  content: "\f508";
  font-family: "Dashicons";
  font-size: 1.25rem;
  line-height: 30px;
  color: #fff;
  background: #121212;
  padding-right: 0.3rem;
  padding-left: 0.3rem;
  vertical-align: middle;
  display: table-cell;
}


.widget_archive:before {
  content: "\f145";
  font-family: "Dashicons";
  font-size: 1.25rem;
  line-height: 30px;
  color: #fff;
  background: #121212;
  padding-right: 0.3rem;
  padding-left: 0.3rem;
  vertical-align: middle;
  display: table-cell;
}


.widget_recent_entries:before {
  content: "\f464";
  font-family: "Dashicons";
  font-size: 1.25rem;
  line-height: 30px;
  color: #fff;
  background: #121212;
  padding-right: 0.3rem;
  padding-left: 0.3rem;
  vertical-align: middle;
  display: table-cell;
}


.widget_tag_cloud:before {
  content: "\f323";
  font-family: "Dashicons";
  font-size: 1.25rem;
  line-height: 30px;
  color: #fff;
  background: #121212;
  padding-right: 0.3rem;
  padding-left: 0.3rem;
  vertical-align: middle;
  display: table-cell;
}


.widget_categories:before {
  content: "\f318";
  font-family: "Dashicons";
  font-size: 1.25rem;
  line-height: 30px;
  color: #fff;
  background: #121212;
  padding-right: 0.3rem;
  padding-left: 0.3rem;
  vertical-align: middle;
  display: table-cell;
}


.widget_nav_menu:before {
  content: "\f318";
  font-family: "Dashicons";
  font-size: 1.25rem;
  line-height: 30px;
  color: #fff;
  background: #121212;
  padding-right: 0.3rem;
  padding-left: 0.3rem;
  vertical-align: middle;
  display: table-cell;
}


.widget_text:before {
  content: "\f103";
  font-family: "Dashicons";
  font-size: 1.25rem;
  line-height: 30px;
  color: #fff;
  background: #121212;
  padding-right: 0.3rem;
  padding-left: 0.3rem;
  vertical-align: middle;
  display: table-cell;
}

@media (max-width: 480px) {
  .widget_calendar:before, 
  .widget_archive:before, 
  .widget_recent_entries:before, 
  .widget_tag_cloud:before, 
  .widget_categories:before, 
  .widget_nav_menu:before, 
  .widget_text:before {
    font-size: 1rem;
  }
}


/*** Calendar ***/

#calendar_wrap {
  padding: 10px 1% 5px 1%;
  margin-top: 1px;
  background-color: #f6f6f6;
}


#wp-calendar {
  width: 100%;
}


table#wp-calendar {
  border-collapse: separate;
  border-spacing: 0.2rem;
}


#wp-calendar caption {
  color: #121212;
  font-size: 0.8rem;
  line-height: 1.0em;
  font-weight: bold;
  padding-bottom: 5px;
  text-align: center;
}


#wp-calendar thead {
  font-size: 0.6rem;
}


#wp-calendar thead th {
  text-align: center;
}


#wp-calendar tbody {
}


#wp-calendar tbody td {
  background: #fff;
  border: 1px solid #d5d5d5;
  padding: 0.2rem;
  text-align: center;
}


#wp-calendar tbody .pad {
  background: none;
  border: none;
}


#calendar_wrap .wp-calendar-nav {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding: 5px;
}



/* Article */


article {
  text-align: left;
  padding: 0;
  margin: 0 0 2rem 0;
}

@media (min-width: 769px) {
  article {
    margin: 0 0 4rem 0;
  }
}



/* Pagination */


.pagenationmm {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  padding: 0;
  margin: 0;
}


.pagination {
  clear: both;
  padding: 2rem 0;
  margin: 0;
  position: relative;
  font-size: 0.9rem;
  line-height: 1.4rem;
  text-align: center;
}

@media (min-width: 769px) {
  .pagination {
    font-size: 1.0rem;
    line-height: 1.6rem;
  }
}


.pagination span, .pagination a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0px;
  padding: 0;
  text-decoration: none;
  min-width: 1.4rem;
  color: #222;
  background: #fff;
  border: 1px solid #d5d5d5;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 769px) {
  .pagination span, .pagination a {
    min-width: 1.6rem;
  }
}


.pagination a:hover {
  background: #e7e7e7;
}


.pagination .current {
  padding: 0;
  background: #c00117;
  color: #fff;
  white-space: nowrap;
}


a.more-link {
  display: block;
  float: left;
  font-size: 0.9rem;
  line-height: 2rem;
  color: #fff;
  background: #121212;
  margin: 0 auto;
  text-align: center;
  width: 7.0rem;
  padding: 0 0.5rem;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


a.more-link:hover {
  background-color: #c00117;
}


div.nav-below {
  width: 16rem;
  margin: 2rem auto;
  overflow: auto;
  text-align: center;
}

@media (min-width: 769px) {
  div.nav-below {
    margin: 4rem auto;
  }
}


.nav-previous a {
  display: block;
  width: 7.0rem;
  font-size: 0.9rem;
  line-height: 2rem;
  color: #fff;
  background: #121212;
  margin: 1em auto;
  text-align: center;
  padding: 0 0.5rem;
  text-decoration: none;
  white-space: nowrap;
  float: left;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


.nav-next a {
  display: block;
  width: 7.0rem;
  font-size: 0.9rem;
  line-height: 2rem;
  color: #fff;
  background: #121212;
  margin: 1em auto;
  text-align: center;
  padding: 0 0.5rem;
  text-decoration: none;
  white-space: nowrap;
  float: right;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


.nav-previous a:hover, 
.nav-next a:hover {
  background-color: #c00117;
}



/* Comments */


#comments {
  clear: both;
  border-top: 1px solid #d5d5d5;
  padding: 0.5rem 0 0 0;
  text-align: left;
}


#comments .navigation {
  padding: 0 0 18px 0;
}


h3#comments-title, 
h3#reply-title {
  font-size: 1.0rem;
  font-weight: normal;
  margin-bottom: 0;
}


h3#comments-title {
  padding: 24px 0;
}


.commentlist {
  list-style: none;
  margin: 0;
}


.commentlist li.comment {
  border-bottom: 1px solid #d5d5d5;
  line-height: 21px;
  margin: 0 0 24px 0;
  padding: 0 0 0 40px;
  position: relative;
}


.commentlist li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}


#comments .comment-body ul, 
#comments .comment-body ol {
  margin-bottom: 18px;
}


#comments .comment-body p:last-child {
  margin-bottom: 6px;
}


#comments .comment-body blockquote p:last-child {
  margin-bottom: 24px;
}


.commentlist p {
  font-size: 0.7rem;
  line-height: 1.5em;
  margin-bottom: 0.5rem;
}


ol.commentlist {
  margin: 0;
  padding: 0;
  text-align: left;
}


.commentlist ol {
  list-style: decimal;
}


.commentlist .avatar {
  position: absolute;
  top: 4px;
  left: 0;
}


.comment-author {
}


.comment-author cite {
  font-style: normal;
  font-weight: bold;
}


.comment-author .says {
  font-size: 0.8rem;
}


.comment-meta {
  font-size: 12px;
  margin: 0 0 10px 0;
}


.comment-meta a:link, 
.comment-meta a:visited {
  text-decoration: none;
}


.comment-meta a:active, 
.comment-meta a:hover {
}


.commentlist .even {
}


.commentlist .bypostauthor {
}


.reply {
  font-size: 12px;
  padding: 0 0 1.5rem 0;
}


.commentlist .reply a {
  display: block;
  width: 3rem;
  padding: 0 0.5rem;
  background: #121212;
  font-size: 0.8rem;
  line-height: 1.6rem;
  color: #fff;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


.commentlist .reply a:hover {
  background-color: #c00117;
}


a.comment-edit-link {
  color: #888;
}


.commentlist .children {
  list-style: none;
  margin: 0;
  padding: 0;
}


.commentlist .children li {
  border: none;
  margin: 0;
}


.nopassword, .nocomments {
  display: none;
}


#comments .pingback {
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 18px;
  padding-bottom: 18px;
}


.commentlist li.comment+li.pingback {
  margin-top: -6px;
}


#comments .pingback p {
  color: #888;
  display: block;
  font-size: 12px;
  line-height: 18px;
  margin: 0;
}


#comments .pingback .url {
  font-size: 13px;
  font-style: italic;
}



/* Comments form */


#respond {
  border-top: 1px solid #d5d5d5;
  margin: 24px 0;
  padding: 0.5rem 0 0 0;
  overflow: hidden;
  position: relative;
  text-align: left;
}


#respond p {
  display: block;
  font-size: 0.7rem;
  line-height: 1.5em;
  margin: 0;
  clear: both;
}


#respond .comment-notes {
  margin-bottom: 1em;
}


.form-allowed-tags {
  line-height: 1em;
}


.children #respond {
  margin: 0 48px 0 0;
}


h3#reply-title {
  margin: 0 0 0.5rem 0;
}


#comments-list #respond {
  margin: 0 0 18px 0;
}


#comments-list ul #respond {
  margin: 0;
}


#cancel-comment-reply-link {
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
}


#respond input {
  margin: 0;
  width: 100%;
}

@media (min-width: 769px) {
  #respond input {
    width: 480px;
  }
}


#respond input[type="submit"] {
  cursor: pointer;
}


#respond textarea {
  width: 100%;
}


#respond .form-allowed-tags {
  color: #888;
  font-size: 12px;
  line-height: 18px;
}


#respond .form-allowed-tags code {
  font-size: 11px;
}


#respond .form-submit {
  margin: 2rem 0 0 0;
}


#respond .form-submit input {
  font-size: 1rem;
}


#respond p.comment-form-comment, 
#respond p.comment-form-author, 
#respond p.comment-form-email, 
#respond p.comment-form-url, 
#respond p.comment-form-cookies-consent {
  margin-top: 1.5rem;
}

#respond p.comment-form-cookies-consent {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  line-height: 1.25em;
}

#respond p.comment-form-cookies-consent input[type="checkbox"] {
  display: inline-block;
  width: 16px;
  margin: 3px 0 0 0;
}


#respond p.comment-form-cookies-consent label {
  display: inline-block;
  width: calc( 100% - 16px );
  padding: 2px 0 0 4px;
}

#respond .required {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.9rem;
  font-weight: normal;
  vertical-align: middle;
  color: #c00117;
  margin: 0;
}

#respond p label {
  font-size: 0.7rem;
  margin: 0;
}

#respond input {
  display: block;
}



/* FORM Objects */


.form-content {
  width: 100%;
  padding: 20px 0 0 0;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .form-content {
    padding: 40px 0 0 0;
  }
}


.form-content .inquiry-tx {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .form-content .inquiry-tx {
    padding: 40px 0 0 0;
  }
}


.form-content .inquiry-tx p {
  font-size: 11px;
  line-height: 2em;
  text-align: left;
  margin-bottom: 0;
}

@media (min-width: 481px) {
  .form-content .inquiry-tx p {
    font-size: 14px;
  }
}

@media (min-width: 769px) {
  .form-content .inquiry-tx p {
    font-size: 16px;
  }
}


.form-content .inquiry-tx p label {
  font-size: 12px;
  font-weight: 500;
}

@media (min-width: 481px) {
  .form-content .inquiry-tx p label {
    font-size: 16px;
  }
}

@media (min-width: 769px) {
  .form-content .inquiry-tx p label {
    font-size: 20px;
  }
}


.form-content .inquiry-tx p label .wpcf7-acceptance input[type="checkbox"] {
  width: 14px;
  height: 14px;
}

@media (min-width: 481px) {
  .form-content .inquiry-tx p label .wpcf7-acceptance input[type="checkbox"] {
    width: 16px;
    height: 16px;
  }
}

@media (min-width: 769px) {
  .form-content .inquiry-tx p label .wpcf7-acceptance input[type="checkbox"] {
    width: 20px;
    height: 20px;
  }
}


.form-content .inquiry-tx p a {
  text-decoration: underline;
}


.form-content .inquiry-tx p a:hover {
  color: #c00517;
  text-decoration: underline;
}


.form-content .inquiry-tx p .fa {
  margin-left: 0.15em;
}


.form-content-satei {
  width: 100%;
  padding: 10px 20px 0 20px;
  margin: 0 auto;
}

@media (min-width: 1025px) {
  .form-content-satei {
    max-width: 520px;
  }
}


.form-content-satei h3 {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: bold;
  color: #121212;
  text-align: center;
  margin: 0 auto;
}


.form-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 5px 0;
  margin: 0 auto 15px;
}

@media (min-width: 481px) {
  .form-wrap {
    padding: 5px;
  }
}


.form-col {
  width: 100%;
  padding: 0;
  margin: 5px 0;
}

@media (min-width: 481px) {
  .form-col {
    width: calc( 50% - 10px );
    margin: 5px;
  }
}


.form-col-full {
  width: 100%;
  padding: 0;
  margin: 5px 0;
  text-align: center;
}


.form-col-full p {
  font-size: 12px;
  line-height: 1em;
  margin: 0;
}


.satei-submit {
  padding: 0;
}


.entry-submit {
  padding: 20px 0 0 0;
}

@media (min-width: 481px) {
  .entry-submit {
    padding: 25px 0 0 0;
  }
}

@media (min-width: 769px) {
  .entry-submit {
    padding: 40px 0 0 0;
  }
}


.formbox-mini {
  width: 110px;
}


.formbox-short {
  width: 100%;
}

@media (min-width: 481px) {
  .formbox-short {
    max-width: 240px;
  }
}


.formbox-middle {
  width: 100%;
}

@media (min-width: 481px) {
  .formbox-middle {
    max-width: 480px;
  }
}


.formbox-long {
  width: 100%;
}


.formbox-multi {
  margin-top: 2px;
}


input[type="text"], 
input[type="tel"], 
input[type="email"], 
input[type="number"], 
input[type="file"], 
input[type="password"], 
textarea, 
select {
  border: 1px solid #d5d5d5;
  padding: 8px 10px;
  font-size: 16px;
  line-height: 1.5em;
  background: #f6f6f6;
  border-radius: 5px;
}

@media (min-width: 481px) {
  input[type="text"], 
  input[type="tel"], 
  input[type="email"], 
  input[type="number"], 
  input[type="file"], 
  input[type="password"], 
  textarea, 
  select {
    font-size: 14px;
  }
}


input[type="submit"], 
input[type="reset"], 
input[type="button"] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  width: 200px;
  height: 40px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: 1px;
  color: #fff;
  text-decoration: none;
  border-radius: 20px;
  background-color: #000;
  background-image: linear-gradient(180deg, rgba(105, 105, 105, 1), rgba(0, 0, 0, 1));
  cursor: pointer;
}


input[type="submit"]:hover, 
input[type="reset"]:hover, 
input[type="button"]:hover {
  color: #000;
  text-decoration: none;
  background-color: #fff;
  background-image: none;
  border: 1px solid #000;
}


input[disabled] {
  cursor: default;
  pointer-events: none;
  opacity: 0.7;
}


p.go-submit {
  padding: 0;
  margin: 0 auto;
  text-align: center;
}


.form-content .required {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 3px 6px;
  margin: 0 auto 0 1em;
  font-size: 11px;
  line-height: 1em;
  font-weight: normal;
  color: #fff;
  background-color: #c00517;
  border-radius: 3px;
}

@media (min-width: 481px) {
  .form-content .required {
    padding: 3px 6px;
    font-size: 12px;
  }
}

@media (min-width: 769px) {
  .form-content .required {
    padding: 4px 8px;
    font-size: 12px;
  }
}

@media (min-width: 1025px) {
  .form-content .required {
    padding: 4px 10px;
    font-size: 14px;
  }
}


.formInner .wpcf7-list-item {
  margin: 9px 0 9px 1em;
}


.formInner .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}


.sent .formInner {
  display: none;
}


.complete-display {
  display: none;
}


.sent .complete-display {
  width: 100%;
  height: auto;
  margin: 0px auto 0px auto;
  padding: 6rem 0;
  display: block;
  text-align: center;
}


.sent .complete-display h3 {
  margin: 0 0 1rem 0;
  padding: 0;
  font-size: 1.2rem;
  line-height: 1.4em;
  font-weight: bold;
}


div.wpcf7 img.ajax-loader {
  border: none;
  vertical-align: middle;
  margin: 1rem auto;
  width: auto;
  max-width: 100%;
  height: auto;
}



/* Header / Menu / Overrite drawer.css */

header {
  background-color: rgba(192,1,23,0.8);
}


@media screen and (min-width: 1025px) {
  .drawer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
  }
}


.drawer-navbar .drawer-navbar-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 10px;
  height: 60px;
  background-color: transparent;
  border-bottom: none;
}

.drawer-navbar.smaller .drawer-navbar-header {
  height: 40px;
}

@media screen and (min-width: 481px) {
  .drawer-navbar .drawer-navbar-header {
    height: 60px;
    padding: 0 0 0 15px;
  }
  
  .drawer-navbar.smaller .drawer-navbar-header {
    height: 60px;
  }
}

@media screen and (min-width: 1025px) {
  .drawer-navbar .drawer-navbar-header {
    width: 100%;
    max-width: 406px;
    height: 120px;
    padding: 0 30px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  
  .drawer-navbar.smaller .drawer-navbar-header {
    height: 60px;
  }
}

@media screen and (min-width: 1200px) {
  .drawer-navbar .drawer-navbar-header {
    max-width: 429px;
  }
  
  .drawer-navbar.smaller .drawer-navbar-header {
    height: 60px;
  }
}


.drawer-navbar a.drawer-brand {
  width: 230px;
  height: 30px;
  padding: 0;
  margin: 0;
  line-height: 1em;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: none;
  background-image: url("img/common/logo-with-carcom-w.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.drawer-navbar.smaller a.drawer-brand {
  width: 184px;
  height: 24px;
}

@media screen and (min-width: 481px) {
  .drawer-navbar a.drawer-brand {
    width: 276px;
    height: 36px;
  }
  
  .drawer-navbar.smaller a.drawer-brand {
    width: 276px;
    height: 36px;
  }
}

@media screen and (min-width: 1025px) {
  .drawer-navbar a.drawer-brand {
    width: 346px;
    height: 45px;
  }
  
  .drawer-navbar.smaller a.drawer-brand {
    width: 307px;
    height: 40px;
  }
}

@media screen and (min-width: 1200px) {
  .drawer-navbar a.drawer-brand {
    width: 369px;
    height: 48px;
  }
  
  .drawer-navbar.smaller a.drawer-brand {
    width: 307px;
    height: 40px;
  }
}


.drawer--right .drawer-hamburger, 
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (min-width: 1025px) {
  .drawer--right .drawer-hamburger, 
  .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    top: 21px;
    right: 30px;
  }
  
  .drawer--right .smaller .drawer-hamburger, 
  .drawer--right.drawer-open .drawer-navbar.smaller .drawer-hamburger {
    top: 0;
    right: 30px;
  }
}


button.drawer-hamburger {
  box-sizing: border-box;
  width: 60px;
  padding: 21px 1.1rem 29px 1.1rem;
}

.smaller button.drawer-hamburger {
  width: 40px;
  padding: 11px 0.6rem 19px 0.6rem;
}

@media screen and (min-width: 481px) {
  button.drawer-hamburger {
    width: 60px;
    padding: 21px 1.1rem 29px 1.1rem;
  }
  
  .smaller button.drawer-hamburger {
    width: 60px;
    padding: 21px 1.1rem 29px 1.1rem;
  }
}

@media screen and (min-width: 1025px) {
  button.drawer-hamburger {
    width: 78px;
    padding: 16px 15px 36px 15px;
  }
  
  .smaller button.drawer-hamburger {
    width: 60px;
    padding: 19px 1.1rem 29px 1.1rem;
  }
  
  button.drawer-hamburger {
    display: none;
  }
  
  .smaller button.drawer-hamburger {
    display: none;
  }
  
}


button.drawer-hamburger:hover .drawer-hamburger-icon, 
button.drawer-hamburger:hover .drawer-hamburger-icon::before, 
button.drawer-hamburger:hover .drawer-hamburger-icon::after {
  background-color: #fff;
}


.drawer-open button.drawer-hamburger:hover .drawer-hamburger-icon {
  background-color: transparent;
}


.drawer-open button.drawer-hamburger, 
button.drawer-hamburger:hover {
  color: #fff;
  background-color: #c00117;
}


.drawer-open .drawer-hamburger-icon::before, 
.drawer-open .drawer-hamburger-icon::after {
  background-color: #fff;
}


.drawer-hamburger-icon {
  height: 2px;
  margin-top: 8px;
  background-color: #fff;
}

@media screen and (min-width: 1025px) {
  .drawer-hamburger-icon {
    height: 2px;
    margin-top: 20px;
  }
  
  .smaller .drawer-hamburger-icon {
    height: 2px;
    margin-top: 8px;
  }
}


.drawer-hamburger-icon::before {
  height: 2px;
  top: -8px;
  background-color: #fff;
}

@media screen and (min-width: 1025px) {
  .drawer-hamburger-icon::before {
    height: 2px;
    top: -20px;
  }
  
  .smaller .drawer-hamburger-icon::before {
    height: 2px;
    top: -8px;
  }
  
  .drawer-open .smaller .drawer-hamburger-icon::before {
    top: 0;
  }
}


.drawer-hamburger-icon::after {
  height: 2px;
  top: 8px;
  background-color: #fff;
}

@media screen and (min-width: 1025px) {
  .drawer-hamburger-icon::after {
    height: 2px;
    top: 20px;
  }
  
  .smaller .drawer-hamburger-icon::after {
    height: 2px;
    top: 8px;
  }
  
  .drawer-open .smaller .drawer-hamburger-icon::after {
    top: 0;
  }
}


.drawer--navbarTopGutter {
  padding-top: 60px;
}

.smaller .drawer--navbarTopGutter {
  padding-top: 40px;
}

@media screen and (min-width: 481px) {
  .drawer--navbarTopGutter {
    padding-top: 60px;
  }
  
  .smaller .drawer--navbarTopGutter {
    padding-top: 60px;
  }
}

@media screen and (min-width: 1025px) {
  .drawer--navbarTopGutter {
    padding-top: 120px;
  }
  
  .smaller .drawer--navbarTopGutter {
    padding-top: 60px;
  }
}


.drawer--navbarTopGutter main.front-main {
  margin-top: -60px;
}

.smaller .drawer--navbarTopGutter main.front-main {
  margin-top: -40px;
}

@media screen and (min-width: 481px) {
  .drawer--navbarTopGutter main.front-main {
    margin-top: -60px;
  }
  
  .smaller .drawer--navbarTopGutter main.front-main {
    margin-top: -60px;
  }
}

@media screen and (min-width: 1025px) {
  .drawer--navbarTopGutter main.front-main {
    margin-top: -120px;
  }
  
  .smaller .drawer--navbarTopGutter main.front-main {
    margin-top: -60px;
  }
}


.drawer-navbar .drawer-nav {
  width: 300px;
  padding-top: 0;
  margin-top: 60px;
}

.drawer-navbar.smaller .drawer-nav {
  margin-top: 40px;
}

@media screen and (min-width: 481px) {
  .drawer-navbar .drawer-nav {
    margin-top: 60px;
  }
  
  .drawer-navbar.smaller .drawer-nav {
    margin-top: 0;
  }
}

@media screen and (min-width: 1025px) {
  .drawer-navbar .drawer-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-content: center;
    width: auto;
    height: 120px;
    padding-top: 8px;
    margin-top: 0;
    background-color: transparent;
    right: 0;
    z-index: 103;
  }
  
  .drawer-navbar.smaller .drawer-nav {
    height: 60px;
  }
}

@media screen and (min-width: 1200px) {
  .drawer-navbar .drawer-nav {
    padding-top: 10px;
  }
}


.drawer--right .drawer-nav {
  right: -300px;
  background-color: rgba(255,255,255,0.95);
}

@media screen and (min-width: 1025px) {
  .drawer--right .drawer-nav {
    position: relative;
    right: 0;
    background-color: transparent;
    transition: all 0.5s ease;
  }
}


@media screen and (min-width: 1025px) {
  .drawer-navbar ul.drawer-menu {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-content: center;
    align-content: center;
    width: 100%;
    height: 24px;
    padding: 0 15px 0 0;
  }
}

@media screen and (min-width: 1200px) {
  .drawer-navbar ul.drawer-menu {
    padding: 0 30px 0 0;
  }
}


.drawer-navbar ul.drawer-menu li {
  border-bottom: 1px solid #ddd;
}

@media screen and (min-width: 1025px) {
  .drawer-navbar ul.drawer-menu li {
    display: inline-block;
    width: auto;
    height: 24px;
    margin: 0 4px;
    border-bottom: 0;
  }
}

@media screen and (min-width: 1200px) {
  .drawer-navbar ul.drawer-menu li {
    margin: 0 8px;
  }
}


.drawer-navbar ul.drawer-menu li.divider {
  display: none;
}

@media screen and (min-width: 1025px) {
  .drawer-navbar ul.drawer-menu li.divider {
    display: inline-block;
    height: 24px;
    margin: 0;
  }
}


@media screen and (min-width: 1025px) {
  .divider-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    width: auto;
    height: 24px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
  }
}

@media screen and (min-width: 1200px) {
  .divider-content {
    font-size: 20px;
  }
}


.drawer-navbar ul.drawer-menu li a.drawer-menu-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  width: 100%;
  height: 40px;
  padding: 0 40px 0 15px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-decoration: none;
  background-color: transparent;
  position: relative;
}

@media screen and (min-width: 481px) {
  .drawer-navbar ul.drawer-menu li a.drawer-menu-item {
    height: 60px;
  }
}

@media screen and (min-width: 1025px) {
  .drawer-navbar ul.drawer-menu li a.drawer-menu-item {
    height: 24px;
    padding: 0 8px;
    font-size: 16px;
    color: #fff;
  }
}

@media screen and (min-width: 1200px) {
  .drawer-navbar ul.drawer-menu li a.drawer-menu-item {
    padding: 0 8px;
    font-size: 18px;
  }
}


.drawer-navbar ul.drawer-menu li a.drawer-menu-item::after {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  width: 50px;
  height: 40px;
  font-family: FontAwesome;
  content: "\f054";
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (min-width: 481px) {
  .drawer-navbar ul.drawer-menu li a.drawer-menu-item::after {
    height: 60px;
  }
}

@media screen and (min-width: 1025px) {
  .drawer-navbar ul.drawer-menu li a.drawer-menu-item::after {
    display: none;
  }
}


.drawer-navbar ul.drawer-menu li a.drawer-menu-item:hover {
  color: #fff;
  background-color: #999;
}

@media screen and (min-width: 1025px) {
  .drawer-navbar ul.drawer-menu li a.drawer-menu-item:hover {
    background-color: transparent;
    text-decoration: underline;
  }
}


.drawer-navbar ul.drawer-menu li a.drawer-menu-item:hover::after {
  color: #fff;
}


.drawer-navbar ul.drawer-menu li a.drawer-menu-item .mn-en {
  display: block;
  width: 100%;
  font-size: 1.1em;
  line-height: 1em;
  font-weight: bold;
  color: #333;
  text-align: left;
}


.drawer-navbar ul.drawer-menu li a.drawer-menu-item:hover .mn-en {
  color: #fff;
}


.drawer-navbar ul.drawer-menu li a.drawer-menu-item .mn-jp {
  display: block;
  font-size: 0.9em;
  line-height: 1em;
  color: #999;
  text-align: left;
  margin: 0.75em auto 0 0;
}


.drawer-navbar ul.drawer-menu li a.drawer-menu-item:hover .mn-jp {
  color: #fff;
}


.drawer-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}



/* Footer */

footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  height: auto;
  padding: 15px 15px 145px 15px;
  margin: 0;
  background-color: #c00117;
}

@media screen and (min-width: 481px) {
  footer {
    padding: 25px 3% 175px 3%;
  }
}

@media screen and (min-width: 769px) {
  footer {
    padding: 40px 4%;
  }
}

@media screen and (min-width: 1025px) {
  footer {
    padding: 50px 5%;
  }
}


.ft-logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  pading: 0;
  margin: 10px auto;
}

@media screen and (min-width: 481px) {
  .ft-logo {
    margin: 15px auto;
  }
}

@media screen and (min-width: 769px) {
  .ft-logo {
    margin: 20px auto;
  }
}

@media screen and (min-width: 1025px) {
  .ft-logo {
    margin: 30px auto;
  }
}


.ft-logo p {
  display: block;
  width: 180px;
  height: 60px;
  padding: 0;
  margin: 0 auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url("img/common/logo_w.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media screen and (min-width: 481px) {
  .ft-logo p {
    width: 210px;
    height: 70px;
  }
}

@media screen and (min-width: 769px) {
  .ft-logo p {
    width: 240px;
    height: 80px;
  }
}

@media screen and (min-width: 1025px) {
  .ft-logo p {
    width: 300px;
    height: 100px;
  }
}


.sns-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  pading: 0;
  margin: 0 auto;
}

@media screen and (min-width: 481px) {
  .sns-wrap {
    margin: 5px auto;
  }
}

@media screen and (min-width: 769px) {
  .sns-wrap {
    margin: 10px auto;
  }
}

@media screen and (min-width: 1025px) {
  .sns-wrap {
    margin: 15px auto;
  }
}


.sns-col {
  display: inline-block;
  width: auto;
  padding: 0;
  margin: 15px;
}


.sns-col a {
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}


.sns-col a.sns-line {
  background-image: url("img/common/ic-line_b.png");
}


.sns-col a.sns-line:hover {
  background-image: url("img/common/ic-line.png");
}


.sns-col a.sns-insta {
  background-image: url("img/common/ic-insta_b.png");
}


.sns-col a.sns-insta:hover {
  background-image: url("img/common/ic-insta.png");
}


ul.ft-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 1px;
  margin: 0 auto 15px auto;
}

@media screen and (min-width: 481px) {
  ul.ft-nav {
    margin: 0 auto 20px auto;
  }
}

@media screen and (min-width: 769px) {
  ul.ft-nav {
    margin: 0 auto 30px auto;
  }
}

@media screen and (min-width: 1025px) {
  ul.ft-nav {
    padding: 0;
    margin: 0 auto 40px auto;
  }
}


ul.ft-nav li {
  display: block;
  width: calc( 100% - 2px );
  padding: 0;
  margin: 1px;
}

@media screen and (min-width: 481px) {
  ul.ft-nav li {
    width: calc( 50% - 2px );
  }
}

@media screen and (min-width: 769px) {
  ul.ft-nav li {
    width: calc( 25% - 2px );
  }
}

@media screen and (min-width: 1025px) {
  ul.ft-nav li {
    display: inline-block;
    width: auto;
    padding: 0;
    margin: 0 10px;
  }
}


ul.ft-nav li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  width: 100%;
  height: 30px;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 1em;
  color: #fff;
  text-decoration: none;
  background-color: rgba(0,0,0,0.3);
  list-style: none;
}

@media screen and (min-width: 1025px) {
  ul.ft-nav li a {
    display: inline-block;
    width: auto;
    margin: 0;
    font-size: 12px;
    background-color: transparent;
  }
}


ul.ft-nav li a:hover {
  color: #fff;
  text-decoration: none;
  background-color: rgba(255,255,255,0.4);
}

@media screen and (min-width: 1025px) {
  ul.ft-nav li a:hover {
    color: #fff;
    text-decoration: underline;
    background-color: transparent;
  }
}


ul.ft-nav li a .fa {
  margin: 0.15em 0 0 0.2em;
}


footer p.copy {
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 1em;
  letter-spacing: 0.5px;
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 481px) {
  footer p.copy {
    font-size: 14px;
  }
}

@media screen and (min-width: 769px) {
  footer p.copy {
    font-size: 16px;
  }
}


.cap-container {
  width: 100%;
  padding: 30px 0 20px 0;
  margin: 0 auto;
  text-align: center;
}

@media screen and (min-width: 481px) {
  .cap-container {
    padding: 35px 0 25px 0;
  }
}

@media screen and (min-width: 769px) {
  .cap-container {
    padding: 45px 0 30px 0;
  }
}

@media screen and (min-width: 1025px) {
  .cap-container {
    padding: 50px 0 30px 0;
  }
}


h2.section-cap {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: bold;
  text-align: center;
  color: #121212;
  margin-bottom: 0.2em;
}

@media screen and (min-width: 481px) {
  h2.section-cap {
    font-size: 24px;
  }
}

@media screen and (min-width: 769px) {
  h2.section-cap {
    font-size: 30px;
  }
}

@media screen and (min-width: 1025px) {
  h2.section-cap {
    font-size: 40px;
  }
}


h2.section-cap-inverse {
  color: #fff;
}


h2.section-cap-2nd {
  font-size: 18px;
  font-weight: bold;
}

@media screen and (min-width: 481px) {
  h2.section-cap-2nd {
    font-size: 20px;
  }
}

@media screen and (min-width: 769px) {
  h2.section-cap-2nd {
    font-size: 24px;
  }
}

@media screen and (min-width: 1025px) {
  h2.section-cap-2nd {
    font-size: 30px;
  }
}


h2.section-cap span.cap-marker {
  background:linear-gradient(transparent 60%, #fdfb41 60%);
}


h3.section-cap {
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 300;
  text-align: left;
  color: #121212;
  margin-bottom: 0.5em;
}

@media screen and (min-width: 481px) {
  h3.section-cap {
    font-size: 22px;
  }
}

@media screen and (min-width: 769px) {
  h3.section-cap {
    font-size: 24px;
  }
}

@media screen and (min-width: 1025px) {
  h3.section-cap {
    font-size: 28px;
  }
}


h3.section-cap-c {
  text-align: center;
}


h3.section-subcap {
  font-size: 0.9em;
  line-height: 1.4em;
  font-weight: 400;
  text-align: left;
  color: #121212;
  margin-bottom: 1em;
}

@media screen and (min-width: 481px) {
  h3.section-subcap {
    font-size: 1.1em;
  }
}

@media screen and (min-width: 769px) {
  h3.section-subcap {
    font-size: 1.3em;
  }
}

@media screen and (min-width: 1025px) {
  h3.section-subcap {
    font-size: 1.5em;
  }
}


h3.section-subcap-inverse {
  color: #fff;
}


h3.section-subcap .fa {
  margin: 0 0.15em;
}


h3.content-cap {
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 1.5em;
  text-align: center;
  color: #314075;
  margin-bottom: 1em;
}

@media screen and (min-width: 481px) {
  h3.content-cap {
    font-size: 16px;
  }
}

@media screen and (min-width: 769px) {
  h3.content-cap {
    font-size: 20px;
  }
}

@media screen and (min-width: 1025px) {
  h3.content-cap {
    font-size: 24px;
  }
}


h3.form-cap {
  display: block;
  width: 100%;
  padding: 5px 10px;
  margin: 0 auto 1em;
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
  color: #121212;
}

@media screen and (min-width: 481px) {
  h3.form-cap {
    font-size: 20px;
  }
}


h3.section-body {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: normal;
  text-align: center;
  color: #121212;
  margin-bottom: 0.5em;
}

@media screen and (min-width: 481px) {
  h3.section-body {
    font-size: 20px;
  }
}

@media screen and (min-width: 769px) {
  h3.section-body {
    font-size: 24px;
  }
}

@media screen and (min-width: 1025px) {
  h3.section-body {
    font-size: 30px;
  }
}


p.content-body {
  display: block;
  width: 100%;
  padding: 0px;
  margin: 0 auto 1em;
  font-size: 0.9em;
  line-height: 1.8em;
  font-weight: normal;
  text-align: center;
  color: #555;
}

@media screen and (min-width: 481px) {
  p.content-body {
    font-size: 1.2em;
  }
}

@media screen and (min-width: 769px) {
  p.content-body {
    font-size: 1.6em;
  }
}

@media screen and (min-width: 1025px) {
  p.content-body {
    font-size: 2em;
  }
}


p.content-body .content-body-caution {
  font-weight: bold;
}


p.go-archive {
  text-align: center;
  padding: 30px;
  margin: 0 auto;
}

/*@media screen and (min-width: 769px) {
  p.go-archive {
    text-align: right;
  }
}*/


p.go-archive a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  width: 240px;
  height: 50px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1em;
  font-weight: 400;
  /*letter-spacing: 1px;*/
  color: #fff;
  text-decoration: none;
  border-radius: 25px;
  background-color: #c00517;
  background-image: linear-gradient(180deg, rgba(209, 53, 70, 1), rgba(192, 5, 23, 1));
}

@media screen and (min-width: 481px) {
  p.go-archive a {
    width: 300px;
    height: 60px;
    font-size: 24px;
    border-radius: 30px;
  }
}

@media screen and (min-width: 769px) {
  p.go-archive a {
    width: 360px;
  }
}


p.go-archive a:hover {
  color: #c00517;
  text-decoration: none;
  background-color: #fff;
  background-image: none;
  border: 1px solid #c00517;
}


p.go-archive-inverse a {
  background-color: #131313;
  background-image: linear-gradient(180deg, rgba(102, 102, 102, 1), rgba(19, 19, 19, 1));
}


p.go-archive-inverse a:hover {
  color: #000;
  text-decoration: none;
  background-color: #fff;
  background-image: none;
  border: 1px solid #000;
}


p.go-archive a .fa {
  font-size: 18px;
  line-height: 1em;
  margin-right: 0.25em;
  margin-left: 0.25em;
}

@media screen and (min-width: 481px) {
  p.go-archive a .fa {
    font-size: 24px;
  }
}


p.go-archive-2nd {
  text-align: center;
  position: absolute;
  bottom: 30px;
  left: calc( 50% - 120px );
}

@media screen and (min-width: 481px) {
  p.go-archive-2nd {
    left: calc( 50% - 140px );
  }
}


p.go-archive-2nd a {
  width: 240px;
}

@media screen and (min-width: 481px) {
  p.go-archive-2nd a {
    width: 280px;
  }
}


section.hero-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  background-color: #666;
}


.hero-img-content {
  width: 100%;
  max-width: 1920px;
  padding: 0;
  margin: 0 auto;
  position: relative;
}


.cover-tx {
  display: block;
  background: transparent;
  background-image: url(img/index/cover-tx.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 0;
  right:0;
  bottom: 0;
  left: 0;
  z-index: 50;
}


.hero-cover {
  display: block;
  background: transparent;
  position: absolute;
  top: 0;
  right:0;
  bottom: 0;
  left: 0;
  z-index: 50;
}


section.topcatch {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  background-color: #000;
  background-image: linear-gradient(180deg, rgba(69, 69, 69, 1), rgba(0, 0, 0, 1));
}


.topcatch-content {
  width: 100%;
  max-width: 1600px;
  padding: 30px 10px;
  margin: 0 auto;
}

@media screen and (min-width: 481px) {
  .topcatch-content {
    padding: 40px 3%;
  }
}

@media screen and (min-width: 769px) {
  .topcatch-content {
    padding: 50px 4%;
  }
}

@media screen and (min-width: 1025px) {
  .topcatch-content {
    padding: 60px 5%;
  }
}

@media screen and (min-width: 1680px) {
  .topcatch-content {
    padding: 70px 0;
  }
}


.topcatch-img {
  width: 80%;
  padding: 0;
  margin: 0 auto 20px auto;
}

@media screen and (min-width: 481px) {
  .topcatch-img {
    width: 70%;
    margin: 0 auto 30px auto;
  }
}

@media screen and (min-width: 769px) {
  .topcatch-img {
    width: 60%;
    margin: 0 auto 40px auto;
  }
}

@media screen and (min-width: 1025px) {
  .topcatch-img {
    width: 50%;
    max-width: 640px;
    margin: 0 auto 50px auto;
  }
}


.topcatch-content h1 {
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 400;
  text-align: center;
  color: #fff;
  margin: 0 auto;
}

@media screen and (min-width: 481px) {
  .topcatch-content h1 {
    font-size: 16px;
  }
}

@media screen and (min-width: 769px) {
  .topcatch-content h1 {
    font-size: 20px;
  }
}

@media screen and (min-width: 1025px) {
  .topcatch-content h1 {
    font-size: 24px;
  }
}

@media screen and (min-width: 1280px) {
  .topcatch-content h1 {
    font-size: 30px;
  }
}


.title-container {
  width: 100%;
  max-width: 1600px;
  padding: 30px 10px 0 10px;
  margin: 0 auto;
}

@media screen and (min-width: 481px) {
  .title-container {
    padding: 40px 3% 0 3%;
  }
}

@media screen and (min-width: 769px) {
  .title-container {
    padding: 50px 4% 0 4%;
  }
}

@media screen and (min-width: 1025px) {
  .title-container {
    padding: 60px 5% 0 5%;
  }
}


.title-container p.news-title {
  display: block;
  width: 260px;
  height: auto;
  padding: 0.2em 1em 0.2em 1em;
  margin: 0 auto 0.5em auto;
  font-size: 24px;
  line-height: 1.3em;
  font-weight: bold;
  text-align: center;
  color: #fff;
  clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
  background-color: #c41b27;
  background-image: linear-gradient(180deg, rgba(223, 105, 109, 1), rgba(196, 2, 39, 1));
}

@media screen and (min-width: 481px) {
  .title-container p.news-title {
    width: 320px;
    font-size: 30px;
  }
}

@media screen and (min-width: 769px) {
  .title-container p.news-title {
    width: 400px;
    font-size: 36px;
  }
}

@media screen and (min-width: 1025px) {
  .title-container p.news-title {
    width: 480px;
    font-size: 40px;
  }
}


section.stock {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 0
  margin: 0 auto;
}


.stock-content {
  width: 100%;
  padding: 30px 0;
  margin: 0 auto;;
}

@media screen and (min-width: 481px) {
  .stock-content {
    padding: 40px 3%;
  }
}

@media screen and (min-width: 769px) {
  .stock-content {
    padding: 50px 0;
  }
}

@media screen and (min-width: 1025px) {
  .stock-content {
    padding: 60px 0;
  }
}


section.stock-2nd .stock-content {
  padding-top: 0;
}


.stock-content-inner {
  width: 100%;
  max-width: 1600px;
  padding: 0 10px;
  margin: 0 auto;
}

@media screen and (min-width: 481px) {
  .stock-content-inner {
    padding: 0 3%;
  }
}

@media screen and (min-width: 769px) {
  .stock-content-inner {
    padding: 0 4%;
  }
}

@media screen and (min-width: 1025px) {
  .stock-content-inner {
    padding: 0 5%;
  }
}


.slide-content {
  width: 100%;
  padding: 30px 0;
}


.stock-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


.stock-col {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px;
}


.stock-wrap .stock-col {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .stock-wrap .stock-col {
    width: 50%;
  }
}

@media screen and (min-width: 1025px) {
  .stock-wrap .stock-col {
    width: 33.33%;
  }
}

@media screen and (min-width: 1400px) {
  .stock-wrap .stock-col {
    width: 25%;
  }
}


.stock-col a {
  display: block;
  width: 100%;
  height: auto;
  text-decoration: none;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  opacity: 1;
}


.stock-col a * {
  text-decoration: none;
}


.stock-col a:hover {
  opacity: 0.7;
}


.stock-col-img {
  width: 100%;
  position: relative;
}


.ic-new-stock {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  width: 72px;
  height: 24px;
  font-size: 14px;
  line-height: 1em;
  font-weight: bold;
  color: #fff;
  background-color: #c00117;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}


.stock-col-info {
  width: 100%;
  padding: 15px;
  margin: 0;
  background-color: #fff;
}


.stock-maker-model {
  display: block;
  width: 100%;
  height: 1.4em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 500;
  color: #000;
  margin-bottom: 0.1em;
}


.stock-grade {
  display: block;
  width: 100%;
  height: calc( 2.1em + 1px );
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 600;
  color: #000;
  padding: 0 0 0.7em ;
  margin: 0 auto 0.5em auto;
  border-bottom: 1px solid #666;
}


.stock-spec {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  margin: 0 auto 20px auto;
}


.stock-spec dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: auto;
  padding: 0;
  margin: 0;
}


.stock-spec dl dt {
  display: inline-block;
  width: auto;
  padding: 5px 5px 5px 0;
  margin: 0;
  font-size: 11px;
  line-height: 1.3em;
  font-weight: normal;
  letter-spacing: 0;
  color: #333;
}


.stock-spec dl dd {
  display: inline-block;
  width: auto;
  padding: 5px 0 5px 0;
  margin: 0;
  font-size: 11px;
  line-height: 1.3em;
  font-weight: normal;
  letter-spacing: 0;
  color: #333;
}


p.stock-price {
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 600;
  color: #121212;
  text-align: right;
  margin: 0 auto 0.2em auto;
}


p.stock-price-other {
  font-size: 14px;
  line-height: 1.3em;
  font-weight: 400;
  color: #121212;
  text-align: right;
  margin: 0 auto 0.2em auto;
}


p.stock-price-total {
  font-size: 14px;
  line-height: 1.3em;
  font-weight: 400;
  color: #121212;
  text-align: right;
  margin: 0 auto 0.2em auto;
}


.slide-content .sp-arrow {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  .slide-content .sp-arrow {
    width: 50px;
    height: 50px;
    border-radius: 25px;
  }
}


.slide-content .sp-horizontal .sp-previous-arrow {
  left: 15px;
  right: auto;
  font-family: FontAwesome;
  content: "\f104";
}

@media screen and (min-width: 481px) {
  .slide-content .sp-horizontal .sp-previous-arrow {
    left: 20px;
  }
}

@media screen and (min-width: 769px) {
  .slide-content .sp-horizontal .sp-previous-arrow {
    left: 30px;
  }
}

@media screen and (min-width: 1025px) {
  .slide-content .sp-horizontal .sp-previous-arrow {
    left: 50px;
  }
}


.slide-content .sp-horizontal .sp-next-arrow {
  right: 15px;
  left: auto;
}

@media screen and (min-width: 481px) {
  .slide-content .sp-horizontal .sp-next-arrow {
    right: 20px;
  }
}

@media screen and (min-width: 769px) {
  .slide-content .sp-horizontal .sp-next-arrow {
    right: 30px;
  }
}

@media screen and (min-width: 1025px) {
  .slide-content .sp-horizontal .sp-next-arrow {
    right: 50px;
  }
}


.slide-content .sp-arrow::before {
  display: none;
}


.slide-content .sp-arrow::after {
  display: none;
}


.slide-content .sp-next-arrow::after, 
.slide-content .sp-next-arrow::before, 
.slide-content .sp-previous-arrow::after, 
.slide-content .sp-previous-arrow::before {
    display: none;
}


.slide-content .sp-previous-arrow::before {
  display: flex;
  justify-content: center;
  align-content: center;
  width: 30px;
  height: 30px;
  font-family: FontAwesome;
  content: "\f104";
  color: #fff;
  font-size: 24px;
  left: 0;
  top: 0;
  transform: initial;
  background-color: transparent;
}

@media screen and (min-width: 769px) {
  .slide-content .sp-previous-arrow::before {
    width: 50px;
    height: 50px;
    font-size: 40px;
  }
}


.slide-content .sp-next-arrow::before {
  display: flex;
  justify-content: center;
  align-content: center;
  width: 30px;
  height: 30px;
  font-family: FontAwesome;
  content: "\f104";
  color: #fff;
  font-size: 24px;
  left: 0;
  top: 0;
  transform: initial;
  background-color: transparent;
}

@media screen and (min-width: 769px) {
  .slide-content .sp-next-arrow::before {
    width: 50px;
    height: 50px;
    font-size: 40px;
  }
}


section.news {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}


.news-content {
  width: 100%;
  padding: 30px 0;
  margin: 0 auto;
}

@media screen and (min-width: 481px) {
  .news-content {
    padding: 40px 0;
  }
}

@media screen and (min-width: 769px) {
  .news-content {
    padding: 50px 0;
  }
}

@media screen and (min-width: 1025px) {
  .news-content {
    padding: 60px 0;
  }
}


section.news-2nd .news-content {
  padding-top: 0;
}


.news-content-inner {
  width: 100%;
  max-width: 1600px;
  padding: 0 10px;
  margin: 0 auto;
}

@media screen and (min-width: 481px) {
  .news-content-inner {
    padding: 0 3%;
  }
}

@media screen and (min-width: 769px) {
  .news-content-inner {
    padding: 0 4%;
  }
}

@media screen and (min-width: 1025px) {
  .news-content-inner {
    padding: 0 5%;
  }
}


.news-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


.news-col {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px;
}


.news-wrap .news-col {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .news-wrap .news-col {
    width: 50%;
  }
}

@media screen and (min-width: 1025px) {
  .news-wrap .news-col {
    width: 33.33%;
  }
}

@media screen and (min-width: 1400px) {
  .news-wrap .news-col {
    width: 25%;
  }
}


.news-col a {
  display: block;
  width: 100%;
  height: auto;
  text-decoration: none;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  opacity: 1;
}


.news-col a * {
  text-decoration: none;
}


.news-col a:hover {
  opacity: 0.7;
  color: initial;
}


.news-col a:hover * {
  color: initial;
}


.news-col-img {
  width: 100%;
  position: relative;
}


.ic-new-news {
  display: block;
  width: 80px;
  height: 24px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url("img/common/ic-new.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}


.cat-tag {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  width: 96px;
  height: 24px;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 1em;
  font-weight: bold;
  color: #fff;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}


.cat-tag-news {
  color: #fff;
  background-color: #c00;
}


.cat-tag-porsche {
  color: #fb2d4f;
  background-color: #000;
}


.cat-tag-ev {
  color: #fdfb41;
  background-color: #000;
}


.cat-tag-other {
  color: #fff;
  background-color: #000;
}


.news-col a:hover .cat-tag-news {
  color: #fff;
  background-color: #c00;
}


.news-col a:hover .cat-tag-porsche {
  color: #fb2d4f;
  background-color: #000;
}


.news-col a:hover .cat-tag-ev {
  color: #fdfb41;
  background-color: #000;
}


.news-col a:hover .cat-tag-other {
  color: #fff;
  background-color: #000;
}


.cat-tag-none {
  background-color: transparent;
}


.news-col-info {
  width: 100%;
  padding: 15px;
  margin: 0;
  background-color: #fff;
}


.news-info-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  margin: 0 auto 5px auto;
}


.news-date {
  display: inline-block;
  width: auto;
  height: 20px;
  padding: 0;
  margin: 0;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  color: #666;
}


.news-col a:hover .news-date {
  color: #666;
}


h3.news-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  width: 100%;
  height: 3em;
  padding: 0;
  margin: 0 auto 0.7em auto;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: bold;
  color: #000;
}


.news-col a:hover h3.news-title {
  color: #000;
}


p.news-com {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  width: 100%;
  height: 3.7em;
  padding: 0.7em 0 0 0;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: normal;
  color: #000;
  border-top: 1px solid #666;
}


.news-col a:hover p.news-com {
  color: #000;
}


section.service-front {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}


.service-content-front {
  width: 100%;
  height: auto;
  min-height: 33.33vw;
  padding: 100px 5%;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}


.service-content-porsche {
  background-image: url(img/index/bg-service-porsche.jpg);
}


.service-content-ev {
  background-image: url(img/index/bg-service-ev.jpg);
}


.service-content-etc {
  background-image: url(img/index/bg-service-etc.jpg);
}


h3.service-title {
  display: block;
  width: 260px;
  height: auto;
  padding: 0.2em 1em 0.2em 1em;
  margin: 0 auto 1em auto;
  font-size: 24px;
  line-height: 1.3em;
  font-weight: bold;
  text-align: center;
  color: #fff;
  clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
  background-color: rgba(0,0,0,0.6);
}

@media screen and (min-width: 481px) {
  h3.service-title {
    width: 320px;
    font-size: 30px;
  }
}

@media screen and (min-width: 769px) {
  h3.service-title {
    width: 400px;
    font-size: 36px;
  }
}

@media screen and (min-width: 1025px) {
  h3.service-title {
    width: 480px;
    font-size: 40px;
  }
}


h3.service-title-porsche {
  color: #fb2d4f;
}


h3.service-title-ev {
  color: #fdfb41;
}


p.service-body {
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 400;
  text-align: center;
  color: #fff;
  margin: 0 auto 1.5em auto;
}

@media screen and (min-width: 481px) {
  p.service-body {
    font-size: 16px;
  }
}

@media screen and (min-width: 769px) {
  p.service-body {
    font-size: 20px;
  }
}

@media screen and (min-width: 1025px) {
  p.service-body {
    font-size: 24px;
  }
}

@media screen and (min-width: 1280px) {
  p.service-body {
    font-size: 30px;
  }
}


p.go-detail {
  text-align: center;
  padding: 0;
  margin: 0 auto;
}


p.go-detail a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  width: 240px;
  height: 50px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1em;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  border-radius: 25px;
  background-color: #d3d3d3;
  background-image: linear-gradient(180deg, rgba(246, 246, 246, 1), rgba(211, 211, 211, 1));
}

@media screen and (min-width: 481px) {
  p.go-detail a {
    width: 300px;
    height: 60px;
    font-size: 24px;
    border-radius: 30px;
  }
}

@media screen and (min-width: 769px) {
  p.go-detail a {
    width: 360px;
  }
}


p.go-detail a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #000;
  background-image: none;
  border: 1px solid #fff;
}


p.go-detail-porsche a {
  color: #fff;
  background-color: #fc657d;
  background-image: linear-gradient(180deg, rgba(252, 101, 125, 1), rgba(252, 46, 80, 1));
}


p.go-detail-porsche a:hover {
  color: #fc657d;
  text-decoration: none;
  background-color: #000;
  background-image: none;
  border: 1px solid #fc657d;
}


p.go-detail-ev a {
  color: #000;
  background-color: #fcfa82;
  background-image: linear-gradient(180deg, rgba(252, 250, 13, 1), rgba(253, 241, 100, 1));
}


p.go-detail-ev a:hover {
  color: #fcfa82;
  text-decoration: none;
  background-color: #000;
  background-image: none;
  border: 1px solid #fcfa82;
}


section.shop {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 0
  margin: 0 auto;
  background-color: #f3f3f3;
}

.shop-content {
  width: 100%;
  max-width: 1600px;
  padding: 50px 10px 30px 10px;
  margin: 0 auto;
}

@media screen and (min-width: 481px) {
  .shop-content {
    padding: 80px 3% 40px 3%;
  }
}

@media screen and (min-width: 769px) {
  .shop-content {
    padding: 90px 4% 50px 4%;
  }
}

@media screen and (min-width: 1025px) {
  .shop-content {
    padding: 100px 5% 60px 5%;
  }
}


.shop-img-name {
  width: 80%;
  padding: 0;
  margin: 0 auto 10px auto;
}

@media screen and (min-width: 481px) {
  .shop-img-name {
    width: 70%;
    margin: 0 auto 15px auto;
  }
}

@media screen and (min-width: 769px) {
  .shop-img-name {
    width: 60%;
    margin: 0 auto 20px auto;
  }
}

@media screen and (min-width: 1025px) {
  .shop-img-name {
    width: 50%;
    max-width: 640px;
    margin: 0 auto 20px auto;
  }
}


.shop-img-car {
  width: 100%;
  padding: 0;
  margin: 0 auto 10px auto;
}

@media screen and (min-width: 481px) {
  .shop-img-car {
    margin: 0 auto 15px auto;
  }
}

@media screen and (min-width: 769px) {
  .shop-img-car {
    margin: 0 auto 20px auto;
  }
}


section.access {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  background-color: #f3f3f3;
}

.access-content {
  width: 100%;
  max-width: 1600px;
  padding: 30px 10px;
  margin: 0 auto;
}

@media screen and (min-width: 481px) {
  .access-content {
    padding: 40px 3%;
  }
}

@media screen and (min-width: 769px) {
  .access-content {
    padding: 50px 4%;
  }
}

@media screen and (min-width: 1025px) {
  .access-content {
    padding: 60px 5%;
  }
}


.access-content p {
  font-size: 12px;
  line-height: 1.6em;
  margin-bottom: 1em;
  text-align: center;
}

@media screen and (min-width: 481px) {
  .access-content p {
    font-size: 16px;
    line-height: 1.5em;
  }
}

@media screen and (min-width: 769px) {
  .access-content p {
    font-size: 24px;
    line-height: 1.5em;
  }
}

@media screen and (min-width: 1025px) {
  .access-content p {
    font-size: 30px;
    line-height: 1.5em;
  }
}


section.porsche-service {
  width: 100%;
  padding: 0;
  margin: 0 auto 20px;
  background-color: #f6f6f6;
}

@media screen and (min-width: 481px) {
  section.porsche-service {
    margin: 0 auto 30px;
  }
}

@media screen and (min-width: 769px) {
  section.porsche-service {
    margin: 0 auto 40px;
  }
}

@media screen and (min-width: 1025px) {
  section.porsche-service {
    margin: 0 auto 50px;
  }
}


.porsche-service-content-inner {
  width: 100%;
  max-width: 1600px;
  padding: 0 10px 10px;
  margin: 0 auto;
}

@media screen and (min-width: 481px) {
  .porsche-service-content-inner {
    padding: 0 3% 20px;
  }
}

@media screen and (min-width: 769px) {
  .porsche-service-content-inner {
    padding: 0 4% 40px;
  }
}

@media screen and (min-width: 1025px) {
  .porsche-service-content-inner {
    padding: 0 5% 50px;
  }
}


.porsche-service-content p.porsche-service-content-body {
  font-size: 12px;
  line-height: 1.6em;
  margin-bottom: 1em;
}

@media screen and (min-width: 481px) {
  .porsche-service-content p.porsche-service-content-body {
    font-size: 16px;
    line-height: 1.6em;
  }
}

@media screen and (min-width: 769px) {
  .porsche-service-content p.porsche-service-content-body {
    font-size: 20px;
    line-height: 1.7em;
  }
}

@media screen and (min-width: 1025px) {
  .porsche-service-content p.porsche-service-content-body {
    font-size: 24px;
    line-height: 1.7em;
  }
}


.porsche-service-img-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}


.porsche-service-img-col {
  width: 50%;
}

@media screen and (min-width: 481px) {
  .porsche-service-img-col {
    width: 25%;
  }
}


.porsche-service-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.3);
  background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.95) 25%, rgba(255, 255, 255, 0.5)), url("img/porsche/bg-porsche-service.jpg");
  background-repeat: no-repeat, no-repeat;
  background-position: center center, center center;
  background-size: cover, cover;
  position: relative;
}

@media screen and (min-width: 481px) {
  .porsche-service-menu {
    padding: 40px;
  }
}

@media screen and (min-width: 769px) {
  .porsche-service-menu {
    padding: 60px;
  }
}

@media screen and (min-width: 1025px) {
  .porsche-service-menu {
    padding: 80px;
  }
}


.porsche-service-menu-content {
  display: block;
  width: 100%;
  max-width: 380px;
  padding: 15px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
}

@media screen and (min-width: 481px) {
  .porsche-service-menu-content {
    max-width: 640px;
    padding: 30px;
  }
}

@media screen and (min-width: 769px) {
  .porsche-service-menu-content {
    max-width: 800px;
    padding: 40px;
  }
}

@media screen and (min-width: 1025px) {
  .porsche-service-menu-content {
    max-width: 960px;
    padding: 40px;
  }
}


h3.porscheservice-menu-cap {
  display: inline-block;
  width: auto;
  padding: 0;
  margin: 0 auto 1.2em;
  font-family: "メイリオ", sans-serif;
  font-style: italic;
  font-size: 20px;
  line-height: 1.3em;
  font-weight: normal;
  text-align: center;
  color: #000;
  border-bottom: 1px solid #000;
}

@media screen and (min-width: 481px) {
  h3.porscheservice-menu-cap {
    font-size: 24px;
    border-bottom: 2px solid #000;
  }
}

@media screen and (min-width: 769px) {
  h3.porscheservice-menu-cap {
    font-size: 28px;
  }
}

@media screen and (min-width: 1025px) {
  h3.porscheservice-menu-cap {
    font-size: 32px;
  }
}


h4.porscheservice-menu-subcap {
  font-size: 14px;
  line-height: 1.5em;
  font-weight: bold;
  text-align: center;
  color: #000;
  margin: 0 auto 1.5em;
}

@media screen and (min-width: 481px) {
  h4.porscheservice-menu-subcap {
    font-size: 16px;
  }
}

@media screen and (min-width: 769px) {
  h4.porscheservice-menu-subcap {
    font-size: 18px;
  }
}

@media screen and (min-width: 1025px) {
  h4.porscheservice-menu-subcap {
    font-size: 20px;
  }
}


p.service-menu-body {
  font-size: 14px;
  line-height: 1.7em;
  text-align: left;
  color: #000;
  margin-bottom: 1.5em;
}

@media screen and (min-width: 481px) {
  p.service-menu-body {
    font-size: 16px;
  }
}

@media screen and (min-width: 769px) {
  p.service-menu-body {
    font-size: 18px;
  }
}

@media screen and (min-width: 1025px) {
  p.service-menu-body {
    font-size: 20px;
  }
}


p.service-menu-caution {
  font-size: 14px;
  line-height: 1.7em;
  font-weight: bold;
  text-align: center;
  color: #b70404;
  margin: 0 auto;
}

@media screen and (min-width: 481px) {
  p.service-menu-caution {
    font-size: 16px;
  }
}

@media screen and (min-width: 769px) {
  p.service-menu-caution {
    font-size: 18px;
  }
}

@media screen and (min-width: 1025px) {
  p.service-menu-caution {
    font-size: 20px;
  }
}


.ev-merit-top-catch {
  
}


.ev-merit-bottom-catch {
  
}


.ev-merit-content {
  width: 100%;
  max-width: 1600px;
  padding: 0 10px;
  margin: 0 auto;
}

@media screen and (min-width: 481px) {
  .ev-merit-content {
    padding: 0 3%;
  }
}

@media screen and (min-width: 769px) {
  .ev-merit-content {
    padding: 0 4%;
  }
}

@media screen and (min-width: 1025px) {
  .ev-merit-content {
    padding: 0 5%;
  }
}


.ev-merit-content p.ev-merit-body {
  font-size: 12px;
  line-height: 1.6em;
  text-align: center;
  margin-bottom: 1em;
}

@media screen and (min-width: 481px) {
  .ev-merit-content p.ev-merit-body {
    font-size: 16px;
    line-height: 1.6em;
  }
}

@media screen and (min-width: 769px) {
  .ev-merit-content p.ev-merit-body {
    font-size: 20px;
    line-height: 1.7em;
  }
}

@media screen and (min-width: 1025px) {
  .ev-merit-content p.ev-merit-body {
    font-size: 24px;
    line-height: 1.7em;
  }
}


.ev-merit-wrap {
  display: block;
  width: 100%;
  padding: 0 0 42vw 0;
  margin: 30px auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 80% auto;
}

@media screen and (min-width: 481px) {
  .ev-merit-wrap {
    padding: 0 0 30vw 0;
    margin: 35px auto;
    background-position: right bottom;
    background-size: 60% auto;
  }
}

@media screen and (min-width: 769px) {
  .ev-merit-wrap {
    padding: 0 0 40px 0;
    margin: 40px auto;
    background-size: 48% auto;
  }
}

@media screen and (min-width: 1025px) {
  .ev-merit-wrap {
    padding: 0 0 60px 0;
    margin: 45px auto;
  }
}

@media screen and (min-width: 1200px) {
  .ev-merit-wrap {
    padding: 0 0 80px 0;
    margin: 60px auto;
  }
}


.ev-merit-wrap1 {
  margin-top: 50px;
  background-image: url("img/ev/01.jpg");
}

@media screen and (min-width: 481px) {
  .ev-merit-wrap1 {
    margin-top: 60px;
  }
}

@media screen and (min-width: 769px) {
  .ev-merit-wrap1 {
    margin-top: 80px;
  }
}


.ev-merit-wrap2 {
  background-image: url("img/ev/02.jpg");
}


.ev-merit-wrap3 {
  margin-bottom: 20px;
  background-image: url("img/ev/03.jpg");
}

@media screen and (min-width: 481px) {
  .ev-merit-wrap3 {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 769px) {
  .ev-merit-wrap3 {
    margin-bottom: 80px;
  }
}


.ev-merit-col-tx {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  width: 100%;
  height: auto;
  min-height: 32vw;
  padding: 15px;
  margin: 0 auto;
  background-color: rgba(242, 242, 242, 0.75);
  background-image: url("img/ev/merit-corner-tip.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 140px auto;
}

@media screen and (min-width: 481px) {
  .ev-merit-col-tx {
    width: 80%;
    min-height: 30vw;
    padding: 20px;
    margin: 0 auto 0 0;
    background-size: 180px auto;
  }
}

@media screen and (min-width: 769px) {
  .ev-merit-col-tx {
    width: 65%;
    background-size: 220px auto;
  }
}

@media screen and (min-width: 1025px) {
  .ev-merit-col-tx {
    width: 60%;
    min-height: 28vw;
    max-height: 450px;
    padding: 25px;
    background-size: 280px auto;
  }
}


.merit-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  margin: 0 0 1.5em 0;
}


.merit-title-tag {
  display: block;
  width: 90px;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  color: #000;
}

@media screen and (min-width: 481px) {
  .merit-title-tag {
    width: 115px;
    font-size: 18px;
    line-height: 30px;
  }
}

@media screen and (min-width: 769px) {
  .merit-title-tag {
    width: 145px;
    font-size: 22px;
    line-height: 40px;
  }
}

@media screen and (min-width: 1025px) {
  .merit-title-tag {
    width: 160px;
    font-size: 24px;
    line-height: 45px;
  }
}

@media screen and (min-width: 1200px) {
  .merit-title-tag {
    width: 180px;
    font-size: 26px;
    line-height: 50px;
  }
}


.merit-title-num {
  font-size: 24px;
}

@media screen and (min-width: 481px) {
  .merit-title-num {
    font-size: 30px;
  }
}

@media screen and (min-width: 769px) {
  .merit-title-num {
    font-size: 40px;
  }
}

@media screen and (min-width: 1025px) {
  .merit-title-num {
    font-size: 45px;
  }
}

@media screen and (min-width: 1200px) {
  .merit-title-num {
    font-size: 50px;
  }
}


.merit-title-cap {
  display: block;
  width: calc( 100% - 90px );
  padding: 0.4em 0 0 0;
  margin: 0;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: bold;
  color: #000;
}

@media screen and (min-width: 481px) {
  .merit-title-cap {
    width: calc( 100% - 115px );
    font-size: 18px;
  }
}

@media screen and (min-width: 769px) {
  .merit-title-cap {
    width: calc( 100% - 145px );
    font-size: 22px;
  }
}

@media screen and (min-width: 1025px) {
  .merit-title-cap {
    width: calc( 100% - 160px );
    padding: 0.5em 0 0 0;
    font-size: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .merit-title-cap {
    width: calc( 100% - 180px );
    font-size: 26px;
  }
}


.merit-tx {
  width: 100%;
  padding: 0 10px 10px 10px;
}

@media screen and (min-width: 481px) {
  .merit-tx {
    padding: 0 15px 15px 15px;
  }
}

@media screen and (min-width: 769px) {
  .merit-tx {
    padding: 0 15px 15px 15px;
  }
}

@media screen and (min-width: 1025px) {
  .merit-tx {
    padding: 0 20px 20px 20px;
  }
}


.merit-tx p {
  font-size: 12px;
  line-height: 1.7em;
  text-align: left;
  color: #000;
  margin-bottom: 0;
}

@media screen and (min-width: 481px) {
  .merit-tx p {
    font-size: 14px;
  }
}

@media screen and (min-width: 769px) {
  .merit-tx p {
    font-size: 16px;
  }
}

@media screen and (min-width: 1025px) {
  .merit-tx p {
    font-size: 18px;
  }
}

@media screen and (min-width: 1200px) {
  .merit-tx p {
    font-size: 20px;
  }
}


.merit-tx-caution {
  font-weight: bold;
}


section.company {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}

.company-content {
  width: 100%;
  max-width: 1600px;
  padding: 0 10px 30px 10px;
  margin: 0 auto;
}

@media screen and (min-width: 481px) {
  .company-content {
    padding: 0 3% 40px 3%;
  }
}

@media screen and (min-width: 769px) {
  .company-content {
    padding: 0 4% 50px 4%;
  }
}

@media screen and (min-width: 1025px) {
  .company-content {
    padding: 0 5% 60px 5%;
  }
}


.company-content p.company-body {
  font-size: 12px;
  line-height: 1.8em;
  text-align: center;
  color: #000;
  margin: 2em auto 3em auto;
}

@media screen and (min-width: 481px) {
  .company-content p.company-body {
    font-size: 16px;
  }
}

@media screen and (min-width: 769px) {
  .company-content p.company-body {
    font-size: 18px;
  }
}

@media screen and (min-width: 1025px) {
  .company-content p.company-body {
    font-size: 22px;
  }
}


.company-body-caution {
  font-weight: bold;
}


.company-img-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}


.company-img-col {
  width: 50%;
}

@media screen and (min-width: 769px) {
  .company-img-col {
    width: 25%;
  }
}


section.comp-prof {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  background-color: #f3f3f3;
}

.comp-prof-content {
  width: 100%;
  max-width: 1600px;
  padding: 0 10px 30px 10px;
  margin: 0 auto;
}

@media screen and (min-width: 481px) {
  .comp-prof-content {
    padding: 0 3% 40px 3%;
  }
}

@media screen and (min-width: 769px) {
  .comp-prof-content {
    padding: 0 4% 50px 4%;
  }
}

@media screen and (min-width: 1025px) {
  .comp-prof-content {
    padding: 0 5% 60px 5%;
  }
}


p.go-external {
  margin: 0;
  line-height: 1em;
}


p.go-external a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  width: 200px;
  height: 40px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: 1px;
  color: #000;
  text-decoration: none;
  border-radius: 20px;
  border: 3px solid #c5e11f;
  background-color: #c5e11f;
}

@media screen and (min-width: 481px) {
  p.go-external a {
    width: 240px;
    font-size: 14px;
  }
}

@media screen and (min-width: 769px) {
  p.go-external a {
    width: 280px;
    height: 50px;
    margin: 0 0 0 auto;
    font-size: 16px;
    border-radius: 25px;
    border: 4px solid #c5e11f;
  }
}

@media screen and (min-width: 1025px) {
  p.go-external a {
    width: 320px;
    height: 60px;
    margin: 0 0 0 auto;
    font-size: 20px;
    border-radius: 30px;
    border: 5px solid #c5e11f;
  }
}


p.go-external a:hover {
  color: #000;
  text-decoration: none;
  background-color: #fff;
}


p.go-external a .fa {
  font-size: 16px;
  margin-right: 0.25em;
  margin-left: 0.25em;
}

@media screen and (min-width: 481px) {
  p.go-external a .fa {
    font-size: 18px;
  }
}

@media screen and (min-width: 769px) {
  p.go-external a .fa {
    font-size: 20px;
  }
}

@media screen and (min-width: 1025px) {
  p.go-external a .fa {
    font-size: 24px;
  }
}


section.service {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}


section.service-2nd {
  background-color: transparent;
}


.service-content {
  width: 100%;
  padding: 30px 0;
  margin: 0 auto;
}

@media screen and (min-width: 481px) {
  .service-content {
    padding: 40px 3%;
  }
}

@media screen and (min-width: 769px) {
  .service-content {
    padding: 50px 0;
  }
}

@media screen and (min-width: 1025px) {
  .service-content {
    padding: 60px 0;
  }
}


section.service-2nd .service-content {
  padding-top: 0;
}


.service-content-inner {
  width: 100%;
  max-width: 1600px;
  padding: 0 10px;
  margin: 0 auto;
}

@media screen and (min-width: 481px) {
  .service-content-inner {
    padding: 0 3%;
  }
}

@media screen and (min-width: 769px) {
  .service-content-inner {
    padding: 0 4%;
  }
}

@media screen and (min-width: 1025px) {
  .service-content-inner {
    padding: 0 5%;
  }
}


.service-box {
  padding: 20px 0 10px 0;
}

@media screen and (min-width: 481px) {
  .service-box {
    padding: 30px 0 15px 0;
  }
}

@media screen and (min-width: 769px) {
  .service-box {
    padding: 40px 0 20px 0;
  }
}

@media screen and (min-width: 1025px) {
  .service-box {
    padding: 50px 0 25px 0;
  }
}


h3.service-box-title {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: bold;
  text-align: center;
  color: #121212;
  margin-bottom: 0.75em;
}

@media screen and (min-width: 481px) {
  h3.service-box-title {
    font-size: 20px;
  }
}

@media screen and (min-width: 769px) {
  h3.service-box-title {
    font-size: 24px;
  }
}

@media screen and (min-width: 1025px) {
  h3.service-box-title {
    font-size: 30px;
  }
}


.service-box-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border: 1px solid #7994cb;
}


.service-box-newcar .service-box-wrap {
  background-image: url("img/service/newcar.png");
  background-repeat: no-repeat;
  background-position: center 10px;
  background-size: 90% auto;
}

@media screen and (min-width: 481px) {
  .service-box-newcar .service-box-wrap {
    background-size: 80% auto;
  }
}

@media screen and (min-width: 769px) {
  .service-box-newcar .service-box-wrap {
    background-position: right top;
    background-size: 50% auto;
  }
}

@media screen and (min-width: 1025px) {
  .service-box-newcar .service-box-wrap {
    background-size: 50% auto;
  }
}


.service-box-col-tx {
  width: 100%;
  padding: 15px 15px;
}

@media screen and (min-width: 481px) {
  .service-box-col-tx {
    padding: 20px 20px;
  }
}

@media screen and (min-width: 769px) {
  .service-box-col-tx {
    width: calc( 100% - 340px );
    padding: 30px 40px;
  }
}

@media screen and (min-width: 1025px) {
  .service-box-col-tx {
    width: calc( 100% - 340px );
    padding: 30px 40px;
  }
}


.service-box-newcar .service-box-col-tx {
  width: 100%;
  padding: 30vw 15px 15px 15px;
}

@media screen and (min-width: 481px) {
  .service-box-newcar .service-box-col-tx {
    padding: 26vw 20px 20px 20px;
  }
}

@media screen and (min-width: 769px) {
  .service-box-newcar .service-box-col-tx {
    padding: 20px 20px;
  }
}


.service-box-col-img {
  width: 100%;
  max-width: 330px;
  padding: 0 15px 15px 15px;
  margin: 0 auto;
}

@media screen and (min-width: 481px) {
  .service-box-col-img {
    padding: 0 20px 20px 20px;
  }
}

@media screen and (min-width: 769px) {
  .service-box-col-img {
    width: 340px;
    padding: 30px 40px 30px 0;
  }
}


.service-newcar-logo {
  width: 100%;
  max-width: 180px;
  margin: 0 auto 15px 0;
}

@media screen and (min-width: 481px) {
  .service-newcar-logo {
    max-width: 240px;
    margin: 0 auto 20px 0;
  }
}

@media screen and (min-width: 769px) {
  .service-newcar-logo {
    max-width: 300px;
    margin: 0 auto 30px 0;
  }
}


.service-box-col-tx p.service-box-content {
  font-size: 14px;
  line-height: 1.7em;
  margin-bottom: 0;
}

@media screen and (min-width: 481px) {
  .service-box-col-tx p.service-box-content {
    font-size: 16px;
  }
}

@media screen and (min-width: 769px) {
  .service-box-col-tx p.service-box-content {
    font-size: 18px;
  }
}

@media screen and (min-width: 1025px) {
  .service-box-col-tx p.service-box-content {
    font-size: 20px;
  }
}


.service-box-content-caution {
  font-weight: bold;
}


section.service-support {
  background-color: #f6f6f6;
}


.service-support-img-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto 30px;
}


.service-support-img-col {
  width: 50%;
}

@media screen and (min-width: 769px) {
  .service-support-img-col {
    width: 25%;
  }
}


.service-support-wrap {
  display: block;
  width: 100%;
  padding: 0 0 42vw 0;
  margin: 30px auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 80% auto;
}

@media screen and (min-width: 481px) {
  .service-support-wrap {
    padding: 0 0 30vw 0;
    margin: 35px auto;
    background-position: right bottom;
    background-size: 60% auto;
  }
}

@media screen and (min-width: 769px) {
  .service-support-wrap {
    padding: 0 0 40px 0;
    margin: 40px auto;
    background-size: 48% auto;
  }
}

@media screen and (min-width: 1025px) {
  .service-support-wrap {
    padding: 0 0 60px 0;
    margin: 45px auto;
  }
}

@media screen and (min-width: 1200px) {
  .service-support-wrap {
    padding: 0 0 80px 0;
    margin: 60px auto;
  }
}


.service-support-wrap1 {
  margin-top: 50px;
  background-image: url("img/service/bodywork01.jpg");
}

@media screen and (min-width: 481px) {
  .service-support-wrap1 {
    margin-top: 60px;
  }
}

@media screen and (min-width: 769px) {
  .service-support-wrap1 {
    margin-top: 80px;
  }
}


.service-support-wrap2 {
  margin-bottom: 20px;
  background-image: url("img/service/repair01.jpg");
}

@media screen and (min-width: 481px) {
  .service-support-wrap2 {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 769px) {
  .service-support-wrap2 {
    margin-bottom: 80px;
  }
}


.service-support-col-tx {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  width: 100%;
  height: auto;
  min-height: 32vw;
  padding: 25px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.75);
  background-image: url("img/service/service-corner-tip.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 140px auto;
}

@media screen and (min-width: 481px) {
  .service-support-col-tx {
    width: 80%;
    min-height: 30vw;
    padding: 35px;
    margin: 0 auto 0 0;
    background-size: 180px auto;
  }
}

@media screen and (min-width: 769px) {
  .service-support-col-tx {
    width: 65%;
    background-size: 220px auto;
  }
}

@media screen and (min-width: 1025px) {
  .service-support-col-tx {
    width: 60%;
    min-height: 28vw;
    max-height: 450px;
    padding: 45px;
    background-size: 280px auto;
  }
}


.service-support-logo {
  width: 160px;
  margin: 0 auto 20px 0;
}

@media screen and (min-width: 481px) {
  .service-support-logo {
    width: 200px;
    margin: 0 auto 25px 0;
  }
}

@media screen and (min-width: 769px) {
  .service-support-logo {
    width: 240px;
    margin: 0 auto 30px 0;
  }
}


h3.service-support-title {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: bold;
  color: #000;
  margin: 0 0 1em 0;
  -webkit-text-stroke: 4px #fff;
  text-stroke: 4px #fff;
  paint-order: stroke;
}

@media screen and (min-width: 481px) {
  h3.service-support-title {
    font-size: 18px;
  }
}

@media screen and (min-width: 769px) {
  h3.service-support-title {
    font-size: 22px;
  }
}

@media screen and (min-width: 1025px) {
  h3.service-support-title {
    font-size: 24px;
  }
}

@media screen and (min-width: 1200px) {
  h3.service-support-title {
    font-size: 26px;
  }
}


p.service-support-body {
  font-size: 12px;
  line-height: 1.7em;
  text-align: left;
  color: #000;
  margin-bottom: 0;
  -webkit-text-stroke: 4px #fff;
  text-stroke: 4px #fff;
  paint-order: stroke;
}

@media screen and (min-width: 481px) {
  p.service-support-body {
    font-size: 14px;
  }
}

@media screen and (min-width: 769px) {
  p.service-support-body {
    font-size: 16px;
  }
}

@media screen and (min-width: 1025px) {
  p.service-support-body {
    font-size: 18px;
  }
}

@media screen and (min-width: 1200px) {
  p.service-support-body {
    font-size: 20px;
  }
}


.contact-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 20px 10px 0 10px;
  margin: 0 auto;
}

@media screen and (min-width: 481px) {
  .contact-wrap {
    padding: 20px 0 0 0;
  }
}


.contact-col {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: calc( 100% - 20px );
  padding: 0;
  margin: 10px;
}

@media screen and (min-width: 769px) {
  .contact-col {
    width: calc( 33.33% - 10px );
    max-width: 360px;
    margin: 10px 5px;
  }
}

@media screen and (min-width: 1025px) {
  .contact-col {
    width: calc( 33.33% - 20px );
    margin: 10px;
  }
}


.contact-col a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 360px;
  height: 50px;
  padding: 0;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1em;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  border-radius: 25px;
  opacity: 1.0;
}

@media screen and (min-width: 481px) {
  .contact-col a {
    height: 60px;
    font-size: 22px;
    border-radius: 30px;
  }
}

@media screen and (min-width: 769px) {
  .contact-col a {
    font-size: 18px;
  }
}

@media screen and (min-width: 1025px) {
  .contact-col a {
    font-size: 22px;
  }
}


.contact-col a.contact-tel {
  background-color: #b20622;
}


.contact-col a.contact-line {
  background-color: #00b900;
}


.contact-col a.contact-form {
  background-color: #000;
}


.contact-col a:hover {
  opacity: 0.7;
}


.contact-col p {
  display: block;
  width: 100%;
  padding: 10px 0;
  margin: 0 auto;
  font-size: 12px;
  line-height: 1.5em;
  text-align: center;
}

@media screen and (min-width: 481px) {
  .contact-col p {
    font-size: 14px;
  }
}

@media screen and (min-width: 769px) {
  .contact-col p {
    font-size: 12px;
  }
}

@media screen and (min-width: 1025px) {
  .contact-col p {
    font-size: 14px;
  }
}


section.contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}


section.contact-2nd {
  background-color: transparent;
}

.contact-content {
  width: 100%;
  padding: 30px 0;
  margin: 0 auto;
}

@media screen and (min-width: 481px) {
  .contact-content {
    padding: 40px 3%;
  }
}

@media screen and (min-width: 769px) {
  .contact-content {
    padding: 50px 0;
  }
}

@media screen and (min-width: 1025px) {
  .contact-content {
    padding: 60px 0;
  }
}


section.contact-2nd .contact-content {
  padding-top: 0;
}


.contact-content-inner {
  width: 100%;
  max-width: 1600px;
  padding: 0 10px;
  margin: 0 auto;
}

@media screen and (min-width: 481px) {
  .trade-content-inner {
    padding: 0 3%;
  }
}

@media screen and (min-width: 769px) {
  .contact-content-inner {
    padding: 0 4%;
  }
}

@media screen and (min-width: 1025px) {
  .contact-content-inner {
    padding: 0 5%;
  }
}


.pp-content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 25px 0 0 0;
  margin: 0 auto;
  text-align: left;
}

@media screen and (min-width: 481px) {
  .pp-content {
    padding: 50px 0 0 0;
  }
}


.pp-group {
  width: 100%;
  padding: 0;
  margin: 0 auto 30px;
}

@media screen and (min-width: 481px) {
  .pp-group {
    margin: 0 auto 50px;
  }
}


.pp-group h3 {
  display: block;
  width: 100%;
  padding: 0.5em 0;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: bold;
  margin-bottom: 0.5em;
  border-bottom: 1px dotted #666;
}

@media screen and (min-width: 481px) {
  .pp-group h3 {
    font-size: 24px;
  }
}


.pp-group p {
  font-size: 12px;
  line-height: 1.5em;
  margin-bottom: 1em;
}

@media screen and (min-width: 481px) {
  .pp-group p {
    font-size: 16px;
  }
}


.pp-group ul {
  padding: 0 0 0 1.5em;
  font-size: 12px;
  line-height: 1.5em;
  margin-bottom: 1em;
}

@media screen and (min-width: 481px) {
  .pp-group ul {
    font-size: 16px;
  }
}


.pp-group li {
  list-style: square;
  font-size: 12px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}

@media screen and (min-width: 481px) {
  .pp-group li {
    font-size: 16px;
  }
}


.pp-group li:last-of-type {
  margin-bottom: 0;
}



/* Common */


section.common {
  width: 100%;
  height: auto;
  padding: 0 10px 50px 10px;
  margin: 0 auto;
}

@media screen and (min-width: 481px) {
  section.common {
    padding: 0 5% 50px 5%;
  }
}


.common-content {
  padding: 0;
  margin: 0 auto;
  text-align: center;
}



/* Search Unit */


.search_unit {
  display: block;
  padding: 0;
  text-align: left;
}


.search_unit input[type="submit"] {
  margin: 0;
  padding: 0;
}


.search_unit p {
  margin: 50px 0px 5px 0px;
}


h2.search {
  font-size: 1.1rem;
  line-height: 1.8rem;
  margin: 0;
}


h3.search {
  font-size: 1.1rem;
  line-height: 1.8rem;
  text-align: left;
  margin: 0;
}


h2.result {
  font-size: 1.1rem;
  line-height: 1.8rem;
  text-align: left;
  margin: 50px 0 5px 0;
}


h2.result a {
}


h2.result a:hover {
}


p.search {
  margin-bottom: 0;
}


.search_word {
  color: #c00117;
}


#s {
  width: 200px;
  margin-bottom: 30px;
  padding: 5px 30px 5px 5px;
}


#searchsubmit {
  display: inline-block;
  margin-left: -33px;
  box-shadow: none;
  background-image: url(none);
  background-color: transparent;
  width: 25px;
  border: none;
  text-indent: -100px;
  cursor: pointer;
  position: relative;
}


#searchform {
  margin-top: -20px;
  text-align: left;
}


#searchform:before {
  content: "\f179";
  font-family: "Dashicons";
  font-size: 1.8rem;
  line-height: 1.0rem;
  color: #c00117;
  top: 40px;
  left: 170px;
  position: relative;
}


.screen-reader-text {
  display: none;
}


