<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Oness��oness.co.jp��
Description: Oness譬ｪ蠑丈ｼ夂､ｾ�医Ρ繝ｳ繧ｹ繧ｫ繝悶す繧ｭ繧ｬ繧､繧ｷ繝｣��
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;
}


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: 66.66%;
  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: 350px;
  display: block;
  position: relative;
}

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


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


a {
  color: #0c1e73;
  text-decoration: none;
}


a:hover {
  color: #a20f0f;
  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_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 */

.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-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%;
	max-width: 1600px;
	height: auto;
	margin: 0 auto;
	padding: 50px 4%;
}



/* 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.ts01 {
  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.ts01 {
    display: table;
  }
}


table.ts01 tr th {
  display: block;
	width: 100%;
	height: auto;
	padding: 10px 5px 5px 5px;
	font-weight: 700;
	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: 18px;
    line-height: 2em;
    text-align: right;
    border-bottom: 1px dotted #999;
    vertical-align: top;
  }
}


@media screen and (min-width: 769px) {
  .formInner table.ts01 tr th {
    padding: 28px 20px;
    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;
  }
}


@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%;
}


.container h3 {
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 1.5em;
}

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

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


.content {
  width: 100%;
  margin: 0 auto 80px;
}


.content-thanks {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}



/* 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 {
    max-width: 1600px;
    padding: 30px 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: "&gt;";
  padding-right: 0.3em;
  padding-left: 0.3em;
}


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


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


.breadcrumbs ul li a:hover {
  color: #a20f0f;
  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: #0c1e73;
  padding: 0 8px 0 0;
  margin: 0;
}


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


.widget-area &gt; ul &gt; 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: #0c1e73;
  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: #0c1e73;
  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: #0c1e73;
  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: #0c1e73;
  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: #0c1e73;
  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: #0c1e73;
  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: #0c1e73;
  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: #0c1e73;
  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;
}


.pagenationmm-news, 
.pagenationmm-parts {
  padding: 0 2%;
}


.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: #a20f0f;
  color: #fff;
  white-space: nowrap;
}


a.more-link {
  display: block;
  float: left;
  font-size: 0.9rem;
  line-height: 2rem;
  color: #fff;
  background: #0c1e73;
  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: #a20f0f;
}


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: #0c1e73;
  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: #0c1e73;
  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: #a20f0f;
}



/* 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: #0c1e73;
  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: #a20f0f;
}


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: #c00;
  margin: 0;
}

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

#respond input {
  display: block;
}



/* FORM Objects */


.form-content {
  width: 100%;
  max-width: 960px;
  padding: 20px 10px;
  margin: 0 auto;
  background-color: #e7e7e7;
}

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

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


.form-content .inquiry-tx {
  text-align: left;
}


.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: #0c1e73;
  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: #fff;
  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: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 0;
  margin: 0 auto;
  font-size: 16px;
  line-height: norml;
  color: #fff;
  text-decoration: none;
  background-color: #a20f0f;
  cursor: pointer;
}

@media (min-width: 481px) {
  input[type="submit"], 
  input[type="reset"], 
  input[type="button"] {
    width: 240px;
  }
}


input[type="submit"]:hover, 
input[type="reset"]:hover, 
input[type="button"]:hover {
  background-color: #c00;
}


input[disabled] {
  cursor: default;
  pointer-events: none;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}


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


.form-content .required {
  font-size: 1.5em;
  font-weight: normal;
  vertical-align: text-top;
  color: #c00;
  margin: 0 0.25em;
}


.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 */

.drawer-navbar .drawer-navbar-header {
  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: 0 0 0 10px;
  height: 41px;
  border-bottom: 1px solid #ddd;
  background-color: rgba(255,255,255,0.95);
}

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

@media screen and (min-width: 1025px) {
  .drawer-navbar .drawer-navbar-header {
    max-width: 1600px;
    height: 120px;
    padding: 0 30px;
    margin: 0 auto;
    border-bottom: none;
  }
}


.drawer-navbar a.drawer-brand {
  width: 80px;
  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.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media screen and (min-width: 481px) {
  .drawer-navbar a.drawer-brand {
    width: 120px;
    height: 40px;
    background-size: auto 40px;
  }
}

@media screen and (min-width: 1025px) {
  .drawer-navbar a.drawer-brand {
    width: 190px;
    height: 60px;
    background-size: auto 60px;
  }
}


.drawer-navbar h1 {
  width: calc( 100% - 200px );
  padding: 0 10px;
  font-size: 10px;
  line-height: 1.2em;
  font-weight: bold;
  color: #000;
  text-align: left;
  margin-bottom: 0;
}

@media screen and (min-width: 481px) {
  .drawer-navbar h1 {
    width: calc( 100% - 295px );
    padding: 0 20px;
    font-size: 12px;
  }
}

@media screen and (min-width: 550px) {
  .drawer-navbar h1 {
    padding: 0 30px;
    font-size: 16px;
  }
}

@media screen and (min-width: 769px) {
  .drawer-navbar h1 {
    width: calc( 100% - 475px );
    padding: 0 40px;
  }
}

@media screen and (min-width: 1025px) {
  .drawer-navbar h1 {
    width: calc( 100% - 560px );
    padding: 0 50px;
    font-size: 20px;
  }
}


.drawer-navbar .line-wrap {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

@media screen and (min-width: 481px) {
  .drawer-navbar .line-wrap {
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }
}

@media screen and (min-width: 1025px) {
  .drawer-navbar .line-wrap {
    width: 60px;
    height: 60px;
    margin-right: 20px;
  }
}


.drawer-navbar .tel-wrap {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  width: 30px;
  height: 30px;
  margin-right: 50px;
}

@media screen and (min-width: 481px) {
  .drawer-navbar .tel-wrap {
    width: 40px;
    height: 40px;
    margin-right: 80px;
  }
}

@media screen and (min-width: 769px) {
  .drawer-navbar .tel-wrap {
    justify-content: space-between;
    width: 190px;
    margin-right: 100px;
  }
}

@media screen and (min-width: 1025px) {
  .drawer-navbar .tel-wrap {
    width: 290px;
    height: 60px;
    margin: 0;
  }
}


.drawer-navbar .tel-wrap a.tel-ic {
  width: 30px;
  height: 30px;
  text-decoration: none;
}

@media screen and (min-width: 481px) {
  .drawer-navbar .tel-wrap a.tel-ic {
    width: 40px;
    height: 40px;
  }
}

@media screen and (min-width: 1025px) {
  .drawer-navbar .tel-wrap a.tel-ic {
    width: 60px;
    height: 60px;
  }
}


.drawer-navbar .tel-wrap .tel-tx {
  display: none;
}

@media screen and (min-width: 769px) {
  .drawer-navbar .tel-wrap .tel-tx {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    width: calc( 100% - 50px );
  }
}

@media screen and (min-width: 1025px) {
  .drawer-navbar .tel-wrap .tel-tx {
    width: calc( 100% - 80px );
  }
}


a.tel-num {
  font-size: 20px;
  line-height: 1.2em;
  font-weight: bold;
  color: #000;
  text-align: right;
  text-decoration: none;
  margin-bottom: 0;
}

@media screen and (min-width: 1025px) {
  a.tel-num {
    font-size: 30px;
  }
}


p.open-close {
  font-size: 12px;
  line-height: 1.2em;
  color: #000;
  text-align: right;
  margin-bottom: 0;
}

@media screen and (min-width: 1025px) {
  p.open-close {
    font-size: 16px;
  }
}


button.drawer-hamburger {
  box-sizing: border-box;
  width: 40px;
  padding: 11px 0.6rem 19px 0.6rem;
  border-left: 1px solid #ddd;
}

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

@media screen and (min-width: 1025px) {
  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: #0b1e6e;
}


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


.drawer-hamburger-icon {
  margin-top: 8px;
}

@media screen and (min-width: 481px) {
  .drawer-hamburger-icon {
    margin-top: 10px;
  }
}


.drawer-hamburger-icon::before {
  top: -8px;
}

@media screen and (min-width: 481px) {
  .drawer-hamburger-icon::before {
    top: -10px;
  }
}


.drawer-hamburger-icon::after {
  top: 8px;
}

@media screen and (min-width: 481px) {
  .drawer-hamburger-icon::after {
    top: 10px;
  }
}


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

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

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


.drawer-navbar .drawer-nav {
  width: 300px;
  padding-top: 41px;
}

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

@media screen and (min-width: 1025px) {
  .drawer-navbar .drawer-nav {
    display: block;
    width: 100%;
    height: 60px;
    margin-top: 120px;
    padding-top: 0;
    background-image: url("img/common/bg-nav.png");
    /*background-repeat: repeat-x;*/
    background-position: center center;
    background-size: 100% 100%;
    z-index: 103;
  }
}


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

@media screen and (min-width: 1025px) {
  .drawer--right .drawer-nav {
    right: 0;
    background-color: transparent;
  }
}


@media screen and (min-width: 1025px) {
  .drawer-navbar ul.drawer-menu {
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: center;
    align-content: center;
    width: 100%;
    max-width: 1600px;
    height: 60px;
    padding: 0;
    margin: 0 auto;
  }
}


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

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


.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-family: 'YuGothic','Yu Gothic','貂ｸ繧ｴ繧ｷ繝�け','Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: bold;
  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 {
    justify-content: center;
    width: 100%;
    height: 60px;
    padding: 0 10px;
    font-size: 16px;
    color: #fff;
    border: none;
  }
}

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

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


.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: #a20f0f;
}

@media screen and (min-width: 1025px) {
  .drawer-navbar ul.drawer-menu li a.drawer-menu-item:hover {
    color: #fff;
    background-color: #a20f0f;
  }
}


.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;
}

@media screen and (min-width: 1025px) {
  .drawer-navbar ul.drawer-menu li a.drawer-menu-item .mn-en {
    text-align: center;
  }
}


.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;
}

@media screen and (min-width: 1025px) {
  .drawer-navbar ul.drawer-menu li a.drawer-menu-item .mn-jp {
    text-align: center;
    margin: 0.75em auto 0 auto;
  }
}


.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;
  align-items: center;
  width: 100%;
  height: 110px;
  padding: 0 0 60px 0;
  margin: 0;
}

@media screen and (min-width: 481px) {
  footer {
    height: 120px;
  }
}

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


footer p.copy {
  padding: 0;
  margin: 0;
  font-family: 'YuGothic','Yu Gothic','貂ｸ繧ｴ繧ｷ繝�け','Noto Sans JP', sans-serif;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0.5px;
  color: #000;
  text-align: center;
}

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


h2.section-cap {
  display: inline-block;
  width: auto;
  padding: 10px;
  margin: 0 auto 20px;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: bold;
  text-align: center;
  color: #0c1e73;
  border-bottom: 2px solid #0c1e73;
}

@media screen and (min-width: 481px) {
  h2.section-cap {
    margin: 0 auto 30px;
    font-size: 18px;
  }
}

@media screen and (min-width: 769px) {
  h2.section-cap {
    margin: 0 auto 40px;
    font-size: 24px;
  }
}

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


h2.section-subcap {
  display: inline-block;
  width: auto;
  padding: 0px;
  margin: 0 auto 20px;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: bold;
  text-align: center;
  color: #0c1e73;
}

@media screen and (min-width: 481px) {
  h2.section-subcap {
    margin: 0 auto 30px;
    font-size: 18px;
  }
}

@media screen and (min-width: 769px) {
  h2.section-subcap {
    margin: 0 auto 40px;
    font-size: 24px;
  }
}

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


h3.content-cap {
  font-size: 18px;
  line-height: 1.5em;
  text-align: center;
  letter-spacing: 0.5em;
  color: #0c1e73;
  margin-bottom: 2em;
}

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

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


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


p.go-detail a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  width: 300px;
  height: 50px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1em;
  font-weight: bold;
  color: #0c1e73;
  text-decoration: none;
  background-color: transparent;
  border: 2px solid #0c1e73;
}


p.go-detail a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0c1e73;
}


p.go-detail a .fa {
  font-size: 24px;
  line-height: 0.7em;
  margin-left: 0.3em;
}


section.top {
  padding: 0;
}


.top-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1600px;
  padding: 3px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .top-wrap {
    padding: 3px 30px;
  }
}


.top-col-banner {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 1025px) {
  .top-col-banner {
    width: calc( 50% - 6px );
    min-height: 400px;
    margin: 3px;
    background-image: url("img/index/main.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}

@media screen and (min-width: 1400px) {
  .top-col-banner {
    background-position: center 25%;
  }
}


.top-col-banner h2 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}


.top-col-form {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
}

@media screen and (min-width: 1025px) {
  .top-col-form {
    width: calc( 50% - 6px );
    margin: 3px;
  }
}


#satei {
  position: absolute;
  width: 100%;
  height: 0;
  top: -41px;
}

@media screen and (min-width: 481px) {
  #satei {
    top: -61px;
  }
}

@media screen and (min-width: 1025px) {
  #satei {
    top: -180px;
  }
}


.top-col-form h2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 0 5px;
  margin: 0;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #a20f0f;
}

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


section.trade-img {
  padding: 0;
}


.trade-img-content {
  width: 100%;
  max-width: 1600px;
  padding: 30px 10px;
  margin: 0 auto;
  text-align: center;
}

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


section.trade {
  padding: 0;
  background-color: #e7e7e7;
  position: relative;
}


#trade {
  position: absolute;
  width: 100%;
  height: 0;
  top: -41px;
}

@media screen and (min-width: 481px) {
  #trade {
    top: -61px;
  }
}

@media screen and (min-width: 1025px) {
  #trade {
    top: -180px;
  }
}


.trade-content {
  width: 100%;
  max-width: 1600px;
  padding: 30px 10px 10px 10px;
  margin: 0 auto;
  text-align: center;
}

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


.trade-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 3px 0;
  margin: 0;
}


.trade-col {
  width: 100%;
  margin: 3px 0;
}

@media screen and (min-width: 481px) {
  .trade-col {
    width: calc( 50% - 6px );
    margin: 3px;
  }
}

@media screen and (min-width: 1025px) {
  .trade-col {
    width: calc( 25% - 6px );
  }
}


.trade-col h3 {
  display: block;
  width: 100%;
  padding: 10px 5px;
  margin: 0;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #0c1e73;
}

@media screen and (min-width: 481px) {
  .trade-col h3 {
    font-size: 18px;
  }
}


.trade-col-tx {
  width: 100%;
  padding: 10px 5px 20px 5px;
}

@media screen and (min-width: 1025px) {
  .trade-col-tx {
    padding: 10px 5px;
  }
}


.trade-col-tx p {
  font-size: 14px;
  line-height: 1.5em;
  text-align: left;
  margin: 0;
}

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


section.casestudy {
  padding: 0;
  position: relative;
}


#casestudy {
  position: absolute;
  width: 100%;
  height: 0;
  top: -41px;
}

@media screen and (min-width: 481px) {
  #casestudy {
    top: -61px;
  }
}

@media screen and (min-width: 1025px) {
  #casestudy {
    top: -180px;
  }
}


.casestudy-content {
  width: 100%;
  max-width: 1600px;
  padding: 30px 10px 40px 10px;
  margin: 0 auto;
  text-align: center;
}

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


.casestudy-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 3px 0;
  margin: 0 auto 10px auto;
}


.casestudy-wrap a {
  display: block;
  width: 100%;
  margin: 3px 0;
}

@media screen and (min-width: 481px) {
  .casestudy-wrap a {
    width: calc( 50% - 6px );
    margin: 3px;
  }
}

@media screen and (min-width: 1025px) {
  .casestudy-wrap a {
    width: calc( 25% - 6px );
  }
}


.casestudy-wrap a:hover {
  text-decoration: none;
}


.casestudy-img {
  position: relative;
}


.casestudy-img .display-icon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}


.casestudy-img  .display-icon .label {
  display: inline-block;
	font-size: 16px;
	font-weight: 700;
  color: #fff;
  background-color: #c10505;
	padding: 0.1em 1em;
}


.casestudy-wrap a .casestudy-tx {
  width: 100%;
  padding: 10px 5px 20px 5px;
}

@media screen and (min-width: 1025px) {
  .casestudy-wrap a .casestudy-tx {
    padding: 10px 5px;
  }
}


.casestudy-wrap a .casestudy-tx h3 {
  font-size: 14px;
  line-height: 1.5em;
  text-align: left;
  color: #333;
  margin: 0;
  text-decoration: none;
}

@media screen and (min-width: 481px) {
  .casestudy-wrap a .casestudy-tx h3 {
    font-size: 16px;
  }
}


.casestudy-wrap a:hover .casestudy-tx h3 {
  color: #a20f0f;
  text-decoration: none;
}


section.contact {
  padding: 0;
}


.contact-board {
  width: 100%;
  max-width: 1600px;
  padding: 30px 10px 10px 10px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .contact-board {
    padding: 60px 30px;
  }
}


section.flow {
  padding: 0;
  background-color: #e7e7e7;
  position: relative;
}


#flow {
  position: absolute;
  width: 100%;
  height: 0;
  top: -41px;
}

@media screen and (min-width: 481px) {
  #flow {
    top: -61px;
  }
}

@media screen and (min-width: 1025px) {
  #flow {
    top: -180px;
  }
}


.flow-content {
  width: 100%;
  max-width: 1600px;
  padding: 30px 10px;
  margin: 0 auto;
  text-align: center;
}

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


.flow-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 auto 40px auto;
}


.flow-col {
  width: 80%;
  padding: 0;
  margin: 0 10% 80px 10%;
}

@media screen and (min-width: 481px) {
  .flow-col {
    width: 70%;
    margin: 0 15% 80px 15%;
  }
}

@media screen and (min-width: 769px) {
  .flow-col {
    width: 46%;
    margin: 0 8% 0 0;
  }
}

@media screen and (min-width: 1025px) {
  .flow-col {
    width: 20.5%;
    margin: 0 6% 0 0;
  }
}


@media screen and (min-width: 769px) {
  .flow-col2 {
    margin: 0 0 80px 0;
  }
}

@media screen and (min-width: 1025px) {
  .flow-col2 {
    margin: 0 6% 0 0;
  }
}


@media screen and (min-width: 769px) {
  .flow-col3 {
    margin: 0;
    order: 4;
  }
}

@media screen and (min-width: 1025px) {
  .flow-col3 {
    margin: 0 6% 0 0;
    order: 3;
  }
}


.flow-col4 {
  margin: 0 10%;
}

@media screen and (min-width: 481px) {
  .flow-col4 {
    margin: 0 15%;
  }
}

@media screen and (min-width: 769px) {
  .flow-col4 {
    margin: 0 8% 0 0;
    order: 3;
  }
}

@media screen and (min-width: 1025px) {
  .flow-col4 {
    margin: 0;
    order: 4;
  }
}


.flow-img {
  display: block;
  width: 80%;
  padding: 20px;
  margin: 0 auto 20px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #0c1e73;
  position: relative;
}

@media screen and (min-width: 481px) {
  .flow-img {
    width: 60%;
  }
}

@media screen and (min-width: 769px) {
  .flow-img {
    width: 100%;
  }
}


.flow-col1::after, 
.flow-col2::after, 
.flow-col3::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 80px;
  right: left: 0;
  bottom: -80px;
  content: "";
  background-image: url("img/index/ic-arrow-down.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80px 80px;
}


@media screen and (min-width: 769px) {
  .flow-col1 .flow-img::after {
    position: absolute;
    display: block;
    width: 18%;
    height: 100%;
    top: 0;
    right: -18%;
    content: "";
    background-image: url("img/index/ic-arrow-right.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 80px 80px;
  }
  .flow-col2 .flow-img::after {
    display: none;
  }
  .flow-col3 .flow-img::after {
    display: none;
  }
  .flow-col4 .flow-img::after {
    position: absolute;
    display: block;
    width: 18%;
    height: 100%;
    top: 0;
    right: -18%;
    content: "";
    background-image: url("img/index/ic-arrow-left.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 80px 80px;
  }
  .flow-col2::after {
    position: absolute;
    display: block;
    width: 100%;
    height: 80px;
    right: left: 0;
    bottom: -80px;
    content: "";
    background-image: url("img/index/ic-arrow-down.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 80px 80px;
  }
  .flow-col3::after {
    display: none;
  }
}


@media screen and (min-width: 1025px) {
  .flow-col1 .flow-img:after, 
  .flow-col2 .flow-img:after, 
  .flow-col3 .flow-img:after {
    position: absolute;
    display: block;
    width: 30%;
    height: 100%;
    top: 0;
    right: -30%;
    content: "";
    background-image: url("img/index/ic-arrow-right.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 80px 80px;
  }
  .flow-col4 .flow-img::after {
    display: none;
  }
  .flow-col1::after {
    display: none;
  }
  .flow-col2::after {
    display: none;
  }
}


.flow-img p.flow-step {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: bold;
  text-align: center;
  color: #0c1e73;
  margin: 0 auto 5px;
}

@media screen and (min-width: 481px) {
  .flow-img p.flow-step {
    font-size: 24px;
  }
}


.flow-ic {
  text-align: center;
}


.flow-ic img {
  width: 50%;
  height: auto;
}


.flow-tx {
  padding: 0 10px;
}


.flow-tx h3 {
  font-size: 1.4em;
  line-height: 1.5em;
  font-weight: bold;
  text-align: center;
  color: #0c1e73;
  margin: 0 auto 0.25em;
}

@media screen and (min-width: 481px) {
  .flow-tx h3 {
    font-size: 1.6em;
  }
}


.flow-tx p {
  font-size: 1.2em;
  line-height: 1.5em;
  text-align: left;
  color: #333;
  margin: 0;
}

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


.flow-payment {
  margin: 0 auto 30px auto;
}

@media screen and (min-width: 481px) {
  .flow-payment {
    margin: 0 auto 40px auto;
  }
}

@media screen and (min-width: 769px) {
  .flow-payment {
    margin: 0 auto 50px auto;
  }
}


.flow-payment h4 {
  display: inline-block;
  width: 100%;
  padding: 10px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: normal;
  text-align: center;
  color: #333;
  border: 1px solid #0c1e73;
}
@media screen and (min-width: 481px) {
  .flow-payment h4 {
    width: auto;
    padding: 10px 2em;
    font-size: 16px;
  }
}

@media screen and (min-width: 769px) {
  .flow-payment h4 {
    padding: 10px 4em;
    font-size: 20px;
  }
}


.flow-document {
  display: inline-block;
  width: 100%;
  padding: 15px 10px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #0c1e73;
}

@media screen and (min-width: 481px) {
  .flow-document {
    width: auto;
    padding: 25px;
  }
}

@media screen and (min-width: 769px) {
  .flow-document {
    padding: 40px 80px;
  }
}


.flow-document h3 {
  font-size: 1.5em;
  line-height: 1.4em;
  font-weight: bold;
  text-align: center;
  color: #0c1e73;
  margin: 0 auto 0.5em;
}

@media screen and (min-width: 481px) {
  .flow-document h3 {
    font-size: 1.6em;
    margin: 0 auto 0.75em;
  }
}

@media screen and (min-width: 769px) {
  .flow-document h3 {
    font-size: 30px;
    margin: 0 auto 1em;
  }
}


.document-wrap {
  width: 100%;
  margin: 0 auto 10px;
  text-align: left;
}

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

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


.document-item {
  display: inline-block;
  width: auto;
  padding: 0 0.5em;
  margin: 0;
  font-size: 1.2em;
  line-height: 1.7em;
}

@media screen and (min-width: 481px) {
  .document-item {
    font-size: 1.4em;
  }
}

@media screen and (min-width: 769px) {
  .document-item {
    font-size: 20px;
  }
}


.flow-document p.indent1em {
  margin: 0;
  font-size: 12px;
}


section.news {
  padding: 0;
  position: relative;
}


#news {
  position: absolute;
  width: 100%;
  height: 0;
  top: -41px;
}

@media screen and (min-width: 481px) {
  #news {
    top: -61px;
  }
}

@media screen and (min-width: 1025px) {
  #news {
    top: -180px;
  }
}


.news-content {
  width: 100%;
  max-width: 1600px;
  padding: 30px 10px 40px 10px;
  margin: 0 auto;
  text-align: center;
}

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


.news-wrap {
  width: 100%;
  max-width: 960px;
  padding: 10px;
  margin: 0 auto 20px;
  background-color: #e7e7e7;
}

@media (min-width: 481px) {
  .news-wrap {
    padding: 20px;
    margin: 0 auto 30px;
  }
}

@media (min-width: 769px) {
  .news-wrap {
    padding: 40px;
    margin: 0 auto 40px;
  }
}


.news-wrap .news-entry {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px;
  margin: 0 auto;
  border-bottom: 1px dotted #0c1e73;
  position: relative;
}


.news-wrap .date-display {
	display: inline-block;
  width: 135px;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1.5em;
  text-align: left;
  position: relative;
}

@media (min-width: 481px) {
  .news-wrap .date-display {
    width: 155px;
    margin-bottom: 0;
    font-size: 16px;
  }
}

@media (min-width: 769px) {
  .news-wrap .date-display {
    width: 190px;
    font-size: 20px;
  }
}


.news-wrap .date-display .display-icon {
  width: auto;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
}

@media (min-width: 769px) {
  .news-wrap .date-display .display-icon {
    width: 60px;
  }
}


.news-wrap .date-display .display-icon .label {
	font-size: 14px;
	font-weight: 700;
  color: #fff;
  background-color: #c10505;
	padding: 0.1em 0.4em;
}

@media (min-width: 481px) {
  .news-wrap .date-display .display-icon .label {
    font-size: 16px;
    padding: 0.2em 0.5em;
  }
}

@media (min-width: 769px) {
  .news-wrap .date-display .display-icon .label {
    font-size: 18px;
    padding: 0.2em 0.5em;
  }
}


.news-wrap .entry-title {
  display: inline-block;
  margin: 0;
  padding: 0;
	width: 100%;
	font-size: 16px;
	line-height: 1.5em;
  text-align: left;
}

@media (min-width: 481px) {
  .news-wrap .entry-title {
    font-size: 16px;
    margin: 0 0 0 -155px;
    padding: 0 0 0 170px;
  }
}

@media (min-width: 769px) {
  .news-wrap .entry-title {
    font-size: 20px;
    margin: 0 0 0 -190px;
    padding: 0 0 0 210px;
  }
}


.news-wrap .entry-title a {
  display: block;
  width: 100%;
  color: #333;
}

@media (min-width: 768px) {
  .news-wrap .entry-title a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}


.news-wrap .entry-title a:hover {
  color: #c10505;
}


section.about {
  padding: 0;
  background-color: #e7e7e7;
  position: relative;
}


#about {
  position: absolute;
  width: 100%;
  height: 0;
  top: -41px;
}

@media screen and (min-width: 481px) {
  #about {
    top: -61px;
  }
}

@media screen and (min-width: 1025px) {
  #about {
    top: -180px;
  }
}


.about-content {
  width: 100%;
  max-width: 1600px;
  padding: 30px 10px 10px 10px;
  margin: 0 auto;
  text-align: center;
}

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


.about-logo {
  padding: 10px 0 30px 0;
  text-align: center;
}

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

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

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


.about-logo img {
  width: 120px;
  height: auto;
  margin: 0 auto;
}

@media screen and (min-width: 481px) {
  .about-logo img {
    width: 180px;
  }
}

@media screen and (min-width: 769px) {
  .about-logo img {
    width: 240px;
  }
}

@media screen and (min-width: 1025px) {
  .about-logo img {
    width: 320px;
  }
}


.about-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-end;
  width: 100%;
  height: auto;
  padding: 50vw 0 0 0;
  margin: 0 auto 40px;
  background-image: url("img/index/about-img.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}

@media screen and (min-width: 481px) {
  .about-wrap {
    padding: 52vw 0 0 0;
    margin: 0 auto 60px;
  }
}

@media screen and (min-width: 769px) {
  .about-wrap {
    justify-content: flex-start;
    align-content: center;
    height: 42vw;
    padding: 0;
    margin: 0 auto 80px;
    background-position: 150% bottom;
  }
}

@media screen and (min-width: 1025px) {
  .about-wrap {
    height: 40vw;
    background-position: 130% bottom;
  }
}

@media screen and (min-width: 1200px) {
  .about-wrap {
    height: 33vw;
    background-position: right bottom;
  }
}

@media screen and (min-width: 1600px) {
  .about-wrap {
    height: 533px;
  }
}


.about-col {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: content;
  width: 90%;
  padding: 15px;
  background-color: rgba(255,255,255,0.8);
}

@media screen and (min-width: 481px) {
  .about-col {
    width: 80%;
    padding: 20px;
  }
}

@media screen and (min-width: 769px) {
  .about-col {
    width: 75%;
    padding: 25px;
  }
}

@media screen and (min-width: 1025px) {
  .about-col {
    width: 60%;
    padding: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .about-col {
    width: 55%;
  }
}


.about-col h3 {
  display: inline-block;
  width: auto;
  padding: 10px 0.25em;
  margin: 0 auto 1.5em;
  font-size: 1.1em;
  line-height: 1.4em;
  font-weight: bold;
  text-align: center;
  color: #333;
  border-bottom: 1px solid #0c1e73;
}

@media screen and (min-width: 481px) {
  .about-col h3 {
    padding: 10px 0.5em;
    font-size: 1.4em;
  }
}

@media screen and (min-width: 769px) {
  .about-col h3 {
    padding: 10px 1em;
    font-size: 1.4em;
  }
}

@media screen and (min-width: 1025px) {
  .about-col h3 {
    padding: 10px 2em;
    font-size: 1.8em;
  }
}


.about-col p {
  display: block;
  width: 100%;
  font-size: 1em;
  line-height: 1.7em;
  color: #333;
}

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

@media screen and (min-width: 769px) {
  .about-col p {
    font-size: 1.1em;
  }
}

@media screen and (min-width: 1025px) {
  .about-col p {
    font-size: 1.2em;
  }
}


.about-col p.about-tx {
  margin: 0 auto 1em;
  text-align: left;
}


.about-col p.about-ceo {
  margin: 0 auto;
  text-align: center;
}


.company-wrap {
  width: 100%;
  max-width: 960px;
  padding: 10px;
  margin: 0 auto;
  background-color: #fff;
}

@media screen and (min-width: 481px) {
  .company-wrap {
    padding: 20px;
  }
}

@media screen and (min-width: 769px) {
  .company-wrap {
    padding: 30px;
  }
}


.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 #ddd;
}

@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;
  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: #a20f0f;
}


#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: #a20f0f;
  top: 40px;
  left: 170px;
  position: relative;
}


.screen-reader-text {
  display: none;
}



/* LINE */


section.line {
  padding: 0;
  position: relative;
}


#line {
  position: absolute;
  width: 100%;
  height: 0;
  top: -41px;
}

@media screen and (min-width: 481px) {
  #line {
    top: -61px;
  }
}

@media screen and (min-width: 1025px) {
  #line {
    top: -180px;
  }
}


.line-clumn {
	padding: 10px 0;
}

@media screen and (min-width: 481px) {
  .line-clumn {
    padding: 20px;
  }
}


.line-clumn h3 {
	text-align: center;
  font-size: 18px;
	font-weight: bold;
	color: #00b900;
	line-height: 1.4;
	border: none;
	padding: 0;
  margin: 0 auto 1em;
}

@media screen and (min-width: 481px) {
  .line-clumn h3 {
    font-size: 24px;
  }
}


.line-clumn p {
	margin-bottom: 20px;
	font-size: 12px;
}

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


.text-02 {
	text-align: center;
	font-size: 16px;
	padding-top: 30px;
	margin-bottom: 30px;
	font-weight: bold;
}

@media screen and (min-width: 481px) {
  .text-02 {
    font-size: 22px;
  }
}


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


.line-clumn .mgb20 {
	margin-bottom: 20px !important;
}


.line-clumn .mgb50 {
	margin-bottom: 50px !important;
}


.line-clumn h5 {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 2px solid #00b900;
	padding-bottom: 10px;
	display: table;
	margin: 0 auto;
	margin-bottom: 20px;
	color: #00b900;
	line-height: 1.4;
}

@media screen and (min-width: 481px) {
  .line-clumn h5 {
    font-size: 24px;
  }
}


.line-list img {
	max-width: 100%;
	width: auto;
	display: block;
}


.line-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
	padding: 0;
	margin: 0 auto;
	max-width: 960px;
}


.line-list li {
	list-style: none;
  display: block;
  width: 75%;
	padding: 0 20px;
	margin: 0 auto 50px;
	
}

@media screen and (min-width: 481px) {
  .line-list li {
    width: 50%
  }
}

@media screen and (min-width: 769px) {
  .line-list li {
    width: 33.33%
  }
}


.line-list .sp-img {
  padding: 0 10px 20px;
  border: 1px solid #d5d5d5;
}


.line-list li span {
	max-width: 280px;
	padding-top: 10px;
	display: block;
  font-size: 14px;
}


.line-icon-img {
	max-width: 100%;
	width: auto;
	max-width: 120px;
	display: table;
	margin: auto;
	margin-bottom: 20px;
}


.line-dl-wrap {
  display: table;
  margin: 0 auto;
  border: 2px solid #00b900;
  padding: 15px;
  margin-top: 40px;
  margin-bottom: 30px;
  background-color: #fff;
  color: #000;
}

@media screen and (min-width: 769px) {
  .line-dl-wrap {
    padding: 25px;
  }
}


.line-dl-wrap img {
  width: 100%;
	max-width: 232px;
}


.line-dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}


.line-dl dl {
  display: block;
  width: 100%;	
  vertical-align: middle;
  text-align: center;
  padding: 15px;
}

@media screen and (min-width: 481px) {
  .line-dl dl {
    width: 50%;	
  }
}


.line-dl dd {
	padding-top: 20px;
	display: block;
  font-size: 14px;
}


.midash-a {
	padding-top: 80px;
}


</pre></body></html>