@charset "utf-8";

/*
Theme Name: AFFILIATE
Author: minoru kubota
Version: 1
*/

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

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

body {
  line-height: 1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor:help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}


/*
----------------------------------------
common
----------------------------------------
*/

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.video {
  max-width: 800px;
  margin: 30px auto;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.pc-none {
  display: none;
}

/* clearfix */

.clearfix: before,
.clearfix:after {
  display: table;
  content: ' ';
}

.clearfix:after {
  clear: both;
}

/* scrollbar */

::-webkit-scrollbar {
  width: 5px;
  background: transparent;
}

::-webkit-scrollbar-track {
  box-shadow: none;
}

::-webkit-scrollbar-thumb {
  background-color: #ccc;
  box-shadow: none;
}

/*
----------------------------------------
default
----------------------------------------
*/

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  line-height: 2;
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
  text-align: center;
  position: relative;
  min-width: 300px;
  -webkit-text-size-adjust: 100%;
  overflow-scrolling: touch;
}

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

a:hover {
  text-decoration: none;
}

ul, ol {
  list-style: none;
  margin: 0;
}

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

.ofi img {
  object-fit: cover;
  vertical-align:middle;
  font-family: 'object-fit: cover;' /* ie */
}

div.wpcf7 .ajax-loader {
  display: none !important;
}


/*
----------------------------------------
form
----------------------------------------
*/

input[type=text],
input[type=search],
input[type=tel],
input[type=number],
input[type=url],
input[type=email],
input[type=password],
input[type=date],
textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1.6rem;
  border: solid 1px #ccc;
  padding: 10px 15px !important;
  box-sizing: border-box;
  margin-right: 10px;
  text-align: left !important;
}

input[type=email],
input[type=tel],
input.l {
  width: 100%;
  margin: 0 !important;
}


textarea {
  margin: 0 !important;
  width: 100% !important;
  height: 20rem !important;
}

select {
  padding: 7px 35px 7px 15px !important;
  background: url( img/common/arrow-select.svg ) right 10px center / 10px no-repeat !important;
}


/*
----------------------------------------
flex
----------------------------------------
*/

.flex {
  -js-display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.flex.nowrap {
  flex-wrap: nowrap;
}

.flex.reverce {
  flex-direction: row-reverse;
}

.flex.item-center {
  align-items: center;
}

/* column */

.contents .flex > * {
  box-sizing: border-box;
  padding: 10px;
  box-sizing: border-box;
}

.flex.col-02 > * {
  width: 50%;
}

.flex.col-03 > * {
  width: 33.3333%;
}

.flex.col-04 > * {
  width: 25%;
}

.flex.col-05 > * {
  width: 20%;
}

.flex.col-06 > * {
  width: 16.6666%;
  font-size: 1.3rem;
}

.flex figure {
  margin-bottom: 5px;
}


/*
----------------------------------------
font
----------------------------------------
*/

.en {
  font-family: 'Roboto', sans-serif;
}

.gothic {
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
}

.mincho {
  font-family: ’ヒラギノ明朝 ProN W3’, ’Hiragino Mincho ProN’, ’游明朝’, YuMincho, ’ＭＳ Ｐ明朝’, ’ＭＳ 明朝’, serif;
}

strong {
  font-weight: normal;
}


/*
----------------------------------------
h1-h6
----------------------------------------
*/

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  line-height: 1.6;
}

.contents h1,
.contents h2,
.contents h3,
.contents h4,
.contents h5,
.contents h6 {
  margin-bottom: 15px;
}

.contents h1 {
  font-size: 2.4rem;
}

.contents h2 {
  font-size: 2.2rem;
}

.contents h3 {
  font-size: 2rem;
}

.contents h4,
.contents h5,
.contents h6 {
  font-size: 1.8rem;
}

.contents .heading-01,
.contents .heading-02,
.contents .heading-03 {
  margin-bottom: 20px;
}

/* heading-01 */

.contents .heading-01 {
  font-size: 2.4rem;
  padding: 13px 10px;
  margin:0 auto 30px;
  text-align: center;
  position: relative;
}

.contents .heading-01.ranking {
  padding: 13px 50px;
}

.contents .heading-01.ranking::before,
.contents .heading-01.tag::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
}

.contents .heading-01.ranking::before {
  margin-top: -10px;
  width: 25px;
  height: 20px;
  background: url(img/common/ico-crown.png) no-repeat 50% 50% / contain;
}

.contents .heading-01.tag::before {
  margin-top: -10px;
  width: 25px;
  height: 20px;
  background: url(img/common/ico-tag.png) no-repeat 50% 50% / contain;
}

/* heading-02 */

.contents .heading-02 {
  font-size: 2.4rem;
  padding: 10px 0;
  text-align: center;
  margin-bottom: 25px;
}

/*
.contents .heading-02 {
  color: #fff;
  background: -moz-linear-gradient( rgba( 0, 0, 0, .6 ), rgba( 0, 0, 0, 1 ) );
  background: -webkit-gradient( linear, left top, left bottom, from( rgba( 0, 0, 0, .6 ) ), to( rgba( 0, 0, 0, 1 ) ) );
  padding: 10px 15px;
}
*/

/* heading-03 */

.contents .heading-03 {
  padding: 8px 10px 8px 17px;
  border-bottom: solid 2px #ccc;
  margin: 16px auto;
  position: relative;
}

.contents .heading-03::before {
  content: "";
  width: 5px;
  height: 64%;
  background: #2d344e;
  position: absolute;
  top: 20%;
  left: 0;
  box-sizing: border-box;
}

/*
.contents .heading-03 {
  padding: 10px 0;
  border-bottom: solid 1px #000;
}
*/
/* header-01 */

.header-01 {
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.5;
  letter-spacing: .5rem;
}

.header-01 .en {
  font-size: 3.6rem;
}

.header-01 h2 {
  font-size: 1.8rem;
}

/* ttl-box */

.ttl-box-01{
  position: relative;
}

.ttl-box-01 .ttl {
  font-size: 2.4rem;
  padding: 14px 10px 14px 80px;
  position: relative;
  margin:0;
}

.ttl-box-01 .ttl a {
  display: block;
  color: #fff;
}

.ttl-box-01 .num {
  font-size: 1.4rem;
  width: 60px;
  min-height: 60px;
  height: 100%;
  line-height: 1.3;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  background: #fff;
  box-sizing: border-box;
}

.ttl-box-01 .num.rank-1{
/*
  border-color: #d8b036;
  background: #d8b036;
*/
  border-color: transparent;
  background: #d8b036;
  background: -moz-linear-gradient(45deg, #f1e767 0%, #feb645 100%);
  background: -webkit-linear-gradient(45deg, #f1e767 0%,#feb645 100%);
  background: linear-gradient(45deg, #f1e767 0%,#feb645 100%);
  color: #fff;
  font-weight: 900;
}

.ttl-box-01 .num.rank-2 {
/*
  border-color: #b6b9be;
  background: #b6b9be;
*/
  border-color: transparent;
  background: #cacbd1;
  background: -moz-linear-gradient(45deg, #cacbd1 0%, #8a8c8e 100%);
  background: -webkit-linear-gradient(45deg, #cacbd1 0%,#8a8c8e 100%);
  background: linear-gradient(45deg, #cacbd1 0%,#8a8c8e 100%);
  color: #fff;
  font-weight: 900;
}

.ttl-box-01 .num.rank-3 {
/*
  border-color: #cc8034;
  background: #cc8034;
*/
  border-color: transparent;
  background: #e2c43b; /* Old browsers */
  background: -moz-linear-gradient(45deg, #e2c43b 0%, #cc8034 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #e2c43b 0%,#cc8034 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #e2c43b 0%,#cc8034 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #fff;
  font-weight: 900;
}

.ttl-box-01 .num i {
  font-style: normal;
  font-size: 2rem;
}

.ttl-box-02 {
  border-bottom: 1px solid #ccc;
  padding: 0 0 10px 0;
  margin: 0 auto 17px;
  align-items: center;
}

.ttl-box-02 .ttl{
  padding: 0 0 0 35px;
  margin: 0;
  position: relative;
}

.ttl-box-02 .ttl::before {
  content: "";
  display: block;
  position: absolute;
  top: .6em;
  left: 0px;
  margin-top: -10px;
  width: 25px;
  height: 23px;
  background: url(img/common/ico-comment.png) no-repeat 50% 50% / contain;
}

.ttl-box-02 .star {
  margin-left: auto;
  padding: 0;
}

.ttl-box-02.flex > time {
  padding: 0 10px;
  color: #999;
}


/*
----------------------------------------
bottun
----------------------------------------
*/


.btn-01,
.btn-02,
.btn-03 {
  display: block;
  text-align: center;
}

.btn-01 a,
.btn-02 a,
.btn-03 a {
  text-decoration: none;
  transition: all .2s;
}

.btn-01 a {
  display: inline-block;
  padding: 12px 30px 12px 30px;
  box-sizing: border-box;
  width:100%;
  text-align: center;
  font-size: 1.8rem;
  text-indent: .5em;
}

.btn-01 a:hover {
}

.btn-02 a {
  display: inline-block;
  padding: 10px 20px;
  line-height: 1.5;
  border: solid 1px #ccc;
  position: relative;
}

.btn-02 a:hover {
  background: #eee;
}

.btn-03 a {
  display: inline-block;
  padding: 5px 30px 5px 10px;
  margin: 10px 0;
  background: url( img/common/arrow-right.svg ) right 10px center / 8px no-repeat;
  border-bottom: solid 2px #000;
  position: relative;
  transition: all .2s;
}

.btn-03 a:hover {
  background: url( img/common/arrow-right.svg ) right 5px center / 8px no-repeat;
}

.back-btn a {
  display: inline-block;
  letter-spacing: 3px;
  padding: 15px 30px 15px 40px;
  border: solid 1px #000;
  background: url( img/common/arrow-left.svg ) 15px center / 8px no-repeat;
  transition: all .2s;
}

.back-btn a:hover {
  color: #fff;
  background: #000 url( img/common/arrow-left-wh.svg ) 10px center / 8px no-repeat;
}

.back-btn a:hover:after {
  right: 10px;
}


/*
----------------------------------------
table
----------------------------------------
*/

table caption {
  caption-side: bottom;
  padding-top: 15px;
  font-size: 1.3rem;
}

/* table-01 */

.table-01 {
  width: 100%;
  text-align: left;
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
  margin: 0 0 30px;
}

.table-01 thead th,
.table-01 thead td {
  color: #fff;
  background: #000;
  text-align: center;
}

.table-01 th {
  padding: 15px;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  background: #f9f9f9;
  font-weight: normal;
  vertical-align: top;
}

.table-01 td {
  padding: 15px;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  vertical-align: top;
}

/* table-02 */

.table-02 {
  width: 100%;
  text-align: left;
  border-top: solid 1px #ccc;
  margin: 30px 0;
}

.table-02 th {
  padding: 20px 10px;
  border-bottom: solid 1px #ccc;
  font-weight: normal;
}

.table-02 td {
  padding: 20px 10px;
  border-bottom: solid 1px #ccc;
}

/* table-03 */

.table-03 {
  width: 100%;
  text-align: left;
  border-top: solid 1px #ccc;
  margin: 0 0 30px;
}

.table-03 thead th,
.table-03 thead td {
  color: #fff;
  background: #000;
  text-align: center;
}

.table-03 th {
  width: 40%;
  padding: 3px 15px;
  border-bottom: solid 1px #ccc;
  background: #f9f9f9;
  font-weight: normal;
  vertical-align: middle;
  text-align:center;

}

.table-03 td {
  padding: 3px 15px;
  border-bottom: solid 1px #ccc;
  vertical-align: top;
}

.table-03 .generalstar-th{
  background: #343434;
  font-size: 2rem;
  color: white;
}

.table-03 .generalstar-td{
  text-align: center;
}
.table-03 .generalstar-td .star{
  font-size: 2.5rem;
}

/*
----------------------------------------
list
----------------------------------------
*/

ul.list {
  list-style: disc;
  margin-left: 20px;
}

ol.list {
  list-style: decimal;
  margin-left: 20px;
}


/*
----------------------------------------
dl
----------------------------------------
*/

.dl-01 {
  -js-display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 10px 0 0 0;
}

.dl-01 dt {
  width: 20%;
  font-size: 1.1rem;
  line-height: 2rem;
  text-align: center;
  background: #222;
  color: #fff;
  margin-bottom: 10px;
}

.dl-01 dd {
  width: 77%;
  margin-bottom: 10px;
  line-height: 2rem;
}

.faq-01 dt {
  font-size: 2rem;
  padding: 30px 0 15px 5rem;
  border-top: solid 1px #ccc;
  position: relative;
}

/* faq */

.faq-01 dd {
  font-size: 1.5rem;
  padding: 15px 0 30px 5rem;
  position: relative;
}

.faq-01 dt:before,
.faq-01 dd:before {
  display: inline-block;
  font-size: 1.4rem;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  line-height: 3.5rem;
  width: 3.5rem;
  height: 3.5rem;
  position: absolute;
  left: 0;
}

.faq-01 dt:before {
  content: 'Q';
  color: #fff;
  background: #000;
  top: 28px;
}

.faq-01 dd:before {
  content: 'A';
  background: #ddd;
  top: 10px;
}


/*
----------------------------------------
map
----------------------------------------
*/

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

.map iframe,
.map object,
.map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*
----------------------------------------
layout
----------------------------------------
*/

#wrapper {
  width: 100%;
  margin: 0 auto;
}

.wrap {
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

#contents > .wrap{
  justify-content: space-between;
}

#sp-btn {
  display: none;
}

#overlay {
  display: none;
}


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

#wrapper > header h1 .wrap {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
}

#wrapper > header h1 .wrap {
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
  padding: 0 15px;
  font-size: 1.2rem;
}

#wrapper > header .wrap {
  text-align: center;
  padding: 30px 0;
}

#wrapper > header .identity {
  max-width: 240px;
  line-height: .5;
  margin: 0 auto 15px;
}

#wrapper > header .h-cont {
  font-size: 1.4rem;
}

#wrapper > header .h-tel {
  margin-left: 20px;
  max-width: 240px;
  line-height: .5;
}


/*
----------------------------------------
g-nav
----------------------------------------
*/

#g-nav {
  z-index: 999999;
  padding: 0 10px;
}

#g-nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

#g-nav > ul.wrap {
  -js-display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  padding: 0;
  position: relative;
}

#g-nav > ul > li {
  flex-grow: 1;
  position: relative;
}

#g-nav > ul:before,
#g-nav > ul > li:before {
  content: '';
  width: 1px;
  top: 10px;
  bottom: 10px;
  position:absolute;
  background: #fff;
  box-sizing: border-box;
}

#g-nav > ul > li:before{
  left:0;
}

#g-nav > ul:before{
  right:0;
}

#g-nav > ul > li > a {
  display: block;
  padding: 15px 5px;
  box-sizing: border-box;
  transition: all .2s;
  font-size:1.5rem;
  position:relative;
}

#g-nav > ul > li:hover > a {
  opacity: .5;
}

/*
#g-nav > ul > li.home > a:before {
  content:"";
  width:12px;
  height:12px;
  display:inline-block;
  vertical-align:middle;
  margin-right:5px;
  /background: url(img/common/ico-home-wh.png) no-repeat 50% 50% / contain;
}
*/

/* sub-menu */

#g-nav li ul {
  min-width: 100%;
  position: absolute;
  top: 90%;
  left: 0;
  background: #f7f7f7;
  visibility: hidden;
  opacity: 0;
  z-index: 999999;
  transition: all .2s;
}

#g-nav li:last-child ul {
  right: 0;
  left: auto;
}

#g-nav li:hover ul {
  top: 100%;
  visibility: visible;
  opacity: 1;
}

#g-nav li ul li {
  border-top: solid 1px #ccc;
}

#g-nav li ul a {
  display: block;
  padding: 15px 20px;
  color: #333;
  text-align: left;
  white-space: nowrap;
  transition: all .2s;
}


/*
----------------------------------------
contents
----------------------------------------
*/

#contents {
  text-align: left;
  padding-bottom: 60px;
}

#main-contents {
  width: 68%;
  padding: 0;
  box-sizing: border-box;
  margin-bottom: 30px;
}

#head-contents {
  margin: 20px 0;
  text-align: left;
}


/*
----------------------------------------
sidebar
----------------------------------------
*/

#sidebar {
  width: 27%;
  padding:0;
}

#sidebar > .search-form {
  margin: 0 0 30px 0;
  position: relative;
}

.search-form form {
  background: #eee;
  position: relative;
}

.search-form input[type='text'] {
  display: block;
  width: 100%;
  padding: 0 3rem 0 0;
  box-sizing: border-box;
  font-size: 1.8rem;
  line-height: 2rem;
  border: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.search-form button {
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 40px;
  height: 100%;
  background: url( img/common/icon-search.svg ) center center / 16px no-repeat;
  text-indent: -999px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

#sidebar .back-link {
  margin-bottom: 30px;
}

#sidebar .back-link a {
  display: block;
  padding: 15px;
  font-size: 1.6rem;
  text-align: center;
  background: url( img/common/arrow-left.svg ) 15px center / 8px no-repeat;
  border: solid 1px #ccc;
  transition: all .2s;
}

#sidebar .back-link a:hover {
  background: #000 url( img/common/arrow-left-wh.svg ) 10px center / 8px no-repeat;
  color: #fff;
}

#sidebar .bnr {
  margin-bottom: 40px;
}

#sidebar .bnr figure {
  margin-bottom: 10px;
}

#sidebar .bnr figcaption {
  text-align: left;
}

#sidebar .side-wrap {
  position: sticky;
  top: 80px;
}

#sidebar .side-wrap > div {
  margin-bottom: 30px;
}

#sidebar h2 {
  font-size: 1.6rem;
  border-bottom: solid 2px #000;
  padding-bottom: 5px;
  margin-bottom: 0;
  position: relative;
}

#sidebar h2.ttl {
  font-size: 1.8rem;
  padding: 5px 10px;
  margin-bottom: 0;
  letter-spacing: 5px;
  text-align: center;
  position: relative;
  border-bottom: none;
}

#sidebar h2.ttl.rank::before,
#sidebar h2.ttl.feature::before ,
#sidebar h2.ttl.special::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
}

#sidebar h2.ttl.rank::before {
  margin-top: -10px;
  width: 25px;
  height: 20px;
  background: url(img/common/ico-crown.png) no-repeat 50% 50% / contain;
}

#sidebar h2.ttl.feature::before {
  margin-top: -10px;
  width: 25px;
  height: 20px;
  background: url(img/common/ico-check.png) no-repeat 50% 50% / contain;
}

#sidebar h2.ttl.special::before {
  margin-top: -10px;
  width: 25px;
  height: 20px;
  background: url(img/common/ico-tag.png) no-repeat 50% 50% / contain;
}

#sidebar h2 .en {
  font-size: 1.4rem;
  position: absolute;
  right: 0;
  bottom: 5px;
}

#sidebar .rank-list,
#sidebar .article-list {
  margin: 0 0 20px;
  border: 1px solid #ccc;
  border-bottom:none;
}

#sidebar .rank-box .btn-01{
  margin-top:20px;
}

#sidebar .rank-box .btn-01 a{
  font-size: 1.5rem;
}

#sidebar .rank-list a {
  /*-js-display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;*/
  display: block;
  padding: 10px 10px 25px;
  border-bottom: solid 1px #ccc;
  position: relative;
  transition: all .2s;
}

#sidebar .article-list a {
  -js-display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  padding: 5px;
  border-bottom: solid 1px #ccc;
  position: relative;
  transition: all .2s;
}

#sidebar .rank-list a::before {
  display: inline-block;
  width: 4.5rem;
  height: 4.5rem;
  line-height: 4.5rem;
  color: #fff;
  text-align: center;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
}

#sidebar .rank-list a:first-child::before {
  content: '1';
  background: #D9B036;
}

#sidebar .rank-list a:nth-child(2)::before {
  content: '2';
  background: #B6B9BF;
}

#sidebar .rank-list a:nth-child(3)::before {
  content: '3';
  background: #CC8033;
}

#sidebar .rank-list figure {
  width: 100%;
  line-height: 1;
  margin-bottom: 8px;
  text-align: center;
}

#sidebar .rank-list .txt {
  width: 100%;
  box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 1.6;
}

#sidebar .article-list figure {
  width: 32%;
  line-height: 1;
  text-align: center;
}

#sidebar .article-list .txt {
  width: 67%;
  box-sizing: border-box;
  font-size: 1.3rem;
}

#sidebar .article-list .txt .ttl {
  font-size: 1.5rem;
  margin-bottom: 0;
}

#sidebar .rank-list time {
  color: #777;
}

.views-count {
  display: inline-block;
  padding: 0 1rem;
  box-sizing: border-box;
  margin-left: 5px;
  background: #eee;
  line-height: 2.4rem;
  border-radius: 1.2rem;
}

#sidebar .rank-list .ttl {
  font-size: 1.6rem;
  margin: 0 auto 2px;
}


.menu-list > ul {
  margin-bottom: 40px;
}

.menu-list > ul > li {
  border-bottom: solid 1px #ccc;
}

.menu-list li li {
  border-top: solid 1px #ccc;
}

.menu-list a {
  display: block;
  padding: 16px 25px 16px 13px;
  line-height: 1.6;
  position: relative;
  transition: all .2s;
  background: url( img/common/arrow-right.svg ) right 10px center / 15px no-repeat;
  transition: all .2s;
}


.menu-list li li a:before {
  content: '-';
  margin-right: 10px;
}

.menu-list.box-menu {
  border: solid 1px #ccc;
  padding: 15px;
}

.menu-list.box-menu ul {
  margin-bottom: 0;
}


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

.bottom-contents{
  border-top: solid 1px #ccc;
  padding: 30px 20px;
}

footer {
  background: #fafafa;
}

footer .wrap {
  text-align: left;
  padding: 30px 15px 50px;
}

footer .store-info {
  width: 25%;
}

footer .store-info h2 {
  font-size: 1.8rem;
  margin-bottom: 10px;
  padding-left: 10px;
  border-left: solid 4px #000;
}

footer .store-info .sns {
  margin: 10px 0 0;
}

footer .store-info .sns li {
  margin-right: 10px;
}

footer #bottom-nav > *{
  width:33.3333%;
}
footer #bottom-nav {
  width: 100%;
  box-sizing: border-box;
}

footer #bottom-nav h2 {
  font-size: 1.8rem;
  border-bottom: solid 1px #000;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

footer #bottom-nav .bottom-menu {
  margin: 0 0 20px;
  justify-content: flex-start;
}

footer #bottom-nav .bottom-menu > li {
  padding: 0;
  margin-right: 40px;
}

footer #bottom-nav .bottom-menu > li > a {
  font-size: 1.4rem;
  padding-left: 1.5rem;
  position: relative;
  background: url( img/common/arrow-right.svg ) left 4px / 8px no-repeat;
}

footer #bottom-nav li li a {
  display: inline-block;
  font-size: 1.4rem;
  margin-left: 2rem;
}

footer #bottom-nav .sub-menu {
  margin-bottom: 1.5rem;
}

.copyright {
  background: #333;
  color: #fff;
  padding: 22px 15px;
}

.copyright small {
  font-size: 1.4rem;
}

.copyright a {
  color: #fff;
}

#bottom-fix {
  -js-display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  right: 20px;
  bottom: 50px;
}

#bottom-fix .tel,
#bottom-fix .mail {
  display: none;
}

#bottom-fix .mail a,
#page-top a {
  display: block;
  width: 40px;
  height: 40px;
  padding: 12px;
  box-sizing: border-box;
  background: #000;
  color: #fff;
  text-align: center;
  line-height: 16px;
  transition: all .4s;
}

#bottom-fix .mail a {
  font-size: 2rem;
  background: #777;
}

#bottom-fix .mail a:hover {
  background: #999;
}

#page-top a:hover {
  background: #555;
}


/*
----------------------------------------
blog
----------------------------------------
*/

.new span {
  display: inline-block;
  padding: 2px 12px;
  background: #000;
  color: #fff;
  font-size: 1.2rem;
  margin: 0 10px 5px 0;
}

.cat-list {
  -js-display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.cat-list li {
  margin: 0 5px 5px 0;
}

.cat-list a {
  display: inline-block;
  padding: 2px 12px;
  background: #bbb;
  color: #fff;
  font-size: 1.2rem;
  border-radius: 4px;
  transition: all .4s;
}

.cat-list a:hover {
  background: #000;
}

.post-header .views-count {
  margin-bottom: 5px;
}

#blog #ez-toc-container {
  background: #fafafa !important;
  border-radius: 0;
  margin-bottom: 30px;
  padding: 20px;
  box-sizing: border-box;
}

#blog #ez-toc-container .ez-toc-title-container {
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#blog #ez-toc-container a {
  font-size: 1.6rem;
  color: #333;
  display: inline-block;
  padding: 10px 0;
}

.post .post-contents .more {
  text-align: right;
  margin-bottom: 0;
}

.post .more a {
  display: inline-block;
  padding: 5px 30px 5px 10px;
  background: url( img/common/arrow-right.svg ) right 10px center / 8px no-repeat;
  border-bottom: solid 2px #000;
  position: relative;
  text-decoration: none !important;
  transition: all .2s;
}

.post .more a:hover {
  background: url( img/common/arrow-right.svg ) right 5px center / 8px no-repeat;
}

/* post-header */

.post .post-header {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  padding: 20px 0;
  margin-bottom: 30px;
}

.post .post-header.ttl-box-01 {
  border: none;
  padding: 0;
  margin-bottom: 0;
}

.post .post-header > .flex {
  margin-bottom: 5px;
  align-items: center;
}

.post .post-header > .flex > * {
  padding: 0;
}

.post .post-header h1,
.post .post-header h2 {
  line-height: 1.4;
  margin-bottom: 5px;
}

.post .post-header.ttl-box-01 h1 {
  margin-bottom: 0;
  padding: 14px 20px;
}

#item.single .osusume-box {
  margin-bottom: 35px;
}

#item.single .ttl-box-02 .ttl {
  font-size: 1.6rem;
}

#item.single .wom-box-list .wom-box .ttl-2 {
  font-size: 2rem;
}

#item.single .wom-box-list .wom-box .txt {
  margin: 0 auto 20px;
}

/* post-contents */

.post .post-contents h1,
.post .post-contents h2,
.post .post-contents h3,
.post .post-contents h4,
.post .post-contents h5,
.post .post-contents h6 {
  font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', '游ゴシック', YuGothic, 'メイリオ', 'Meiryo', sans-serif;
}

.post .post-contents h1 {
  border-bottom: solid 1px #ccc;
  padding: 0 0 10px 0;
  margin-bottom: 20px;
}

.post .post-contents h2 {
  padding: 9px 25px;
  font-size: 2.4rem;
  background: #eee;
  margin-bottom: 30px;
}

.post .post-contents h3::before {
  width: 5px;
  height: 72%;
  top: 12%;
  left: 2px;
  content: "";
  position: absolute;
}

.post .post-contents h3 {
  padding: 7px 22px 10px;
  font-size: 2.2rem;
  font-family: sans-serif;
  position: relative;
  border-bottom: 2px solid #eee;
  margin-bottom: 22px;
}

.post .post-contents h4 {
  font-size: 2rem;
  padding: 0 0 2px 22px;
  border-bottom: 1px solid #eee;
  position: relative;
  margin-bottom: 12px;
}

.post .post-contents h4::before {
  font-size: .6em;
  top: .5em;
  left: -2px;
  transform:rotate(30deg);
  content: "▼";
  position: absolute;
  margin-bottom: 22px;
}

.post .post-contents h5 {
  font-size: 1.8rem;
  padding: 0 0 2px 22px;
  margin-bottom: 5px;
  position: relative;
  margin-bottom: 5px;
}

.post .post-contents h5::before {
  font-size: .6em;
  top: .5em;
  left: -2px;
  content: "■";
  position: absolute;
}

.post .post-contents h6{
  font-size: 1.8rem;
  padding: 0 0 2px 22px;
  border-bottom: 1px solid #eee;
  position: relative;
  margin-bottom: 5px;
}

.post .post-contents h6::before {
  width: .5em;
  height: 2px;
  top: .7em;
  left: .3em;
  content: "";
  position: absolute;
}

.post .post-contents p,
.post .post-contents a {
  font-size: 1.5rem;
}

.post .post-contents a {
  text-decoration: underline;
}

.post .post-contents .btn-01 a, .post .post-contents .btn-02 a, .post .post-contents .btn-03 a {
  text-decoration: none;
  font-size: 1.8rem;
  max-width:360px;
}

.post .post-contents strong {
  font-weight: bold;
}

.post .post-contents hr {
  margin: 40px 0;
}

.post .post-contents p {
  margin-bottom: 30px;
}

.post .post-contents ul,
.post .post-contents ol {
  font-size: 1.5rem;
  margin-bottom: 27px;
  margin-left: 20px;
}

.post .post-contents li{
  position:relative;
  margin: 0 auto 6px;
}

.post .post-contents ul li::before {
  top: .3em;
  left: -1.5em;
  font-size: .8em;
  content: "●";
  color: #82d6bf;
  position: absolute;
}

.post .post-contents ol {
  list-style: decimal;
}

.post .post-contents blockquote {
  background: #eee url( img/common/icon-quote.svg ) 20px 20px / 40px no-repeat;
  padding: 30px 30px 10px 80px;
  margin-bottom: 40px;
  border-radius: 8px;
}

.post .post-contents blockquote p,
.post .post-contents blockquote ul,
.post .post-contents blockquote ol {
  margin-bottom: 20px;
}

.post .post-contents table {
  max-width: 100%;
  text-align: left;
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
  margin: 0 0 40px;
}

.post .post-contents table th {
  padding: 15px;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  background: #f9f9f9;
  font-weight: normal;
  vertical-align: top;
}

.post .post-contents table td {
  padding: 15px;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  vertical-align: top;
}

/* post-list */

.post-list .post {
  margin-bottom: 60px;
}

.post-list .post-contents figure {
  width: 40%;
  padding: 0;
}

.post-list .post-contents .txt {
  padding: 0;
}

.post-list .post-contents figure + .txt {
  width: 60%;
  padding: 0 0 0 20px;
}

.search-msg {
  background: #fafafa;
  padding: 10px 20px;
  margin: 30px 0;
}

/* post-nav */

.post-nav {
  -js-display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 60px 0;
}

.post-nav .prev,
.post-nav .next {
  width: 40%;
}

.post-nav a {
  -js-display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.6;
  position: relative;
  transition: all .2s;
}

.post-nav .prev a {
  background: url( img/common/arrow-left.svg ) left 5px center / 14px no-repeat;
  padding: 0 0 0 3rem;
}

.post-nav .prev a:hover {
  background: url( img/common/arrow-left.svg ) left 0 center / 14px no-repeat;
}

.post-nav .next a {
  background: url( img/common/arrow-right.svg ) right 5px center / 14px no-repeat;
  padding: 0 15px 0 3rem;
}

.post-nav .next a:hover {
  background: url( img/common/arrow-right.svg ) right 0 center / 14px no-repeat;
}

.post-nav .next a {
  flex-direction: row-reverse;
  padding: 0 3rem 0 15px;
}

.post-nav img {
  width: 60px;
  line-height: 1;
}

.post-nav .prev img {
  margin: 0 15px 0 0;
}

.post-nav .next img {
  margin: 0 0 0 15px;
}

.post-nav .back-link {
  width: 20%;
  padding: 0 10px;
  box-sizing: border-box;
}

.post-nav .back-link a {
  display: block;
  text-align: center;
  padding: 15px 5px;
  box-sizing: border-box;
  border: solid 1px #ccc;
  border-radius: 5px;
  transition: all .2s;
}

.post-nav .back-link a:hover {
  background: #000;
  color: #fff;
}

/* page-nav */

.page-nav .wp-pagenavi {
  clear: both;
  text-align: center;
  margin-top: 60px;
}

.page-nav .wp-pagenavi a,
.page-nav .wp-pagenavi span {
  display: inline-block;
  font-size: 1.5rem;
  padding: 5px 15px;
  margin: 0 5px;
  transition: all .4s;
}

.page-nav .wp-pagenavi a:hover,
.page-nav .wp-pagenavi span.current {
  background: #000;
  color: #fff;
}

/* author */

.author-box {
  border: solid 1px #ccc;
  margin: 60px 0;
}

.author-box h3 {
  font-size: 1.6rem;
  letter-spacing: 4px;
  text-align: center;
  padding: 5px;
  margin: 0;
  background: #eee;
  border-bottom: solid 1px #ccc;
}

.author-box .flex {
  margin-bottom: 0;
  padding: 20px 20px 10px;
}

.author-box .flex > figure {
  width: 30%;
  padding: 0;
  margin: 0;
}

.author-box figure + .txt {
  width: 70%;
  padding: 0 0 0 20px;
  box-sizing: border-box;
}

.author-box .name {
  font-size: 1.8rem;
}

.author-box .name span {
  font-size: 1.4rem;
  margin-right: 1rem;
}

/* relation-post */

.relation-post {
  padding: 0;
}

.relation-post h2 {
  text-align: center;
  background: #000;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 4px;
  padding: 5px;
  margin-bottom: 20px;
}

.relation-post .flex {
  padding: 0;
  margin-bottom: 0;
  justify-content: space-between;
}

.relation-post .flex .post {
  padding: 0;
  width: calc( 33.3333% - 15px );
}

.relation-post .flex figure img {
  width: 100%;
  max-height: 160px;
}

.relation-post .flex h3 {
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.relation-post ul.cat-list a {
  font-size: 1.1rem;
}

.relation-post .flex .excerpt {
  font-size: 1.4rem;
}


/*
----------------------------------------
voice
----------------------------------------
*/

#voice .user,
#voice .star {
  display: inline-block;
  margin-bottom: 10px;
}

#voice .user {
  font-size: 1.6rem;
  margin-right: 1rem;
}

.star {
  color: #ccc;
  letter-spacing: 3px;
  font-size: 2rem;
}

.star span {
  color: #eabf3a;
}

.star span.num {
  color: #555;
  margin-left: 10px;
}

#voice .post-contents .thumb {
  padding: 0;
  width: 40%;
}

#voice .post-contents .txt {
  width: 60%;
  padding: 0 0 0 30px;
}

#voice .faq-list {
  margin: 40px 0 20px;
}

/* staff-comment */

.staff-comment {
  padding: 20px 30px 30px;
  background: #fafafa;
}

.staff-comment h2 {
  text-align: center;
}

.staff-comment .flex {
  justify-content: space-between;
}

.staff-comment .flex {
  margin: 0;
  align-items: center;
}

.staff-comment .flex > figure {
  width: 30%;
  padding: 0;
  margin: 0;
}

.staff-comment .comment {
  border: solid 1px #ccc;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
}

.staff-comment figure + .comment {
  width: calc( 70% - 30px );
  min-height: 10rem;
  position: relative;
}

.staff-comment figure + .comment::before,
.staff-comment figure + .comment::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate( -100%, -50% );
}

.staff-comment figure + .comment::before {
  border: solid 15px transparent;
  border-right: solid 15px #ccc;
}

.staff-comment figure + .comment::after {
  border: solid 13px transparent;
  border-right: solid 13px #fff;
}

.staff-comment h3 {
  font-size: 1.6rem;
  margin-bottom: 10px;
}

/* archive */

#voice .post-archive .user {
  font-size: 1.4rem;
}

#voice .post-archive .star {
  font-size: 1.8rem;
}

#voice .post-archive p {
  margin-bottom: 0;
}


/*
----------------------------------------
slider
----------------------------------------
*/

.slider {
  margin: 40px 0 90px 0;
  text-align: center;
}

.slider .slick-slide img {
  display: inline-block;
}

.slider.thumb-slider {
  margin: 0;
}

.slider.thumb-slider + .thumb {
  margin-bottom: 40px;
}

.slider.thumb-slider + .thumb figure {
  padding: 0 5px;
  box-sizing: border-box;
}

.slider.slick-dotted.slick-slider {
  margin: 0 0 80px 0;
}

.slider .slick-dots {
  bottom: -40px;
}

.slider .slick-prev,
.slider .slick-next {
  width: 40px;
  height: 40px;
  padding: 0;
}

.slider .slick-prev {
  left: 0;
  z-index: 999;
}

.slider .slick-next {
  right: 0;
  z-index: 999;
}

.slider .slick-prev:before,
.slider .slick-next:before {
  display: inline-block;
  content: '';
  width: 40px;
  height: 40px;
  opacity: 1;
}

.slider .slick-prev:before {
  background: #000 url( img/common/arrow-left-wh.svg) center center / 12px no-repeat;
}

.slider .slick-next:before {
  background: #000 url( img/common/arrow-right-wh.svg) center center / 12px no-repeat;
}


/*
----------------------------------------
page-ttl
----------------------------------------
*/

#page-ttl {
  background: #eee;
  padding: 80px 20px;
}

#page-ttl .box {
  display: inline-block;
  background: rgba( 255,255,255,.9 );
  padding: 20px 40px;
  line-height: 1.4;
}

#page-ttl .box h2 {
  font-size: 3rem;
  font-weight: normal;
}

#page-ttl .box h2.en {
  font-size: 4rem;
}

#page-ttl .box p {
  font-size: 1.5rem;
}

#page-ttl .box p.en {
  font-size: 2rem;
}


/*
----------------------------------------
page-contents
----------------------------------------
*/

.page-contents section {
  margin-bottom: 30px;
}

.page-contents h2 {
  margin-bottom: 30px;
  border-left: solid 5px #000;
  padding-left: 15px;
}

.page-contents p,
.page-contents figure {
  margin-bottom: 30px;
}

.page-contents .flex.img-right {
  flex-direction: row-reverse;
}

.page-contents .flex figure {
  width: 40%;
  padding: 0;
}

.page-contents .flex figure + p {
  width: 60%;
  box-sizing: border-box;
}

.page-contents .img-left figure + p {
  padding: 0 0 0 25px;
}

.page-contents .img-right figure + p {
  padding: 0 25px 0 0;
}

.page .post > h1 {
  margin: 15px 0 30px;
  padding: 10px 20px;
}


/*
----------------------------------------
topic-path
----------------------------------------
*/

.topic-path {
  padding: 14px 0;
  font-size: 1.3rem;
}

.topic-path .wrap {
  text-align: left;
  padding-left: 40px;
  position: relative;
  background: url(img/common/ico-home-gray.png) no-repeat 20px 50% / 12px auto;
}

.topic-path a {
  padding-right: 16px;
  background: url( img/common/arrow-right.svg ) right center / 6px no-repeat;
  margin-right: 8px;
}


/*
----------------------------------------
home
----------------------------------------
*/

#home .mainimg {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto 25px;
}

#home .contents section {
  margin-bottom: 40px;
}

/* news-box */

#home .news-box {
  padding: 0 10px;
}

#home .news-list {
  border-bottom: solid 1px #ccc;
}

#home .news-list a.flex {
  margin-bottom: 0;
  border-top: solid 1px #ccc;
  padding: 20px 4rem 20px 0;
  background: url( img/common/arrow-right.svg ) right 15px center / 8px no-repeat;
  transition: all .2s;
}

#home .news-list a.flex:hover {
  background: #fafafa url( img/common/arrow-right.svg ) right 10px center / 8px no-repeat;
}

#home .news-list .flex .date {
  width: 20rem;
  padding: 0;
  text-align: center;
}

#home .news-list .flex .ttl {
  width: calc( 100% - 20rem );
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#home .btn-01 {
  margin-top: 25px;
}

#home .btn-02.en {
  margin-top: 30px;
}

/* voice-box / blog-box */

#home .voice-box .post,
#home .blog-box .post {
  padding: 20px;
  text-align: left;
  border: 1px solid #ccc;
  border-top: none;
  line-height: 1.6;
}

#home .voice-box .post:nth-child(odd),
#home .blog-box .post:nth-child(odd) {
  border-left: none;
}

#home .voice-box .post:first-child,
#home .blog-box .post:first-child {
  border-left: 1px solid #ccc;
}

#home .voice-box .user {
  font-size: 1.4rem;
}

#home .voice-box .star {
  font-size: 1.6rem;
}

#home .voice-box h3,
#home .blog-box h3 {
  font-size: 1.8rem;
  margin: 10px 0;
}

/* faq-box */

#home .faq-box .flex > * {
  padding: 0 10px;
}


.txt-wrap-box{
  margin:45px auto;
}

.txt-wrap-box.flex{
  margin:0 auto 25px;
}

.txt-wrap-box.flex > figure{
  width:42%;
}

.txt-wrap-box.flex > div{
  width:58%;
}

.txt-wrap-box .heading-03{
  margin-bottom:12px;
}

.txt-wrap-box .read{
  font-size: 1.6rem;
}

.blog-box .heading-01{
  margin:0;
}

.blog-box .post .flex > figure{
  width:31%;
  position:relative;
}

.blog-box .post .flex > div{
  width:69%;
}

.popular-box .ttl-box-01 {
  position: absolute;
  top: 0;
  left: 0;
}

.popular-box .ttl-box-01 .num {
  width: 50px;
  min-height: 50px;
  font-size: 1.2rem;
}

#feature.blog-box .post{
  width:50%;
  padding: 10px;
}

#feature.blog-box .post a.flex {
  align-items: center;
}

#feature.blog-box .feature-1{
  width:100%;
  padding: 20px;
}

#feature.blog-box .post .flex > figure {
  width: 35%;
  margin:0;
}

#feature.blog-box .feature-1 .flex > figure {
  width: 30%;
}

#feature.blog-box .post .flex > div {
  width: 65%;
}

#feature.blog-box .feature-1 .flex > div {
  width: 70%;
}

#feature.blog-box .post h3{
  font-size: 1.6rem;
  margin: 0 0 10px;
}

#feature.blog-box .feature-1 h3{
  font-size: 2rem;
  margin: 10px 0;
}

#feature.blog-box .feature-1 .read {
  font-size: 1.6rem;
}

/*
----------------------------------------
item
----------------------------------------
*/

.wom-box-list .wom-box{
  width:100%;
  margin:25px auto;
}

.wom-box-list .wom-box .wrap-box{
  padding:30px;
  border:1px solid #ccc;
  border-top:none;
}

.wom-box-list .wom-box .btn-01{
  margin-top:20px;
}

.wom-box-list .wom-box .txt{
  padding:25px 30px 36px 30px;
  margin:0 auto;
  display:block;
  background: #f5f5f5;
  border-radius:10px;
}

.wom-box-list .wom-box > .flex.c02{
  margin:20px;
}

.wom-box-list .wom-box > .flex.c02 > *{
  width:48%;
  margin:0 !important;
}

.wom-box-list .wom-box > .flex.c02 > * > *{
  width:100%;
  box-sizing:border-box;
}

.wom-box-list .wom-box .read{
  font-size: 1.5rem;
}

.item-box-list .item-box{
  margin-bottom:25px;
}

.item-box .btn-01 {
  margin-top: 25px;
}

.item-box .wrap-box{
  padding: 20px;
  border: 1px solid #ccc;
  border-top:none;
}

.item-box .wrap-box .info-box{
  margin-bottom:20px;
}

.item-box .wrap-box .info-box .ofi{
  width: 45%;
}

.item-box .wrap-box .info-box > div{
  width: 55%;
}

.item-box .wrap-box .table-03{
  margin-bottom:0;
}

.item-box .wrap-box .info-box .small{
  font-size:1.3rem;
  text-align:right;
}

.item-box .wrap-box .tag-list {
  padding: 6px 5px 6px 9px;
  background: #fafafa;
  margin: 15px auto 0;
}

.item-box .wrap-box .tag-list li {
  font-size: 1.4rem;
  display: inline-block;
  margin: 0 6px 3px 0;
}

.item-box .wrap-box .tag-list li span {
  padding: 1px 11px;
  border-radius: 3px;
  display: block;
  text-align: center;
  line-height: 1.6;
}

.osusume-box {
  padding: 5px;
  text-align: center;
  position:relative;
  box-sizing: border-box;
  margin: 0 10px;
}

.osusume-box dl > * {
  position:relative;
  z-index:3;
}

.osusume-box dt {
  display: inline-block;
  margin: 10px auto;
  font-size: 2.2rem;
  line-height: 1.6;
  padding: 10px 40px;
  text-align:center;
  position:relative;
  font-weight: 900;
}

.osusume-box dt > span {
  display: inline-block;
  width: 1px;
  position: absolute;
  top: 10px;
  bottom: 10px;
}

.osusume-box dt span.before {
  left: 20px;
  transform: rotate( -20deg );
}

.osusume-box dt span.after{
  right: 20px;
  transform: rotate( 20deg );
}

.osusume-box dd{
  padding: 0 18px;
  text-align: left;
}

.osusume-box dd ul li{
  padding: 2px 0 19px 42px;
  margin: 0 0 22px;
  border-bottom: 1px solid #ccc;
  position:relative;
  font-weight: bold;
}

.osusume-box dd ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 1em;
  left: 5px;
  margin-top: -10px;
  width: 24px;
  height: 22px;
  background: url(img/common/ico-check-bk.png) no-repeat 50% 50% / contain;
}


/*
----------------------------------------
faq
----------------------------------------
*/

#contents #faq-menu {
  padding: 30px 30px 10px;
  border: solid 1px #ccc;
  justify-content: space-between;
}

#contents #faq-menu > div {
  width: calc( 50% - 15px );
  padding: 0;
  margin-bottom: 20px;
}

#contents #faq-menu h2 {
  font-size: 1.6rem;
  background: #eee;
  padding: 10px 15px;
}

#faq-menu li {
  margin-bottom: 10px;
}

#faq-menu li a {
  display: block;
  padding: 5px 5px 5px 4rem;
  font-size: 1.5rem;
  position: relative;
}

#faq-menu li a:before {
  content: 'Q';
  display: inline-block;
  color: #fff;
  background: #000;
  font-size: 1.4rem;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  line-height: 2.8rem;
  width: 2.8rem;
  height: 2.8rem;
  position: absolute;
  top: 3px;
  left: 0;
}

#faq-list {
  margin: 60px 0;
}

#faq-list h2 {
  font-size: 2rem;
  border-left: solid 5px #777;
  padding: 5px 5px 5px 15px;
  margin-bottom: 20px;
}

#faq-list .faq-01 {
  margin-bottom: 40px;
}


/*
----------------------------------------
staff
----------------------------------------
*/

.staff-list .staff {
  border: solid 1px #ccc;
  padding: 30px;
  margin-bottom: 30px;
}

.staff-list .name {
  font-size: 2.4rem;
  border-left: solid 4px #000;
  padding-left: 15px;
  margin-bottom: 20px;
}

.staff-list .name .sub {
  font-size: 1.6rem;
  margin-left: 10px;
}

.staff-list .staff figure {
  width: 25%;
  padding: 0;
  margin-bottom: 0;
}

.staff-list .staff figure + .txt {
  width: 75%;
  padding: 0 0 0 20px;
  box-sizing: border-box;
}

.staff-list .staff .txt h3 {
  font-size: 1.8rem;
}

.staff-list .staff:nth-child(even) .flex {
  flex-direction: row-reverse;
}

.staff-list .staff:nth-child(even) .flex figure + .txt {
  padding: 0 20px 0 0;
}


/*
----------------------------------------
company
----------------------------------------
*/

#company .contents section {
  margin-bottom: 80px;
}

#company .philosophy-box .cont figure,
#company .philosophy-box .cont p {
  margin-bottom: 20px;
}

#company .greeting-box figure {
  width: 35%;
  padding-right: 30px;
  box-sizing: border-box;
  text-align: center;
}

#company .greeting-box figcaption {
  font-size: 1.4rem;
}

#company .greeting-box figcaption .name {
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-size: 2rem;
  margin-left: 10px;
}

#company .greeting-box figure + .txt {
  width: 65%;
}

#company .greeting-box .txt p {
  margin-top: 15px;
}

#company .contents table th {
  width: 25%;
  text-align: center;
}


/*
----------------------------------------
contact
----------------------------------------
*/

#contact #g-nav {
  position: static !important;
}

.contact-info {
  margin-bottom: 80px;
}

.contact-info .flex {
  justify-content: space-between;
}

.contact-info .cont {
  width: calc( 50% - 15px );
  border: solid 1px #ccc;
  padding: 30px;
}

.contact-info .tel .label {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 0 10px;
}

.contact-info .tel a {
  display: inline-block;
  font-size: 3.6rem;
  white-space: nowrap;
  margin: 0 10px;
  vertical-align: middle;
}

.contact-info .line {
  margin-top: 15px;
}

.contact-info .line img {
  max-width: 160px;
}

.contact-info .thanks-img {
  text-align: center;
  margin-bottom: 30px;
}

.contact-info .read {
  text-align: center;
  margin-bottom: 40px;
}

.contact-info .read a {
  text-decoration: underline;
}

.contact-info .back-btn {
  text-align: center;
  margin-top: 40px;
}

.accbox.notice {
  width: 100%;
  margin: 40px 0;
  align-items: center;
  background: #fafafa;
}

.accbox.notice ul {
  padding-left: 1.4rem;
  text-indent: -1.4rem;
}

.accbox.notice li {
  margin: 5px 0;
}

.accbox label {
  display: block;
  margin: 1.5px 0;
  padding : 11px 12px;
  background : #fafafa;
  cursor :default;
  transition: all 0.5s;
  width: 25%;
  text-align: center;
}

.accbox label:hover {
  background: #fafafa;
}

.accbox input {
  display: none;
}

.accbox .accshow {
  background: #fafafa;
  padding: 15px 0;
  overflow: hidden;
  transition: 0.8s;
  width: 75%;
}

.form-step {
  width: 100%;
  margin-bottom: 30px;
  border-left: solid 1px #ddd;
  border-right: solid 1px #ddd;
}

.form-step > p {
  width: 33.3333%;
  height: 50px;
  line-height: 50px;
  padding: 0 30px !important;
  background: #fafafa;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  text-align: center;
  white-space: nowrap;
  position: relative;
}

.form-step > p::before {
  content: '';
  border: solid 25px transparent;
  position: absolute;
  top: -1px;
  left: 1px;
  border-left: solid 20px #ddd;
}

.form-step > p::after {
  content: '';
  border: solid 25px transparent;
  position: absolute;
  top: -1px;
  left: 0;
  border-left: solid 20px #fafafa;
}

#mailformpro .step-01,
#mfp_phase_confirm .step-02 {
  background: #555;
  color: #fff;
  border-top: solid 1px #555;
  border-bottom: solid 1px #555;
}

.form-step > p.step-01::before,
.form-step > p.step-01::after {
  display: none;
}

#mailformpro .step-01 + p::before,
#mfp_phase_confirm .step-02 + p::before {
  display: none;
}

#mailformpro .step-01 + p::after,
#mfp_phase_confirm .step-02 + p::after {
  border-left: solid 20px #555;
}

.form-box {
  padding: 0;
}

#contact form#mailformpro {
  padding: 0;
}

#contact form#mailformpro > dl {
  -js-display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

#contact form#mailformpro dl dt {
  width: 25%;
  padding: 20px 70px 20px 20px;
  box-sizing: border-box;
  border: none;
  background: #fafafa;
  text-align: left;
  font-size: 1.6rem;
  position: relative;
}

#contact .req-label {
  display: inline-block;
  background: #a00;
  color: #fff;
  font-size: 1.2rem;
  padding: 0 5px;
  position: absolute;
  right: 20px;
  top: 25px;
}

#contact form#mailformpro dl dd {
  width: 75%;
  padding: 15px 44px 15px 20px;
  box-sizing: border-box;
  border: none;
  font-size: 1.6rem;
  position: relative;
}

#contact form#mailformpro dl dd::after {
  content: '';
  width: 24px;
  height: 24px;
  background: url( img/common/icon-check.svg ) center center / 24px no-repeat;
  position: absolute;
  right: 0;
  top:24px;
  opacity: 0;
  visibility: hidden;
  transition: all .2s;
}

#contact form#mailformpro dl dd.ok::after {
  opacity: 1;
  visibility: visible;
}

#contact dd .flex > .ttl {
  width: 25%;
  padding: 13px 0;
}

#contact dd .flex > .input {
  width: 75%;
  padding: 5px 0;
}

#contact dd .flex.inline span {
  padding: 0 20px 0 0;
}

.pp-box {
  max-height: 140px;
  overflow: auto;
  border: solid 1px #ccc;
  padding: 30px;
  margin: 40px 0;
  -webkit-overflow-scrolling: touch;
}

.pp-box h2 {
  text-align: center;
  margin-bottom: 25px;
}

.pp-box h3 {
  margin-top: 30px;
  padding-bottom: 10px;
  border-bottom: solid 1px #ccc;
}

.pp-box .address-box p {
  display: inline-block;
  background: #fafafa;
  margin-top: 20px;
  padding: 20px 30px;
}

.submit-box {
  text-align: center;
  margin: 20px 0;
}

#contact .agree label {
  border: solid 1px #ccc !important;
  margin: 0 !important;
  font-size: 1.6rem;
  width: 360px;
  max-width: 100%;
}

#contact button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 360px;
  max-width: 100%;
  font-size: 1.6rem;
  text-shadow: none;
  padding: 15px 0;
  border-radius: 0;
  box-shadow: none !important;
  cursor: pointer;
  transition: all .2s;
}

#contact button#confirm.disable,
#contact button#confirm.disable:hover {
  background: #999;
  border: solid 1px #999;
  color: #fff;
}

#contact button[type=reset],
#contact button#mfp_button_cancel {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1.4rem;
  text-shadow: none;
  padding: 10px 20px;
  border-radius: 0;
  border: solid 1px #000;
  background: #fff;
  color: #000;
  box-shadow: none !important;
  transition: all .2s;
}

#contact button#confirm,
#contact button#mfp_button_send {
  display: block;
  margin: 30px auto;
}

#contact button#confirm:hover,
#contact button#mfp_button_send:hover {
  color: #2e3350;
  background: #fff;
}

#contact button.mfp_element_submit.disable,
#contact button.mfp_element_submit.disable:hover {
  border: solid 1px #777;
  background: #777;
}

#contact button.mfp_element_reset:hover,
#contact button#mfp_button_cancel:hover {
  background: #ddd;
}

#contact .mfp_element_all {
  max-width: 100%;
}

.form-box input[type="text"] {
  min-width: 310px;
}

#contact .mfp_element_text,
#contact .mfp_element_number,
#contact .mfp_element_select-one,
#contact .mfp_element_email,
#contact .mfp_element_tel,
#contact .mfp_element_textarea,
#contact .mfp_element_date,
#contact .mfp_element_password {
  box-shadow: none;
  border: solid 1px #ccc;
  border-radius: 0;
  background: transparent;
  margin: 0;
}

#contact .mfp_element_text.req,
#contact .mfp_element_number.req,
#contact .mfp_element_select-one.req,
#contact .mfp_element_email.req,
#contact .mfp_element_tel.req,
#contact .mfp_element_textarea.req,
#contact .mfp_element_date.req,
#contact .mfp_element_password.req {
  background: #fffeee;
}

#contact form#mailformpro label.mfp_not_checked,
#contact form#mailformpro label.mfp_checked {
  background: transparent;
  padding: 15px;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  margin-right: 10px;
  box-shadow: none;
  border: none;
  border-radius: 0;
  transition: all .2s;
}


#contact form#mailformpro label.mfp_not_checked .mfp_err,
#contact form#mailformpro label.mfp_checked .mfp_err {
  text-align: center;
}

#contact form#mailformpro label.mfp_not_checked:hover,
#contact form#mailformpro label.mfp_checked {
  background: #eee;
}

#contact .name.flex > span {
  padding: 0;
  margin-right: 15px;
}

#contact .problem {
  border: solid 1px #a00 !important;
}

#contact div.mfp_err {
  background: transparent;
  padding: 0;
  margin: 10px 0 0;
  font-size: 1.2rem;
  color: #a00;
}

#contact div#mfp_phase_confirm h4 {
  font-size: 3rem;
  padding: 0;
}

#contact .mfp_confirm_before {
  text-align: center;
}

#contact table#mfp_confirm_table {
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
  margin: 30px 0 45px;
}

#contact table#mfp_confirm_table tr th,
#contact table#mfp_confirm_table tr td {
  font-size: 1.6rem;
  font-weight: normal;
  padding: 15px;
  box-sizing: border-box;
  border: none;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}

#contact table#mfp_confirm_table tr th {
  background: #fafafa;
}

#contact table#mfp_confirm_table tr.mfp_colored {
  background: transparent;
}

#contact div.mfp_buttons {
  padding: 0;
}

#contact .remaining {
  position: fixed;
  right: 20px;
  bottom: 110px;
  display: inline-block;
  background: #fff;
  border: solid 1px #a00;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all .2s;
}

#contact .remaining.active {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}

#contact .remaining .read {
  padding: 10px 20px;
}

#contact .remaining .num {
  background: #a00;
  color: #fff;
  padding: 5px 20px;
}


/*
----------------------------------------
sitemap
----------------------------------------
*/

.sitemap section {
  margin-bottom: 40px;
}

.sitemap .search-form {
  max-width: 1000px;
  margin: 20px auto 60px;
}

.sitemap .search-form input[type='text'] {
  padding: 15px !important;
}

.sitemap h2 {
  margin-bottom: 30px;
  border-left: solid 5px #000;
  padding-left: 15px;
}

.sitemap .flex {
  justify-content: space-between;
  margin-bottom: 0;
}

.sitemap .flex > * {
  width: calc( 50% - 15px );
}

/*
----------------------------------------
404
----------------------------------------
*/

#not-found .info-box {
  text-align: center;
  margin-bottom: 40px;
}


/*
----------------------------------------
search
----------------------------------------
*/

#search .post-list {
  border-top: solid 1px #ccc;
}

#search .post {
  border-bottom: solid 1px #ccc;
  margin-bottom: 0;
}

#search .post a.flex {
  padding: 20px 50px 20px 20px;
  margin: 0;
  align-items: center;
  background: url( img/common/arrow-right.svg ) right 15px center / 16px no-repeat;
  transition: all .2s;
}

#search .post a.flex:hover {
  background: #fafafa url( img/common/arrow-right.svg ) right 10px center / 16px no-repeat;
}

#search .post figure {
  width: 170px;
  padding-right: 20px;
}

#search .post .flex > .thumb + .txt {
  width: calc( 100% - 170px );
}

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