@charset "UTF-8";

/* Base
--------------------------------------------------*/
body {
  color: #333333;
  background-color: white;
  font-family: "MS Pゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
  font-size: 14px;
  -webkit-text-size-adjust: none;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-style: normal;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
  font-size: 100%;
  font-weight: bold;
}

p {
  line-height: 1.6;
}

#wrapper {
    padding-top: 79px;
}
.mmbrSts-org ~ #wrapper,
.mmbrSts-org_pre ~ #wrapper,
.mmbrSts-hataraki ~ #wrapper {
    padding-top: 158px;
}

#content section .lead_2 {
	border: 1px solid #9B77DB;
	padding: 10px;
	line-height: normal !important;
}

ul, ol {
  list-style-type: none;
}

dt, dd, li,
th, td,
input,
textarea {
  line-height: 1.3;
}

input, textarea, button {
  font-family: "ヒラギノ角ゴ Pro W3", "HiraKakuProN-W3", san-serif;
  font-size: 100%;
}

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

fieldset {
  border: 0;
}

legend {
  display: none;
}

label {
  cursor: pointer;
}

hr {
  display: none;
}

sub, sup {
  font-size: 12px;
}

sup {
  vertical-align: top;
}

sub {
  vertical-align: baseline;
}

s {
  text-decoration: line-through;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

/* Structure
--------------------------------------------------*/
#header {
  position: relative;
}
#header #sitelogo {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
}
#header #nav {
  margin: 15px 10px 0 0;
  float: right;
  display: table;
}
#header #nav > div {
  display: table-cell;
  vertical-align: top;
}
#header #nav > div + div {
  padding-left: 10px;
}
#header #nav > div #search {
  padding: 7px 0 0 10px;
  width: 100%;
  height: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ff80aa;
}
#header #nav > div #search .input {
  padding-right: 50px;
}
#header #nav > div #search .input > div {
  width: 100%;
  display: table;
}
#header #nav > div #search .input > div > span {
  display: table-cell;
  vertical-align: top;
}
#header #nav > div #search .input > div > span:last-child {
  padding-left: 3px;
  width: 31px;
  text-align: right;
}
#header #nav > div #search p.note {
  line-height: 1.3;
}
#header #nav > div #search p.note strong {
  color: #fff;
  font-weight: normal;
}
#header #nav .nav-button.close {
  position: absolute;
  top: 7px;
  right: 10px;
  z-index: 60;
}

#content {
  margin-bottom: 10px;
}

#footer {
  background-color: #ffb5ce;
}

#footer #pagetop {
  padding: 15px 10px 13px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #ffdae7;
}

#footer #copyright-wrap {
  width: 100%;
  display: table;
  color: #fff;
  background-image: -moz-linear-gradient(#ff6095, #ff6699 15%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff6095), color-stop(15%, #ff6699));
  background-image: -webkit-linear-gradient(#ff6095, #ff6699 15%);
  background-image: linear-gradient(#ff6095, #ff6699 15%);
  background-color: #ff6699;
}
#footer #copyright-wrap > div {
  padding: 12px 12px;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
#footer #copyright-wrap > div + div {
  padding-right: 10px;
  padding-left: 0;
  text-align: right;
}

/* Margin of Modules
--------------------------------------------------*/
.mb-none {
  margin-bottom: 0 !important;
}

.mb-small {
  margin-bottom: 4px;
}

.mb-medium {
  margin-bottom: 10px;
}

.mb-large {
  margin-bottom: 15px;
}

.mb-x-large {
  margin-bottom: 20px;
}

.side-spacing {
  margin-right: 10px;
  margin-left: 10px;
}

/* Misc. Modules
--------------------------------------------------*/
.left,
tr.left th,
tr.left td,
th.left,
td.left {
  text-align: left !important;
}

.center,
tr.center th,
tr.center td,
th.center,
td.center {
  text-align: center !important;
}

.right,
tr.right th,
tr.right td,
th.right,
td.right {
  text-align: right !important;
}

.top,
tr.top th,
tr.top td,
th.top,
td.top {
  vertical-align: top !important;
}

.middle,
tr.middle th,
tr.middle td,
th.middle,
td.middle {
  vertical-align: middle !important;
}

.bottom,
tr.bottom th,
tr.bottom td,
th.bottom,
td.bottom {
  vertical-align: bottom !important;
}

img[usemap] {
  border: 0;
}
img.insert {
  margin-right: 0.25em;
  margin-left: 0.25em;
  vertical-align: middle;
}
img.frame {
  padding: 1px;
  border: 1px solid #ffa0b1;
  background-color: #fff;
}

.no-border {
  border: 0 !important;
}

.no-height, .ui-reflow {
  height: 0;
  font-size: 0;
  line-height: 1;
}

/* Anchor Modules
--------------------------------------------------*/
a {
  color: #333333;
  text-decoration: none;
}
a:link {
  color: #333333;
}
a:visited {
  color: #333333;
}
a:hover, a:focus {
  color: #333333;
  text-decoration: none;
}
a:active {
  color: #333333;
  text-decoration: none;
}
a.link-text {
  text-decoration: underline;
}
a img {
  border: 0;
}

/* Text Modules
--------------------------------------------------*/
.x-small, .box-note {
  font-size: 10px;
}

.small, #header #nav > div #search p.note strong, #footer #copyright-wrap, .list-fee > dt,
.list-fee > dd, .nav-button.pc, .nav-button.pagetop, .nav-item .button > div > div p.lead,
.nav-item .button > div > p p.lead, .nav-item-2 > .inner .body {
  font-size: 12px;
}

.medium {
  font-size: 14px;
}

.large, h4.hdg-contact, .nav-detail > a,
.nav-detail > span, .nav-content > div a h3, .nav-item .button > div > div h2,
.nav-item .button > div > p h2, .nav-item-2 > .inner .heading h3 {
  font-size: 16px;
}

.x-large, h1.hdg-h1, h2.hdg-h2, .list-fee > dd strong {
  font-size: 18px;
}

.xx-large {
  font-size: 20px;
}

strong {
  color: #ff6600;
  font-weight: normal;
}

span.roman-numeral {
  font-family: Palatino;
}

/* ----------------------------------------------------------- */
/* 2016.10.17-
/* ----------------------------------------------------------- */
html {
  background: #fafafa;
  font-size: 62.5%;
}
@media screen and (max-width: 640px) {
  html {
    font-size: 46.875%;
  }
}
@media screen and (max-width: 480px) {
  html {
    font-size: 39%;
    /*font-size: 46.875%;*/
  }
}

body {
  max-width: 768px;
  margin: 0 auto;
  box-shadow: 0 3px 10px #aaa;
  overflow-x: hidden;
  position: relative;
  font-size: 2.4rem;
}

.table {
  display: table;
  width: 100%;
  box-sizing: border-box;
}
.cell {
  display: table-cell;
  vertical-align: top;
}

#pageTitle img {
  width: 100%;
}

.section {
  position: relative;
  width: 100%;
}

.content-width {
  padding: 0 4.6%;
  box-sizing: border-box;
}

h3.sectionTitle img {
  width: 100%;
}
/*161213hタグ修正につき追加*/
h2.sectionTitle img {
  width: 100%;
}
p.sectionTitle img {
  width: 100%;
}
/*＝＝＝＝ここまで＝＝＝*/
.sectionHead {
  width: 100%;
}

#pageTitleWrap .btnList {
  font-size: 0;
  padding: 2.2rem 0 0.8rem;
}
#pageTitleWrap .btnList li {
  display: inline-block;
  width: 31.25%;
  margin-right: 1.5625%;
}
#pageTitleWrap .btnList li:last-child {
  margin-right: 0;
}
#pageTitleWrap .btnList li img {
  width: 100%;
}

body.jiten .catTitle {
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  padding: 2.6rem 0;
  position: relative;
}
body.jiten-kiso .catTitle {
  background: #f2a2b6;
}
body.jiten-kotsu .catTitle {
  background: #adba63;
}
body.jiten-tsuide .catTitle {
  background: #fbb938;
}

body.jiten .catTitle::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3rem;
  margin: auto 0;
  width: 68px;
  height: 68px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: left center;
  background-size: contain;
}

body.jiten-what .catTitle::before {
  background-image: url("/sp/jiten/common/images/ico_kiso_01.png");
}
body.jiten-sumai .catTitle::before {
  background-image: url("/sp/jiten/common/images/ico_kiso_02.png");
}
body.jiten-zaishitsu .catTitle::before {
  background-image: url("/sp/jiten/common/images/ico_kiso_03.png");
}
body.jiten-senzai .catTitle::before {
  background-image: url("/sp/jiten/common/images/ico_kiso_04.png");
}
body.jiten-benri .catTitle::before {
  background-image: url("/sp/jiten/common/images/ico_kiso_05.png");
}

body.jiten-category-kitchen .catTitle::before {
  background-image: url("/sp/jiten/common/images/ico_kotsu_01.png");
}
body.jiten-category-bath .catTitle::before {
  background-image: url("/sp/jiten/common/images/ico_kotsu_02.png");
}
body.jiten-category-toilet .catTitle::before {
  background-image: url("/sp/jiten/common/images/ico_kotsu_03.png");
}
body.jiten-category-living .catTitle::before {
  background-image: url("/sp/jiten/common/images/ico_kotsu_04.png");
}
body.jiten-category-window .catTitle::before {
  background-image: url("/sp/jiten/common/images/ico_kotsu_05.png");
}
body.jiten-category-floor .catTitle::before {
  background-image: url("/sp/jiten/common/images/ico_kotsu_06.png");
}
body.jiten-category-entrance .catTitle::before {
  background-image: url("/sp/jiten/common/images/ico_kotsu_07.png");
}


body.jiten-about .catTitle::before {
  background-image: url("/sp/jiten/common/images/ico_tsuide_01.png");
}
body.jiten-point3 .catTitle::before {
  background-image: url("/sp/jiten/common/images/ico_tsuide_02.png");
}
body.tsuide-benri .catTitle::before {
  background-image: url("/sp/jiten/common/images/ico_tsuide_03.png");
}
/*body.jiten-rooms .catTitle::before {
  background-image: url("/sp/jiten/common/images/ico_tsuide_04.png");
}*/

body.jiten .pageTitle {
  padding: 4rem 0 3rem;
  font-size: 2.8rem;
  letter-spacing: 1px;
  text-align: center;
}
body.jiten-kiso .pageTitle {
  color: #e988a0;
}
body.jiten-kotsu .pageTitle {
  color: #819411;
}
body.jiten-tsuide .pageTitle {
  color: #f69e20;
}

body.jiten .pageDescription {
  position: relative;
  margin: 0 auto 3.6rem; 
  padding: 2.5rem 0;
  text-align: center;
  width: 89%;
}
body.jiten .pageDescription::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -18px;
  margin: 0 auto;
  width: 48px;
  height: 18px;
  z-index: 2;
}

body.jiten-kiso .pageDescription {
  border-top: 4px dotted #f2a2b6;
  border-bottom: 4px dotted #f2a2b6;
}
body.jiten-kiso .pageDescription::after {
  background: url("/sp/jiten/kiso/images/img_move_pink.png") no-repeat center top;
  background-size: contain;
}
body.jiten-kotsu .pageDescription {
  padding: 0;
}
body.jiten-tsuide .pageDescription {
  border-top: 4px dotted #fcc458;
  border-bottom: 4px dotted #fcc458;
}

body.jiten .pageDescription .strong {
  box-sizing: border-box;
  width: 100%;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
  color: #000;
}

body.jiten-single #jitenArticle .sectionTitle {
  font-size: 2.4rem;
  font-weight: bold;
  padding: 3rem 4.6%;
  margin-bottom: 3rem;
  text-align: center;
  margin-top: 3.4rem;
}
body.jiten-single .sectionTitle span,
body.jiten-single .section span {
  font-weight: bold;
}
body.jiten-kiso .sectionTitle {
  color: #e883af;
  background-color: #fbf1f1;
}
body.jiten-kotsu .sectionTitle {
  color: #819411;
  background-color: #f4f7e0;
}
body.jiten-tsuide .sectionTitle {
  color: #f69e20;
  background-color: #fdf4e0;
}

body.jiten .sectionText {
  padding: 0 4%;
}

body.jiten .icon-arrow {
  position: relative;
}
body.jiten .icon-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  z-index: 2;
}
body.jiten .icon-arrow::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 0;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #fff;
  z-index: 3;
}

body.jiten-kiso .icon-arrow::before {
  background-color: #f2a2b6;
}
body.jiten-kotsu .icon-arrow::before {
  background-color: #adba63;
}
body.jiten-tsuide .icon-arrow::before {
  background-color: #ffd37f;
}

body.jiten .btnWrap {
  margin: 4rem 0;
  text-align: center;
  font-size: 0;
}
body.jiten .btnWrap .btn {
  width: 90.6%;
  margin: 0 auto 2rem;
}
body.jiten .btnWrap .btn a {
  display: block;
  width: 100%;
  padding: 2rem 0;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  border-radius: 40px;
  position: relative;
}
body.jiten .btnWrap .singleBtn a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 42px;
  margin: auto 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #fff;
}
body.jiten .btnWrap .singleBtn a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 51px;
  margin: auto 0;
  width: 0;
  height: 0;
  border-top: 6px solid #fff;
  border-right: 0;
  border-bottom: 6px solid #fff;
  border-left: 8px solid #f2a2b6;
}
body.jiten-kiso .btnWrap .singleBtn a {
  background-color: #f2a2b6;
}
body.jiten-kiso .btnWrap .singleBtn a::after {
  background-color: #f2a2b6;
}
body.jiten .btnWrap .homeBtn a {
  background-color: #339bd4;
}
body.jiten .btnWrap .homeBtn a::before {
  content: url("/sp/jiten/common/images/ico_home.png");
  position: absolute;
  top: 0;
  bottom: 0;
  left: 42px;
  margin: auto 0;
  width: 21px;
  height: 21px;
  line-height: 0;
}
body.jiten-kiso .btnWrap .prev a, 
body.jiten-kiso .btnWrap .next a {
  background: #f28ca6;
}
body.jiten-kotsu .btnWrap .prev a, 
body.jiten-kotsu .btnWrap .next a {
  background: #adba63;
}
body.jiten-tsuide .btnWrap .prev a, 
body.jiten-tsuide .btnWrap .next a {
  background: #f69e20;
}
body.jiten .btnWrap .prev::before {
  left: 42px;
}
body.jiten .btnWrap .prev::after {
  left: 49px;
  border-right: 8px solid;
}
body.jiten .btnWrap .next::before {
  right: 42px;
}
body.jiten .btnWrap .next::after {
  right: 49px;
}

body.jiten .btnWrap .icon-arrow::before {
  background-color: #fff;
}
body.jiten-kiso .btnWrap .prev::after {
  border-left: 0;
  border-right-color: #f28ca6;
}
body.jiten-kiso .btnWrap .next::after {
  border-left-color: #f28ca6;
}
body.jiten-kotsu .btnWrap .prev::after {
  border-left: 0;
  border-right-color: #adba63;
}
body.jiten-kotsu .btnWrap .next::after {
  border-left-color: #adba63;
}
body.jiten-tsuide .btnWrap .prev::after {
  border-left: 0;
  border-right-color: #f69e20;
}
body.jiten-tsuide .btnWrap .next::after {
  border-left-color: #f69e20;
}

body.jiten .btnWrap .half {
  display: inline-block;
  vertical-align: top;
  width: 43.75%;
}
body.jiten .btnWrap .prev.half {
  margin-right: 3%;
}

body.jiten .pageTop {
  text-align: right;
  margin-bottom: 30px;
}
body.jiten .pageTop a {
  display: inline-block;
  width: 250px;
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
  padding: 1.2rem 0;
  background: #a9a9a9;
  border-radius: 32px;
  position: relative;
}
body.jiten .pageTop a::after {
  position: absolute;
  top: 21px;
  right: 24px;
  width: 8px;
  height: 8px;
  content: "";
  vertical-align: middle;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

body.jiten #jitenFootermenu .footerTop {
  border-bottom: 2px solid;
  position: relative;
}
body.jiten #footer-kiso .footerTop {
  border-bottom-color: #f2a2b6;
}
body.jiten #footer-kotsu .footerTop {
  border-bottom-color: #819411;
}
body.jiten #footer-tsuide .footerTop {
  border-bottom-color: #f6af0e;
}

body.jiten #jitenFootermenu .footerTop .icon-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3.4%;
  margin: auto;
}
body.jiten #jitenFootermenu .footerTop .icon-arrow::before {
  right: 0;
}
body.jiten #jitenFootermenu .footerTop .icon-arrow::after {
  border-top: 8px solid #fff;
  border-right: 6px solid transparent;
  border-bottom: 0;
  border-left: 6px solid transparent;
  right: 6px;
}
body.jiten #jitenFootermenu .footerTop.is_open .icon-arrow::after {
  border-top: 0;
  border-bottom: 8px solid #fff;
}
body.jiten #footer-kiso .footerTop .icon-arrow::before {
  background-color: #eb6184;
}
body.jiten #footer-kotsu .footerTop .icon-arrow::before {
  background-color: #819411;
}
body.jiten #footer-tsuide .footerTop .icon-arrow::before {
  background-color: #f6af0e;
}

body.jiten #jitenFootermenu .footerTop img {
  width: 100%;
}

body.jiten .footerList .footerTitle:last-child {
  border-bottom: 2px solid;
}
body.jiten .footerList .footerTitle > span,
body.jiten .footerList .footerTitle > a {
  display: block;
  font-size: 2.8rem;
  font-weight: bold;
  padding: 3rem 4.6%;
  border-top: 2px solid;
  position: relative;
}
body.jiten .footerList .footerTitle:first-child > span,
body.jiten .footerList .footerTitle:first-child > a {
  border-top: 0;
}
body.jiten #footer-kiso .footerTitle.is_open,
body.jiten #footer-kiso .footerTitle.current-category {
  background-color: #fdf8fa;
}
body.jiten #footer-kotsu .footerTitle.is_open,
body.jiten #footer-kotsu .footerTitle.current-category {
  background-color: #fbfdf6;
}
body.jiten #footer-tsuide .footerTitle.is_open,
body.jiten #footer-tsuide .footerTitle.current-category {
  background-color: #fffaee;
}
body.jiten .footerList .footerTitle > span::after,
body.jiten .footerList .footerTitle > a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4.6%;
  width: 6px;
  height: 6px;
  margin: auto;
  content: "";
  vertical-align: middle;
  border-bottom: 3px solid;
  border-right: 3px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

body.jiten .footerList .footerTitle.is_open > span::after,
body.jiten .footerList .footerTitle.current-category > span::after,
body.jiten .footerList .footerTitle.is_open > a::after,
body.jiten .footerList .footerTitle.current-category > a::after {
  content: none;
}

body.jiten #footer-kiso .footerTitle:last-child,
body.jiten #footer-kiso .footerTitle > span,
body.jiten #footer-kiso .footerTitle > a,
body.jiten #footer-kiso .footerTitle > span::after,
body.jiten #footer-kiso .footerTitle > a::after {
  color: #eb6184;
  border-color: #f2a2b6;
}
body.jiten #footer-kotsu .footerTitle:last-child,
body.jiten #footer-kotsu .footerTitle > span,
body.jiten #footer-kotsu .footerTitle > a,
body.jiten #footer-kotsu .footerTitle > span::after,
body.jiten #footer-kotsu .footerTitle > a::after {
  color: #819411;
  border-color: #adba63;
}
body.jiten #footer-tsuide .footerTitle:last-child,
body.jiten #footer-tsuide .footerTitle > span,
body.jiten #footer-tsuide .footerTitle > a,
body.jiten #footer-tsuide .footerTitle > span::after,
body.jiten #footer-tsuide .footerTitle > a::after {
  color: #f6af0e;
  border-color: #fec350;
}

body.jiten .footerList .footerInnerList > li {
  font-size: 0;
  padding: 2.4rem 0 1.2rem;
  margin: auto 4.6%;
  border-bottom: 3px dotted;
  display: block;
  position: relative;
}
body.jiten .footerList .footerInnerList > li:first-child {
  padding-top: 0;
}
body.jiten .footerList .footerInnerList > li:last-child {
  border-bottom: none;
}

body.jiten #footer-kiso .footerInnerList > li {
  border-color: #f2a2b6;
}
body.jiten #footer-kotsu .footerInnerList > li {
  border-color: #adba63;
}
body.jiten #footer-tsuide .footerInnerList > li {
  border-color: #fec350;
}

body.jiten .footerList .footerInnerList > li > span {
  display: inline-block;
  vertical-align: top;
  color: #999a96;
  font-size: 1.8rem;
  width: 25%;
  padding-top: 0.3em;
  padding-right: 2%;
  margin-bottom: 6px;
}


body.jiten .footerList .footerInnerList .dotList {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}
body.jiten #footer-kotsu .footerInnerList .dotList,
body.jiten #footer-tsuide .footerList .footerTitle:last-child .dotList {
  width: 72%;
}
body.jiten .footerList .footerInnerList .dotList li {
  display: inline-block;
  padding-bottom: 1.2rem;
}
body.jiten .footerList .footerInnerList .dotList li a {
  border: none;
  padding-left: 0.8em;
  padding-right: 2em;
  position: relative;
  margin: 0;
  font-size: 2.4rem;
  display: block;
}
body.jiten #footer-kiso .footerInnerList .dotList li a {
  color: #eb6184;
}
body.jiten #footer-kotsu .footerInnerList .dotList li a {
  color: #819411;
}
body.jiten #footer-tsuide .footerInnerList .dotList li a {
  color: #f6af0e;
}
body.jiten .footerList .footerInnerList .dotList li.current-page a {
  color: #9b9891 !important;
}

body.jiten .footerList .footerInnerList .dotList li a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  vertical-align: middle;
  border-top: 5px solid;
  border-right: 0;
  border-bottom: 5px solid;
  border-left: 7px solid ;
}
body.jiten #footer-kiso .footerInnerList .dotList,
body.jiten #footer-kiso .footerInnerList .dotList li a::before {
  border-top-color: #fdf8fa;
  border-bottom-color: #fdf8fa;
  border-left-color: #e95e81;
}
body.jiten #footer-kotsu .footerInnerList .dotList,
body.jiten #footer-kotsu .footerInnerList .dotList li a::before {
  border-top-color: #fbfdf6;
  border-bottom-color: #fbfdf6;
  border-left-color: #7f9310;
}
body.jiten #footer-tsuide .footerInnerList .dotList,
body.jiten #footer-tsuide .footerInnerList .dotList li a::before {
  border-top-color: #fffaee;
  border-bottom-color: #fffaee;
  border-left-color: #f6ac0d;
}

@media screen and (max-width: 640px) {
  body.jiten .catTitle::before {
    width: 56px;
    height: 56px;
  }
  body.jiten .pageTop a::after {
    top: 18px;
  }
}

@media screen and (min-width: 481px) {
  .w480 {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .w480 {
    display: block;
  }
  body.jiten .catTitle::before {
    width: 46px;
    height: 46px;
  }
  body.jiten .btnWrap .singleBtn a::before {
    left: 15px;
  }
  body.jiten .btnWrap .singleBtn a::after {
    left: 24px;
  }
  body.jiten .btnWrap .homeBtn a::before {
    left: 15px;
  }
  body.jiten .btnWrap .prev::before {
    left: 15px;
  }
  body.jiten .btnWrap .prev::after {
    left: 20px;
    border-right-width: 6px;
  }
  body.jiten .btnWrap .next::before {
    right: 15px;
  }
  body.jiten .btnWrap .next::after {
    right: 20px;
  }
  
  body.jiten .icon-arrow::before {
    width: 18px;
    height: 18px;
  }
  body.jiten .icon-arrow::after {
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #fff;
  }

  body.jiten .pageTop a {
    width: 200px;
  }
  body.jiten .pageTop a::after {
    top: 16px;
  }

  body.jiten #jitenFootermenu .footerTop .icon-arrow::after {
    border-top: 6px solid #fff;
    border-right: 4px solid transparent;
    border-bottom: 0;
    border-left: 4px solid transparent;
    right: 5px;
  }
  body.jiten #jitenFootermenu .footerTop.is_open .icon-arrow::after {
    border-top: 0;
    border-bottom: 6px solid #fff;
  }
}

#jitenBtm .imgWrap {
	padding: 48px 0;
}
#jitenBtmNote {
	padding: 48px 0;
	margin: 0 auto;
	width: 90.3%;
}
#jitenBtmNote.clearfix {
	min-height: 1px;
}

#jitenBtmNote.clearfix::after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
#jitenBtmNoteImg {
	display: block;
	float: left;
	width: 23%;
}
#jitenBtmNoteTxt {
	display: block;
	float: right;
	width: 82%;
	margin-left: -5%;
	line-height: 1.6;
}

.underline{
	text-decoration: underline;
	color:#f69e20 !important;
}


/*コツ追加分161228*/
#kotu_menu h3{
	width: 100%; 
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #eef2d9;
	color:#819411;
}
.kotu_menu_box_wrap{
width:90%;
margin: 20px auto;
}
.kotu_menu_box{
	width:42%;
	height: 40px;
	line-height: 40px;
	display: inline-block;
    border: solid 2px #adba63;
    margin:1%;
    position: relative
}
.kotu_menu_box_wrap a{
	color: #819411;
}
.kotu_menu_box{
	font-size:16px;
    padding-left: 10px;
}
.kotu_menu_box::before{
    background-color: #adba63;
}
.kotu_menu_box::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    margin: auto 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    z-index: 2;
}
.kotu_menu_box::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-right: 0;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #fff;
    z-index: 3;
    right:11px;
}

@media screen and (max-width: 640px) {
.only_pc {
    display: none!important;
}
}
