@charset "UTF-8";
/* ===================================================================
 style info :
=================================================================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, address, input, button select,textarea,
em, img, small, strong, b, i, a, hr,menu,main,
dl, dt, dd, ol, ul, li, form, label, time,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, footer, header, nav, section {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 0;
	font-style: normal;
}

article,aside,footer,main,header,menu,nav,section {
	display: block;
}


/*----------------------------------------------------
	common
----------------------------------------------------*/
html {
  font:62.5%/1.6 "メイリオ", sans-serif;
  font-weight: normal;
  -webkit-text-size-adjust: 100%;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
  font-size: 14px;
  font-size: 1.4rem;
  font-feature-settings: "pkna";
  width: 100%;
/*  margin-top: 59px; */
}

ol,
ul {
  list-style:none;
}

table {
  border-collapse: collapse;
  border-spacing:0;
  border: 0;
  border-top-width: 1px;
  border-left-width: 1px;
  border-style: solid;
  border-color: transparent;
}

th,
td {
  padding: 5px;
  border: 0;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: transparent;
  display: table-cell;
}

th {
  font-weight: normal;
  color: #555;
  text-align: center;
  vertical-align: middle;
}

/*
caption,
th {
  text-align: left;
}
*/

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1rem 0;
}

/* input:not([type="checkbox"],[type="radio"]), */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="submit"],
textarea,
button {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  box-shadow: none;
}

input[type="submit"] {
  font-weight: bold;
}

select {
  background: #fff;
}

input[type="checkbox"] {
  vertical-align: middle;
}


/* link
----------------------------------------------- */
a {
  text-decoration: none;
  outline: 0;
  color: #333;
  border: 0;
}

a:hover {
  -webkit-transition: all .3s;
  transition: all .3s;
}

:focus {
	outline: 0;
}

a > img {
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  backface-visibility: hidden;
  border: 0;
}

a > img:hover {
  opacity: 0.70;
}


/* icon font
----------------------------------------------- */
i {
  display: inline-block;
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/* 見出し
----------------------------------------------- */
h1,h2,h3,h4,h5,h6 {
  font-size: 10px;
  font-size: 1rem;
}


/* table
----------------------------------------------- */
table {
  width: 100%;
}

caption {
  font-weight: bold;
  margin-bottom: 8px;
}


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

.left {
  text-align: left;
}

.right {
  text-align: right;
}


/* ボタン
----------------------------------------------- */
.btn {
  width: 200px;
  margin: 30px auto 0;
  line-height: 36px;
  display: block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  background: #055ed6;
  color: #fff;
  border: 2px solid #055ed6;
  font-weight: bold;
}

.btn i:after {
  content: "\f105";
  font-size: 22px;
  font-size: 2.2rem;
  position: absolute;
  overflow: hidden;
  right: 15px;
  top: 50%;
  margin-top: -11px;
}

.btn:hover {
  background: #fff;
  color: #055ed6;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btn.wide {
  width: 100%;
  line-height: 60px;
}

.prev.btn:after {
  right: auto;
  left: 7px;
}

.prev.btn,
.next.btn {
  display: inline-block;
  margin: 0 10px !important;
}

#sp #header .btn {
  background: #fff;
  color: #F4821D;
}


/* 上下中央
----------------------------------------------- */
.v-h-center {
/*
  position: absolute;
  max-width: none;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  object-fit: cover;
  font-family: 'object-fit: cover;'
*/
  object-fit: contain;
  font-family: 'object-fit: contain;'
}

.vhc-txt {
  position: absolute;
  overflow: hidden;
  max-width: none;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}


/* 初期化
----------------------------------------------- */
.init{
  all: initial;
}


/* WPデフォルトClass
----------------------------------------------- */
img[class*="wp-image-"],
img[class*="attachment-"] {
  margin: 0;
}

.alignright {
  margin: 0 0 15px 30px !important;
  float: right !important;
}

.alignleft {
  margin: 0 30px 15px 0 !important;
  float: left !important;
}

.clearfix {
  overflow: hidden;
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}

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

body {
  width: 1024px;
  margin: 0 auto;
}

#goto-top,
.entry-meta,
#header,
#breadcrumbs,
#footer-btn,
#footer-nav,
#footer-logo,
#fb-btn-list,
#header-contet,
#spmenu-btn {
  display: none;
}

#footer {
  padding: 0;
}

#page-header-img {
  margin: 0 0 30px;
}

#footer small {
  padding: 10px 0;
}

.child-title,
.entry-content h2 {
  border: 1px solid rgb(5,94,214);
}
