@charset "UTF-8";
.sp {
  display: none;
}

/* ページ設定 */
#main-contents {
  font-size: 0.9em;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";
  letter-spacing: 1px;
  color: #333333;
}

#container {
  width: 100%;
}

div#wrap-container {
  padding: 0;
}

#main-contents {
  width: 100%;
  margin: 0 0 10%;
}

h1 {
  border-bottom: 1px solid #cccccc;
  font-size: 1.6em;
  margin: 0 0 3%;
  padding-bottom: 6px;
  line-height: 1;
}

#contents {
  padding: 1em;
  text-align: center !important;
  word-break: break-all;
  word-wrap: break-word;
}

#itemDetailMap.foot-itemDetailMap {
  margin: 2em 0;
  text-align: center !important;
}

strong {
  background: linear-gradient(transparent 70%, #ffee5e 70%);
}

.col-blue,
.col-blue:before,
.col-blue span:before {
  color: #2975c6;
}

a.col-blue:hover,
a.col-blue:hover *,
a:hover .col-blue,
a:hover .col-blue:before,
a:hover .col-blue span:before,
a.col-blue:hover span:before {
  color: #2f8df1;
  text-decoration: none;
}

sup {
  vertical-align: text-top;
  font-size: .6em;
}

.wid10 {
  width: 100%;
}

.wid20 {
  width: 100%;
}

.wid30 {
  width: 100%;
}

.wid40 {
  width: 100%;
}

.wid50 {
  width: 100%;
}

.wid60 {
  width: 100%;
}

.wid70 {
  width: 100%;
}

.wid80 {
  width: 100%;
}

.wid90 {
  width: 100%;
}

.wid100 {
  width: 100%;
}

/* --------------------------
	ttl
-------------------------- */
h1.main-ttl, h2.sub-ttl, h3.third-ttl, h4.fourth-ttl {
  line-height: 1.5;
  text-align: left;
}

h1.main-ttl {
  font-size: 1.3em;
  padding: .5em 0;
  display: inline-block;
}

h2.sub-ttl {
  margin: 2em auto 1em;
  font-size: 1.1em;
  padding: .5em 1em;
  border-left: 5px solid #2975c6;
}

h3.third-ttl {
  font-size: 1.1em;
  margin: 2em auto 1em;
  padding: .5em .5em;
  border-bottom: 5px solid #2975c6;
  color: #000;
}

h4.fourth-ttl {
  padding: .5em 1em;
  font-size: 1.1em;
  margin: 2em auto 1em;
  background-color: #f0f8ff;
  color: #2975c6;
}

.checkpoint-ttl {
  padding: .5em .8em;
  font-size: 1.1em;
  margin: 1rem auto .2rem;
  color: #2975c6;
  border: 2px dotted #2975c6;
  text-align: left;
  line-height: 1.5;
}

.img-block .checkpoint-ttl {
  margin: 0 auto .5em;
  padding: .5em .5em;
  color: #000;
  width: 100%;
}

.block-column-right .checkpoint-ttl {
  width: 100%;
}

.circle-no {
  background-color: #2975c6;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  margin: 0 .5em 0 0;
  vertical-align: middle;
  position: relative;
}

.circle-no-in {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  text-align: center;
  line-height: 1.2;
  font-size: .8em;
}

.ttl-icon {
  display: inline-block;
  vertical-align: middle;
  padding: 0 .5em 0;
}

.ttl-icon-img {
  max-width: 50px;
  vertical-align: middle;
}

.checkpoint-box.yes-link a {
  color: #000;
}

.checkpoint-box.yes-link a:hover {
  color: #2975c6;
}

.checkpoint-box.no-txt .checkpoint-li {
  padding: .2em 0;
}

.checkpoint-box.no-txt .checkpoint-cap {
  background: none;
}

.checkpoint-box.yes-link.no-txt a {
  background: linear-gradient(transparent 70%, #ffee5e 70%);
}

.non-txt .checkpoint-li {
  padding: .2em 0;
}

.non-txt .checkpoint-cap {
  font-size: 1em;
  background: none;
}

/* --------------------------
	comment
-------------------------- */
.comment-box {
  padding: 0;
  line-height: 1.5;
  text-align: left;
  display: inline-block;
  width: 100%;
  margin: 0 auto 2em;
}

.comment-box.main-comment {
  padding: 1.5em;
  background-color: #f6f6f6;
}

.comment-box.bottom-comment {
  margin: 3em auto 3.5em;
}

p.comment {
  padding: 0 0 1.7em;
  line-height: 1.8;
}

.comment-box p.comment:last-child {
  padding: 0 0 0;
}

/* --------------------------
	toc
-------------------------- */
.toc {
  border: 1px solid #ccc;
  font-size: .9em;
  padding: 2em 1.5em 2em 3em;
  display: table;
  margin: 1em auto 0;
}

.toc-title {
  font-size: 1.1em;
  text-align: center;
  display: block;
  padding: 0 0 .5em;
}

label {
  cursor: pointer;
}

.toc-checkbox:checked + .toc-title::after {
  content: '[ 閉じる ]';
}

.toc-title::after {
  content: '[ 開く ]';
  margin-left: .5em;
  cursor: pointer;
  font-size: .8em;
  color: #2975c6;
  font-weight: normal;
}

.toc-checkbox:checked ~ .toc-content {
  visibility: visible;
  padding-top: .6em;
  height: 100%;
  opacity: 1;
}

.toc-content {
  visibility: hidden;
  height: 0;
  opacity: .2;
  transition: all .5s ease-out;
  text-align: left;
}

ol.toc-list.open {
  list-style-type: decimal;
}

ol.toc-list, ol.toc-list a {
  color: #2975c6;
}

ol.toc-list li {
  padding: .8em 0 0 0;
}

ol.toc-list li ol li {
  padding: .3em 0 0 0;
  list-style: decimal;
  margin: 0 0 0 1.5em;
}

ol.toc-list li span {
  color: #000;
}

.toc-checkbox {
  display: none;
}

/* --------------------------
	img
-------------------------- */
.img-block {
  letter-spacing: -.40em;
  padding: 0;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header-area .img-block {
  margin: 0 auto .8em;
}

.img-block * {
  letter-spacing: normal;
  vertical-align: top;
}

.img1 .img-box,
.img1 .inner {
  width: 100%;
  text-align: center;
}

.img2 .img-box,
.img2 .inner {
  width: 50%;
}

.img3 .img-box,
.img3 .inner {
  width: 30.3%;
  margin: 0 1.5%;
}

.img4 .img-box,
.img4 .inner {
  width: 25%;
}

.img5 .img-box,
.img5 .inner {
  width: 20%;
}

.img1 .inner .link-text,
.img2 .inner .link-text,
.img3 .inner .link-text,
.img4 .inner .link-text,
.img5 .inner .link-text {
  width: 98%;
}

.item-img {
  max-width: 98%;
  height: auto;
}

a figure .item-img {
  max-width: 97%;
}

.img1 .item-img {
  max-width: 100%;
}

figure {
  display: inline-block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

.img-figure {
  line-height: 1.5;
  color: #555;
  font-size: .9em;
  padding: .5em;
  display: inline-block;
  text-align: left;
  width: 98%;
  height: 8rem;
  overflow: hidden;
}

.img-box a .img-figure strong {
  color: #1C64B3;
  display: inline-block;
  background: url(/static/images/common/yaji_maru_bl_15.png) no-repeat 0 4px;
  padding: 0 0 0 21px;
}

.img-box a .img-figure {
  padding: .5em 0 3.5em;
}

.img-block .img-box:first-child {
  text-align: left;
}

.img-block .img-box:last-child {
  text-align: right;
}

.img1 .img-box:first-child, .img1 .img-box:last-child {
  text-align: center;
}

.img-block .img-box:first-child .img-figure, .img-block .img-box:last-child .img-figure {
  text-align: left;
}

.img-box a {
  display: inline-block;
  width: 100%;
  padding: .1em;
  border: 0;
  text-align: center;
  position: relative;
  opacity: 1;
  transition: 0.2s;
}

.img-box a:hover {
  opacity: 0.7;
  transition: 0.2s;
}

.img-box a:hover img {
  opacity: 1 !important;
}

.img-box a:hover .img-figure strong {
  color: #FF0000;
  text-decoration: underline;
}

.img-box figure a {
  width: 100%;
  background-color: #fff;
  padding: 0;
  border: 0;
}

a:hover span.img-figure,
a:hover span.img-figure * {
  text-decoration: none;
}

.img-figure strong {
  line-height: 3;
}

.img-figure strong:nth-child(n + 2) {
  line-height: 1.5;
  background: none;
  color: #333;
  display: inline;
}

.img-box a .item-data-box {
  position: absolute;
  bottom: 0;
  display: block;
  margin: auto;
  background-color: #fff;
  width: 100%;
  padding: 1rem 0 0 0;
}

.item-link-block {
  display: inline-block;
  max-width: 800px;
  width: 100%;
  margin: 1em auto 2em;
  text-align: center;
  position: relative;
  letter-spacing: -.40em;
  background-color: #f6f6f6;
  border: 1px solid #ddd;
  padding: 1rem 0;
}

.item-link-block * {
  letter-spacing: normal;
  vertical-align: middle;
}

.item-link-block:hover * {
  opacity: 0.9;
}

.item-link-img-area {
  display: inline-block;
  max-width: 40%;
  margin: 0 auto;
}

.item-link-txt-area {
  display: inline-block;
  width: 100%;
  padding: .2rem .7rem 0;
}

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

.item-link-cap {
  display: inline-block;
  padding: 0 0 .5em;
  text-align: left;
}

.item-link-cap span {
  border-bottom: 3px solid #2975c6;
  margin: 0;
  padding: 0;
  display: inline;
  font-size: 1.3em;
  line-height: 2;
}

.item-link-name {
  padding: 0 0 .5rem 0;
  text-align: left;
  line-height: 1.8;
  display: block;
  margin: 0 auto;
}

.item-link-btn {
  text-align: center;
  padding: 1em 0 0 0;
}

.item-link-btn .item-link-btn-in {
  background-color: #2975c6;
  color: #fff;
  display: inline-block;
  padding: .7em 1.8em;
  border-radius: 30px;
  font-size: .9em;
}

.item-link-block:hover .item-link-btn .item-link-btn-in {
  background-color: #2f8df1;
}

.item-link-btn .item-link-btn-in .icon-greater-right-b.icon-greater-right-b:before {
  display: inline-block;
  line-height: 1;
  padding: 0 0 0 .5em;
  color: #fff;
}

.item-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.item-data-box * {
  vertical-align: middle !important;
}

.itempr {
  display: inline-block;
  padding: 0 .3em 0 0;
  color: #f00;
  font-size: 1.2em;
}

.yen {
  color: #f00;
}

.itemst {
  padding: 0 .3em 0 0;
  color: #2975c6;
  font-size: .8em;
  display: inline-block;
}

.itemre {
  color: #2975c6;
  font-size: .8em;
}

.img-box a .img-figure .itemre {
  height: 1.8em;
  display: block;
}

.item-link-table {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  border: 0;
  padding: 0;
  margin: .5em auto;
  border-collapse: separate;
  box-sizing: border-box;
  border-spacing: 1px;
  border-color: #ccc;
  border-collapse: collapse;
}

.item-link-table th, .item-link-table td {
  border: 1px solid #e7e7e7;
  color: #333;
  font-size: .8em;
  line-height: 1.3;
  padding: .45em .7em;
}

.item-link-table th {
  background-color: #f0f8ff;
  white-space: nowrap;
  vertical-align: middle;
  font-weight: normal;
  text-align: center;
}

.item-link-table td {
  background-color: #fff;
  white-space: normal;
  text-align: left;
}

.item2 {
  letter-spacing: -.40em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.item2 .item-link-block {
  letter-spacing: normal;
  margin: 0 1% 1em;
  padding: .5em .5em 1.5em;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.item2 .item-link-block *,
.item2 .item-link-block {
  text-align: center;
  vertical-align: top;
}

.item2 .item-link-txt-area {
  padding: 0;
}

.item2 .item-link-img-area {
  max-width: 100%;
}

.item2 .item-link-btn {
  text-align: center;
  padding: 0;
}

.img-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 0 1.5em;
}

.more-link-box {
  display: inline-block;
  max-width: 800px;
  width: 100%;
  margin: 1em auto 2em;
  text-align: center;
  position: relative;
  letter-spacing: -.40em;
  background-color: #f0f8ff;
  border: 1px solid #ccc;
  padding: .5em 0;
  border-radius: 30px;
}

.more-link-box:hover,
.more-link:hover * {
  opacity: 0.9;
}

.more-link {
  display: inline-block;
  width: 100%;
  color: #2975c6;
  font-size: 1em;
}

.more-link,
.more-link span,
.more-link * {
  letter-spacing: normal;
  vertical-align: middle !important;
  line-height: 1 !important;
}

.more-link:hover {
  color: #2f8df1;
}

.more-link-icon {
  width: 45px;
  margin: 0 .5em 0 0;
}

.more-link .icon-greater-right-b.icon-greater-right-b:before {
  display: inline-block;
  padding: 0 0 0 .5em;
  color: #2975c6;
}

.more-link:hover .icon-greater-right-b.icon-greater-right-b:before {
  color: #2f8df1;
}

.menu-area {
  text-align: center;
  display: inline-block;
  margin: 0 auto;
}

.menu {
  list-style: none;
  letter-spacing: -.40em;
}

.menu .inner {
  display: inline-block;
  letter-spacing: normal;
  text-align: center;
}

.menu .link-text {
  letter-spacing: normal;
  display: inline-block;
  text-align: center;
  background-color: #f0f8ff;
  border: 1px solid #ccc;
  padding: .6em .8em;
  border-radius: 30px;
  margin: 0 .4em .8em 0;
  color: #2975c6;
  font-size: 1.2em;
}

.menu .link-text:hover {
  opacity: 0.9;
}

.menu .link-text:hover .menu-text-ttl {
  color: #2f8df1;
  text-decoration: none;
}

.menu .link-text .icon-greater-right-b:before {
  color: #2975c6;
  display: inline-block;
  padding: 0 0 .3em;
}

.menu .link-text:hover .icon-greater-right-b:before {
  color: #2f8df1;
}

/* --------------------------
	checkpoint
-------------------------- */
.checkpoint-box {
  margin: 0 auto 2em;
  padding: 0 .5em;
}

.checkpoint-ul {
  line-height: 2;
  text-align: left;
}

.checkpoint-li {
  padding: .8em 0;
  list-style: none;
}

.checkpoint-cap {
  padding: .9em .5em 0;
  font-size: 1.1em;
  background: linear-gradient(transparent 70%, #ffee5e 70%);
  vertical-align: middle;
  display: inline;
}

.checkpoint-cap .csdf-right-dtl-txt-greater:before {
  color: #2975c6;
  font-size: 1.5em;
  display: inline-block;
  padding: 0 .3em 0 0;
  vertical-align: middle;
}

p.checkpoint-txt {
  padding: 1em 0 0 1em;
}

/* --------------------------
	table-box
-------------------------- */
.table-box-area {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 0;
  margin: 0 auto 3em;
  display: table;
  border-collapse: separate;
  box-sizing: border-box;
  border-spacing: 1px;
  border-color: #ccc;
  border-collapse: collapse;
  width: 100%;
}

.table-box-cap {
  font-size: .85em;
  background-color: #f0f8ff;
  padding: .5em 0;
}

.table-box-txt {
  font-size: .9em;
  padding: 1em 0;
  line-height: 1.5;
}

.table-box-cap, .table-box-txt {
  border-right: 1px dotted #ccc;
}

.table-box-area .table-box-cap:last-child, .table-box-area .table-box-txt:last-child {
  border-right: 0;
}

.table-box-1 .table-box-cap {
  width: 100%;
}

.table-box-2 .table-box-cap {
  width: 50%;
}

.table-box-3 .table-box-cap {
  width: 33.33%;
}

.table-box-4 .table-box-cap {
  width: 25%;
}

.table-box-5 .table-box-cap {
  width: 20%;
}

.table-box-6 .table-box-cap {
  width: 16.66%;
}

.table-box-7 .table-box-cap {
  width: 14.285%;
}

.table-box-8 .table-box-cap {
  width: 12.5%;
}

.table-box-9 .table-box-cap {
  width: 11.111%;
}

.table-box-10 .table-box-cap {
  width: 10%;
}

/* --------------------------
	hikaku-table
-------------------------- */
.hikaku-table {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #ccc;
  padding: 0;
  margin: 0 auto 3em;
  border-collapse: separate;
  box-sizing: border-box;
  border-spacing: 1px;
  border-color: #ccc;
  border-collapse: collapse;
}

.hikaku-table tbody {
  width: 100%;
  display: table;
}

.hikaku-table th, .hikaku-table td {
  border: 1px solid #e7e7e7;
  color: #333;
  font-size: .85em;
  line-height: 1.3;
  padding: .8em;
  white-space: normal;
  text-align: center;
}

.hikaku-table th {
  background-color: #f7f7f7;
  font-weight: normal;
  text-align: center;
  width: 100px;
  white-space: nowrap;
  vertical-align: middle;
}

.hikaku-table td {
  min-height: 27px;
  width: 134px;
  vertical-align: middle;
}

.hikaku-table .all-th th {
  text-align: center;
}

.hikaku-table td.hikaku-img-area {
  position: relative;
}

.hikaku-table .hikaku-rank {
  border-radius: 50%;
  font-weight: bold;
  height: 28px;
  left: 5px;
  padding-top: 7px;
  position: absolute;
  top: 5px;
  width: 28px;
  color: #333;
  background-color: #e7e7e7;
  z-index: 100;
}

.hikaku-rank.rank1 {
  color: #fff;
  background-color: #e4c35f;
}

.hikaku-rank.rank2 {
  color: #fff;
  background-color: #939394;
}

.hikaku-rank.rank3 {
  color: #fff;
  background-color: #e88348;
}

.hikaku-table-img-link {
  display: block;
  text-align: center;
}

.hikaku-table-img-link .hikaku-table-txt {
  color: #2975c6;
}

.hikaku-table-img {
  width: 120px;
  height: auto;
}

.hikaku-table-txt {
  display: inline-block;
  text-align: left;
  margin: 0 auto;
}

.hikaku-table .item-link-btn {
  text-align: center;
  padding: .8em 0;
}

.hikaku-table .item-data-box {
  text-align: center;
}

.hover-big-table {
  border: 0;
  padding-bottom: 4rem;
}

.hover-img-area {
  position: relative;
}

.hover-img-area .hover-big-img,
.hover-img-area .hover-big-img * {
  display: none;
}

.hikaku-table tr td:last-child .hover-img-area:hover .hover-big-img {
  left: -12rem;
}

.hover-img-area:hover .hover-big-img .hover-img-dx {
  display: block;
  max-width: 300px;
  z-index: 1000;
}

.hover-img-icon {
  position: absolute;
  bottom: .5rem;
  right: .5rem;
  background-color: #fff;
  padding: .3rem;
  border-radius: 50%;
  border: 1px solid #666;
}

.hover-img-icon:before {
  color: #666;
}

.hover-img-area:hover .hover-img-icon,
.hover-img-area:hover .hover-img-icon:before {
  display: none;
}

/* --------------------------
	cate-menu
-------------------------- */
.cate-menu-list {
  list-style: none;
  letter-spacing: -.40em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cate-menu-list .inner {
  letter-spacing: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin: 0 1% 1em;
}

.cate-menu-list a {
  display: block;
  padding: 1em;
  width: 100%;
}

.cate-menu-list a span {
  display: block;
  color: #2975c6;
  font-size: .9em;
}

.cate-menu-list img {
  max-width: 120px;
  width: 90%;
}

.cate-menu .img1 .inner {
  width: 100%;
  text-align: center;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.cate-menu .img2 .inner {
  width: 50%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
}

.cate-menu .img3 .inner {
  width: 33.3%;
  -ms-flex-preferred-size: 31.3%;
  flex-basis: 31.3%;
}

.cate-menu .img4 .inner {
  width: 25%;
  -ms-flex-preferred-size: 22%;
  flex-basis: 22%;
}

.cate-menu .img5 .inner {
  width: 20%;
  -ms-flex-preferred-size: 18%;
  flex-basis: 18%;
}

.cate-menu-list .inner .item-data-box {
  font-size: 0.9em;
  padding: .6em 0;
  background-color: #f6f6f6;
  margin: 0 .3em .3em;
  border-radius: 0 0 8px 8px;
  line-height: 1.3;
}

.list-thin {
  display: inline-block;
  list-style: none;
  letter-spacing: -.40em;
  width: 100%;
}

.list-thin * {
  letter-spacing: normal;
}

.list-thin li {
  margin: 0 0 1em;
  padding: .5em 0 2em;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
}

.list-thin-box {
  display: inline-block;
  width: 100%;
  text-align: left;
  vertical-align: middle !important;
  padding: 0 .5em;
}

.list-thin-img {
  display: inline-block;
  width: 80%;
  vertical-align: middle !important;
  padding: .5em;
}

.list-thin-cap {
  display: inline;
  font-size: 1.1em;
  background: linear-gradient(transparent 70%, #ffee5e 70%);
  line-height: 2;
  letter-spacing: .1em;
}

.list-thin-txt {
  padding: .5em 0 0 0;
  letter-spacing: .1em;
  line-height: 1.8;
}

.list-thin-txt strong {
  background: none;
}

.list-thin-btn-box {
  text-align: right;
}

#sample-request-box, #sample-request-box *, #sample-request-box *:before, #sample-request-box *:after {
  border: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
}

#sample-request-box {
  border: 1px solid #2976c6;
  font-size: .8em;
  line-height: 1.5;
  margin: 2em auto 3em;
  max-width: 960px;
  color: #333;
  padding: 1em;
  text-align: left;
}

#sample-request-box .sample-inner {
  padding: 1.5em 0;
}

#sample-request-box .sample-ttl-area {
  color: #2976c6;
  text-align: center;
  padding: .5em 0 1em;
}

#sample-request-box .sample-sub-ttl {
  font-size: 1.6em;
}

#sample-request-box .sample-main-ttl {
  font-size: 2.3em;
  font-weight: bold;
}

#sample-request-box .sample-info {
  width: 100%;
  margin: 0 auto;
  font-size: .7em;
}

#sample-request-box .info-block {
  padding: 0 0 1em 0;
}

#sample-request-box .point-txt {
  font-size: 1.8em;
  padding: 0 0 .3em 0;
}

#sample-request-box .supplement-txt {
  font-size: .7em;
}

#sample-request-box .txt-marker {
  background-color: #dcf1ff;
  display: inline-block;
  margin: 0 .2em;
  padding: 0 .3em;
}

#sample-request-box .sample-download {
  width: 100%;
  margin: .5em auto 1em;
  text-align: center;
}

#sample-request-box .note-txt {
  padding: 1.2em 0;
  background-color: #ecf8d9;
}

#sample-request-box .font-red {
  color: #e00;
  font-size: 1.2em;
  padding: 0 0 .3em;
}

#sample-request-box .under-line {
  text-decoration: underline;
  display: inline-block;
  padding: 0 .2em;
  font-weight: bold;
}

#sample-request-box .font-small {
  font-size: .9em;
}

#sample-request-box .btn-ttl {
  border-top: 2px dashed #ccc;
  margin: 1.5em 0 0 0;
  padding: 1.5em 0 0;
}

#sample-request-box .download-btn-list {
  padding: 1em 0 0;
  width: 95%;
  display: table;
  margin: 0 auto;
  font-size: .7em;
}

#sample-request-box .link-download {
  display: block;
  padding: 1em 0;
  background-color: #7bad29;
  color: #fff;
  font-size: 1.4em;
  border-radius: 5px;
  text-decoration: none;
}

#sample-request-box .link-download:hover {
  background-color: #90c539;
}

#sample-request-box .link-ex {
  display: inline-block;
  padding: .1em .5em;
  margin: 0 .2em;
  background-color: #7bad29;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  font-size: .9em;
  font-weight: normal;
}

#sample-request-box .link-ex:hover {
  background-color: #90c539;
}

#sample-request-box .link-newmember {
  display: inline-block;
  padding: .1em .5em;
  margin: 0 .2em;
  background-color: #7bad29;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
}

#sample-request-box .link-newmember:hover {
  background-color: #90c539;
}

#sample-request-box .icon-download::before {
  color: #fff;
  margin: 0 .2em 0 0;
}

#sample-request-box .sample-tell {
  text-align: center;
}

#sample-request-box .tel-txt {
  color: #2976c6;
  font-size: 1.6em;
}

#sample-request-box .font-small-more {
  font-size: .6em;
}

.sq-bnr-area {
  text-align: center;
  padding: 1em 0;
}

ul.sq-bnr-ul {
  list-style: none;
  text-align: left;
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  letter-spacing: -.40em;
}

.sq-bnr-list {
  display: inline-block;
  width: 50%;
  margin: 0 auto 1em;
  vertical-align: top;
  text-align: center;
  letter-spacing: normal;
}

.sq-bnr-link {
  width: 90%;
  display: inline-block;
  margin: 0 auto;
}

.sq-bnr-img {
  width: 100%;
  max-width: 300px;
}

.sq-bnr-link:hover .sq-bnr-img {
  opacity: 0.7;
}

.block-column-area {
  letter-spacing: -.40em;
}

.block-column-left,
.block-column-right {
  letter-spacing: normal;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}

.block-column-left {
  padding: 0 1em 0 0;
}

/* ========== review ========== */
.pickup-review-box {
  padding: 1em;
  font-size: 1.1em;
  border: 1px solid #ddd;
  margin: 1em auto;
  text-align: left;
}

.pickup-review-area .pickup-review-box:last-child {
  margin: 1em auto 3em;
}

.pickup-review-star {
  color: #e9be1b;
  display: block;
}

.pickup-review-txt {
  font-size: .8em;
  padding: .5em;
}

/* 組合せ */
.item-set-area {
  letter-spacing: -.40em;
  font-size: .9em;
  text-align: left;
}

.item-set-area .circle-no {
  background-color: #e43a83;
  font-weight: 900;
}

.item-set-area * {
  box-sizing: border-box !important;
}

.item-set-ctr {
  background-color: #f1eaea;
  padding: 2em;
  position: relative;
}

h2,
h3.item-set-thirdttl {
  text-align: left;
  letter-spacing: normal;
}

h3.item-set-thirdttl {
  font-size: 1.5em;
  padding: 2em 0 1em .5em;
  color: #e43a83;
  line-height: 1.3;
}

.item-set-head {
  letter-spacing: normal;
  text-align: left;
  letter-spacing: -.40em;
  padding: .3em .5em .6em .5em;
  font-size: 1.2em;
  position: relative;
}

.item-set-ttl {
  display: inline-block;
  letter-spacing: normal;
}

.item-set-price {
  display: inline-block;
  letter-spacing: normal;
  line-height: 1.3;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 0;
}

.item-set-ctr,
.item-set-more-ctr {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.item-set-sum-icon,
.item-set-sepa-box {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  text-align: center;
}

.item-set-item2 .item-set-sum-icon {
  width: 1.2em;
  height: 1.2em;
  font-size: 2em;
  color: #fff;
  background-color: #e43a83;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}

.item-set-item2 .item-set-sum-in {
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  font-weight: 800;
}

.item-set-item2 .item-set-sepa-box {
  width: 48%;
  margin: 1%;
}

.item-set-item3 .item-set-sepa-box {
  width: 32%;
  margin: 1%;
}

.item-set-item1 .item-set-sepa-box {
  width: 100%;
}

.item-set-sepa-box {
  padding: 1em;
  background-color: #fff;
}

.item-set-sepa-img {
  width: 100%;
  max-width: 300px;
}

.item-set-more-ctr .item-set-sepa-img {
  width: 30%;
  vertical-align: middle !important;
}

.item-set-sepa-name {
  color: #000;
  display: inline-block;
  padding: .5em 0;
  font-size: 1em;
  line-height: 1.5;
}

.set-price,
.item-set-yen,
.item-set-sepa-price,
.item-set-sepa-yen {
  color: #FF0000;
}

.set-price {
  font-size: 1.5em;
}

.item-set-sepa-price {
  font-size: 1.5em;
}

.item-set-sepa-stc {
  display: inline-block;
  color: #666;
  padding: 0 0 0 .5em;
  line-height: 1.2;
  font-size: .9em;
  background-color: #FFFFFF;
}

.item-set-more-ctr {
  background-color: #eee;
  padding: 2em;
  vertical-align: top;
  width: 100%;
  margin: 0;
}

.item-set-more-ttl {
  letter-spacing: normal;
  color: #4cae03;
  font-size: 1.5em;
  padding: 0 0 .5em;
  vertical-align: middle;
}

.item-set-more-ctr .item-set-sum-icon {
  width: 1.1em;
  height: 1.1em;
  font-size: 1.3em;
  color: #fff;
  background-color: #4cae03;
  border-radius: 50%;
  position: relative;
  margin: 0 .1em 0 0;
  vertical-align: middle;
}

.item-set-more-ctr .item-set-sum-in {
  border-radius: 50%;
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  font-weight: 800;
}

.item-set-more-ctr .item-set-sepa-dtl-box {
  display: inline-block;
  width: 68%;
  padding: 0 0 0 1em;
  vertical-align: middle !important;
}

.wid10 {
  width: 100%;
}

.wid20 {
  width: 100%;
}

.wid30 {
  width: 100%;
}

.wid40 {
  width: 100%;
}

.wid50 {
  width: 100%;
}

.wid60 {
  width: 100%;
}

.wid70 {
  width: 100%;
}

.wid80 {
  width: 100%;
}

.wid90 {
  width: 100%;
}

.wid100 {
  width: 100%;
}

/*---------------------------
	Q and A
---------------------------*/
.cate-q-a-list {
  padding: 2em 1%;
  text-align: left;
  list-style: none;
}

.cate-q-a-list li {
  font-size: 1.15em;
  border: 1px solid #ddd;
  padding: 1.5em;
  line-height: 1.5;
  box-sizing: border-box;
  margin: 0 auto 1em;
}

.cate-q-a-list .left_icon:before {
  font-size: 2em;
  display: inline-block;
  padding: 0 .3em 0 0;
  vertical-align: top;
  line-height: 1;
}

.cate-q-a-list .q_text {
  padding: 0 0 1.5em;
}

.cate-q-a-list .q_text,
.cate-q-a-list .a_text {
  letter-spacing: -.40em;
}

.q_text span,
.a_text span {
  letter-spacing: normal;
}

.q_text .left_icon:before {
  color: #fe6604;
}

.a_text .left_icon:before {
  color: #2976c6;
}

.cate-q-a-list .right_text {
  display: inline-block;
  vertical-align: top;
  line-height: 2.1;
  width: 90%;
}

.cate-q-a-list a {
  color: #2976c6;
}

.cate-q-a-list .cate-suggest-area {
  font-size: .9em;
}

.cate-q-a-list .cate-suggest-cap span {
  font-size: 1em;
  padding: .3em 1em;
  background-color: #2976c6;
}

@media screen and (min-width: 768px) {
  .cate-q-a-list .division-1 .cate-suggest-image {
    width: 15%;
  }
  .cate-q-a-list .division-1 .cate-suggest-dtl-area {
    width: 85%;
  }
  .cate-q-a-list .division-4 .cate-suggest-item-box,
  .cate-q-a-list .division-3 .cate-suggest-item-box,
  .cate-q-a-list .division-2 .cate-suggest-item-box {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    padding: .5em;
  }
  .cate-q-a-list .right_text {
    width: 95%;
  }
}

/* ========== font ========== */
.noto100 {
  font-weight: 100;
}

.noto200 {
  font-weight: 200;
}

.noto300 {
  font-weight: 300;
}

.noto400 {
  font-weight: 400;
}

.noto500 {
  font-weight: 500;
}

.noto600 {
  font-weight: 600;
}

.noto700 {
  font-weight: 700;
}

.noto800 {
  font-weight: 800;
}

.noto900 {
  font-weight: 900;
}

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

.ver-top {
  vertical-align: top;
}

.max-100 {
  max-width: 100%;
}

.col-white {
  color: #fff;
}

#contents {
  padding: 10px 0 0 10px;
  font-size: 1.2em !important;
}

.sns-box {
  margin: .5em 0 1em;
}

/* 幅 */
.comment-box, .img-block, .item-link-block, .table-box-area, .checkpoint-box, .checkpoint-ttl, .pickup-review-box, .menu-area .list-thin, .work-inquire-box {
  width: 96%;
}

.wid10 {
  width: 10%;
}

.wid20 {
  width: 20%;
}

.wid30 {
  width: 30%;
}

.wid40 {
  width: 40%;
}

.wid50 {
  width: 50%;
}

.wid60 {
  width: 60%;
}

.wid70 {
  width: 70%;
}

.wid80 {
  width: 80%;
}

.wid90 {
  width: 90%;
}

.wid100 {
  width: 100%;
}

/* --------------------------
	ttl
-------------------------- */
h1.main-ttl {
  padding: 1em 0;
  font-size: 1.8em;
}

h2.sub-ttl {
  margin: 3em auto 1em;
  font-size: 1.5em;
  border-left: 10px solid #2975c6;
}

h3.third-ttl {
  font-size: 1.45em;
}

h4.fourth-ttl {
  font-size: 1.3em;
}

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

.toc {
  padding: 2em 1.5em 2em 4em;
  width: 70%;
}

.item-link-block {
  text-align: left;
  padding: 0;
}

.item-link-img-area {
  display: inline-block;
  max-width: 30%;
}

.item-link-txt-area {
  display: inline-block;
  width: 70%;
  padding: 0 2em;
}

.item2 .item-link-img-area {
  display: inline-block;
  max-width: 100%;
}

.item2 .item-link-txt-area {
  display: inline-block;
  width: 100%;
  padding: 0 2em;
}

.item-link-name {
  padding: .5em 0;
}

.item-link-btn {
  text-align: right;
  padding: 0;
}

.img-box a {
  padding: .5em;
}

.img-box figure a {
  width: 100%;
  background-color: #fff;
  padding: 0;
  border: 0;
}

.img-box a .img-figure {
  padding: .5em 0 2em;
  height: 5em;
  overflow: hidden;
}

.img-box a .img-figure .itemre {
  height: auto;
  display: inline-block;
}

p.comment {
  padding: 0 0 1em;
  line-height: 1.8;
}

.checkpoint-box {
  padding: 1em 2em;
  background-color: #f6f6f6;
  width: 90%;
}

.more-link {
  font-size: 1.2em;
}

.list-thin li {
  padding: 1em 0;
}

.list-thin-box {
  width: 84%;
}

.list-thin-txt {
  letter-spacing: .1em;
  line-height: 2;
}

.list-thin-img {
  width: 15%;
}

.item-set-sepa-name {
  font-size: 1.2em;
}

.item-set-price {
  line-height: 1.3;
}

.item-set-head {
  font-size: 1.4em;
}

.item-set-more-ctr {
  width: 29%;
  margin: 0 auto 0 1%;
}

.item-set-more-ctr .item-set-sepa-img {
  width: 100%;
}

.item-set-more-ctr .item-set-sepa-dtl-box {
  width: 100%;
  padding: 0;
}

#sample-request-box {
  border: 12px solid #2976c6;
  font-size: 1.3em;
  text-align: center;
}

#sample-request-box .sample-main-ttl {
  font-size: 3.2em;
}

#sample-request-box .download-btn-list {
  width: 70%;
  font-size: 1em;
}

.sq-bnr-area {
  padding: 3em 1em 1em;
  background-color: #f0f8ff;
}

ul.sq-bnr-ul {
  width: 95%;
}

.sq-bnr-list {
  width: 33.3%;
  margin: 0 auto 2em;
}

.work-inquire-box {
  font-size: 2em;
}

.work-inquire-box ul.sq-bnr-ul {
  width: 90%;
}

.work-inquire-box .sq-bnr-list {
  margin: 0 auto;
}

.cate-menu-list a {
  padding: .5em .2em .8em;
}

.cate-menu-list a span {
  line-height: 1.3;
}

.img-figure strong {
  line-height: 1.8;
  display: inline-block;
  margin: 0 auto .5em;
  background: none;
}

#itemDetailMap.top-itemDetailMap {
  display: none;
}

#itemDetailMap.foot-itemDetailMap {
  line-height: 1.8;
  padding: 1em !important;
}

.img1 .inner,
.img2 .inner,
.img3 .inner,
.img4 .inner {
  width: 100%;
}

.cate-menu-list .inner {
  -ms-flex-preferred-size: 31% !important;
  flex-basis: 31% !important;
}

/* 関連ページ */
#relation-outer {
  width: 980px;
  margin: 12% auto 0;
}

.relation h3 {
  font-size: 1.9em;
  text-align: center;
  padding: 1.7% 0 1.4%;
  color: #fff;
  background-color: #004DA2;
}

.relation img {
  width: 230px;
  height: auto;
  margin: 4% 2% 0 0;
}

.link-img ul {
  text-align: left;
}

.link-img li {
  display: inline;
  float: none;
  margin: 0;
}

.link-img li:nth-child(4n) img {
  margin-right: 0;
}

/* clfx */
.clfx:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
