@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600&display=swap");

abbr,
fieldset,
img {
  border: 0
}

body,
table,
textarea {
  width: 100%
}

body,
div,
table {
  word-wrap: break-word
}

li {
  list-style: none
}

* {
  letter-spacing: 0
}

html {
  overflow-y: scroll
}

body {
  color: #444;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 2;
}

/* blockquote,
body,
div,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
ul {
  margin: 0;
  padding: 0
} */

address,
caption,
cite,
code,
dfn,
h1,
h2,
h3,
h4,
h5,
h6,
var {
  font-style: normal;
  font-weight: 400;
  font-size: 100%
}

caption {
  text-align: left
}

q {
  quotes: none
}

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

img.aligncenter {
  display: block;
  margin: auto
}

.b,
.bold,
b,
strong {
  font-weight: 700
}

dd {
  margin: 0
}

button,
input,
optgroup,
option,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-family: sans-serif
}

textarea {
  overflow: auto;
  vertical-align: top
}

input[type=text],
textarea {
  padding: 2px
}

button,
input[type=reset],
input[type=submit],
input[type=button] {
  -webkit-appearance: button
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  margin: 0;
  padding: 0;
  border: 0
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  word-break: break-all
}

table hr {
  margin-bottom: 0
}

/* =============================================
変数
============================================= */
:root {
  --color-white: #fff;
  --color-text: #333;
  --color-4d: #4d4d4d;
  --color-66: #666;
  --color-99: #999;
  --color-cc: #ccc;
  --color-f2: #f2f2f2;
  --color-key: #ff7300;
  --color-key-dark: #e66300;
  --color-key-medium: #ff8726;
  --color-key-light: #ffae73;
  --color-key-border: #ff8f33;
  --color-key-bg: #fff8f2;
  --color-key-shadow: rgba(255, 115, 0, 0.35);
  --color-scroll-bg: #fff1e5;
  --color-scroll-thumb: #ffb680;
  --color-yellow: #fcee21;
  --color-yellow-light: #fff77e;
  --color-yellow-orange: #ffc821;
  --font-jp: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --font-eng: Montserrat;
}

/*------------------------------------------------------------
パンくず
-------------------------------------------------------------*/
#breadcrumbs {
  background: #f2f2f2;
}

#breadcrumbs .breadcrumbs__wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

#breadcrumbs .breadcrumbs__wrap ol {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  color: var(--color-66);
  font-size: 1.1rem;
  padding: 8px 0;
  overflow-x: auto;
  white-space: nowrap;
  overflow-x: auto;
  width: 100% !important;
  margin: 0 auto !important;
}

#breadcrumbs .breadcrumbs__wrap ol::-webkit-scrollbar {
  background: #ebebeb;
  width: 8px;
  height: 8px;
}

#breadcrumbs .breadcrumbs__wrap ol::-webkit-scrollbar-thumb {
  background-color: #c7c7c7;
  border: 2px solid #ebebeb;
  border-radius: 4px;
}

#breadcrumbs .breadcrumbs__wrap ol>li a span {
  color: var(--color-key);
}

#breadcrumbs .breadcrumbs__wrap ol>li.first:before {
  display: inline-block;
  content: "";
  width: 11px;
  height: 10px;
  background: url(/outsourcingpro/wp-content/uploads/2024/03/uploads/2023/12/2023y12m18d_1804182948.png) no-repeat;
  background-size: contain;
  margin: 0 8px 0 0;
}

#breadcrumbs .breadcrumbs__wrap ol>li:not(:last-child) {
  display: flex;
  align-items: center;
  margin: 0 10px 0 0;
}

#breadcrumbs .breadcrumbs__wrap ol>li:not(:last-child):after {
  content: "";
  display: inline-block;
  margin: -2px 0 0 10px;
  width: 5px;
  height: 5px;
  border-top: 1px solid var(--color-66);
  border-right: 1px solid var(--color-66);
  transform: rotate(45deg);
}

@media only screen and (max-width: 1000px) {
  #breadcrumbs .breadcrumbs__wrap {
    width: calc(100% - 32px);
    max-width: calc(100% - 32px);
  }
}

/*------------------------------------------------------------
下層メイン
-------------------------------------------------------------*/
main#main-lower h2 .comment-page-title {
  color: var(--color-cc);
  margin-left: 5px;
  font-size: 1.4rem;
}

main#main-lower article .post p.lead {
  font-size: 11px;
  color: var(--color-99);
}

main#main-lower table+p {
  margin: 23px 0;
}

main#main-lower ul+p,
main#main-lower ol+p,
main#main-lower dl+p {
  margin-top: 23px !important;
}

main#main-lower p.mg-none {
  margin: 0 !important;
}

main#main-lower h3+p {
  margin-top: 0px;
}

main#main-lower .hyoukaRnk-title dd p {
  background: none;
  padding: 0;
  margin: 0;
  font-size: 2.2rem;
  color: #066493;
  font-weight: bold;
  text-align: left;
}

main#main-lower p.error_msg {
  line-height: normal;
  font-size: 1.4rem;
  font-weight: bold;
  color: #ff3636;
  margin: 10px 0;
}

.post .article>ul,
.post .article>ol {
  margin: 0 0 23px;
}

.post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  /* margin-bottom: 16px; */
  margin-bottom: 20px;
}

main#main-lower .post-meta p.post-data {
  margin: 0;
}

main#main-lower .post-data time {
  font-size: 1.4rem;
  color: var(--color-99);
}

.post-tag {
  color: var(--color-white);
  font-size: 1.2rem;
  display: inline-block;
  position: relative;
  padding: 0 20px;
  margin: 0 10px;
  background: #c4c4c4;
  line-height: 26px;
  text-align: center;
  box-sizing: border-box;
}

.post-tag:before,
.post-tag:after {
  content: '';
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border: 13px solid transparent;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
}

.post-tag:before {
  right: 100%;
  border-right-color: #c4c4c4;
}

.post-tag:after {
  left: 100%;
  border-left-color: #c4c4c4;
}

.post-tag span {
  color: var(--color-white);
}

.post-data {
  width: 35%;
}

/* snsシェア */
.snsBox.share-box {
  width: fit-content;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

.snsBox li {
  margin-bottom: initial !important;
  margin: 0 16px 0 0;
}

.snsBox li:last-of-type {
  margin: 0 0 0 0;
}

.snsBox li a {
  display: block;
  width: 24px;
  height: 24px;
}

.snsBox li img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

/* 目次 */
.mokuji {
  background: #f7f7f7;
  border: 2px solid #ebebeb;
  border-radius: 5px;
  padding: 15px 20px;
  margin: 20px 0 10px;
}

main#main-lower p.mokujititle {
  font-weight: bold;
  font-size: 1.6rem;
  position: relative;
  padding: 0 0 0 20px;
  line-height: normal;
  margin: 0 0 10px;
}

main#main-lower p.mokujititle+ul {
  padding-top: 10px;
}

.mokuji ul {
  border-top: 1px solid #ddd;
  padding-top: 10px;
}

.mokuji li {
  margin-bottom: 10px;
  font-size: 1.4rem;
}

.mokuji li:last-of-type {
  margin-bottom: 0px;
}

.mokuji li a {
  position: relative;
  padding-left: 20px;
  color: var(--color-66);
  line-height: 1.6;
}

.mokuji li a:before {
  content: '';
  width: 12px;
  height: 30px;
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(/icon/icon-yajishita.png) no-repeat center;
  background-size: 100%;
  margin-right: 10px;
}

/*--rank-box--*/
.rank-box {
  padding: 2px;
  border-radius: 5px;
  background: var(--color-f2);
  margin-bottom: 10px;
  position: relative;
}

.rank-box:after {
  content: "";
  bottom: 3px;
  right: 3px;
  border-top: 0.9em solid transparent;
  border-right: 0.9em solid #e1e1e1;
  position: absolute;
  z-index: 100;
}

.rank-box-in {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border: 3px solid #e1e1e1;
  background: var(--color-white);
  border-radius: 5px;
  box-sizing: border-box;
  position: relative;
}

.rank-box-in.no-1::before {
  content: "";
  top: -3px;
  left: -3px;
  border-bottom: 3em solid transparent;
  border-left: 3em solid #fa0;
  position: absolute;
  z-index: 100;
}

.rank-box-in.no-1::after {
  content: "1";
  display: block;
  top: 5px;
  color: var(--color-white);
  left: 5px;
  position: absolute;
  z-index: 101;
}

.rank-box-in.no-2::before {
  content: "";
  top: -3px;
  left: -3px;
  border-bottom: 3em solid transparent;
  border-left: 3em solid #1ca3c8;
  position: absolute;
  z-index: 100;
}

.rank-box-in.no-2::after {
  content: "2";
  display: block;
  top: 5px;
  color: var(--color-white);
  left: 5px;
  position: absolute;
  z-index: 101;
}

.rank-box-in.no-3::before {
  content: "";
  top: -3px;
  left: -3px;
  border-bottom: 3em solid transparent;
  border-left: 3em solid #803300;
  position: absolute;
  z-index: 100;
}

.rank-box-in.no-3::after {
  content: "3";
  display: block;
  top: 5px;
  color: var(--color-white);
  left: 5px;
  position: absolute;
  z-index: 101;
}

.rank-box-in.no-4::before {
  content: "";
  top: -3px;
  left: -3px;
  border-bottom: 3em solid transparent;
  border-left: 3em solid #555;
  position: absolute;
  z-index: 100;
}

.rank-box-in.no-4::after {
  content: "4";
  display: block;
  top: 5px;
  color: var(--color-white);
  left: 5px;
  position: absolute;
  z-index: 101;
}

.rank-box-in.no-5::before {
  content: "";
  top: -3px;
  left: -3px;
  border-bottom: 3em solid transparent;
  border-left: 3em solid #555;
  position: absolute;
  z-index: 100;
}

.rank-box-in.no-5::after {
  content: "5";
  display: block;
  top: 5px;
  color: var(--color-white);
  left: 5px;
  position: absolute;
  z-index: 101;
}

.rank-box-in.no-6::before,
.rank-box-in.no-7::before,
.rank-box-in.no-8::before,
.rank-box-in.no-9::before,
.rank-box-in.no-10::before,
.rank-box-in.no-11::before,
.rank-box-in.no-12::before,
.rank-box-in.no-13::before,
.rank-box-in.no-14::before,
.rank-box-in.no-15::before,
.rank-box-in.no-16::before,
.rank-box-in.no-17::before,
.rank-box-in.no-18::before,
.rank-box-in.no-19::before,
.rank-box-in.no-20::before,
.rank-box-in.no-21::before,
.rank-box-in.no-22::before,
.rank-box-in.no-23::before,
.rank-box-in.no-24::before,
.rank-box-in.no-25::before,
.rank-box-in.no-26::before,
.rank-box-in.no-27::before,
.rank-box-in.no-28::before,
.rank-box-in.no-29::before,
.rank-box-in.no-30::before {
  content: "";
  top: -3px;
  left: -3px;
  border-bottom: 3em solid transparent;
  border-left: 3em solid #555;
  position: absolute;
  z-index: 100;
}

.rank-box-in.no-6::after,
.rank-box-in.no-7::after,
.rank-box-in.no-8::after,
.rank-box-in.no-9::after,
.rank-box-in.no-10::after,
.rank-box-in.no-11::after,
.rank-box-in.no-12::after,
.rank-box-in.no-13::after,
.rank-box-in.no-14::after,
.rank-box-in.no-15::after,
.rank-box-in.no-16::after,
.rank-box-in.no-17::after,
.rank-box-in.no-18::after,
.rank-box-in.no-19::after,
.rank-box-in.no-20::after,
.rank-box-in.no-21::after,
.rank-box-in.no-22::after,
.rank-box-in.no-23::after,
.rank-box-in.no-24::after,
.rank-box-in.no-25::after,
.rank-box-in.no-26::after,
.rank-box-in.no-27::after,
.rank-box-in.no-28::after,
.rank-box-in.no-29::after,
.rank-box-in.no-30::after {
  content: "";
  display: block;
  top: 5px;
  color: var(--color-white);
  left: 5px;
  position: absolute;
  z-index: 101;
}

.rank-box-in.no-6::after {
  content: "6";
}

.rank-box-in.no-7::after {
  content: "7";
}

.rank-box-in.no-8::after {
  content: "8";
}

.rank-box-in.no-9::after {
  content: "9";
}

.rank-box-in.no-10::after {
  content: "10";
  left: 2px;
}

.rank-box-in.no-11::after {
  content: "11";
  left: 2px;
}

.rank-box-in.no-12::after {
  content: "12";
  left: 2px;
}

.rank-box-in.no-13::after {
  content: "13";
  left: 2px;
}

.rank-box-in.no-14::after {
  content: "14";
  left: 2px;
}

.rank-box-in.no-15::after {
  content: "15";
  left: 2px;
}

.rank-box-in.no-16::after {
  content: "16";
  left: 2px;
}

.rank-box-in.no-17::after {
  content: "17";
  left: 2px;
}

.rank-box-in.no-18::after {
  content: "18";
  left: 2px;
}

.rank-box-in.no-19::after {
  content: "19";
  left: 2px;
}

.rank-box-in.no-20::after {
  content: "20";
  left: 2px;
}

.rank-box-in.no-21::after {
  content: "21";
  left: 2px;
}

.rank-box-in.no-22::after {
  content: "22";
  left: 2px;
}

.rank-box-in.no-23::after {
  content: "23";
  left: 2px;
}

.rank-box-in.no-24::after {
  content: "24";
  left: 2px;
}

.rank-box-in.no-25::after {
  content: "25";
  left: 2px;
}

.rank-box-in.no-26::after {
  content: "26";
  left: 2px;
}

.rank-box-in.no-27::after {
  content: "27";
  left: 2px;
}

.rank-box-in.no-28::after {
  content: "28";
  left: 2px;
}

.rank-box-in.no-29::after {
  content: "29";
  left: 2px;
}

.rank-box-in.no-30::after {
  content: "30";
  left: 2px;
}

.rank-box-l {
  width: 30%;
}

.rank-box-l .icon-wrap img {
  width: 120px;
  display: block;
  margin: 0 auto 5px;
}

.rank-box-l .btn-wrap {
  text-align: center;
  margin-top: 20px;
}

.rank-box-l .btn-wrap a {
  display: inline-block;
  font-size: 1.4rem;
  width: 80px;
  line-height: 24px;
  border-radius: 30px;
  color: var(--color-white);
  margin: 0 2px;
}

.rank-box-l .icon-wrap {
  display: block;
  text-align: center;
  margin: 0 auto;
  color: #066493;
  margin-bottom: 10px;
  font-size: 1.3rem;
}

.rank-box-l .syousai {
  background: #2d2d2d;
}

.rank-box-l .dl {
  background: #ff3171;
}

.rank-box-r {
  width: 70%;
}

.rank-box-r .hyouban-wrap dt {
  display: inline-block;
  width: 15%;
  text-align: center;
  font-weight: bold;
  margin-right: 16px;
}

.rank-box-r .hyouban-wrap {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.rank-box-r .hyouban-wrap {
  background: #fff9e3;
  padding: 10px;
  margin-bottom: 10px;
}

.rank-box-r .hyouban-wrap dt {
  font-size: 2rem;
}

.rank-box-r .hyouban-wrap dd {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.rank-box-r .hyouban-wrap dd img {
  width: 150px;
}

.rank-box-r .hyouban-wrap dd span {
  font-size: 3.4rem;
  font-weight: bold;
  margin-left: 10px;
}

.rank-box-r .kutikomi-wrap {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #ccc;
}

.rank-box-r .kutikomi-wrap dt {
  display: inline-block;
  width: 20%;
  text-align: center;
  font-weight: bold;
  margin-right: 5px;
}

.rank-box-r .kutikomi-wrap dd {
  padding: 0 5px;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

.rank-box-r .kutikomi-wrap dd:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: -1px;
  z-index: -1;
  height: 6px;
  width: 40px;
  background: #ececec;
}

.rank-box-r .kutikomi-wrap dd a {
  color: #444;
}

main#main-lower .good h3 {
  background: none;
  padding: 0px;
  margin: 0px 0 5px;
  border-radius: 6px;
  font-size: 1.4rem;
  font-weight: bold;
}

.good {
  margin-bottom: 10px;
}

.good h3 {
  color: #ff78af;
}

main#main-lower .bad h3 {
  background: none;
  padding: 0px;
  margin: 0px 0 5px;
  border-radius: 6px;
  font-size: 1.4rem;
}

.bad h3 {
  color: #004f76;
}

.good h3 img,
.bad h3 img {
  width: 14px;
  vertical-align: middle;
  margin-right: 4px;
  margin-top: -3px;
}

main#main-lower .good dl,
main#main-lower .bad dl {
  position: relative;
  padding: 10px;
  border: 2px solid #ccc;
  font-size: 1.4rem;
  border-radius: 3px;
}

main#main-lower .good dt,
main#main-lower .bad dt {
  position: relative;
  width: 95%;
}

main#main-lower .good p {
  padding: 0px;
  margin: 0px 0 5px;
  border-radius: 6px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #ff78af;
}

main#main-lower .bad p {
  padding: 0px;
  margin: 0px 0 5px;
  border-radius: 6px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #004f76;
}

main#main-lower .good p>a,
main#main-lower .bad p>a {
  color: #066493;
  padding: 2px 10px 3px;
  display: inline-block;
  background: #e9f9ff;
  border-radius: 3px;
  border-bottom: 1px solid #daecf2;
  box-sizing: border-box;
}

main#main-lower .good p img,
main#main-lower .bad p img {
  width: 16px;
  vertical-align: middle;
  margin-right: 5px;
}

.good dt:after,
.bad dt:after {
  content: '';
  background: url(/icon/icon-yajishita.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  right: -25px;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%)translateX(-50%);
  margin: auto;
}

.good dd,
.bad dd {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ececec;
  display: none;
}

/*--app-syourai-wrap--*/
.app-syourai-wrap .hyouban-wrap {
  border: 1px solid #ccc;
  border-radius: 5px 5px 0 0;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.app-syourai-wrap .kutikomi-wrap {
  border: 1px solid #ccc;
  border-top: 0;
  border-radius: 0 0 5px 5px;
  margin-bottom: 20px;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.app-syourai-wrap .hyouban-wrap dt,
.app-syourai-wrap .kutikomi-wrap dt {
  background: #939393;
  width: 120px;
  line-height: 48px;
  color: var(--color-white);
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
}

.app-syourai-wrap .hyouban-wrap dd {
  vertical-align: middle;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 0 10px;
}

.app-syourai-wrap .hyouban-wrap dd img {
  width: 150px;
  vertical-align: middle;
}

.app-syourai-wrap .kutikomi-wrap dd {
  padding-left: 10px;
}

.app-syourai-wrap .kutikomi-wrap .nam {
  font-size: 2.4rem;
  line-height: 30px;
  height: 30px;
  background: #303030;
  padding: 0 20px;
  margin-right: 5px;
  border-radius: 50px;
  font-weight: bold;
  color: var(--color-white);
}

.app-syourai-wrap .hyouban-wrap .nam {
  font-size: 3.4rem;
  margin-left: 10px;
  font-weight: bold;
}

.morebtn {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px auto 0;
  padding: 0px 10px;
  width: 88%;
  height: 48px;
  background: #066493;
  line-height: 1.3;
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--color-white);
  border-radius: 30px;
}

.app-syourai-wrap img.radarChart {
  width: 50%;
  margin: 0 auto 20px;
  display: block;
}

main#main-lower .app-syourai-wrap .hyouka-box .hyouka-good dt {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

main#main-lower .app-syourai-wrap .hyouka-box .hyouka-good dt div:first-of-type {
  font-size: 1.4rem;
  font-weight: bold;
  color: #ff92be;
}

main#main-lower .app-syourai-wrap .hyouka-box .hyouka-bad dt {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

main#main-lower .app-syourai-wrap .hyouka-box .hyouka-bad dt div:first-of-type {
  font-size: 1.4rem;
  font-weight: bold;
  color: #4e6275;
}

main#main-lower .app-syourai-wrap .hyouka-box .hyouka-box-name dd p {
  font-size: 1.2rem;
  color: #555;
  padding: 0;
  margin: 0px;
}

.app-syourai-wrap .hyouka-box .hyouka-box-name dd .hyouka-hoshi {
  margin-top: 0px;
  font-size: 1.8rem;
  font-weight: bold;
}

/*------------------------------------------------------------
サイドメニュー (コエシル)
-------------------------------------------------------------*/
aside {
  width: 300px;
  margin-left: 20px;
}

.category-wrap {
  margin-bottom: 40px;
}

aside h3 {
  text-align: center;
  font-size: 2.4rem;
  position: relative;
  font-size: 2rem;
  margin: 0 0 22px;
}

aside h3:after {
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
  display: block;
  font-size: 1.6rem;
  font-weight: normal;
  color: var(--color-cc);
  position: absolute;
}

aside h3 .kakko {
  display: none;
}

.category-wrap h3:after {
  content: 'category';
}

.category-wrap ul {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 20px;
  margin-top: 40px;
}

.category-wrap li a {
  padding: 5px 0;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.category-wrap li img {
  width: 20px;
  margin-right: 10px;
}

.category-wrap li:last-of-type {
  margin-bottom: 0px;
}

.category-wrap .game a {
  background: url() no-repeat 0 center / 20px;
}

.category-wrap .match a {
  background: url() no-repeat 0 center / 20px;
}

.category-wrap .life a {
  background: url() no-repeat 0 center / 20px;
}

.rank-wrap {
  margin-bottom: 40px;
}

.rank-wrap h3:after {
  content: 'ranking';
}

.rank-wrap .tab {
  border-bottom: 0px solid #666;
  margin-top: 40px;
}

.rank-wrap .tab span {
  display: inline-block;
  cursor: pointer;
  width: 50%;
  color: var(--color-white);
  text-align: center;
  background: #b7b7b7;
  line-height: 36px;
}

.rank-wrap .tab .active {
  background: #2d2d2d;
}

.rank-wrap .tab span:first-of-type {
  border-radius: 10px 0 0 0;
}

.rank-wrap .tab span:last-of-type {
  border-radius: 0 10px 0 0;
}

.rank-list {
  border: 1px solid #ccc;
  border-top: 3px solid #2d2d2d;
  border-radius: 0 0 10px 10px;
}

.rank-list {
  padding: 0 10px;
}

.rank-list article {
  padding: 10px 0;
  border-bottom: 2px solid #ccc;
}

.rank-list article:last-of-type {
  border-bottom: 0;
}

.rank-list article:nth-of-type(1) .thumbnail:before {
  content: '1';
  background: #ffbd00;
}

.rank-list article:nth-of-type(2) .thumbnail:before {
  content: '2';
  background: #399bc0;
}

.rank-list article:nth-of-type(3) .thumbnail:before {
  content: '3';
  background: #9a3f00;
}

.rank-list article:nth-of-type(4) .thumbnail:before {
  content: '4';
}

.rank-list article:nth-of-type(5) .thumbnail:before {
  content: '5';
}

.rank-list article {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ccc;
}

.rank-list article a {
  display: -webkit-flex;
  display: flex;
  position: relative;
  padding: 10px 0;
  border: 0;
}

.rank-list article a:before {
  content: "";
  width: 7px;
  height: 30px;
  display: block;
  background: url(/icon/icon-yajiyoko-sp.png) no-repeat center;
  background-size: 100%;
  top: 50%;
  right: 0px;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%)translateX(-50%);
  margin: auto;
  position: absolute;
}

.rank-list article a:after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  line-height: 22px;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: -5px;
  font-size: 1.4rem;
  color: var(--color-white);
  font-weight: bold;
  text-align: center;
}

.rank-list article:nth-of-type(1) a:after {
  content: '1';
  background: #ffbc00;
}

.rank-list article:nth-of-type(2) a:after {
  content: '2';
  background: #3c9abf;
}

.rank-list article:nth-of-type(3) a:after {
  content: '3';
  background: #994100;
}

.rank-list article:nth-of-type(4) a:after {
  content: '4';
  background: #c1c1c1;
}

.rank-list article:nth-of-type(5) a:after {
  content: '5';
  background: #c1c1c1;
}

.rank-list article img {
  width: 80px;
  object-fit: contain;
}

.rank-list article dl {
  padding: 0 20px 0 10px;
  width: 66%;
}

.rank-list article dl dt {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.2;
}

.rank-list article dl dd {
  font-size: 1.2rem;
  line-height: 1.2;
  color: #555;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* top-qlist */
.request-wrap {}

#lowerRight .request-wrap h3:after {
  content: 'request';
}

#lowerRight .qlist-in {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  margin: 40px 0;
}

#lowerRight .qlist-in li {
  display: block;
  margin: 10px 0;
  position: relative;
}

#lowerRight .qlist-in li:first-of-type {
  margin: 0;
}

#lowerRight .qlist-in li:last-of-type {
  margin: 0;
}

#lowerRight .qlist-in li:before {
  content: "";
  width: 20px;
  height: 100%;
  display: block;
  background: url(/icon/icon-q.png) no-repeat center;
  background-size: 100%;
  top: 0;
  left: 20px;
  position: absolute;
}

#lowerRight .qlist-in li a {
  display: block;
  background: var(--color-f2);
  padding: 10px 70px 10px 60px;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 6px;
  line-height: 1.2;
}

#lowerRight .qlist-in li .sandou {
  position: absolute;
  display: block;
  top: 50%;
  right: -20px;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%)translateX(-50%);
  margin: auto;
  text-align: center;
  background: #ff3171;
  color: var(--color-white);
  padding: 5px;
  line-height: 1.1;
  border-radius: 5px;
  height: 40px;
  width: 50px;
  font-size: 1.4rem;
}

#lowerRight .qlist-in li .sandou span {
  display: block;
  color: var(--color-white);
}

#lowerRight .qlist-in li .bosyuchu {
  position: absolute;
  display: block;
  top: 50%;
  right: -20px;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%)translateX(-50%);
  margin: auto;
  text-align: center;
  background: #fa0;
  color: var(--color-white);
  padding: 5px;
  line-height: 1.3;
  border-radius: 5px;
  height: 40px;
  width: 50px;
  font-size: 1.2rem;
}

#lowerRight .qlist-in li .bosyuchu span {
  display: block;
  color: var(--color-white);
}

/*------------------------------------------------------------
下層2詳細 (コエシル)
-------------------------------------------------------------*/
/*--kutikomi-hyouka--*/
.kutikomi-hyouka .hyouban-wrap {
  border: 1px solid #ccc;
  border-radius: 5px 5px 0 0;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.kutikomi-hyouka .kutikomi-wrap {
  border: 1px solid #ccc;
  border-top: 0;
  border-radius: 0 0 5px 5px;
  margin-bottom: 20px;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.kutikomi-hyouka .hyouban-wrap dt,
.kutikomi-hyouka .kutikomi-wrap dt {
  background: #939393;
  width: 120px;
  line-height: 48px;
  color: var(--color-white);
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
}

.kutikomi-hyouka .hyouban-wrap dd {
  vertical-align: middle;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 0 10px;
}

.kutikomi-hyouka .hyouban-wrap dd img {
  width: 150px;
  vertical-align: middle;
}

.kutikomi-hyouka .kutikomi-wrap dd {
  padding-left: 10px;
}

.kutikomi-hyouka .kutikomi-wrap .nam {
  font-size: 2.4rem;
  line-height: 30px;
  height: 30px;
  background: #303030;
  padding: 0 20px;
  margin-right: 5px;
  border-radius: 50px;
  font-weight: bold;
  color: var(--color-white);
}

.kutikomi-hyouka .hyouban-wrap .nam {
  font-size: 3.4rem;
  margin-left: 10px;
  font-weight: bold;
}

.kutikomi-hyouka img.radarChart {
  width: 50%;
  margin: 0 auto 20px;
  display: block;
}

.kutikomi-hyouka .hyouka-box .hyouka-box-name dd p {
  font-size: 1.2rem;
  color: #555;
  padding: 0;
}

.kutikomi-hyouka .hyouka-box .hyouka-box-name dd .hyouka-hoshi {
  margin-top: 0px;
  font-size: 1.8rem;
  font-weight: bold;
}

.hikaku-link a {
  position: absolute;
  right: 15px;
  bottom: 15px;
  font-size: 1.6rem;
  color: var(--color-white);
  background: #066493;
  padding: 8px 20px;
  border-radius: 50px;
}

/*--kutikomi-hyouka--*/
.kutikomi-hyouka {}

.kutikomi-title-box-in {
  padding: 10px;
  background: var(--color-cc);
  border-radius: 10px;
}

.kutikomi-title-box-in .kutikomi-title {
  background: var(--color-white);
  padding: 10px;
  border-radius: 10px;
}

.kutikomi-title dl {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.kutikomi-title dl dt img {
  width: 80px;
}

.kutikomi-title dl dt {
  margin-right: 10px;
}

.kutikomi-title .hyouka-title-txt {
  display: -webkit-flex;
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
}

.kutikomi-title .hyouka-title-txt img {
  width: 150px;
  margin: 0 5px;
}

.kutikomi-title .hyouka-title-txt div:last-of-type img {
  width: 100px;
  margin: 0 5px;
}

.kutikomi-title .hyouka-title-txt div:first-of-type {
  font-size: 3.4rem;
  font-weight: bold;
  margin-right: 10px;
}

.kutikomi-title .hyouka-title-txt div:last-of-type {
  font-size: 1.6rem;
  color: var(--color-99);
}

main#main-lower .kutikomi-title dd p {
  padding: 0;
  margin: 0;
  font-size: 1.8rem;
  font-weight: bold;
  vertical-align: middle;
}

.kutikomi-title dd a {
  margin: 0 10px 0 5px;
  padding: 0;
  border-bottom: 2px solid #1a78a5;
  color: #1a78a5;
  font-weight: bold;
}

.kutikomi-title dd a:before {
  content: "▶";
  margin-right: 5px;
}

.kutikomi-title dd a {
  color: #1a78a5;
  font-size: 1.6rem;
}

.kutikomi-title dd a:first-letter {
  font-size: 1rem;
  vertical-align: middle;
  margin-right: 5px;
}

.radarChart-box {
  background: var(--color-white);
  padding: 10px;
  border-radius: 10px;
  margin-top: 10px;
}

.radarChart-box img.radarChart {
  width: 50%;
  margin: 10px auto;
}

.kutikomi-g-b {
  padding: 10px 2px;
  border-radius: 10px;
  margin-top: 10px;
}

.kutikomi-g-b .hyouka-good {
  margin: 0;
}

main#main-lower .kutikomi-g-b .hyouka-good h3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 0 10px 0;
  background: url(/icon/icon-maru2.png) no-repeat 0 center;
  background-size: 16px;
  padding: 0 0 0 20px;
  color: #ff3171;
}

main#main-lower .kutikomi-g-b dl {
  padding: 10px;
  background: var(--color-white);
  border-radius: 3px;
  margin-bottom: 5px;
}

main#main-lower .kutikomi-g-b dd {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ececec;
}

main#main-lower .kutikomi-g-b .hyouka-good dd {
  display: none;
}

div.kutikomi-g-b dt {
  font-size: 1.4rem;
  line-height: 1.4;
  color: #555;
  padding: 0;
  margin-bottom: 0;
  border-radius: 3px;
  background: var(--color-white);
  position: relative;
}

.kutikomi-g-b dt:before {
  content: "";
  width: 10px;
  height: 30px;
  display: block;
  background: url(/icon/icon-yajishita.png) no-repeat center;
  background-size: 100%;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%)translateX(-50%);
  margin: auto;
  position: absolute;
}

.kutikomi-g-b .hyouka-bad {
  margin: 15px 0 0;
}

main#main-lower .kutikomi-g-b .hyouka-bad h3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 0 10px 0;
  background: url(/icon/icon-batu2.png) no-repeat 0 center;
  background-size: 16px;
  padding: 0 0 0 20px;
  color: #22588d;
}

main#main-lower .kutikomi-g-b .hyouka-bad dd {
  display: none;
}

/*--kutikomi-hyouka-matome--*/
.kh-matome-title {
  display: -webkit-flex;
  display: flex;
  align-items: baseline;
  margin-bottom: 0px;
  padding: 10px;
  border-radius: 5px 5px 0 0;
  border: 1px solid #ccc;
  border-bottom: 0;
  position: relative;
}

.kh-matome-title .no-review {
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-radius: 5px;
  display: -webkit-flex;
  display: flex;
  align-items: baseline;
  margin: 0px;
  padding: 15px 10px;
  position: relative;
  width: 680px;
  align-items: center;
  position: absolute;
  top: 0;
  left: -1px;
}

.kh-matome-title .no-review a {
  position: absolute;
  font-size: 1.6rem;
  color: var(--color-white);
  right: 15px;
  top: 7px;
  background: #066493;
  padding: 8px 20px;
  border-radius: 50px;
}

.kh-matome-title img {
  width: 150px;
  margin: 0 5px;
}

.kh-matome-title div:last-of-type img {
  width: 100px;
  margin: 0 5px;
}

.kh-matome-title div:first-of-type {
  font-size: 3.4rem;
  font-weight: bold;
  margin-right: 10px;
}

.kh-matome-title div:last-of-type {
  font-size: 1.6rem;
  color: var(--color-99);
}

.kh-matome-title a {
  position: absolute;
  font-size: 1.6rem;
  color: var(--color-white);
  right: 15px;
  top: 10px;
  background: #066493;
  padding: 8px 20px;
  border-radius: 50px;
}

.kh-matome-hoshi {
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 0px 0px 5px 5px;
  border: 1px solid #ccc;
  border-top: 0;
  background: #efefef;
}

.kh-matome-hoshi ul {
  width: 90%;
  margin: auto;
}

.kh-matome-hoshi li {
  margin: 10px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.kh-matome-hoshi li:hover {
  opacity: 0.6;
}

.kh-matome-hoshi li div {
  color: #066493;
}

.kh-matome-hoshi li div.allLink {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
}

.kh-matome-hoshi li div.allLink a {
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
}

.kh-matome-hoshi li div:first-of-type {
  display: inline-block;
  width: 10%;
}

.kh-matome-hoshi li div:nth-of-type(3) {
  display: inline-block;
  width: 10%;
  text-align: right;
}

.kh-matome-hoshi li div.barBox {
  display: inline-block;
  width: 80%;
  height: 30px;
  margin: 0 10px;
  border-radius: 5px;
  border: 1px solid #CCC;
  background: var(--color-white);
  box-sizing: border-box;
  position: relative;
}

.kh-matome-hoshi li div.barIn {
  display: inline-block;
  background: #fa0;
  border: 1px solid #ffc400;
  height: 30px;
  display: block;
  box-sizing: border-box;
  border-radius: 5px;
  position: absolute;
  left: -1px;
  top: -1px;
}

.kutikomi-hyouka-matome .hyouka-box-in {
  width: 100%;
  border: 2px solid #ccc;
  border-radius: 10px;
  padding: 10px;
  margin: 10px 0;
  box-sizing: border-box;
  background: #fffff8;
}

.kutikomi-hyouka-matome .hyouka-box-in:nth-of-type(1) {
  margin: 0 0 10px;
}

.kutikomi-hyouka-matome .hyouka-box-name {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.kutikomi-hyouka-matome .hyouka-box-name dt {
  margin-right: 10px;
  width: 35px;
}

.kutikomi-hyouka-matome .hyouka-box-name dt img {
  width: 35px;
}

.kutikomi-hyouka-matome .hyouka-box-name dd p {
  font-size: 1.2rem;
  color: #555;
  padding: 0;
}

main#main-lower .kutikomi-hyouka-matome .hyouka-box-name dd p {
  margin: 0;
  padding: 0;
}

.kutikomi-hyouka-matome .hyouka-box-name dd p span {
  font-size: 1.2rem;
  color: #888;
}

.kutikomi-hyouka-matome .hyouka-box-name dd .hyouka-hoshi {
  margin-top: 0px;
  font-size: 1.8rem;
  font-weight: bold;
}

.kutikomi-hyouka-matome .hyouka-box-name dd .hyouka-hoshi img {
  width: 80px;
  margin-right: 10px;
}

.kutikomi-hyouka-matome .hyouka-good {
  margin: 15px 0 0;
}

.kutikomi-hyouka-matome .hyouka-good dt {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 5px;
  background: url(/icon/icon-maru.png) no-repeat 0 center;
  background-size: 14px;
  padding-left: 20px;
  color: #555;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  line-height: 1.3;
}

.kutikomi-hyouka-matome .hyouka-good dt div:first-of-type {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 0px;
  color: #ff92be;
}

.kutikomi-hyouka-matome .hyouka-good dt div:nth-of-type(2) {
  display: flex;
  align-items: center;
}

.kh-matome .hyouka-good dt span {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0;
  color: #555;
}

.kh-matome .hyouka-bad dt span {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0;
  color: #555;
  line-height: 1.3;
}

main#main-lower .kutikomi-hyouka-matome .hyouka-good dt p {
  padding: 0;
  margin: 0;
}

.kutikomi-hyouka-matome .hyouka-good dd {
  font-size: 1.4rem;
  line-height: 1.4;
  color: #555;
}

.kutikomi-hyouka-matome .hyouka-bad {
  margin: 15px 0 0;
}

.kutikomi-hyouka-matome .hyouka-bad dt {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 5px;
  background: url(/icon/icon-batu.png) no-repeat 0 center;
  background-size: 14px;
  padding-left: 20px;
  color: #555;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.kutikomi-hyouka-matome .hyouka-bad dt div:first-of-type {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 0px;
  color: #4e6275;
}

.kutikomi-hyouka-matome .hyouka-bad dt div:nth-of-type(2) {
  display: flex;
  align-items: center;
}

main#main-lower .kutikomi-hyouka-matome .hyouka-bad dt p {
  padding: 0;
  margin: 0;
}

.kutikomi-hyouka-matome .hyouka-bad dd {
  font-size: 1.4rem;
  line-height: 1.4;
  color: #555;
}

.kutikomikaitou dl {
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 10px;
}

.kutikomikaitou dl dt {
  margin: 0;
  color: rgba(253, 41, 111, 1);
  font-weight: bold;
  width: 7%;
  line-height: 1.5;
}

.kutikomikaitou dl dd a {
  color: #066493;
  font-weight: bold;
}

.kutikomikaitou dl dd a:after,
.kutikomikaitou dl dd span:after {
  content: '/';
  margin: 0px 5px;
  font-weight: normal;
  color: var(--color-66);
}

.kutikomikaitou dl dd a:last-child:after,
.kutikomikaitou dl dd span:last-child:after {
  content: '';
}

.kutikomikaitou dl dd a:hover:after {
  opacity: 1;
  color: var(--color-66);
}

.kutikomi-hyouka-matome .hyouka-box-in.influencer-box {
  padding: 25px 10px 10px;
  margin: 20px 0 10px;
  position: relative;
}

.kutikomi-hyouka-matome .hyouka-box-in.influencer-box span.influencer-review {
  position: absolute;
  top: -13px;
  left: -8px;
  padding: 3px 10px 5px;
  background: #ff3372;
  font-size: 1.1rem;
  height: auto;
  line-height: normal;
  border-radius: 0px;
  color: var(--color-white);
  font-weight: bold;
}

.kutikomi-hyouka-matome .hyouka-box-in.influencer-box span.influencer-review:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -35px;
  border: 6px solid transparent;
  border-top: 6px solid #ff3372;
}

.hyouka-box-in.influencer-box {
  width: 100%;
  box-shadow: 0 0 0 2px #dde4e6;
  border-radius: 10px;
  padding: 10px;
  margin: 30px 0 10px !important;
  box-sizing: border-box;
  padding: 25px 10px 10px;
  position: relative;
}

.hyouka-box-in.influencer-box span.influencer-review {
  position: absolute;
  top: -13px;
  left: -8px;
  padding: 3px 10px 5px;
  background: #ff3372;
  font-size: 1.1rem;
  height: auto;
  line-height: normal;
  border-radius: 0px;
  color: var(--color-white);
  font-weight: bold;
}

.hyouka-box-in.influencer-box span.influencer-review:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -35px;
  border: 6px solid transparent;
  border-top: 6px solid #ff3372;
}

.iinebt-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-left: auto;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.iinebt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fa0;
  color: var(--color-white);
  border-radius: 35px;
  padding: 5px 10px 5px 28px;
  font-size: 1.4rem;
}

.iinebt p {
  margin: 0 !important;
  padding: 0 !important;
}

div.iinegray {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #cccccc none repeat scroll 0 0;
  color: var(--color-white);
  border-radius: 35px;
  padding: 5px 10px 5px 28px;
  font-size: 1.4rem;
}

main#main-lower .iinebt p {
  padding: 0;
}

main#main-lower .iinebt a {
  position: absolute;
  padding: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.iinebt:before {
  content: '';
  width: 14px;
  height: 14px;
  background: url(/icon/icon-iine.png) no-repeat center;
  background-size: 100%;
  top: 0;
  bottom: 0;
  left: 8px;
  margin: auto;
  position: absolute;
}

main#main-lower .iinebt div:first-of-type {
  color: var(--color-white);
}

main#main-lower .iinebt div:last-of-type {
  background: var(--color-white);
  display: inline-block;
  padding: 4px 10px;
  border-radius: 35px;
  font-size: 1.4rem;
  font-weight: bold;
  margin-left: 5px;
}

.kaitousyabetu-wrap dl {
  margin-bottom: 10px;
  padding-left: 10px;
}

.kaitousyabetu-wrap dl dt {
  color: #f28;
  font-weight: bold;
  margin-right: 10px;
  display: inline-block;
}

.kaitousyabetu-wrap dl dd {
  display: inline-block;
  font-weight: bold;
}

.kaitousyabetu-wrap dl dd a {
  color: #058bb3;
  margin-right: 10px;
}

.kaitousyabetu-wrap dl dd a:after {
  content: '/';
  color: #555;
  margin-left: 10px;
}

.kaitousyabetu-wrap dl dd a:last-of-type:after {
  display: none;
}

main#main-lower .iiten {
  background: none;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 10px 20px;
  color: #ff92be;
  background: url(/icon/icon-maru.png) no-repeat 0 center;
  background-size: 16px;
  padding: 0 0 0 20px;
}

main#main-lower .warui {
  background: none;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 10px 20px;
  color: #4e6275;
  background: url(/icon/icon-batu.png) no-repeat 0 center;
  background-size: 16px;
  padding: 0 0 0 20px;
}

.formKutikomi .form-kutikomi {
  background: var(--color-white);
}

.formKutikomi .form-kutikomi dt {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.formKutikomi .form-kutikomi dd {
  margin-bottom: 20px;
}

.formKutikomi .form-kutikomi input[type="text"] {
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #f5f5f5;
  width: 100%;
  padding: 10px;
}

.formKutikomi .form-kutikomi select {
  background: #f5f5f5;
  box-sizing: border-box;
  width: 200px;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
}

.formKutikomi .form-kutikomi .hosiwrap img {
  width: 32px;
  margin-right: 5px;
}

main#main-lower .formKutikomi .form-kutikomi .fukidasi {
  border: 3px solid #fa0;
  border-radius: 6px;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 5px 10px;
  margin: 16px 0 0px 0;
  position: relative;
}

main#main-lower .formKutikomi .form-kutikomi .fukidasi:before {
  content: '';
  position: absolute;
  box-sizing: border-box;
  width: 20px;
  border-bottom: 14px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: -11px;
  left: 62px;
  z-index: 3;
}

main#main-lower .formKutikomi .form-kutikomi .fukidasi:after {
  content: '';
  position: absolute;
  box-sizing: border-box;
  width: 20px;
  border-bottom: 16px solid #fa0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  top: -16px;
  left: 60px;
  z-index: 2;
}

.form-kutikomi-inner dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ccc;
  border-bottom: 0;
  padding: 10px;
}

.form-kutikomi-inner dl:last-of-type {
  border-bottom: 1px solid #ccc;
}

.formKutikomi .form-kutikomi .form-kutikomi-inner dt {
  margin: 0;
  max-width: 300px;
  line-height: 1.4;
}

.formKutikomi .form-kutikomi .form-kutikomi-inner dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 0 auto;
}

.form-kutikomi-inner dd .hosiwrap input[type="button"] {
  background: var(--color-99);
  color: var(--color-white);
  border: 0;
  line-height: 32px;
  border-radius: 30px;
  cursor: pointer;
  margin-right: 10px;
  font-size: 1.4rem;
  width: 130px;
  border-bottom: 2px solid #757575;
}

.form-kutikomi-inner dd .hosiwrap.no-hyoka input[type="button"] {
  background: #525252;
  border-color: #353535;
  outline: none;
}

.form-kutikomi-inner dd input[type="button"]:focus {
  outline: none;
  background: #525252 !important;
}

.kutikomi-hyouka-matome table {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #ddd;
}

.kutikomi-hyouka-matome th {
  background: #eee;
  padding: 10px;
  border: 1px solid #ddd;
}

.kutikomi-hyouka-matome td {
  border: 1px solid #ddd;
  padding: 10px;
}

.kutikomi-hyouka-matome td a {
  color: #1a78a5;
}

.hyoukaRnk-list {
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
  margin: 10px 0;
}

.hyoukaRnk-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

.hyoukaRnk-title dt img {
  width: 80px;
  margin-right: 14px;
}

main#main-lower .hyoukaRnk-title dd h3 {
  background: none;
  padding: 0;
  margin: 0;
  font-size: 2.2rem;
  color: #066493;
  font-weight: bold;
}

.hyoukaRnk-title ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hyoukaRnk-list .hyoukaRnk-title li {
  padding: 0;
  margin: 0;
  text-align: left;
  line-height: normal;
}

.hyoukaRnk-list .hyoukaRnk-title li img {
  width: 150px;
  margin-right: 10px;
  position: static;
  vertical-align: middle;
}

.hyoukaRnk-list .hyoukaRnk-title li:first-of-type {
  font-size: 3.4rem;
  font-weight: bold;
  color: var(--color-text);
  vertical-align: middle;
}

.hyoukaRnk-title li:last-of-type {
  background: #ff3171;
  color: var(--color-white);
  width: 60px;
  text-align: center;
  padding: 8px 0;
  margin-left: 10px;
}

.hyoukaRnk-list li {
  text-align: left;
  position: relative;
  padding: 12px 0px 12px 50px;
}

.hyoukaRnk-list li img {
  position: absolute;
  width: 40px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

main#main-lower .hyoukaRnk-list li p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding: 0;
  margin: 0;
  line-height: normal;
}

.hyoukaRnk-list li span {
  font-size: 1.2rem;
  color: var(--color-99);
}

.hyoukaRnk-list-more {
  position: relative;
  font-size: 2.2rem;
  font-weight: bold;
  color: #066493;
}

.hyoukaRnk-list-more:before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 2px;
  left: -18px;
  bottom: 0;
  margin: auto;
  box-sizing: border-box;
  border: 6px solid transparent;
  border-left: 10px solid #066493;
}

/*--NEWhyoukalist--*/
.hyokaRnk-wrapper.hyokaRnk-scroll {
  width: 100%;
  display: flex;
  overflow-x: scroll;
  overflow-scrolling: touch;
  padding: 0;
  margin: 0;
}

.hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-list {
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
  margin: 10px;
  position: relative;
}

.hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-title {
  display: block;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  width: 250px;
}

.hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-title dt img {
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  box-shadow: 0 0 0 1px #eff3f4;
}

main#main-lower .hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-title dd p.hyoukaRnk-img {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  font-size: 2rem;
  line-height: normal;
  font-weight: bold;
  color: #555;
}

main#main-lower .hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-title dd p.hyoukaRnk-img img {
  width: 50%;
  margin-right: 10px;
}

main#main-lower .hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-title dd p.hyoukaRnk-name {
  display: block;
  font-size: 1.8rem;
  color: #555;
  padding-top: 5px;
}

main#main-lower .hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-title dd p.hyoukaRnk-cnt {
  font-size: 1.8rem;
  color: #555;
  width: auto;
}

main#main-lower .hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-title dd p.hyoukaRnk-cnt:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(/icon/hikakukensuuicon.png)no-repeat center center;
  background-size: 100%;
  margin-right: 6px;
}

main#main-lower .hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-title dd h3 {
  background: none;
  padding: 0;
  margin: 0;
  font-size: 2.2rem;
  color: #066493;
  font-weight: bold;
}

.hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-title ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-list .hyoukaRnk-title li {
  padding: 0;
  margin: 0;
  text-align: left;
  line-height: normal;
}

.hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-list .hyoukaRnk-title li img {
  width: 100%;
  margin-right: 10px;
  position: static;
  vertical-align: middle;
}

.hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-list .hyoukaRnk-title li:first-of-type {
  font-size: 3.4rem;
  font-weight: bold;
  color: var(--color-text);
  vertical-align: middle;
}

.hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-title li:last-of-type {
  background: #ff3171;
  color: var(--color-white);
  width: 60px;
  text-align: center;
  padding: 8px 0;
  margin-left: 10px;
}

.hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-list li {
  text-align: left;
  position: relative;
  padding: 12px 0px 12px 50px;
}

.hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-list li img {
  position: absolute;
  width: 40px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

main#main-lower .hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-list li p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding: 0;
  margin: 0;
  line-height: normal;
}

main#main-lower .hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-list li span {
  font-size: 1.2rem;
  color: var(--color-99);
}

main#main-lower .hyokaRnk-wrapper.hyokaRnk-scroll p.hyoukaRnk-list-more {
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  color: var(--color-white);
  background: #066493;
  padding: 5px 0;
  border-radius: 5px;
  width: 80%;
  margin: 10px auto 0;
  box-sizing: border-box;
  box-shadow: 0 2px 0 0px #00517a;
}

main#main-lower .hyokaRnk-wrapper.hyokaRnk-scroll p.hyoukaRnk-list-more:before {
  display: none;
}

.hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-list.no-1:before {
  content: "1";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #ff9800;
  color: var(--color-white);
  box-sizing: border-box;
  box-shadow: 2px 1px 0 0 rgb(34 34 34 / 11%);
  border-radius: 50px;
  font-size: 1.5rem;
  font-weight: bold;
}

.hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-list.no-2:before {
  content: "2";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #3c9abf;
  color: var(--color-white);
  box-sizing: border-box;
  box-shadow: 2px 1px 0 0 rgb(34 34 34 / 11%);
  border-radius: 50px;
  font-size: 1.5rem;
  font-weight: bold;
}

.hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-list.no-3:before {
  content: "3";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #994100;
  color: var(--color-white);
  box-sizing: border-box;
  box-shadow: 2px 1px 0 0 rgb(34 34 34 / 11%);
  border-radius: 50px;
  font-size: 1.5rem;
  font-weight: bold;
}

.hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-list:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #c1c1c1;
  color: var(--color-white);
  box-sizing: border-box;
  box-shadow: 2px 1px 0 0 rgb(34 34 34 / 11%);
  border-radius: 50px;
  font-size: 1.5rem;
  font-weight: bold;
}

.hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-list.no-4:before {
  content: "4";
}

.hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-list.no-5:before {
  content: "5";
}

.hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-list.no-6:before {
  content: "6";
}

.hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-list.no-7:before {
  content: "7";
}

.hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-list.no-8:before {
  content: "8";
}

.hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-list.no-9:before {
  content: "9";
}

.hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-list.no-10:before {
  content: "10";
}

.hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-list.no-11:before {
  content: "11";
}

.hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-list.no-12:before {
  content: "12";
}

.hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-list.no-13:before {
  content: "13";
}

.hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-list.no-14:before {
  content: "14";
}

.hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-list.no-15:before {
  content: "15";
}

.hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-list.no-16:before {
  content: "16";
}

.hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-list.no-17:before {
  content: "17";
}

.hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-list.no-18:before {
  content: "18";
}

.hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-list.no-19:before {
  content: "19";
}

.hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-list.no-20:before {
  content: "20";
}

.hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-list.no-21:before {
  content: "21";
}

.hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-list.no-22:before {
  content: "22";
}

.hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-list.no-23:before {
  content: "23";
}

.hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-list.no-24:before {
  content: "24";
}

.hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-list.no-25:before {
  content: "25";
}

.hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-list.no-26:before {
  content: "26";
}

.hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-list.no-27:before {
  content: "27";
}

.hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-list.no-28:before {
  content: "28";
}

.hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-list.no-29:before {
  content: "29";
}

.hyokaRnk-wrapper.hyokaRnk-scroll .hyoukaRnk-list.no-30:before {
  content: "30";
}

/*--narabikae--*/
.narabikae {
  overflow: hidden;
  width: 80%;
  margin: 10px auto 10px;
  text-align: center;
  display: inline-block;
}

.narabikae select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.narabikae select::-ms-expand {
  display: none;
}

.narabikae {
  position: relative;
  border: 1px solid #bbbbbb;
  border-radius: 2px;
  background: #ffffff;
  vertical-align: middle;
}

.narabikae::before {
  position: absolute;
  top: 0.8em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}

.narabikae select {
  padding: 8px 38px 8px 8px;
  color: #666666;
}

.kh-matome {
  margin-bottom: 40px;
}

.radar-chart canvas {
  margin: auto;
}

.more-review {
  width: 90%;
  display: block;
  margin: 20px auto 0;
  padding: 13px;
  border-radius: 100px;
  border: 0;
  background: #066493;
  color: var(--color-white);
  font-weight: bold;
  cursor: pointer;
  text-align: center;
}

.more-review:hover {
  opacity: 0.8;
}

.kutikomikaitou dd {
  font-size: 1.4rem;
  color: var(--color-66);
  width: 93%;
  line-height: 1.5;
}

.hyoka-category {
  padding: 10px;
  font-size: 1.4rem;
}

.hyoka-category>p {
  color: #ff366b;
  font-weight: bold;
}

.hyoka-category input[type=radio] {
  display: none;
}

.hyoka-category label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 15px;
  position: relative;
  width: auto;
  margin-right: 10px;
}

.hyoka-category label:before {
  background: var(--color-white);
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 50%;
  content: '';
  display: block;
  position: absolute;
  height: 16px;
  width: 16px;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%)translateX(-50%);
  margin: auto;
}

.hyoka-category label:after {
  background: #ffaa00;
  border-radius: 50%;
  content: '';
  display: block;
  height: 16px;
  left: 0;
  top: 50%;
  position: absolute;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%)translateX(-50%);
  transition: transform .2s ease-in-out, opacity .2s ease-in-out;
  width: 16px;
  opacity: 0;
}

input[type=radio]:checked+label:before {
  border-color: var(--color-cc);
}

input[type=radio]:checked+label:after {
  opacity: 1;
}

/*------------------------------------------------------------
下層3 (コエシル)
-------------------------------------------------------------*/
.kutikomi-hikaku-wrap {
  background: var(--color-f2);
  border-radius: 10px;
  padding: 10px 16px 20px 16px;
}

main#main-lower .kutikomi-hikaku-wrap h2 {
  background: none;
  position: relative;
  font-weight: bold;
  padding: 0 0 0 44px;
  color: #000;
  font-size: 2rem;
}

main#main-lower .kutikomi-hikaku-wrap h2:before {
  content: '';
  display: block;
  width: 38px;
  height: 38px;
  background: url(/icon/a-b.png) no-repeat center / contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.kutikomi-hikaku-wrap .app-wrap {
  background: #fae6ec;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #f5ccd8;
}

.kutikomi-hikaku-wrap .app-wrap:nth-of-type(2) {
  background: #def1f4;
  border: 2px solid #bce8ef;
}

.kutikomi-hikaku-wrap .app-wrap img {
  width: 80px;
}

.kutikomi-hikaku-wrap .app-wrap dl {
  margin-left: 12px;
}

.kutikomi-hikaku-wrap .app-wrap dt {
  font-size: 2rem;
  margin-bottom: 10px;
  font-weight: bold;
  color: #555;
}

.kutikomi-hikaku-wrap .app-wrap dd img {
  width: 140px;
}

.kutikomi-hikaku-wrap .app-wrap .num {
  font-size: 3.4rem;
  display: inline-block;
  font-weight: bold;
  margin-left: 10px;
  position: relative;
  top: 3px;
}

.kutikomi-hikaku-wrap .chart-wrap .inner {
  background: var(--color-white);
  border-radius: 10px;
  margin-top: 20px;
  padding: 10px 50px;
}

.kutikomi-hikaku-wrap .chart-wrap .sougou {
  border-bottom: 2px solid #ccc;
  font-size: 2.2rem;
  font-weight: bold;
  color: #555;
  margin-bottom: 10px;
  text-align: center;
}

.kutikomi-hikaku-wrap .chart-wrap .sougou a {
  color: #066493;
  margin-left: 3px;
}

.kutikomi-hikaku-wrap .chart-wrap .chart-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px 0 0 0;
  font-weight: bold;
}

.kutikomi-hikaku-wrap .chart-wrap .chart-text div {
  position: relative;
  color: #555;
  margin: 0px 10px;
  padding-left: 30px;
}

.kutikomi-hikaku-wrap .chart-wrap .chart-text div:before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  position: absolute;
  background: #efafc3;
  border: 3px solid #ef356f;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.kutikomi-hikaku-wrap .chart-wrap .chart-text div:nth-of-type(2):before {
  background: #94d3dd;
  border: 3px solid #009bb5;
}

main#main-lower .app-kutikomi-wrap h3 {
  font-weight: bold;
  background: var(--color-white);
  position: relative;
  font-size: 2rem;
  padding: 0 0 0 44px;
  margin: 0 0 26px 10px;
}

main#main-lower .app-kutikomi-wrap h3:before {
  content: '';
  display: block;
  width: 38px;
  height: 38px;
  background: url(/icon/original.png) no-repeat center / contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

main#main-lower .app-kutikomi-wrap h3.muryou {
  margin: 36px 0 26px 10px;
}

main#main-lower .app-kutikomi-wrap h3.muryou:before {
  background: url(/icon/muryou.png) no-repeat center / contain;
}

.app-kutikomi-wrap .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.app-kutikomi-wrap .inner dl {
  box-sizing: border-box;
  width: 48%;
  border-radius: 10px;
  border: 2px solid #f5ccd8;
  background: #fae6ec;
}

.app-kutikomi-wrap .inner dl:nth-of-type(2) {
  margin-left: auto;
  background: #def1f4;
  border: 2px solid #bce8ef;
}

.app-kutikomi-wrap .inner dt {
  text-align: center;
  padding: 10px 0;
}

.app-kutikomi-wrap .inner dt img {
  width: 100px;
}

.app-kutikomi-wrap .inner dt div {
  color: #066493;
  font-weight: bold;
  margin-top: 5px;
  font-size: 1.8rem;
}

.app-kutikomi-wrap .inner dd {
  text-align: center;
  padding: 2px 0 8px;
  background: #fff9e6;
  border-radius: 0 0 10px 10px;
}

.app-kutikomi-wrap .inner dd img {
  width: 140px;
}

.app-kutikomi-wrap .inner dd .num {
  font-size: 3.4rem;
  display: inline-block;
  font-weight: bold;
  position: relative;
  top: 3px;
  margin-left: 10px;
}

.app-kutikomi-wrap .app-kutikomi {
  border: 2px solid #ccc;
  border-radius: 10px;
  margin-bottom: 20px;
  background: var(--color-f2);
  padding: 0 0 10px 0;
}

.app-kutikomi-wrap .app-kutikomi .inner-midasi {
  background: var(--color-white);
  border-radius: 10px 10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 14px;
}

.app-kutikomi-wrap .app-kutikomi .inner-midasi .en-icon {
  position: relative;
}

.app-kutikomi-wrap .app-kutikomi .inner-midasi .en-icon:before {
  content: '';
  display: block;
  width: 28px;
  height: 28px;
  background: url(/icon/kakin.png) no-repeat center / contain;
  position: absolute;
  top: -5px;
  left: -9px;
}

.app-kutikomi-wrap .app-kutikomi .inner-midasi img {
  width: 70px;
  margin-right: 10px;
}

.app-kutikomi-wrap .app-kutikomi .inner-midasi .small {
  font-size: 1.6rem;
  font-weight: bold;
  color: var(--color-99);
  margin-bottom: 8px;
}

.app-kutikomi-wrap .app-kutikomi .inner-midasi .big {
  font-size: 30px !important;
  font-weight: bold;
  color: #555;
}

.app-kutikomi-wrap .app-kutikomi .inner-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 14px;
}

.app-kutikomi-wrap .app-kutikomi .inner-name div {
  margin-right: 8px;
}

.app-kutikomi-wrap .app-kutikomi .inner-name div:after {
  content: '|';
  color: var(--color-cc);
  font-size: 1.2rem;
  margin-left: 8px;
  position: relative;
  bottom: 1px;
}

.app-kutikomi-wrap .app-kutikomi .inner-name div:last-of-type {
  color: #888;
}

.app-kutikomi-wrap .app-kutikomi .inner-name div:last-of-type:after {
  content: '';
}

.app-kutikomi-wrap .app-kutikomi .inner-white {
  padding: 10px;
  background: var(--color-white);
  border-radius: 10px;
  margin: 0 14px;
}

.app-kutikomi-wrap .app-kutikomi .inner-white p {
  color: var(--color-66);
}

.app-kutikomi-wrap .app-kutikomi .inner-white .inner-white-in img {
  width: 140px;
}

.app-kutikomi-wrap .app-kutikomi .inner-white .inner-white-in .num {
  font-size: 3.4rem;
  display: inline-block;
  font-weight: bold;
  margin-left: 10px;
}

.app-kutikomi-wrap .app-kutikomi .inner-white a {
  position: relative;
  color: #066493;
  left: 24px;
}

.app-kutikomi-wrap .app-kutikomi .inner-white a:before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 2px;
  left: -18px;
  bottom: 0;
  margin: auto;
  box-sizing: border-box;
  border: 6px solid transparent;
  border-left: 10px solid #066493;
}

main#main-lower .app-kutikomi-wrap .inner dt p {
  padding: 0;
}

main#main-lower .app-kutikomi-wrap .app-kutikomi .iinebt {
  margin-right: 14px;
}

main#main-lower .app-kutikomi-wrap .app-kutikomi .inner-white p:last-of-type {
  padding: 0;
}

/*------------------------------------------------------------
投稿フォーム (コエシル)
-------------------------------------------------------------*/
.gaiko-onegai {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 10px 10px;
  width: 100%;
  color: #555;
  font-size: 1.6rem;
  background: #fffee8;
  border: solid 3px #fa0;
  box-sizing: border-box;
  border-radius: 5px;
}

.gaiko-onegai:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 40px;
  margin-left: -13px;
  border: 12px solid transparent;
  border-top: 12px solid #fffee8;
  z-index: 2;
}

.gaiko-onegai:after {
  content: "";
  position: absolute;
  bottom: -29px;
  left: 40px;
  margin-left: -14px;
  border: 14px solid transparent;
  border-top: 14px solid #fa0;
  z-index: 1;
}

main#main-lower .gaiko-onegai p:first-of-type {
  margin: 0 0 5px;
  padding: 0;
  color: #ff3167;
  font-weight: bold;
}

main#main-lower .gaiko-onegai p:nth-of-type(2) {
  margin: 0;
  padding: 0;
  font-size: 1.3rem;
}

.kuchikomi-toko {
  background: #eee;
  padding: 5px 18px;
  margin: 20px 0 40px;
  border-radius: 6px;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
}

.kuchikomi-toko p {
  margin: 0 !important;
}

.one-point {
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%)translateX(-50%);
  margin: auto;
}

.kuchikomi-toko span {
  position: absolute;
  bottom: -20px;
  left: 0;
  font-size: 1.2rem;
  color: #555;
  font-weight: normal;
}

.one-point button {
  border: 0;
  font-size: 1.4rem;
  margin: 0;
  padding: 5px 10px;
  background: var(--color-text);
  color: var(--color-white);
  margin-right: 3px;
}

.one-point button:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 5px solid transparent;
  vertical-align: middle;
  border-left: 6px solid #fff;
}

.one-point button:focus {
  outline: none;
}

#kuchikomi-toko-form {
  margin-bottom: 30px;
}

#toko-form.formKutikomi .form-kutikomi input[type="text"] {
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 0px;
  background: var(--color-white);
  width: 100%;
  padding: 10px;
  font-weight: bold;
  font-size: 1.6rem;
}

#toko-form.formKutikomi .form-kutikomi textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ccc;
  padding: 10px;
  border-top: 0;
  font-size: 1.6rem;
}

.notice-message {
  padding: 0px 10px;
  font-size: 1.4rem;
  line-height: normal;
  color: #888;
}

#kuchikomi-image-wrapper {
  margin: 10px 0 0;
}

#kuchikomi-image-wrapper ul {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

#kuchikomi-image-wrapper ul:first-of-type li {
  width: 25%;
  margin: 5px;
  text-align: center;
  padding: 10px 0;
  box-sizing: border-box;
  border: 1px solid #ccc;
  background: #444;
  cursor: pointer;
}

#kuchikomi-image-wrapper ul:first-of-type li:hover {
  opacity: 0.8;
}

#kuchikomi-image-wrapper ul:first-of-type li span {
  color: var(--color-white);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#kuchikomi-image-wrapper ul:last-of-type {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: self-start;
  margin-bottom: 0;
}

#kuchikomi-image-wrapper ul:last-of-type li img {
  width: 100%;
}

#kuchikomi-image-wrapper ul:last-of-type li {
  width: 25%;
  margin: 5px;
  text-align: center;
  padding: 0px 0;
  box-sizing: border-box;
}

.kuchikomiimgsub {
  text-align: center;
  font-size: 1.4rem;
  color: #ff7d7d;
  padding: 0 0 10px !important;
  display: none;
}

input[name="kuchikomi-toko"] {
  width: 90%;
  display: block;
  margin: auto;
  padding: 13px;
  border-radius: 100px;
  border: 0;
  background: #066493;
  color: var(--color-white);
  font-weight: bold;
  cursor: pointer;
}

input[name="kuchikomi-toko"]:hover {
  opacity: 0.8;
}

#kuchikomi-toko-form .submit-bt {
  width: 250px;
  display: block;
  margin: 20px auto 0;
  padding: 13px;
  border-radius: 100px;
  border: 0;
  background: #fa0;
  color: var(--color-white);
  font-weight: bold;
  cursor: pointer;
  text-align: center;
}

.kuchikomi-menu {
  display: none;
}

#kuchikomi_upload_reset {
  border: 1px solid #d1d1d1;
  background: #ededed;
  padding: 4px 10px;
  margin: 0 5px;
  font-size: 1.2rem;
  border-radius: 5px;
  color: #066493;
}

/*口コミ募集*/
.kutikomibosyuutoha table {
  border: 1px solid #ccc;
  border-radius: 5px 5px 0 0;
}

.kutikomibosyuutoha th {
  background: #939393;
  padding: 10px 0;
  color: var(--color-white);
  text-align: center;
  border: 1px solid #ccc;
}

.kutikomibosyuutoha td {
  border: 1px solid #ccc;
  padding: 10px 10px;
}

.kutikomibosyuutoha h4 {
  font-weight: bold;
  margin: 15px 0 5px;
}

.kutikomibosyuutoha li {
  margin-bottom: 10px;
}

.kutikomibosyuutoha li:last-of-type {
  margin: 0;
}

.nokori_touhyou-table {
  border: 1px solid #ccc;
  margin-bottom: 20px;
}

.nokori_touhyou-table tr {
  border: 1px solid #ccc;
}

.nokori_touhyou-table th {
  background: var(--color-f2);
  padding: 10px 0;
  font-size: 1.4rem;
}

.nokori_touhyou-table td {
  text-align: center;
  color: #ff3171;
  padding: 10px 0;
  font-weight: bold;
}

.touhyou_ranking_list {
  border: 1px solid #ccc;
}

.touhyou_ranking_list td {
  border: 1px solid #ccc;
  padding: 8px 6px;
  vertical-align: middle;
}

.touhyou_ranking_list td:last-of-type {
  padding: 8px 10px;
}

.touhyou_Btn {
  font-size: 1.4rem;
  margin: auto;
  color: var(--color-white);
  box-sizing: border-box;
  background-color: var(--color-cc);
  width: 100%;
  text-align: center;
  line-height: 50px;
  display: block;
  border-radius: 5px;
  cursor: text;
}

.touhyou_Btn.kuchikomi_request_tohyo_btn {
  background-color: #ff3171;
  cursor: pointer;
}

.touhyou_ranking_list .tohyoContents01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100% !important;
}

.touhyou_ranking_list .tohyoWrap .tohyoCnt {
  margin-left: auto;
}

.ui-dialog-content .submitbutton {
  width: 80%;
  display: block;
  margin: 20px auto 0;
  padding: 10px 0;
  border-radius: 100px;
  border: 0;
  color: var(--color-white);
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  background: #ff3171;
  outline: none;
}

.ui-dialog-content .submitbutton:active {
  outline: none;
}

.ui-dialog-content li p {
  line-height: 1.4;
}

#kuchikomi_request_frm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#kuchikomi_request_frm #title {
  width: 60%;
  margin-right: 10px;
  line-height: 36px;
  padding: 0 10px;
  border: 1px solid #9c9c9c;
}

#kuchikomi_request_frm #TitleSubmit {
  line-height: 36px;
  padding: 0 10px;
  background-color: #066493;
  border: 1px solid #066493;
}

#addcomment.ui-dialog-content.ui-widget-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 10px 15px 10px;
}

#addcomment.ui-dialog-content.ui-widget-content ul {
  margin: 0 auto;
}

/*口コミ承認状況の進捗確認*/
.status-check-box {
  background: #f9f9f9;
  padding: 16px;
  border-radius: 6px;
  border: 3px solid #ccc;
  margin-bottom: 20px;
}

.status-check-box dl {
  margin-bottom: 10px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ddd;
}

.status-check-box dl:last-of-type {
  border: 0;
  padding-bottom: 0;
}

.status-check-box dt {
  font-weight: bold;
}

.input-form {
  margin-bottom: 20px;
}

.input-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.8rem;
}

.input-form form input[type="text"] {
  margin: 0 10px;
  padding: 0 10px;
  line-height: 30px;
  border: 0;
  border: 1px solid #999;
  font-weight: normal;
  font-size: 1.6rem;
}

.input-form form input[type="submit"] {
  display: inline-block;
  width: 100px;
  line-height: 30px;
  border-radius: 5px;
  border: 0;
  color: var(--color-white);
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  background: #ff3171;
  border: 1px solid #ff3171;
  outline: none;
  font-size: 1.6rem;
}

.input-form form input[type="submit"]:focus {
  background: #ff3171 !important;
}

.input-form form input[type="submit"]:hover {
  opacity: 0.6;
}

.error-message {
  color: red;
  text-align: center;
  margin-bottom: 10px;
}

.return-bt-box .return-bt a {
  color: #066493;
}

.return-bt-box .return-bt a:before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  box-sizing: border-box;
  border: 6px solid transparent;
  border-left: 10px solid #066493;
  position: relative;
  left: 3px;
}

main#main-lower .yokumi-in h3,
main#main-lower .toukou-in h3 {
  padding: 0;
  text-align: center;
  background: #eee;
  color: var(--color-text);
  height: 50px;
  line-height: 50px;
  font-size: 1.8rem;
  border-radius: 0;
  margin: 0 0 20px;
}

main#main-lower .top-ranking-in {
  margin-top: 0;
}

main#main-lower .yokumi-in article dl dd,
main#main-lower .toukou-in article dl dd {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

main#main-lower .yokumi-in article a+p,
main#main-lower .toukou-in article a+p {
  display: none;
}

main#main-lower .yokumi-in,
main#main-lower .toukou-in {
  width: 49%;
  margin: 0;
}

main#main-lower .toukou-in {
  margin-left: auto;
}

/* ranking修正 */
#kaso-ranking {}

#kaso-ranking .top-ranking-in {
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0;
}

#kaso-ranking .top-ranking-in article a {
  position: relative;
}

#kaso-ranking .top-ranking-in article a:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  left: -1px;
  color: var(--color-white);
  font-weight: bold;
  text-align: center;
  font-size: 1.1rem;
}

#kaso-ranking .top-ranking-in article:nth-of-type(1) a:after {
  content: '1';
  background: #ffbc00;
}

#kaso-ranking .top-ranking-in article:nth-of-type(2) a:after {
  content: '2';
  background: #3c9abf;
}

#kaso-ranking .top-ranking-in article:nth-of-type(3) a:after {
  content: '3';
  background: #994100;
}

#kaso-ranking .top-ranking-in article:nth-of-type(4) a:after {
  content: '4';
  background: #c1c1c1;
}

#kaso-ranking .top-ranking-in article:nth-of-type(5) a:after {
  content: '5';
  background: #c1c1c1;
}

#kaso-ranking .top-ranking-in article p a:after {
  display: none;
}

#kaso-ranking .yokumi-in {
  margin-right: 10px;
}

#kaso-ranking .yokumi-in h3 {
  text-align: center;
  background: #222;
  color: var(--color-white);
  height: 50px;
  line-height: 50px;
  font-size: 1.8rem;
}

#kaso-ranking .yokumi-in article {
  margin: 20px 0;
}

#kaso-ranking .yokumi-in article a {
  display: -webkit-flex;
  display: flex;
}

#kaso-ranking .yokumi-in article img {
  width: 115px;
  height: 80px;
  object-fit: contain;
  justify-content: center;
  box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.1);
}

#kaso-ranking .yokumi-in article dl {
  padding-left: 10px;
}

#kaso-ranking .yokumi-in article dl dt {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.2;
}

#kaso-ranking .yokumi-in article dl dd {
  font-size: 1.2rem;
  line-height: 1.2;
  color: #555;
}

#kaso-ranking .toukou-in {
  margin-left: 10px;
}

#kaso-ranking .toukou-in h3 {
  text-align: center;
  background: #222;
  color: var(--color-white);
  height: 50px;
  line-height: 50px;
  font-size: 1.8rem;
}

#kaso-ranking .toukou-in article {
  margin: 20px 0;
}

#kaso-ranking .toukou-in article a {
  display: -webkit-flex;
  display: flex;
}

#kaso-ranking .toukou-in article img {
  width: 115px;
  height: 80px;
  object-fit: contain;
  justify-content: center;
  box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.1);
}

#kaso-ranking .toukou-in article dl {
  padding-left: 10px;
}

#kaso-ranking .toukou-in article dl dt {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.2;
}

#kaso-ranking .toukou-in article dl dd {
  font-size: 1.2rem;
  line-height: 1.2;
  color: #555;
}

/*--radarChart4kaku--*/
.radarChart-box.diaGram_4 {
  display: block;
  background: var(--color-white);
  padding: 60px 0;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}

.radarChart-box.diaGram_4 ul.radarC-lists {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%)translateX(-50%);
  margin: auto;
}

.radarChart-box.diaGram_4 ul.radarC-lists li .radarC-item {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
}

.radarChart-box.diaGram_4 ul.radarC-lists li .radarC-number {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  background: #ff417c;
  color: var(--color-white);
  border-radius: 50px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  margin-top: 5px;
}

.radarChart-box.diaGram_4 ul.radarC-lists li {
  width: 200px;
}

.radarChart-box.diaGram_4 ul.radarC-lists li:nth-of-type(1) {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%)translateX(-50%);
  margin: auto;
}

.radarChart-box.diaGram_4 ul.radarC-lists li:nth-of-type(2) {
  position: absolute;
  top: 46%;
  right: 0%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%)translateX(-50%);
  margin: auto;
}

.radarChart-box.diaGram_4 ul.radarC-lists li:nth-of-type(3) {
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%)translateX(-50%);
  margin: auto;
}

.radarChart-box.diaGram_4 ul.radarC-lists li:nth-of-type(4) {
  position: absolute;
  top: 46%;
  left: 30%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%)translateX(-50%);
  margin: auto;
}

/*--radarChart5kaku--*/
.radarChart-box.diaGram_5 {
  display: block;
  background: var(--color-white);
  padding: 60px 0;
  border-radius: 10px;
  margin-top: 30px;
  text-align: center;
  position: relative;
}

.radarChart-box.diaGram_5 ul.radarC-lists {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%)translateX(-50%);
  margin: auto;
}

.radarChart-box.diaGram_5 ul.radarC-lists li .radarC-item {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
}

.radarChart-box.diaGram_5 ul.radarC-lists li .radarC-number {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  background: #ff417c;
  color: var(--color-white);
  border-radius: 50px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  margin-top: 5px;
}

.radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(1) {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%)translateX(-50%);
  margin: auto;
}

.radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(2) {
  position: absolute;
  top: 35%;
  right: 20%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%)translateX(-50%);
  margin: auto;
}

.radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(3) {
  position: absolute;
  top: 75%;
  right: 24%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%)translateX(-50%);
  margin: auto;
}

.radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(4) {
  position: absolute;
  top: 75%;
  left: 30%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%)translateX(-50%);
  margin: auto;
}

.radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(5) {
  position: absolute;
  top: 35%;
  left: 28%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%)translateX(-50%);
  margin: auto;
}

/*--radarChart5kaku(スライダー)--*/
.slick-slider .hyouka-main img.radarChart {
  margin-right: 0;
}

.slick-slider .radarChart-box.diaGram_5 ul.radarC-lists li {
  width: 200px;
}

.slick-slider .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(1) {
  position: absolute;
  top: 50px;
  left: 50%;
}

.slick-slider .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(2) {
  position: absolute;
  top: 35%;
  right: -30%;
}

.slick-slider .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(3) {
  top: 85%;
  right: -14%;
}

.slick-slider .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(4) {
  top: 85%;
  left: 29%;
}

.slick-slider .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(5) {
  top: 35%;
  left: 12%;
}

/*--radarChart5kaku(app-syourai-wrap)--*/
.article .app-syourai-wrap .radarChart-box.diaGram_5 ul.radarC-lists li {
  width: 200px;
}

.article .app-syourai-wrap .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(1) {
  position: absolute;
  top: 44px;
  left: 50%;
}

.article .app-syourai-wrap .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(2) {
  position: absolute;
  top: 35%;
  right: 2%;
}

.article .app-syourai-wrap .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(3) {
  top: 75%;
  right: 6%;
}

.article .app-syourai-wrap .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(4) {
  top: 75%;
  left: 36%;
}

.article .app-syourai-wrap .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(5) {
  top: 35%;
  left: 32%;
}

/*--radarChart5kaku(kutikomi-title-box)--*/
.article .kutikomi-title-box .radarChart-box.diaGram_5 ul.radarC-lists li {
  width: 200px;
}

.article .kutikomi-title-box .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(1) {
  position: absolute;
  top: 44px;
  left: 50%;
}

.article .kutikomi-title-box .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(2) {
  position: absolute;
  top: 35%;
  right: 2%;
}

.article .kutikomi-title-box .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(3) {
  top: 75%;
  right: 6%;
}

.article .kutikomi-title-box .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(4) {
  top: 75%;
  left: 36%;
}

.article .kutikomi-title-box .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(5) {
  top: 35%;
  left: 32%;
}

/*--radarChart6kaku--*/
.radarChart-box.diaGram_6 {
  display: block;
  background: var(--color-white);
  padding: 60px 0;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}

.radarChart-box.diaGram_6 ul.radarC-lists {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%)translateX(-50%);
  margin: auto;
}

.radarChart-box.diaGram_6 ul.radarC-lists li .radarC-item {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
}

.radarChart-box.diaGram_6 ul.radarC-lists li .radarC-number {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  background: #ff417c;
  color: var(--color-white);
  border-radius: 50px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  margin-top: 5px;
}

.radarChart-box.diaGram_6 ul.radarC-lists li {
  width: 200px;
}

.radarChart-box.diaGram_6 ul.radarC-lists li:nth-of-type(1) {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%)translateX(-50%);
  margin: auto;
}

.radarChart-box.diaGram_6 ul.radarC-lists li:nth-of-type(2) {
  position: absolute;
  top: 29%;
  right: 2%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%)translateX(-50%);
  margin: auto;
}

.radarChart-box.diaGram_6 ul.radarC-lists li:nth-of-type(3) {
  position: absolute;
  top: 65%;
  right: 2%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%)translateX(-50%);
  margin: auto;
}

.radarChart-box.diaGram_6 ul.radarC-lists li:nth-of-type(4) {
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%)translateX(-50%);
  margin: auto;
}

.radarChart-box.diaGram_6 ul.radarC-lists li:nth-of-type(5) {
  position: absolute;
  top: 65%;
  left: 31%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%)translateX(-50%);
  margin: auto;
}

.radarChart-box.diaGram_6 ul.radarC-lists li:nth-of-type(6) {
  position: absolute;
  top: 29%;
  left: 31%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%)translateX(-50%);
  margin: auto;
}

/*--hikaku--*/
.kutikomi-hikaku-wrap2 {}

.kutikomi-hikaku-wrap2 .kutikomi-title-box-in {
  padding: 10px;
  background: #eaeaea;
  border-radius: 10px;
}

.kutikomi-hikaku-wrap2 .kutikomi-title {
  background: none;
  padding: 0;
  border-radius: 10px;
}

.kutikomi-hikaku-wrap2 .hyouka-title-txt .num {
  font-size: 2.6rem;
  font-weight: bold;
  margin-right: 10px;
}

.kutikomi-hikaku-wrap2 .hyouka-title-txt .hyouban-name-title {
  color: #555;
}

.kutikomi-hikaku-wrap2 .hyouka-title-txt .hyouban-name-title a {
  color: #066493;
}

main#main-lower .kutikomi-hikaku-wrap2 .sougoukutikomi {
  margin: 10px 0 0;
  padding: 20px 0;
  background: var(--color-white);
  border-radius: 10px 10px 0 0;
  text-align: center;
  border-bottom: 1px solid #ccc;
}

.kutikomi-hikaku-wrap2 .sougoukutikomi {
  color: #555;
  font-size: 2rem;
  font-weight: bold;
}

.kutikomi-hikaku-wrap2 .sougoukutikomi span {
  font-size: 2.6rem;
  color: #fa0;
  margin-right: 5px;
}

.kutikomi-hikaku-wrap2 .kutikomi-title .hyouka-title-txt {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: #888;
  background: rgb(255 242 198);
  padding: 20px 10px;
  border-radius: 10px;
  box-sizing: border-box;
  border: 2px solid rgb(255 220 146);
}

.kutikomi-hikaku-wrap2 .kutikomi-title .hyouka-title-txt:nth-of-type(2) {
  background: rgb(230 245 255);
  border: 2px solid rgb(182 227 255);
}

.kutikomi-hikaku-wrap2 .kutikomi-title .hyouka-title-txt img {
  width: 130px;
  margin: 0 10px 0 0;
}

.kutikomi-hikaku-wrap2 .radarChart-box {
  background: none;
  padding: 0;
  margin-top: 0;
}

.kutikomi-hikaku-wrap2 .radarChart-box .radar-chart {
  background: var(--color-white);
  border-radius: 0 0 10px 10px;
}

.kutikomi-hikaku-wrap2 .radarChart-box .radar-chart canvas {}

.kutikomi-hikaku-wrap2 .radar-chart-legend {
  text-align: center;
  margin: 20px 0 10px;
}

.kutikomi-hikaku-wrap2 .radar-chart-legend img {
  width: 50px;
  margin: 0 5px;
}

.kutikomi-hikaku-wrap2 .radar-chart-legend img:nth-of-type(2) {
  width: 50px;
  margin: 0 5px 0 40px;
}

.kutikomi-hikaku-wrap2 .radar-chart-legend span {
  display: inline-block;
  width: 30px !important;
  height: 30px !important;
  border: 3px solid rgba(255, 170, 0, 0.8) !important;
  background-color: rgba(255, 196, 0, 0.5) !important;
}

.kutikomi-hikaku-wrap2 .radar-chart-legend span:nth-of-type(2) {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 3px solid rgba(54, 164, 235, 0.8) !important;
  background-color: rgba(54, 164, 235, 0.5) !important;
}

main#main-lower .kutikomi-hikaku-wrap2 table.hyouban {
  border: 0px solid #e1e1e1;
  border-radius: 5px;
  box-shadow: 0 0 0 0px #f2f2f2;
  display: contents;
}

main#main-lower .kutikomi-hikaku-wrap2 table.hyouban tbody {
  display: -webkit-flex;
  display: flex;
  border: 0;
  justify-content: center;
  align-items: center;
}

main#main-lower .kutikomi-hikaku-wrap2 table.hyouban tr {
  width: 50%;
  border: 2px solid rgb(255 220 146);
  background: rgb(255 242 198);
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 5px 20px;
  box-sizing: border-box;
  border-radius: 5px;
  height: auto;
}

main#main-lower .kutikomi-hikaku-wrap2 table.hyouban tr:nth-of-type(2) {
  width: 50%;
  background: rgb(230 245 255);
  border: 2px solid rgb(182 227 255);
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 5px 20px;
  box-sizing: border-box;
  border-radius: 5px;
  height: auto;
}

main#main-lower .kutikomi-hikaku-wrap2 table.hyouban td {
  border: 0;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  margin-top: 10px;
}

main#main-lower .kutikomi-hikaku-wrap2 table.hyouban td:nth-of-type(2) {
  border: 0;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  background: #fff9ec;
  border-radius: 0 0 2px 2px;
  margin-top: 10px;
  height: auto;
}

main#main-lower .kutikomi-hikaku-wrap2 table.hyouban td img {
  border-radius: 6px;
}

main#main-lower .kutikomi-hikaku-wrap2 table.hyouban td span {
  font-size: 24px !important;
  font-weight: bold;
  margin: 0 5px;
  color: #ff8500 !important;
}

main#main-lower .kutikomi-hikaku-wrap2 table.hyouban td span:nth-of-type(2) {
  color: #555 !important;
}

main#main-lower .kutikomi-hikaku-wrap2 table.kutikomi {
  border: 0px solid #ccc;
}

main#main-lower .kutikomi-hikaku-wrap2 table.kutikomi tbody {
  border: 2px solid #ccc;
  display: block;
  border-radius: 10px;
  background: #f8f8f8;
}

main#main-lower .kutikomi-hikaku-wrap2 table.kutikomi td {
  border: 0px;
  width: auto !important;
  padding: 0;
}

main#main-lower .kutikomi-hikaku-wrap2 table.kutikomi tr {
  border: 0px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 10px;
  background: var(--color-white);
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #e8e8e8;
}

main#main-lower .kutikomi-hikaku-wrap2 table.kutikomi td:nth-of-type(2) {
  border: 0px;
  margin-left: 10px;
}

main#main-lower .kutikomi-hikaku-wrap2 table.kutikomi td:nth-of-type(2) br {
  display: none;
}

main#main-lower .kutikomi-hikaku-wrap2 table.kutikomi td:nth-of-type(2) span {
  margin: 0 0 8px;
  padding: 0;
  display: block;
}

main#main-lower .kutikomi-hikaku-wrap2 table.kutikomi td:nth-of-type(2) span:nth-of-type(2) {
  margin: 0;
  padding: 0;
  display: block;
}

main#main-lower .kutikomi-hikaku-wrap2 table.kutikomi tr:nth-of-type(2) {
  border: 0px;
  background: none;
  padding: 0 10px 10px;
}

main#main-lower .kutikomi-hikaku-wrap2 table.kutikomi tr:nth-of-type(2) td span {
  font-size: 1.2rem;
  color: #f8f8f8;
}

main#main-lower .kutikomi-hikaku-wrap2 table.kutikomi .kutikomi-kaitou-sb {
  padding: 15px 10px;
}

main#main-lower .kutikomi-hikaku-wrap2 table.kutikomi .kutikomi-hyouka-sb {
  padding: 10px 10px 5px;
  background: var(--color-white);
  border-radius: 10px 10px 0 0;
}

main#main-lower .kutikomi-hikaku-wrap2 table.kutikomi .kutikomi-hyouka-sb span:nth-of-type(1) {
  font-size: 2.4rem;
  color: #ff8500 !important;
  font-weight: bold;
}

main#main-lower .kutikomi-hikaku-wrap2 table.kutikomi .kutikomi-hyouka-sb span:nth-of-type(2) {
  font-size: 2.4rem;
  color: var(--color-text);
  font-weight: bold;
  margin: 0 5px;
}

main#main-lower .kutikomi-hikaku-wrap2 table.kutikomi .kutikomi-hyouka-sb span:nth-of-type(3) {
  font-size: 1.2rem;
  color: #888 !important;
  margin: 0 5px;
}

main#main-lower .kutikomi-hikaku-wrap2 table.kutikomi .kutikomi-kaitoutxt-sb {
  padding: 10px 10px 20px;
  margin-bottom: 10px;
  background: var(--color-white);
  border-radius: 0 0 10px 10px;
  line-height: normal;
  font-size: 1.4rem;
}

main#main-lower .kutikomi-hikaku-wrap2 table.kutikomi .iinebt-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-left: auto;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

main#main-lower .kutikomi-hikaku-wrap2 table.kutikomi .iinebt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fa0;
  color: var(--color-white);
  border-radius: 35px;
  padding: 5px 10px 5px 28px;
  font-size: 1.4rem;
}

main#main-lower .kutikomi-hikaku-wrap2 table.kutikomi .iinebt div:last-of-type {
  background: var(--color-white);
  display: inline-block;
  padding: 0px 10px;
  line-height: 21px;
  border-radius: 50px;
  font-size: 1.4rem;
  font-weight: bold;
  margin-left: 5px;
}

#hikaku-overlay .modal_content {
  width: 85%;
  margin: auto;
  background: var(--color-white);
  border-radius: 10px;
  padding: 10px;
}

#hikaku-overlay .modal_content ul {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

#hikaku-overlay .modal_content li {
  width: 20%;
  height: 120px;
  max-height: 200px;
  padding: 5px;
  background: var(--color-white);
  font-size: 1.2rem;
  margin: 5px 0;
}

#hikaku-overlay .modal_content li a {
  display: block;
}

#hikaku-overlay .modal_content li a span {
  display: block;
  margin-top: 5px;
  color: #066493;
}

#hikaku-overlay .modal_content li span {
  display: block;
  color: #fa0;
}

#hikaku-overlay #hikaku-overlay-close-btn {
  margin: auto;
  display: block;
  width: 50%;
  margin-top: 20px;
  padding: 5px;
  border: #ccc solid 1px;
  border-radius: 50px;
  color: var(--color-white);
  background: #888;
  cursor: pointer;
}

#hikaku-overlay #hikaku-overlay-close-btn:hover {
  opacity: 0.8;
}

/*--kuchikomikakikata--*/
#kuchikomi_kakikata .modal-overlay {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#kuchikomi_kakikata .modal-content {
  padding: 30px;
  background-color: var(--color-white);
  text-align: center;
  font-size: large;
  width: 60%;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 0 0 0 4px #ccc;
}

#kuchikomi_kakikata .modal-content p span {
  font-size: 24px !important;
  display: block;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 3px solid #333;
}

#kuchikomi_kakikata .modal-content ul+p {
  text-align: left;
  background: #f4f4f4;
  padding: 10px;
  border-radius: 10px;
  font-size: 1.6rem;
  margin: 20px 0 40px;
}

#kuchikomi_kakikata .modal-content ul {
  text-align: left;
}

#kuchikomi_kakikata .modal-content ul li {
  margin: 10px 0;
  font-weight: bold;
  color: rgba(253, 41, 111, 1);
}

#kuchikomi_kakikata .modal-content button {
  border: 1px solid #ccc;
  padding: 10px 20px;
  border-radius: 50px;
  width: 250px;
  background: #555;
  color: var(--color-white);
  font-size: 1.6rem;
}

/*--accordion--*/
.kutikomikaitou label {
  display: none;
}

.kutikomikaitou input {
  display: none;
}

/*--no--*/
iframe[allowfullscreen="allowfullscreen"] {
  width: 100%;
}

.twitter-tweet {
  display: block;
  /* margin: 10px auto !important; */
  margin: 20px auto !important;
}

.thanks-message dl {
  background: #e1f0f6;
  padding: 10px;
  border-radius: 5px;
  margin: 20px 0;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.thanks-message dl dt {
  color: #555;
}

.thanks-message dl dd {
  margin-left: 10px;
  font-weight: bold;
}

.return-bt-box {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin: 30px 0 40px;
}

.thanks-message .return-bt-box .return-bt {
  border-bottom: 2px solid #066493;
  padding-bottom: 5px;
}

.thanks-message .return-bt-box .return-bt+div {
  margin-left: 30px;
}

.bannerImage {
  width: 100%;
  height: 250px;
  position: relative;
  background: url();
  border: 1px solid #ececec;
}

.bannerImage ul {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%)translateX(-50%);
  margin: auto;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bannerImage ul li {
  margin: 20px !important;
}

.bannerImage ul li img {
  width: 100%;
  border-radius: 15px;
}

.article .search-form_inputXX {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  padding: 8px 10px;
  background: #eee;
  width: 96%;
  margin: 0 auto;
}

.article .search-form_inputXX #search-form-box {
  background: var(--color-white);
  border: 1px solid #888;
  width: 94%;
}

.article .search-form_inputXX .css-button {
  border: none;
  background: #2d2d2d;
  display: inline-block;
  padding: 0 30px;
  line-height: 30px;
  color: var(--color-white);
  font-size: 1.4rem;
  cursor: pointer;
  border-radius: 30px;
  margin-left: 10px;
}

a.gachaBtn.detailLink {
  width: 90%;
  display: block;
  margin: 20px auto;
  padding: 10px;
  border-radius: 5px;
  border: 0;
  background: #ff3171;
  color: var(--color-white);
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  transition: 0.3s;
  box-sizing: border-box;
  box-shadow: 0px 3px 0px 0px #a92e55;
}

/* creators */
ul.creators-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding: 10px;
  border-radius: 3px;
  margin: 0 0 30px !important;
}

ul.creators-list li.creator-box {
  width: 100%;
  height: 140px;
  padding: 5px 10px;
  margin: 5px;
  border-radius: 3px;
  box-shadow: 0 0 0 1px #ebf1f2;
  background: var(--color-white);
  box-sizing: border-box;
}

ul.creators-list li.creator-box p:empty {
  display: none;
}

ul.creators-list li.creator-box a {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
}

ul.creators-list li.creator-box img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 0 0 1px #ebf1f2;
  display: block;
  text-align: left;
  margin-bottom: 3px;
}

ul.creators-list li.creator-box .creator-title {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 1.4rem;
  line-height: normal;
  font-weight: bold;
}

ul.creators-list li.creator-box .creator-title+br {
  display: none;
}

ul.creators-list li.creator-box .creator-name {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 2rem;
  font-weight: bold;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 5px;
}

ul.creators-list li.creator-box {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

ul.creators-list li.creator-box .creator-box-left {
  width: 18%;
}

ul.creators-list li.creator-box .creator-box-right {
  width: 82%;
  padding: 0 20px 0 20px;
}

ul.creators-list li.creator-box .creator-box-right br {
  display: none;
}

ul.creators-list li.creator-box .creator-box-right .creator-profile {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 1.4rem;
  margin-bottom: 5px;
}

ul.creators-list li.creator-box .creator-box-right .creator-awards {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 1.2rem;
  color: var(--color-99);
}

ul.creators-list li.creator-box .creator-box-right .creator-awards:before {
  content: "";
  background: url(/icon/keireki-icon.svg)no-repeat;
  width: 20px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
}

/* creators2 */
.creator-detail {
  margin: 10px 0;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 0 1px #222;
}

.creator-detail .creator-name {
  width: 100%;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 3px double #222;
  padding-bottom: 20px;
}

.creator-detail .creator-name dt {
  margin-right: 20px;
}

.creator-detail .creator-name dt img {
  border-radius: 50px;
  width: 80px;
  height: 80px;
  object-fit: cover;
  box-shadow: 0 0 0 1px #ccc;
}

.creator-detail .creator-name dd {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.kasou-cont-wrap main#main-lower .creator-detail .creator-name dd h1 {
  margin: 0;
}

.creator-detail .creator-name dd span:nth-of-type(1) {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  line-height: normal;
  color: #888;
}

.creator-detail .creator-name dd span:nth-of-type(2) {
  display: block;
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: normal;
  color: var(--color-text);
  height: auto;
}

.creator-detail .creator-profile {
  width: 100%;
}

.creator-detail .creator-profile dt {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.creator-detail .creator-profile dd {
  line-height: normal;
  margin-bottom: 20px;
  font-size: 1.4rem;
}

.creator-detail .creator-awards {
  width: 100%;
}

.creator-detail .creator-awards dt {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.creator-detail .creator-awards dd {
  line-height: normal;
  margin-bottom: 20px;
  font-size: 1.4rem;
}

.creator-detail .creator-sns {
  width: 100%;
  margin-bottom: 20px;
}

.creator-detail .creator-sns dt {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.creator-detail .creator-sns dd {}

.creator-detail .creator-sns dd ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.creator-detail .creator-sns dd ul li {
  width: 40px;
  margin-right: 15px;
}

.creator-detail .creator-sns dd ul li img {
  width: 100%;
}

.creator-detail .creator-sns dd ul li img[src="/common/icon/sns-y.png"] {
  box-shadow: 0 0 0 1px #dde4e6;
  border-radius: 5px;
}

.creator-detail .creator-sns .job-request {
  line-height: normal;
  font-size: 1.4rem;
  color: #888;
  width: 100%;
  background: #fffff8;
  display: block;
  padding: 10px;
  border-radius: 3px;
}

.creator-detail .creator-review {}

.creator-detail .creator-review dt {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.creator-detail .creator-review dd {}

.creator-detail .creator-review dd .creator-review-list {}

.creator-detail .creator-review dd .creator-review-list li {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding: 10px;
  background: #f0f0f0;
  border-radius: 5px;
}

.creator-detail .creator-review dd .creator-review-list li a {
  width: 70px;
  margin-right: 20px;
}

.creator-detail .creator-review dd .creator-review-list li a img {
  width: 100%;
}

.creator-detail .creator-review dd .creator-review-list li .kuchikomi-title {
  width: 80%;
}

.creator-detail .creator-review dd .creator-review-list li .kuchikomi-title a {
  font-size: 1.8rem;
  font-weight: bold;
  color: #ff3171;
  line-height: 1.2;
}

.creator-detail .creator-review dd .creator-review-list li .kuchikomi-postdate {
  position: absolute;
  left: 100px;
  bottom: 10px;
  color: #919191;
}

/* tooltip */
main#main-lower p#hyouka-kijun {
  margin: 0;
  line-height: 1;
}

main#main-lower p#hyouka-kijun img {
  width: 20px !important;
  height: 20px !important;
}

.hyouka-kijun-tooltip {
  background: #f2f7f9;
  padding: 10px;
  box-shadow: 0 0 0 2px #b8d1dd;
  width: 650px;
  margin: auto;
  font-size: 1.4rem;
  line-height: 1.5;
  border-radius: 5px;
}

/*--PCend--*/
@media only screen and (orientation:landscape) and (max-width :813px),
(orientation:portrait) and (max-width :753px) {
  body {
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }

  header#lower-header {
    padding: 20px 0;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header-h1 {
    font-size: 1.2rem;
    margin-left: 20px;
    width: 100%;
  }

  main#main-lower p {
    line-height: 1.7;
    margin: 0px 0 21px;
    font-size: 1.4rem;
  }

  #main-lower .point-wakuBox.furniture p.pwb-h {
    font-size: 14px;
    padding: 6px 7px;
  }

  main#main-lower table+p {
    margin: 21px 0;
  }

  main#main-lower ul+p,
  main#main-lower ol+p,
  main#main-lower dl+p {
    margin-top: 21px !important;
  }

  main#main-lower p.mg-none {
    margin: 0 !important;
  }

  main#main-lower h3+p {
    margin-top: 0px;
  }

  main#main-lower .hyoukaRnk-title dd p {
    background: none;
    padding: 0;
    margin: 0;
    font-size: 1.6rem;
    color: #066493;
    font-weight: bold;
    text-align: left;
  }

  main#main-lower p.error_msg {
    line-height: normal;
    font-size: 1.4rem;
    font-weight: bold;
    color: #ff3636;
    margin: 10px 0;
  }

  header#lower-header form {
    border-radius: 4px;
    margin: 0 0 0 auto;
    width: 60%;
  }

/*   #search-form-box {
    border: 0;
    padding: 5px;
    background: none;
    width: 320px;
    line-height: 26px;
  } */

  header#lower-header .css-button {
    right: -15px;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%)translateX(-50%);
    margin: auto;
  }

  #lower-header form .css-button {
    border: none;
    background: #2d2d2d;
    display: inline-block;
    padding: 0 10px;
    line-height: 24px;
    color: var(--color-white);
    font-size: 1.1rem;
    cursor: pointer;
    margin-right: 0;
    border-radius: 100px;
  }

  header#lower-header #search-form-box {
    border: 1px solid #FFF;
    padding: 0px 50px 0px 10px;
    background: none;
    width: 100%;
    line-height: normal;
    background: var(--color-cc);
    border-radius: 5px;
    outline: none;
    height: 35px;
    max-width: 100%;
    font-size: 12px !important;
  }

  header#lower-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
    justify-content: space-between;
  }

  .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: auto;
  }

  .header-h1 {
    margin: 5px 0 0 0;
    font-size: 1rem;
  }

  #search-form-box {
    width: 74px;
  }

  form .css-button {
    padding: 0 10px;
    margin-right: 5px;
  }

  .menu-btn img {
    width: 25px;
    margin: 0 5px 0 15px;
  }

  #breadcrumbs {
    width: 100%;
    margin-bottom: 24px;
  }

  #breadcrumbs ul {
    box-sizing: border-box;
    width: 100%;
    padding-left: 10px;
  }

  main#main-lower {
    width: 100%;
    float: none;
  }

  .post .article>ul,
  .post .article>ol {
    margin: 0 0 21px;
  }

  .post-data {
    font-size: 1.1rem;
  }

  .post-tag {
    margin-left: 20px;
    padding: 0 8px;
    line-height: 22px;
  }

  .post-tag:before,
  .post-tag:after {
    border: 11px solid transparent;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
  }

  .post-tag:before {
    border-right-color: #cacaca;
  }

  .post-tag:after {
    border-left-color: #cacaca;
  }

  .snsBox li img {
    width: 26px;
  }

  .mokuji {
    padding: 12px 16px;
    margin: 14px 0 10px;
  }

  main#main-lower h2 {
    font-size: 1.6rem;
    margin: 30px 0 10px;
    padding: 12px 14px 10px;
  }

  main#main-lower h2+p {
    margin-top: 0;
  }

  .rank-box-l {
    width: 33%;
    margin-right: 1%;
  }

  .rank-box-in {
    padding: 8px;
  }

  .rank-box-l .icon-wrap {
    font-size: 1.2rem;
  }

  .rank-box-l .icon-wrap img {
    width: 80px;
  }

  .rank-box-l .btn-wrap a {
    font-size: 1.3rem;
    width: 80%;
    line-height: 24px;
    margin-bottom: 5px;
  }

  .rank-box-l .btn-wrap a.syousai {
    margin-bottom: 0px;
  }

  .rank-box-r {
    width: 66%;
  }

  .rank-box-r .hyouban-wrap {
    padding: 8px;
  }

  .rank-box-r .hyouban-wrap dt {
    font-size: 1.6rem;
    width: 36px;
    margin-right: 6px;
    text-align: left;
  }

  .rank-box-r .hyouban-wrap dd img {
    width: 100px;
  }

  .rank-box-r .hyouban-wrap dd span {
    font-size: 2.6rem;
    margin-left: 6px;
  }

  .rank-box-r .kutikomi-wrap dt {
    display: inline-block;
    width: 92px;
    margin-right: 0;
    text-align: left;
    padding-left: 8px;
  }

  .good p,
  .bad p {
    font-size: 1.3rem;
  }

  .app-syourai-wrap .hyouban-wrap dt,
  .app-syourai-wrap .kutikomi-wrap dt {
    font-size: 1.6rem;
    width: 80px;
  }

  .app-syourai-wrap .hyouban-wrap dd img {
    width: 100px;
  }

  .app-syourai-wrap .hyouban-wrap .nam {
    font-size: 2.6rem;
    margin-left: 8px;
  }

  .app-syourai-wrap .kutikomi-wrap .nam {
    font-size: 1.8rem;
    padding: 0px 16px;
    margin-right: 4px;
  }

  .app-syourai-wrap img.radarChart {
    width: 80%;
  }

  .morebtn {
    width: 100%;
    height: 42px;
    font-size: 1.2rem;
    border-radius: 25px;
    color: var(--color-white);
    font-weight: bold;
    padding: 0;
    text-align: center;
  }

  aside {
    width: 100%;
    margin-left: 0;
  }

  .kasou-cont-wrap aside h3 {
    font-size: 2.4rem;
    position: relative;
    margin: auto;
    padding: 15px;
    width: 90%;
    background-color: var(--color-white);
  }

  aside h3 .kakko {
    display: block;
  }

  .kasou-cont-wrap aside h3:before {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 0;
    left: 0;
    border-top: 3px solid #fa0;
    border-left: 3px solid #fa0;
  }

  .kasou-cont-wrap aside h3:after {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    bottom: 0;
    left: 0;
    right: auto;
    border-bottom: 3px solid #fa0;
    border-left: 3px solid #fa0;
  }

  #lowerRight .request-wrap h3:after {
    content: '';
  }

  .category-wrap ul {
    border: 0;
    padding: 0;
    margin-top: 30px;
  }

  .category-wrap li a {
    position: relative;
    padding: 25px 10px 25px 65px;
    border: 0;
    border-top: 2px solid #ccc;
  }

  .category-wrap li:last-of-type {
    border-bottom: 2px solid #ccc;
  }

  .category-wrap li a:before {
    content: "";
    width: 7px;
    height: 30px;
    display: block;
    background: url(/icon/icon-yajiyoko-sp.png) no-repeat center;
    background-size: 100%;
    top: 50%;
    right: 0px;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%)translateX(-50%);
    margin: auto;
    position: absolute;
  }

  .rank-wrap .tab {
    margin-top: 30px;
  }

  .rank-wrap .tab span:first-of-type,
  .rank-wrap .tab span:last-of-type {
    border-radius: 0;
  }

  .category-wrap li img {
    width: 35px;
    display: block;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%)translateX(-50%);
  }

  .rank-list {
    padding: 0;
    border: 0;
    border-top: 3px solid #2d2d2d;
  }

  .rank-list article {
    padding: 10px 12px;
    border-bottom: 2px solid #ccc;
  }

  .rank-list article:last-of-type {
    border-bottom: 2px solid #ccc;
  }

  .rank-list article img {
    width: 120px;
    height: 80px;
    object-fit: contain;
  }

  .rank-list article dl dt {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 5px;
  }

  .rank-list article dl dd {
    font-size: 1.2rem;
    line-height: 1.2;
    color: #555;
  }

  .qlist-in {
    border: 0;
    padding: 0;
    margin: 30px 0;
  }

  /*--kutikomi-hyouka--*/
  .kutikomi-title dl dt {
    margin-right: 3px;
    width: 15%;
  }

  .kutikomi-title dl dd {
    width: 85%;
  }

  .kutikomi-title dl dt img {
    width: 50px;
  }

  .kutikomi-title .hyouka-title-txt img {
    width: 80px;
    margin: 0 5px;
  }

  .kutikomi-title .hyouka-title-txt div:first-of-type {
    font-size: 2.4rem;
    margin-right: 4px;
  }

  .kutikomi-title .hyouka-title-txt div:last-of-type {
    font-size: 1.1rem;
  }

  .kutikomi-title .hyouka-title-txt div:last-of-type img {
    width: 46px;
    margin: 0 2px;
  }

  .kutikomi-title dd a {
    font-size: 1.2rem;
  }

  .kutikomi-title .hyouka-title-txt {
    margin-bottom: 4px;
  }

  .radarChart-box img.radarChart {
    width: 80%;
  }

  /*--kutikomi-hyouka-matome--*/
  .kh-matome-title .no-review {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-radius: 5px;
    display: -webkit-flex;
    display: flex;
    align-items: baseline;
    margin: 0px !important;
    padding: 18px 0px 18px 10px;
    position: relative;
    width: 100.6%;
    align-items: center;
    position: absolute;
    top: 0;
    left: -1px;
  }

  .kh-matome-title .no-review a {
    position: absolute;
    font-size: 1.6rem;
    color: var(--color-white);
    right: 5px;
    top: 7px;
    background: #066493;
    padding: 8px 20px;
    border-radius: 50px;
  }

  .kh-matome-title img {
    width: 80px;
    margin: 0 4px 0 0;
  }

  .kh-matome-title div:first-of-type {
    font-size: 2.6rem;
    margin-right: 6px;
  }

  .kh-matome-title div:last-of-type {
    font-size: 1.1rem;
  }

  .kh-matome-title a {
    top: 12px;
    right: 8px;
    padding: 6px 10px;
    font-size: 1.2rem;
  }

  .kh-matome-hoshi ul {
    width: 96%;
  }

  .kh-matome-hoshi li div:first-of-type {
    display: inline-block;
    width: 18%;
  }

  .kh-matome-hoshi li div.barBox {
    display: inline-block;
    height: 26px;
  }

  .kh-matome-hoshi li div.barIn {
    display: inline-block;
    height: 26px;
  }

  .kh-matome-hoshi li div:nth-of-type(3) {
    width: 13%;
  }

  .kutikomikaitou dl dt {
    width: 13%;
  }

  main#main-lower h3 {
    font-size: 1.6rem;
    margin: 25px 0 15px;
    padding: 13px 12px 11px;
  }

  main#main-lower h2+h3 {
    font-size: 1.6rem;
    margin: 15px 0 15px;
    padding: 13px 12px 11px;
  }

  main#main-lower h4 {
    padding: 8px 18px 7px;
    margin: 10px 0;
    font-size: 1.4rem;
    border-bottom: 1px solid #555;
    position: relative;
    font-weight: bold;
  }

  main#main-lower h4:before {
    content: "";
    width: 6px;
    height: 100%;
    border-radius: 10px 10px 0 0;
    top: 0;
    left: 0;
    background: #555;
    position: absolute;
  }

  .kaitousyabetu-wrap dl dt {
    margin-right: 8px;
  }

  .kaitousyabetu-wrap dl dd a {
    margin-right: 2px;
  }

  .kaitousyabetu-wrap dl dd a:after {
    margin-right: 2px;
  }

  main#main-lower .iiten {
    margin: 0px 0 10px 14px;
  }

  main#main-lower .warui {
    margin: 0px 0 10px 14px;
  }

  .formKutikomi .form-kutikomi dt {
    font-size: 1.4rem;
  }

  .formKutikomi .form-kutikomi dd {
    margin-bottom: 16px;
  }

  .formKutikomi .form-kutikomi .hosiwrap img {
    width: 26px;
    margin-right: 4px;
  }

  .formKutikomi .form-kutikomi .fukidasi {
    font-size: 1.4rem;
    padding: 8px 10px;
    margin: 16px 0 16px 0;
  }

  .form-kutikomi-inner dl {
    padding: 8px;
  }

  .formKutikomi .form-kutikomi .form-kutikomi-inner dt {
    font-size: 1.3rem;
  }

  @media only screen and (max-width : 414px) {
    .formKutikomi .form-kutikomi .form-kutikomi-inner dt {
      max-width: 180px;
    }
  }

  @media only screen and (max-width : 375px) {
    .formKutikomi .form-kutikomi .form-kutikomi-inner dt {
      max-width: 140px;
    }
  }

  @media only screen and (max-width : 375px) {
    .formKutikomi .form-kutikomi .form-kutikomi-inner dt {
      max-width: 124px;
    }
  }

  .form-kutikomi-inner dt {
    width: 50%;
  }

  .form-kutikomi-inner dd {
    width: 50%;
  }

  .form-kutikomi-inner dd .hosiwrap {
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }

  .form-kutikomi-inner dd .hosiwrap input[type="button"] {
    font-size: 1.1rem;
    line-height: 23px;
    width: 70px;
    margin-right: 5px;
  }

  .formKutikomi .form-kutikomi .form-kutikomi-inner dd .hosiwrap img {
    width: 20px;
    margin-right: 0px;
  }

  .kutikomi-hyouka-matome th {
    font-size: 1.3rem;
    vertical-align: middle;
    padding: 10px 0;
  }

  .kutikomi-hyouka-matome td {
    font-size: 1.3rem;
    vertical-align: middle;
  }

  .hyoukaRnk-title dt img {
    width: 56px;
    margin-right: 5px;
  }

  main#main-lower .hyoukaRnk-title dd h3 {
    font-size: 1.6rem;
  }

  .hyoukaRnk-list .hyoukaRnk-title li img {
    width: 100px;
    margin-right: 6px;
  }

  .hyoukaRnk-list .hyoukaRnk-title li span {
    font-size: 2.6rem;
  }

  .hyoukaRnk-title li:last-of-type {
    font-size: 1.3rem;
    padding: 5px 0;
  }

  .hyoukaRnk-list li {
    padding: 8px 0px 8px 36px;
  }

  .hyoukaRnk-list li img {
    width: 28px;
  }

  .hyoukaRnk-list-more {
    font-size: 1.8rem;
  }

  .hyoukaRnk-list-more:before {
    width: 10px;
    height: 10px;
    left: -13px;
    border: 5px solid transparent;
    border-left: 8px solid #066493;
  }

  main#main-lower .kutikomi-g-b .hyouka-good h3 {
    font-size: 1.6rem;
  }

  main#main-lower .kutikomi-g-b .hyouka-bad h3 {
    font-size: 1.6rem;
  }

  /* 投稿フォーム */
  .kuchikomi-toko p {
    width: 60%;
    font-size: 1.6rem;
  }

  #toko-form.formKutikomi .form-kutikomi input[type="text"] {
    min-width: 100%;
  }

  #toko-form.formKutikomi .form-kutikomi textarea {
    min-width: 100%;
  }

  #kuchikomi-image-wrapper ul:first-of-type li {
    margin: 2px;
    font-size: 1.2rem;
  }

  input[name="kuchikomi-toko"] {
    width: 95%;
  }

  .kuchikomi-menu {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    background: #000 !important;
    z-index: 1000;
    opacity: 0.85;
    display: block;
  }

  .kuchikomi-menu ul {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
  }

  .kuchikomi-menu ul li {
    display: block;
    background: none;
    border-right: 1px solid #FFF;
    padding: 0 !important;
    margin: 0 !important;
    height: 50px;
    box-sizing: border-box;
  }

  .kuchikomi-menu ul li:last-of-type {
    border: 0;
  }

  .kuchikomi-menu ul li a {
    display: block;
    background: none;
    font-size: 1.3rem;
    height: 100%;
    width: 100%;
    line-height: normal;
    color: var(--color-white);
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .kuchikomi-menu ul li a span {
    color: #fa0;
    margin-top: -15px;
    display: block;
  }

  /* 下層3 */
  .kutikomi-hikaku-wrap {
    padding: 5px 10px 20px 10px;
  }

  main#main-lower .kutikomi-hikaku-wrap h2 {
    padding: 0 0 0 44px;
    font-size: 1.8rem;
    line-height: 1.2;
    margin-bottom: 20px;
  }

  main#main-lower .kutikomi-hikaku-wrap h2:before {
    width: 32px;
    height: 32px;
  }

  .kutikomi-hikaku-wrap .app-wrap img {
    width: 50px;
  }

  .kutikomi-hikaku-wrap .app-wrap dl {
    margin-left: 12px;
  }

  .kutikomi-hikaku-wrap .app-wrap dt {
    font-size: 1.6rem;
    margin-bottom: 5px;
    font-weight: bold;
    color: #555;
  }

  .kutikomi-hikaku-wrap .app-wrap dd img {
    width: 100px;
  }

  .kutikomi-hikaku-wrap .app-wrap .num {
    font-size: 2.4rem;
    margin-left: 5px;
    top: 0px;
  }

  .kutikomi-hikaku-wrap .chart-wrap .inner {
    border-radius: 10px;
    margin-top: 20px;
    padding: 10px 20px;
  }

  main#main-lower .kutikomi-hikaku-wrap .chart-wrap .sougou {
    font-size: 2.4rem;
    padding: 0 0 5px;
    ;
    margin: 0 0 10px;
  }

  .kutikomi-hikaku-wrap .chart-wrap .chart-text {
    margin: 20px 0 0 0;
  }

  .kutikomi-hikaku-wrap .chart-wrap .chart-text div {
    margin: 0px 10px;
    font-size: 1.4rem;
    display: block;
    width: auto;
    box-sizing: border-box;
    padding-left: 25px;
  }

  .kutikomi-hikaku-wrap .chart-wrap .chart-text div:before {
    width: 18px;
    height: 18px;
    border: 2px solid #ef356f;
    left: 0;
  }

  .kutikomi-hikaku-wrap .chart-wrap .chart-text div:nth-of-type(2):before {
    border: 2px solid #009bb5;
  }

  main#main-lower .app-kutikomi-wrap h3 {
    font-weight: bold;
    background: var(--color-white);
    position: relative;
    font-size: 1.6rem;
    padding: 0 0 0 28px;
    margin: 0 0 20px 0px;
  }

  main#main-lower .app-kutikomi-wrap h3:before {
    content: '';
    display: block;
    width: 23px;
    height: 23px;
    background: url(/icon/original.png) no-repeat center / contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }

  main#main-lower .app-kutikomi-wrap h3.muryou {
    margin: 36px 0 26px 0px;
  }

  main#main-lower .app-kutikomi-wrap h3.muryou:before {
    background: url(/icon/muryou.png) no-repeat center / contain;
  }

  .app-kutikomi-wrap .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .app-kutikomi-wrap .inner dl {
    box-sizing: border-box;
    width: 48%;
    border-radius: 10px;
    border: 2px solid #f5ccd8;
    background: #fae6ec;
  }

  .app-kutikomi-wrap .inner dl:nth-of-type(2) {
    margin-left: auto;
    background: #def1f4;
    border: 2px solid #bce8ef;
  }

  .app-kutikomi-wrap .inner dt {
    text-align: center;
    padding: 10px 0;
  }

  .app-kutikomi-wrap .inner dt a {
    display: block;
    margin-bottom: 5px;
  }

  .app-kutikomi-wrap .inner dt img {
    width: 80px;
  }

  .app-kutikomi-wrap .inner dt div {
    color: #066493;
    font-weight: bold;
    margin: 10px 0 0;
    font-size: 1.4rem;
  }

  .app-kutikomi-wrap .inner dd {
    text-align: center;
    padding: 2px 0 8px;
    background: #fff9e6;
    border-radius: 0 0 10px 10px;
  }

  .app-kutikomi-wrap .inner dd img {
    width: 100px;
  }

  .app-kutikomi-wrap .inner dd .num {
    font-size: 2.4rem;
    display: inline-block;
    font-weight: bold;
    position: relative;
    top: 0;
    margin-left: 5px;
  }

  .app-kutikomi-wrap .app-kutikomi {
    border: 2px solid #ccc;
    border-radius: 10px;
    margin-bottom: 20px;
    background: var(--color-f2);
    padding: 0 0 10px 0;
  }

  .app-kutikomi-wrap .app-kutikomi .inner-midasi {
    background: var(--color-white);
    border-radius: 10px 10px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 14px;
  }

  .app-kutikomi-wrap .app-kutikomi .inner-midasi .en-icon {
    position: relative;
  }

  .app-kutikomi-wrap .app-kutikomi .inner-midasi .en-icon:before {
    content: '';
    display: block;
    width: 28px;
    height: 28px;
    background: url(/icon/kakin.png) no-repeat center / contain;
    position: absolute;
    top: -5px;
    left: -9px;
  }

  .app-kutikomi-wrap .app-kutikomi .inner-midasi img {
    width: 50px;
    margin-right: 10px;
  }

  .app-kutikomi-wrap .app-kutikomi .inner-midasi .small {
    font-size: 14px !important;
    font-weight: normal;
    color: var(--color-99);
    margin-bottom: 8px;
  }

  .app-kutikomi-wrap .app-kutikomi .inner-midasi .big {
    font-size: 18px !important;
    font-weight: bold;
    color: #555;
  }

  .app-kutikomi-wrap .app-kutikomi .inner-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 10px 15px;
  }

  .app-kutikomi-wrap .app-kutikomi .inner-name div {
    margin-right: 5px;
    font-size: 1rem;
  }

  .app-kutikomi-wrap .app-kutikomi .inner-name div:after {
    content: '|';
    color: var(--color-cc);
    font-size: 1.2rem;
    margin-left: 8px;
    position: relative;
    bottom: 1px;
  }

  .app-kutikomi-wrap .app-kutikomi .inner-name div:last-of-type {
    color: #888;
  }

  .app-kutikomi-wrap .app-kutikomi .inner-name div:last-of-type:after {
    content: '';
  }

  .app-kutikomi-wrap .app-kutikomi .inner-white {
    padding: 10px;
    background: var(--color-white);
    border-radius: 10px;
    margin: 0 10px;
  }

  .app-kutikomi-wrap .app-kutikomi .inner-white p {
    font-size: 1.4rem;
    color: var(--color-66);
  }

  .app-kutikomi-wrap .app-kutikomi .inner-white .inner-white-in img {
    width: 140px;
  }

  .app-kutikomi-wrap .app-kutikomi .inner-white .inner-white-in .num {
    font-size: 2.4rem;
    display: inline-block;
    font-weight: bold;
    margin-left: 10px;
  }

  .app-kutikomi-wrap .app-kutikomi .inner-white a {
    position: relative;
    color: #066493;
    left: 24px;
  }

  .app-kutikomi-wrap .app-kutikomi .inner-white a:before {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    top: 2px;
    left: -18px;
    bottom: 0;
    margin: auto;
    box-sizing: border-box;
    border: 6px solid transparent;
    border-left: 10px solid #066493;
  }

  main#main-lower .app-kutikomi-wrap .inner dt p {
    padding: 0;
  }

  main#main-lower .app-kutikomi-wrap .app-kutikomi .inner-white p:last-of-type {
    padding: 0;
  }

  /*口コミ募集*/
  .mokujiInfo {
    padding: 12px 16px;
    margin: 14px 0 10px;
  }

  .kutikomibosyuutoha th {
    font-size: 1.4rem;
    vertical-align: middle;
    line-height: 1.5;
  }

  .kutikomibosyuutoha td {
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .kutikomibosyuutoha h4 {
    font-size: 1.6rem;
  }

  .touhyou_ranking_list td {
    padding: 4px;
  }

  .touhyou_ranking_list td .tohyoWrap {
    width: 100%;
  }

  .touhyou_ranking_list .tohyoWrap .tohyoCnt {
    width: 24%;
    text-align: right;
  }

  .touhyou_ranking_list .tohyoContents01 {
    line-height: 1.3;
  }

  #kuchikomi_request_frm #title {
    font-size: 1.3rem;
    width: 65%;
    margin-right: 5px;
  }

  #kuchikomi_request_frm #TitleSubmit {
    padding: 0px 6px;
    font-size: 1.4rem;
  }

  /*口コミ承認状況の進捗確認*/
  .input-form form {
    font-size: 1.6rem;
  }

  .input-form form input[type="text"] {
    margin: 0px 5px;
    padding: 0px 5px;
    font-size: 1.4rem;
    width: 50%;
  }

  .input-form form input[type="submit"] {
    width: 80px;
    font-size: 1.4rem;
  }

  .status-check-box {
    padding: 12px;
    border: 2px solid #ccc;
    margin-bottom: 15px;
  }

  .status-check-box dt {
    font-size: 1.5rem;
  }

  main#main-lower .yokumi-in h3,
  main#main-lower .toukou-in h3 {
    font-size: 1.6rem;
    height: 44px;
    line-height: 44px;
  }

  main#main-lower .yokumi-in article,
  main#main-lower .toukou-in article {
    padding-bottom: 20px;
  }

  main#main-lower .yokumi-in,
  main#main-lower .toukou-in {
    width: 100%;
    margin: 0;
  }

  /*崩れ回収CSS*/
  .kutikomi-hyouka-matome .hyouka-good dt div:first-of-type {
    width: 15%;
  }

  .kutikomi-hyouka-matome .hyouka-good dt div:nth-of-type(2) {
    width: 85%;
    display: flex;
    align-items: center;
  }

  .kutikomi-hyouka-matome .hyouka-bad dt div:first-of-type {
    width: 15%;
  }

  .kutikomi-hyouka-matome .hyouka-bad dt div:nth-of-type(2) {
    width: 85%;
    display: flex;
    align-items: center;
  }

  .good dt:after,
  .bad dt:after {
    top: 60%;
    right: -20px;
  }

  .post-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
  }

  main#main-lower .post-data time {
    font-size: 1.3rem;
    color: #c4c4c4;
  }

  .post-tag {
    color: var(--color-white);
    font-size: 1.1rem;
    display: inline-block;
    position: relative;
    padding: 0 5px;
    margin: 0 5px;
    background: #c4c4c4;
    line-height: 20px;
    width: auto;
    text-align: center;
    box-sizing: border-box;
  }

  .post-tag:before,
  .post-tag:after {
    content: '';
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
  }

  .post-tag:before {
    right: 100%;
    border-right-color: #c4c4c4;
  }

  .post-tag:after {
    left: 100%;
    border-left-color: #c4c4c4;
  }

  .post-tag span {
    color: var(--color-white);
  }

  .post-data {
    width: auto;
    display: inline-block;
    display: block;
    width: 100%;
    margin: 0 0 0;
  }

  .snsBox.share-box {
    margin-top: initial !important;
  }

  .snsBox {
    margin-left: auto;
  }

  main#main-lower .snsBox li {
    display: inline-block;
    margin-bottom: 0;
    line-height: normal;
    margin: 0 10px 0 0;
  }

  main#main-lower .snsBox li:last-of-type {
    margin: 0 0 0 0;
  }

  .snsBox li img {
    width: 20px;
  }

  /*--radarChart4kaku--*/
  @media only screen and (max-width: 415px) {
    .radarChart-box.diaGram_4 ul.radarC-lists li:nth-of-type(2) {
      right: -36%;
    }

    .radarChart-box.diaGram_4 ul.radarC-lists li:nth-of-type(3) {
      bottom: -6px;
    }

    .radarChart-box.diaGram_4 ul.radarC-lists li:nth-of-type(4) {
      left: 16%;
    }

    .post-meta {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: flex-start;
      -ms-flex-align: flex-start;
      align-items: flex-start;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      flex-flow: column;
      position: relative;
      margin-bottom: 10px;
    }

    main#main-lower .post-meta p.post-data {
      /* margin-bottom: 10px; */
    }
  }

  @media only screen and (max-width : 376px) {
    .radarChart-box.diaGram_4 ul.radarC-lists li:nth-of-type(2) {
      right: -41%;
    }
  }

  @media only screen and (max-width : 360px) {
    .radarChart-box.diaGram_4 {
      margin-bottom: 20px;
    }

    .radarChart-box.diaGram_4 ul.radarC-lists li:nth-of-type(2) {
      right: -44%;
    }
  }

  /*--radarChart5kaku--*/
  .radarChart-box.diaGram_5 {
    display: block;
    background: var(--color-white);
    padding: 50px 0;
    border-radius: 10px;
    margin-top: 30px;
    text-align: center;
    position: relative;
  }

  .radarChart-box.diaGram_5 ul.radarC-lists {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%)translateX(-50%);
    margin: auto;
  }

  .radarChart-box.diaGram_5 ul.radarC-lists li .radarC-item {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
  }

  .radarChart-box.diaGram_5 ul.radarC-lists li .radarC-number {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: bold;
    background: #ff417c;
    color: var(--color-white);
    border-radius: 50px;
    width: 26px;
    height: 26px;
    line-height: 26px;
  }

  .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(1) {
    top: 38px;
    left: 50%;
  }

  .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(2) {
    top: 35%;
    right: -5%;
  }

  .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(3) {
    top: 85%;
    right: 0%;
  }

  .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(4) {
    top: 85%;
    left: 25%;
  }

  .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(5) {
    top: 35%;
    left: 15%;
  }

  .kutikomi-hyouka .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(2) {
    top: 35%;
    right: 3%;
  }

  .kutikomi-hyouka .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(3) {
    top: 85%;
    right: 17%;
  }

  /*--radarChart5kaku(スライダー)--*/
  .slick-slider .hyouka-main img.radarChart {
    margin: 0 auto 20px;
  }

  @media only screen and (max-width : 429px) {
    .slick-slider .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(1) {
      top: 20px;
      left: 50%;
    }

    .slick-slider .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(2) {
      top: 35%;
      right: -40%;
    }

    .slick-slider .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(3) {
      top: 82%;
      right: -28%;
    }

    .slick-slider .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(4) {
      top: 82%;
      left: 24%;
    }

    .slick-slider .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(5) {
      top: 35%;
      left: 13%;
    }
  }

  @media only screen and (max-width : 414px) {
    .slick-slider .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(1) {
      top: 20px;
      left: 50%;
    }

    .slick-slider .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(2) {
      top: 35%;
      right: -43%;
    }

    .slick-slider .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(3) {
      top: 82%;
      right: -28%;
    }

    .slick-slider .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(4) {
      top: 82%;
      left: 25%;
    }

    .slick-slider .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(5) {
      top: 35%;
      left: 12%;
    }
  }

  @media only screen and (max-width : 376px) {
    .slick-slider .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(1) {
      top: 20px;
      left: 50%;
    }

    .slick-slider .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(2) {
      top: 35%;
      right: -49%;
    }

    .slick-slider .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(3) {
      top: 82%;
      right: -38%;
    }

    .slick-slider .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(4) {
      top: 82%;
      left: 21%;
    }

    .slick-slider .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(5) {
      top: 35%;
      left: 12%;
    }
  }

  @media only screen and (max-width : 360px) {
    .slick-slider .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(2) {
      top: 35%;
      right: -52%;
    }

    .slick-slider .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(3) {
      top: 82%;
      right: -40%;
    }
  }

  /*--radarChart5kaku(app-syourai-wrap)--*/
  @media only screen and (max-width : 429px) {
    .article .app-syourai-wrap .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(1) {
      top: 34px;
      left: 50%;
    }

    .article .app-syourai-wrap .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(2) {
      top: 35%;
      right: -32%;
    }

    .article .app-syourai-wrap .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(3) {
      top: 75%;
      right: -24%;
    }

    .article .app-syourai-wrap .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(4) {
      top: 75%;
      left: 28%;
    }

    .article .app-syourai-wrap .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(5) {
      top: 35%;
      left: 20%;
    }
  }

  @media only screen and (max-width : 414px) {
    .article .app-syourai-wrap .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(1) {
      top: 34px;
      left: 50%;
    }

    .article .app-syourai-wrap .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(2) {
      top: 35%;
      right: -35%;
    }

    .article .app-syourai-wrap .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(3) {
      top: 75%;
      right: -25%;
    }

    .article .app-syourai-wrap .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(4) {
      top: 75%;
      left: 28%;
    }

    .article .app-syourai-wrap .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(5) {
      top: 35%;
      left: 20%;
    }
  }

  @media only screen and (max-width : 376px) {
    .article .app-syourai-wrap .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(2) {
      right: -41%;
    }

    .article .app-syourai-wrap .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(3) {
      right: -32%;
    }
  }

  @media only screen and (max-width : 360px) {
    .article .app-syourai-wrap .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(2) {
      right: -44%;
    }

    .article .app-syourai-wrap .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(3) {
      right: -35%;
    }
  }

  /*--radarChart5kaku(kutikomi-title-box)--*/
  @media only screen and (max-width : 429px) {
    .article .kutikomi-title-box .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(1) {
      top: 34px;
      left: 50%;
    }

    .article .kutikomi-title-box .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(2) {
      top: 35%;
      right: -33%;
    }

    .article .kutikomi-title-box .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(3) {
      top: 75%;
      right: -26%;
    }

    .article .kutikomi-title-box .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(4) {
      top: 75%;
      left: 28%;
    }

    .article .kutikomi-title-box .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(5) {
      top: 35%;
      left: 20%;
    }
  }

  @media only screen and (max-width : 376px) {
    .article .kutikomi-title-box .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(2) {
      right: -40%;
    }

    .article .kutikomi-title-box .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(3) {
      right: -32%;
    }
  }

  @media only screen and (max-width : 360px) {
    .article .kutikomi-title-box .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(2) {
      right: -42%;
    }

    .article .kutikomi-title-box .radarChart-box.diaGram_5 ul.radarC-lists li:nth-of-type(3) {
      right: -34%;
    }
  }

  /*--radarChart6kaku--*/
  @media only screen and (max-width : 415px) {
    .radarChart-box.diaGram_6 ul.radarC-lists li:nth-of-type(2) {
      top: 28%;
      right: -32%;
    }

    .radarChart-box.diaGram_6 ul.radarC-lists li:nth-of-type(3) {
      top: 66%;
      right: -32%;
    }

    .radarChart-box.diaGram_6 ul.radarC-lists li:nth-of-type(4) {
      bottom: -6px;
    }

    .radarChart-box.diaGram_6 ul.radarC-lists li:nth-of-type(5) {
      top: 66%;
      left: 20%;
    }

    .radarChart-box.diaGram_6 ul.radarC-lists li:nth-of-type(6) {
      top: 28%;
      left: 20%;
    }
  }

  @media only screen and (max-width : 376px) {
    .radarChart-box.diaGram_6 ul.radarC-lists li:nth-of-type(2) {
      right: -37%;
    }

    .radarChart-box.diaGram_6 ul.radarC-lists li:nth-of-type(3) {
      right: -37%;
    }
  }

  @media only screen and (max-width : 360px) {
    .radarChart-box.diaGram_6 {
      margin-bottom: 20px;
    }

    .radarChart-box.diaGram_6 ul.radarC-lists li:nth-of-type(2) {
      right: -41%;
    }

    .radarChart-box.diaGram_6 ul.radarC-lists li:nth-of-type(3) {
      right: -41%;
    }
  }

  /*--other--*/
  #main-lower .post table {
    margin-bottom: 24px !important;
  }

  .narabikae {
    width: 76%;
  }

  @media only screen and (max-width : 376px) {
    .narabikae {
      width: 72%;
    }
  }

  .thanks-message dl {
    background: #e1f0f6;
    padding: 10px;
    border-radius: 5px;
    margin: 20px 0;
    display: -webkit-flex;
    display: block;
    align-items: center;
  }

  .thanks-message dl dt {
    color: #555;
    margin-bottom: 10px;
    font-size: 1.4rem;
  }

  .thanks-message dl dd {
    margin: 0;
    font-weight: bold;
    font-size: 1.6rem;
  }

  .thanks-message dl dd a {
    color: #066493;
  }

  .return-bt-box {
    display: block;
    margin: 30px 0 40px;
  }

  .thanks-message .return-bt-box .return-bt {
    border-bottom: 0px solid #066493;
    margin-bottom: 20px;
  }

  .thanks-message .return-bt-box .return-bt+div {
    margin-left: 0px;
  }

  iframe[allowfullscreen="allowfullscreen"] {
    width: 100%;
    height: 200px !important;
  }

  #hikaku-overlay .modal_content ul {
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #hikaku-overlay .modal_content li a {
    display: block;
  }

  #hikaku-overlay .modal_content li a span {
    display: block;
    margin-top: 5px;
    color: #066493;
  }

  #hikaku-overlay .modal_content li span {
    display: block;
    color: #fa0;
  }

  #hikaku-overlay #hikaku-overlay-close-btn {
    margin: auto;
    display: block;
    width: 50%;
    margin-top: 20px;
    padding: 5px;
    border: #ccc solid 1px;
    border-radius: 50px;
    color: var(--color-white);
    background: #888;
    cursor: pointer;
  }

  #hikaku-overlay #hikaku-overlay-close-btn:hover {
    opacity: 0.8;
  }

  #hikaku-overlay .modal-overlay {
    align-items: flex-start;
    overflow: scroll;
  }

  #hikaku-overlay .modal_content {
    width: 95%;
    margin: 10px auto 60px;
    background: var(--color-white);
    border-radius: 10px;
    padding: 10px;
  }

  #hikaku-overlay .modal_content li {
    width: 33%;
    height: auto;
    padding: 5px;
    background: var(--color-white);
    font-size: 1.2rem;
    margin: 5px 0;
  }

  /*--hikaku--*/
  .kutikomi-hikaku-wrap2 {}

  .kutikomi-hikaku-wrap2 .kutikomi-title-box-in {
    padding: 10px;
    background: #eaeaea;
    border-radius: 10px;
  }

  .kutikomi-hikaku-wrap2 .kutikomi-title {
    background: none;
    padding: 0;
    border-radius: 10px;
  }

  .kutikomi-hikaku-wrap2 .hyouka-title-txt .num {
    font-size: 2.6rem;
    font-weight: bold;
    margin-right: 10px;
  }

  main#main-lower .kutikomi-hikaku-wrap2 .sougoukutikomi {
    margin: 10px 0 0;
    padding: 20px 0;
    background: var(--color-white);
    border-radius: 10px 10px 0 0;
    text-align: center;
    border-bottom: 1px solid #ccc;
  }

  .kutikomi-hikaku-wrap2 .sougoukutikomi {
    color: #555;
    font-size: 2rem;
    font-weight: bold;
  }

  .kutikomi-hikaku-wrap2 .sougoukutikomi span {
    font-size: 2.6rem;
    color: #fa0;
    margin-right: 5px;
  }

  .kutikomi-hikaku-wrap2 .kutikomi-title .hyouka-title-txt .hyouban-name-title {
    font-size: 1.4rem;
    display: block;
    margin-top: 10px;
    color: #555;
  }

  .kutikomi-hikaku-wrap2 .kutikomi-title .hyouka-title-txt {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #888;
    background: rgb(255 242 198);
    padding: 15px 10px;
    border-radius: 10px;
    box-sizing: border-box;
    border: 2px solid rgb(255 220 146);
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .kutikomi-hikaku-wrap2 .kutikomi-title .hyouka-title-txt:nth-of-type(2) {
    background: rgb(230 245 255);
    border: 2px solid rgb(182 227 255);
  }

  .kutikomi-hikaku-wrap2 .kutikomi-title .hyouka-title-txt img {
    width: 130px;
    margin: 0 10px 0 0;
  }

  .kutikomi-hikaku-wrap2 .radarChart-box {
    background: none;
    padding: 0;
    margin-top: 0;
  }

  .kutikomi-hikaku-wrap2 .radarChart-box .radar-chart {
    background: var(--color-white);
    border-radius: 0 0 10px 10px;
  }

  .kutikomi-hikaku-wrap2 .radarChart-box .radar-chart canvas {
    width: 100% !important;
    padding: 15px;
  }

  .kutikomi-hikaku-wrap2 .radar-chart-legend {
    text-align: center;
    margin: 20px 0 10px;
  }

  .kutikomi-hikaku-wrap2 .radar-chart-legend img {
    width: 50px;
    margin: 0 5px;
  }

  .kutikomi-hikaku-wrap2 .radar-chart-legend img:nth-of-type(2) {
    width: 50px;
    margin: 0 5px 0 40px;
  }

  .kutikomi-hikaku-wrap2 .radar-chart-legend span {
    display: inline-block;
    width: 30px !important;
    height: 30px !important;
    border: 3px solid rgba(255, 170, 0, 0.8) !important;
    background-color: rgba(255, 196, 0, 0.5) !important;
  }

  .kutikomi-hikaku-wrap2 .radar-chart-legend span:nth-of-type(2) {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 3px solid rgba(54, 164, 235, 0.8) !important;
    background-color: rgba(54, 164, 235, 0.5) !important;
  }

  main#main-lower .kutikomi-hikaku-wrap2 table.hyouban {
    border: 0px solid #e1e1e1;
    border-radius: 5px;
    box-shadow: 0 0 0 0px #f2f2f2;
    display: contents;
  }

  main#main-lower .kutikomi-hikaku-wrap2 table.hyouban tbody {
    display: -webkit-flex;
    display: flex;
    border: 0;
    justify-content: center;
    align-items: center;
  }

  main#main-lower .kutikomi-hikaku-wrap2 table.hyouban tr {
    width: 50%;
    border: 2px solid rgb(255 220 146);
    background: rgb(255 242 198);
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 5px 20px;
    box-sizing: border-box;
    border-radius: 5px;
  }

  main#main-lower .kutikomi-hikaku-wrap2 table.hyouban tr:nth-of-type(2) {
    width: 50%;
    background: rgb(230 245 255);
    border: 2px solid rgb(182 227 255);
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 5px 20px;
    box-sizing: border-box;
    border-radius: 5px;
  }

  main#main-lower .kutikomi-hikaku-wrap2 table.hyouban td {
    border: 0;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    margin-top: 10px;
  }

  main#main-lower .kutikomi-hikaku-wrap2 table.hyouban td:nth-of-type(2) {
    border: 0;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    background: #fff9ec;
    border-radius: 0 0 2px 2px;
    margin-top: 10px;
  }

  main#main-lower .kutikomi-hikaku-wrap2 table.hyouban td img {
    border-radius: 6px;
  }

  main#main-lower .kutikomi-hikaku-wrap2 table.hyouban td span {
    font-size: 18px !important;
    font-weight: bold;
    margin: 0 5px;
    color: #ff8500 !important;
  }

  main#main-lower .kutikomi-hikaku-wrap2 table.hyouban td span:nth-of-type(2) {
    color: #555 !important;
  }

  main#main-lower .kutikomi-hikaku-wrap2 table.kutikomi {
    border: 0px solid #ccc;
    margin-bottom: 10px;
  }

  main#main-lower .kutikomi-hikaku-wrap2 table.kutikomi tbody {
    border: 2px solid #ccc;
    display: block;
    border-radius: 10px;
    background: #f8f8f8;
  }

  main#main-lower .kutikomi-hikaku-wrap2 table.kutikomi td {
    border: 0px;
    width: auto !important;
    padding: 0;
  }

  main#main-lower .kutikomi-hikaku-wrap2 table.kutikomi tr {
    border: 0px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 10px;
    background: var(--color-white);
    border-radius: 10px 10px 0 0;
    border-bottom: 1px solid #e8e8e8;
  }

  main#main-lower .kutikomi-hikaku-wrap2 table.kutikomi td:nth-of-type(2) {
    border: 0px;
    margin-left: 10px;
  }

  main#main-lower .kutikomi-hikaku-wrap2 table.kutikomi td:nth-of-type(2) br {
    display: none;
  }

  main#main-lower .kutikomi-hikaku-wrap2 table.kutikomi td:nth-of-type(2) span {
    margin: 0 0 8px;
    padding: 0;
    display: block;
  }

  main#main-lower .kutikomi-hikaku-wrap2 table.kutikomi td:nth-of-type(2) span:nth-of-type(2) {
    margin: 0;
    padding: 0;
    display: block;
    font-size: 16px !important;
    line-height: 1.4;
  }

  main#main-lower .kutikomi-hikaku-wrap2 table.kutikomi tr:nth-of-type(2) {
    border: 0px;
    background: none;
    padding: 0 10px 10px;
  }

  main#main-lower .kutikomi-hikaku-wrap2 table.kutikomi tr:nth-of-type(2) td span {
    font-size: 1.2rem;
    color: #f8f8f8;
  }

  main#main-lower .kutikomi-hikaku-wrap2 table.kutikomi .kutikomi-kaitou-sb {
    padding: 15px 10px;
  }

  main#main-lower .kutikomi-hikaku-wrap2 table.kutikomi .kutikomi-hyouka-sb {
    padding: 10px 10px 5px;
    background: var(--color-white);
    border-radius: 10px 10px 0 0;
  }

  main#main-lower .kutikomi-hikaku-wrap2 table.kutikomi .kutikomi-hyouka-sb span:nth-of-type(1) {
    font-size: 2.4rem;
    color: #ff8500 !important;
    font-weight: bold;
  }

  main#main-lower .kutikomi-hikaku-wrap2 table.kutikomi .kutikomi-hyouka-sb span:nth-of-type(2) {
    font-size: 2.4rem;
    color: var(--color-text);
    font-weight: bold;
    margin: 0 5px;
  }

  main#main-lower .kutikomi-hikaku-wrap2 table.kutikomi .kutikomi-hyouka-sb span:nth-of-type(3) {
    font-size: 1.2rem;
    color: #888 !important;
    margin: 5px;
    display: block;
  }

  main#main-lower .kutikomi-hikaku-wrap2 table.kutikomi .kutikomi-kaitoutxt-sb {
    padding: 0px 10px 20px;
    margin-bottom: 10px;
    background: var(--color-white);
    border-radius: 0 0 10px 10px;
    line-height: normal;
    font-size: 1.4rem;
  }

  main#main-lower .kutikomi-hikaku-wrap2 table.kutikomi .iinebt-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
    margin-left: auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  main#main-lower .kutikomi-hikaku-wrap2 table.kutikomi .iinebt {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fa0;
    color: var(--color-white);
    border-radius: 35px;
    padding: 5px 10px 5px 28px;
    font-size: 1.4rem;
  }

  main#main-lower .kutikomi-hikaku-wrap2 table.kutikomi .iinebt div:last-of-type {
    background: var(--color-white);
    display: inline-block;
    padding: 0px 10px;
    line-height: 21px;
    border-radius: 50px;
    font-size: 1.4rem;
    font-weight: bold;
    margin-left: 5px;
  }

  /*--kuchikomikakikata--*/
  #kuchikomi_kakikata .modal-overlay {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #kuchikomi_kakikata .modal-content {
    padding: 15px;
    background-color: var(--color-white);
    text-align: center;
    font-size: large;
    width: 95%;
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 0 0 0 4px #ccc;
  }

  #kuchikomi_kakikata .modal-content p span {
    font-size: 24px !important;
    display: block;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 3px solid #333;
  }

  #kuchikomi_kakikata .modal-content ul+p {
    text-align: left;
    background: #f4f4f4;
    padding: 10px;
    border-radius: 10px;
    font-size: 1.6rem;
    margin: 20px 0 40px;
  }

  #kuchikomi_kakikata .modal-content ul {
    text-align: left;
  }

  #kuchikomi_kakikata .modal-content ul li {
    margin: 10px 0;
    font-weight: bold;
    color: rgba(253, 41, 111, 1);
  }

  #kuchikomi_kakikata .modal-content button {
    border: 1px solid #ccc;
    padding: 10px 20px;
    border-radius: 50px;
    width: 250px;
    background: #555;
    color: var(--color-white);
    font-size: 1.6rem;
  }

  .kutikomikaitou {}

  .kutikomikaitou dl {
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 10px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .kutikomikaitou dl dt {
    margin: 0 0 0;
    color: rgba(253, 41, 111, 1);
    font-weight: bold;
    width: 100%;
    line-height: 1.5;
    display: none;
  }

  .kutikomikaitou dd {
    font-size: 1.4rem;
    color: var(--color-66);
    width: 100%;
    line-height: 1.5;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-top: 0;
  }

  .kutikomikaitou label {
    display: block;
    margin: 0;
    padding: 10px;
    font-size: 1.4rem;
    line-height: 1;
    color: var(--color-white);
    background: rgb(158 175 183);
    cursor: pointer;
    position: relative;
  }

  .kutikomikaitou label:before {
    content: "";
    background: url(/icon/icon-yajishit-w.png)no-repeat;
    background-size: 100%;
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 12px;
    right: 10px;
  }

  .kutikomikaitou input {
    display: none;
  }

  .kutikomikaitou dl {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }

  #kaitou_adion_01:checked~dl.kaitou-ad-list-01 {
    height: 60px;
    opacity: 1;
  }

  #kaitou_adion_02:checked~dl.kaitou-ad-list-02 {
    height: 40px;
    opacity: 1;
  }

  #kaitou_adion_03:checked~dl.kaitou-ad-list-03 {
    height: 320px;
    opacity: 1;
  }

  .kutikomi-hyouka-matome .hyouka-box-name dt {
    margin-right: 10px;
    width: 10%;
  }

  .kutikomi-hyouka-matome .hyouka-box-name dd {
    width: 90%;
  }

  .bannerImage {
    width: 100%;
    height: 150px;
    position: relative;
    background: url()no-repeat;
    background-size: 100%;
    box-sizing: border-box;
    margin-top: 10px;
    border: 1px solid #ececec;
  }

  .bannerImage ul {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%)translateX(-50%);
    margin: auto;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
  }

  .bannerImage ul li {
    margin: 20px !important;
  }

  .bannerImage ul li img {
    width: 100%;
    border-radius: 15px;
  }

  input[type="text"] {
    font-size: 16px !important;
  }

  .link-overlay {
    position: fixed;
    bottom: 0;
    z-index: 1;
    background: rgb(0 0 0 / 80%);
    width: 100%;
    left: 0;
    padding: 5px;
  }

  .link-overlay ul {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .link-overlay ul li {
    width: 49%;
    margin: 0;
    padding: 5px;
    border-radius: 5px;
    box-sizing: border-box;
    background: rgb(6 100 147 / 80%);
    box-sizing: border-box;
  }

  .link-overlay ul li span {
    color: var(--color-white);
  }

  .link-overlay ul li a {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    color: var(--color-white);
  }

  .link-overlay ul li a img {
    width: 35px;
    height: 35px;
    border-radius: 5px;
    margin-right: 5px;
  }

  .app-syourai-box h2.fixed {
    z-index: 2;
    position: fixed;
    top: 0;
  }

  main#main-lower .app-syourai-box h2.fixed {
    margin: 0;
    width: 100%;
    left: 0;
    top: 0;
  }

  main#main-lower .app-syourai-box h2.fixed+p {
    margin-top: 68px;
  }

  a.gachaBtn.detailLink {
    width: 100%;
    display: block;
    margin: 20px auto;
    padding: 10px;
    border-radius: 5px;
    border: 0;
    background: #ff3171;
    color: var(--color-white);
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    transition: 0.3s;
    box-sizing: border-box;
    box-shadow: 0px 3px 0px 0px #a92e55;
  }

  #slide-menu {
    z-index: 2147483647;
    background-color: rgb(0 0 0 / 80%) !important;
  }

  #slide-menu .slide-menu-container {
    position: relative;
  }

  #slide-menu .slide-menu-container .slide-menu-inner {
    position: absolute;
    right: 0;
    width: 86%;
    height: 100%;
    margin: 0;
    background-color: var(--color-white);
    z-index: 0;
    padding-top: 46px;
  }

  #slide-menu .slide-menu-inner .slide-search {
    background: var(--color-cc);
  }

  #slide-menu .slide-menu-inner .slide-search input#search-form-box {
    width: 73%;
    margin: 5px;
    border-radius: 10px;
    background: var(--color-white);
    font-size: 16px !important;
    padding: 5px 10px;
  }

  #slide-menu .slide-menu-inner .slide-search input.css-button {
    font-size: 1.4rem;
    border-radius: 10px;
    border: 0px solid #888;
    background: #fd296f;
    width: 60px;
    height: 35px;
    padding: 0 !important;
    margin: 0 !important;
    color: var(--color-white);
  }

  #slide-menu .slide-menu-inner .slide-category {
    width: 100%;
    height: 100%;
    overflow: auto;
  }

  #slide-menu .slide-menu-inner .slide-category li a {
    padding: 10px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #ccc;
  }

  #slide-menu .slide-menu-inner .slide-category li span {
    margin-left: 5px;
    font-size: 1.4rem;
  }

  #slide-menu .slide-menu-container .slide-close {
    font-size: 2.4rem;
    color: #000;
    top: 8px;
    right: 13px;
    width: 30px;
    height: 30px;
    z-index: 1;
    position: absolute;
    background: url(/icon/closekoe.png) no-repeat center;
    background-size: 25px;
  }

  #slide-menu {
    display: none;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index;
    2;
    background-color: #4a4a4a;
  }

  .slide-menu-container {
    width: 100%;
    height: 100%;
  }

  .slide-menu-inner {
    margin-left: 50px;
    background-color: var(--color-white);
    width: 100%;
    height: 100%;
  }

  /* creators */
  ul.creators-list li.creator-box {
    width: 100%;
  }

  ul.creators-list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    padding: 10px;
    border-radius: 3px;
    margin: 0 0 30px !important;
  }

  ul.creators-list li.creator-box {
    width: 100%;
    height: 100px;
    padding: 5px 10px;
    margin: 5px;
    border-radius: 3px;
    box-shadow: 0 0 0 1px #ebf1f2;
    background: var(--color-white);
    box-sizing: border-box;
  }

  ul.creators-list li.creator-box p:empty {
    display: none;
  }

  ul.creators-list li.creator-box a {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
  }

  ul.creators-list li.creator-box img {
    width: 100px;
    height: 63px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 0 0 1px #ebf1f2;
    display: block;
    text-align: left;
    margin-bottom: 3px;
  }

  ul.creators-list li.creator-box .creator-title {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 1.1rem;
    line-height: normal;
    font-weight: bold;
  }

  ul.creators-list li.creator-box .creator-title+br {
    display: none;
  }

  ul.creators-list li.creator-box .creator-name {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 3px;
  }

  ul.creators-list li.creator-box {
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }

  ul.creators-list li.creator-box .creator-box-left {
    width: 20%;
  }

  ul.creators-list li.creator-box .creator-box-right {
    width: 80%;
    padding: 0 5px 0 10px;
  }

  ul.creators-list li.creator-box .creator-box-right br {
    display: none;
  }

  ul.creators-list li.creator-box .creator-box-right .creator-profile {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 1.2rem;
    margin-bottom: 2px;
  }

  ul.creators-list li.creator-box .creator-box-right .creator-awards {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 1rem;
    color: var(--color-99);
  }

  ul.creators-list li.creator-box .creator-box-right .creator-awards:before {
    content: "";
    background: url(/icon/keireki-icon.svg)no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
  }

  /* creators2 */
  .creator-detail {
    padding: 10px;
  }

  .creator-detail .creator-name {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .creator-detail .creator-name dt img {
    width: 60px;
    height: 60px;
  }

  .creator-detail .creator-profile dt {
    font-size: 1.6rem;
    line-height: normal;
  }

  .creator-detail .creator-profile dd {
    font-size: 1.2rem;
  }

  .creator-detail .creator-awards dt {
    font-size: 1.6rem;
    line-height: normal;
  }

  .creator-detail .creator-awards dd {
    font-size: 1.2rem;
  }

  .creator-detail .creator-sns {
    width: 100%;
    margin-bottom: 20px;
  }

  .creator-detail .creator-sns dt {
    font-size: 1.6rem;
    line-height: normal;
  }

  .creator-detail .creator-sns .job-request {
    line-height: normal;
    font-size: 1.2rem;
  }

  .creator-detail .creator-review dt {
    font-size: 1.6rem;
  }

  .creator-detail .creator-review dd .creator-review-list li a {
    width: 70px;
    margin-right: 10px;
  }

  .creator-detail .creator-review dd .creator-review-list li a img {
    width: 100%;
  }

  .creator-detail .creator-review dd .creator-review-list li .kuchikomi-title {
    width: 70%;
  }

  .creator-detail .creator-review dd .creator-review-list li .kuchikomi-title a {
    font-size: 1.6rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    width: 100%;
  }

  .creator-detail .creator-review dd .creator-review-list li .kuchikomi-postdate {
    position: absolute;
    left: 90px;
    bottom: 10px;
    color: #919191;
  }

  .hyouka-kijun-tooltip {
    background: #f2f7f9;
    padding: 10px;
    box-shadow: 0 0 0 2px #b8d1dd;
    width: 95%;
    margin: auto;
    font-size: 1.4rem;
    line-height: 1.5;
    border-radius: 5px;
  }
}

/*--SPend--*/

/*------------------------------------------------------------
other (コエシル)
-------------------------------------------------------------*/
p:empty {
  display: none;
}

.sns-copytxt {
  display: none;
}

/*--tuika--*/
.form-kutikomi-inner>span {
  font-size: 1.4rem;
  padding: 10px 0;
  display: block;
  color: #888;
}

a.reset-bt {
  display: inline-block;
  margin: 0 0 0 10px;
  text-align: center;
  border: 1px solid #ccc;
  padding: 10px;
  background: #a6a6a6;
  color: #ffffff;
  border-radius: 3px;
  font-size: 1.4rem;
  vertical-align: middle;
}

.article .search-form_inputXX {
  width: 100%;
}

/*------------------------------------------------------------
会社概要 (コエシル)
-------------------------------------------------------------*/
.company-overview a {
  color: #1a78a5;
}

.company-overview a:hover {
  opacity: 0.7;
}

.company-overview .company-info table {
  background: var(--color-white);
  margin-bottom: 50px;
  font-family: 'M PLUS 1p', sans-serif !important;
}

.company-overview .company-info table td:first-child {
  background: #333333;
  color: var(--color-white);
  font-size: 1.5rem;
  width: 30%;
}

.company-overview .company-info table td {
  font-size: 1.5rem;
  width: 70%;
  line-height: 1.4;
  padding: 20px;
}

.company-overview .company-jyusyou ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.company-overview .company-jyusyou li {
  display: block;
  text-align: left;
  background: var(--color-white);
  position: relative;
  border: 1px solid #ededed;
  width: 32%;
  margin: 0 2% 15px 0;
}

.company-overview .company-jyusyou li:nth-of-type(3n) {
  margin-right: 0;
}

.company-overview .company-jyusyou li:last-of-type,
.company-overview .company-jyusyou li:nth-of-type(4) {
  margin-bottom: 0;
}

.company-overview .company-jyusyou li img {
  width: 100%;
  height: 100px;
  padding: 10px;
  box-sizing: border-box;
  object-fit: contain;
}

main#main-lower .company-overview .company-jyusyou li p {
  height: 100px;
  margin: 0;
  padding: 5px 10px;
  color: var(--color-white);
  background: #34a1cf;
  line-height: 1.5;
  font-size: 1.4rem;
}

.company-overview .company-media .cop-company-medialist {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.company-overview .company-media .cop-company-medialist dl {
  text-align: center;
  width: 32%;
  margin: 0 2% 20px 0;
  background: var(--color-white);
  border: 1px solid #ebebeb;
}

.company-overview .company-media .cop-company-medialist dl:nth-of-type(3n) {
  margin-right: 0;
}

.company-overview .company-media .cop-company-medialist dl dt {
  position: relative;
}

.company-overview .company-media .cop-company-medialist dl dt img {
  width: 80%;
  display: block !important;
  margin: auto;
}

.company-overview .company-media .cop-company-medialist dt a {
  display: block;
  font-size: 1.3rem;
  line-height: 1.5;
}

.company-overview .company-media .cop-company-medialist dl dt span:first-of-type {
  display: block;
  text-align: center;
  font-size: 2.1rem;
  font-weight: bold;
}

.company-overview .company-media .cop-company-medialist dl dt span:last-of-type {
  display: block;
  text-align: center;
  font-size: 1.2rem;
}

.company-overview .company-media .cop-company-medialist dl dd {
  padding: 10px 14px 10px;
  text-align: left;
  background: #f4f4f4;
  margin: 10px;
  border-radius: 6px;
  min-height: 110px;
  line-height: 1.5;
  font-size: 1.3rem;
}

main#main-lower .company-overview .cop-access .cop-access-main p.cop-bt {
  margin: 20px auto 0;
}

main#main-lower .company-overview .cop-access p {
  text-align: center;
}

.company-overview .cop-bt a {
  display: block;
  width: 50%;
  line-height: 40px;
  margin: 10px auto;
  border: 1px solid #34a1cf;
  font-size: 1.4rem;
  color: #34a1cf;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  transition: .5s;
  font-family: 'M PLUS 1p', sans-serif !important;
}

.company-overview .cop-bt a:hover {
  display: block;
  width: 50%;
  line-height: 40px;
  margin: 10px auto;
  opacity: 1;
  border: 1px solid #34a1cf;
  background: #34a1cf;
  font-size: 1.4rem;
  color: var(--color-white);
  position: relative;
  text-align: center;
  box-sizing: border-box;
}

.company-overview .cop-bt a:after {
  content: ">";
  position: absolute;
  right: 20px;
  font-size: 2rem;
  font-weight: bold;
  padding: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.company-jyusyou .sp {
  display: none;
}

.company-jyusyou h3 {
  font-size: 2.1rem;
  background: none;
  border-bottom: 2px solid #24214e;
  width: auto;
  display: inline-block;
  color: #24214e;
  padding: 0 10px 5px;
  margin: 10px auto 30px;
}

.company-jyusyou .cop-company-jyusyou-slider-wrap {
  height: 220px;
  margin: 0px 40px 40px 40px;
}

.company-jyusyou .sd-message-01 {
  display: block;
  text-align: left;
  margin: 0 5px;
  background: var(--color-white);
  position: relative;
  border: 1px solid #ededed;
}

.company-jyusyou .sd-message-01 img {
  width: 100%;
  height: 100px;
  padding: 15px;
  box-sizing: border-box;
  object-fit: contain;
}

main#main-lower .company-jyusyou .sd-message-01 p {
  height: 120px;
  margin: 0;
  padding: 10px;
  color: var(--color-white);
  background: #34a1cf;
  font-size: 1.3rem;
  margin: 0;
}

main#main-lower .company-jyusyou .sd-message-01 p:empty {
  display: none;
  margin: 0;
}

.cop-company-jyusyou-slider-area {
  position: relative;
  margin-bottom: 30px;
}

.cop-company-jyusyou-slider-area .slider-prev,
.cop-company-jyusyou-slider-area .slider-next {
  width: 30px;
  line-height: 30px !important;
  height: 30px;
  border-radius: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  font-weight: normal;
  font-size: 200% !important;
  position: absolute;
  background: #34a3d1;
  z-index: 999999;
  color: var(--color-white);
  text-align: center;
}

.cop-company-jyusyou-slider-area .slider-prev {
  left: 0;
}

.cop-company-jyusyou-slider-area .slider-next {
  right: 0;
}

@media only screen and (max-width: 813px) and (orientation: landscape),
(max-width: 753px) and (orientation: portrait) {
  .company-overview .company-info table td:first-child {
    font-size: 1.2rem;
  }

  .company-overview .company-info table td {
    padding: 10px;
    font-size: 1.2rem;
  }

  .company-overview .company-jyusyou ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .company-overview .company-jyusyou li {
    width: 49%;
    margin: 0 2% 10px 0;
  }

  .company-overview .company-jyusyou li:nth-of-type(3n) {
    margin-right: 2%;
  }

  .company-overview .company-jyusyou li:nth-of-type(4) {
    margin-bottom: 10px;
  }

  .company-overview .company-jyusyou li:nth-of-type(2n) {
    margin-right: 0;
  }

  main#main-lower .company-overview .company-jyusyou li p {
    font-size: 1.3rem;
    height: 95px;
  }

  .company-overview .company-media .cop-company-medialist dl {
    width: 100%;
  }

  .company-overview .company-media .cop-company-medialist dl dd {
    padding: 10px;
    min-height: auto;
  }

  main#main-lower .company-overview .cop-access p {
    font-size: 1.2rem;
  }

  .company-overview .cop-bt a {
    width: 94%;
    font-size: 1.3rem;
  }

  .company-overview .cop-bt a:hover {
    width: 94%;
    font-size: 1.3rem;
  }

  .company-overview .cop-bt a:after {
    right: 18px;
    font-size: 1.8rem;
    line-height: 38px;
  }

  .company-jyusyou .sp {
    display: block;
  }

  .company-jyusyou .pc {
    display: none;
  }

  .company-jyusyou h3 {
    font-size: 1.6rem;
    background: none;
    border-bottom: 2px solid #24214e;
    width: auto;
    display: inline-block;
    color: #24214e;
    padding: 0 10px 5px;
    margin: 0px auto 20px;
  }

  .company-jyusyou .cop-company-jyusyou-slider-area {
    position: relative;
    height: 200px;
    margin-bottom: 0;
  }

  .cop-company-jyusyou-slider-area .slider-prev,
  .cop-company-jyusyou-slider-area .slider-next {
    position: absolute;
    background: #34a3d1;
    font-weight: normal;
    font-size: 200% !important;
    z-index: 999999;
    color: var(--color-white);
    text-align: center;
    width: 30px;
    line-height: 30px !important;
    height: 30px;
    border-radius: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
  }

  .cop-company-jyusyou-slider-area .slider-prev {
    left: 0;
  }

  .cop-company-jyusyou-slider-area .slider-next {
    right: 0;
  }

  .cop-company-jyusyou-slider-wrap {
    margin: 0 40px;
  }

  .company-jyusyou .sd-message-01 {
    margin: 0 10px;
    text-align: left;
    background: var(--color-white);
    position: relative;
    border: 1px solid #ededed;
  }

  .company-jyusyou .sd-message-01 img {
    width: 100%;
    height: 100px;
    padding: 15px;
    box-sizing: border-box;
    object-fit: contain;
  }

  main#main-lower .company-jyusyou .sd-message-01 p {
    height: 80px;
    margin: 0;
    padding: 10px;
    color: var(--color-white);
    font-size: 1.3rem;
    background: #34a1cf;
  }

  .company-jyusyou .sd-message-01 p:empty {
    display: none;
    margin: 0;
  }
}

/*------------------------------------------------------------
評価ランキング (コエシル)
-------------------------------------------------------------*/
.kutikomi-title dd .category-rank {
  background: var(--color-cc);
  padding: 0px 15px 2px 38px;
  border-radius: 10px;
  position: relative;
}

.kutikomi-title dd .category-rank:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 10px;
  background: url(/icon/rank-oukan.png)no-repeat center center;
  background-size: 100%;
  width: 18px;
  height: 18px;
}

.kutikomi-title dd .category-rank.no-1 {
  background: #ffbc00;
  color: var(--color-white);
}

.kutikomi-title dd .category-rank.no-2 {
  background: #3c9abf;
  color: var(--color-white);
}

.kutikomi-title dd .category-rank.no-3 {
  background: #994100;
  color: var(--color-white);
}

.kutikomi-title dd .category-rank {
  background: #8a8a8a;
  color: var(--color-white);
}

@media only screen and (max-width: 813px) and (orientation: landscape),
(max-width: 753px) and (orientation: portrait) {
  .kutikomi-title dd .category-rank {
    background: var(--color-cc);
    padding: 0px 5px 0px 18px;
    border-radius: 6px;
    font-size: 1.4rem;
    position: relative;
  }

  .kutikomi-title dd .category-rank:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 4px;
    background: url(/icon/rank-oukan.png)no-repeat center center;
    background-size: 100%;
    width: 12px;
    height: 12px;
  }

  _::-webkit-full-page-media,
  _:future,
  :root .kutikomi-title dd .category-rank {
    background: var(--color-cc);
    padding: 2px 5px 2px 18px;
    border-radius: 6px;
    font-size: 1.4rem;
    position: relative;
  }

  _::-webkit-full-page-media,
  _:future,
  :root .kutikomi-title dd .category-rank:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 4px;
    background: url(/icon/rank-oukan.png)no-repeat center center;
    background-size: 100%;
    width: 12px;
    height: 12px;
  }
}

/*------------------------------------------------------------
ポイント (コエシル)
-------------------------------------------------------------*/
.hyoka-point {
  box-shadow: 0 0 2px 1px #dde4e6;
  padding: 10px 20px;
  border-radius: 5px;
  margin: 20px 0;
}

main#main-lower .hyoka-point p {
  line-height: normal;
  margin: 0 0 5px;
  padding: 0 0 5px;
  font-size: 2.4rem;
  font-weight: bold;
  border-bottom: 2px solid #ffac06;
  display: inline-block;
}

.hyoka-point-in {}

.hyoka-point-in dl {
  padding: 10px 0;
}

.hyoka-point-in dt {
  line-height: normal;
  font-weight: bold;
}

.hyoka-point-in dd {
  font-size: 1.4rem;
  color: #888;
  line-height: normal;
}

/*------------------------------------------------------------
カード (コエシル)
-------------------------------------------------------------*/
.app-syourai-box .kuchikomi-syosai-card {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-top: 20px;
  box-sizing: border-box;
  box-shadow: 0 0 0 2px #dde4e6;
  border-radius: 2px;
  padding: 20px;
  background: #e7ebee;
  position: relative;
}

.app-syourai-box .kuchikomi-syosai-card:before {
  content: '';
  position: absolute;
  top: -2px;
  left: 25px;
  display: block;
  height: 60px;
  border: 20px solid #555555;
  border-bottom-width: 15px;
  border-bottom-color: transparent;
}

.app-syourai-box .kuchikomi-syosai-card:after {
  content: '1';
  position: absolute;
  top: 15px;
  left: 39px;
  font-size: 2rem;
  font-weight: bold;
  color: var(--color-white);
}

.app-syourai-box .kuchikomi-syosai-card.no-1:after {
  content: '1';
}

.app-syourai-box .kuchikomi-syosai-card.no-1:before {
  border-color: #fa0;
  border-bottom-color: transparent;
}

.app-syourai-box .kuchikomi-syosai-card.no-2:after {
  content: '2';
}

.app-syourai-box .kuchikomi-syosai-card.no-2:before {
  border-color: #1ca3c8;
  border-bottom-color: transparent;
}

.app-syourai-box .kuchikomi-syosai-card.no-3:after {
  content: '3';
}

.app-syourai-box .kuchikomi-syosai-card.no-3:before {
  border-color: #803300;
  border-bottom-color: transparent;
}

main#main-lower .app-syourai-box .kuchikomi-syosai-card h3 {
  width: 100%;
  background: none;
  padding: 0px 0 30px 60px;
  margin: 0;
  border-radius: 0;
  font-size: 2.4rem;
}

.app-syourai-box .kuchikomi-syosai-card .kuchikomi-syosai-card-l {
  width: 19%;
  margin-right: 10px;
}

.app-syourai-box .kuchikomi-syosai-card .kuchikomi-syosai-card-l a img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 5px;
}

.app-syourai-box .kuchikomi-syosai-card .kuchikomi-syosai-card-r {
  height: auto;
  width: 78%;
  padding: 0;
  display: block;
}

.app-syourai-box .kuchikomi-syosai-card.icon-square .kuchikomi-syosai-card-l {
  width: 19%;
}

.app-syourai-box .kuchikomi-syosai-card.icon-square .kuchikomi-syosai-card-l a img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.app-syourai-box .kuchikomi-syosai-card.icon-square .kuchikomi-syosai-card-r {
  height: auto;
  width: 78%;
  padding: 0;
  display: block;
}

.app-syourai-box .kuchikomi-syosai-card.icon-landscape .kuchikomi-syosai-card-l {
  width: 30%;
  margin-right: 0;
}

.app-syourai-box .kuchikomi-syosai-card.icon-landscape .kuchikomi-syosai-card-l a img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 5px;
}

.app-syourai-box .kuchikomi-syosai-card.icon-landscape .kuchikomi-syosai-card-r {
  height: auto;
  width: 67%;
  padding: 0;
  display: block;
}

.app-syourai-box .kuchikomi-syosai-card.icon-portrait .kuchikomi-syosai-card-l {
  width: 30%;
  margin-right: 0;
}

.app-syourai-box .kuchikomi-syosai-card.icon-portrait .kuchikomi-syosai-card-l a img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 5px;
}

.app-syourai-box .kuchikomi-syosai-card.icon-portrait .kuchikomi-syosai-card-r {
  height: auto;
  width: 67%;
  padding: 0;
  display: block;
}

.app-syourai-wrap .kuchikomi-syosai-card-r .hyouban-wrap {
  border: 0;
  border-bottom: 2px solid #e7ebee;
  padding: 15px 0;
  border-radius: 0;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  width: 100%;
  background: var(--color-white);
  border-radius: 5px 5px 0 0;
}

.app-syourai-wrap .kuchikomi-syosai-card-r .kutikomi-wrap {
  border: 0;
  border-top: 0;
  border-radius: 0;
  margin-bottom: 0;
  padding: 10px 0;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  width: 100%;
  background: var(--color-white);
  border-radius: 0 0 5px 5px;
}

.app-syourai-wrap .kuchikomi-syosai-card-r .hyouban-wrap dt,
.app-syourai-wrap .kuchikomi-syosai-card-r .kutikomi-wrap dt {
  background: none;
  width: 100px;
  line-height: normal;
  color: #969696;
  font-size: 2rem;
  text-align: left;
  font-weight: bold;
  padding-left: 20px;
}

.app-syourai-wrap .kuchikomi-syosai-card-r .hyouban-wrap dd {
  vertical-align: middle;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 0 10px;
}

.app-syourai-wrap .kuchikomi-syosai-card-r .hyouban-wrap dd img {
  width: 150px;
  vertical-align: middle;
}

.app-syourai-wrap .kuchikomi-syosai-card-r .kutikomi-wrap dd {
  padding-left: 10px;
}

.app-syourai-wrap .kuchikomi-syosai-card-r .kutikomi-wrap dd a {
  border-bottom: 2px solid #555;
}

.app-syourai-wrap .kuchikomi-syosai-card-r .kutikomi-wrap .nam {
  font-size: 2.4rem;
  line-height: normal;
  height: 30px;
  background: none;
  padding: 0 5px;
  margin-right: 0px;
  border-radius: 50px;
  font-weight: bold;
  color: var(--color-text);
}

.app-syourai-wrap .kuchikomi-syosai-card-r .hyouban-wrap .nam {
  font-size: 3.4rem;
  margin-left: 10px;
  font-weight: bold;
  color: var(--color-text);
}

.app-syourai-box .kuchikomi-syosai-card .kuchikomi-syosai-card-r .link-box {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  padding: 0;
  margin-top: 15px;
}

.app-syourai-box .kuchikomi-syosai-card .kuchikomi-syosai-card-r .link-box a {
  padding: 5px;
}

.app-syourai-box .kuchikomi-syosai-card .kuchikomi-syosai-card-r .link-box img {
  width: 100%;
}

.app-syourai-box .kuchikomi-syosai-card .kuchikomi-syosai-card-r .link-box .official {
  width: 100%;
  text-align: center;
  padding: 10px;
  background: #ff3171;
  margin: 0 10px;
  border-radius: 50px;
  font-size: 1.4rem;
  color: var(--color-white);
  font-weight: bold;
}

.app-syourai-box .kuchikomi-syosai-card.no-4:after {
  content: '4';
}

.app-syourai-box .kuchikomi-syosai-card.no-5:after {
  content: '5';
}

.app-syourai-box .kuchikomi-syosai-card.no-6:after {
  content: '6';
}

.app-syourai-box .kuchikomi-syosai-card.no-7:after {
  content: '7';
}

.app-syourai-box .kuchikomi-syosai-card.no-8:after {
  content: '8';
}

.app-syourai-box .kuchikomi-syosai-card.no-9:after {
  content: '9';
}

.app-syourai-box .kuchikomi-syosai-card.no-10:after {
  content: '10';
  left: 33px;
}

.app-syourai-box .kuchikomi-syosai-card.no-11:after {
  content: '11';
  left: 33px;
}

.app-syourai-box .kuchikomi-syosai-card.no-12:after {
  content: '12';
  left: 33px;
}

.app-syourai-box .kuchikomi-syosai-card.no-13:after {
  content: '13';
  left: 33px;
}

.app-syourai-box .kuchikomi-syosai-card.no-14:after {
  content: '14';
  left: 33px;
}

.app-syourai-box .kuchikomi-syosai-card.no-15:after {
  content: '15';
  left: 33px;
}

.app-syourai-box .kuchikomi-syosai-card.no-16:after {
  content: '16';
  left: 33px;
}

.app-syourai-box .kuchikomi-syosai-card.no-17:after {
  content: '17';
  left: 33px;
}

.app-syourai-box .kuchikomi-syosai-card.no-18:after {
  content: '18';
  left: 33px;
}

.app-syourai-box .kuchikomi-syosai-card.no-19:after {
  content: '19';
  left: 33px;
}

.app-syourai-box .kuchikomi-syosai-card.no-20:after {
  content: '20';
  left: 33px;
}

.app-syourai-box .kuchikomi-syosai-card.no-21:after {
  content: '21';
  left: 33px;
}

.app-syourai-box .kuchikomi-syosai-card.no-22:after {
  content: '22';
  left: 33px;
}

.app-syourai-box .kuchikomi-syosai-card.no-23:after {
  content: '23';
  left: 33px;
}

.app-syourai-box .kuchikomi-syosai-card.no-24:after {
  content: '24';
  left: 33px;
}

.app-syourai-box .kuchikomi-syosai-card.no-25:after {
  content: '25';
  left: 33px;
}

.app-syourai-box .kuchikomi-syosai-card.no-26:after {
  content: '26';
  left: 33px;
}

.app-syourai-box .kuchikomi-syosai-card.no-27:after {
  content: '27';
  left: 33px;
}

.app-syourai-box .kuchikomi-syosai-card.no-28:after {
  content: '28';
  left: 33px;
}

.app-syourai-box .kuchikomi-syosai-card.no-29:after {
  content: '29';
  left: 33px;
}

.app-syourai-box .kuchikomi-syosai-card.no-30:after {
  content: '30';
  left: 33px;
}

@media only screen and (max-width : 415px) {
  .app-syourai-box .kuchikomi-syosai-card.icon-landscape .kuchikomi-syosai-card-l a img {
    height: 85px;
  }
}

@media only screen and (max-width: 813px) and (orientation: landscape),
(max-width: 753px) and (orientation: portrait) {
  .app-syourai-box .kuchikomi-syosai-card {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 20px;
    box-sizing: border-box;
    box-shadow: 0 0 0 2px #dde4e6;
    background: #e7ebee;
    border-radius: 2;
    padding: 12px 10px 15px;
    position: relative;
  }

  .app-syourai-box .kuchikomi-syosai-card:before {
    content: '';
    position: absolute;
    top: -2px;
    left: 13px;
    display: block;
    height: 45px;
    border: 20px solid #555555;
    border-bottom-width: 5px;
    border-bottom-color: transparent;
  }

  .app-syourai-box .kuchikomi-syosai-card:after {
    content: '1';
    position: absolute;
    top: 10px;
    left: 27px;
    font-size: 2rem;
    font-weight: bold;
    color: var(--color-white);
  }

  main#main-lower .app-syourai-box .kuchikomi-syosai-card h3 {
    width: 100%;
    background: none;
    padding: 0px 0 0px 55px;
    margin: 0 0 30px;
    border-radius: 0;
    font-size: 1.8rem;
  }

  .app-syourai-box .kuchikomi-syosai-card .kuchikomi-syosai-card-l {
    width: 25%;
  }

  .app-syourai-box .kuchikomi-syosai-card .kuchikomi-syosai-card-l a {}

  .app-syourai-box .kuchikomi-syosai-card .kuchikomi-syosai-card-l a img {
    width: 100%;
    height: auto;
    border-radius: 5px;
  }

  .app-syourai-box .kuchikomi-syosai-card .kuchikomi-syosai-card-r {
    height: auto;
    width: 70%;
    padding: 0;
    display: block;
  }

  .app-syourai-box .kuchikomi-syosai-card.icon-square .kuchikomi-syosai-card-l {
    width: 25%;
  }

  .app-syourai-box .kuchikomi-syosai-card.icon-square .kuchikomi-syosai-card-l a img {
    width: 100%;
    height: auto;
    border-radius: 5px;
  }

  .app-syourai-box .kuchikomi-syosai-card.icon-square .kuchikomi-syosai-card-r {
    height: auto;
    width: 70%;
    padding: 0;
    display: block;
  }

  .app-syourai-box .kuchikomi-syosai-card.icon-landscape .kuchikomi-syosai-card-l {
    width: 36%;
    margin-right: 8px;
  }

  .app-syourai-box .kuchikomi-syosai-card.icon-landscape .kuchikomi-syosai-card-l a img {
    height: 75px;
    border-radius: 5px;
  }

  .app-syourai-box .kuchikomi-syosai-card.icon-landscape .kuchikomi-syosai-card-r {
    height: auto;
    width: 60%;
    display: block;
  }

  .app-syourai-box .kuchikomi-syosai-card.icon-portrait .kuchikomi-syosai-card-l {
    width: 22%;
    margin-right: 12px;
  }

  .app-syourai-box .kuchikomi-syosai-card.icon-portrait .kuchikomi-syosai-card-l a img {
    height: 75px;
    border-radius: 5px;
  }

  .app-syourai-box .kuchikomi-syosai-card.icon-portrait .kuchikomi-syosai-card-r {
    height: auto;
    width: 73%;
    display: block;
  }

  .app-syourai-wrap .kuchikomi-syosai-card-r .hyouban-wrap {
    border: 0;
    border-bottom: 2px solid #e2e8ea;
    padding: 8px 0;
    border-radius: 0;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    width: 100%;
    background: var(--color-white);
    border-radius: 5px 5px 0 0;
  }

  .app-syourai-wrap .kuchikomi-syosai-card-r .kutikomi-wrap {
    border: 0;
    border-top: 0;
    border-radius: 0;
    margin-bottom: 0;
    padding: 4px 0;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    width: 100%;
    background: var(--color-white);
    border-radius: 0 0 5px 5px;
  }

  .app-syourai-wrap .kuchikomi-syosai-card-r .hyouban-wrap dt,
  .app-syourai-wrap .kuchikomi-syosai-card-r .kutikomi-wrap dt {
    background: none;
    width: 55px;
    line-height: normal;
    color: #969696;
    font-size: 2rem;
    text-align: left;
    font-weight: bold;
    padding-left: 10px;
    font-size: 1.4rem;
  }

  .app-syourai-wrap .kuchikomi-syosai-card-r .hyouban-wrap dd {
    vertical-align: middle;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 0 10px;
  }

  .app-syourai-wrap .kuchikomi-syosai-card-r .hyouban-wrap dd img {
    width: 80px;
    vertical-align: middle;
  }

  .app-syourai-wrap .kuchikomi-syosai-card-r .kutikomi-wrap dd {
    padding-left: 10px;
  }

  .app-syourai-wrap .kuchikomi-syosai-card-r .kutikomi-wrap .nam {
    font-size: 2rem;
    line-height: normal;
    height: 30px;
    background: none;
    padding: 0 5px;
    margin-right: 0px;
    border-radius: 50px;
    font-weight: bold;
    color: var(--color-text);
  }

  .app-syourai-wrap .kuchikomi-syosai-card-r .hyouban-wrap .nam {
    font-size: 2rem;
    margin-left: 10px;
    font-weight: bold;
    color: var(--color-text);
  }

  .app-syourai-box .kuchikomi-syosai-card .kuchikomi-syosai-card-r .link-box {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0;
    margin-top: 10px;
  }

  .app-syourai-box .kuchikomi-syosai-card .kuchikomi-syosai-card-r .link-box a {
    padding: 5px;
  }

  .app-syourai-box .kuchikomi-syosai-card .kuchikomi-syosai-card-r .link-box img {
    width: 100%;
  }

  .app-syourai-box .kuchikomi-syosai-card .kuchikomi-syosai-card-r .link-box .official {
    width: 100%;
    text-align: center;
    padding: 8px;
    background: #ff3171;
    margin: 0;
    border-radius: 50px;
    font-size: 1.3rem;
    color: var(--color-white);
    font-weight: bold;
  }

  .app-syourai-box .kuchikomi-syosai-card.no-10:after {
    content: '10';
    left: 22px;
  }

  .app-syourai-box .kuchikomi-syosai-card.no-11:after {
    content: '11';
    left: 22px;
  }

  .app-syourai-box .kuchikomi-syosai-card.no-12:after {
    content: '12';
    left: 22px;
  }

  .app-syourai-box .kuchikomi-syosai-card.no-13:after {
    content: '13';
    left: 22px;
  }

  .app-syourai-box .kuchikomi-syosai-card.no-14:after {
    content: '14';
    left: 22px;
  }

  .app-syourai-box .kuchikomi-syosai-card.no-15:after {
    content: '15';
    left: 22px;
  }

  .app-syourai-box .kuchikomi-syosai-card.no-16:after {
    content: '16';
    left: 22px;
  }

  .app-syourai-box .kuchikomi-syosai-card.no-17:after {
    content: '17';
    left: 22px;
  }

  .app-syourai-box .kuchikomi-syosai-card.no-18:after {
    content: '18';
    left: 22px;
  }

  .app-syourai-box .kuchikomi-syosai-card.no-19:after {
    content: '19';
    left: 22px;
  }

  .app-syourai-box .kuchikomi-syosai-card.no-20:after {
    content: '20';
    left: 22px;
  }

  .app-syourai-box .kuchikomi-syosai-card.no-21:after {
    content: '21';
    left: 22px;
  }

  .app-syourai-box .kuchikomi-syosai-card.no-22:after {
    content: '22';
    left: 22px;
  }

  .app-syourai-box .kuchikomi-syosai-card.no-23:after {
    content: '23';
    left: 22px;
  }

  .app-syourai-box .kuchikomi-syosai-card.no-24:after {
    content: '24';
    left: 22px;
  }

  .app-syourai-box .kuchikomi-syosai-card.no-25:after {
    content: '25';
    left: 22px;
  }

  .app-syourai-box .kuchikomi-syosai-card.no-26:after {
    content: '26';
    left: 22px;
  }

  .app-syourai-box .kuchikomi-syosai-card.no-27:after {
    content: '27';
    left: 22px;
  }

  .app-syourai-box .kuchikomi-syosai-card.no-28:after {
    content: '28';
    left: 22px;
  }

  .app-syourai-box .kuchikomi-syosai-card.no-29:after {
    content: '29';
    left: 22px;
  }

  .app-syourai-box .kuchikomi-syosai-card.no-30:after {
    content: '30';
    left: 22px;
  }
}

.kuchikomi-cnt {
  display: block;
  padding: 5px;
  margin: 10px 0;
  background: #e4f1f5;
  box-sizing: border-box;
  box-shadow: 0 0 0 1px #ddf0f6;
  line-height: normal;
  border-radius: 2px;
  text-align: center;
  font-family: "M PLUS 1p";
  font-weight: bold;
}

.kuchikomi-cnt .cnt-present-date {
  color: var(--color-66);
  font-size: 1.3rem;
}

.kuchikomi-cnt .cnt-service {
  color: var(--color-66);
  font-size: 1.3rem;
}

.kuchikomi-cnt .cnt-num a {
  color: #066493;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 0;
  border-bottom: 1px solid #066493;
}

/*------------------------------------------------------------
吹き出し (コエシル)
-------------------------------------------------------------*/
.comment-box {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
}

.comment-txt-l {
  position: relative;
  display: inline-block;
  margin: 10px 30px 10px 0;
  padding: 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 1.6rem;
  background: var(--color-white);
  box-shadow: 0 0 0 1px #ebebeb;
  line-height: 1.4;
}

.comment-txt-l:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -17px;
  border: 17px solid transparent;
  border-left: 17px solid #ebebeb;
}

.comment-txt-l:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #FFF;
}

.comment-txt-r {
  position: relative;
  display: inline-block;
  margin: 10px 0 10px 30px;
  padding: 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 1.6rem;
  background: var(--color-white);
  box-shadow: 0 0 0 1px #ebebeb;
  line-height: 1.4;
}

.comment-txt-r:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -34px;
  margin-top: -17px;
  border: 17px solid transparent;
  border-right: 17px solid #ebebeb;
}

.comment-txt-r:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #FFF;
}

.comment-icon {
  text-align: center;
  width: 30%;
}

.comment-icon img {
  width: 60px;
}

.come-name {
  display: block;
  font-size: 1.2rem;
  margin-top: 5px;
  color: #555;
}

/*------------------------------------------------------------
吹き出し-table (コエシル)
-------------------------------------------------------------*/
.post table.comment-box {
  margin: 0 0 22px 0;
  border: 0;
  display: table;
}

.post table.comment-box tr {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

.post table.comment-box .comment-txt-l {
  position: relative;
  display: inline-block;
  margin: 0 20px;
  padding: 12px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 1.2rem;
  background: var(--color-white);
  box-shadow: 1px 1px 2px 0 #e4e4e4;
  border-radius: 2px;
  line-height: 2;
  border: 1px solid #ddd;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

table.comment-box .comment-txt-l:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -10px;
  top: 7px;
  left: auto;
  margin: 0;
  border: 10px solid transparent;
  border-top-color: #ddd;
  z-index: -1;
}

table.comment-box .comment-txt-l:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -8px;
  top: 8px;
  left: auto;
  margin: 0;
  border: 9px solid transparent;
  border-top-color: var(--color-white);
  z-index: 2;
}

.post table.comment-box .comment-txt-r {
  position: relative;
  display: inline-block;
  margin: 0 20px;
  padding: 12px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 1.2rem;
  background: var(--color-white);
  box-shadow: 1px 1px 2px 0 #e4e4e4;
  border-radius: 2px;
  line-height: 2;
  border: 1px solid #ddd;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

table.comment-box .comment-txt-r:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -10px;
  top: 7px;
  border: 10px solid transparent;
  border-top-color: #ddd;
  z-index: -1;
  margin: 0;
}

table.comment-box .comment-txt-r:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -8px;
  top: 8px;
  border: 9px solid transparent;
  border-top-color: var(--color-white);
  z-index: 2;
  margin: 0;
}

.post table.comment-box .comment-icon {
  text-align: center;
  width: 90px;
  min-width: 90px;
  border: 0;
  line-height: 1;
  padding: 0 0 0 10px;
}

.post table.comment-box .comment-icon:last-child {
  padding: 0 10px 0 0;
}

table.comment-box .comment-icon img {
  width: 60px;
}

table.comment-box .come-name {
  display: block;
  font-size: 1.2rem;
  margin-top: 8px;
  color: #555;
}

@media only screen and (max-width: 813px) and (orientation: landscape),
(max-width: 753px) and (orientation: portrait) {
  #main-lower .post table.comment-box {
    margin: 0 0 22px 0;
  }

  .post table.comment-box .comment-icon {
    text-align: center;
    width: 80px;
    min-width: 80px;
  }

  .post table.comment-box .comment-txt-r,
  .post table.comment-box .comment-txt-l {
    line-height: 1.8;
    padding: 10px;
    margin: 0 15px;
  }
}

/*------------------------------------------------------------
ココポイント (コエシル)
-------------------------------------------------------------*/
.point-wakuBox {
  border-radius: 10px;
  position: relative;
  margin: 36px auto 32px;
  padding: 30px 20px 25px;
  border: 3px solid #ffc1d5;
  box-shadow: 0 0 0px 2px #ff6e9b;
  box-sizing: border-box;
  background: var(--color-white);
}

.pwb-h {
  position: absolute;
  top: -17px;
  left: 30px;
  background: #ff3d7a;
  display: block;
  padding: 0px 30px;
  font-weight: bold;
  font-size: 1.6rem;
  box-shadow: 0 0 0px 2px #ff3d7a;
  border-radius: 50px;
  color: var(--color-white);
  margin: 0 !important;
}

.pwb-h.color-bh {
  background: #303030;
  box-shadow: 0 0 0px 2px #303030;
}

.pwb-h.center {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  white-space: nowrap;
}

.point-wakuBox dl {
  padding: 0;
  margin: 0;
  line-height: 1.5;
}

.point-wakuBox dt {
  padding: 0;
  margin: 0 0 0px;
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: bold;
}

.point-wakuBox .maru-list {
  background: #e9edef;
  display: inline-block;
  padding: 3px 20px 2px 10px;
  display: inline-block;
  align-items: center;
  color: #e03131;
  border-radius: 3px;
  width: auto;
  font-size: 1.4rem;
  font-weight: bold;
}

.point-wakuBox .maru-list span {
  color: var(--color-white);
}

.point-wakuBox .maru-list:before {
  content: "〇";
  font-size: 1.5rem;
  color: #e03131;
  margin-right: 5px;
  font-weight: bold;
}

.point-wakuBox .batu-list {
  background: #e9edef;
  display: inline-block;
  padding: 3px 20px 2px 10px;
  display: inline-block;
  align-items: center;
  color: #4473b2;
  border-radius: 3px;
  width: auto;
  font-size: 1.4rem;
  margin-top: 20px;
  font-weight: bold;
}

.point-wakuBox .batu-listspan {
  color: var(--color-white);
}

.point-wakuBox .batu-list:before {
  content: "×";
  font-size: 1.5rem;
  color: #4473b2;
  margin-right: 5px;
  font-weight: bold;
}

.point-wakuBox dd {
  padding: 0;
  margin: 0 0 10px;
  line-height: 1.7;
  font-size: 1.4rem;
  color: #444;
}

.point-wakuBox dd:last-of-type {
  margin: 0;
}

/*------------------------------------------------------------
ココポイント2 (コエシル)
-------------------------------------------------------------*/
.point-wakuBox2 {
  border-radius: 5px;
  position: relative;
  margin: 20px 2px;
  padding: 15px;
  border: 3px solid #ffc1d5;
  box-shadow: 0 0 0px 2px #ff6e9b;
  box-sizing: border-box;
  background: var(--color-white);
}

.point-wakuBox2 dl {
  padding: 0;
  margin: 0;
  line-height: 1.5;
}

.point-wakuBox2 dt {
  padding: 0;
  margin: 0 0 10px;
  line-height: 1.5;
  font-size: 1.6rem;
}

.point-wakuBox2 dt:first-of-type {
  background: #e9edef;
  display: inline-block;
  padding: 3px 20px 2px 10px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  color: #e03131;
  border-radius: 3px;
  width: 110px;
  font-size: 1.4rem;
  font-weight: bold;
}

.point-wakuBox2 dt:first-of-type span {
  color: var(--color-white);
}

.point-wakuBox2 dt:first-of-type:before {
  content: "〇";
  font-size: 1.5rem;
  color: #e03131;
  margin-right: 5px;
  font-weight: bold;
}

.point-wakuBox2 dt:nth-of-type(2) {
  background: #e9edef;
  display: inline-block;
  padding: 3px 20px 2px 10px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  color: #4473b2;
  border-radius: 3px;
  width: 110px;
  font-size: 1.4rem;
  margin-top: 20px;
  font-weight: bold;
}

.point-wakuBox2 dt:nth-of-type(2) span {
  color: var(--color-white);
}

.point-wakuBox2 dt:nth-of-type(2):before {
  content: "×";
  font-size: 1.5rem;
  color: #4473b2;
  margin-right: 5px;
  font-weight: bold;
}

.point-wakuBox2 dd {
  padding: 0;
  margin: 0 0 5px;
  line-height: 1.2;
  font-size: 1.4rem;
  color: #444;
}

.point-wakuBox2 dd:last-of-type {
  margin: 0;
}

/*------------------------------------------------------------
枠デザイン (コエシル)
-------------------------------------------------------------*/
.block-box {
  padding: 45px 20px 20px;
  margin: 30px 0;
  box-shadow: 0 0 2px 1px #dde4e6;
  border-radius: 10px;
  position: relative;
}

.block-box h3.bb-h {
  font-size: 20px !important;
  font-weight: bold;
  position: absolute;
  top: 0px !important;
  left: 0 !important;
  background: #ecf0f1;
  padding: 10px 20px !important;
  border-radius: 10px 0 10px 0 !important;
  margin: 0 !important;
}

.block-box .bb-h {
  font-size: 2rem;
  font-weight: bold;
  position: absolute;
  top: 0px;
  left: 0;
  background: #ecf0f1;
  padding: 5px 20px;
  margin: 0 !important;
  border-radius: 10px 0 10px 0;
}

.bb-in-box {
  background: #f3f6f7;
  padding: 20px;
  border-radius: 30px;
  margin: 20px 0;
}

.bb-in-box p {
  padding: 0;
  margin: 0 0 10px !important;
  line-height: 1.6;
  font-size: 1.4rem;
  color: var(--color-66);
}

.app-syourai-wrap .hyouka-box {
  width: 100%;
  margin-left: 0;
}

@media only screen and (max-width: 813px) and (orientation: landscape),
(max-width: 753px) and (orientation: portrait) {
  .point-wakuBox {
    border-radius: 10px;
    position: relative;
    margin-top: 30px;
    padding: 20px 10px 20px;
    box-shadow: 0 0 0px 2px #ff3d7a;
  }

  .point-wakuBox.furniture img.aligncenter {
    margin-top: 10px;
  }

  .pwb-h {
    top: -15px;
  }

  .point-wakuBox dt {
    font-size: 1.4rem;
  }

  .point-wakuBox dd {
    font-size: 1.2rem;
  }

  .point-wakuBox2 {
    border-radius: 10px;
    position: relative;
    margin-top: 20px;
    padding: 20px 10px 20px;
    box-shadow: 0 0 0px 2px #ff3d7a;
  }

  .point-wakuBox2 dt {
    font-size: 1.4rem;
  }

  .point-wakuBox2 dd {
    font-size: 1.2rem;
  }

  .comment-txt-l {
    font-size: 1.2rem;
    margin: 10px 20px 10px 0;
  }

  .comment-txt-r {
    font-size: 1.2rem;
    margin: 10px 0 10px 25px;
  }

  .comment-icon {
    width: 80%;
  }

  .block-box {
    padding: 30px 10px 10px;
    margin: 30px 0;
  }

  .block-box h3.bb-h {
    font-size: 16px !important;
  }

  .block-box .bb-h {
    font-size: 16px !important;
  }

  .bb-in-box {
    background: #f3f6f7;
    padding: 15px;
    border-radius: 20px;
    margin: 15px 0;
  }

  .app-syourai-wrap .hyouka-box {
    width: 100%;
    margin-left: 0;
  }
}

.app-syourai-wrap .morebtn {
  margin: 20px auto 40px;
}

.app-syourai-wrap a.morebtn {
  color: var(--color-white);
}

.bb-in-box a.BtnMore {
  width: 90%;
  display: block;
  margin: 20px auto 0;
  padding: 13px;
  border-radius: 100px;
  border: 0;
  background: #066493;
  color: var(--color-white);
  font-weight: bold;
  cursor: pointer;
  text-align: center;
}

.bb-in-box a.BtnLink {
  width: 90%;
  display: block;
  margin: 20px auto;
  padding: 10px;
  border-radius: 5px;
  border: 0;
  background: #ff3171;
  color: var(--color-white);
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  transition: 0.3s;
  box-sizing: border-box;
  box-shadow: 0px 3px 0px 0px #a92e55;
}

@media only screen and (max-width: 813px) and (orientation: landscape),
(max-width: 753px) and (orientation: portrait) {
  .bb-in-box a.BtnMore {
    width: 100%;
  }

  .bb-in-box a.BtnLink {
    width: 100%;
  }
}

.kutikomi-title-box a.gachaBtn.detailLink {
  margin: 0 auto;
}

/*------------------------------------------------------------
検索フォーム (コエシル)
-------------------------------------------------------------*/
.gs-bidi-start-align.gs-visibleUrl.gs-visibleUrl-breadcrumb {
  color: #009933;
  font-size: 1.2rem;
  margin-bottom: 5px;
  display: block;
}

.gs-webResult div.gs-visibleUrl span {
  color: #009933;
  font-size: 1.2rem;
}

.gsc-webResult.gsc-result {
  border-bottom: 1px solid #eff3f4 !important;
  padding: 14px 0 !important;
}

.gsc-wrapper .gsc-results .gsc-cursor-box .gsc-cursor-page {
  position: relative;
  top: 0;
  left: 0;
  margin: 0 8px 4px 0;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  zoom: 1;
  border: none;
  font-weight: 700;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 0 4px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background: #5B6783;
  font-size: 1.1rem;
  color: var(--color-white);
  text-decoration: none;
}

.gsc-wrapper .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  border-color: #34a3d1;
  background-color: #34a3d1;
  text-decoration: none;
}

.gs-bidi-start-align.gs-visibleUrl.gs-visibleUrl-breadcrumb {
  color: #009933;
  font-size: 1.2rem;
  margin-bottom: 8px;
  display: block;
}

.gsc-control-cse .gs-spelling,
.gsc-control-cse .gs-result .gs-title,
.gsc-control-cse .gs-result .gs-title * {
  margin-bottom: 6px;
}

.gsc-control-cse .gsc-table-result {}

.gsc-table-cell-thumbnail>div,
.gs-promotion-image-cell {
  margin: 0 35px 0 0;
}

.gs-web-image-box .gs-image,
.gs-promotion-image-box .gs-promotion-image {
  max-width: 80px !important;
  width: 80px;
  height: 55px !important;
  object-fit: cover;
  box-shadow: 0 0 0 1px #d9e7ed;
}

.gsc-table-cell-snippet-close,
.gs-promotion-text-cell {
  line-height: 1.4;
}

.gs-result .gs-image,
.gs-result .gs-promotion-image {
  border: 0px solid #e2e2e2 !important;
}

.gsc-results .gsc-cursor-box {
  margin: 20px 5px !important;
}

@media only screen and (max-width: 813px) and (orientation: landscape),
(max-width: 753px) and (orientation: portrait) {

  .search-form_input .gs-image-box.gs-web-image-box.gs-web-image-box-landscape,
  .search-form_input .gs-image-box.gs-web-image-box.gs-web-image-box-portrait {
    float: left;
    margin: 0 10px 0 0;
    width: auto;
    height: auto;
  }

  .gsc-control-cse .gs-spelling,
  .gsc-control-cse .gs-result .gs-title,
  .gsc-control-cse .gs-result .gs-title * {
    font-size: 14px !important;
    margin-bottom: 8px;
    line-height: 1.4;
  }

  .gs-bidi-start-align.gs-visibleUrl.gs-visibleUrl-breadcrumb {
    color: #009933;
    font-size: 12px !important;
    margin-bottom: 10px !important;
    display: block;
  }

  .gs-webResult .gs-snippet,
  .gs-fileFormatType {
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }

  .gs-promotion-image-box img.gs-promotion-image,
  .gs-web-image-box-portrait img.gs-image,
  .gs-web-image-box-landscape img.gs-image {
    object-fit: cover;
    width: 100px !important;
    height: 80px !important;
    max-width: 100px !important;
    max-height: 80px !important;
  }

  .gsc-control-cse {
    padding: 0 !important;
  }
}

div.mailaddress-copy-popup {
  display: block;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%)translateX(-50%);
  margin: auto;
  background: rgb(0 0 0 / 65%);
  width: 400px;
  padding: 10px 0;
  border-radius: 5px;
}

div.mailaddress-copy-popup div:first-of-type {
  font-weight: bold;
}

div.mailaddress-copy-popup div {
  text-align: center;
  color: var(--color-white);
  line-height: 1.4;
}

@media only screen and (max-width: 813px) and (orientation: landscape),
(max-width: 753px) and (orientation: portrait) {
  div.mailaddress-copy-popup {
    display: block;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%)translateX(-50%);
    margin: auto;
    background: rgb(0 0 0 / 65%);
    width: 90%;
    padding: 10px 0;
    border-radius: 5px;
  }

  div.mailaddress-copy-popup div:first-of-type {
    font-weight: bold;
  }

  div.mailaddress-copy-popup div {
    text-align: center;
    color: var(--color-white);
    line-height: 1.4;
  }
}

/*------------------------------------------------------------
entry  (コエシル)
-------------------------------------------------------------*/
#entry-form>p:first-of-type {
  padding: 10px 0;
  margin: 0;
}

#entry-form table td {
  padding: 10px;
}

#entry-form table input {
  padding: 5px 10px !important;
  font-size: 1.6rem;
}

#entry-form table select {
  padding: 5px 10px !important;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #ccc;
}

#entry-form table textarea {
  border: 1px solid #ccc;
  padding: 10px !important;
  font-size: 1.6rem;
}

#entry-form table label .file_path {
  padding: 8px 10px;
  background: var(--color-66);
  border-radius: 5px;
  font-size: 1.4rem;
  color: var(--color-white);
  cursor: pointer;
  display: inline-block;
}

#entry-form table .input-awards li {
  padding: 0;
}

#entry-form table .input-awards .sortable-item input {
  width: 75%;
  margin: 3px 0;
  font-size: 1.6rem;
}

#entry-form table .sortable-item.ui-sortable-handle button {
  padding: 5px 20px;
  border-radius: 5px;
  border: 1px solid #ccc;
  cursor: pointer;
}

#entry-form table button[name="add_awards"] {
  margin-top: 5px;
  padding: 5px 20px;
  border: 1px solid #ccc;
  color: var(--color-white);
  background: var(--color-66);
  border-radius: 5px;
  cursor: pointer;
  font-size: 1.4rem;
}

#entry-form table .sns-list {
  padding: 5px 0
}

#entry-form table .sns-list span a {
  color: var(--color-white);
  padding: 5px 10px;
  background: var(--color-66);
  border-radius: 5px;
  font-size: 1.2rem;
  margin: 1px 1px;
  display: inline-block;
}

#entry-form table+div.lead {
  padding: 5px 20px;
  ;
  width: 100%;
  display: block;
  margin: 20px auto;
  background: #f1f8fa;
  border-radius: 5px;
}

#entry-form table+div.lead p {
  font-size: 12px !important;
  margin: 10px auto;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

#entry-form table+div.lead p input {
  margin-right: 10px;
}

#entry-form table+div.lead p a {
  border-bottom: 1px solid;
}

button[name="entry"].submit-bt {
  text-align: center;
  margin: auto;
  display: block;
  padding: 5px 10px;
  cursor: pointer;
}

button[name="entry"].submit-bt+p {
  text-align: center;
  margin: 0 0 20px !important;
}

button[name="entry"].submit-bt+p a {
  text-align: center;
  margin: 0 auto 0 !important;
  display: inline-block;
  padding: 5px 0px 0;
  background: none;
  width: auto;
  border-bottom: 1px solid;
  font-size: 1.4rem;
}

#mailform {
  padding: 10px;
}

#mailform>ul+input+p {
  background: none;
  text-align: left;
  padding: 10px 0 0px 10px;
  margin: 0 auto !important;
  width: 80%;
}

label[for="passcheck"] {
  font-size: 1.2rem;
}

#mailform ul input {
  padding: 5px 10px !important;
  font-size: 1.6rem;
  width: 80%;
  display: block;
  margin: auto;
}

input[name="referer"]+p {
  width: 80%;
  display: block;
  text-align: center;
  background: #f3f8fa;
  margin: 10px auto !important;
  font-size: 1.6rem;
  padding: 10px 30px;
  box-sizing: border-box;
}

input[name="referer"]+p input {
  margin-right: 10px;
}

#mailform .loginBtn {
  width: 300px;
  padding: 10px 20px !important;
  margin: 20px auto;
  line-height: 1 !important;
  background: #ff3171;
}

#mailform .pass {
  line-height: normal;
  text-align: center;
  text-decoration: underline;
  color: #39f;
}

#mailform .pass+p {
  text-align: center;
  margin: 20px auto 0;
}

#mailform .pass+p a {
  width: 300px !important;
  display: block;
  border-radius: 3px;
  padding: 10px 20px !important;
  margin: 20px auto 0;
  line-height: 1 !important;
  background: #222;
  text-align: center;
  color: var(--color-white);
}

#entry-form table label .file_path {
  display: inline-block;
}

.icon-preview {
  padding: 10px;
  text-align: center;
}

.icon-preview img {
  display: block;
  margin: 0 auto 20px;
  box-shadow: 0 0 0 1px #eee4e6;
  border-radius: 10px;
}

.icon-trimming.modal-open {
  padding: 5px 10px;
  background: var(--color-white);
  display: inline-block;
  border-radius: 5px;
  font-size: 1.2rem;
  width: 95px;
  cursor: pointer;
  margin: 0 2px;
  box-shadow: 0 0 0px 1px #dde4e6;
}

.icon-del {
  padding: 5px 10px;
  background: var(--color-f2);
  display: inline-block;
  border-radius: 5px;
  font-size: 1.2rem;
  width: 95px;
  cursor: pointer;
  box-shadow: 0 0 0px 1px #dde4e6;
}

#image-trimming .trimming-area {}

#image-trimming #trimming-preview {
  margin: 20px 0;
  padding: 20px 0;
  background: #eee;
}

#image-trimming #trimming-preview img {
  box-shadow: 0 0 0 1px #eee4e6;
  border-radius: 10px;
}

button.trimming-ok {
  padding: 3px 10px;
  background: var(--color-66);
  border: 0;
  border-radius: 5px;
  font-size: 1.4rem;
  color: var(--color-white);
  cursor: pointer;
  width: 95px;
}

button.trimming-cancel {
  padding: 3px 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  cursor: pointer;
  font-size: 1.4rem;
  width: 95px;
}

#entry-form ul.input-sns {
  margin: 10px 0;
}

#entry-form ul.input-sns li {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin: 5px 0;
  padding: 0;
}

#entry-form ul.input-sns li img {
  margin: 0 10px 0 0;
}

#entry-form ul.input-sns li img[src="/common/icon/sns-y.png"] {
  box-shadow: 0 0 0 1px #eee4e6;
  border-radius: 5px;
}

#entry-form ul.input-sns li input {
  padding: 2px 10px !important;
  font-size: 16px !important;
  width: 75%;
}

#entry-form ul.input-sns li button {
  margin: 0 0 0 10px;
  padding: 3px 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  cursor: pointer;
  font-size: 1.4rem;
  width: auto;
}

@media only screen and (max-width: 813px) and (orientation: landscape),
(max-width: 753px) and (orientation: portrait) {
  #entry-form table input {
    font-size: 1.2rem;
    width: 100%;
    max-width: 100%;
  }

  #entry-form table select {
    width: 100%;
  }

  #entry-form table textarea {
    border: 1px solid #ccc;
    padding: 10px !important;
    font-size: 1.2rem;
  }

  #entry-form table label .file_path {
    padding: 5px 10px;
    font-size: 1.2rem;
  }

  #entry-form table .input-awards .sortable-item input {
    width: 75%;
    margin: 3px 5px 3px 0;
    font-size: 1.6rem;
  }

  #entry-form table .sortable-item.ui-sortable-handle button {
    padding: 5px 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    cursor: pointer;
    font-size: 1.2rem;
  }

  #entry-form table button[name="add_awards"] {
    margin-top: 5px;
    padding: 5px 20px;
    border: 1px solid #ccc;
    color: var(--color-white);
    background: var(--color-66);
    border-radius: 5px;
    cursor: pointer;
    font-size: 1.2rem;
  }

  #entry-form table .sns-list {
    padding: 5px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #entry-form table .sns-list span a {
    color: var(--color-white);
    padding: 5px 10px;
    background: var(--color-66);
    border-radius: 5px;
    font-size: 1.2rem;
    margin: 3px 2px;
    display: block;
  }

  #entry-form table+div.lead {
    padding: 10px 20px;
    ;
    width: 100%;
    display: block;
    margin: 20px auto;
    background: #f1f8fa;
    border-radius: 5px;
  }

  #entry-form table+div.lead p {
    font-size: 12px !important;
    width: 100%;
    display: block;
    margin: 10px auto;
  }

  #entry-form table+div.lead p:first-of-type {
    text-align: left;
    font-size: 12px !important;
  }

  button[name="entry"].submit-bt {
    text-align: center;
    margin: auto;
    display: block;
    padding: 5px 10px;
  }

  button[name="entry"].submit-bt+p a {
    text-align: center;
    margin: 10px auto 0 !important;
    display: block;
    padding: 8px 0px;
    background: #ff3171;
    width: 232px;
    border-radius: 3px;
    color: var(--color-white);
  }

  .contactWrap section .contactInner01 {
    background: #e9eef0 none repeat scroll 0 0;
    padding: 0 !important;
  }

  .contactWrap section .contactInner02 {
    background: #fff none repeat scroll 0 0;
    border-radius: 4px;
    padding: 0 !important;
  }

  #mailform {
    padding: 10px;
  }

  #mailform>ul+input+p {
    background: none;
    text-align: left;
    padding: 10px 0 0px 10px;
    margin: 0 !important;
  }

  label[for="passcheck"] {
    font-size: 1.2rem;
  }

  #mailform ul input {
    width: 100%;
    max-width: 100%;
  }

  input[name="referer"]+p {
    width: 100%;
  }

  input[name="referer"]+p input {
    margin-right: 10px;
  }

  #mailform .loginBtn {
    width: 100%;
    padding: 13px 20px !important;
    margin: 10px auto 20px;
    line-height: 1 !important;
    background: #ff3171;
  }

  #mailform .pass+p a {
    width: 100% !important;
    padding: 13px 20px !important;
    margin: 25px auto 0;
  }

  #entry-form ul.input-sns li input {
    width: 55%;
  }

  #entry-form ul.input-sns li button {
    font-size: 1.2rem;
  }

  #entry-form td div.lead {}

  #entry-form td div.lead p {
    margin: 0;
  }

  #entry-form td div.lead p:first-of-type {
    font-size: 12px !important;
    color: #ff5e5e;
  }

  #entry-form td div.lead p:last-of-type {
    font-size: 12px !important;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }

  #entry-form td div.lead p:last-of-type input {
    margin-right: 5px;
  }

  #entry-form table+div.lead {
    padding: 5px;
    width: 100%;
    display: block;
    margin: 20px auto;
    background: #f1f8fa;
    border-radius: 5px;
  }

  #entry-form table+div.lead p {
    font-size: 12px !important;
    margin: 10px auto;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #entry-form table+div.lead p input {
    margin-right: 10px;
  }

  #entry-form table+div.lead p a {
    border-bottom: 1px solid;
  }

  button[name="entry"].submit-bt+p a {
    text-align: center;
    margin: 0 auto 0 !important;
    display: inline-block;
    padding: 5px 0px 0;
    background: none;
    width: auto;
    border-bottom: 1px solid;
    font-size: 1.4rem;
    border-radius: 0;
  }

  .contactWrap section .contactInner02 {
    background: #fdfdfd !important;
  }

  .contactWrap section .contactInner01 {
    background: none !important;
  }

  #entry-form {
    padding-top: 10px;
  }
}

#entry-form td div.lead {}

#entry-form td div.lead p {
  margin: 0;
}

#entry-form td div.lead p:first-of-type {
  font-size: 12px !important;
  color: #ff5e5e;
}

#entry-form td div.lead p:last-of-type {
  font-size: 12px !important;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

#entry-form td div.lead p:last-of-type input {
  margin-right: 5px;
  width: auto;
}

/*------------------------------------------------------------
お問い合わせフォームテキスト (コエシル)
-------------------------------------------------------------*/
.form-kiyaku-txt .kojin-scroll-box {
  height: 100px;
  overflow: auto;
  border: solid 1px #ccc;
  padding: 10px;
  line-height: 20px;
  font-size: 1.4rem;
  width: 100%;
  margin: 20px auto;
  display: block;
  color: #444;
  background: var(--color-white);
}

.form-kiyaku-txt .kojin-scroll-box h4 {
  font-weight: 100;
  font-size: 1.4rem;
  font-weight: bold;
  border: 0;
  text-align: center;
  padding: 0 0 20px !important;
}

.form-kiyaku-txt .kojin-scroll-box h4:before {
  display: none;
}

.form-kiyaku-txt .kojin-scroll-box p {
  padding: 5px 0;
  font-size: 1.4rem;
}

.form-kiyaku-txt .kojin-scroll-box ol {
  padding: 0 30px 15px;
  margin-bottom: 15px;
  font-size: 1.2rem;
  border-bottom: 1px dashed #ccc;
  width: 100%;
  box-sizing: border-box;
}

.form-kiyaku-txt .kojin-scroll-box ol li {
  line-height: 1.5;
  padding: 5px 0;
  list-style: decimal;
}

.form-kiyaku-txt .kojin-scroll-box ul {
  line-height: 1.5;
  padding: 10px;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}

.form-kiyaku-txt .kojin-scroll-box ul li {
  line-height: 1.6;
  padding: 0;
  font-size: 1.2rem;
  margin: 0;
  border: 0;
}

.form-kiyaku-txt .kojin-scroll-box ul li:first-child {
  font-size: 1.4rem;
  font-weight: bold;
  padding-bottom: 5px;
}

.form-kiyaku-txt .kojin-txt-box p {
  text-align: center;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 1.4rem;
}

#entry-form button[name="entry"].submit-bt {
  text-align: center;
  display: block;
  padding: 8px 10px;
  cursor: pointer;
  border-radius: 50px;
  border: 0;
  margin: 20px auto;
  width: 200px;
  background: #ff3171;
  color: var(--color-white);
}

@media only screen and (orientation:landscape) and (max-width : 813px),
(orientation:portrait) and (max-width : 753px) {
  .form-kiyaku-txt .kojin-scroll-box {
    height: 60px;
    padding: 10px;
    line-height: 20px;
    font-size: 1.4rem;
    width: 100%;
    margin: 20px auto;
  }

  .form-kiyaku-txt .kojin-scroll-box h4 {
    font-size: 1.2rem;
  }

  .form-kiyaku-txt .kojin-scroll-box p {
    padding: 5px 0 10px;
    font-size: 1.4rem;
  }

  .form-kiyaku-txt .kojin-scroll-box ol {
    padding: 0 10px 15px;
    margin-bottom: 15px;
    font-size: 1.2rem;
  }

  .form-kiyaku-txt .kojin-scroll-box ol li {
    line-height: 1.5;
    padding: 5px 0;
    list-style: decimal;
  }

  .form-kiyaku-txt .kojin-scroll-box ul li {
    font-size: 1.2rem;
  }

  .form-kiyaku-txt .kojin-scroll-box ul li:first-child {
    font-size: 1.2rem;
  }
}

/*------------------------------------------------------------
マイページ (コエシル)
-------------------------------------------------------------*/
.myProBox .myProImg {
  margin: 0 0 20px;
  display: block;
}

.myProBox .myProImg img {
  width: 120px;
  height: 120px;
  border-radius: 5px;
  box-shadow: 0 0 0 2px #ebebeb;
  margin: auto;
  display: block;
}

.myProBox .myProLink {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 0 30px;
}

.myProBox .myProLink a:first-of-type {
  width: 40%;
  text-align: center;
  padding: 10px;
  background: #ff3171;
  margin: 0 10px;
  border-radius: 50px;
  font-size: 1.4rem;
  color: var(--color-white);
}

.myProBox .myProLink a {
  width: 40%;
  text-align: center;
  padding: 10px;
  background: #066493;
  margin: 0 10px;
  border-radius: 50px;
  font-size: 1.4rem;
  color: var(--color-white);
}

.mypageList {}

#main-lower .mypageList li a {
  border: 0 !important;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

#main-lower .mypageList li a:before {
  content: ">";
  margin-right: 10px;
  font-weight: bold;
  font-size: 1.2rem;
  background: #066493;
  border-radius: 50px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: var(--color-white);
}

#entry-form button[name="entry"].submit-bt {
  text-align: center;
  display: block;
  padding: 0;
  line-height: 48px;
  height: 45px;
  cursor: pointer;
  border-radius: 50px;
  border: 0;
  margin: 10px auto 10px !important;
  width: 300px;
  background: #ff3171;
  color: var(--color-white);
  font-weight: bold;
}

@media only screen and (orientation:landscape) and (max-width : 813px),
(orientation:portrait) and (max-width : 753px) {
  .myProBox .myProLink a:first-of-type {
    width: 50%;
    font-size: 1.2rem;
  }

  .myProBox .myProLink a {
    width: 50%;
    font-size: 1.2rem;
  }

  .myProBox .myProImg {
    margin: 20px 0;
  }

  .myProBox .myProLink {
    margin: 0 0 20px;
  }

  #entry-form button[name="entry"].submit-bt {
    text-align: center;
    display: block;
    padding: 0;
    cursor: pointer;
    border-radius: 50px;
    border: 0;
    margin: 20px auto;
    width: 100%;
    background: #ff3171;
    color: var(--color-white);
  }
}

#entry-form a {
  color: #448acb;
}

.MyProfile li a {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 3px 0
}

.MyProfile li a img {
  margin-right: 5px;
}

.MyProfile li a img[src="/common/icon/sns-y.png"] {
  box-shadow: 0 0 0 1px #f2f2f2;
  border-radius: 5px;
}

.MyProfile li {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 3px 0;
}

.MyProfile li span {
  font-size: 1.1rem;
}

.MyProfile li img {
  margin-right: 5px;
}

@media only screen and (orientation:landscape) and (max-width : 813px),
(orientation:portrait) and (max-width : 753px) {
  .MyProfile li {
    font-size: 12px !important;
  }

  form#entry-form input[type="text"] {
    font-size: 12px !important;
  }

  #entry-form ul.input-sns li input[type="text"] {
    font-size: 12px !important;
  }
}

/*------------------------------------------------------------
ボタン系 (コエシル)
-------------------------------------------------------------*/
.kuchikomi-link {
  display: block;
  margin: 10px auto 0;
  padding: 10px;
  border: 0;
  font-weight: bold;
  cursor: pointer;
  text-align: right;
  font-size: 1.4rem;
  color: #448acb;
  text-decoration: underline;
}

.cta-link-box {
  text-align: center;
}

.cta-link-box .ctaText {
  position: relative;
  font-size: 1.6rem;
  text-align: center;
  color: var(--color-text);
  font-weight: bold;
  display: inline-block;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 66%, #fffec1 0%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 66%, #fffec1 0%) repeat scroll 0 0;
  padding: 0 0 2px;
}

.cta-link-box .ctaText:before {
  content: "";
  width: 16px;
  height: 18px;
  display: inline-block;
  border-left: 3px solid #ff3171;
  transform: rotate(-30deg);
}

.cta-link-box .ctaText:after {
  border-right: 3px solid #ff3171;
  transform: rotate(30deg);
  content: "";
  width: 16px;
  height: 18px;
  display: inline-block;
}

.cta-link-box .cta-link-button a {
  width: 90%;
  display: block;
  margin: 12px auto 40px;
  padding: 12px 60px 9px;
  border-radius: 5px;
  border: 0;
  background: #ff3171;
  color: var(--color-white);
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  transition: 0.3s;
  box-sizing: border-box;
  line-height: 1.4;
  box-shadow: 0px 3px 0px 0px #a92e55;
  position: relative;
}

.cta-link-box .cta-link-button a:before {
  content: "";
  width: 50px;
  height: 100%;
  background: url(/uploads/2023/01/2023y01m19d_1224014063.png) no-repeat center / contain;
  position: absolute;
  left: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: contain;
}

.ctaFukidashi {
  display: inline-block;
  border: 2px solid #555;
  padding: 10px 10px 8px;
  position: relative;
  border-radius: 6px;
  font-size: 1.6rem;
  line-height: 1.4;
  background: #ffffff;
  font-weight: bold;
}

.ctaFukidashi:before {
  content: '';
  display: block;
  border-right: 11px solid transparent;
  border-top: 12px solid #ffffff;
  border-left: 11px solid transparent;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -10px;
  z-index: 2;
}

.ctaFukidashi:after {
  content: '';
  display: block;
  border-right: 11px solid transparent;
  border-top: 12px solid #555;
  border-left: 11px solid transparent;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -13px;
  z-index: 1;
}

.cta-link-box .cta-link-button a span {
  color: var(--color-white);
}

@media only screen and (orientation:landscape) and (max-width : 813px),
(orientation:portrait) and (max-width : 753px) {
  .ctaFukidashi {
    font-size: 1.4rem;
  }

  .cta-link-box .cta-link-button a {
    padding: 12px 38px 9px;
  }

  .cta-link-box .cta-link-button a:before {
    left: 10px;
  }

  .kuchikomi-link {
    width: 100%;
  }

  .cta-link-box .cta-link-button a {
    width: 100%;
  }
}

/*------------------------------------------------------------
scroll-hint (コエシル)
-------------------------------------------------------------*/
@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  50%,
  100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}

.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: 80px;
  border-radius: 5px;
  transition: opacity .3s;
  opacity: 0;
  background: rgba(0, 0, 0, .7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
  z-index: 10;
}

.scroll-hint-text {
  font-size: 1rem;
  color: var(--color-white);
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: .8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: var(--color-white);
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: var(--color-white);
  box-shadow: 0 4px 5px rgba(0, 0, 0, .4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

/*------------------------------------------------------------
会話文 (コエシル)
-------------------------------------------------------------*/
main#main-lower .fontsize-test-box>p.talk-text {
  color: #b60005;
  font-weight: 600;
  margin: 0;
  line-height: 1.7;
}

main#main-lower article .post p.talk-text {
  color: #b60005;
  font-weight: 600;
  margin: 0;
  line-height: 1.7;
}

main#main-lower p.talk-text+p.talk-text {
  color: #b60005;
  font-weight: 600;
  margin: 0px 0 32px;
  line-height: 1.7;
}

main#main-lower .fontsize-test-box>p.talk-text+p {
  margin: 0px 0 32px;
}

@media only screen and (max-width: 768px) {
  main#main-lower .fontsize-test-box>p.talk-text+p {
    margin: 0px 0 24px;
  }

  main#main-lower p.talk-text+p.talk-text {
    margin: 0px 0 24px;
  }
}

/*------------------------------------------------------------
おすすめユーザー (コエシル)
-------------------------------------------------------------*/
main#main-lower .osusume-user_box {
  box-shadow: none;
  border: 4px solid #f8b500;
  position: relative;
  padding: 30px 20px 25px;
  border-radius: 10px;
  margin: 36px auto 32px;
}

main#main-lower .osusume-user_box .midasi {
  position: absolute;
  width: 100%;
  height: 40px;
  left: 0;
  top: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

main#main-lower .osusume-user_box .midasi p {
  background: var(--color-white);
  font-size: 1.6rem;
  display: inline-block;
  margin: 0;
  padding: 0 10px;
  max-width: 96%;
  color: #f8b500;
  font-weight: bold;
}

main#main-lower .osusume-user_box>p {
  font-size: 1.4rem !important;
  font-weight: bold;
}

main#main-lower .osusume-user_box li {
  position: relative;
  padding: 0 0 0 30px;
  margin-bottom: 15px;
  font-size: 1.4rem;
  font-weight: bold;
}

main#main-lower .osusume-user_box li {
  position: relative;
  padding: 0 0 0 30px;
  margin-bottom: 15px;
  font-size: 1.4rem;
  font-weight: bold;
}

main#main-lower .osusume-user_box li:before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  background: #fde8af;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50px;
  border: 5px solid #f8b500;
}

main#main-lower .osusume-user_box li:last-of-type {
  margin: 0;
}

main#main-lower .osusume-user_box li a {
  vertical-align: middle;
}

main#main-lower .osusume-user_box li a img {
  vertical-align: middle;
}

@media only screen and (orientation:landscape) and (max-width : 813px),
(orientation:portrait) and (max-width : 753px) {
  main#main-lower .osusume-user_box {
    padding: 20px 10px;
    margin: 28px auto 24px;
  }

  main#main-lower .osusume-user_box .midasi p {
    max-width: 100%;
    padding: 0 8px;
    font-size: 1.5rem;
  }

  main#main-lower .osusume-user_box li {
    margin-bottom: 10px;
  }

  main#main-lower .osusume-user_box li:before {
    width: 16px;
    height: 16px;
    border: 4px solid #f8b500;
  }

  main#main-lower .osusume-user_box li {
    position: relative;
    padding: 0 0 0 25px;
  }
}

main#main-lower .osusume-user_box p:last-of-type {
  margin-bottom: 0 !important;
}

/*------------------------------------------------------------
おすすめユーザー（ol） (コエシル)
-------------------------------------------------------------*/
main#main-lower .osusume-user_box ol li {
  position: relative;
  padding: 0 0 0 30px;
  margin-bottom: 15px;
  font-size: 1.4rem;
  font-weight: bold;
}

main#main-lower .osusume-user_box ol li:before {
  content: '1';
  display: block;
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  width: 20px;
  height: 20px;
  line-height: 22px;
  background: #f8b500;
  color: var(--color-white);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50px;
  border: 0px solid #feb4ca;
}

main#main-lower .osusume-user_box li:last-of-type {
  margin: 0;
}

main#main-lower .osusume-user_box ol li:nth-of-type(2):before {
  content: '2';
}

main#main-lower .osusume-user_box ol li:nth-of-type(3):before {
  content: '3';
}

main#main-lower .osusume-user_box ol li:nth-of-type(4):before {
  content: '4';
}

main#main-lower .osusume-user_box ol li:nth-of-type(5):before {
  content: '5';
}

main#main-lower .osusume-user_box ol li:nth-of-type(6):before {
  content: '6';
}

main#main-lower .osusume-user_box ol li:nth-of-type(7):before {
  content: '7';
}

main#main-lower .osusume-user_box ol li:nth-of-type(8):before {
  content: '8';
}

main#main-lower .osusume-user_box ol li:nth-of-type(9):before {
  content: '9';
}

main#main-lower .osusume-user_box ol li:nth-of-type(10):before {
  content: '10';
  letter-spacing: -1px;
}

main#main-lower .osusume-user_box ol li:nth-of-type(11):before {
  content: '11';
  letter-spacing: -1px;
}

main#main-lower .osusume-user_box ol li:nth-of-type(12):before {
  content: '12';
  letter-spacing: -1px;
}

main#main-lower .osusume-user_box ol li:nth-of-type(13):before {
  content: '13';
  letter-spacing: -1px;
}

main#main-lower .osusume-user_box ol li:nth-of-type(14):before {
  content: '14';
  letter-spacing: -1px;
}

main#main-lower .osusume-user_box ol li:nth-of-type(15):before {
  content: '15';
  letter-spacing: -1px;
}

main#main-lower .osusume-user_box ol li:nth-of-type(16):before {
  content: '16';
  letter-spacing: -1px;
}

main#main-lower .osusume-user_box ol li:nth-of-type(17):before {
  content: '17';
  letter-spacing: -1px;
}

main#main-lower .osusume-user_box ol li:nth-of-type(18):before {
  content: '18';
  letter-spacing: -1px;
}

main#main-lower .osusume-user_box ol li:nth-of-type(19):before {
  content: '19';
  letter-spacing: -1px;
}

main#main-lower .osusume-user_box ol li:nth-of-type(20):before {
  content: '20';
  letter-spacing: -1px;
}

@media only screen and (orientation:landscape) and (max-width : 813px),
(orientation:portrait) and (max-width : 753px) {
  main#main-lower .osusume-user_box ol li {
    margin-bottom: 10px;
  }

  main#main-lower .osusume-user_box ol li:before {
    width: 18px;
    height: 18px;
    line-height: 20px;
  }

  main#main-lower .osusume-user_box ol li {
    position: relative;
    padding: 0 0 0 25px;
  }
}

/*------------------------------------------------------------
口コミ評価のポイント (コエシル)
-------------------------------------------------------------*/
.kutikomi-point {
  box-shadow: 0 0 0 2px #dde4e6;
  margin-bottom: 32px;
}

.kutikomi-point .top {
  background: #e7ebee;
  text-align: center;
  padding: 10px;
}

main#main-lower .kutikomi-point .top p {
  font-size: 1.6rem;
  margin: 0 0 3px 0;
  line-height: 1.4;
  font-weight: bold;
}

main#main-lower .kutikomi-point .top .small-text {
  font-size: 1.4rem;
  margin: 0;
  font-weight: normal;
  color: var(--color-66);
}

.post .kutikomi-point ul {
  padding: 12px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.kutikomi-point ul li {
  width: 49%;
  position: relative;
  padding: 0 0 0 30px;
  margin-bottom: 10px;
  line-height: 1.4;
  font-size: 1.4rem;
}

.kutikomi-point ul li:nth-of-type(3),
.kutikomi-point ul li:nth-of-type(4) {
  margin: 0;
}

.kutikomi-point ul li:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url(/icon/check-icon.svg) no-repeat center / contain;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

@media only screen and (orientation:landscape) and (max-width : 813px),
(orientation:portrait) and (max-width : 753px) {
  main#main-lower .kutikomi-point .top p {
    font-size: 1.5rem;
    margin: 0 0 3px 0;
  }

  main#main-lower .kutikomi-point .top .small-text {
    font-size: 1.2rem;
  }

  .post .kutikomi-point ul {
    padding: 10px;
  }

  .kutikomi-point ul li {
    padding: 0 0 0 26px;
  }

  .kutikomi-point ul li:before {
    width: 18px;
    height: 18px;
  }
}

/*------------------------------------------------------------
助言者 (コエシル)
-------------------------------------------------------------*/
.profile-box {
  background: #f9f9f9;
  border-radius: 2px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  position: relative;
}

.profile-box .profile-icon {
  width: 20%;
  padding: 20px;
}

.profile-box .profile-icon img {
  width: 100%;
  border-radius: 50px;
}

.profile-box .profile-detail {
  width: 80%;
  padding: 10px;
  position: relative;
}

.profile-box .profile-detail p {
  margin: 0 !important;
}

.profile-detail-title {
  padding: 5px 0;
  font-size: 16px !important;
  color: #eaa61e;
  padding-left: 25%;
  box-sizing: border-box;
  font-weight: bold
}

.profile-detail-name {
  padding: 5px 0;
  font-size: 16px !important;
}

.profile-detail-name span:nth-of-type(1) {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: normal;
}

.profile-detail-name span {
  : nth-of-type(2) display:block;
  font-size: 2.4rem;
  line-height: 1.5;
}

.profile-detail-profile {
  padding: 0px 0 5px;
  font-size: 14px !important;
  color: #888;
}

@media only screen and (orientation:landscape) and (max-width : 813px),
(orientation:portrait) and (max-width : 753px) {
  .profile-box {
    background: #f9f9f9;
    border-radius: 2px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    position: relative;
  }

  .profile-box .profile-icon {
    width: 24%;
    padding: 10px;
    position: absolute;
    top: 35px;
    left: 0;
  }

  .profile-box .profile-icon img {
    width: 100%;
    border-radius: 50px;
  }

  .profile-box .profile-detail {
    width: 100%;
    padding: 10px;
    position: relative;
  }

  .profile-box .profile-detail p {
    margin: 5px 0 0 !important;
  }

  .profile-detail-title {
    padding: 5px 0;
    font-size: 16px !important;
    color: #eaa61e;
    padding-left: 25%;
    box-sizing: border-box;
    font-weight: bold
  }

  .profile-detail-name {
    padding: 5px 0 5px 85px;
    font-size: 16px !important;
  }

  .profile-detail-name span:nth-of-type(1) {
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: normal;
  }

  .profile-detail-name span {
    : nth-of-type(2) display:block;
    font-size: 2rem;
    line-height: 1.5;
  }

  .profile-detail-profile {
    padding: 0px 0 5px;
    font-size: 14px !important;
    color: #888;
  }
}

@media only screen and (max-width : 415px) {
  .profile-box .profile-icon {
    width: 22%;
  }
}

@media only screen and (max-width : 376px) {
  .profile-box .profile-icon {
    width: 24%;
  }
}

@media only screen and (max-width : 360px) {
  .profile-box .profile-icon {
    width: 25%;
  }
}

/*------------------------------------------------------------
ランキング口コミピックアップ (コエシル)
-------------------------------------------------------------*/
.pickup-table {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

.pickup-table li {
  text-align: center;
  width: 100%;
}

.pickup-table dl {
  padding: 5px;
  border-radius: 2px;
}

.pickup-table dl dt {
  font-size: 1.4rem;
  background: #c6d2e2;
  padding: 5px;
  color: var(--color-white);
  border-radius: 2px 2px 0 0;
}

.pickup-table dl dd {
  font-size: 1.6rem;
  font-weight: bold;
  background: #f4f7fc;
  padding: 5px;
  border-radius: 0 0 2px 2px;
}

.profile-box .profile-detail p.profile-detail-profile {
  margin: 5px 0 0 !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 13px !important;
  padding: 0;
}

@media only screen and (orientation:landscape) and (max-width :813px),
(orientation:portrait) and (max-width :753px) {
  .pickup-table dl dt {
    font-size: 1rem;
    background: #c6d2e2;
    padding: 3px 0;
    color: var(--color-white);
    border-radius: 2px 2px 0 0;
  }

  .pickup-table dl dd {
    font-size: 1.4rem;
    font-weight: bold;
    background: #f4f7fc;
    padding: 3px 0;
    border-radius: 0 0 2px 2px;
  }

  .pickup-table dl {
    padding: 5px 2px;
    border-radius: 2px;
  }

  .profile-box .profile-detail p.profile-detail-profile {
    margin: 5px 0 0 !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 12px !important;
    padding: 0;
  }
}

/*------------------------------------------------------------
tableスクロール (コエシル)
-------------------------------------------------------------*/
.table-scroll {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 20px;
}

.table-scroll th {
  width: 100%;
}

/*------------------------------------------------------------
tableスクロール １列目固定 (コエシル)
-------------------------------------------------------------*/
.table-scroll-fix {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 20px;
  z-index: 1;
}

.table-scroll-fix th:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  box-shadow: 1px 0 1px #dde4e6;
  z-index: 1;
}

.table-scroll-fix th {
  width: 100%;
}

.table-scroll-fix th.no-fix {
  position: static;
}

/*------------------------------------------------------------
スクロール領域の画像横幅可変操作 (コエシル)
-------------------------------------------------------------*/
.table-scroll-fix img {
  max-width: initial;
}

.table-scroll img {
  max-width: initial;
}

/*------------------------------------------------------------
ランキングタグ (コエシル)
-------------------------------------------------------------*/
.PRrank-icon2 tr:nth-of-type(n+2) th:first-of-type {}

/* ラベル部分*/
.PRrank-icon2 tr:nth-child(n+2):nth-child(-n+21) th:first-of-type:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  z-index: 100;
  width: 40px;
  height: 40px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.PRrank-icon2 tr:nth-of-type(2) th:first-of-type:before {
  background: url(/icon/pr-osusume-1.png);
}

.PRrank-icon2 tr:nth-of-type(3) th:first-of-type:before {
  background: url(/icon/pr-osusume-2.png);
}

.PRrank-icon2 tr:nth-of-type(4) th:first-of-type:before {
  background: url(/icon/pr-osusume-3.png);
}

.PRrank-icon2 tr:nth-of-type(5) th:first-of-type:before {
  background: url(/icon/pr-osusume-4.png);
}

.PRrank-icon2 tr:nth-of-type(6) th:first-of-type:before {
  background: url(/icon/pr-osusume-5.png);
}

.PRrank-icon2 tr:nth-of-type(7) th:first-of-type:before {
  background: url(/icon/pr-osusume-6.png);
}

.PRrank-icon2 tr:nth-of-type(8) th:first-of-type:before {
  background: url(/icon/pr-osusume-7.png);
}

.PRrank-icon2 tr:nth-of-type(9) th:first-of-type:before {
  background: url(/icon/pr-osusume-8.png);
}

.PRrank-icon2 tr:nth-of-type(10) th:first-of-type:before {
  background: url(/icon/pr-osusume-9.png);
}

.PRrank-icon2 tr:nth-of-type(11) th:first-of-type:before {
  background: url(/icon/pr-osusume-10.png);
}

.PRrank-icon2 tr:nth-of-type(12) th:first-of-type:before {
  background: url(/icon/pr-osusume-11.png);
}

.PRrank-icon2 tr:nth-of-type(13) th:first-of-type:before {
  background: url(/icon/pr-osusume-12.png);
}

.PRrank-icon2 tr:nth-of-type(14) th:first-of-type:before {
  background: url(/icon/pr-osusume-13.png);
}

.PRrank-icon2 tr:nth-of-type(15) th:first-of-type:before {
  background: url(/icon/pr-osusume-14.png);
}

.PRrank-icon2 tr:nth-of-type(16) th:first-of-type:before {
  background: url(/icon/pr-osusume-15.png);
}

.PRrank-icon2 tr:nth-of-type(17) th:first-of-type:before {
  background: url(/icon/pr-osusume-16.png);
}

.PRrank-icon2 tr:nth-of-type(18) th:first-of-type:before {
  background: url(/icon/pr-osusume-17.png);
}

.PRrank-icon2 tr:nth-of-type(19) th:first-of-type:before {
  background: url(/icon/pr-osusume-18.png);
}

.PRrank-icon2 tr:nth-of-type(20) th:first-of-type:before {
  background: url(/icon/pr-osusume-19.png);
}

.PRrank-icon2 tr:nth-of-type(21) th:first-of-type:before {
  background: url(/icon/pr-osusume-20.png);
}

/*------------------------------------------------------------
ランキングタグ（余白あり） (コエシル)
-------------------------------------------------------------*/
.PRrank-icon3 tr:nth-of-type(n+2) th:first-of-type {
  padding: 10px 5px 10px 35px;
}

/* ラベル部分*/
.PRrank-icon3 tr:nth-child(n+2):nth-child(-n+21) th:first-of-type:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  z-index: 100;
  width: 40px;
  height: 40px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.PRrank-icon3 tr:nth-of-type(2) th:first-of-type:before {
  background: url(/icon/pr-osusume-1.png);
}

.PRrank-icon3 tr:nth-of-type(3) th:first-of-type:before {
  background: url(/icon/pr-osusume-2.png);
}

.PRrank-icon3 tr:nth-of-type(4) th:first-of-type:before {
  background: url(/icon/pr-osusume-3.png);
}

.PRrank-icon3 tr:nth-of-type(5) th:first-of-type:before {
  background: url(/icon/pr-osusume-4.png);
}

.PRrank-icon3 tr:nth-of-type(6) th:first-of-type:before {
  background: url(/icon/pr-osusume-5.png);
}

.PRrank-icon3 tr:nth-of-type(7) th:first-of-type:before {
  background: url(/icon/pr-osusume-6.png);
}

.PRrank-icon3 tr:nth-of-type(8) th:first-of-type:before {
  background: url(/icon/pr-osusume-7.png);
}

.PRrank-icon3 tr:nth-of-type(9) th:first-of-type:before {
  background: url(/icon/pr-osusume-8.png);
}

.PRrank-icon3 tr:nth-of-type(10) th:first-of-type:before {
  background: url(/icon/pr-osusume-9.png);
}

.PRrank-icon3 tr:nth-of-type(11) th:first-of-type:before {
  background: url(/icon/pr-osusume-10.png);
}

.PRrank-icon3 tr:nth-of-type(12) th:first-of-type:before {
  background: url(/icon/pr-osusume-11.png);
}

.PRrank-icon3 tr:nth-of-type(13) th:first-of-type:before {
  background: url(/icon/pr-osusume-12.png);
}

.PRrank-icon3 tr:nth-of-type(14) th:first-of-type:before {
  background: url(/icon/pr-osusume-13.png);
}

.PRrank-icon3 tr:nth-of-type(15) th:first-of-type:before {
  background: url(/icon/pr-osusume-14.png);
}

.PRrank-icon3 tr:nth-of-type(16) th:first-of-type:before {
  background: url(/icon/pr-osusume-15.png);
}

.PRrank-icon3 tr:nth-of-type(17) th:first-of-type:before {
  background: url(/icon/pr-osusume-16.png);
}

.PRrank-icon3 tr:nth-of-type(18) th:first-of-type:before {
  background: url(/icon/pr-osusume-17.png);
}

.PRrank-icon3 tr:nth-of-type(19) th:first-of-type:before {
  background: url(/icon/pr-osusume-18.png);
}

.PRrank-icon3 tr:nth-of-type(20) th:first-of-type:before {
  background: url(/icon/pr-osusume-19.png);
}

.PRrank-icon3 tr:nth-of-type(21) th:first-of-type:before {
  background: url(/icon/pr-osusume-20.png);
}

/*------------------------------------------------------------
フロー (コエシル)
-------------------------------------------------------------*/
.post .flow-wrap .box {
  padding: 0 0 20px 26px;
  margin: 0;
  position: relative;
}

.post .flow-wrap .box:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #ff79a0;
  border: solid 3px #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 3px;
  box-shadow: 0 0 0 2px #ff79a0;
}

.post .flow-wrap .box:after {
  content: "";
  display: block;
  height: calc(100% - 22px);
  border-left: dotted 4px #e8b3c2;
  position: absolute;
  top: 24px;
  left: 9px;
}

.post .flow-wrap .box:last-of-type:after {
  display: none;
}

.post .flow-wrap .box>li>.step>p:first-of-type {}

.flow-wrap .step {
  color: #ff6894;
  font-weight: bold;
}

.flow-wrap .step>p:first-child {
  color: #ff6894;
  margin-bottom: 0 !important;
}

main#main-lower .post .flow-wrap .step-midasi {
  font-weight: bold;
  font-size: 1.8rem;
  margin: 0 0 5px 0;
}

main#main-lower .flow-wrap p {
  padding-bottom: 10px;
  margin: 0;
  font-weight: normal;
}

main#main-lower .post .flow-wrap p.step-text {
  padding-bottom: 10px;
  margin: 0;
  font-weight: normal;
  font-size: 1.5rem;
}

main#main-lower .flow-wrap p:last-of-type {
  border-bottom: solid 2px #e5e5e5;
  padding-bottom: 25px;
  margin-bottom: 10px;
}

@media only screen and (orientation:landscape) and (max-width :813px),
(orientation:portrait) and (max-width :753px) {
  .post .flow-wrap .box {
    padding: 0 0 16px 26px;
  }

  main#main-lower .post .flow-wrap .step-midasi {
    font-size: 1.6rem;
    margin: 0;
  }

  main#main-lower .post .flow-wrap p.step-text {
    padding-bottom: 16px;
    font-size: 1.4rem;
  }

  .post .flow-wrap .box:before {
    top: 7px;
  }
}

/*------------------------------------------------------------
Q&A (コエシル)
-------------------------------------------------------------*/
.qa-wrap {
  margin-bottom: 20px;
}

.qa-wrap dl {
  margin-bottom: 16px;
}

.qa-wrap dl:last-of-type {
  margin: 0;
}

.qa-wrap dt {
  font-weight: bold;
  position: relative;
  line-height: 1.4;
  margin-bottom: 10px;
  padding: 0 0 0 32px;
  font-size: 1.5rem;
}

.qa-wrap dt:before {
  content: "Q";
  display: block;
  color: var(--color-white);
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background: #2467d2;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: -2px;
  font-size: 1.5rem;
}

.qa-wrap dt h3 {
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 15px !important;
}

.qa-wrap dd {
  position: relative;
  line-height: 1.4;
  padding: 0 0 0 32px;
  font-size: 1.5rem;
}

.qa-wrap dd:before {
  content: "A";
  display: block;
  color: var(--color-white);
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background: #ff4781;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: -2px;
  font-weight: bold;
  font-size: 1.5rem;
  padding: 0 0 0 2px;
}

@media only screen and (orientation:landscape) and (max-width :813px),
(orientation:portrait) and (max-width :753px) {
  .qa-wrap dt {
    font-size: 1.4rem;
  }

  .qa-wrap dt:before {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 1.4rem;
  }

  .qa-wrap dt h3 {
    background: none !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 14px !important;
  }

  .qa-wrap dd {
    font-size: 1.4rem;
  }

  .qa-wrap dd:before {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 1.4rem;
    padding: 0 0 0 1px;
  }
}

/*------------------------------------------------------------
Q&A (Qをh3に変更) (コエシル)
-------------------------------------------------------------*/
.qa-wrap {
  margin-bottom: 32px;
}

main#main-lower .qa-wrap>h3 {
  font-weight: 600;
  position: relative;
  line-height: 1.4;
  padding: 0 0 0 32px !important;
  background: none !important;
  margin: 10px 0 10px 0 !important;
  font-size: 1.5rem !important;
}

main#main-lower .qa-wrap>h3:before {
  content: "Q";
  display: block;
  color: var(--color-white);
  width: 23px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  background: #2467d2;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: -2px;
  font-size: 1.3rem;
}

main#main-lower .qa-wrap>h3:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--color-cc);
  position: absolute;
  top: -64px;
  left: 0;
}

main#main-lower .qa-wrap p {
  position: relative;
  line-height: 1.4;
  padding: 0 0 0 32px;
  font-size: 15px !important;
  margin: 0 0 16px 0;
}

main#main-lower .qa-wrap p:last-of-type {
  margin: 0;
}

.qa-wrap p:before {
  content: "A";
  display: block;
  color: var(--color-white);
  width: 23px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  background: #ff4781;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  font-size: 1.3rem;
  padding: 0 0 0 1px;
}

.qa-wrap p+p:nth-child(n+1):before {
  display: none;
}

.qa-wrap dt h3:before {
  display: none;
}

@media only screen and (orientation:landscape) and (max-width :813px),
(orientation:portrait) and (max-width :753px) {
  .qa-wrap {
    margin-bottom: 24px;
  }

  .qa-wrap h3 {
    font-size: 14px !important;
  }

  .qa-wrap h3:before {
    width: 23px;
    height: 23px;
    line-height: 23px;
    font-size: 1.3rem;
  }

  main#main-lower .qa-wrap p {
    font-size: 14px !important;
  }

  .qa-wrap p:before {
    width: 23px;
    height: 23px;
    line-height: 23px;
    font-size: 1.3rem;
    padding: 0 0 0 1px;
  }
}

/*------------------------------------------------------------
スクロールヒント-汎用 (コエシル)
-------------------------------------------------------------*/
.scroll-action {
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

/*------------------------------------------------------------
Amazon&楽天 (コエシル)
-------------------------------------------------------------*/
.detail-link-list {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.detail-link-amazon,
.detail-link-rakuten {
  margin: 0 5px 0 !important;
  padding: 0 !important;
  width: 50%;
  box-sizing: border-box;
}

.detail-link-amazon a {
  display: block;
  text-align: center;
  background: #ffa100;
  padding: 10px;
  border-radius: 3px;
  margin: 5px 0;
  box-sizing: border-box;
  position: relative;
}

.detail-link-rakuten a {
  display: block;
  text-align: center;
  background: #cb2626;
  padding: 10px;
  border-radius: 3px;
  margin: 5px 0;
  box-sizing: border-box;
  position: relative;
}

.detail-link-rakuten a:before,
.detail-link-amazon a:before {
  content: ">";
  position: absolute;
  top: 25%;
  right: 10px;
  margin: auto;
  color: var(--color-white);
  font-weight: bold;
}

.detail-link-amazon a span,
.detail-link-rakuten a span {
  color: var(--color-white);
  font-weight: bold;
}

.cta-link-list {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cta-link-amazon,
.cta-link-rakuten {
  margin: 0 5px 0 !important;
  padding: 0 !important;
  width: 50%;
  box-sizing: border-box;
}

.cta-link-amazon a {
  display: block;
  text-align: center;
  background: #ffa100;
  padding: 10px;
  border-radius: 3px;
  margin: 5px 0;
  box-sizing: border-box;
  position: relative;
}

.cta-link-rakuten a {
  display: block;
  text-align: center;
  background: #cb2626;
  padding: 10px;
  border-radius: 3px;
  margin: 5px 0;
  box-sizing: border-box;
  position: relative;
}

.cta-link-rakuten a:before,
.cta-link-amazon a:before {
  content: ">";
  position: absolute;
  top: 25%;
  right: 10px;
  margin: auto;
  color: var(--color-white);
  font-weight: bold;
}

.cta-link-amazon a span,
.cta-link-rakuten a span {
  color: var(--color-white);
  font-weight: bold;
}

@media only screen and (orientation:landscape) and (max-width :813px),
(orientation:portrait) and (max-width :753px) {
  .detail-link-list {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .detail-link-amazon,
  .detail-link-rakuten {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    box-sizing: border-box;
  }

  .cta-link-list {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cta-link-amazon,
  .cta-link-rakuten {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    box-sizing: border-box;
  }
}

/*------------------------------------------------------------
テーブル (コエシル)
-------------------------------------------------------------*/
table a {
  font-weight: 600;
}

.post table {
  border: 1px solid #c2e5f4 !important;
  /* margin: 0 auto 32px !important; */
  margin: 0 auto 20px !important;
}

.post .tableLayout-1 td {
  border: 0;
  padding: 0 12px 10px;
}

.post .tableLayout-1 tr:first-of-type td {
  padding-top: 10px;
}

.post .tableLayout-2 table {
  border-bottom: 0;
}

.tableLayout-2 tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tableLayout-2 tr {
  width: 50%;
}

.tableLayout-2 th {
  width: 33%;
}

.post .tableLayout-2 td {
  border-right: 0;
}

.tableLayout-2 tr:nth-of-type(2n) {
  border-left: 1px solid #FFD5B3;
}

.tableLayout-3 colgroup:nth-of-type(1) {
  width: 33%;
}

.post .tableLayout-3 thead td {
  background: var(--color-cc);
  font-size: 1.6rem;
  font-weight: bold;
  border: 0;
}

.post .tableLayout-4 table {
  border-collapse: separate !important;
  border-spacing: 5px 0;
  border: 0;
}

.post .tableLayout-4 th,
.post .tableLayout-4 td {
  border: 1px solid #FFD5B3;
  text-align: center;
}

.post .tableLayout-4 th {
  border-radius: 5px 5px 0 0;
}

.post .tableLayout-4 td {
  border-top: 0;
  border-radius: 0 0 5px 5px;
}

@media only screen and (orientation:landscape) and (max-width :813px),
(orientation:portrait) and (max-width :753px) {
  .post .tableLayout-1 td {
    padding-right: 10px;
    padding-left: 10px;
  }

  .post .tableLayout-2 table {
    border: 0;
    border-bottom: 1px solid #FFD5B3;
  }

  .tableLayout-2 tbody {
    display: table-row-group;
  }

  .tableLayout-2 tr {
    width: 100%;
  }

  .post .tableLayout-2 th,
  .post .tableLayout-2 td,
  .tableLayout-2 tr:nth-of-type(2n) {
    border: 0;
    border-top: 1px solid #FFD5B3;
  }

  .post .tableLayout-2 th {
    width: 33%;
  }
}

/*------------------------------------------------------------
ランキング修正(20210310) (コエシル)
-------------------------------------------------------------*/

.app-syourai-wrap .app-syourai-box {
  box-sizing: border-box;
  box-shadow: 0 0 0 2px #dde4e6;
  border-radius: 2px;
  background: #e7ebee;
  padding-bottom: 5px;
  margin-bottom: 40px !important;
}

.app-syourai-wrap .app-syourai-box .kuchikomi-syosai-card {
  margin-bottom: 0px;
  margin-top: 20px;
  box-shadow: none;
}

.app-syourai-wrap .radarChart-box {
  margin: 0 20px 0 !important;
}

.app-syourai-wrap .kutikomi-g-b {
  background: #e7ebee;
  padding: 20px 20px 0;
  border-radius: 0 0 5px 5px;
  margin-top: 0 !important;
}

.app-syourai-wrap .hyouka-box-in {
  width: 94% !important;
  background: var(--color-white);
  box-shadow: 0 0 0 2px #dde4e6;
  border-radius: 10px;
  padding: 10px;
  margin: 0 auto 20px !important;
}

.app-syourai-wrap .app-syourai-box .kutikomi-g-b+.detail-link-box {
  margin-bottom: 40px;
}

img.aligncenter {
  display: block;
  margin: auto;
}

/*------------------------------------------------------------
画像拡大用 (コエシル)
-------------------------------------------------------------*/
.sl-wrapper .sl-close,
.sl-wrapper .sl-navigation button {
  height: 44px;
  line-height: 44px;
  font-family: Arial, Baskerville, monospace
}

.sl-wrapper .sl-close:focus,
.sl-wrapper .sl-navigation button:focus {
  outline: 0
}

body.hidden-scroll {
  overflow: hidden;
  padding-right: 0 !important;
}

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: .7;
  display: none;
  z-index: 2147483640;
}

.sl-wrapper .sl-close,
.sl-wrapper .sl-counter {
  top: -40px;
  display: none;
  color: var(--color-white);
  position: fixed;
}

.sl-wrapper .sl-close:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  border: 2px solid #888888;
  background: #3c3c3c;
  border-radius: 50%;
  top: 0;
  left: -1px;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.8;
  z-index: -1;
}

.sl-wrapper {
  z-index: 1040;
}

.sl-wrapper button {
  border: 0;
  background: 0 0;
  font-size: 2.8rem;
  padding: 0;
  cursor: pointer;
}

.sl-wrapper .sl-close {
  right: 0px;
  z-index: 2147483647;
  margin-top: -14px;
  margin-right: -14px;
  width: 44px;
  font-size: 3rem;
}

.sl-wrapper .sl-counter {
  left: 30px;
  z-index: 1060;
  font-size: 1rem;
}

.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}

.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  width: 22px;
  text-align: center;
  display: block;
  z-index: 2147483647;
  color: #000;
}

.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
}

.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
}

@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }

  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem;
  }

  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem;
  }

  .sl-wrapper .sl-image img {
    border: 0;
  }
}

@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }

  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem;
  }

  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem;
  }

  .sl-wrapper .sl-image img {
    border: 0;
  }
}

.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 2147483647;
}

.sl-wrapper .sl-image img {
  margin: 0 auto;
  padding: 0;
  display: block;
  border: 0;
  width: auto;
  height: auto;
  max-width: 100%;
}

.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0;
}

@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0;
  }
}

@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe {
    border: 0;
  }
}

.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: var(--color-white);
  background: rgba(0, 0, 0, .8);
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}

.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}

.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #000;
  z-index: 2147483647;
}

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite;
}

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.sl-transition {
  transition: -moz-transform ease .2s;
  transition: -ms-transform ease .2s;
  transition: -o-transform ease .2s;
  transition: -webkit-transform ease .2s;
  transition: transform ease .2s;
}

@-webkit-keyframes pulsate {
  0% {
    transform: scale(.1);
    opacity: 0
  }

  50% {
    opacity: 1
  }

  100% {
    transform: scale(1.2);
    opacity: 0
  }
}

@keyframes pulsate {
  0% {
    transform: scale(.1);
    opacity: 0
  }

  50% {
    opacity: 1
  }

  100% {
    transform: scale(1.2);
    opacity: 0
  }
}

@-moz-keyframes pulsate {
  0% {
    transform: scale(.1);
    opacity: 0
  }

  50% {
    opacity: 1
  }

  100% {
    transform: scale(1.2);
    opacity: 0
  }
}

@-o-keyframes pulsate {
  0% {
    transform: scale(.1);
    opacity: 0
  }

  50% {
    opacity: 1
  }

  100% {
    transform: scale(1.2);
    opacity: 0
  }
}

@-ms-keyframes pulsate {

  0%,
  100% {
    opacity: 0
  }

  0% {
    transform: scale(.1)
  }

  50% {
    opacity: 1
  }

  100% {
    transform: scale(1.2)
  }
}

@media only screen and (orientation:landscape) and (max-width : 813px),
(orientation:portrait) and (max-width : 753px) {

  .sl-wrapper .sl-close,
  .sl-wrapper .sl-counter {
    top: -40px;
    display: none;
    color: var(--color-white);
    position: fixed;
  }

  .sl-wrapper .sl-close:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    border: 2px solid #888888;
    background: #3c3c3c;
    border-radius: 50%;
    top: 0;
    left: -1px;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0.8;
    z-index: -1;
  }

  .sl-wrapper .sl-close {
    right: 0px;
    z-index: 2147483647;
    margin-top: -14px;
    margin-right: -14px;
    width: 44px;
    font-size: 3rem;
  }
}

/*------------------------------------------------------------
DL詳細ボタン (コエシル)
-------------------------------------------------------------*/
a.btn-dl {
  padding: 2px 5px 0 5px;
  width: 100%;
  display: block;
  align-items: center;
  background: #ce3160;
  box-sizing: border-box;
  color: var(--color-white);
  font-weight: bold;
  border-radius: 5px;
  box-shadow: 0 2px 0 0 #9a2649;
  font-size: 1.2rem;
  line-height: 21px;
  margin: 0;
  text-align: left;
}

a.btn-syousai {
  padding: 2px 5px 0 5px;
  text-decoration: none;
  width: 100%;
  display: block;
  background: #536aa7;
  box-sizing: border-box;
  color: var(--color-white);
  font-weight: bold;
  border-radius: 5px;
  box-shadow: 0 2px 0 0 #3e5694;
  font-size: 1.2rem;
  line-height: 21px;
  margin: 0;
  text-align: left;
}

a.btn-syousai:before {
  content: "";
  width: 11px;
  height: 11px;
  background: url(/uploads/2021/05/2021y05m06d_1606136932.png)no-repeat center / 100% 100%;
  display: inline-block;
  margin: 0 4px 0 0;
  top: 1px;
  position: relative;
  z-index: 0;
}

a.btn-dl:hover,
a.btn-syousai:hover {
  opacity: 0.6;
}

a.btn-dl+a.btn-syousai {
  margin: 8px 0 0;
}

main#main-lower .btn-wrap {
  line-height: 2;
  margin: 0 !important;
}

.article .btn-dl {
  line-height: 28px;
  font-size: 1.3rem;
  text-align: center;
  position: relative;
  width: 74%;
  margin-top: 4px;
  padding: 0px;
  text-decoration: none;
  display: block;
  background: #ff0260;
  box-sizing: border-box;
  color: var(--color-white);
  font-weight: bold;
  border-radius: 50px;
  box-shadow: 0 2px 0 0 #9a2649;
  margin: 4px 0;
  -webkit-transition: opacity .3s, background-color .3s;
  transition: opacity .3s, background-color .3s;
}

@media only screen and (orientation: landscape) and (max-width: 813px),
(orientation: portrait) and (max-width: 753px) {
  main#main-lower .btn-wrap {
    line-height: 2;
    margin: 0 !important;
    padding-right: 7px;
  }

  .article .btn-dl {
    line-height: 28px;
    font-size: 1.3rem;
    text-align: center;
    position: relative;
    width: 100%;
    margin-top: 4px;
    padding: 0px;
    text-decoration: none;
    display: block;
    background: #ff0260;
    box-sizing: border-box;
    color: var(--color-white);
    font-weight: bold;
    border-radius: 50px;
    box-shadow: 0 2px 0 0 #9a2649;
    margin: 4px 0;
    -webkit-transition: opacity .3s, background-color .3s;
    transition: opacity .3s, background-color .3s;
  }
}

/*------------------------------------------------------------
余白調整 (コエシル)
-------------------------------------------------------------*/
.app-syourai-wrap .app-syourai-box .kutikomi-g-b+.detail-link-box .detail-link-list {
  padding: 0 20px;
}

.app-syourai-wrap .app-syourai-box .kutikomi-g-b+.detail-link-box .detail-link-list .detail-link-amazon {
  margin-left: 0 !important;
}

.app-syourai-wrap .app-syourai-box .kutikomi-g-b+.detail-link-box .detail-link-list .detail-link-rakuten {
  margin-right: 0 !important;
}

@media only screen and (orientation:landscape) and (max-width :813px),
(orientation:portrait) and (max-width :753px) {
  .app-syourai-wrap .app-syourai-box .kutikomi-g-b+.detail-link-box .detail-link-list {
    padding: 0;
  }

  .app-syourai-wrap .app-syourai-box .kutikomi-g-b+.detail-link-box {
    padding: 0 14px;
  }

  div.app-syourai-box .kuchikomi-syosai-card {
    padding: 12px 14px 15px;
  }

  .app-syourai-box .kuchikomi-syosai-card.icon-square .kuchikomi-syosai-card-r {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  div.app-syourai-wrap .radarChart-box {
    margin: 0 14px 0 !important;
  }

  div.app-syourai-wrap .kutikomi-g-b {
    padding: 20px 14px 0;
  }

  main#main-lower div.app-syourai-box .kuchikomi-syosai-card h3 {
    padding: 0px 0 0px 50px;
  }

  .app-syourai-wrap .hyouka-box {
    padding: 0 14px;
  }

  div.app-syourai-wrap .hyouka-box-in {
    width: 100% !important;
  }

  .app-syourai-wrap .hyouka-box .kuchikomi-link {
    padding-right: 0;
  }
}

/*------------------------------------------------------------
ランキング(枠内調整) (コエシル)
-------------------------------------------------------------*/
.features-box {
  padding: 10px 13px;
  margin: 15px auto;
  width: 98%;
  border-radius: 5px
}

.features-box {
  background: #dbe7ec;
}

main#main-lower .features-box h4 {
  padding: 0px 0 5px;
  margin: 10px auto;
  text-align: center;
  font-size: 1.6rem;
  border-bottom: 0px solid #555;
  position: relative;
  font-weight: bold;
  line-height: 1.4;
  color: #24576e;
}

main#main-lower .features-box h4:before {
  display: none;
}

/*テーブル1*/
.post .features-box .tableLayout-1 {
  margin-bottom: 10px;
}

.post .features-box .tableLayout-1 table {
  border: 1px solid #8fabb9;
  background: var(--color-white);
}

.post .features-box .tableLayout-1 th {
  background: #b5d1de;
}

.post .features-box .tableLayout-1 td {
  border: 0;
  padding: 10px;
}

.post .features-box .tableLayout-1 tr:first-of-type td {
  padding-top: 10px;
}

.post .features-box .tableLayout-1 th,
.post .features-box .tableLayout-1 td {
  border-right: 0px solid #8fabb9;
  border-bottom: 0px solid #8fabb9;
}

/*テーブル2*/
.post .features-box .tableLayout-2 {
  margin-bottom: 10px;
}

.post .features-box .tableLayout-2 table {
  border: 1px solid #8fabb9;
  border-bottom: 0px solid #8fabb9;
  border-right: 1px solid #8fabb9;
  background: var(--color-white);
}

.features-box .tableLayout-2 tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.features-box .tableLayout-2 tr {
  width: 50%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.features-box .tableLayout-2 th {
  min-width: 130px;
  width: 130px;
  background: #b5d1de;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.post .features-box .tableLayout-2 td {
  border-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.post .features-box .tableLayout-2 th {
  border-right: 1px solid #8fabb9;
  border-bottom: 1px solid #8fabb9;
}

.post .features-box .tableLayout-2 td {
  border-right: 0px solid #8fabb9;
  border-bottom: 1px solid #8fabb9;
  padding: 5px;
}

.features-box .tableLayout-2 tr:nth-of-type(2n) {
  border-left: 01px solid #8fabb9;
}

/*テーブル3*/
.features-box .tableLayout-3 {
  margin-bottom: 10px;
}

.post .features-box .tableLayout-3 table {
  border: 1px solid #8fabb9;
  background: var(--color-white);
}

.post .features-box .tableLayout-3 thead {
  border-top: 1px solid #8fabb9;
  box-sizing: border-box;
}

.post .features-box .tableLayout-3 table tr {
  display: flex;
  width: 100%;
}

.post .features-box .tableLayout-3 td {
  border-right: 1px solid #8fabb9;
  border-bottom: 1px solid #8fabb9;
  width: 100%;
}

.post .features-box .tableLayout-3 th {
  border-right: 1px solid #8fabb9;
  border-bottom: 1px solid #8fabb9;
  background: #edf4f8;
  width: 100%;
}

.features-box .tableLayout-3 colgroup:nth-of-type(1) {
  width: 100%;
}

.post .features-box .tableLayout-3 thead td {
  background: #b5d1de;
  font-size: 1.6rem;
  font-weight: bold;
}

.post .features-box .tableLayout-3 tbody tr:last-of-type td {
  border-bottom: 0px solid #8fabb9;
}

.post .features-box .tableLayout-3 tbody tr:last-of-type th {
  border-bottom: 0px solid #8fabb9;
}

/*テーブル4*/
.features-box .tableLayout-4 {
  margin-bottom: 10px;
}

.post .features-box .tableLayout-4 table {
  border-collapse: separate !important;
  border-spacing: 5px 0;
  border: 0;
}

.post .features-box .tableLayout-4 th,
.post .tableLayout-4 td {
  border: 1px solid #b2a98b;
  text-align: center;
}

.post .features-box .tableLayout-4 th {
  border-radius: 5px 5px 0 0;
  background: #fff9e6;
}

.post .features-box .tableLayout-4 td {
  border-top: 0;
  border-radius: 0 0 5px 5px;
  background: var(--color-white);
}

.post .features-box .tableLayout-4 th {
  border-right: 1px solid #b2a98b;
  border-bottom: 1px solid #b2a98b;
}

.post .features-box .tableLayout-4 td {
  border-right: 1px solid #b2a98b;
  border-bottom: 1px solid #b2a98b;
}

/*テーブル5*/
.post .features-box .tableLayout-5 {
  margin-bottom: 10px;
}

.post .features-box .tableLayout-5 table {
  background: var(--color-white);
  border: 1px solid #8fabb9;
}

.post .features-box .tableLayout-5 th {
  background: #b5d1de;
  border-right: 1px solid #8fabb9;
  border-bottom: 1px solid #8fabb9;
}

.post .features-box .tableLayout-5 td {
  border-right: 1px solid #8fabb9;
  border-bottom: 1px solid #8fabb9;
}

/*テーブル6*/
.post .features-box .tableLayout-6 {
  margin-bottom: 10px;
}

.post .features-box .tableLayout-6 table {
  background: var(--color-white);
  border: 1px solid #8fabb9;
}

.post .features-box .tableLayout-6 td {
  border-right: 1px solid #8fabb9;
  border-bottom: 1px solid #8fabb9;
}

/*テーブルテキスト*/
.post .features-box .feature-text {
  margin-bottom: 10px;
  background: var(--color-white);
  padding: 10px;
  border-radius: 5px;
  line-height: 1.4;
  border: 1px solid #8fabb9;
  font-size: 1.4rem;
}

.cta-link-box {
  padding: 0 20px;
  margin-bottom: 10px;
}

@media only screen and (orientation:landscape) and (max-width :813px),
(orientation:portrait) and (max-width :753px) {
  .features-box {
    padding: 10px 14px;
  }

  .post .features-box .tableLayout-1 td {
    padding: 5px;
  }

  .post .features-box .tableLayout-2 table {
    border: 0;
    border: 1px solid #8fabb9;
  }

  .features-box .tableLayout-2 tbody {
    display: table-row-group;
  }

  .features-box .tableLayout-2 tr {
    width: 100%;
  }

  .post .features-box .tableLayout-2 th,
  .post .tableLayout-2 td,
  .tableLayout-2 tr:nth-of-type(2n) {
    border: 0;
    border-top: 1px solid #8fabb9;
  }

  .post .features-box .tableLayout-2 th {
    width: 33%;
  }

  .features-box .tableLayout-2 tr {
    display: table-row;
  }

  .features-box .tableLayout-2 th {
    display: table-cell;
    min-width: auto;
  }

  .post .features-box .tableLayout-2 td {
    display: table-cell;
  }

  .post .features-box .tableLayout-3 thead td {
    background: #b5d1de;
    font-size: 1.4rem;
    font-weight: bold;
  }

  .post .features-box .tableLayout-4 th {
    border-radius: 5px 5px 0 0;
    background: #fff9e6;
    padding: 10px 4px 8px;
    line-height: 1;
  }

  .post .features-box .feature-text {
    font-size: 1.2rem;
  }

  /*特徴アコーディオン*/
  .feature-contents {
    position: relative;
  }

  .feature-contents.overflow-hidden {
    max-height: 180px;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 0;
  }

  .feature-contents.overflow-hidden:before {
    content: "";
    background: linear-gradient(0deg, #dbe7ec 30%, #dbe7ec 55%, rgb(219 231 236 / 0%));
    height: 40px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 1;
  }

  .feature-contents.overflow-hidden .button_accordion {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 100%;
    height: 25px;
    z-index: 1000;
    background: rgb(154 182 195 / 40%);
    border-radius: 3px;
    text-align: center;
    border-bottom: 2px solid #96b2c0;
  }

  .feature-contents.overflow-hidden .button_accordion:before {
    content: "▼";
    font-size: 1.6rem;
    color: var(--color-white);
    line-height: 25px;
  }

  .feature-contents.overflow-visible {
    position: relative;
    padding-bottom: 30px;
  }

  .feature-contents.overflow-visible .button_accordion {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 100%;
    height: 25px;
    z-index: 1000;
    background: rgb(219 231 236);
    border-radius: 3px;
    text-align: center;
    border: 1px solid #96b2c0;
  }

  .feature-contents.overflow-visible .button_accordion:before {
    content: "▲";
    font-size: 1.6rem;
    color: #96b2c0;
    line-height: 25px;
  }
}

/*--kutikomi-hyouka-matome--*/
.hyouka-box-in {
  width: 100%;
  border: 2px solid #ccc;
  border-radius: 10px;
  padding: 10px;
  margin: 10px 0;
  box-sizing: border-box;
  background: #fffff8;
}

.hyouka-box-in:nth-of-type(1) {
  margin: 0 0 10px;
}

.hyouka-box-name {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  margin-top: 0;
}

.hyouka-box-name dt {
  margin-right: 10px;
  width: 35px;
}

.hyouka-box-name dt img {
  width: 35px;
}

.hyouka-box-name dd p {
  font-size: 1.2rem;
  color: #555;
  padding: 0;
}

.hyouka-box-name dd p {
  margin: 0 !important;
  padding: 0 !important;
}

.hyouka-box-name dd p span {
  font-size: 1.2rem;
  color: #888;
}

.hyouka-box-name dd .hyouka-hoshi {
  margin-top: 0px;
  font-size: 1.8rem;
  font-weight: bold;
}

.hyouka-box-name dd .hyouka-hoshi img {
  width: 80px;
  margin-right: 10px;
}

.hyouka-good {
  margin: 15px 0 0;
}

.hyouka-good dt {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 5px;
  background: url(/icon/icon-maru.png) no-repeat 0 center;
  background-size: 14px;
  padding-left: 20px;
  color: #555;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  line-height: 1.3;
}

.hyouka-good dt div:first-of-type {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 0px;
  color: #ff92be;
}

.hyouka-good dt div:nth-of-type(2) {
  display: flex;
  align-items: center;
}

.hyouka-good dt span {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0;
  color: #555;
}

.hyouka-bad dt span {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0;
  color: #555;
  line-height: 1.3;
}

.hyouka-good dt p {
  padding: 0;
  margin: 0;
}

.hyouka-good dd {
  font-size: 1.4rem;
  line-height: 1.4;
  color: #555;
}

.hyouka-bad {
  margin: 15px 0 0;
}

.hyouka-bad dt {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 5px;
  background: url(/icon/icon-batu.png) no-repeat 0 center;
  background-size: 14px;
  padding-left: 20px;
  color: #555;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.hyouka-bad dt div:first-of-type {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 0px;
  color: #4e6275;
}

.hyouka-bad dt div:nth-of-type(2) {
  display: flex;
  align-items: center;
}

.hyouka-bad dt p {
  padding: 0;
  margin: 0;
}

.hyouka-bad dd {
  font-size: 1.4rem;
  line-height: 1.4;
  color: #555;
}

.iinebt-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-left: auto;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.iinebt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fa0;
  color: var(--color-text);
  border-radius: 35px;
  padding: 5px 10px 5px 28px;
  font-size: 1.4rem;
}

.iinebt p {
  margin: 0 !important;
  padding: 0 !important;
}

div.iinegray {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #cccccc none repeat scroll 0 0;
  color: var(--color-white);
  border-radius: 35px;
  padding: 5px 10px 5px 28px;
  font-size: 1.4rem;
}

.iinebt p {
  padding: 0;
}

.iinebt a {
  position: absolute;
  padding: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.iinebt:before {
  content: '';
  width: 14px;
  height: 14px;
  background: url(/icon/icon-iine.png) no-repeat center;
  background-size: 100%;
  top: 0;
  bottom: 0;
  left: 8px;
  margin: auto;
  position: absolute;
}

.iinebt div:first-of-type {
  color: var(--color-white);
}

.iinebt div:last-of-type {
  background: var(--color-white);
  display: inline-block;
  padding: 4px 10px;
  border-radius: 35px;
  font-size: 1.4rem;
  font-weight: bold;
  margin-left: 5px;
}

.kutikomi-hyouka-matome table {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #ddd;
}

.kutikomi-hyouka-matome th {
  background: #eee;
  padding: 10px;
  border: 1px solid #ddd;
}

.kutikomi-hyouka-matome td {
  border: 1px solid #ddd;
  padding: 10px;
}

.kutikomi-hyouka-matome td a {
  color: #1a78a5;
}

.hyoukaRnk-list {
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
  margin: 10px 0;
}

.hyoukaRnk-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

.hyoukaRnk-title dt img {
  width: 80px;
  margin-right: 14px;
}

main#main-lower .hyoukaRnk-title dd h3 {
  background: none;
  padding: 0;
  margin: 0;
  font-size: 2.2rem;
  color: #066493;
  font-weight: bold;
}

.hyoukaRnk-title ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hyoukaRnk-list .hyoukaRnk-title li {
  padding: 0;
  margin: 0;
  text-align: left;
  line-height: normal;
}

.hyoukaRnk-list .hyoukaRnk-title li img {
  width: 150px;
  margin-right: 10px;
  position: static;
  vertical-align: middle;
}

.hyoukaRnk-list .hyoukaRnk-title li:first-of-type {
  font-size: 3.4rem;
  font-weight: bold;
  color: var(--color-text);
  vertical-align: middle;
}

.hyoukaRnk-title li:last-of-type {
  background: #ff3171;
  color: var(--color-white);
  width: 60px;
  text-align: center;
  padding: 8px 0;
  margin-left: 10px;
}

.hyoukaRnk-list li {
  text-align: left;
  position: relative;
  padding: 12px 0px 12px 50px;
}

.hyoukaRnk-list li img {
  position: absolute;
  width: 40px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

main#main-lower .hyoukaRnk-list li p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding: 0;
  margin: 0;
  line-height: normal;
}

.hyoukaRnk-list li span {
  font-size: 1.2rem;
  color: var(--color-99);
}

.hyoukaRnk-list-more {
  position: relative;
  font-size: 2.2rem;
  font-weight: bold;
  color: #066493;
}

.hyoukaRnk-list-more:before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 2px;
  left: -18px;
  bottom: 0;
  margin: auto;
  box-sizing: border-box;
  border: 6px solid transparent;
  border-left: 10px solid #066493;
}

@media only screen and (orientation:landscape) and (max-width : 813px),
(orientation:portrait) and (max-width : 753px) {
  .hyouka-box-name dt {
    margin-right: 10px;
    width: 10%;
  }

  .hyouka-box-name dd {
    width: 90%;
  }

  #main-contents .hyouka-box-name dd p {
    margin: 0;
  }

  .hyouka-box-name dd .hyouka-hoshi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hyouka-good dt div:first-of-type {
    width: 15%;
  }

  .hyouka-good dt div:nth-of-type(2) {
    width: 85%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hyouka-bad dt div:first-of-type {
    width: 15%;
  }

  .kutikomi-hyouka-matome .hyouka-bad dt div:nth-of-type(2) {
    width: 85%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

/*------------------------------------------------------------
ランキング詳細部分 (コエシル)
-------------------------------------------------------------*/
.post .hyouka-main-wrap .gachaBtn {
  margin: 0 auto;
  background: #ffd703;
  color: #000;
  font-size: 1.8rem;
  border-radius: 6px;
  border: 2px solid #000;
  position: relative;
}

.post .hyouka-main-wrap .gachaBtn:hover {
  opacity: 0.6;
}

.post .hyouka-main-wrap .gachaBtn:before {
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  background: url(/uploads/2023/01/2023y01m19d_1225291344.png) no-repeat center / contain;
  position: absolute;
  right: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.hyouka-main-wrap {
  background: var(--color-white);
  position: relative;
  /* margin: 0 auto 32px; */
  margin: 0 auto 20px;
}

.hyouka-main-wrap:last-of-type {
  margin: 0;
}

main#main-lower .hyouka-main-wrap .hyouka-h3-name {
  background: #51c5c2;
  background-size: auto auto;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 6px, rgba(255, 255, 255, 0.1) 6px, rgba(255, 255, 255, 0.1) 16px);
  color: var(--color-white);
  position: relative;
  font-size: 2rem;
  box-shadow: inset 0 0 0 2px #51c5c2, inset 0 0 0 3px #6eddda;
  margin: 0 auto 20px;
}

main#main-lower .hyouka-main-wrap .h-main-name {
  background: none;
  margin: 0;
  padding: 10px 16px 10px 72px;
  color: var(--color-white);
  line-height: normal;
}

main#main-lower .hyouka-main-wrap .hyouka-h3-name p {
  background: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  color: #d0d0d0;
  font-size: 1.4rem;
}

main#main-lower .hyouka-main-wrap .h-main-name:before {
  content: '';
  position: absolute;
  top: 1px;
  left: 27px;
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--color-text);
  z-index: 3;
  width: initial;
  height: initial;
  bottom: initial;
  background: initial;
  border-radius: initial;
  margin: initial;
}

main#main-lower .hyouka-main-wrap.h-no1 .h-main-name:before {
  content: '1';
  color: var(--color-white);
}

main#main-lower .hyouka-main-wrap.h-no2 .h-main-name:before {
  content: '2';
  color: var(--color-white);
}

main#main-lower .hyouka-main-wrap.h-no3 .h-main-name:before {
  content: '3';
  color: var(--color-white);
}

main#main-lower .hyouka-main-wrap.h-no4 .h-main-name:before {
  content: '4';
}

main#main-lower .hyouka-main-wrap.h-no5 .h-main-name:before {
  content: '5';
}

main#main-lower .hyouka-main-wrap.h-no6 .h-main-name:before {
  content: '6';
}

main#main-lower .hyouka-main-wrap.h-no7 .h-main-name:before {
  content: '7';
}

main#main-lower .hyouka-main-wrap.h-no8 .h-main-name:before {
  content: '8';
}

main#main-lower .hyouka-main-wrap.h-no9 .h-main-name:before {
  content: '9';
}

main#main-lower .hyouka-main-wrap.h-no10 .h-main-name:before {
  content: '10';
  left: 20px;
}

main#main-lower .hyouka-main-wrap.h-no11 .h-main-name:before {
  content: '11';
  left: 20px;
}

main#main-lower .hyouka-main-wrap.h-no12 .h-main-name:before {
  content: '12';
  left: 20px;
}

main#main-lower .hyouka-main-wrap.h-no13 .h-main-name:before {
  content: '13';
  left: 20px;
}

main#main-lower .hyouka-main-wrap.h-no14 .h-main-name:before {
  content: '14';
  left: 20px;
}

main#main-lower .hyouka-main-wrap.h-no15 .h-main-name:before {
  content: '15';
  left: 20px;
}

main#main-lower .hyouka-main-wrap.h-no16 .h-main-name:before {
  content: '16';
  left: 20px;
}

main#main-lower .hyouka-main-wrap.h-no17 .h-main-name:before {
  content: '17';
  left: 20px;
}

main#main-lower .hyouka-main-wrap.h-no18 .h-main-name:before {
  content: '18';
  left: 20px;
}

main#main-lower .hyouka-main-wrap.h-no19 .h-main-name:before {
  content: '19';
  left: 20px;
}

main#main-lower .hyouka-main-wrap.h-no20 .h-main-name:before {
  content: '20';
  left: 20px;
}

main#main-lower .hyouka-main-wrap .h-main-name:after {
  content: '';
  position: absolute;
  top: -5px;
  left: 16px;
  display: block;
  height: 48px;
  border: 19px solid #FFD3B3;
  border-bottom-width: 10px;
  border-bottom-color: transparent;
  z-index: 2;
  width: initial;
  bottom: initial;
  background: initial;
  margin: initial;
}

main#main-lower .hyouka-main-wrap.h-no1 .h-main-name:after {
  border-color: #f3c622;
  border-bottom-color: transparent;
}

main#main-lower .hyouka-main-wrap.h-no2 .h-main-name:after {
  border-color: #b5b5b5;
  border-bottom-color: transparent;
}

main#main-lower .hyouka-main-wrap.h-no3 .h-main-name:after {
  border-color: #a37542;
  border-bottom-color: transparent;
}

main#main-lower .hyouka-main-wrap:before {
  position: absolute;
  content: '';
  top: -5px;
  left: 10px;
  border-bottom: solid 8px #555;
  border-left: solid 6px transparent;
}

main#main-lower .hyouka-main-wrap.h-no1:before {
  border-bottom-color: solid 8px #927b35;
}

main#main-lower .hyouka-main-wrap.h-no2:before {
  border-bottom-color: solid 8px #9f9f9f;
}

main#main-lower .hyouka-main-wrap.h-no3:before {
  border-bottom-color: solid 8px #584e49;
}

main#main-lower .hyouka-main-wrap .hyouka-main-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

main#main-lower .hyouka-main-wrap .hyouka-main-icon {
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
}

main#main-lower .hyouka-main-wrap .hyouka-main-icon img {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}

main#main-lower .hyouka-main-wrap .hyouka-main-head ul {
  width: 50%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  box-sizing: border-box;
  padding-left: 20px;
}

main#main-lower .hyouka-main-wrap .hyouka-main-head li {
  font-size: 2.4rem;
  font-weight: bold;
}

main#main-lower .hyouka-main-wrap .hyouka-main-head .hyouka-hoshi-icon {
  color: #fba000;
  font-size: 3.2rem;
  margin-left: 10px;
}

main#main-lower .hyouka-main-wrap .hyouka-main-head .gachaBtn {
  width: 100%;
}

main#main-lower .hyouka-main-wrap .osusume-user_box {
  /* margin: 36px auto 32px; */
  margin: 30px auto 20px;
  border: 4px solid #f8b500;
  box-shadow: none;
}

main#main-lower .hyouka-main-wrap .osusume-user_box .midasi p {
  background: var(--color-white);
  color: #f8b500;
}

main#main-lower .hyouka-main-wrap .osusume-user_box li:before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(/outsourcingpro/wp-content/uploads/2024/03/uploads/2023/12/2023y12m18d_1836064383.png) no-repeat center / contain;
  border: 0;
}

main#main-lower .hyouka-main-wrap .hyoukatable {
  border: 1px solid #dbdbdb;
}

main#main-lower .hyouka-main-wrap .hyoukatable tr:first-of-type th {
  background: #e5e5e5 !important;
}

main#main-lower .hyouka-main-wrap .hyoukatable th {
  background: var(--color-f2);
  border-right: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}

main#main-lower .hyouka-main-wrap .hyoukatable td {
  background: var(--color-white);
  border-right: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}

main#main-lower .hyouka-main-wrap .h-merit {
  margin: 40px 0 18px;
  color: #fa89ac;
  border: 0;
  padding: 7px 5px 5px 56px;
  font-size: 1.8rem;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f9e7ed;
}

main#main-lower .hyouka-main-wrap .h-merit:before {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 0;
  background: url(/uploads/2023/01/2023y01m18d_1820463123.png) no-repeat center / 22px;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 3;
}

main#main-lower .hyouka-main-wrap .h-merit:after {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 0;
  background: #fa89ac;
  background: -moz-linear-gradient(315deg, #fb98b7 0%, #fb98b7 50%, #fa89ac 50%, #fa89ac 100%);
  background: -webkit-linear-gradient(315deg, #fb98b7 0%, #fb98b7 50%, #fa89ac 50%, #fa89ac 100%);
  background: linear-gradient(135deg, #fb98b7 0%, #fb98b7 50%, #fa89ac 50%, #fa89ac 100%);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 2;
}

main#main-lower .hyouka-main-wrap .h-demerit {
  margin: 40px 0 18px;
  color: #3da6d1;
  border: 0;
  padding: 7px 5px 5px 56px;
  font-size: 1.8rem;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #dbf2fc;
}

main#main-lower .hyouka-main-wrap .h-demerit:before {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 0;
  background: url(/uploads/2023/01/2023y01m18d_1812378304.png) no-repeat center / 22px;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 3;
}

main#main-lower .hyouka-main-wrap .h-demerit:after {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 0;
  background: #62afd4;
  background: -moz-linear-gradient(315deg, #76b9da 0%, #76b9da 50%, #62afd4 50%, #62afd4 100%);
  background: -webkit-linear-gradient(315deg, #76b9da 0%, #76b9da 50%, #62afd4 50%, #62afd4 100%);
  background: linear-gradient(135deg, #76b9da 0%, #76b9da 50%, #62afd4 50%, #62afd4 100%);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 2;
}

main#main-lower .hyouka-main-wrap .h-hyoukuchikomi {
  margin: 32px 0 16px;
  color: #565d60;
  border: 0;
  padding: 7px 5px 5px 56px;
  font-size: 1.8rem;
  min-height: 40px;
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #e0e0e0;
  border-radius: 6px;
}

main#main-lower .hyouka-main-wrap .h-hyoukuchikomi:before {
  content: "";
  width: 40px;
  height: 100%;
  border-radius: 0;
  background: url(/outsourcingpro/wp-content/uploads/2024/03/uploads/2023/12/2023y12m18d_1836566933.png) no-repeat center / 22px;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 3;
}

main#main-lower .hyouka-main-wrap .h-hyoukuchikomi:after {
  content: "";
  width: 40px;
  height: 100%;
  border-radius: 0;
  background: #787d7f;
  background: -moz-linear-gradient(315deg, #fb98b7 0%, #fb98b7 50%, #fa89ac 50%, #fa89ac 100%);
  background: -webkit-linear-gradient(315deg, #fb98b7 0%, #fb98b7 50%, #fa89ac 50%, #fa89ac 100%);
  background: linear-gradient(135deg, #898e90 0%, #898e90 50%, #787d7f 50%, #787d7f 100%);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 2;
  border-radius: 6px 0px 0px 6px;
}

main#main-lower .hyouka-main-wrap .hyouka-box-in {
  border: 0;
  width: auto;
  margin: 20px 2px;
  background: var(--color-white);
}

main#main-lower .hyouka-main-wrap .hyouka-Btn {
  background: #f9f9f9;
  width: calc(100% + 32px);
  margin-left: -16px;
  padding: 30px 0;
  margin-top: 40px;
}

main#main-lower .hyouka-main-wrap .hyouka-Btn .gachaBtn {
  width: 70%;
}

@media only screen and (orientation:landscape) and (max-width : 813px),
(orientation:portrait) and (max-width : 753px) {
  main#main-lower .hyouka-main-wrap {
    margin: 0 auto 24px;
  }

  main#main-lower .hyouka-main-wrap .hyouka-h3-name {
    width: 100%;
    margin: 0px;
    margin-bottom: 24px;
  }

  main#main-lower .hyouka-main-wrap:before {
    top: -5px;
    left: 10px;
  }

  .post .hyouka-main-wrap .gachaBtn {
    font-size: 1.6rem;
    padding: 6px 38px;
  }

  .post .hyouka-main-wrap .gachaBtn:before {
    width: 18px;
    right: 16px;
  }

  main#main-lower .hyouka-main-wrap .h-main-name:after {
    border: 20px solid #FFD3B3;
    border-bottom-width: 8px;
    border-bottom-color: transparent;
    height: 44px;
  }

  main#main-lower .hyouka-main-wrap .h-main-name:before {
    left: 29px;
    top: 1px;
    font-size: 2rem;
  }

  main#main-lower .hyouka-main-wrap .hyouka-main-icon {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
  }

  main#main-lower .hyouka-main-wrap .hyouka-main-head li {
    font-size: 1.8rem;
  }

  main#main-lower .hyouka-main-wrap .hyouka-main-head .hyouka-hoshi-icon {
    font-size: 2.4rem;
    margin-left: 8px;
  }

  main#main-lower .hyouka-main-wrap .osusume-user_box {
    border: 3px solid #f8b500;
    margin: 28px auto 24px;
  }

  .post .hyouka-main-wrap .osusume-user_box li {
    padding: 0 0 0 30px;
    font-weight: bold;
  }

  main#main-lower .hyouka-main-wrap .h-merit {
    font-size: 1.6rem;
    margin: 30px 0 16px;
    padding: 7px 5px 5px 48px;
    min-height: 36px;
  }

  main#main-lower .hyouka-main-wrap .h-merit:before {
    width: 36px;
    height: 36px;
    background: url(/uploads/2023/01/2023y01m18d_1820463123.png) no-repeat center / 20px;
  }

  main#main-lower .hyouka-main-wrap .h-merit:after {
    width: 36px;
    height: 36px;
  }

  main#main-lower .hyouka-main-wrap .h-demerit {
    font-size: 1.6rem;
    margin: 30px 0 16px;
    padding: 7px 5px 5px 48px;
    min-height: 36px;
  }

  main#main-lower .hyouka-main-wrap .h-demerit:before {
    width: 36px;
    height: 36px;
    background: url(/uploads/2023/01/2023y01m18d_1812378304.png) no-repeat center / 20px;
  }

  main#main-lower .hyouka-main-wrap .h-demerit:after {
    width: 36px;
    height: 36px;
  }

  main#main-lower .hyouka-main-wrap .h-hyoukuchikomi {
    font-size: 1.6rem;
    margin: 24px 0 16px;
    padding: 7px 5px 5px 48px;
    min-height: 36px;
  }

  main#main-lower .hyouka-main-wrap .h-hyoukuchikomi:before {
    width: 36px;
    height: 100%;
    background: url(/outsourcingpro/wp-content/uploads/2024/03/uploads/2023/12/2023y12m18d_1836566933.png) no-repeat center / 20px;
  }

  main#main-lower .hyouka-main-wrap .h-hyoukuchikomi:after {
    width: 36px;
    height: 100%;
  }

  main#main-lower .hyouka-main-wrap .hyouka-good dt div:nth-of-type(2),
  main#main-lower .hyouka-main-wrap .hyouka-bad dt div:nth-of-type(2) {
    width: 85%;
  }

  main#main-lower .hyouka-main-wrap .hyouka-Btn {
    padding: 20px 16px;
    margin-top: 30px;
    width: calc(100% + 24px);
    margin-left: -12px;
  }

  main#main-lower .hyouka-main-wrap .hyouka-Btn .gachaBtn {
    width: auto;
  }

  main#main-lower .hyouka-main-wrap.h-no10 .h-main-name:before {
    left: 24px;
  }

  main#main-lower .hyouka-main-wrap.h-no11 .h-main-name:before {
    left: 24px;
  }

  main#main-lower .hyouka-main-wrap.h-no12 .h-main-name:before {
    left: 24px;
  }

  main#main-lower .hyouka-main-wrap.h-no13 .h-main-name:before {
    left: 24px;
  }

  main#main-lower .hyouka-main-wrap.h-no14 .h-main-name:before {
    left: 24px;
  }

  main#main-lower .hyouka-main-wrap.h-no15 .h-main-name:before {
    left: 24px;
  }

  main#main-lower .hyouka-main-wrap.h-no16 .h-main-name:before {
    left: 24px;
  }

  main#main-lower .hyouka-main-wrap.h-no17 .h-main-name:before {
    left: 24px;
  }

  main#main-lower .hyouka-main-wrap.h-no18 .h-main-name:before {
    left: 24px;
  }

  main#main-lower .hyouka-main-wrap.h-no19 .h-main-name:before {
    left: 24px;
  }

  main#main-lower .hyouka-main-wrap.h-no20 .h-main-name:before {
    left: 24px;
  }
}

@media only screen and (max-width: 376px) {
  main#main-lower .hyouka-main-wrap {
    margin-bottom: 60px;
  }

  main#main-lower .hyouka-main-wrap .hyouka-main-icon {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
  }

  .post .hyouka-main-wrap .gachaBtn {
    font-size: 1.4rem;
    padding: 6px 38px;
  }

  main#main-lower .hyouka-main-wrap .hyouka-main-head li {
    font-size: 1.6rem;
  }

  main#main-lower .hyouka-main-wrap .hyouka-main-head .hyouka-hoshi-icon {
    font-size: 2.2rem;
  }
}

/*-- 評価アコーディオン--*/
.acMenu.achyouka {
  margin: 5px 0;
}

.acMenu.achyouka dt {
  border: 1px solid #000;
  color: #000;
  border-radius: 3px;
  margin: 0 0 10px;
  padding: 0 0 0 10px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  text-align: left;
  display: block;
  background: var(--color-white);
  cursor: pointer;
  font-size: 1.4rem;
  display: block;
  position: relative;
  box-sizing: border-box;
  box-shadow: 0 1px 0 1px #c7c7c7;
}

.acMenu.achyouka dt:before {
  content: "";
  position: absolute;
  border: 0px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(/uploads/2023/01/2023y01m19d_122616128.png) no-repeat center / contain;
  right: 20px;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 0px;
}

.acMenu.achyouka dt.active:before {
  content: "";
  position: absolute;
  border: 0px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(/uploads/2023/01/2023y01m19d_1226499923.png) no-repeat center / contain;
  right: 20px;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 0px;
  opacity: 0.5;
}

.acMenu.achyouka dt:after {
  border: 0px;
}

.acMenu.achyouka dt.active {
  border: 1px solid #000;
  background: #fffdf3;
  margin: 0 0 0px !important;
  box-shadow: none;
  border-radius: 3px 3px 0 0;
  color: #444;
  box-sizing: border-box;
}

.acMenu.achyouka dt.active+dd {
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  background: var(--color-white);
  padding: 10px;
  margin: 0 0 20px !important;
  box-shadow: none;
  border-radius: 0 0 3px 3px;
  color: #444;
  box-sizing: border-box;
}

.acMenu.achyouka dt.active+dd h5 {
  font-weight: bold;
  margin-bottom: 5px;
}

.acMenu.achyouka dt.active+dd p {
  margin: 0 0 15px !important;
}

.acMenu.achyouka dt.active+dd p:last-of-type {
  margin: 0 !important;
}

.acMenu.achyouka dt.active:before {
  border: none;
}

.acMenu.achyouka dt.active:after {
  border: none;
}

.acMenu.achyouka dt.active+dd {
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  background: var(--color-white);
  padding: 10px;
  margin: 0 0 20px !important;
  box-shadow: none;
  border-radius: 0 0 3px 3px;
  color: var(--color-text);
  line-height: 1.7;
  letter-spacing: 0.5px;
  box-sizing: border-box;
  font-size: 1.5rem;
}

.acMenu.achyouka dt.active+dd h5 {
  font-weight: bold;
  margin-bottom: 5px;
}

.acMenu.achyouka dt.active+dd p {
  margin: 0 0 15px !important;
  padding: 0;
}

.acMenu.achyouka dt.active+dd p:last-of-type {
  margin: 0 !important;
  padding: 0;
}

@media only screen and (orientation:landscape) and (max-width : 813px),
(orientation:portrait) and (max-width : 753px) {
  .acMenu.achyouka dt.active+dd {
    font-size: 1.4rem;
  }
}

/*-------------------------------------------------------
テーブルアイコンデザイン (コエシル)
-------------------------------------------------------------*/
.iconNijyumaru {
  border: 2.5px solid #ff7171;
  box-sizing: border-box;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  margin: auto !important;
  position: relative;
  background: #fff1e5fe5;
  overflow: hidden;
  text-indent: 50px;
}

.iconNijyumaru:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%)translateX(-50%);
  margin: auto;
  border: 2.5px solid #ff4646;
  box-sizing: border-box;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: auto;
}

.iconMaru {
  border: 3.5px solid #318fd2;
  box-sizing: border-box;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  margin: auto !important;
  position: relative;
  overflow: hidden;
  text-indent: 50px;
}

.iconSnkaku {
  box-sizing: border-box;
  display: block;
  width: 20px;
  height: 18px;
  margin: auto !important;
  position: relative;
  border-right: solid 10px transparent;
  border-left: solid 10px transparent;
  border-bottom: solid 16px #57ab6a;
  overflow: hidden;
  text-indent: 50px;
}

.iconBatu {
  box-sizing: border-box;
  display: block;
  width: 20px;
  height: 20px;
  margin: auto !important;
  position: relative;
  overflow: hidden;
  text-indent: 50px;
}

.iconBatu::before,
.iconBatu::after {
  content: "";
  display: block;
  width: 100%;
  /*バツ線の長さ*/
  height: 3.5px;
  /*バツ線の太さ*/
  background: #726178;
  transform: rotate(45deg);
  transform-origin: 0% 50%;
  position: absolute;
  top: calc(15% - 1px);
  left: 14%;
  border-radius: 1px;
}

.iconBatu::after {
  transform: rotate(-45deg);
  transform-origin: 100% 50%;
  left: auto;
  right: 14%;
}

#main-contents .newinfo-Area div.newinfo-box a img {
  width: 100px;
  height: 50px;
}

#main-contents .newinfo-Area div.newinfo-box a p img {
  width: 100px;
  height: 50px;
}

@media only screen and (orientation:landscape) and (max-width : 813px),
(orientation:portrait) and (max-width : 753px) {
  #main-contents .newinfo-Area div.newinfo-box a img {
    width: 100px;
    height: 50px;
    margin-right: 8px;
  }

  #main-contents .newinfo-Area div.newinfo-box a {
    width: 90%;
    font-size: 1.3rem;
    padding-right: 40px;
  }

  #main-contents .newinfo-Area div.newinfo-box a u {
    font-size: 1.1rem;
    left: 115px;
    bottom: 15px;
  }
}

/*-------------------------------------------------------
◎○△× 文字と並べる (コエシル)
-------------------------------------------------------------*/
.iconNijyumaru-text {
  border: 2.5px solid #ff7171;
  box-sizing: border-box;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  margin: -2px 8px 0 0;
  position: relative;
  background: var(--color-white);
  overflow: hidden;
  text-indent: 50px;
  vertical-align: middle;
}

.iconNijyumaru-text:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%)translateX(-50%);
  margin: auto;
  border: 2.5px solid #ff4646;
  box-sizing: border-box;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: auto;
}

.iconMaru-text {
  border: 3.5px solid #318fd2;
  box-sizing: border-box;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  margin: -2px 8px 0 0;
  position: relative;
  overflow: hidden;
  text-indent: 50px;
  vertical-align: middle;
}

.iconSnkaku-text {
  box-sizing: border-box;
  display: inline-block;
  width: 16px;
  height: 14px;
  margin: -3px 8px 0 0;
  position: relative;
  border-right: solid 8px transparent;
  border-left: solid 8px transparent;
  border-bottom: solid 14px #57ab6a;
  overflow: hidden;
  text-indent: 50px;
  vertical-align: middle;
}

.iconBatu-text {
  box-sizing: border-box;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: -2px 8px 0 0;
  position: relative;
  overflow: hidden;
  text-indent: 50px;
  vertical-align: middle;
}

.iconBatu-text::before,
.iconBatu-text::after {
  content: "";
  display: block;
  width: 100%;
  /*バツ線の長さ*/
  height: 3.5px;
  /*バツ線の太さ*/
  background: #726178;
  transform: rotate(45deg);
  transform-origin: 0% 50%;
  position: absolute;
  top: calc(15% - 2px);
  left: 14%;
  border-radius: 1px;
}

.iconBatu-text::after {
  transform: rotate(-45deg);
  transform-origin: 100% 50%;
  left: auto;
  right: 14%;
}

.number-txt {
  color: #535966;
}

main#main-lower p.number-txt {
  font-size: 1.4rem;
  padding: 0;
  margin: 0;
  line-height: normal;
}

main#main-lower p.number-txt:first-letter {
  font-size: 1.6rem;
}

main#main-lower h2+p img,
main#main-lower h3+p img {
  max-width: 80%;
}

main#main-lower .pw80 {
  max-width: 80%;
  width: 80%;
}

@media only screen and (orientation:landscape) and (max-width : 813px),
(orientation:portrait) and (max-width : 753px) {

  main#main-lower h2+p img,
  main#main-lower h3+p img {
    max-width: 100%;
  }

  main#main-lower .pw80 {
    max-width: 100%;
  }
}

/*------------------------
不動産担保ローンフローチャート (コエシル)
-------------------------------------------------------------*/
.fudousan-flowchart {
  text-align: center;
  margin-bottom: 20px;
}

main#main-lower .fudousan-flowchart .flowchart {
  margin: 0;
  position: relative;
  z-index: 3;
}

.fudousan-flowchart .icon-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 66px;
  position: relative;
  z-index: 2;
  margin-top: -12px;
}

.fudousan-flowchart .icon-wrap li {
  background: #fbebc0;
  border-radius: 10px;
  width: 136px;
  line-height: 1;
  padding: 18px 0 14px;
  margin: 0;
}

.fudousan-flowchart .icon-wrap a {
  font-size: 1.4rem;
  display: inline-block;
  margin-bottom: 8px;
  color: #1679db;
}

.fudousan-flowchart .icon-wrap a img {
  display: block !important;
  width: 60px;
  height: 60px;
  margin: 0 auto 5px;
}

.fudousan-flowchart .icon-wrap .kousiki {
  background: #ce3160;
  color: var(--color-white);
  font-size: 1.1rem;
  width: 50px;
  padding: 4px 0;
  border-radius: 5px;
  margin: 0 3px 0 0;
}

.fudousan-flowchart .icon-wrap .syousai {
  background: #536aa7;
  color: var(--color-white);
  font-size: 1.1rem;
  width: 50px;
  padding: 4px 0;
  border-radius: 5px;
  margin: 0 0 0 3px;
}

@media only screen and (orientation:landscape) and (max-width : 813px),
(orientation:portrait) and (max-width : 753px) {
  .fudousan-flowchart .icon-wrap {
    padding: 0;
  }

  .fudousan-flowchart .icon-wrap li {
    width: 98px;
    padding: 14px 0 10px;
  }

  .fudousan-flowchart .icon-wrap a {
    font-size: 1.2rem;
  }

  .fudousan-flowchart .icon-wrap a img {
    width: 56px;
    height: 56px;
  }

  .fudousan-flowchart .icon-wrap .kousiki {
    font-size: 1rem;
    width: 40px;
    margin: 0 2px 0 0;
  }

  .fudousan-flowchart .icon-wrap .syousai {
    font-size: 1rem;
    width: 40px;
    margin: 0 0 0 2px;
  }
}

@media only screen and (max-width: 376px) {
  .fudousan-flowchart .icon-wrap li {
    width: 88px;
  }

  .fudousan-flowchart .icon-wrap a {
    font-size: 1.1rem;
    margin-bottom: 6px;
  }

  .fudousan-flowchart .icon-wrap a img {
    width: 52px;
    height: 52px;
    margin: 0 auto 4px;
  }

  .fudousan-flowchart .icon-wrap .kousiki {
    width: 36px;
  }

  .fudousan-flowchart .icon-wrap .syousai {
    width: 36px;
  }
}

@media only screen and (max-width: 361px) {
  .fudousan-flowchart .icon-wrap li {
    width: 86px;
  }

  .fudousan-flowchart .icon-wrap a {
    font-size: 1rem;
    margin-bottom: 5px;
  }

  .fudousan-flowchart .icon-wrap .kousiki {
    width: 34px;
  }

  .fudousan-flowchart .icon-wrap .syousai {
    width: 34px;
  }
}

/*------------------------------------------------------------
テーブル_1行1列固定 (コエシル)
-------------------------------------------------------------*/
.table-scroll-tateyokofix {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 20px;
  z-index: 1;
}

.table-scroll-tateyokofix th:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 3;
}

.table-scroll-tateyokofix tr:first-child th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
}

.table-scroll-tateyokofix tr:first-child th:first-child {
  z-index: 4;
}

.table-scroll-tateyokofix th:first-child:after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  box-sizing: content-box;
}

.table-scroll-tateyokofix tr:first-child th:after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  box-sizing: content-box;
}

.table-scroll-tateyokofix tr:first-child th:before {
  content: "";
  height: 1px;
  width: 100%;
  background: #dde4e6;
  z-index: 1;
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.table-scroll-tateyokofix th.no-fix {
  position: static;
}

/*------------------------------------------------------------
テーブル_2行1列固定バージョン (コエシル)
-------------------------------------------------------------*/
.table-scroll-tateyokofix2 {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 20px;
  z-index: 1;
}

.table-scroll-tateyokofix2 th:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 3;
  height: 40px;
}

.table-scroll-tateyokofix2 tr:nth-child(2) th:first-child {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  z-index: 4;
  border-bottom: 0;
}

.table-scroll-tateyokofix2 tr:nth-child(2) td {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  z-index: 2;
  border-bottom: 0;
}

.table-scroll-tateyokofix2 tr:nth-child(2) th:first-child:before,
.table-scroll-tateyokofix2 tr:nth-child(2) td:before {
  content: "";
  height: 1px;
  width: 100%;
  background: #dde4e6;
  z-index: 1;
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.table-scroll-tateyokofix2 tr:first-child th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
}

.table-scroll-tateyokofix2 tr:first-child th:first-child {
  z-index: 4;
}

.table-scroll-tateyokofix2 th:first-child:after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  box-sizing: content-box;
}

.table-scroll-tateyokofix2 tr:first-child th:after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  box-sizing: content-box;
}

.table-scroll-tateyokofix2 th.no-fix {
  position: static;
}

/*------------------------------------------------------------
おすすめ光回線 (コエシル)
-------------------------------------------------------------*/
.post .osusume-hikarikaisenTable {
  border: 0;
}

.post .osusume-hikarikaisenTable th {
  background: #57a6f0;
  color: var(--color-white);
  border: 0;
  text-align: center;
  border: 1px solid #57a6f0;
  padding: 14px 0;
}

.post .osusume-hikarikaisenTable th:last-of-type {
  background: #368ee0;
  width: 64%;
  border: 1px solid #368ee0;
}

.post .osusume-hikarikaisenTable td {
  border: 1px solid #b2b2b2;
  border-top: 0;
}

.osusume-hikarikaisenTable td:first-of-type {
  text-align: center;
}

.osusume-hikarikaisenTable .kakuyasu {
  font-weight: bold;
  font-size: 2rem;
}

.osusume-hikarikaisenTable .dokomo-logo {
  width: 140px;
}

.osusume-hikarikaisenTable .au-logo {
  width: 70px;
}

.osusume-hikarikaisenTable .softbank-logo {
  width: 140px;
}

.osusume-hikarikaisenTable td:last-of-type img {
  width: 64px;
  display: block !important;
  margin: 0 auto 3px;
}

.osusume-hikarikaisenTable td ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.osusume-hikarikaisenTable td li {
  width: 25%;
  text-align: center;
  margin: 0;
}

.osusume-hikarikaisenTable td li a {
  display: inline-block;
  font-size: 1.1rem;
}

.osusume-hikarikaisenTable .arrow-in:before {
  content: '';
  display: block;
  width: 34px;
  height: 26px;
  margin: 0 auto;
  background: url(/uploads/2023/01/2023y01m19d_1227215849.jpg) no-repeat center / contain;
}

.osusume-hikarikaisenTable td ul.inner {
  display: block;
}

.osusume-hikarikaisenTable td ul.inner li {
  width: 100%;
}

.osusume-hikarikaisenTable td ul.inner li.kodate {
  margin-bottom: 36px;
}

.osusume-hikarikaisenTable td ul.inner li.nuro {
  margin-bottom: 6px;
}

.osusume-hikarikaisenTable td ul.inner .arrow:before {
  content: '';
  display: block;
  width: 34px;
  height: 26px;
  margin: 0 auto;
  background: url(/uploads/2023/01/2023y01m19d_1227215849.jpg) no-repeat center / contain;
}

@media only screen and (orientation:landscape) and (max-width : 813px),
(orientation:portrait) and (max-width : 753px) {
  .osusume-hikarikaisenTable .kakuyasu {
    font-size: 1.4rem;
  }

  .osusume-hikarikaisenTable .dokomo-logo,
  .osusume-hikarikaisenTable .softbank-logo {
    width: 80%;
  }

  .osusume-hikarikaisenTable .au-logo {
    width: 40%;
  }

  .osusume-hikarikaisenTable td ul {
    position: relative;
    right: 4px;
  }

  .osusume-hikarikaisenTable td li a {
    font-size: 1rem;
    -webkit-transform: scale(.9);
    transform: scale(.9);
    width: 124%;
  }

  .osusume-hikarikaisenTable .arrow-in {
    font-size: 1rem;
    -webkit-transform: scale(.9);
    transform: scale(.9);
    width: 124%;
  }

  .osusume-hikarikaisenTable td ul.inner .arrow {
    font-size: 1rem;
    -webkit-transform: scale(.9);
    transform: scale(.9);
    width: 124%;
  }

  .osusume-hikarikaisenTable .arrow-in:before,
  .osusume-hikarikaisenTable td ul.inner .arrow:before {
    width: 38px;
    height: 30px;
  }

  .osusume-hikarikaisenTable td:last-of-type img {
    width: 60px;
    margin-bottom: 2px;
  }

  .osusume-hikarikaisenTable td ul.inner {
    right: auto;
  }
}

@media only screen and (max-width: 376px) {
  .post .osusume-hikarikaisenTable th {
    font-size: 1.1rem;
    padding: 12px 0;
  }

  .post .osusume-hikarikaisenTable td {
    padding: 4px 2px;
  }

  .osusume-hikarikaisenTable td ul {
    right: 5px;
  }

  .post .osusume-hikarikaisenTable th:last-of-type {
    width: 70%;
  }

  .osusume-hikarikaisenTable .kakuyasu {
    font-size: 1.3rem;
  }

  .osusume-hikarikaisenTable td:last-of-type img {
    width: 58px;
  }
}

@media only screen and (max-width: 361px) {
  .osusume-hikarikaisenTable td li a {
    -webkit-transform: scale(.8);
    transform: scale(.8);
  }

  .osusume-hikarikaisenTable .arrow-in {
    -webkit-transform: scale(.8);
    transform: scale(.8);
  }

  .osusume-hikarikaisenTable td ul.inner .arrow {
    -webkit-transform: scale(.8);
    transform: scale(.8);
  }
}

/*------------------------------------------------------------
おすすめ光回線　ロゴver (コエシル)
-------------------------------------------------------------*/
.post .osusume-hikarikaisenTable-rogo {
  border: 0;
  margin-bottom: 20px;
}

.post .osusume-hikarikaisenTable-rogo th {
  background: #57a6f0;
  color: var(--color-white);
  border: 0;
  text-align: center;
  border: 1px solid #57a6f0;
  padding: 14px 0;
}

.post .osusume-hikarikaisenTable-rogo th:last-of-type {
  background: #368ee0;
  width: 72%;
  border: 1px solid #368ee0;
}

.post .osusume-hikarikaisenTable-rogo td {
  border: 1px solid #b2b2b2;
  border-top: 0;
  padding: 16px 8px;
}

.osusume-hikarikaisenTable-rogo td:first-of-type {
  text-align: center;
}

.osusume-hikarikaisenTable-rogo .kakuyasu {
  font-weight: bold;
  font-size: 2rem;
}

.osusume-hikarikaisenTable-rogo .dokomo-logo {
  width: 140px;
}

.osusume-hikarikaisenTable-rogo .au-logo {
  width: 70px;
}

.osusume-hikarikaisenTable-rogo .softbank-logo {
  width: 140px;
}

.osusume-hikarikaisenTable-rogo td:last-of-type li {
  line-height: 1;
}

.osusume-hikarikaisenTable-rogo td:last-of-type a {
  display: inline-block;
}

.osusume-hikarikaisenTable-rogo td:last-of-type img {
  width: 92px;
}

.osusume-hikarikaisenTable-rogo td:last-of-type img.sonet {
  width: 104px;
}

.osusume-hikarikaisenTable-rogo td:last-of-type img.softbank {
  width: 116px;
}

.osusume-hikarikaisenTable-rogo td:last-of-type .arrow img {
  width: 96px;
}

.osusume-hikarikaisenTable-rogo td ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.osusume-hikarikaisenTable-rogo td li {
  width: 25%;
  text-align: center;
  margin: 0;
}

.osusume-hikarikaisenTable-rogo td ul.inner {
  display: block;
}

.osusume-hikarikaisenTable-rogo td ul.inner li {
  width: 100%;
}

.osusume-hikarikaisenTable-rogo td ul.inner li.kodate {
  margin-bottom: 20px;
}

.osusume-hikarikaisenTable-rogo td ul.inner li.nuro {
  margin-bottom: 24px;
}

.osusume-hikarikaisenTable-rogo .kousiki-btn {
  font-size: 1.1rem;
  width: 80px;
  line-height: 1;
  padding: 4px 0;
  border-radius: 50px;
  color: var(--color-white);
  background: #ff3171;
  display: block;
  margin: 8px auto 0;
}

@media only screen and (orientation:landscape) and (max-width : 813px),
(orientation:portrait) and (max-width : 753px) {
  #main-lower .post .osusume-hikarikaisenTable-rogo {
    margin-bottom: 20px;
  }

  .osusume-hikarikaisenTable-rogo .kakuyasu {
    font-size: 1.4rem;
  }

  .osusume-hikarikaisenTable-rogo .dokomo-logo,
  .osusume-hikarikaisenTable-rogo .softbank-logo {
    width: 80%;
  }

  .osusume-hikarikaisenTable-rogo .au-logo {
    width: 40%;
  }

  .post .osusume-hikarikaisenTable-rogo th:last-of-type {
    width: 72%;
  }

  .osusume-hikarikaisenTable-rogo td:last-of-type img {
    width: 86%;
  }

  .post .osusume-hikarikaisenTable-rogo td {
    padding: 14px 5px;
  }

  .osusume-hikarikaisenTable-rogo .kousiki-btn {
    font-size: 1rem;
    width: 50px;
    margin-top: 6px;
    padding: 3px 0;
  }

  .osusume-hikarikaisenTable-rogo td:last-of-type .arrow img {
    width: 94%;
  }

  .osusume-hikarikaisenTable-rogo td ul.inner li.nuro {
    margin-bottom: 14px;
  }

  .osusume-hikarikaisenTable-rogo td ul.inner li.kodate {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 376px) {
  .post .osusume-hikarikaisenTable-rogo th {
    font-size: 1.1rem;
    padding: 12px 0;
  }

  .post .osusume-hikarikaisenTable-rogo td {
    padding: 12px 2px;
  }

  .osusume-hikarikaisenTable-rogo .kakuyasu {
    font-size: 1.3rem;
  }

  .osusume-hikarikaisenTable-rogo .kousiki-btn {
    width: 44px;
    padding: 2px 0;
    margin-top: 5px;
  }

  .osusume-hikarikaisenTable-rogo td ul.inner li.nuro {
    margin-bottom: 12px;
  }

  .osusume-hikarikaisenTable-rogo td ul.inner li.kodate {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 361px) {
  .osusume-hikarikaisenTable-rogo td:last-of-type .arrow img {
    width: 100%;
  }
}

/*------------------------------------------------------------
text-align (コエシル)
-------------------------------------------------------------*/
.txt-l {
  text-align: left !important;
}

.txt-r {
  text-align: right !important;
}

.txt-c {
  text-align: center !important;
}

/*------------------------------------------------------------
scrolllist (コエシル)
-------------------------------------------------------------*/
.scroll-img-wrap {
  width: 100%;
  display: flex;
  overflow-x: scroll;
  overflow-scrolling: touch;
  padding: 0;
  margin: 0;
}

.scroll-list {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  min-width: max-content;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

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

/*------------------------------------------------------------
pointNEW (コエシル)
-------------------------------------------------------------*/
.point-wakuBox.pointNew {
  border-radius: 5px;
  position: relative;
  margin: 30px 2px 20px;
  padding: 25px 15px 20px;
  border: 3px solid #d3d3d3;
  box-shadow: 0 0 0px 2px #000000;
  box-sizing: border-box;
  background: var(--color-white);
}

.point-wakuBox.pointNew .pwb-h {
  position: absolute;
  top: -17px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #000000;
  display: block;
  padding: 0px 30px;
  font-weight: bold;
  font-size: 1.6rem;
  box-shadow: 0 0 0px 2px #000000;
  border-radius: 50px;
  color: var(--color-white);
  margin: 0 !important;
}

.point-wakuBox.pointNew dd.point-osusume {
  margin: 0;
  padding: 0;
  background: #ffbb4e;
  display: inline-block;
  color: var(--color-white);
  border-radius: 2px;
  font-size: 1.1rem;
  position: relative;
}

.point-wakuBox.pointNew dd.point-osusume:before {
  content: "";
  position: absolute;
  background: url(/uploads/2023/01/2023y01m19d_122824465.png)no-repeat;
  background-size: 100%;
  background-position: center;
  left: 0;
  bottom: -20px;
  width: 20px;
  height: 25px;
}

.point-wakuBox.pointNew dd {
  padding-left: 20px;
}

.point-wakuBox.pointNew dd .b-red {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 90%, #ff7907 0%) repeat scroll 0 0;
  font-weight: bold;
  color: #111 !important;
  padding: 0 1px 2px;
}

/*------------------------------------------------------------
電子書籍サービス目的別のおすすめNo.1 (コエシル)
-------------------------------------------------------------*/
.mokutekibetu-densisyoseki {
  margin-bottom: 20px;
}

.mokutekibetu-densisyoseki-midasi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mokutekibetu-densisyoseki-midasi div {
  width: 50%;
  text-align: center;
  color: var(--color-white);
  padding: 14px 0;
  font-size: 1.6rem;
}

.mokutekibetu-densisyoseki-main {
  border: 1px solid #b2b2b2;
  border-top: 0;
}

.mokutekibetu-densisyoseki-midasi div:first-of-type {
  background: #57a6f0;
}

.mokutekibetu-densisyoseki-midasi div:last-of-type {
  background: #368ee0;
}

.mokutekibetu-densisyoseki ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.mokutekibetu-densisyoseki ul:before {
  content: '';
  display: block;
  width: 94%;
  height: 2px;
  background: #e6e6e6;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.mokutekibetu-densisyoseki ul:last-of-type:before {
  display: none;
}

.mokutekibetu-densisyoseki ul:after {
  content: '';
  display: block;
  width: 98px;
  height: 38px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  background: url(/uploads/2023/01/2023y01m19d_122853725.jpg) no-repeat center right / cover;
}

.mokutekibetu-densisyoseki ul li {
  width: 50%;
  padding: 14px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}

.mokutekibetu-densisyoseki li a {
  display: inline-block;
}

.mokutekibetu-densisyoseki li img {
  width: 50px;
  display: block !important;
  margin: 0 auto 2px;
}

@media only screen and (orientation: landscape) and (max-width: 813px),
(orientation: portrait) and (max-width: 753px) {
  .mokutekibetu-densisyoseki-midasi div {
    font-size: 1.2rem;
    width: 46%;
  }

  .mokutekibetu-densisyoseki-midasi div:first-of-type {
    width: 54%;
  }

  .mokutekibetu-densisyoseki ul:after {
    width: 46px;
    height: 26px;
    left: 50%;
    right: auto;
  }

  .mokutekibetu-densisyoseki ul li {
    width: 46%;
  }

  .mokutekibetu-densisyoseki ul li.mokutekibetu-densisyoseki-text {
    width: 54%;
  }
}

@media only screen and (max-width : 361px) {
  .mokutekibetu-densisyoseki-midasi div {
    width: 48%;
  }

  .mokutekibetu-densisyoseki-midasi div:first-of-type {
    width: 52%;
  }

  .mokutekibetu-densisyoseki ul:after {
    width: 40px;
    height: 24px;
    left: 52%;
    right: auto;
  }

  .mokutekibetu-densisyoseki ul li {
    width: 48%;
  }

  .mokutekibetu-densisyoseki ul li.mokutekibetu-densisyoseki-text {
    width: 52%;
  }
}

/*------------------------------------------------------------
スクロールテーブル調整 (コエシル)
-------------------------------------------------------------*/
.table-scroll tbody {
  display: table;
  width: 100%;
}

.table-scroll tbody th {
  width: auto;
}

/*------------------------------------------------------------
ランキングタグ(横) (コエシル)
-------------------------------------------------------------*/
.PRrank-icon4 tr:first-of-type th:first-of-type~th {
  position: relative;
  z-index: 0;
}

.PRrank-icon4 tr:first-of-type th:first-of-type~th:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  z-index: 100;
  width: 40px;
  height: 40px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.PRrank-icon4 tr:first-of-type th:nth-of-type(2):before {
  background: url(/icon/pr-osusume-1.png);
}

.PRrank-icon4 tr:first-of-type th:nth-of-type(3):before {
  background: url(/icon/pr-osusume-2.png);
}

.PRrank-icon4 tr:first-of-type th:nth-of-type(4):before {
  background: url(/icon/pr-osusume-3.png);
}

.PRrank-icon4 tr:first-of-type th:nth-of-type(5):before {
  background: url(/icon/pr-osusume-4.png);
}

.PRrank-icon4 tr:first-of-type th:nth-of-type(6):before {
  background: url(/icon/pr-osusume-5.png);
}

.PRrank-icon4 tr:first-of-type th:nth-of-type(7):before {
  background: url(/icon/pr-osusume-6.png);
}

.PRrank-icon4 tr:first-of-type th:nth-of-type(8):before {
  background: url(/icon/pr-osusume-7.png);
}

.PRrank-icon4 tr:first-of-type th:nth-of-type(9):before {
  background: url(/icon/pr-osusume-8.png);
}

.PRrank-icon4 tr:first-of-type th:nth-of-type(10):before {
  background: url(/icon/pr-osusume-9.png);
}

.PRrank-icon4 tr:first-of-type th:nth-of-type(11):before {
  background: url(/icon/pr-osusume-10.png);
}

.PRrank-icon4 tr:first-of-type th:nth-of-type(12):before {
  background: url(/icon/pr-osusume-11.png);
}

.PRrank-icon4 tr:first-of-type th:nth-of-type(13):before {
  background: url(/icon/pr-osusume-12.png);
}

.PRrank-icon4 tr:first-of-type th:nth-of-type(14):before {
  background: url(/icon/pr-osusume-13.png);
}

.PRrank-icon4 tr:first-of-type th:nth-of-type(15):before {
  background: url(/icon/pr-osusume-14.png);
}

.PRrank-icon4 tr:first-of-type th:nth-of-type(16):before {
  background: url(/icon/pr-osusume-15.png);
}

.PRrank-icon4 tr:first-of-type th:nth-of-type(17):before {
  background: url(/icon/pr-osusume-16.png);
}

.PRrank-icon4 tr:first-of-type th:nth-of-type(18):before {
  background: url(/icon/pr-osusume-17.png);
}

.PRrank-icon4 tr:first-of-type th:nth-of-type(19):before {
  background: url(/icon/pr-osusume-18.png);
}

.PRrank-icon4 tr:first-of-type th:nth-of-type(20):before {
  background: url(/icon/pr-osusume-19.png);
}

.PRrank-icon4 tr:first-of-type th:nth-of-type(21):before {
  background: url(/icon/pr-osusume-20.png);
}

.cv-btn-wrap {
  margin-top: 20px;
  text-align: center;
}

.cv-btn-wrap .bannar-wrap {
  margin-bottom: 10px;
}

.cv-btn-wrap .cv-btn {
  background: #ee6464;
  color: var(--color-white);
  display: inline-block;
  min-width: 300px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 10px;
  text-align: center;
  margin: 0 auto;
  box-shadow: -2px 2px 0 1px #d45d5d;
  border-radius: 6px;
}

.cv-btn-wrap .cv-btn .yellow {
  font-size: 1.4rem;
  color: #fff601;
}

@media only screen and (orientation: landscape) and (max-width: 813px),
(orientation: portrait) and (max-width: 753px) .cv-btn-wrap .cv-btn {
  font-size: 1.6rem;
  min-width: 78%;
}

/*--------------------------------------------------------------
DL詳細ボタン調整 (コエシル)
-------------------------------------------------------------*/
a.btn-syousai,
a.btn-dl+a.btn-syousai {
  margin-left: auto;
  margin-right: auto;
  max-width: 120px;
  text-align: center;
}

/*--------------------------------------------------------------
評価まとめ(転職test) (コエシル)
-------------------------------------------------------------*/
.hyouka-matome-img {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  width: 80%;
  margin: 50px auto;
  position: relative;
  padding: 10px 0 0;
}

main#main-lower .hyouka-matome-img p {
  margin: 0;
  padding: 0;
}

p:empty {
  display: none;
}

.hyouka-matome-img:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 0 0 10px #256ea5;
}

.hyouka-matome-img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 0 0 5px #05b9d1;
}

.hyouka-matome-img img {
  width: 100%;
}

.hyouka-matome-img iframe {
  margin: 10px auto;
  width: 90%;
  height: 90%;
  position: relative;
  z-index: 1;
}

.hyouka-youtube {
  width: 100%;
  aspect-ratio: 16/9;
  margin: auto;
  text-align: center;
}

@media only screen and (orientation: landscape) and (max-width: 813px),
(orientation: portrait) and (max-width: 753px) {
  .hyouka-matome-img {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    width: 95%;
    margin: 50px auto;
    position: relative;
    padding: 10px 0 0;
  }
}

/*------------------------------------------------------------
転職サイトランキング (コエシル)
-------------------------------------------------------------*/
.tensyoku-rank-wrap .midashi-ribon {
  position: relative;
  background: #0071bd;
  border-radius: 4px;
  padding: 10px 10px 10px 70px;
  margin-bottom: 30px;
}

.tensyoku-rank-wrap .midashi-ribon:before {
  content: '';
  background: url(/uploads/2023/01/2023y01m19d_1229230265.png) no-repeat top 26% center / 20px #fcee21;
  width: 50px;
  height: calc(100% + 20px);
  position: absolute;
  top: -10px;
  left: 10px;
}

.tensyoku-rank-wrap .midashi-ribon:after {
  content: '1';
  font-size: 3rem;
  color: #000;
  font-weight: bold;
  position: absolute;
  width: 50px;
  height: 100%;
  top: 18px;
  bottom: 0;
  left: 10px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

main#main-lower .tensyoku-rank-wrap .midashi-ribon h3 {
  background: none;
  margin: 0;
  padding: 0;
  color: var(--color-white);
  line-height: normal;
  font-size: 2rem;
}

.tensyoku-rank-wrap .midashi-ribon h3:before {
  position: absolute;
  content: '';
  top: -10px;
  left: 59px;
  z-index: -1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 0 0 6px;
  border-color: transparent transparent transparent #968700;
}

.tensyoku-rank-wrap .midashi-ribon h3:after {
  position: absolute;
  content: '';
  bottom: -10px;
  left: 59px;
  z-index: -1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 6px 0 0;
  border-color: #968700 transparent transparent transparent;
}

main#main-lower .tensyoku-rank-wrap .midashi-ribon p {
  color: #0d327c;
  font-size: 1.4rem;
  background: none;
  margin: 0;
  padding: 0;
  line-height: normal;
}

.tensyoku-rank-wrap .score-wrap {
  background: #deedff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 16px 16px 34px;
}

.tensyoku-rank-wrap .score-wrap .img-wrap img {
  border: 1px solid #1f97b7;
  border-radius: 20px;
  width: 120px;
}

.tensyoku-rank-wrap .score-wrap .score {
  width: 440px;
  margin-left: 30px;
}

.tensyoku-rank-wrap .score-wrap .score .rank,
.tensyoku-rank-wrap .score-wrap .score .hyouka {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tensyoku-rank-wrap .score-wrap .score .rank {
  margin-bottom: 16px;
}

main#main-lower .tensyoku-rank-wrap .score-wrap .score .rank p:first-of-type,
main#main-lower .tensyoku-rank-wrap .score-wrap .score .hyouka p:first-of-type {
  margin: 0;
  line-height: 1;
  font-size: 1.8rem;
  font-weight: bold;
}

.tensyoku-rank-wrap .score-wrap .score .hyouka p:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tensyoku-rank-wrap .score-wrap .score .hyouka p:first-of-type img {
  width: 150px;
  margin-left: 10px;
}

main#main-lower .tensyoku-rank-wrap .score-wrap .score .rank .nam,
main#main-lower .tensyoku-rank-wrap .score-wrap .score .hyouka .nam {
  margin: 0;
  margin-left: auto;
  width: 100px;
  color: #f15a24;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
  position: relative;
}

.tensyoku-rank-wrap .score-wrap .score .rank .nam:before,
.tensyoku-rank-wrap .score-wrap .score .hyouka .nam:before {
  content: '';
  display: block;
  width: 66px;
  height: 2px;
  background: #8ba5bc;
  border-radius: 10px;
  position: absolute;
  left: -77px;
  top: 0;
  bottom: 0;
  margin: auto;
}

main#main-lower .tensyoku-rank-wrap h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

main#main-lower .tensyoku-rank-wrap h4 {
  color: #2097b7;
  font-size: 2rem;
  padding: 0;
  margin: 30px 0 20px;
  border: 0;
}

main#main-lower .tensyoku-rank-wrap h4:before,
main#main-lower .tensyoku-rank-wrap h4:after {
  content: '';
  display: block;
  width: 10px;
  height: 2px;
  background: #2097b7;
  border-radius: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: static;
}

main#main-lower .tensyoku-rank-wrap h4:before {
  margin-right: 10px;
}

main#main-lower .tensyoku-rank-wrap h4:after {
  margin-left: 10px;
}

.tensyoku-rank-wrap .osusumeuser-wrap ul {
  padding-left: 30px;
}

.tensyoku-rank-wrap .osusumeuser-wrap ul li {
  position: relative;
  padding-left: 28px;
  font-weight: bold;
}

.tensyoku-rank-wrap .osusumeuser-wrap ul li:before {
  content: '';
  width: 16px;
  height: 16px;
  background: url(/uploads/2023/01/2023y01m19d_1229524678.png) no-repeat center / contain;
  position: absolute;
  top: -3px;
  bottom: 0;
  left: 0;
  margin: auto;
}

div.zokusei-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

div.zokusei-wrap li {
  width: calc(20% - 8px);
  margin-right: 10px;
  margin-bottom: 10px;
}

div.zokusei-wrap li:nth-of-type(5n) {
  margin-right: 0;
}

div.zokusei-wrap li:last-of-type {
  margin-bottom: 10px;
}

div.zokusei-wrap li img {
  width: 100%;
  height: auto;
}

@media only screen and (orientation:landscape) and (max-width :813px),
(orientation:portrait) and (max-width :753px) {
  .tensyoku-rank-wrap .score-wrap {
    padding: 16px 0 16px 10px;
  }

  .tensyoku-rank-wrap .score-wrap .score {
    width: 276px;
    margin-left: 10px;
  }

  .tensyoku-rank-wrap .score-wrap .img-wrap img {
    width: 80px;
    border-radius: 14px;
  }

  main#main-lower .tensyoku-rank-wrap .score-wrap .score .rank p:first-of-type,
  main#main-lower .tensyoku-rank-wrap .score-wrap .score .hyouka p:first-of-type {
    font-size: 1.6rem;
  }

  .tensyoku-rank-wrap .score-wrap .img-wrap img {
    width: 80px;
  }

  .tensyoku-rank-wrap .score-wrap .score .hyouka p:first-of-type img {
    width: 100px;
  }

  main#main-lower .tensyoku-rank-wrap .score-wrap .score .rank .nam,
  main#main-lower .tensyoku-rank-wrap .score-wrap .score .hyouka .nam {
    font-size: 1.8rem;
    width: 56px;
  }

  .tensyoku-rank-wrap .score-wrap .score .rank .nam:before,
  .tensyoku-rank-wrap .score-wrap .score .hyouka .nam:before {
    width: 26px;
    left: -35px;
  }

  .tensyoku-rank-wrap .osusumeuser-wrap ul {
    padding-left: 10px;
  }

  div.zokusei-wrap li {
    width: calc(100% / 3 - 6px);
    margin-right: 9px;
  }

  div.zokusei-wrap li:nth-of-type(5n) {
    margin-right: 9px;
  }

  div.zokusei-wrap li:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 376px) {
  .tensyoku-rank-wrap .score-wrap .img-wrap img {
    width: 70px;
  }

  .tensyoku-rank-wrap .score-wrap .score {
    width: 258px;
  }

  .tensyoku-rank-wrap .score-wrap .score .rank .nam:before,
  .tensyoku-rank-wrap .score-wrap .score .hyouka .nam:before {
    width: 14px;
    left: -20px;
  }

  .tensyoku-rank-wrap .score-wrap .score .hyouka p:first-of-type img {
    margin-left: 8px;
  }
}

@media only screen and (max-width: 361px) {

  main#main-lower .tensyoku-rank-wrap .score-wrap .score .rank p:first-of-type,
  main#main-lower .tensyoku-rank-wrap .score-wrap .score .hyouka p:first-of-type {
    font-size: 1.5rem;
  }

  main#main-lower .tensyoku-rank-wrap .score-wrap .score .rank .nam,
  main#main-lower .tensyoku-rank-wrap .score-wrap .score .hyouka .nam {
    font-size: 1.6rem;
    width: 50px;
  }

  .tensyoku-rank-wrap .score-wrap .img-wrap img {
    width: 66px;
  }

  .tensyoku-rank-wrap .score-wrap .score {
    width: 250px;
    margin-left: 8px;
  }

  .tensyoku-rank-wrap .score-wrap .score .rank .nam:before,
  .tensyoku-rank-wrap .score-wrap .score .hyouka .nam:before {
    width: 18px;
    left: -24px;
  }
}

/*------------------------------------------------------------
転職エージェントリスト (コエシル)
-------------------------------------------------------------*/
.agent-list-wrap {
  background: #4793ad;
  padding: 30px;
}

main#main-lower .agent-list-wrap .midasi {
  text-align: center;
  color: var(--color-white);
  font-size: 2.6rem;
  margin-bottom: 20px;
  font-weight: bold;
}

.agent-list-wrap .midasi .iconBatu {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin: 0 10px -6px !important;
}

.agent-list-wrap .midasi .iconBatu::before,
.agent-list-wrap .midasi .iconBatu::after {
  background: #f9d13e;
  height: 4.5px;
}

.agent-list-wrap .agent-list li {
  background: var(--color-white);
  margin-bottom: 12px;
  border-radius: 5px;
  padding: 10px 10px 10px 40px;
}

main#main-lower .agent-list-wrap .agent-list .agent-name {
  margin-bottom: 10px;
  line-height: 1.4;
  position: relative;
}

.agent-list-wrap .agent-list .agent-name:before {
  content: '▶';
  background: #5090f4;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20px;
  height: 20px;
  color: var(--color-white);
  border-radius: 50%;
  font-size: 1.1rem;
  left: -26px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: scale(.8);
  transform: scale(.8);
}

main#main-lower .agent-list-wrap .agent-list .agent-name a {
  padding: 0 5px;
  border-bottom: 1px solid #5090f4;
  font-weight: bold;
}

main#main-lower .agent-list-wrap .agent-list .syousai {
  margin: 0;
  padding-left: 5px;
  line-height: 1.4;
}

@media only screen and (orientation:landscape) and (max-width :813px),
(orientation:portrait) and (max-width :753px) {
  .agent-list-wrap {
    padding: 14px;
  }

  main#main-lower .agent-list-wrap .midasi {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }

  .agent-list-wrap .midasi .iconBatu {
    width: 24px;
    height: 24px;
    margin: 0 6px -5px !important;
  }

  .agent-list-wrap .midasi .iconBatu::before,
  .agent-list-wrap .midasi .iconBatu::after {
    height: 3.5px;
  }

  .agent-list-wrap .agent-list li {
    margin-bottom: 10px;
    padding-left: 34px;
  }

  .agent-list-wrap .agent-list .agent-name:before {
    left: -24px;
  }
}

@media only screen and (max-width: 376px) {
  main#main-lower .agent-list-wrap .midasi {
    font-size: 1.5rem;
  }

  .agent-list-wrap .midasi .iconBatu {
    width: 22px;
    height: 22px;
    margin: 0 4px -4px !important;
  }
}

@media only screen and (max-width: 361px) {
  main#main-lower .agent-list-wrap .midasi {
    font-size: 1.4rem;
  }

  .agent-list-wrap .midasi .iconBatu {
    width: 20px;
    height: 20px;
  }

  .agent-list-wrap .midasi .iconBatu::before,
  .agent-list-wrap .midasi .iconBatu::after {
    height: 3px;
  }

  .agent-list-wrap {
    padding: 10px;
    padding-top: 13px;
  }
}

/*------------------------------------------------------------
体験談 (コエシル)
-------------------------------------------------------------*/
table.tb-taikendan-box {
  border: 0 !important;
  box-sizing: border-box;
  width: 99%;
  margin: 0 auto 15px !important;
  background: #ffffff;
}

table.tb-taikendan-box tr:nth-of-type(1) {
  box-shadow: 0 0 0 2px #c7cbde;
  border-radius: 10px 10px 0 0;
}

table.tb-taikendan-box tr:nth-of-type(1) th {
  width: 12%;
  padding: 10px;
  background: none;
  border: 0;
}

table.tb-taikendan-box tr:nth-of-type(1) th img {
  width: 100%;
  border-radius: 50px;
  box-shadow: 0 0 0 2px #c7cbde;
  box-sizing: border-box;
  padding: 2px;
}

table.tb-taikendan-box tr:nth-of-type(1) td {
  border: 0;
  font-size: 1.6rem;
  font-weight: bold;
  color: #3b4675;
}

table.tb-taikendan-box tr:nth-of-type(2) td {
  line-height: 1.6;
  padding: 10px;
  border: 0;
  background: #fffef8;
  box-shadow: 0 0 0 2px #c7cbde;
  border-radius: 0 0 10px 10px;
}

@media only screen and (orientation:landscape) and (max-width :813px),
(orientation:portrait) and (max-width :753px) {
  table.tb-taikendan-box tr:nth-of-type(1) th {
    width: 20%;
    padding: 10px;
    background: none;
    border: 0;
  }
}

table.tb-taikendan-box.taiken-man {
  border: 0 !important;
  box-sizing: border-box;
  width: 99%;
  margin: 0 auto 15px !important;
  background: #edf9ff;
}

table.tb-taikendan-box.taiken-man tr:nth-of-type(1) th img {
  width: 100%;
  border-radius: 50px;
  box-shadow: 0 0 0 2px #3680ae;
  box-sizing: border-box;
  padding: 2px;
}

table.tb-taikendan-box.taiken-woman {
  border: 0 !important;
  box-sizing: border-box;
  width: 99%;
  margin: 0 auto 15px !important;
  background: #ffecef;
}

table.tb-taikendan-box.taiken-woman tr:nth-of-type(1) th img {
  width: 100%;
  border-radius: 50px;
  box-shadow: 0 0 0 2px #fe4974;
  box-sizing: border-box;
  padding: 2px;
}

div.zokusei-wrap.rank-zokusei-icon ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

div.zokusei-wrap.rank-zokusei-icon li {
  width: calc(24% - 4px);
  margin-right: 10px;
  margin-bottom: 10px;
}

div.zokusei-wrap.rank-zokusei-icon li:nth-of-type(8n) {
  margin-right: 0;
}

div.zokusei-wrap.rank-zokusei-icon li:last-of-type {
  margin-bottom: 10px;
}

div.zokusei-wrap.rank-zokusei-icon li img {
  width: 100%;
  height: auto;
}

@media only screen and (orientation:landscape) and (max-width :813px),
(orientation:portrait) and (max-width :753px) {
  div.zokusei-wrap.rank-zokusei-icon li {
    width: calc(100% / 4 - 9px);
    margin-right: 9px;
  }

  div.zokusei-wrap.rank-zokusei-icon li:nth-of-type(4n) {
    margin-right: 9px;
  }

  div.zokusei-wrap.rank-zokusei-icon li:nth-of-type(8n) {
    margin-right: 0;
  }
}

/*------------------------------------------------------------
CVボタン (コエシル)
-------------------------------------------------------------*/
.cta-link-box02 {
  margin: 0 auto;
  /* background: #ffe0ea; */
  background: #ffffbb;
  padding: 5px 25px;
  width: 440px;
}

.cta-link-box02 .ctaText02 {
  background: none;
  padding-top: 10px;
  color: #cc0000;
}

.cta-link-box02 .ctaText02:after,
.cta-link-box02 .ctaText02:before {
  border-color: #cc0000;
}

main#main-lower .cta-link-button02 {
  width: 90%;
  font-size: 150%;
  display: block;
  margin: 10px auto 15px auto;
  padding: 13px;
  border: 0;
  /* background: #f96378; */
  background: #00B900;
  color: #FFF !important;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  transition: 0.3s;
  box-sizing: border-box;
  border-radius: 4px;
  /* box-shadow: 0px 5px #bf4c60; */
  box-shadow: 0px 5px #008B00;
  position: relative;
  line-height: 1.5;
  text-decoration: none !important;
}

.cta-link-button02:after,
.gachaBtn:after {
  content: '';
  position: absolute;
  right: -10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  color: #fff !important;
  font-size: 2rem;
  display: block;
  background: url(/outsourcingpro/wp-content/uploads/2024/03/uploads/2023/12/2023y12m18d_1757181714.png) center no-repeat rgba(255, 255, 255, 0);
  background-size: 15px;
  -webkit-animation-name: Arrows;
  animation-name: Arrows;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

a.btn-dl:after {
  width: 13px;
  height: 12px;
  background-size: 6px;
}

.cta-link-box02+table,
.cta-link-box02+p {
  margin-top: 23px;
}

.cta-link-box.cta-link-box02 span.b {
  display: inline-block;
  padding-bottom: 7px;
}

@media (max-width: 767px) {
  .cta-link-box02 {
    /* background: #ffe0ea; */
    background: #ffffbb;
    padding: 10px 15px;
    width: 100%;
    margin: 0 auto 24px;
  }

  h2.post-list-title {
    font-size: 13px !important;
  }

  ,
  post-list-date {
    font-size: 12px !important;
  }

  .cta-link-box02+p,
  .cta-link-box02+table,
  .joubu-rank02 {
    margin-top: 20px;
  }

  .cta-link-box.cta-link-box02 span.b {
    padding-bottom: 4px;
  }
}

@keyframes Arrows {
  0% {
    opacity: 0;
    transform: translate(-30px, 0)
  }

  50% {
    opacity: 1;
    transform: translate(-10px, 0)
  }

  to {
    opacity: 0;
    transform: translate(0, 0)
  }
}

main#main-lower a.gachaBtn {
  border: 1px solid #5ec75e !important;
  text-decoration: none !important;
  position: relative;
  border-radius: 6px;
  color: #5ec75e;
  font-size: 1.6rem;
  background: #ffffff;
  transition: 0.3s;
  padding: 8px 50px;
  text-align: left;
  line-height: 1.4;
  font-weight: bold;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
}

main#main-lower .gachaBtn:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #5ec75e;
  position: absolute;
  top: 50%;
  right: 24px;
  margin-top: -6px;
}

/* 旧デザイン */
/* main#main-lower a.gachaBtn {
  border: 2px solid #000 !important;
  text-decoration: none !important;
  position: relative;
  border-radius: 6px;
  color: #000;
  font-size: 1.8rem;
  background: #ffd703;
  transition: 0.3s;
  padding: 10px 50px;
  text-align: left;
  line-height: 1.4;
  font-weight: bold;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
}
main#main-lower .gachaBtn:before {
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  background: url() no-repeat center / contain;
  position: absolute;
  right: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
} */
@media only screen and (max-width: 768px) {
  main#main-lower a.gachaBtn {
    width: 100%;
    padding: 10px 32px 10px 24px;
    font-size: 1.4rem;
    margin: 0 auto;
  }

  main#main-lower .gachaBtn:before {
    border-width: 5px 0 5px 7px;
    right: 10px;
  }

  /* 旧デザイン */
  /* main#main-lower a.gachaBtn {
    width: 100%;
    padding: 10px 32px 10px 24px;
    font-size: 1.6rem;
    margin: 0 auto;
  }
  main#main-lower .gachaBtn:before {
    width: 16px;
    right: 10px;
  } */
}

/*------------------------------------------------------------
テーブルthカラー (コエシル)
-------------------------------------------------------------*/
main article .contents table th {
  background-color: #e1eff2;
}

main article .contents table th,
main article .contents table td {
  /* border: 1px solid #ffd5b3; */
  padding: 8px;
  line-height: 1.7;
}

main article .contents table tr.kokusuru th {
  background-color: #c2e5f4;
}

main article .contents .table-scroll-fix .kokusuru th:first-child:after {
  border-color: #ffd5b3;
}

main article .contents table tr th.company-th a>br {
  display: none;
}

main article .contents table tr th.company-th a>span {
  display: block;
  color: #448acb;
  line-height: 1.2;
  margin-top: 4px;
}

/*------------------------------------------------------------
行列入れ替えtable (コエシル)
-------------------------------------------------------------*/
.gyoretu-irekae .icon-osusume img {
  max-width: none;
}

.gyoretu-irekae.PRrank-icon3 tbody th:first-of-type {
  padding: 10px 5px 10px 35px;
}

table.gyoretu-irekae img:last-child {
  margin-bottom: 0;
}

#main-lower .gyoretu-irekae.PRrank-icon3 tbody th:first-of-type:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  z-index: 100;
  width: 40px;
  height: 40px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.gyoretu-irekae.PRrank-icon3 tr:nth-of-type(1) th:first-of-type:before {
  background: url(/icon/pr-osusume-1.png);
}

.gyoretu-irekae.PRrank-icon3 tr:nth-of-type(2) th:first-of-type:before {
  background: url(/icon/pr-osusume-2.png);
}

.gyoretu-irekae.PRrank-icon3 tr:nth-of-type(3) th:first-of-type:before {
  background: url(/icon/pr-osusume-3.png);
}

.gyoretu-irekae.PRrank-icon3 tr:nth-of-type(4) th:first-of-type:before {
  background: url(/icon/pr-osusume-4.png);
}

.gyoretu-irekae.PRrank-icon3 tr:nth-of-type(5) th:first-of-type:before {
  background: url(/icon/pr-osusume-5.png);
}

.gyoretu-irekae.PRrank-icon3 tr:nth-of-type(6) th:first-of-type:before {
  background: url(/icon/pr-osusume-6.png);
}

.gyoretu-irekae.PRrank-icon3 tr:nth-of-type(7) th:first-of-type:before {
  background: url(/icon/pr-osusume-7.png);
}

.gyoretu-irekae.PRrank-icon3 tr:nth-of-type(8) th:first-of-type:before {
  background: url(/icon/pr-osusume-8.png);
}

.gyoretu-irekae.PRrank-icon3 tr:nth-of-type(9) th:first-of-type:before {
  background: url(/icon/pr-osusume-9.png);
}

.gyoretu-irekae.PRrank-icon3 tr:nth-of-type(10) th:first-of-type:before {
  background: url(/icon/pr-osusume-10.png);
}

.gyoretu-irekae.PRrank-icon3 tr:nth-of-type(11) th:first-of-type:before {
  background: url(/icon/pr-osusume-11.png);
}

.gyoretu-irekae.PRrank-icon3 tr:nth-of-type(12) th:first-of-type:before {
  background: url(/icon/pr-osusume-12.png);
}

.gyoretu-irekae.PRrank-icon3 tr:nth-of-type(13) th:first-of-type:before {
  background: url(/icon/pr-osusume-13.png);
}

.gyoretu-irekae.PRrank-icon3 tr:nth-of-type(14) th:first-of-type:before {
  background: url(/icon/pr-osusume-14.png);
}

.gyoretu-irekae.PRrank-icon3 tr:nth-of-type(15) th:first-of-type:before {
  background: url(/icon/pr-osusume-15.png);
}

.gyoretu-irekae.PRrank-icon3 tr:nth-of-type(16) th:first-of-type:before {
  background: url(/icon/pr-osusume-16.png);
}

.gyoretu-irekae.PRrank-icon3 tr:nth-of-type(17) th:first-of-type:before {
  background: url(/icon/pr-osusume-17.png);
}

.gyoretu-irekae.PRrank-icon3 tr:nth-of-type(18) th:first-of-type:before {
  background: url(/icon/pr-osusume-18.png);
}

.gyoretu-irekae.PRrank-icon3 tr:nth-of-type(19) th:first-of-type:before {
  background: url(/icon/pr-osusume-19.png);
}

@media only screen and (orientation: landscape) and (min-width: 813px),
(orientation: portrait) and (min-width: 753px) {
  .gyoretu-irekae .sp {
    display: none;
  }
}

@media only screen and (max-width: 813px) and (orientation: landscape),
(max-width: 753px) and (orientation: portrait) {
  .android .cps-post-main table.gyoretu-irekae tr:last-child th {
    border-bottom: 1px solid #FFD5B3;
  }

  .android .cps-post-main table.gyoretu-irekae tr:last-child td {
    border-bottom: 1px solid #FFD5B3;
  }

  .android .cps-post-main table.gyoretu-irekae td:last-child {
    border-right: 1px solid #FFD5B3;
  }

  .gyoretu-irekae thead {
    float: left;
  }

  .gyoretu-irekae thead tr {
    width: 100px;
  }

  .gyoretu-irekae thead th {
    width: 100% !important;
    height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .gyoretu-irekae thead th:first-of-type {
    height: 60px;
  }

  .gyoretu-irekae tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
  }

  .gyoretu-irekae tbody tr {
    display: inline-block;
    height: 100%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .gyoretu-irekae tbody th,
  .gyoretu-irekae tbody td {
    width: 100%;
    height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #main-lower table.gyoretu-irekae tbody th:first-child {
    position: relative;
    text-align: center !important;
    padding: 8px 5px;
    height: 60px;
  }

  table.gyoretu-irekae tbody th:first-child img {
    display: none;
  }
}

/*------------------------------------------------------------
幅加算（汎用） (コエシル)
-------------------------------------------------------------*/
.add-width {
  padding-right: 28px;
  padding-left: 28px;
}

/*------------------------------------------------------------
icon-osusume (コエシル)
-------------------------------------------------------------*/
.icon-osusume {
  font-size: 9px;
  color: var(--color-white);
  border-radius: 10px;
  padding: 1px 8px;
  margin-bottom: 2px;
  display: inline-block;
}

/*------------------------------------------------------------
文字サイズ調整 (コエシル)
-------------------------------------------------------------*/
main#main-lower .post .fontsize-test-box h4 {
  line-height: 1.4;
  font-size: 1.6rem;
  font-weight: 600;
}

div.post .fontsize-test-box th,
div.post .fontsize-test-box td {
  font-size: 1.4rem;
  padding: 8px 5px;
  line-height: 1.5;
}

.post .fontsize-test-box td li {
  font-size: 1.4rem;
}

.fontsize-test-box dl.hyouka-good dt,
.fontsize-test-box dl.hyouka-bad dt {
  font-size: 1.4rem;
  line-height: 1.3;
}

.fontsize-test-box dl.hyouka-good dd,
.fontsize-test-box dl.hyouka-bad dd {
  font-size: 1.3rem;
  line-height: 1.5;
}

main#main-lower .fontsize-test-box .hyouka-box-in .hyouka-box-name dd p {
  color: #777;
  font-size: 1.2rem;
  letter-spacing: -0.5px;
  line-height: 1.5;
}

@media only screen and (orientation: landscape) and (max-width: 813px),
(orientation: portrait) and (max-width: 753px) {
  main#main-lower .post .fontsize-test-box h2 {
    font-size: 2rem;
    line-height: initial;
  }

  main#main-lower .post .fontsize-test-box h3 {
    font-size: 1.8rem;
  }

  main#main-lower .post .fontsize-test-box h4 {
    font-size: 1.6rem;
  }

  div.post .fontsize-test-box th,
  div.post .fontsize-test-box td {
    font-size: 1.4rem;
  }
}

.post .gachaBtn:after {
  display: none;
}

/*------------------------------------------------------------
アイコン枠 (コエシル)
-------------------------------------------------------------*/
img.iconwaku {
  border: 1px solid #FFD5B3;
  border-radius: 10px;
}

/*------------------------------------------------------------
口コミ比較調整 (コエシル)
-------------------------------------------------------------*/
main#main-lower .kutikomi-hikaku-wrap2 table.kutikomi {
  margin-bottom: 10px;
}

main#main-lower .kutikomi-hikaku-wrap2 table.kutikomi tr:first-of-type td p {
  margin: 0;
}

main#main-lower .kutikomi-hikaku-wrap2 table.kutikomi td:nth-of-type(2) span {
  margin: 0 0 2px;
}

/*------------------------------------------------------------
並び替えbtn調整 (コエシル)
-------------------------------------------------------------*/
@media only screen and (orientation: landscape) and (max-width: 813px),
(orientation: portrait) and (max-width: 753px) {
  .kh-matome .narabikae {
    box-sizing: border-box;
    max-width: calc(100% - 94px);
  }

  .kh-matome .narabikae+a.reset-bt {
    padding: 10px 0;
    width: 78px;
  }
}

/*------------------------------------------------------------
TOP新着クチコミ調整 (コエシル)
-------------------------------------------------------------*/
#top-newkuchi .hyouka-top dl dd ul li:nth-of-type(1) span {
  position: relative;
  top: 2px;
}

#top-newkuchi .hyouka-box .hyouka-box-name dd .hyouka-hoshi {
  margin-top: 7px;
}

#top-newkuchi .hyouka-box .hyouka-box-name dd .hyouka-hoshi img {
  position: relative;
  bottom: 2px;
}

#top-newkuchi .hyouka-good dt span,
#top-newkuchi .hyouka-bad dt span {
  margin-bottom: 0;
  white-space: nowrap;
}

#top-newkuchi .hyouka-good dt span:last-of-type,
#top-newkuchi .hyouka-bad dt span:last-of-type {
  margin-bottom: 0;
  white-space: normal;
}

@media only screen and (orientation: landscape) and (max-width: 813px),
(orientation: portrait) and (max-width: 753px) {
  #top-newkuchi .hyouka-top dl dd ul li:nth-of-type(1) img {
    position: relative;
    bottom: 2px;
  }

  #top-newkuchi .hyouka-top dl dd ul li:nth-of-type(1) span {
    top: 0px;
  }

  #top-newkuchi .hyouka-box .hyouka-box-name dd .hyouka-hoshi {
    margin-top: 5px;
  }

  #top-newkuchi .hyouka-box .hyouka-box-name dd .hyouka-hoshi img {
    bottom: 0px;
  }
}

/*------------------------------------------------------------
クチコミ調整 (コエシル)
-------------------------------------------------------------*/
.kutikomi-hyouka-matome .hyouka-box-name dd .hyouka-hoshi span {
  position: relative;
  top: 2px;
}

.kutikomi-hyouka-matome #search-result .hyouka-good dt span:last-of-type,
.kutikomi-hyouka-matome #search-result .hyouka-bad dt span:last-of-type {
  margin-bottom: 0;
}

.kutikomi-hyouka-matome #search-result .hyouka-good dt div:first-of-type,
.kutikomi-hyouka-matome #search-result .hyouka-bad dt div:first-of-type {
  white-space: nowrap;
}

.kutikomi-hyouka-matome #search-result .hyouka-good dt span:last-of-type,
.kutikomi-hyouka-matome #search-result .hyouka-bad dt span:last-of-type {
  margin-bottom: 0;
}

@media only screen and (orientation: landscape) and (max-width: 813px),
(orientation: portrait) and (max-width: 753px) {
  .kutikomi-hyouka-matome .hyouka-box-name dd .hyouka-hoshi span {
    top: 0;
  }
}

.category-all-in ul li:nth-child(n+89):nth-child(-n+133) {
  display: none;
}

#widget-gaikoCategoryList li.widget-gaikoCategory:nth-child(n+89):nth-child(-n+133) {
  display: none;
}

.maximg-re img {
  max-width: initial;
}

/*------------------------------------------------------------
checkList-table (コエシル)
-------------------------------------------------------------*/
.checkList-table input[type="checkbox"] {
  position: relative;
  top: 1px;
  margin-right: 8px;
}

.sp {
  display: none;
}

@media only screen and (orientation: landscape) and (max-width: 813px),
(orientation: portrait) and (max-width: 753px) {
  .sp {
    display: block;
  }
}

/*------------------------------------------------------------
口コミスライド (コエシル)
-------------------------------------------------------------*/
.kutikomi-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.kutikomi-slide .hyouka-box-in {
  min-width: 500px;
  max-width: 500px;
  margin: 3px 20px 3px 3px;
}

@media only screen and (orientation: landscape) and (max-width: 813px),
(orientation: portrait) and (max-width: 753px) {
  .kutikomi-slide .hyouka-box-in {
    min-width: 76vw;
    max-width: 76vw;
    margin-right: 16px;
  }
}

@media only screen and (max-width: 429px) {
  .kutikomi-slide .hyouka-box-in {
    min-width: 86vw;
    max-width: 86vw;
    margin-right: 12px;
  }
}

@media only screen and (max-width: 376px) {
  .kutikomi-slide .hyouka-box-in {
    margin-right: 10px;
  }

  .kutikomi-slide .hyouka-box-in .hyouka-good dt div:first-of-type,
  .kutikomi-slide .hyouka-box-in .hyouka-good dt,
  .kutikomi-slide .hyouka-box-in .hyouka-bad dt div:first-of-type,
  .kutikomi-slide .hyouka-box-in .hyouka-bad dt {
    font-size: 1.3rem;
  }
}

/*------------------------------------------------------------
new-kuchi-komi (コエシル)
-------------------------------------------------------------*/
.new-kuchi-komi {
  border: 1px solid #ccc;
  padding: 16px;
  border-radius: 6px;
  margin-bottom: 20px;
}

.new-kuchi-komi .new-kk-head {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.new-kuchi-komi .new-kk-head img {
  width: 70px;
  height: 70px;
  margin: 0;
}

.new-kuchi-komi .new-kk-head .new-kk-right {
  margin-left: 10px;
}

.new-kuchi-komi .new-kk-head .new-kk-right p {
  line-height: 1;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 8px 1px;
}

.new-kuchi-komi .new-kk-head .new-kk-right .new-kk-hoshi {
  color: #efb027;
  box-shadow: 0 0 0 1px #efb027;
  border-radius: 50px;
  padding: 4px 10px;
  font-size: 1.4rem;
  line-height: 1.1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.new-kuchi-komi .new-kk-head .new-kk-right .new-kk-hoshi img {
  width: 90px;
  height: auto;
  margin-left: 10px;
  vertical-align: bottom;
}

main#main-lower .post .new-kuchi-komi .new-kk-bottom p {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 4px;
  line-height: 1.7;
}

.new-kuchi-komi .new-kk-txtbox {
  position: relative;
}

.new-kuchi-komi .new-kk-bottom .new-kk-txtbox p {
  font-weight: normal;
  font-size: 1.4rem;
  margin-bottom: 0;
}

.new-kuchi-komi .new-kk-bottom .new-kk-txtbox .more-btn {
  margin: 0;
  position: absolute;
  height: 1.7em;
  background: var(--color-white);
  right: 0;
  bottom: 0;
  width: calc(14.5px * 12);
}

.new-kuchi-komi .new-kk-bottom .new-kk-txtbox .more-btn:before {
  content: '…';
  display: inline;
  color: #444;
}

.new-kuchi-komi .new-kk-txtbox .more-btn a {
  color: #444;
  text-decoration: underline;
  font-weight: normal;
}

main#main-lower .post .new-kuchi-komi .new-kk-bottom .mozisuseigen p {
  font-weight: normal;
  font-size: 1.4rem;
  margin-bottom: 0;
  line-height: 1.5;
}

.new-kuchi-komi .new-kk-bottom .mozisuseigen a {
  font-size: 1.4rem;
}

.kutikomi-slide .new-kuchi-komi {
  min-width: 300px;
  max-width: 300px;
  margin: 3px 20px 3px 3px;
}

@media only screen and (orientation: landscape) and (max-width: 813px),
(orientation: portrait) and (max-width: 753px) {
  .kutikomi-slide .new-kuchi-komi {
    min-width: 84vw;
    max-width: 84vw;
    margin-right: 12px;
  }

  .new-kuchi-komi {
    padding: 12px;
    margin-bottom: 16px;
  }

  main#main-lower .post .new-kuchi-komi .new-kk-bottom p {
    line-height: 1.5;
  }

  .new-kuchi-komi .new-kk-bottom .new-kk-txtbox .more-btn {
    height: 1.5em;
    width: calc(14.5px * 16);
  }
}

/*------------------------------------------------------------
文字数制限 (コエシル)
-------------------------------------------------------------*/
.mozisuseigen {
  line-height: 1.5;
}

.mozisuseigen p {
  display: inline;
}

.mozisuseigen .link {
  display: inline;
  cursor: pointer;
}

.mozisuseigen .link {
  color: #444;
  font-weight: normal;
  display: inline-block;
  text-decoration: underline;
  font-size: 1.4rem;
}

.mozisuseigen.open .link {
  display: block;
  text-align: right;
  cursor: pointer;
}

.mozisuseigen.open .link {
  text-decoration: none;
  color: var(--color-99);
  cursor: auto;
  text-indent: -5em;
  overflow: hidden;
}

.mozisuseigen .link:after {
  content: '続きを見る';
  cursor: pointer;
}

.mozisuseigen.open .link:after {
  content: '閉じる';
  cursor: pointer;
}

.mozisuseigen.open .link:hover {
  opacity: 1;
}

/*------------------------------------------------------------
余白
--------------------------------------------------------------*/
.post table+.flow-wrap {
  margin: 0 auto 16px;
}

.cta-link-box02 {
  /* margin: 0 auto 32px; */
  margin: 0 auto 20px;
}

.post table+main#main-lower .hyouka-main-wrap {
  /* margin: 0 auto 32px; */
  margin: 0 auto 20px;
}

@media only screen and (orientation: landscape) and (max-width: 813px),
(orientation: portrait) and (max-width: 753px) {

  .post table+.flow-wrap,
  ul+.cta-link-box02 {
    margin: 0 auto 24px;
  }

  .post table+main#main-lower .hyouka-main-wrap {
    margin: 0 auto 24px;
  }
}

/* =============================================
パーツ
============================================= */

/* カテゴリタグ */
div.cat-tag a {
  color: var(--color-white);
  font-weight: 600;
  padding: 4px 16px;
  display: block;
  background: #909090;
  border-radius: 4px;
}

/* 投稿日付 */
.date {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  color: var(--color-99);
  font-family: var(--font-eng);
  font-weight: 500;
  line-height: 1;
}

.date:before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background: url("/outsourcingpro/wp-content/uploads/2024/03/uploads/2023/12/2023y12m18d_1751343715.png") no-repeat;
  background-size: contain;
  margin: 0 8px 0 0;
}

/* 共通/もっと見るボタン */
.btn-readmore {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-text) !important;
  font-weight: 600;
  text-align: center;
  background: #fff;
  margin: 0 auto;
  transition: 0.3s;
  box-shadow: 0 0 0 2px #333;
}

.btn-readmore:before {
  position: absolute;
  display: block;
  content: "";
  background: url("/kotostakids//img/kotostakids/uploads/2023/12/2023y12m18d_1709356173.png") no-repeat;
  background-size: contain;
}

/* .btn-readmore:hover {
  box-shadow: 0 15px 30px -5px var(--color-key-shadow), 0 0 5px var(--color-key-shadow);
  transform: translateY(-4px);
  opacity: 1;
} */
@media only screen and (max-width: 768px) {
  .btn-readmore {
    padding: 16px 0;
  }
}

/* トップ / もっと見るボタン */
.top-sec.btn-readmore {
  width: 440px;
  border-radius: 50px;
  font-size: 2rem;
  padding: 24px 0;
}

.btn-readmore:before {
  right: 16px;
  width: 30px;
  height: 13px;
}

@media only screen and (max-width: 1000px) {
  .top-sec.btn-readmore {
    width: calc(100% - 30px);
    font-size: 1.6rem;
  }
}

/* トップ / 見出し */
.top-ttl {
  position: relative;
  color: var(--color-key);
  font-family: var(--font-eng);
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1;
  padding: 0 0 0 26px;
  margin: 0 auto;
}

.top-ttl:before {
  display: block;
  content: "";
  width: 10px;
  height: 80%;
  background: var(--color-key);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border-radius: 5px;
  margin: auto;
  z-index: 1;
}

.top-ttl:after {
  display: inline-block;
  color: var(--color-key-light);
  font-family: var(--font-jp);
  font-size: 1.6rem;
  position: relative;
  margin: 0 0 0 8px;
}

@media only screen and (max-width: 1000px) {
  .top-ttl {
    font-size: 2.8rem;
    padding: 0 0 0 16px;
  }

  .top-ttl:before {
    width: 8px;
  }

  .top-ttl:after {
    font-size: 1.4rem;
  }
}

/* サイドウィジット / 見出し */
.aside-ttl {
  position: relative;
  color: var(--color-key);
  font-family: var(--font-eng);
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  border-top: 2px solid var(--color-f2);
  padding: 32px 0 0;
  margin: 0 auto;
}

.aside-pr__ttl.aside-ttl {
  position: relative;
  color: var(--color-key);
  font-family: var(--font-jp);
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.3;
  border-top: 2px solid var(--color-f2);
  padding: 32px 0 0;
  margin: 0 auto 16px;
}

.aside-ttl:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 50px;
  height: 2px;
  background: var(--color-key-border);
}

.aside-ttl:after {
  display: block;
  color: var(--color-key-light);
  font-family: var(--font-jp);
  font-size: 1.6rem;
  position: relative;
  margin: 4px auto 16px;
}

/* 各カテゴリ・アイコン画像*/
.top-sec-category__wrap,
.aside-category__wrap {
  display: flex;
  flex-flow: row wrap;
  /* justify-content: space-between; */
  justify-content: space-evenly;
  width: 100%;
  margin: 0 auto;
}

.top-sec-category__wrap {
  max-width: 1000px;
}

.top-sec-category__list,
.aside-category__list {
  position: relative;
}

.top-sec-category__list {
  width: calc((100% - 64px) / 3);
  margin: 32px 0 0;
  padding-bottom: 16px;
}

.aside-category__list {
  width: calc((100% - 16px) / 2);
}

/* .aside-category__list a:hover {
  opacity: 1;
} */
.top-sec-category__list:before {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 42.2%;
  content: "";
  background: var(--color-yellow-light);
  border-radius: 16px;
}

.top-sec-category__icon,
.aside-category__icon {
  position: relative;
  background: var(--color-key-light);
  border-radius: 50%;
  margin: 0 auto;
  z-index: 1;
}

.top-sec-category__icon {
  width: 200px;
  height: 200px;
}

.aside-category__icon {
  width: 142px;
  height: 142px;
  transition: 0.3s;
}

/* .aside-category__icon:hover {
  box-shadow: 0 15px 30px -5px var(--color-key-shadow), 0 0 5px var(--color-key-shadow);
  transform: translateY(-4px);
} */
.top-sec-category__icon::before,
.aside-category__icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  background: var(--color-white);
  border-radius: 50%;
  box-shadow: 0 0 10px var(--color-key-shadow);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.top-sec-category__icon::before {
  width: 176px;
  height: 176px;
}

.aside-category__icon::before {
  width: 120px;
  height: 120px;
}

.icon-area::before {
  z-index: 3;
  background: url("/uploads/2023/07/2023y07m31d_1226518504.png") no-repeat;
  background-size: contain;
}

.icon-beginner::before {
  z-index: 3;
  background: url("/uploads/2023/07/2023y07m31d_1226469785.png") no-repeat;
  background-size: contain;
}

.icon-work::before {
  z-index: 3;
  background: url("/uploads/2023/07/2023y07m31d_1226552131.png") no-repeat;
  background-size: contain;
}

/* =============================================
ヘッダー
============================================= */
header {
  width: 100%;
}

.header__wrap {}

.header__top {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  padding: 20px 0 0;
}

.header__top__logo img {
  width: 300px;
  height: auto;
}

.header__top__text {
  color: #082247;
  font-size: 15px;
  font-weight: 600;
  margin: 8px 0 0;
  align-items: center;
  display: flex;
  justify-content: center;
}

.header__top__text:before,
.header__top__text:after {
  background-color: #082247;
  content: "";
  height: 2px;
  width: 60px;
}

.header__top__text:before {
  margin-right: 15px;
}

.header__top__text:after {
  margin-left: 15px;
}

/* カテゴリ */
.header__cat {
  border-bottom: 1px solid var(--color-f2);
  overflow-x: auto;
}

.header__cat::-webkit-scrollbar {
  background: var(--color-scroll-bg);
  width: 8px;
  height: 8px;
}

.header__cat::-webkit-scrollbar-thumb {
  background-color: var(--color-scroll-thumb);
  border: 2px solid var(--color-scroll-bg);
  border-radius: 4px;
}

.header__cat-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  width: fit-content;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  margin: 0 auto;
}

.header__cat-list li a {
  display: block;
  color: var(--color-text);
  padding: 12px 16px;
  transition: 0.3s;
}

/* .header__cat-list li a:hover {
  background: var(--color-f2);
  opacity: 1;
} */
@media only screen and (max-width: 768px) {
  .header__top__logo img {
    width: 220px;
    height: auto;
  }

  /* カテゴリ */
  .header__cat::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }

  .header__cat::-webkit-scrollbar-thumb {
    border: 1px solid var(--color-scroll-bg);
  }

  .header__cat-list {
    width: max-content;
    flex-flow: row nowrap;
  }
}

/* =============================================
フッター
============================================= */
/* WP非表示 */
footer>.sns-wrapper,
footer>.copyright-txt {
  display: none;
}

footer {
  width: 100%;
}

.footer__wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 0;
}

/* フッター・上部 */
.footer__top {
  text-align: center;
}

.footer__logo {
  display: inline-block;
  width: 230px;
  height: auto;
}

.footer__logo img {
  -o-object-fit: contain;
  object-fit: contain;
}

.footer__top-wrap {
  display: flex;
  flex-flow: row nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  flex-wrap: wrap;
  margin: auto;
}

.footer__top-list {}

.footer__top-list a {
  color: #6d6d6d;
  font-size: 16px;
  text-decoration: none;
  margin: 0 30px 0 30px
}

/* フッター・下部 */
.footer__bottom {}

.footer__bottom-ttl {
  display: block;
  color: var(--color-white);
  font-family: var(--font-eng);
  font-size: 2.8rem;
  font-weight: 600;
  margin: 32px 0 0;
}

.footer__bottom-wrap {
  display: flex;
  flex-flow: row nowrap;
  margin: 32px 0 0;
}

.footer__bottom-list {}

.footer__bottom-list a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-white) !important;
  font-size: 1.4rem;
  margin: 0 24px 0 0;
}

.footer__bottom-list a:after {
  display: inline-block;
  content: "";
  width: 8px;
  height: 10px;
  background: url("/outsourcingpro/wp-content/uploads/2024/03/uploads/2023/12/2023y12m18d_1753248811.png") no-repeat;
  background-size: contain;
  margin: 0 0 0 8px;
}

/* フッター・コピーライト */
.footer__copyright {
  width: 100%;
  background: var(--color-text);
  padding: 32px 0;
}

.footer__copyright-text {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  color: var(--color-white);
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
}

/* hr */
footer>.footer__wrap>hr {
  display: block;
  clear: both;
  height: 1px;
  margin: 0.5em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid var(--color-white);
  border-bottom: none;
  color: var(--color-white);
  font-size: 1.0em;
  line-height: 1.0em;
}

@media only screen and (max-width: 1000px) {
  .footer__wrap {
    width: calc(100% - 32px);
    max-width: calc(100% - 32px);
  }

  /* フッター・コピーライト */
  .footer__copyright-text {
    width: calc(100% - 32px);
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 768px) {
  .footer__wrap {
    padding: 40px 0;
  }

  /* フッター・上部 */
  .footer__logo {
    margin: 0 auto;
  }

  .footer__top-wrap {
    margin: 0 0 15px;
    flex-wrap: wrap;
    justify-content: left;
    text-align: center;
  }

}

.footer__top-list {
  margin: 24px 0 0;
}

@media only screen and (orientation:landscape) and (max-width : 813px),
(orientation:portrait) and (max-width : 753px) {
  .footer__top-list {
    width: 50%;
  }
}

/* フッター・下部 */
.footer__bottom-ttl {
  font-size: 2.4rem;
  margin: 24px 0 0;
}

.footer__bottom-wrap {
  display: flex;
  flex-flow: row wrap;
  margin: 0;
}

.footer__bottom-list {
  margin: 24px 0 0;
}

/* フッター・コピーライト */
.footer__copyright {
  padding: 24px 0;
}

.footer__copyright-text {
  font-size: 1rem;
  text-align: center;
}

@media only screen and (max-width : 470px) {
  .footer__top-list a {
    margin: 0;
  }
}


@media only screen and (max-width : 375px) {
  .footer__top-wrap {
    margin-left: 10px;
  }
}

@media only screen and (max-width : 360px) {
  .footer__top-wrap {
    margin-left: 0px;
  }
}

/* =============================================
fv
============================================= */
.fv {
  width: 100%;
  height: fit-content;
  background: url("/bg-pattern.png"), var(--color-yellow-light);
  background-size: 300px;
}

/* fv-記事 */
.fv__post {
  display: block;
  width: 1000px;
  margin: 0 auto;
  background: var(--color-white);
  border-radius: 16px;
  box-shadow: 0 0 0 0 var(--color-key-shadow), 0 2px 3px 0 var(--color-key-shadow);
  transition: 0.3s;
}

/* .fv__post__wrap:hover {
  opacity: 1;
  box-shadow: 0 15px 30px -5px var(--color-key-shadow), 0 0 5px var(--color-key-shadow);
  transform: translateY(-6px);
} */
.fv__post__wrap {
  display: flex;
  flex-flow: row nowrap;
  border-radius: 16px;
}

/* fv-記事・左・アイキャッチ */
.fv__post__eyecatch {
  position: relative;
  width: 600px;
  height: 370px;
  border-radius: 16px 0 0 16px;
  overflow: hidden;
  z-index: 1;
}

.fv__post__eyecatch img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

/* .fv__post__wrap:hover .fv__post__eyecatch img {
  transform: scale(1.03);
} */
/* fv-記事・右・テキスト */
.fv__post__text-wrap {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  width: 40%;
  padding: 24px;
}

.fv__post__meta-wrap {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

.fv__post__meta.cat-tag {
  font-size: 1.6rem;
}

.fv__post__meta.date {
  font-size: 1.6rem;
}

.fv__post__ttl {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 2.4rem;
  font-weight: 600;
  margin: 24px 0;
}

.fv__post__text {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 1.6rem;
}

@media only screen and (max-width: 1000px) {

  /* fv-記事 */
  .fv__post {
    width: 100%;
    border-radius: 6px;
    margin: 0 auto;
  }

  /* fv-記事・左・アイキャッチ */
  .fv__post__eyecatch {
    width: 60%;
    height: 100%;
    border-radius: 8px 0 0 8px;
  }

  .fv__post__eyecatch:before {
    display: block;
    content: "";
    padding-top: 61.5%;
  }

  /* fv-記事・右・テキスト */
  .fv__post__text-wrap {
    width: 40%;
    padding: 24px;
  }

  .fv__post__meta.cat-tag {
    font-size: 1.4rem;
  }

  .fv__post__ttl {
    font-size: 1.6rem;
    margin: 16px 0;
  }

  .fv__post__text {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 768px) {

  /* fv-記事 */
  .fv__post {
    width: 100%;
    margin: 0 auto;
    border-radius: 6px;
  }

  .fv__post__wrap {
    display: flex;
    flex-flow: column nowrap;
    border-radius: 6px;
  }

  /* fv-記事・左・アイキャッチ */
  .fv__post__eyecatch {
    width: 100%;
    height: 100%;
    border-radius: 8px 8px 0 0;
  }

  .fv__post__eyecatch:before {
    display: block;
    content: "";
    padding-top: 61.5%;
  }

  /* fv-記事・右・テキスト */
  .fv__post__text-wrap {
    width: 100%;
    padding: 16px;
  }

  .fv__post__meta.cat-tag {
    font-size: 1.2rem;
  }

  .fv__post__ttl {
    margin: 8px 0 0;
  }

  .fv__post__text {
    display: none;
  }
}

/* =============================================
fv-スライダー
============================================= */
/* スライダーを包む親要素 */
.splide {
  width: 100%;
  margin: 0 auto;
}

/* .splide__trackの親要素 */
.splide-wrapper {
  position: relative;
}

/* スライダー要素が収まる要素 */
.splide__track {}

/* 各スライドを包む要素 */
.splide__list {}

/* 各スライドそのもの */
.splide__slide {
  width: 1000px;
  height: auto;
  padding: 40px 0 74px;
}

/* 前のスライド */
.splide__slide.is-prev {}

/* 現在のスライド */
.splide__slide.is-active {}

/* 次のスライド */
.splide__slide.is-next {}

/* ページネーション */
.splide__pagination {
  bottom: 40px !important;
}

.splide__pagination__page {
  width: 10px !important;
  height: 10px !important;
  margin: 0 16px !important;
}

.splide__pagination__page.is-active {
  background: var(--color-4d) !important;
}

/* 矢印ボタン */
.splide__arrow {
  opacity: 1 !important;
  top: 45% !important;
  width: 56px !important;
  height: 56px !important;
  background: var(--color-white) !important;
  box-shadow: 0 0 6px var(--color-key-shadow);
  z-index: 99;
}

/* 前に戻る */
.splide__arrow--prev {
  left: 2.4rem !important;
}

/* 次へ進む */
.splide__arrow--next {
  right: 2.4rem !important;
}

/* > */
.splide__arrow svg {
  width: 2rem !important;
  height: 2rem !important;
  fill: var(--color-text) !important;
}

@media only screen and (max-width: 1000px) {

  /* 各スライドそのもの */
  .splide__slide {
    width: calc(100% - 96px);
    padding: 40px 0 66px;
  }

  /* ページネーション */
  .splide__pagination {
    bottom: 32px !important;
  }

  /* 矢印ボタン */
  .splide__arrow {
    width: 40px !important;
    height: 40px !important;
    top: 45% !important;
  }

  /* 前に戻る */
  .splide__arrow--prev {
    left: 1.6rem !important;
  }

  /* 次へ進む */
  .splide__arrow--next {
    right: 1.6rem !important;
  }

  /* > */
  .splide__arrow svg {
    width: 1.6rem !important;
    height: 1.6rem !important;
    fill: var(--color-text) !important;
  }
}

/* =============================================
トップ / 人気の記事
============================================= */
/* 見出し */
#top-main .top-sec-popular__ttl:after {
  content: "人気の記事";
}

/* 記事 */
#top-main .top-sec-popular__wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%;
}

#top-main .top-sec-popular__list {
  width: calc((100% - 64px) / 3);
  margin: 32px 0 0;
}

#top-main .top-sec-popular__posts {
  display: block;
  width: 100%;
  border-radius: 16px;
  background: transparent;
}

/* 記事・上・アイキャッチ */
#top-main .top-sec-popular__posts__eye-catch {
  position: relative;
  width: 100%;
  /* height: 100%; */
  height: fit-content;
  overflow: hidden;
  z-index: 1;
}

#top-main .top-sec-popular__posts__eye-catch:before {
  display: block;
  content: "";
  /* padding-top: 61.5%; */
  padding-top: 73.5%;
}

#top-main .top-sec-popular__posts__eye-catch img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

/* #top-main .top-sec-popular__posts__eye-catch img:hover {
  transform: scale(1.03);
} */
/* 記事・下・テキスト */
#top-main .top-sec-popular__posts__text-wrap {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  width: 100%;
}

#top-main .top-sec-popular__posts__meta-wrap {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 16px 0 8px;
}

#top-main .top-sec-popular__posts__meta.cat-tag {
  font-size: 1.2rem;
}

#top-main .top-sec-popular__posts__meta.date {
  font-size: 1.6rem;
}

#top-main .top-sec-popular__posts__ttl {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 1.6rem;
  font-weight: 600;
}

#top-main .top-sec-popular__posts__ttl a {
  color: #333;
}

@media only screen and (max-width: 1000px) {

  /* 記事 */
  #top-main .top-sec-popular__wrap {
    margin: 0 0 24px;
  }

  #top-main .top-sec-popular__list {
    width: calc((100% - 16px) / 2);
    margin: 24px 0 0;
  }

  #top-main .top-sec-popular__posts {
    border-radius: 6px;
  }
}

@media only screen and (max-width: 480px) {

  /* 記事 */
  #top-main .top-sec-popular__list {
    width: 100%;
  }
}

/* =============================================
トップ / 最新の記事
============================================= */
/* 見出し */
#top-main .top-sec-newpost__ttl {
  width: 100%;
  max-width: 1000px;
}

#top-main .top-sec-newpost__ttl:after {
  content: "最新の記事";
}

/* 記事 */
#top-main .top-sec-newpost__wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 950px;
  margin: 0 auto 32px;
}

#top-main .top-sec-newpost__list {
  width: calc((100% - 96px) / 4);
  margin: 32px 0 0;
}

#top-main .top-sec-newpost__posts {
  display: block;
  width: 100%;
  border-radius: 16px;
  background: transparent;
}

/* 記事・上・アイキャッチ */
#top-main .top-sec-newpost__posts__eye-catch {
  position: relative;
  width: 100%;
  /* height: 100%; */
  height: fit-content;
  overflow: hidden;
  z-index: 1;
}

#top-main .top-sec-newpost__posts__eye-catch:before {
  display: block;
  content: "";
  /* padding-top: 61.5%; */
  padding-top: 73.5%;
}

#top-main .top-sec-newpost__posts__eye-catch img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

/* #top-main .top-sec-newpost__posts__eye-catch img:hover {
  transform: scale(1.03);
} */
/* 記事・下・テキスト */
#top-main .top-sec-newpost__posts__text-wrap {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  width: 100%;
}

#top-main .top-sec-newpost__posts__meta-wrap {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 16px 0 8px;
}

#top-main .top-sec-newpost__posts__meta.cat-tag {
  font-size: 1.2rem;
}

#top-main .top-sec-newpost__posts__meta.date {
  font-size: 1.3rem;
}

#top-main .top-sec-newpost__posts__meta.date:before {
  width: 14px;
  height: 14px;
  margin: 0 6px 0 0;
}

#top-main .top-sec-newpost__posts__ttl {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 1.4rem;
  font-weight: 600;
}

#top-main .top-sec-newpost__posts__ttl a {
  color: #333;
}

@media only screen and (max-width: 1000px) {

  /* 見出し */
  #top-main .top-sec-newpost__ttl {
    width: calc(100% - 32px);
    max-width: calc(100% - 32px);
  }

  /* 記事 */
  #top-main .top-sec-newpost__list {
    width: calc((100% - 48px) / 4);
    margin: 24px 0 0;
  }

  #top-main .top-sec-newpost__posts {
    border-radius: 6px;
  }

  /* 最新記事をもっと見る */
  #top-main .top-sec-newpost .top-sec.btn-readmore {
    width: calc(100% - 32px);
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 768px) {

  /* 記事 */
  #top-main .top-sec-newpost__list {
    width: calc((100% - 16px) / 2);
    margin: 24px 0 0;
  }

  /* 記事・下・テキスト */
  #top-main .top-sec-newpost__posts__ttl {
    font-size: 1.6rem;
    font-weight: 600;
  }
}

@media only screen and (max-width: 480px) {

  /* 記事 */
  #top-main .top-sec-newpost__list {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
  }

  /* #top-main .top-sec-newpost__posts {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  } */
  /* 記事・上・アイキャッチ */
  #top-main .top-sec-newpost__posts__eye-catch {
    position: relative;
    width: 42%;
    height: calc(((100vw - 24px) * 0.42) * 0.6614);
  }

  /* 記事・下・テキスト */
  #top-main .top-sec-newpost__posts__text-wrap {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    width: 58%;
    padding-left: 10px;
  }

  #top-main .top-sec-newpost__posts__meta-wrap {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 8px;
  }

  #top-main .top-sec-newpost__posts__meta.cat-tag {
    font-size: 1rem;
  }

  #top-main .top-sec-newpost__posts__meta.date {
    font-size: 1.2rem;
  }

  #top-main .top-sec-newpost__posts__meta.date:before {
    width: 12px;
    height: 12px;
    margin: 0 6px 0 0;
  }

  #top-main .top-sec-newpost__posts__ttl {
    font-size: 1.6rem;
  }
}

/* =============================================
トップ / カテゴリ一覧
============================================= */
/* 見出し */
#top-main .top-sec-category__ttl-wrap {
  position: relative;
  margin: 0 auto;
}

#top-main .top-sec-category__ttl-wrap::after {
  position: relative;
  display: inline-block;
  content: "カテゴリ一覧";
  width: 100%;
  color: var(--color-key-light);
  font-family: var(--font-jp);
  font-size: 1.6rem;
  text-align: center;
  margin: 8px 0 0;
}

#top-main .top-sec-category__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-key);
  font-family: var(--font-eng);
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1;
  margin: 0 auto;
}

#top-main .top-sec-category__ttl:before,
.top-sec-category__ttl::after {
  content: "";
  width: 30px;
  height: 4px;
  background: var(--color-key-light);
  border-radius: 2px;
}

#top-main .top-sec-category__ttl:before {
  margin: 0 16px 0 0;
}

#top-main .top-sec-category__ttl::after {
  margin: 0 0 0 16px;
}

/* 各カテゴリ・ボタン */
#top-main .top-sec-category__btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 48px);
  color: var(--color-text);
  font-size: 2rem;
  font-weight: 600;
  margin: 16px auto 0;
  padding: 16px 0;
  background-color: var(--color-white);
  border-radius: 6px;
  z-index: 2;
  transition: 0.3s;
}

/* #top-main .top-sec-category__btn:hover {
  box-shadow: 0 15px 30px -5px var(--color-key-shadow), 0 0 5px var(--color-key-shadow);
  transform: translateY(-4px);
  opacity: 1;
} */
#top-main .top-sec-category__btn::after {
  position: absolute;
  right: 16px;
  display: block;
  content: "";
  width: 14px;
  height: 16px;
  background: url("/icon_arrow-r-black.svg") no-repeat;
  background-size: contain;
  z-index: 3;
}

/* カテゴリ一覧・下部イラスト */
#top-main .top-sec-category__bg {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

#top-main .top-sec-category__bg::before,
.top-sec-category__bg::after {
  position: absolute;
  display: block;
  content: "";
  z-index: 4;
  transition: 0.3s;
}

#top-main .top-sec-category__bg::before {
  bottom: -128px;
  left: -154px;
  width: 169px;
  height: 210px;
  background: url("/img-human-02.png") no-repeat;
  background-size: contain;
}

#top-main .top-sec-category__bg::after {
  bottom: -128px;
  right: -166px;
  width: 182px;
  height: 227px;
  background: url("/img-human-03.png") no-repeat;
  background-size: contain;
}

@media (width < 1350px) {

  /* カテゴリ一覧・下部イラスト */
  #top-main .top-sec-category__bg::before {
    bottom: -130px;
    left: 0;
    width: 106px;
    height: 134px;
  }

  #top-main .top-sec-category__bg::after {
    bottom: -130px;
    right: 0;
    width: 110px;
    height: 140px;
  }
}

@media only screen and (max-width: 1000px) {

  /* 見出し */
  #top-main .top-sec-category__ttl-wrap::after {
    font-size: 1.4rem;
  }

  #top-main .top-sec-category__ttl {
    font-size: 2.8rem;
  }

  #top-main .top-sec-category__wrap {
    width: calc(100% - 32px);
    max-width: calc(100% - 32px);
  }

  /* 各カテゴリ・ボタン */
  #top-main .top-sec-category__btn {
    width: calc(100% - 32px);
    font-size: 1.5rem;
    margin: 16px auto 0;
    padding: 16px 0;
  }

  #top-main .top-sec-category__btn::after {
    width: 12px;
    height: 14px;
  }
}

@media only screen and (max-width: 768px) {

  /* 各カテゴリ */
  #top-main .top-sec-category__list {
    position: relative;
    width: calc((100% - 16px) / 2);
    margin: 24px 0 0;
    padding-bottom: 8px;
  }

  #top-main .top-sec-category__list:before {
    height: 41.9%;
    border-radius: 6px;
  }

  #top-main .top-sec-category__icon {
    width: 115px;
    height: 115px;
  }

  #top-main .top-sec-category__icon::before {
    width: 99px;
    height: 99px;
  }

  /* 各カテゴリ・ボタン */
  #top-main .top-sec-category__btn {
    width: calc(100% - 16px);
    font-size: 1.4rem;
    margin: 8px auto 0;
    padding: 8px 0;
  }

  #top-main .top-sec-category__btn::after {
    width: 9px;
    height: 11px;
  }

  /* カテゴリ一覧・下部イラスト */
  #top-main .top-sec-category__bg::before {
    bottom: -80px;
    left: 0;
    width: 74px;
    height: 92px;
  }

  #top-main .top-sec-category__bg::after {
    bottom: -80px;
    right: 0;
    width: 78px;
    height: 98px;
  }
}

/* =============================================
下層 / レイアウト
============================================= */
.kasou-cont-wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin: 32px auto 64px;
}

#main-lower {
  width: calc(100% - (300px + 32px));
}

#lowerRight {
  width: 300px;
}

article {
  margin: 0 0 64px;
}

@media only screen and (max-width: 1000px) {
  .kasou-cont-wrap {
    width: calc(100% - 32px);
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 768px) {
  .kasou-cont-wrap {
    width: calc(100% - 32px);
    max-width: calc(100% - 32px);
    flex-flow: column;
    margin: 24px auto 80px;
  }

  #main-lower {
    width: 100%;
  }

  #lowerRight {
    width: 100%;
    margin-left: 0;
  }

  .post .contents {
    padding-bottom: 0;
  }
}

/* =============================================
下層 / 記事中
============================================= */
/* 大見出し・h1 */
.kasou-cont-wrap #main-lower h1 {
  font-size: 2.8rem;
  font-weight: 600 !important;
  /* margin: 0 auto 32px; */
  margin: 0 auto 20px;
}

@media only screen and (max-width: 768px) {
  .kasou-cont-wrap #main-lower h1 {
    font-size: 2.2rem;
    /* margin: 0 auto 24px; */
  }
}

/* アイキャッチ */
.kasou-cont-wrap #main-lower .article__eyecatch {
  width: 100%;
  height: 413px;
  background: var(--color-f2);
  border-radius: 6px;
  /* margin: 0 0 32px; */
  margin: 0 0 20px;
}

.kasou-cont-wrap #main-lower .article__eyecatch img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media only screen and (max-width: 768px) {
  .kasou-cont-wrap #main-lower .article__eyecatch {
    margin: 0 0 24px;
    height: auto;
  }
}

/* WP / meta-最終更新 */
main#main-lower .post-meta p.post-data {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  width: fit-content;
  color: var(--color-99);
  font-family: var(--font-eng);
  font-weight: 500;
  line-height: 1;
}

main#main-lower .post-meta p.post-data:before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background: url("/outsourcingpro/wp-content/uploads/2024/03/uploads/2023/12/2023y12m18d_1751343715.png") no-repeat;
  background-size: contain;
  margin: 0 8px 0 0;
}

/* meta */
.article__meta {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 0 0 32px;
}

.article__cat-time-wrap {
  display: flex;
  flex-flow: row wrap;
}

.article__cat-time.cat-tag {
  font-size: 1.6rem;
  margin: 0 16px 0 0;
}

.article__cat-time.date {
  font-size: 1.6rem;
}

.article__sns {
  display: flex;
  flex-flow: row wrap;
}

.article__sns-list {
  margin: 0 16px 0 0;
  width: 24px;
  height: 24px;
}

.article__sns-list a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article__sns-list:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  .article__meta {
    margin: 0 0 24px;
  }

  .article__cat-time.cat-tag {
    font-size: 1.2rem;
    margin: 0 8px 0 0;
  }

  .article__sns-list {
    margin-bottom: initial !important;
    margin: 0 10px 0 0;
    width: 20px;
    height: 20px;
  }

  .article__sns-list a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

/* h2 */
/* .kasou-cont-wrap #main-lower h2 {
  line-height: 1.4;
  font-size: 2.1rem;
  font-weight: 600;
  padding: 12px 16px;
  margin: 0 auto 20px;
  background: #51c5c2;
  color: #fff;
  box-shadow: inset 0 0 0 2px #51c5c2, inset 0 0 0 3px #6eddda;
} */

/* @media only screen and (max-width: 768px) {
  .kasou-cont-wrap #main-lower h2 {
    padding: 10px 16px;
    margin: 0 auto 24px;
  }
} */

/* h3 */
.kasou-cont-wrap #main-lower h3 {
  line-height: 1.4;
  font-size: 2rem;
  font-weight: 600;
  padding-left: 16px;
  margin: 0 auto 28px;
  position: relative;
}

.kasou-cont-wrap #main-lower h3:before {
  display: block;
  content: "";
  width: 5px;
  height: 90%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #52c5bf;
  border-radius: 3px;
  margin: auto;
}

.kasou-cont-wrap #main-lower h3:after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  bottom: -8px;
  background: #ebebeb;
  margin: auto;
}

@media only screen and (max-width: 768px) {
  .kasou-cont-wrap #main-lower h3 {
    margin: 0 auto 24px;
    padding: initial;
    padding-left: 16px;
  }
}

/* h4 */
.kasou-cont-wrap #main-lower h4 {
  position: relative;
  /* background: var(--color-f2); */
  background: #f4f4f4;
  /* color: var(--color-4d); */
  color: #595959;
  font-size: 1.8rem !important;
  font-weight: 600 !important;
  border-radius: 6px;
  padding: 3px 16px 3px 24px;
  /* margin: 0 auto 32px; */
  margin: 0 auto 20px;
}

.kasou-cont-wrap #main-lower h4:before {
  display: block;
  content: "";
  width: 6px;
  height: 56%;
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  /* background: var(--color-cc); */
  background: #d8d8d8;
  border-radius: 3px;
  margin: auto;
}

@media only screen and (max-width: 768px) {
  .kasou-cont-wrap #main-lower h4 {
    margin: 0 auto 24px;
    border-bottom: none;
  }
}

/* 本文 */
#main-lower article .post p {
  font-size: 1.6rem;
  line-height: 1.7;
  margin: 0 auto 32px;
}

#main-lower article .post p a {
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  #main-lower article .post p {
    margin: 0 auto 24px;
  }
}

/* 目次 */
.mokujiInfo {
  width: calc(100% - 48px);
  font-weight: 600 !important;
  background: var(--color-f2);
  border-radius: 6px;
  /* margin: 0 auto 32px; */
  margin: 0 auto 20px;
  padding: 24px;
}

#main-lower article .post .mokujiInfo .mokujiTitle {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0 0 8px;
}

#main-lower article .post .mokujiInfo .mokujiTitle:before {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  background: url(/icon_mokuji.svg) no-repeat;
  background-size: contain;
  margin: 0 8px 0 0;
}

.mokujiInfo ul {
  font-size: 1.5rem !important;
  padding: 0 24px 0;
}

.mokujiInfo ul li {
  margin: 0 0 16px !important;
}

.mokujiInfo ul li:last-child {
  margin-bottom: 0;
}

.mokujiInfo ul li a {
  display: block;
  position: relative;
  color: var(--color-text);
  padding-left: 24px;
}

.mokujiInfo ul li a:before {
  content: '';
  width: 12px;
  height: 30px;
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(/icon/icon-yajishita.png) no-repeat center;
  background-size: 100%;
  margin-right: 10px;
}

@media only screen and (max-width: 768px) {
  .mokujiInfo {
    width: 100%;
    margin: 0 auto 24px;
    padding: 16px;
  }

  .mokujiInfo ul {
    font-size: 1.4rem !important;
  }
}

/* この記事を書いた人 */
.article__writer {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  border-top: 3px solid var(--color-f2);
  border-bottom: 3px solid var(--color-f2);
  padding: 8px 0;
  margin: 0 0 32px;
}

.article__writer-img {
  width: 120px;
  height: 120px;
  background: var(--color-key-bg);
  border-radius: 50%;
  border: 1px solid var(--color-f2);
}

.article__writer-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article__writer-text-wrap {
  display: flex;
  flex-flow: column;
  width: calc(100% - (120px + 24px));
}

.article__writer-ttl {
  display: flex;
  flex-flow: row nowrap;
  align-items: baseline;
  width: 100%;
  color: var(--color-key);
  font-family: var(--font-eng);
  font-size: 2rem;
  font-weight: 600 !important;
  margin: 0 0 8px;
}

.article__writer-ttl::after {
  display: inline-block;
  content: "この記事を書いた人";
  color: var(--color-key-light);
  font-family: var(--font-jp);
  font-size: 1.2rem;
  margin: 0 0 0 8px;
}

.article__writer-text {
  margin: 0;
}

.article__writer-text dt {
  font-size: 1.4rem;
  font-weight: 600 !important;
  margin: 0 0 8px;
}

.article__writer-text dd {
  font-size: 1.4rem;
  margin-left: 0;
}

@media only screen and (max-width: 768px) {
  .article__writer {
    margin: 0 0 24px;
  }

  .article__writer-img {
    width: 80px;
    height: 80px;
  }

  .article__writer-text-wrap {
    width: calc(100% - (80px + 8px));
  }

  .article__writer-ttl {
    font-size: 1.6rem;
    margin: 0 0 4px;
  }

  .article__writer-ttl::after {
    font-size: 1rem;
    margin: 0 0 0 4px;
  }

  .article__writer-text dt {
    font-size: 1.2rem;
  }

  .article__writer-text dd {
    font-size: 1.4rem;
  }
}

/* リスト */
main article .contents .list-normal,
main article .contents .list-no,
main article .contents .list-check {
  font-size: 1.4rem;
  /* margin: 0 auto 32px !important; */
  margin: 0 auto 20px !important;
  border-radius: 6px;
}

@media only screen and (max-width: 768px) {

  main article .contents .list-normal,
  main article .contents .list-no,
  main article .contents .list-check {
    margin: 0 auto 24px !important;
  }
}

/* 最終更新 */
main#main-lower .post-meta p.post-data {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  color: var(--color-99);
  font-family: var(--font-eng);
  font-weight: 500;
  line-height: 1;
}

main#main-lower .post-meta p.post-data:before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background-size: contain;
  margin: 0 8px 0 0;
}

@media only screen and (orientation: landscape) and (max-width: 813px),
(orientation: portrait) and (max-width: 753px) {
  main#main-lower .post-meta p.post-data:before {
    width: 14px;
    height: 14px;
  }
}

/* =============================================
下層 / 記事中 / おすすめ・関連記事
============================================= */
.article-recommend,
.article-related {
  width: 100%;
  margin: 0 auto 64px;
}

/* 見出し */
.kasou-cont-wrap #main-lower .article-recommend__ttl,
.kasou-cont-wrap #main-lower .article-related__ttl {
  width: 100%;
}

.kasou-cont-wrap #main-lower .article-recommend__ttl.top-ttl,
.kasou-cont-wrap #main-lower .article-related__ttl.top-ttl {
  background: transparent;
  color: var(--color-key);
  font-size: 3.6rem;
  box-shadow: none;
  padding: 0 0 0 26px;
  margin: 0 auto;
}

.kasou-cont-wrap #main-lower .article-recommend__ttl:after {
  content: "おすすめの記事";
}

.kasou-cont-wrap #main-lower .article-related__ttl:after {
  content: "関連記事";
}

/* 記事 */
.article-recommend__wrap,
.article-related__wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto 32px;
}

.article-recommend__list,
.article-related__list {
  width: calc((100% - 32px) / 2);
  margin: 32px 0 0;
}

.article-recommend__posts,
.article-related__posts {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  width: 100%;
  background: transparent;
}

/* 記事・左・アイキャッチ */
.article-recommend__posts__eye-catch,
.article-related__posts__eye-catch {
  position: relative;
  width: 110px;
  height: 110px;
  border-radius: 6px;
  overflow: hidden;
  z-index: 1;
}

.article-recommend__posts__eye-catch:before,
.article-related__posts__eye-catch:before {
  display: block;
  content: "";
  padding-top: 61.5%;
}

.article-recommend__posts__eye-catch img,
.article-related__posts__eye-catch img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

/* .article-recommend__posts__eye-catch img:hover, .article-related__posts__eye-catch img:hover {
  transform: scale(1.03);
} */
/* 記事・右・テキスト */
.article-recommend__posts__text-wrap,
.article-related__posts__text-wrap {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  width: calc(100% - (110px + 16px));
}

.article-recommend__posts__meta-wrap,
.article-related__posts__meta-wrap {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 8px;
}

.article-recommend__posts__meta.cat-tag,
.article-related__posts__meta.cat-tag {
  font-size: 1rem;
}

.article-recommend__posts__meta.date,
.article-related__posts__meta.date {
  font-size: 1.3rem;
}

.article-recommend__posts__meta.date:before,
.article-related__posts__meta.date:before {
  width: 14px;
  height: 14px;
  margin: 0 6px 0 0;
}

.article-recommend__posts__ttl,
.article-related__posts__ttl {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 1.4rem;
  font-weight: 600 !important;
}

@media only screen and (max-width: 1000px) {

  .article-recommend,
  .article-related {
    width: 100%;
    margin: 0 auto 40px;
  }

  /* 見出し */
  .kasou-cont-wrap #main-lower .article-recommend__ttl.top-ttl,
  .kasou-cont-wrap #main-lower .article-related__ttl.top-ttl {
    font-size: 2.8rem;
    padding: 0 0 0 16px;
  }

  body .kasou-cont-wrap #main-lower .article-new-post__ttl {
    padding: 0 0 0 16px;
  }

  /* 記事 */
  .article-recommend__wrap,
  .article-related__wrap {
    margin: 0 auto 24px;
  }

  .article-recommend__list,
  .article-related__list {
    width: 100%;
    margin: 24px 0 0;
  }

  /* 記事・右・テキスト */
  .article-recommend__posts__ttl,
  .article-related__posts__ttl {
    font-size: 1.6rem;
  }
}

/* =============================================
サイドウィジット
============================================= */
/* WP非表示 */
#sidebar-55>h3,
#sidebar-56>h3,
#sidebar-57>h3 {
  display: none;
}

/* ------- 人気・最新の記事 ------- */
#sidebar-55,
#sidebar-56,
#sidebar-62 {
  width: 100%;
  margin: 0 0 32px;
}

#sidebar-55 .aside-popular__ttl,
#sidebar-56 .aside-newpost__ttl {
  font-size: 2.4rem;
}

#sidebar-55 .aside-popular__ttl:after {
  content: "人気の記事";
}

#sidebar-56 .aside-newpost__ttl:after {
  content: "最新の記事";
}

#sidebar-55 .aside-popular__wrap,
#sidebar-56 .aside-newpost__wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto 16px;
}

#sidebar-55 .aside-popular__list,
#sidebar-56 .aside-newpost__list {
  width: 100%;
  margin: 0 0 16px;
}

#sidebar-55 .aside-popular__list:last-child,
#sidebar-56 .aside-newpost__list:last-child {
  margin-bottom: 0;
}

#sidebar-55 .aside-popular__posts,
#sidebar-56 .aside-newpost__posts {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  width: 100%;
  background: transparent;
  border-bottom: none;
  padding: 0;
}

#sidebar-55 .aside-popular__posts__eye-catch,
#sidebar-56 .aside-newpost__posts__eye-catch {
  position: relative;
  width: 97px;
  height: 60px;
  border-radius: 6px;
  overflow: hidden;
  z-index: 1;
}

#sidebar-55 .aside-popular__posts__eye-catch:before,
#sidebar-56 .aside-newpost__posts__eye-catch:before {
  display: block;
  content: "";
  padding-top: 61.5%;
}

#sidebar-55 .aside-popular__posts__eye-catch img,
#sidebar-56 .aside-newpost__posts__eye-catch img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: transform 0.5s ease;
}

/* #sidebar-55 .aside-popular__posts__eye-catch img:hover, #sidebar-56 .aside-newpost__posts__eye-catch img:hover {
  transform: scale(1.03);
} */
#sidebar-55 .aside-popular__posts__ttl,
#sidebar-56 .aside-newpost__posts__ttl {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  width: calc(100% - (97px + 8px));
  font-size: 1.4rem;
  font-weight: 600;
  margin: auto 0;
}

@media only screen and (max-width: 768px) {

  #sidebar-55,
  #sidebar-56,
  #sidebar-62 {
    width: 100%;
    margin: 0 0 40px;
    padding-bottom: 0;
  }

  #sidebar-55 .aside-popular__ttl,
  #sidebar-56 .aside-newpost__ttl {
    font-size: 2.8rem;
    padding: 24px 0 0;
  }

  #sidebar-57 {
    padding-bottom: 0;
  }
}

/* ------- カテゴリ一覧 ------- */
.aside-category {
  width: 100%;
  margin: 0 0 32px;
}

.aside-category__ttl {
  font-size: 2.4rem;
}

.aside-category__ttl:after {
  content: "カテゴリ一覧";
}

.aside-category__wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto 16px;
}

.aside-category__list {
  margin: 0 0 16px;
}

.aside-category__label {
  display: block;
  font-size: 1.6rem;
  font-weight: 600 !important;
  text-align: center;
  margin: 8px auto 0;
}

@media only screen and (max-width: 768px) {
  .aside-category {
    width: 100%;
    margin: 0 0 40px;
  }

  .aside-category__ttl {
    font-size: 2.8rem;
  }

  .aside-category__list {
    margin: 0 0 16px;
  }

  .aside-category__label {
    margin: 16px auto 0;
  }
}

/* ------- サイドウィジット / もっと見るボタン ------- */
.aside-sec.btn-readmore,
.aside-sec.btn-readmore {
  border-radius: 6px;
  font-size: 1.4rem;
  padding: 8px 0;
}

.aside-sec.btn-readmore:before,
.aside-sec.btn-readmore:before {
  right: 16px;
  width: 9px;
  height: 11px;
}

@media only screen and (max-width: 768px) {

  .aside-sec.btn-readmore,
  .aside-sec.btn-readmore {
    border-bottom: none;
    display: flex;
  }

  .aside-category__list a {
    border-bottom: none !important;
  }
}

/* =============================================
下層 / 記事中 / カテゴリ一覧
============================================= */
/* 見出し */
.kasou-cont-wrap #main-lower .post.article-cat .article-cat__ttl {
  position: relative;
  color: var(--color-key);
  font-family: var(--font-jp);
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1;
  padding: 0 0 0 26px;
  margin: 0 auto 32px;
}

.kasou-cont-wrap #main-lower .post.article-cat .article-cat__ttl:before {
  display: block;
  content: "";
  width: 10px;
  height: 100%;
  background: var(--color-key);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border-radius: 5px;
  margin: auto;
  z-index: 1;
}

/* 記事 */
.kasou-cont-wrap #main-lower .post.article-cat .article-cat__wrap {
  border-bottom: 1px dotted var(--color-key-light);
  padding: 16px 0;
}

.kasou-cont-wrap #main-lower .post.article-cat .article-cat__wrap:last-child {
  border-bottom: none;
  margin: 0 auto 0;
}

.kasou-cont-wrap #main-lower .post.article-cat .article-cat__wrap .clearfix {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: transparent;
}

/* 記事・左・アイキャッチ */
.kasou-cont-wrap #main-lower .post.article-cat .article-cat__wrap .clearfix .article-cat__eyecatch {
  position: relative;
  width: 140px;
  height: fit-content;
  background: var(--color-f2);
  border-radius: 8px;
  overflow: hidden;
  z-index: 1;
}

.kasou-cont-wrap #main-lower .post.article-cat .article-cat__wrap .clearfix .article-cat__eyecatch:before {
  display: block;
  content: "";
  padding-top: 75.5%;
}

.kasou-cont-wrap #main-lower .post.article-cat .article-cat__wrap .clearfix .article-cat__eyecatch img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 記事・右・テキスト */
.kasou-cont-wrap #main-lower .post.article-cat .article-cat__wrap .clearfix>.article-cat__ttl {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #448acb;
  width: calc(100% - (140px + 24px));
  position: initial;
  font-size: 1.6rem;
  line-height: 1.7;
  padding: initial;
  margin: initial;
}

.kasou-cont-wrap #main-lower .post.article-cat .article-cat__wrap .clearfix>.article-cat__ttl:before {
  display: none;
}

.kasou-cont-wrap #main-lower .post.article-cat .article-cat__wrap .clearfix>.article-cat__ttl a {
  text-decoration: none;
}

@media only screen and (max-width: 1000px) {

  /* 見出し */
  .kasou-cont-wrap #main-lower .post.article-cat .article-cat__ttl {
    padding: 0 0 0 16px;
    margin: 0 auto 24px;
  }

  .kasou-cont-wrap #main-lower .post.article-cat .article-cat__ttl:before {
    width: 8px;
  }
}

@media only screen and (max-width: 768px) {
  .post.article-cat {
    margin-bottom: 40px;
  }

  /* 見出し */
  .kasou-cont-wrap #main-lower .post.article-cat .article-cat__ttl {
    font-size: 2.4rem;
    line-height: 1.2;
    margin: 0 auto 8px;
  }

  /* 記事・左・アイキャッチ */
  .kasou-cont-wrap #main-lower .post.article-cat .article-cat__wrap .clearfix .article-cat__eyecatch {
    border-radius: 6px;
  }

  /* 記事・右・テキスト */
  .kasou-cont-wrap #main-lower .post.article-cat .article-cat__wrap .clearfix>.article-cat__ttl {
    -webkit-line-clamp: 3;
    width: calc(100% - (140px + 16px));
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 480px) {

  /* 見出し */
  .kasou-cont-wrap #main-lower .post.article-cat .article-cat__ttl {
    font-size: 2.2rem;
  }

  .kasou-cont-wrap #main-lower .article-new-post__ttl {
    font-size: 2.2rem !important;
  }

  /* 記事・右・テキスト */
  .kasou-cont-wrap #main-lower .post.article-cat .article-cat__wrap .clearfix>.article-cat__ttl {
    width: calc(100% - (140px + 8px));
  }
}

/* =============================================
下層 / 記事中 / ページネーション
============================================= */
.article-pagination {
  width: 100%;
  margin: 32px auto 0;
}

.article-pagination__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
}

.article-pagination__list:not(:last-child) {
  margin: 0 16px 0 0;
}

.article-pagination__list,
.article-pagination__list a {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: var(--color-text);
  font-family: var(--font-eng);
  font-size: 2rem;
  font-weight: 600 !important;
  line-height: 1;
}

.article-pagination__list a {
  display: block;
  text-align: center;
  line-height: 40px;
  background: var(--color-white);
  transition: 0.2s;
}

.article-pagination__list.back a::before,
.article-pagination__list.next a::before {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
}

.article-pagination__list.back a::before {
  background: url(/icon_pagination-back.svg) no-repeat;
  background-size: contain;
}

.article-pagination__list.next a::before {
  background: url(/icon_pagination-next.svg) no-repeat;
  background-size: contain;
}

.article-pagination__list.current a {
  background: var(--color-yellow);
}

.article-pagination__list.dots {
  text-align: center;
  line-height: 40px;
}

@media only screen and (max-width: 768px) {
  .article-pagination {
    margin: 24px auto 0;
  }
}

@media (width < 355px) {

  .article-pagination__list,
  .article-pagination__list a {
    width: 32px;
    height: 32px;
    font-size: 1.8rem;
  }

  .article-pagination__list a {
    line-height: 32px;
  }

  .article-pagination__list.back a::before,
  .article-pagination__list.next a::before {
    width: 32px;
    height: 32px;
  }

  .article-pagination__list.dots {
    line-height: 32px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .btn-readmore:hover {
    box-shadow: 0 15px 30px -5px var(--color-key-shadow), 0 0 5px var(--color-key-shadow);
    transform: translateY(-4px);
    opacity: 1;
  }

  .aside-category__list a:hover {
    opacity: 1;
  }

  .aside-category__icon:hover {
    box-shadow: 0 15px 30px -5px var(--color-key-shadow),
      0 0 5px var(--color-key-shadow);
    transform: translateY(-4px);
  }

  .header__cat-list li a:hover {
    background: var(--color-f2);
    opacity: 1;
  }

  .fv__post__wrap:hover {
    opacity: 1;
    box-shadow: 0 15px 30px -5px var(--color-key-shadow), 0 0 5px var(--color-key-shadow);
    transform: translateY(-6px);
  }

  .fv__post__wrap:hover .fv__post__eyecatch img {
    transform: scale(1.03);
  }

  #top-main .top-sec-popular__posts__eye-catch img:hover {
    transform: scale(1.03);
  }

  #top-main .top-sec-newpost__posts__eye-catch img:hover {
    transform: scale(1.03);
  }

  #top-main .top-sec-category__btn:hover {
    box-shadow: 0 15px 30px -5px var(--color-key-shadow), 0 0 5px var(--color-key-shadow);
    transform: translateY(-4px);
    opacity: 1;
  }

  .article-recommend__posts__eye-catch img:hover,
  .article-related__posts__eye-catch img:hover {
    transform: scale(1.03);
  }

  #sidebar-55 .aside-popular__posts__eye-catch img:hover,
  #sidebar-56 .aside-newpost__posts__eye-catch img:hover {
    transform: scale(1.03);
  }

  .article-cat-pickup__posts__eye-catch img:hover,
  .article-cat-newpost__posts__eye-catch img:hover {
    transform: scale(1.03);
  }

  .article-pagination__list a:hover {
    background: var(--color-yellow-light);
    opacity: 1;
  }
}

/* =============================================
下層 / 記事中 / 問い合わせフォーム
============================================= */
#form-area {
  width: 97%;
  margin: 0 auto 32px;
}

@media only screen and (max-width: 753px) {
  #form-area div[id^=form-elements-] span#form-control-your-name:after {
    top: -26px !important;
    left: 100px !important;
    font-size: 1.2rem;
  }

  #form-area div[id^=form-elements-] span#form-control-your-email:after {
    top: -25px !important;
    left: 162px !important;
    font-size: 1.2rem;
  }
}

/* =============================================
下層 / 記事中 / 会社概要
============================================= */
.company-media .cop-company-medialist {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.company-media .cop-company-medialist dl {
  text-align: center;
  width: 48%;
  margin: 0 2% 20px 0;
  background: #fff;
  border: 1px solid #ebebeb;
}

.company-media .cop-company-medialist dl:nth-of-type(3n) {
  margin-right: 2%;
}

.company-media .cop-company-medialist dl dt {
  position: relative;
}

.company-media .cop-company-medialist dl dt img {
  width: 80%;
  display: block !important;
  margin: auto;
}

.company-media .cop-company-medialist dt a {
  display: block;
  font-size: 13px;
  line-height: 1.5;
}

.company-media .cop-company-medialist dl dt span:first-of-type {
  display: block;
  text-align: center;
  font-size: 21px;
  font-weight: bold;
}

.company-media .cop-company-medialist dl dt span:last-of-type {
  display: block;
  text-align: center;
  font-size: 12px;
}

.company-media .cop-company-medialist dl dd {
  padding: 10px 14px 10px;
  text-align: left;
  background: #f4f4f4;
  margin: 10px;
  border-radius: 8px;
  min-height: 110px;
  line-height: 1.5;
  font-size: 13px;
}

.cop-company-jyusyou .sp {
  display: none;
}

.cop-company-jyusyou .cop-company-jyusyou-slider-wrap {
  height: 220px;
  margin: 0px 40px;
}

.cop-company-jyusyou .sd-message-01 {
  display: block;
  text-align: left;
  margin: 0 5px;
  background: #fff;
  position: relative;
  border: 1px solid #ededed;
}

.cop-company-jyusyou .sd-message-01 br {
  display: none;
}

.cop-company-jyusyou .sd-message-01 img {
  width: 100%;
  height: 100px;
  padding: 15px;
  box-sizing: border-box;
  object-fit: contain;
}

.cop-company-jyusyou .sd-message-01 p {
  height: 120px;
  margin: 0 !important;
  padding: 10px;
  color: var(--color-text);
  background: var(--color-key-bg);
  font-size: 12px !important;
  margin: 0;
}

.cop-company-jyusyou .sd-message-01 p:empty {
  display: none;
  margin: 0;
}

.cop-company-jyusyou-slider-area {
  position: relative;
}

.cop-company-jyusyou-slider-area .slider-prev,
.cop-company-jyusyou-slider-area .slider-next {
  width: 30px;
  line-height: 30px !important;
  height: 30px;
  border-radius: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  font-weight: normal;
  font-size: 200% !important;
  position: absolute;
  background: #ff8726;
  z-index: 999999;
  color: #fff;
  text-align: center;
}

.cop-company-jyusyou-slider-area .slider-prev {
  left: 0;
}

.cop-company-jyusyou-slider-area .slider-next {
  right: 0;
}

@media only screen and (max-width: 813px) and (orientation: landscape),
(max-width: 753px) and (orientation: portrait) {
  .cop-company-jyusyou {
    margin-bottom: 30px;
  }

  .cop-company-jyusyou .cop-company-jyusyou-slider-wrap {
    height: 182px;
  }

  .cop-company-jyusyou ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .cop-company-jyusyou li {
    width: 49%;
    margin: 0 2% 10px 0;
  }

  .cop-company-jyusyou li:nth-of-type(3n) {
    margin-right: 2%;
  }

  .cop-company-jyusyou li:nth-of-type(4) {
    margin-bottom: 10px;
  }

  .cop-company-jyusyou li:nth-of-type(2n) {
    margin-right: 0;
  }

  .cop-company-jyusyou li p {
    font-size: 13px;
    height: 95px;
  }

  .company-media .cop-company-medialist dl,
  .company-media .cop-company-medialist dl:nth-of-type(3n) {
    width: 100%;
    margin-right: 0;
  }

  .company-media .cop-company-medialist dl dd {
    padding: 10px;
    min-height: auto;
  }

  .cop-company-jyusyou .sp {
    display: block;
  }

  .cop-company-jyusyou .pc {
    display: none;
  }

  .cop-company-jyusyou .cop-company-jyusyou-slider-area {
    position: relative;
    height: 182px;
    margin-bottom: 0;
  }

  .cop-company-jyusyou-slider-area .slider-prev,
  .cop-company-jyusyou-slider-area .slider-next {
    position: absolute;
    font-weight: normal;
    font-size: 200% !important;
    z-index: 999999;
    color: #fff;
    text-align: center;
    width: 30px;
    line-height: 30px !important;
    height: 30px;
    border-radius: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
  }

  .cop-company-jyusyou-slider-area .slider-prev {
    left: 0;
  }

  .cop-company-jyusyou-slider-area .slider-next {
    right: 0;
  }

  .cop-company-jyusyou-slider-wrap {
    margin: 0 40px;
  }

  .cop-company-jyusyou .sd-message-01 {
    margin: 0 10px;
    text-align: left;
    background: #fff;
    position: relative;
    border: 1px solid #ededed;
  }

  .cop-company-jyusyou .sd-message-01 img {
    width: 100%;
    height: 100px;
    padding: 15px;
    box-sizing: border-box;
    object-fit: contain;
  }

  .cop-company-jyusyou .sd-message-01 p {
    height: 80px;
  }

  .cop-company-jyusyou .sd-message-01 p:empty {
    display: none;
    margin: 0;
  }
}

/* =============================================
下層 / 記事中 / インサート
============================================= */
.kasou-cont-wrap #main-lower .post .gaiko-insert {
  border-radius: 6px;
  border: 1px solid #0091ff;
  /* margin: 0 auto 32px; */
  margin: 0 auto 20px;
}

.kasou-cont-wrap #main-lower .post .gaiko-insert dl dt {
  background: #0091ff;
  color: var(--color-yellow-light);
  text-align: center;
  font-size: 1.6rem;
  padding: 8px 0;
  font-weight: 600;
}

.kasou-cont-wrap #main-lower .post .gaiko-insert dl dd {
  padding: 24px;
}

.kasou-cont-wrap #main-lower .post .gaiko-insert dl dd p {
  margin: 0 auto 16px;
}

.kasou-cont-wrap #main-lower .post .gaiko-insert dl dd p:last-of-type {
  margin: 0 auto;
}

.kasou-cont-wrap #main-lower .post .gaiko-insert dl dd .gaiko-insert-ctaText {
  margin: 0 auto 4px;
  color: #de4c4c;
  text-align: center;
  font-weight: 600;
}

.kasou-cont-wrap #main-lower .post .gaiko-insert dl dd a.get-text-cta {
  display: block;
  width: calc(100% - 32px);
  background: #de4c4c;
  border-radius: 4px;
  border-bottom: 5px solid #b30b0b;
  color: var(--color-white);
  text-align: center;
  font-weight: 600;
  margin: 0 auto;
  padding: 16px 0;
}

@media only screen and (max-width: 768px) {
  .kasou-cont-wrap #main-lower .post .gaiko-insert {
    margin: 0 auto 24px;
  }

  .kasou-cont-wrap #main-lower .post .gaiko-insert dl dd {
    padding: 16px;
  }

  .kasou-cont-wrap #main-lower .post .gaiko-insert dl dd a.get-text-cta {
    width: 100%;
  }
}

/* =============================================
下層 / 記事中 / 人気ページランキング＋新着記事(一覧)
============================================= */
.kasou-cont-wrap #main-lower .post.article-ranking .post-meta,
.kasou-cont-wrap #main-lower .post.article-ranking .article p.lead,
.kasou-cont-wrap #main-lower .post.article-new-post .post-meta,
.kasou-cont-wrap #main-lower .post.article-new-post .article p.lead {
  display: none;
}

/* 見出し */
.kasou-cont-wrap #main-lower .post.article-ranking .article-ranking__ttl,
.kasou-cont-wrap #main-lower .post.article-new-post .article-new-post__ttl {
  position: relative;
  color: var(--color-key);
  font-family: var(--font-jp);
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1;
  padding: 0 0 0 26px;
  margin: 0 auto 32px;
}

.kasou-cont-wrap #main-lower .post.article-ranking .article-ranking__ttl:before,
.kasou-cont-wrap #main-lower .post.article-new-post .article-new-post__ttl:before {
  display: block;
  content: "";
  width: 10px;
  height: 100%;
  background: var(--color-key);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border-radius: 5px;
  margin: auto;
  z-index: 1;
}

.kasou-cont-wrap #main-lower .article-new-post__ttl {
  position: relative;
  color: var(--color-key);
  font-family: var(--font-jp);
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1;
  padding: 0 0 0 26px;
  margin: 0 auto 0px;
}

.kasou-cont-wrap #main-lower .article-new-post__ttl:before {
  display: block;
  content: "";
  width: 10px;
  height: 100%;
  background: var(--color-key);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border-radius: 5px;
  margin: auto;
  z-index: 1;
}

/* 記事 */
.kasou-cont-wrap #main-lower .post.article-ranking dl,
.kasou-cont-wrap #main-lower .post.article-new-post dl {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-bottom: 1px dotted var(--color-key-light);
  padding: 16px 0;
}

.kasou-cont-wrap #main-lower .post.article-ranking dl:last-child,
.kasou-cont-wrap #main-lower .post.article-new-post dl:last-child {
  border-bottom: none;
  margin: 0 auto 0;
}

/* 記事・左・アイキャッチ */
.kasou-cont-wrap #main-lower .post.article-ranking dl .article-ranking__eyecatch,
.kasou-cont-wrap #main-lower .post.article-new-post dl .article-new-post__eyecatch {
  position: relative;
  width: 140px;
  height: fit-content;
  background: var(--color-f2);
  border-radius: 8px;
  overflow: hidden;
  z-index: 1;
}

.kasou-cont-wrap #main-lower .post.article-ranking dl .article-ranking__eyecatch:before,
.kasou-cont-wrap #main-lower .post.article-new-post dl .article-new-post__eyecatch:before {
  display: block;
  content: "";
  padding-top: 75.5%;
}

.kasou-cont-wrap #main-lower .post.article-ranking dl .article-ranking__eyecatch img,
.kasou-cont-wrap #main-lower .post.article-new-post dl .article-new-post__eyecatch img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kasou-cont-wrap #main-lower .post.article-ranking dl .article-ranking__eyecatch img {
  object-position: top;
}

/* 記事・右・テキスト */
.kasou-cont-wrap #main-lower .post.article-ranking dl .ranking-ttl,
.kasou-cont-wrap #main-lower .post.article-new-post dl .article-new-post-ttl {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #448acb;
  width: calc(100% - (140px + 24px));
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.7;
}

@media only screen and (max-width: 1000px) {

  /* 見出し */
  .kasou-cont-wrap #main-lower .post.article-ranking .article-ranking__ttl,
  .kasou-cont-wrap #main-lower .post.article-new-post .article-new-post__ttl {
    padding: 0 0 0 16px;
    margin: 0 auto 24px;
  }

  .kasou-cont-wrap #main-lower .post.article-ranking .article-ranking__ttl:before,
  .kasou-cont-wrap #main-lower .post.article-new-post .article-new-post__ttl:before {
    width: 8px;
  }

  .kasou-cont-wrap #main-lower .article-new-post__ttl:before {
    width: 8px !important;
  }
}

@media only screen and (max-width: 768px) {

  .post.article-ranking,
  .post.article-new-post {
    margin-bottom: 40px;
  }

  .kasou-cont-wrap #main-lower .post.article-ranking .article p.lead,
  .kasou-cont-wrap #main-lower .post.article-new-post .article p.lead {
    display: none;
  }

  /* 見出し */
  .kasou-cont-wrap #main-lower .post.article-ranking .article-ranking__ttl,
  .kasou-cont-wrap #main-lower .post.article-new-post .article-new-post__ttl {
    font-size: 2.4rem;
    line-height: 1.2;
    margin: 0 auto 8px;
  }

  body .kasou-cont-wrap #main-lower .article-new-post__ttl {
    line-height: 1.2;
  }

  /* 記事・左・アイキャッチ */
  .kasou-cont-wrap #main-lower .post.article-ranking dl .article-ranking__eyecatch,
  .kasou-cont-wrap #main-lower .post.article-new-post dl .article-new-post__eyecatch {
    border-radius: 6px;
  }

  /* 記事・右・テキスト */
  .kasou-cont-wrap #main-lower .post.article-ranking dl .ranking-ttl,
  .kasou-cont-wrap #main-lower .post.article-new-post dl .article-new-post-ttl {
    -webkit-line-clamp: 3;
    width: calc(100% - (140px + 16px));
    font-size: 1.4rem;
  }
}

@media only screen and (orientation: landscape) and (max-width: 813px),
(orientation: portrait) and (max-width: 753px) {
  .ninki-pageranking {
    padding-top: 0;
  }

  .ninki-ranking {
    background: initial !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .ninki-ranking dl {
    background: initial !important;
    margin: initial !important;
  }
}

@media only screen and (max-width: 480px) {

  /* 見出し */
  .kasou-cont-wrap #main-lower .post.article-ranking .article-ranking__ttl,
  .kasou-cont-wrap #main-lower .post.article-new-post .article-new-post__ttl {
    font-size: 2.2rem;
  }

  /* 記事・右・テキスト */
  .kasou-cont-wrap #main-lower .post.article-ranking dl .ranking-ttl,
  .kasou-cont-wrap #main-lower .post.article-new-post dl .article-new-post-ttl {
    width: calc(100% - (140px + 8px));
  }
}

/* =============================================
ページャー
============================================= */
body .article-pagenavi ul {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 10px 10px;
  text-align: center;
}

body .article-pagenavi li {
  margin: 0 5px;
}

.article-pagenavi ul li a,
.article-pagenavi ul li span {
  background: var(--color-key);
  border-radius: 4px;
  color: #fff;
  padding: 5px 10px;
  text-decoration: none;
  font-size: 15px;
}

.article-pagenavi ul li.current a {
  background: 0 0;
  padding: 0;
}

.article-pagenavi ul li.current span {
  border: 1px solid var(--color-key);
  background: #fff;
  color: var(--color-key);
  padding: 5px 10px;
}

@media screen and (max-width : 429px) {
  body .article-pagenavi ul {
    padding: 10px 0px 10px;
  }

  .article-pagenavi ul li a,
  .article-pagenavi ul li span,
  .article-pagenavi ul li.current span {
    min-width: 30px;
    padding: 4px 7px;
    display: block;
    box-sizing: border-box;
  }
}

@media screen and (max-width : 376px) {

  .article-pagenavi ul li a,
  .article-pagenavi ul li span,
  .article-pagenavi ul li.current span {
    padding: 4px 6px;
  }
}

@media screen and (max-width : 361px) {

  .article-pagenavi ul li a,
  .article-pagenavi ul li span,
  .article-pagenavi ul li.current span {
    padding: 4px 5px;
  }
}


/*---PRロゴ設置CSS---*/
.post-meta {
  position: relative;
}

.pr-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  background: #ccc;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  padding: 0;
  border-radius: 50px;
  height: 28px;
  width: 28px;
  line-height: 28px;
  text-align: center;
}

@media only screen and (orientation:landscape) and (max-width : 813px),
(orientation:portrait) and (max-width : 753px) {
  .pr-icon {
    font-size: 10px;
    font-weight: bold;
    padding: 0;
    height: 23px;
    width: 23px;
    line-height: 24px;
    text-align: center;
  }
}

/*------------------------
追従バナー(PC)(ショートコード用)
------------------------*/
.hm-over-bt-pc-sc {
  position: fixed;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: right;
  z-index: 2147483647;
  font-size: 0;
  width: 100%;
}

.hm-over-bt-pc-sc input {
  display: none;
}

.hm-over-bt-pc-sc label {
  width: 738px;
  margin: auto;
  display: block;
}

.hm-over-bt-pc-sc label:before {
  content: '';
  background: url(/uploads/2023/09/2023y09m29d_16415428.png) no-repeat center / 16px rgb(255 255 255 / 98%);
  display: inline-block;
  border-radius: 50px;
  height: 30px;
  width: 30px;
  position: relative;
  bottom: -15px;
  right: 0;
  box-shadow: 1px 1px 2px 1px rgb(115 115 115 / 40%);
  cursor: pointer;
  z-index: 1;
}

.hm-over-bt-pc-sc input:checked~label:before {
  display: none;
}

.hm-over-bt-pc-sc input:checked~.hm-over-in {
  opacity: 0;
  transition: 0.8s;
  display: none;
}

.hm-over-bt-pc-sc .hm-over-in:before {
  content: "";
  background: #f0f0f0;
  position: fixed;
  width: 100%;
  height: 91px;
  display: block;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.hm-over-bt-pc-sc .hm-over-in a {
  text-decoration: none;
  width: max-content;
  height: 91px;
  margin: auto;
  display: block;
}

.hm-over-bt-pc-sc .hm-over-in img {
  margin: auto;
  height: 100%;
  display: block;
}


/*------------------------
追従バナー(SP)(ショートコード用)
------------------------*/
.hm-over-bt-sp.sc-overlay {
  display: none;
}

@media only screen and (orientation:landscape) and (max-width :813px),
(orientation:portrait) and (max-width :753px) {
  .hm-over-bt-pc-sc {
    display: none;
  }

  .hm-over-bt-pc-bg {
    display: none;
  }

  .hm-over-bt-sp.sc-overlay {
    position: fixed;
    bottom: -1px;
    text-align: right;
    z-index: 2147483647;
    font-size: 0;
    left: 0;
    -webkit-transform: none;
    transform: none;
    display: block;
    width: 100%;
  }

  .hm-over-bt-sp.sc-overlay input {
    display: none;
  }

  .hm-over-bt-sp.sc-overlay label:before {
    content: '';
    background: url(/uploads/2023/09/2023y09m29d_16415428.png) no-repeat center / 16px rgb(255 255 255 / 98%);
    display: inline-block;
    border-radius: 50px;
    height: 30px;
    width: 30px;
    position: relative;
    bottom: -15px;
    right: 5px;
    box-shadow: 1px 1px 2px 1px rgb(115 115 115 / 40%);
    cursor: pointer;
    z-index: 1;
  }

  .hm-over-bt-sp.sc-overlay input:checked~label:before {
    display: none;
  }

  .hm-over-bt-sp.sc-overlay input:checked~.hm-over-in {
    opacity: 0;
    transition: 0.8s;
    display: none;
  }

  .hm-over-bt-sp.sc-overlay .hm-over-in a {
    text-decoration: none;
    display: block;
    height: 51px;
  }

  .hm-over-bt-sp.sc-overlay .hm-over-in img {
    margin: 0;
    max-width: fit-content;
    height: 100%;
  }

  .hm-over-bt-sp.sc-overlay .hm-over-in {
    text-align: center;
  }

  .hm-over-bt-sp.sc-overlay .hm-over-in:before {
    content: "";
    background: #f0f0f0;
    position: fixed;
    width: 100%;
    height: 51px;
    display: block;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
}

/*------------------------------------------------------------
サイドメニュー追従
-------------------------------------------------------------*/
.side_banner_area.side_follow_banner {
  position: fixed;
  top: 0;
  width: 300px;
}

/*-------------------------------------------------------
TOP
-------------------------------------------------------*/
div.fv {
  background: url(/kotostakids//img/kotostakids/uploads/2023/12/2023y12m15d_1659329121.png) center / 240px;
}

a.fv__post,
div.fv__post__eyecatch {
  border-radius: 0;
}

li.splide__slide {
  padding: 40px 0 130px;
}

button.splide__arrow {
  background: #333 !important;
  box-shadow: none;
  width: 32px !important;
  height: 32px !important;
}

button.splide__arrow svg {
  fill: #fff !important;
  width: 1.6rem !important;
}

button.splide__arrow--prev {
  left: 50% !important;
  margin-left: -516px;
}

button.splide__arrow--next {
  right: 50% !important;
  margin-right: -516px;
}

ul.splide__pagination li {
  margin: 0 0 0 6px;
}

ul.splide__pagination li:first-of-type {
  margin-left: 0;
}

button.splide__pagination__page {
  width: 16px !important;
  height: 5px !important;
  opacity: 0.6;
  border-radius: 0;
  background: #fff;
  margin: 0 !important;
}

button.splide__pagination__page.is-active {
  background: #fff !important;
  transform: none;
  opacity: 1;
}

.header__cat-list li {
  position: relative;
}

.header__cat-list li:after {
  content: '';
  display: block;
  width: 1px;
  height: 16px;
  background: #898989;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.header__cat-list li:last-of-type:after {
  display: none;
}

.top-sec-popular {
  background: #f3f3f3;
  padding-bottom: 46px;
}

.top-sec-popular-in {
  width: 980px;
  margin: 0 auto -16px;
  position: relative;
  background: #fff;
  bottom: 50px;
  padding: 20px 14px;
  box-shadow: 0 0 14px 0 #ddd;
}

.top-sec-popular h2 {
  margin-bottom: 4px;
}

#top-main .top-sec-popular h2:before {
  background: url(/kotostakids//img/kotostakids/uploads/2023/12/2023y12m15d_1659236304.png) no-repeat center / contain;
  height: 60px;
}

#top-main .top-sec-popular__list {
  width: 33%;
  flex-grow: 1;
  border-bottom: 2px dotted #e7e7e7;
  margin: 0;
  padding: 12px;
}

#top-main .top-sec-popular__list:nth-of-type(n + 4) {
  border-bottom: 0;
}

.top-sec-newpost {
  padding: 44px 0 60px;
  position: relative;
}

.top-sec-newpost:before,
.top-sec-newpost:after,
.top-sec-category:before,
.top-sec-category:after {
  content: '';
  display: block;
  width: 114px;
  height: 114px;
  position: absolute;
  background: url(/outsourcingpro/wp-content/uploads/2024/03/uploads/2023/12/2023y12m15d_1659251766.png) no-repeat center / contain;
}

.top-sec-category:before,
.top-sec-category:after {
  background: url(/outsourcingpro/wp-content/uploads/2024/03/uploads/2023/12/2023y12m15d_1659267359.png) no-repeat center / contain;
}

.top-sec-newpost:before,
.top-sec-category:before {
  left: 50%;
  margin-left: -574px;
  top: 0;
}

.top-sec-newpost:after,
.top-sec-category:after {
  right: 50%;
  margin-right: -574px;
  bottom: 0;
}

.top-sec-newpost h2 {
  margin-bottom: 60px;
}

.top-sec-newpost h2:before {
  background: url(/outsourcingpro/wp-content/uploads/2024/03/uploads/2023/12/2023y12m15d_1659313448.png) no-repeat center / contain;
}

#top-main .top-sec-newpost__list {
  width: calc((100% - 20px) / 3);
  margin: 0;
  padding: 12px;
  position: relative;
}

#top-main .top-sec-newpost__list:before,
#top-main .top-sec-newpost__list:after {
  content: '';
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  z-index: -1;
}

#top-main .top-sec-newpost__list:before {
  top: 0;
  left: 0;
  border-top: 1px solid #c6c6c6;
  border-left: 1px solid #c6c6c6;
}

#top-main .top-sec-newpost__list:after {
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #c6c6c6;
  border-right: 1px solid #c6c6c6;
}

#top-main .top-sec-newpost__list:nth-of-type(n + 4) {
  margin-top: 10px;
}

.top-sec-category {
  background: #51c5c2;
  padding: 36px 0 56px;
  position: relative;
}

#top-main .top-sec-category h2 {
  color: #fff;
  margin-bottom: 50px;
}

.top-sec-category h2:before {
  background: url(/outsourcingpro/wp-content/uploads/2024/03/uploads/2023/12/2023y12m15d_1659358464.png) no-repeat center / contain;
}

.top-sec-category-in {
  width: 760px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.top-sec-category-in li {
  width: 350px;
  position: relative;
  background: #fff;
  z-index: 1;
  padding: 20px 0;
  box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 4px #51c5c2;
}

.top-sec-category-in li:before,
.top-sec-category-in li:after {
  content: '';
  display: block;
  width: 54px;
  height: 44px;
  border: 1px solid #fff;
  position: absolute;
  z-index: -1;
}

.top-sec-category-in li:before {
  left: -10px;
  top: -10px;
  border-right: 0;
  border-bottom: 0;
}

.top-sec-category-in li:after {
  right: -10px;
  bottom: -10px;
  border-top: 0;
  border-left: 0;
}

.top-sec-category-in li .text {
  display: block;
  text-align: center;
  color: #444;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}

.top-sec-category-in .img {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto 14px;
  border-radius: 50%;
}



.top-sec-category-in li a {
  display: block;
  width: 220px;
  border-radius: 50px;
  color: #fff;
  line-height: 44px;
  font-size: 18px;
  background: #ef9032;
  margin: 10px auto 0;
  text-align: center;
}

@media only screen and (orientation:landscape) and (max-width : 813px),
(orientation:portrait) and (max-width : 753px) {
  .header__top__text {
    color: #082247;
    font-size: 14px;
    font-weight: 600;
    margin: 8px 0 0;
    align-items: center;
    display: flex !important;
    justify-content: center;
  }

  .header__top__text:before,
  .header__top__text:after {
    background-color: #082247;
    content: "";
    height: 2px;
    width: 30px;
  }

  .header__top__text:before {
    margin-right: 15px;
  }

  .header__top__text:after {
    margin-left: 15px;
  }

  ul.splide__pagination li {
    margin-left: 20px;
  }

  #top-main h2:before {
    width: 280px;
    height: 31px;
  }

  .top-sec-popular {
    padding-bottom: 38px;
  }

  .top-sec-popular-in {
    width: auto;
    margin: 0 8px -18px;
    padding: 16px 6px;
  }

  #top-main .top-sec-popular__wrap {
    display: block;
    margin: 0;
  }

  #top-main .top-sec-popular h2:before {
    height: 54px;
  }

  #top-main .top-sec-popular__list {
    width: 100%;
  }

  #top-main .top-sec-popular__list:nth-of-type(n + 4) {
    border-bottom: 2px dotted #e7e7e7;
  }

  #top-main .top-sec-popular__list:last-of-type {
    border-bottom: 0;
  }

  .top-sec-newpost {
    padding: 32px 0 48px;
  }

  .top-sec-newpost h2 {
    margin-bottom: 26px;
  }

  #top-main .top-sec-newpost__wrap {
    display: block;
  }

  #top-main .top-sec-newpost__list {
    width: 100%;
    border-bottom: 1px solid #c6c6c6;
  }

  #top-main .top-sec-newpost__list:first-of-type {
    border-top: 1px solid #c6c6c6;
  }

  #top-main .top-sec-newpost__list:nth-of-type(n + 4) {
    margin-top: 0;
  }

  #top-main .top-sec-newpost__list:before,
  #top-main .top-sec-newpost__list:after {
    display: none;
  }

  .top-sec-newpost:before,
  .top-sec-newpost:after {
    display: none;
  }

  .top-sec-category {
    z-index: 1;
    padding: 32px 0 26px;
  }

  .top-sec-category:before,
  .top-sec-category:after {
    width: 68px;
    height: 68px;
    z-index: -1;
  }

  .top-sec-category:before {
    left: 0;
    margin-left: 0;
  }

  .top-sec-category:after {
    right: 0;
    margin-right: 0;
  }

  #top-main .top-sec-category h2 {
    margin-bottom: 24px;
  }

  .top-sec-category-in {
    width: auto;
    margin: 0 8px;
  }

  .top-sec-category-in li {
    width: 49%;
    padding: 16px 0;
  }

  .top-sec-category-in li:before,
  .top-sec-category-in li:after {
    display: none;
  }

  .top-sec-category-in li .text {
    font-size: 14px;
  }

  .top-sec-category-in li .text:before {
    width: 66px;
    height: 66px;
    margin: 0 auto 10px;
  }

  .top-sec-category-in .img {
    width: 66px;
    height: 66px;
    margin: 0 auto 10px;
  }

  .top-sec-category-in li a {
    width: auto;
    line-height: 36px;
    font-size: 14px;
    margin: 6px 15px 0;
  }
}

/*-------------------------------------------------------
下層
-------------------------------------------------------*/
table {
  width: 100%;
  border-spacing: 0;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-word;
  padding: 0;
}

.post th,
.post td {
  padding: 8px 5px;
  border-right: 1px solid #dde4e6;
  border-bottom: 1px solid #dde4e6;
  font-size: 13px;
  vertical-align: middle;
  line-height: 1.5;
}

.post th:last-child,
.post td:last-child {
  border-right-color: #c2e5f4;
}

.post tr:last-child th,
.post tr:last-child td {
  border-bottom-color: #c2e5f4;
}

.post th {
  background-color: #f0f0f0;
  font-weight: bold;
  text-align: left;
}

.mokujiInfo_ac {
  width: calc(100% - 48px);
  font-weight: 600 !important;
  background: var(--color-f2);
  border-radius: 6px;
  margin: 0 auto 20px;
  padding: 24px;
}

#main-lower .mokujiInfo_ac .mokujiTitle {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0 0 8px;
}

#main-lower .mokujiInfo_ac .mokujiTitle:before {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  background: url(/outsourcingpro/wp-content/uploads/2024/03/uploads/2023/12/2023y12m18d_1419132565.png) no-repeat;
  background-size: contain;
  margin: 0 8px 0 0;
}

.mokujiInfo_ac ul {
  font-size: 1.5rem;
}

.mokujiInfo_ac ul:nth-of-type(2) {
  display: none;
}

.mokujiInfo_ac ul li {
  margin: 0 0 16px 24px;
  line-height: 1.5;
  position: relative;
}

.mokujiInfo_ac ul li:before {
  content: '';
  width: 12px;
  height: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -24px;
  margin: auto;
  background: url(/outsourcingpro/wp-content/uploads/2024/03/uploads/2023/12/2023y12m18d_1424529133.png) no-repeat center;
  background-size: 100%;
  margin-right: 10px;
}

.mokujiInfo_ac ul li a {
  text-indent: -1em;
  display: inline-block;
  overflow: hidden;
  display: block;
  color: var(--color-text);
}

.mokuji_acbtn {
  border: 1px solid #f7f7f7;
  position: relative;
  left: 1px;
  bottom: 1px;
  width: calc(100% - 2px);
  text-align: center;
  margin: 15px 0 0;
  box-sizing: border-box;
  z-index: 3;
  cursor: auto;
  background: none;
  display: block;
}

.mokuji_acbtn:hover {
  opacity: .6;
}

.mokuji_acbtn:before {
  content: 'もっと見る';
  display: inline-block;
  font-size: 14px;
  color: #fff;
  background: #b9b9b9;
  visibility: visible;
  width: 200px;
  position: relative;
  line-height: 30px;
  height: 30px;
  border-radius: 6px;
}

.mokuji_acbtn.mokuji_active:before {
  content: '▲';
}

.b-red {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #fedee7 0%) repeat scroll 0 0;
  font-weight: bold;
  color: #111 !important;
  padding: 0 1px 2px;
}

/*-- アコーディオンメニュー --*/
.acMenu dt {
  border: 1px solid #bbb;
  border-radius: 3px;
  margin: 10px 0 17px;
  padding: 7px 5px;
  text-align: center;
  display: block;
  box-shadow: none;
  background: #fff;
  color: #666;
  cursor: pointer;
  position: relative;
}

.acMenu dt:before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 5px;
  width: 99%;
  height: 2px;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
}

.acMenu dt:after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 5px;
  width: 98%;
  height: 1px;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
}

.acMenu dd {
  display: none;
  margin: 0 0 5px !important;
  box-sizing: border-box;
}

.acMenu dt.active {
  border: 1px solid #ffeea1;
  background: #fff2b7;
  margin: 0 0 5px !important;
  box-shadow: 0 2px 0 0 #bbb;
  border-radius: 4px 4px 0 0;
  color: #444;
}

.acMenu dt.active:before {
  border: none;
}

.acMenu dt.active:after {
  border: none;
}

.acMenu {
  margin: 5px 0;
}

.acMenu dt {
  border: 1px solid #bbb;
  border-radius: 3px;
  margin: 0px 0 10px;
  padding: 8px 5px;
  text-align: center;
  display: block;
  background: #fff;
  cursor: pointer;
  color: #666;
  font-size: 14px;
}

.acMenu dt:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 5px;
  width: 99%;
  height: 1px;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
}

.acMenu dt:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 5px;
  width: 98%;
  height: 0px;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
}

.acMenu dt.active {
  border: 1px solid #ffeea1;
  background: #fff2b7;
  margin: 0 0 10px !important;
  box-shadow: 0 2px 0 0 #bbb;
  border-radius: 4px 4px 0 0;
  color: #444;
}

.acMenu dt.active:before {
  border: none;
}

.acMenu dt.active:after {
  border: none;
}

.acMenu+h3 {
  margin-top: 27px !important;
}

/*アイコン角丸ライン*/
.iconline-maru {
  border-radius: 15px;
  border: 1px solid #ccc;
}

/*リストデザイン(3パターン)*/
.post .list-normal,
.post .list-no,
.post .list-check {
  border: 1px solid #e3eaec;
  background: #f9f9f9;
  border-radius: 3px;
  padding: 10px !important;
  margin: 10px 0 !important;
}

.post .list-normal,
.post .list-no,
.post .list-check {
  padding: 10px !important;
  margin: 10px 0 !important;
}

.post .list-normal li,
.post .list-no li,
.post .list-check li {
  position: relative;
  border-bottom: 1px dashed #dde4e6;
  background: none;
  padding: 0px 0 8px 15px !important;
  margin: 8px 0 !important;
  font-weight: bold;
}

.post .list-normal li:first-child,
.post .list-no li:first-child,
.post .list-check li:first-child {
  margin: 0 !important;
}

.post .list-normal li:last-child,
.post .list-no li:last-child,
.post .list-check li:last-child {
  margin: 8px 0 0 !important;
  border: 0;
  padding-bottom: 0 !important;
}

.post .list-normal li:before {
  content: "";
  position: absolute;
  background: #c7d0d2;
  border: 1px solid #acb6b9;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  top: 0;
  bottom: 8px;
  left: 0;
  margin: auto;
  box-sizing: border-box;
}

.post .list-check li:before {
  content: "";
  position: absolute;
  background: url(/outsourcingpro/wp-content/uploads/2024/03/uploads/2023/12/2023y12m18d_1840008712.png)no-repeat;
  background-size: 100%;
  width: 10px;
  height: 10px;
  top: 0;
  bottom: 8px;
  left: 0;
  margin: auto;
  box-sizing: border-box;
}

.post .list-no li {
  padding: 0px 0 8px 25px !important;
}

.post .list-no li:before {
  content: "";
  color: #FFF;
  font-size: 10px;
  font-weight: bold;
  line-height: 18px;
  transform: scale(0.99);
  position: absolute;
  background: #acb6b9;
  width: 18px;
  height: 18px;
  border-radius: 50px;
  top: 0;
  bottom: 8px;
  left: 0;
  margin: auto;
  text-align: center;
  box-sizing: border-box;
}

.post .list-no li:nth-of-type(1):before {
  content: "1";
}

.post .list-no li:nth-of-type(2):before {
  content: "2";
}

.post .list-no li:nth-of-type(3):before {
  content: "3";
}

.post .list-no li:nth-of-type(4):before {
  content: "4";
}

.post .list-no li:nth-of-type(5):before {
  content: "5";
}

.post .list-no li:nth-of-type(6):before {
  content: "6";
}

.post .list-no li:nth-of-type(7):before {
  content: "7";
}

.post .list-no li:nth-of-type(8):before {
  content: "8";
}

.post .list-no li:nth-of-type(9):before {
  content: "9";
}

.post .list-no li:nth-of-type(10):before {
  content: "10";
}

.post .list-no li:nth-of-type(11):before {
  content: "11";
}

.post .list-no li:nth-of-type(12):before {
  content: "12";
}

.post .list-no li:nth-of-type(13):before {
  content: "13";
}

.post .list-no li:nth-of-type(14):before {
  content: "14";
}

.post .list-no li:nth-of-type(15):before {
  content: "15";
}

.post .list-no li:nth-of-type(16):before {
  content: "16";
}

.post .list-no li:nth-of-type(17):before {
  content: "17";
}

.post .list-no li:nth-of-type(18):before {
  content: "18";
}

.post .list-no li:nth-of-type(19):before {
  content: "19";
}

.post .list-no li:nth-of-type(20):before {
  content: "20";
}

.post .list-no li:nth-of-type(21):before {
  content: "21";
}

.post .list-no li:nth-of-type(22):before {
  content: "22";
}

.post .list-no li:nth-of-type(23):before {
  content: "23";
}

.post .list-no li:nth-of-type(24):before {
  content: "24";
}

.post .list-no li:nth-of-type(25):before {
  content: "25";
}

.post .list-no li:nth-of-type(26):before {
  content: "26";
}

.post .list-no li:nth-of-type(27):before {
  content: "27";
}

.post .list-no li:nth-of-type(28):before {
  content: "28";
}

.post .list-no li:nth-of-type(29):before {
  content: "29";
}

.post .list-no li:nth-of-type(30):before {
  content: "30";
}

.post .list-normal li:last-child:before,
.post .list-no li:last-child:before,
.post .list-check li:last-child:before {
  bottom: 0px;
}

@media only screen and (orientation:landscape) and (max-width : 813px),
(orientation:portrait) and (max-width : 753px) {

  .post th,
  .post td {
    font-size: 13px;
    vertical-align: middle;
  }

  .mokujiInfo_ac {
    width: 100%;
    margin: 0 auto 24px;
    padding: 16px;
  }

  .mokujiInfo_ac ul {
    font-size: 1.4rem;
  }
}

/*-------------------------------------------------------
ウィジェット
-------------------------------------------------------*/
.aside-popular_ttl .aside-font-color,
.aside-newpost_ttl .aside-font-color {
  color: #f18f2f;
}

.aside-popular_ttl {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  padding: 4px 0;
  margin-bottom: 20px;
  background-image: linear-gradient(90deg, #f28f2f 30%, #dedede 30%);
  background-repeat: no-repeat;
  background-size: 100% 10%;
  background-position: bottom;
  letter-spacing: 1px;
}

.aside-newpost_ttl,
.aside-category_ttl {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  padding: 4px 0;
  margin-bottom: 20px;
  background-image: linear-gradient(90deg, #f28f2f 30%, #dedede 30%);
  background-repeat: no-repeat;
  background-size: 100% 10%;
  background-position: bottom;
  letter-spacing: 1px;
  margin-top: 40px;
}

.aside-popular_ttl:after {
  content: '人気の記事';
  font-size: 16px;
  padding-left: 5px;
  color: #4c4c4c;
}

.aside-newpost_ttl:after {
  content: '最新の記事';
  font-size: 16px;
  padding-left: 5px;
  color: #4c4c4c;
}

.aside-category_ttl:after {
  content: 'カテゴリ一覧';
  font-size: 16px;
  padding-left: 5px;
  color: #4c4c4c;
}

.aside-widget_posts_eye-catch {
  position: relative;
  width: 97px;
  height: 60px;
  border-radius: 6px;
  overflow: hidden;
  z-index: 1;
}

.aside-widget_posts_eye-catch img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: transform 0.5s ease;
}

.aside-widget_posts_ttl {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  width: calc(100% - (97px + 8px));
  font-size: 1.4rem;
  font-weight: 600;
  margin: auto 0;
}

li.aside-widget_list {
  width: 100%;
  margin: 0px 0px 12px 0px;
  border-bottom: 1px dotted #c5c5c5;
  padding-bottom: 9px;
}

li.aside-widget_list a {
  border-bottom: 0px dotted #c5c5c5;
}

li.aside-widget_list:last-child {
  border-bottom: 0px dotted #c5c5c5;
}

a.aside-widget_posts {
  display: flex !important;
  flex-flow: row nowrap;
  justify-content: space-between;
  width: 100%;
  background: transparent;
  border-bottom: none;
  padding: 0;
}

a.aside-widget_posts:hover {
  opacity: 0.7;
}

.aside-btn {
  border: 1px solid #333333;
  display: flex;
  text-align: center;
  padding: 9px 0px;
  font-size: 14px;
  border-radius: 50px;
  color: #333 !important;
}

.aside-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.aside-btn:after {
  display: block;
  content: "";
  position: absolute;
  right: 10px;
  width: 30px;
  height: 10px;
  border-radius: 50%;
  z-index: 5;
  background: url(/outsourcingpro/wp-content/uploads/2024/03/uploads/2023/12/2023y12m18d_1705152639.png) no-repeat;
  background-size: contain;
}

.aside-btn:hover {
  opacity: 0.5;
}

#sidebar-1>h3,
#sidebar-2>h3,
#sidebar-3>h3,
#sidebar-4>h3,
#sidebar-5>h3,
#sidebar-6>h3,
#sidebar-7>h3,
#sidebar-8>h3 {
  display: none;
}

aside-category_list a :hover {
  opacity: 1;
}

.aside-category_icon {
  width: 142px;
  height: 142px;
  transition: 0.3s;
}

.aside-category_wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto 16px;
}

.aside-category_list {
  width: calc((100% - 16px) / 2);
  margin: 0 0 16px;
  position: relative;
}

.aside-category_label {
  display: block;
  font-size: 1.6rem;
  font-weight: 600 !important;
  text-align: center;
  margin: 8px auto 0;
}



.top-sec-category_icon,
.aside-category_icon {
  position: relative;
  background: #f7f7f7;
  border-radius: 50%;
  margin: 0 auto;
  z-index: 1;
}

.aside-category_icon:hover {
  box-shadow: 0 15px 30px -5px var(--color-key-shadow), 0 0 5px var(--color-key-shadow);
  transform: translateY(-4px);
}

@media only screen and (orientation:landscape) and (max-width : 813px),
(orientation:portrait) and (max-width : 753px) {
  .widget-conts a.aside-btn {
    display: flex;
    font-size: 15px;
    padding: 10px 0px 10px 0px;
    justify-content: center !important;
    align-items: center !important;
  }
}

/*-------------------------------------------------------
関連記事一覧
-------------------------------------------------------*/
.category-list {
  width: 100%;
  border-bottom: 1px dotted #ccc;
  padding: 10px 0;
  margin: 0;
  box-sizing: border-box;
}

.category-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.category-list a p {
  color: #3492cf !important;
  text-decoration: underline;
}

.category-list a img {
  width: 170px;
  min-width: 170px;
  height: 95px;
  object-fit: cover;
  object-position: center;
  box-sizing: border-box;
}

#main-lower article .post .category-list a p {
  margin: 0;
  padding: 0 10px 0 25px;
  font-size: 15px;
  font-weight: 700;
}

#main-lower article .post .category-list .categorytext {
  margin: 10px 0 0;
  font-size: 12px;
  color: #666;
}

/*-------------------------------------------------------
人気記事一覧
-------------------------------------------------------*/
.ninki-ranking.ninki-pageranking dt img {
  max-height: none;
  height: 95px;
  object-fit: cover;
  width: 100%;
  display: inline-block;
  max-width: 100%;
}

.ninki-ranking dt {
  width: 25%;
  display: inline-block;
  line-height: 1;
}

.ninki-ranking dd {
  width: 72%;
  text-align: left;
  display: inline-block;
  margin: 0;
  font-size: 16px;
}

.ninki-ranking.ninki-pageranking dd a {
  color: #444;
  text-decoration: none;
}

.ninki-ranking dd a {
  display: block;
  font-weight: 700;
  line-height: normal;
}

.kasou-cont-wrap #main-lower .ninki-ranking dl:not(:last-child) {
  border-bottom: 1px dashed #dde4e6;
}

.ninki-ranking dl {
  margin: 0.5em 0;
  padding: 0 0 8px;
}

.ninki-ranking dd,
.ninki-ranking dt {
  vertical-align: top !important;
}

.ninki-ranking.ninki-pageranking dl {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-bottom: 1px dotted var(--color-key-light);
  padding: 16px 0;
}

.kasou-cont-wrap #main-lower .ninki-ranking.ninki-pageranking dl:last-child {
  border-bottom: none;
  margin: 0 auto 0;
}

/*-------------------------------------------------------
拡大ボタン
-------------------------------------------------------*/
.imgExpansion {
  position: relative;
  display: block;
  overflow: hidden;
  border: 2px solid #5a99fd;
}

.img_kakudai {
  display: block;
  text-align: center;
  background: #5a99fd;
  color: #fff;
  position: absolute;
  bottom: 0px;
  right: 0px;
  font-size: 0;
  box-sizing: border-box;
  padding: 2px 8px;
  line-height: 1.5;
}

.img_kakudai:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  background-image: url('/outsourcingpro/wp-content/uploads/2024/03/uploads/2023/12/2023y12m27d_1111162922.png');
  background-size: contain;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  position: relative;
  top: 1px;
  margin-right: 3px;
}

.img_kakudai:after {
  content: '拡大';
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
}

@media screen and (max-width:360px) {
  .img_kakudai:before {
    width: 13px;
    height: 13px;
  }
}

/* =============================================
FVスライダー調整
============================================= */
ul.splide__list {
  padding: 40px 0 130px !important;
}

li.splide__slide {
  padding: 0;
}

.fv__post__wrap {
  background: var(--color-white);
  box-shadow: 0 0 0 0 var(--color-key-shadow), 0 2px 3px 0 var(--color-key-shadow);
  transition: 0.3s;
}

.splide__list .cat-tag a {
  position: relative;
  z-index: 3;
}

.splide__list .cat-tag .fv__post {
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  background: none;
  box-shadow: none;
  z-index: 2;
}

/*-------------------------------------------------------
もろもろ
-------------------------------------------------------*/
.imgBorder {
  border: 1px solid #bebfc1;
  box-sizing: border-box;
}

/*-------------------------------------------------------
フォーム調整
-------------------------------------------------------*/
#form-2 {
  background: #f6f6f6;
  padding: 20px;
}

#form-2 #form-elements-2 input[type="text"],
#form-2 #form-elements-2 input[type="email"] {
  border: 1px solid #a1a1a1;
  width: 60%;
  max-width: 100%;
  padding: 8px 0px;
}

#form-2 #form-elements-2 input[type="text"][name="your-subject"],
#form-2 #form-elements-2 textarea {
  width: 100%;
}

#form-2 #form-elements-2 input.form-control.form-submit {
  width: 80%;
  display: block;
  margin: 10px auto;
  height: 40px;
  line-height: normal;
  border: 0px;
  box-shadow: 0 2px 0 0 #9a6530;
  background: #f18f2f;
  color: #FFF;
  border-radius: 50px;
  font-size: 17px;
  font-weight: bold;
}

#form-2 #form-elements-2 span#form-control-your-name:after {
  content: "※";
  color: rgb(247 15 69);
  position: absolute;
  top: -29px;
  left: 100px;
}

#form-2 #form-elements-2 span#form-control-your-email:after {
  content: "※";
  color: rgb(247 15 69);
  position: absolute;
  top: -29px;
  left: 160px;
}

#form-2 #form-elements-2 span#form-control-your-name,
#form-2 #form-elements-2 span#form-control-your-email {
  margin: 2px 0;
  display: block;
  position: relative;
}

@media only screen and (orientation: landscape) and (max-width: 813px),
(orientation: portrait) and (max-width: 753px) {
  #form-2 #form-elements-2 textarea {
    max-width: 100%;
  }

  #form-2 #form-elements-2 input.form-control.form-submit {
    width: 100%;
    height: 36px;
    font-size: 16px;
  }

  #form-2 #form-elements-2 input[type="text"],
  #form-2 #form-elements-2 input[type="email"] {
    width: 100%;
  }

  #form-2 {
    padding: 15px;
  }
}

/*タブ*/
.common-tab {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}

.common-tab-wrapper {
  height: 33px;
}

.common-tab li {
  font-size: 13px;
  font-weight: bold;
  width: 25%;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  margin-bottom: 0 !important;
  line-height: normal !important;
  border-bottom: 2px solid #1298d6;
  font-size: 11px;
}

.common-tab li a {
  color: #fff;
  background: #bbb;
  padding: 7px 0;
  display: block;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  border-right: 2px solid #999;
  box-sizing: border-box;
  -webkit-transition: ease .2s opacity;
  transition: ease .2s opacity;
}

.common-tab li a:hover {
  color: #fff;
  background: #1298d6;
  padding: 7px 0;
  display: block;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  opacity: 0.7;
  border-right: 2px solid #1b76a0;
}

.common-tab li:last-of-type a {
  border-right: 0;
}

.common-tab li:last-of-type a:hover {
  border-right: 0;
}

.common-tab li.tabactive a {
  background: #1298d6;
  border-color: #1b76a0;
  opacity: 1;
}

.common-tab li span {
  color: #fff;
  background: #bbb;
  padding: 7px 0;
  display: block;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  border-right: 2px solid #999;
  box-sizing: border-box;
  -webkit-transition: ease .2s opacity;
  transition: ease .2s opacity;
}

.common-tab li span:hover {
  color: #fff;
  background: #1298d6;
  padding: 7px 0;
  display: block;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  opacity: 0.7;
  border-right: 2px solid #1b76a0;
}

.common-tab li:last-of-type span {
  border-right: 0;
}

.common-tab li:last-of-type span:hover {
  border-right: 0;
}

.common-tab li.tabactive span {
  background: #1298d6;
  border-color: #1b76a0;
  opacity: 1;
}

li {
  list-style: none;
}

/*-------------------------------------------------------
コトスタキッズ用追加css
-------------------------------------------------------*/


.kotosta-main-inner {
  margin-top: 70px;
}

.kotosta-main-inner a {
  text-decoration: none;
}


#kotosta-school {
  background-image: url("/outsourcingpro/wp-content/uploads/2024/03/top-y-bg.jpg");
}

.kotosta-school-wrap {
  max-width: 1000px;
  margin: auto;
  padding: 100px 20px 80px;
  text-align: center;
}

.kotosta-h2-box {
  text-align: center;
  position: relative;
  width: 300px;
  margin: auto;
}

#top-main .kotosta-h2 {
  position: relative;
  color: #082247;
  font-family: "Zen Maru Gothic", serif;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

#top-main .kotosta-h2 span {
  z-index: 100;
  position: relative;
}

#top-main .kotosta-h2-naraigoto:before {
  background-image: url("/outsourcingpro/wp-content/uploads/2024/03/h-icon-naraigoto.svg");
  position: absolute;
  top: -30px;
  left: -20px;
  height: 68px;
  width: 100px;
}

#top-main .kotosta-h2-saishin:before {
  background-image: url("/outsourcingpro/wp-content/uploads/2024/03//h-icon-saishin.svg");
  position: absolute;
  top: -40px;
  left: 120px;
  height: 80px;
  width: 64px;
}

#top-main .kotosta-h2-ninki:before {
  background-image: url("/outsourcingpro/wp-content/uploads/2024/03/h-icon-ninki.svg");
  position: absolute;
  top: -30px;
  right: -5px;
  height: 68px;
  width: 82px;
}

.kotosta-h2-sub {
  margin-top: 20px;
  color: #082247;
  font-family: "Zen Maru Gothic", serif;
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.kotosta-h2-icon-naraigoto {
  position: absolute;
  top: 15px;
  left: -20px;
  width: 100px;
}

.kotosta-h2-icon-saishin {
  position: absolute;
  top: 0;
  left: 113px;
  width: 70px;
}

.kotosta-h2-icon-ninki {
  position: absolute;
  top: 5px;
  right: -25px;
  width: 105px;
}

.kotosta-triangle {
  margin-right: 10px;
}

.kotosta-school-title {
  margin-top: 5px;
  font-size: 25px;
  color: #000;
  position: relative;
  width: auto;
  display: inline-block;
}

.kotosta-school-title a {
  color: #082247;
  font-size: 20px;
  font-weight: bold;
}

.kotosta-school-title:before {
  content: '';
  background: url(/outsourcingpro/wp-content/uploads/2024/03/icon-yaji-y.png) no-repeat center / 100% auto;
  display: block;
  position: absolute;
  width: 18px;
  height: 20px;
  top: 0;
  left: -30px;
  bottom: -3px;
  margin: auto;
}

.kotosta-school-title:hover,
.kotosta-school-eyecatch:hover {
  opacity: 0.6;
}

.kotosta-list-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}

.kotosta-list-item {
  width: 30%;
  margin-top: 30px;
  position: relative;
}

.kotosta-list-item dd {
  position: relative;
  font-size: 25px;

}

.kotosta-icon-time {
  width: 15px;
  vertical-align: middle;
}


.kotosta-triangle {
  width: 20px;
}

#kotosta-new-news {
  max-width: 1000px;
  margin: auto;
}

#kotosta-popular-news {
  max-width: 1000px;
  margin: auto;
  text-align: left;
}

.kotosta-news-container {
  background-image: url("/outsourcingpro/wp-content/uploads/2024/03/top-w-bg.jpg");
  position: relative;
}


.kotosta-news-container .kotosta-list-item dt {
  background-color: #fff;
  width: 100%;
}


#kotosta-new-news .kotosta-news-list-wrap {
  padding: 130px 20px 80px;
}

.kotosta-news-list-wrap {
  padding: 120px 20px 80px;
}

.kotosta-news-title {
  color: #082247;
  font-size: 18px;
}

.kotosta-news-title a {
  font-weight: bold;
  color: #082247;
}


.kotosta-news-tagbox {
  display: flex;
  place-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

.kotosta-list-item .kotosta-news-tag {
  padding: 2px 10px;
  background-color: #72819b;
  font-size: 12px;
  color: #fff;
  clip-path: polygon(5% 0%, 95% 0%, 100% 10%, 100% 90%, 95% 100%, 5% 100%, 0% 90%, 0% 10%);
}

.kotosta-news-day {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  line-height: 1;
  font-size: 12px;
}

.kotosta-news-day:before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background: url("/outsourcingpro/wp-content/uploads/2024/03/icon-time.svg");
  background-size: contain;
  margin: 0 8px 0 0;
}

.kotosta-hr-green {
  position: relative;
  background-image: url("/outsourcingpro/wp-content/uploads/2024/03/top-line-g-bg.jpg");
  width: 100%;
  height: 20px;
  margin: 0;
  border: none;
}

.kotosta-hr-green-top {
  bottom: -10px;
}

.kotosta-hr-green-bottom {
  top: -10px;
}


.kotosta-hr-orange {
  background-image: url("/outsourcingpro/wp-content/uploads/2024/03/top-line-o-bg.jpg");
  width: 100%;
  height: 20px;
  margin: 0;
  border: none;
}

.kotosta-footer {
  background-image: url("/outsourcingpro/wp-content/uploads/2024/03/top-y-bg.jpg");
}

.kotosta-school-dt {
  position: relative;
  padding: 10px 15px;
}

.kotosta-school-dt:before {
  content: '';
  background: url("/outsourcingpro/wp-content/uploads/2024/03/naraigoto-list-bg.svg") no-repeat center / 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.kotosta-school-eyecatch {
  border-radius: 10px;
  position: relative;
  left: 2px;
  top: 8px;
}

.kotosta-list-eyecatch {
  display: table;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: top;
}


@media screen and (width < 800px) {
  .kotosta-list-item {
    width: 32%;
  }
}

@media screen and (width < 700px) {

  #kotosta-school dt img {
    width: 100%;
  }

  #kotosta-school .kotosta-list-item dd {
    margin-top: 0;
  }

  .kotosta-school-wrap {
    padding: 80px 10px 50px;
  }

  .kotosta-h2-sub {
    font-size: 20px;
  }

  .kotosta-list-box {
    display: block;
  }

  .kotosta-list-item {
    width: 100%;
  }

  .kotosta-list-item dl {
    margin-top: 50px;
  }


  .kotosta-triangle {
    left: 90px;
  }

  #kotosta-new-news .kotosta-news-list-wrap {
    padding: 110px 15px 60px;
  }

  .kotosta-news-list-wrap {
    padding: 100px 15px 60px;
  }


  .kotosta-news-title {
    font-size: 20px;
  }

  .kotosta-school-eyecatch {
    border-radius: 40px;
    top: 18px;
  }
}

@media screen and (width < 500px) {
  .kotosta-school-eyecatch {
    border-radius: 30px;
    top: 12px;
  }
}

@media screen and (width < 400px) {
  .kotosta-school-eyecatch {
    border-radius: 30px;
    top: 10px;
  }
}

/*------------------------------------------------------------
ヘッダー　FVまわり
-------------------------------------------------------------*/
div.header__wrap {
  display: block;
  max-width: none;
  padding: 0;
}

div.header__cont {
  display: none;
}

div.header__top {
  padding: 16px 0;
}

.header__wrap label.sp {
  display: none;
}

#kotosta-school {
  padding-top: 170px;
}

@media only screen and (orientation:landscape) and (max-width : 813px),
(orientation:portrait) and (max-width : 753px) {
  .header__top__logo img {
    width: 220px;
  }

  #kotosta-school {
    padding-top: 60px;
  }

  .kotosta-list-item {
    margin: 40px 0;
  }

  .kotosta-list-item:last-child {
    margin: 40px 0 0;
  }

  .kotosta-school-wrap .kotosta-list-item {
    padding: 0 4px 0 0;
  }

  .kotosta-school-wrap .kotosta-list-item {
    margin: 20px 0;
  }

  .kotosta-school-wrap .kotosta-list-item:last-child {
    margin: 20px 0 0;
  }
}



.fv .bg1,
.fv .bg3,
.fv .bg5,
.fv .bg8 {
  animation: iconfuwa 3s ease-in-out infinite alternate;
  transition: 1.5s ease-in-out;
	display:none;
}

.fv .bg2,
.fv .bg4,
.fv .bg6 {
  animation: iconfuwa2 3s ease-in-out infinite alternate;
  transition: 1.5s ease-in-out;
	display:none;
}

.fv .bg7,
.fv .bg9 {
  animation: iconfuwa3 3s ease-in-out infinite alternate;
  transition: 1.5s ease-in-out;
	display:none;
}


@keyframes iconfuwa {
  0% {
    transform: translate(0, 0) rotate(-7deg);
  }

  50% {
    transform: translate(0, -7px) rotate(0deg);
  }

  100% {
    transform: translate(0, 0) rotate(7deg);
  }
}

@keyframes iconfuwa2 {
  0% {
    transform: translate(0, 0) rotate(-2deg);
  }

  50% {
    transform: translate(0, -10px) rotate(0deg);
  }

  100% {
    transform: translate(0, 0) rotate(2deg);
  }
}

@keyframes iconfuwa3 {
  0% {
    transform: translate(0, 0) rotate(5deg);
  }

  50% {
    transform: translate(0, -10px) rotate(0deg);
  }

  100% {
    transform: translate(0, 0) rotate(-5deg);
  }
}






























/*------------------------------------------------------------
TOP
-------------------------------------------------------------*/
body div.fv{
background: url(https://www.grop.co.jp/outsourcingpro/wp-content/themes/easy-media/img/kv_bg.jpg) no-repeat center / cover;
margin-top: 0;
}
body .splide__track .splide__list {
padding: 24px 0 50px!important;
}
body .fv__post__wrap{
border-radius: 0;
background: linear-gradient(to right, #ffffff 0%, #fff 70%, #8dc9eb 100%);
box-shadow: 0 0 5px rgba(0,0,0,0.6);
}
body .fv__post__wrap:hover{
box-shadow: 0 15px 30px -5px rgb(141 201 235 / 30%), 0 0 5px rgb(141 201 235 / 30%);
}
body ul li.splide__slide {
width: 560px;
}
body div.fv__post__eyecatch img {
width: calc(100% - 26px);
height: calc(100% - 26px);
left: 13px;
top: 13px;
}
li.splide__slide:focus-visible,button.splide__arrow:focus-visible {
outline: none;
}
.splide__slide .fv__post__wrap{
transform: scale(0.9);
transform-origin: center;
}
.splide__slide.is-active.is-visible .fv__post__wrap{
transform: scale(1.0);
}
body .splide__arrows button.splide__arrow {
background: #fff!important;
border-radius: 50%;
box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
body .splide__arrows button.splide__arrow--next{
margin-right: -358px;
}
body .splide__arrows button.splide__arrow--prev{
margin-left: -358px;
}
body .splide__arrows button.splide__arrow:before{
content: '';
display: block;
width: 16px;
height: 16px;
border: 3px solid #1eab4b;
border-top: 0;
border-left: 0;
}
body .splide__arrows button.splide__arrow--next:before{
transform: rotate(-45deg);
margin-left: -4px;
}
body .splide__arrows button.splide__arrow--prev:before{
transform: rotate(135deg);
margin-right: -4px;
}
body ul.splide__pagination{
display: flex;
bottom: 22px !important;
gap: 30px;
}
ul.splide__pagination li{
margin: 0;
}
button.splide__pagination__page{
width: 60px !important;
height: 4px !important;
opacity: 1;
background: #dddddd;
}
button.splide__pagination__page.is-active{
background: #41db6b!important;
}
#top-main section{
overflow: hidden;
position: relative;
z-index: 1;
padding: 110px 0;
}
#top-main section:before {
content: '';
display: block;
width: 500px;
height: 100%;
background: #fff;
position: absolute;
left: calc(50% - 730px);
top: 0;
transform: skewX(45deg);
transform-origin: top;
z-index: -1;
}
#top-main #top-popular-news:before{
width: 1000px;
left: calc(50% - 1100px);
}
#top-main .h2-box{
padding-left: calc(50% - 500px);
}
#top-main h2 {
color: #1fab4b;
text-align: left;
padding-left: 8px;
font-size: 18px;
font-weight: bold;
}
.heading-en {
color: #466985;
position: relative;
font-size: 44px;
font-weight: bold;
line-height: 1;
margin-top: 8px;
margin-bottom: 70px;
border-bottom: 1px solid #baf4c4;
padding-bottom: 5px;
padding-left: 5px;
z-index: 1;
}
.heading-en:before{
content: '';
display: block;
width: 32px;
height: 32px;
position: absolute;
left: 0;
bottom: 0;
z-index: -1;
background: linear-gradient(to left bottom, transparent 50%, #baf4c4 50%);
}
#top-popular-news {
background: #effaff;
position: relative;
overflow: hidden;
}
#top-popular-news .heading-en:after {
content: '';
display: block;
width: 200px;
height: 194px;
position: absolute;
bottom: -1px;
left: 840px;
background: url(https://www.grop.co.jp/outsourcingpro/wp-content/themes/easy-media/img/illust_popular01.svg) no-repeat center bottom / contain;
}
.news-list-wrap,.top-cat-in{
max-width: 1000px;
margin: auto;
}
.list-box{
display: flex;
justify-content: space-between;
flex-flow: row wrap;
margin-bottom: 70px;
}
.list-item {
width: 30%;
position: relative;
margin-bottom: 30px;
}
 .list-item_news{
aspect-ratio: 3 / 1.937;
background: #cee4ee;
display: flex;
align-items: center
} 
.list-eyecatch {
display: table;
width: 100%;
height: auto;
object-fit: cover;
object-position: top;
}
.news-tagbox{
display: flex;
place-items: center;
justify-content: space-between;
margin-top: 10px;
}
.list-item .news-tag {
padding: 2px 10px;
background-color: #003f74;
font-size: 12px;
color: #fff;
clip-path: polygon(5% 0%, 95% 0%, 100% 10%, 100% 90%, 95% 100%, 5% 100%, 0% 90%, 0% 10%);
}
.list-item .news-tag:empty{
background: none;
}
.news-day {
align-items: flex-end;
display: flex;
line-height: 1;
font-size: 12px;
color: #003f74;
}
.news-day span{
padding-left: 10px;
font-size: 11px;
}
.news-title a {
font-weight: bold;
color: #003f74;
}
#top-main #top-new-news{
background: #2c8db7;
}
#top-main #top-new-news:before{
background: #548cbb;
}
#top-main #top-new-news h2,#top-new-news .news-day,#top-new-news .news-title a{
color: #fff;
}
#top-new-news .heading-en{
color: #fff;
border-color: #8baaad;
}
#top-new-news .heading-en:before{
background: linear-gradient(to left bottom, transparent 50%, #8baaad 50%);
}
#top-new-news .heading-en:after{
content: '';
display: block;
width: 220px;
height: 180px;
position: absolute;
bottom: -1px;
left: 810px;
background: url(https://www.grop.co.jp/outsourcingpro/wp-content/themes/easy-media/img/illust_newposts01.svg) no-repeat center bottom / contain;
}
#top-new-news:after {
content: '';
display: block;
width: 140px;
height: 180px;
position: absolute;
bottom: 30px;
left: 50%;
margin-left: -560px;
background: url(https://www.grop.co.jp/outsourcingpro/wp-content/themes/easy-media/img/illust_newposts02.svg) no-repeat center / contain;
}
.more-btn a {
margin: 0 auto;
background: #fff;
color: #003f74;
box-shadow: 0 0 0 2px #003f74;
width: 380px;
height: 50px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 2px;
gap: 10px;
font-weight: bold;
font-size: 18px;
}
.more-btn a:after{
content: '';
display: inline-block;
width: 30px;
height: 20px;
background: url(https://www.grop.co.jp/outsourcingpro/wp-content/themes/easy-media/img/link_allow-g.svg) no-repeat center / contain;
}
#top-main #top-cat{
background:#2c8db7;
padding-bottom: 320px;
}
#top-main #top-cat:before{
background: #548cbb!important;
}
#top-cat:after {
content: '';
display: block;
width: 350px;
height: 150px;
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: auto;
background: url(https://www.grop.co.jp/outsourcingpro/wp-content/themes/easy-media/img/illust_category01.svg) no-repeat center bottom / contain;
}
#top-cat h2 {
	color: #fff;
}
#top-cat .heading-en {
	color: #fff;
	border-color: #8baaad;
}
#top-cat .heading-en:before{
	background: linear-gradient(to left bottom, transparent 50%, #8baaad 50%);
}

.top-cat-in ul{
display: flex;
justify-content: center;
padding: 0 2px;
}
.top-cat-in li{
width: 27%;
padding-top: 27%;
position: relative;
margin: 0 20px;
}
.top-cat-in li a {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
background: #fff;
box-shadow: 0 0 0 2px #003f74;
border-radius: 4px;
}
.top-cat-in li a:before{
content: '';
width: 60%;
height: 60%;
background: url(https://www.grop.co.jp/outsourcingpro/wp-content/themes/easy-media/img/illust_category_jimu.svg) no-repeat center / contain;
}
.top-cat-in li:nth-of-type(2) a:before{
background: url(https://www.grop.co.jp/outsourcingpro/wp-content/themes/easy-media/img/illust_category_soumu.svg) no-repeat center / contain;
}
.top-cat-in li:nth-of-type(3) a:before{
background: url(https://www.grop.co.jp/outsourcingpro/wp-content/themes/easy-media/img/illust_category_butsuryuu.svg) no-repeat center / contain;
}
.top-cat-in li:nth-of-type(4) a:before{
background: url(https://www.grop.co.jp/outsourcingpro/wp-content/themes/easy-media/img/illust_category_webinar.svg) no-repeat center / contain;
}
.top-cat-in li a span{
display: flex;
align-items: center;
gap: 8px;
color: #003f74;
font-size: 20px;
font-weight: bold;
}
.top-cat-in li a span:after {
content: '';
display: inline-block;
width: 10px;
height: 10px;
border: 2px solid #003f74;
border-top: 0;
border-left: 0;
transform: rotate(-45deg);
}

#top-main #top-news {
    background: #effaff;
}

#top-main #top-news .heading-en:after {
    content: '';
    display: block;
    width: 220px;
    height: 180px;
    position: absolute;
    bottom: -1px;
    left: 810px;
    background: url(https://www.grop.co.jp/outsourcingpro/wp-content/themes/easy-media/img/illust_news.svg) no-repeat center bottom / contain;
}

#top-main #top-news .list-box{
	justify-content: space-around;
}

#top-main #top-news .news-tagbox{
	justify-content: end;
}
/*------------------------------------------------------------
TOP（SP）
-------------------------------------------------------------*/
@media only screen and (orientation:landscape) and (max-width : 813px),(orientation:portrait) and (max-width : 753px){
body ul li.splide__slide {
width: calc(100% - 96px);
}
body .splide__arrows button.splide__arrow--prev {
margin-left: 0;
}
body .splide__arrows button.splide__arrow--next {
margin-right: 0;
}
body .splide__arrows button.splide__arrow{
width: 38px !important;
height: 38px !important;
}
body .splide__arrows button.splide__arrow:before{
width: 12px;
height: 12px;
}
body .splide__track .splide__list {
padding: 16px 0 34px!important;
}
body div.fv__post__eyecatch img {
width: calc(100% - 16px);
height: calc(100% - 16px);
left: 8px;
top: 8px;
}
button.splide__pagination__page {
width: 40px !important;
}
body ul.splide__pagination {
bottom: 14px !important;
gap: 20px;
}
#top-main .h2-box{
padding-left: 10px;
}
#top-main h2{
font-size: 14px;
}
.heading-en{
font-size: 34px;
margin-bottom: 30px;
padding-bottom: 2px;
}
.list-box{
padding: 0 10px;
margin-bottom: 30px;
}
.list-item{
width: 100%;
}
.news-tagbox{
margin-bottom: 6px;
}
.news-day {
font-size: 14px;
}
.news-title a {
font-size: 18px;
line-height: 1.6;
}
.more-btn a{
width: 340px;
}
#top-popular-news .heading-en:after{
width: 130px;
height: 109px;
background: url(https://www.grop.co.jp/outsourcingpro/wp-content/themes/easy-media/img/illust_popular01.svg) no-repeat center top / 100%;
left: auto;
right: 0;
}
	
#top-main #top-news .heading-en:after{
width: 130px;
height: 109px;
left: auto;
right: 0;
}
#top-main section {
padding: 60px 0 100px;
}
#top-new-news .heading-en:after{
width: 130px;
height: 120px;
left: auto;
right: 0;
}
#top-new-news:after{
width: 120px;
height: 154px;
bottom: -76px;
left: 5px;
margin-left: 0;
}
.top-cat-in ul {
padding: 30px 0;
margin: 0 10px;
justify-content: center;
flex-wrap: wrap;
gap: 14px 0;
background: #fff;
}
.top-cat-in li{
width: 38%;
padding: 0;
}
.top-cat-in li a{
background: none;
box-shadow: none;
border-radius: 0;
position: static;
width: fit-content;
height: auto;
margin: 0 auto;
}
.top-cat-in li a:before{
width: 120px;
height: 120px;
}
.top-cat-in li a span{
position: relative;
margin-top: 5px;
font-size: 16px;
line-height: 1;
left: -5px;
}
.top-cat-in li a span:after {
position: absolute;
right: -15px;
top: 1.5px;

}
#top-cat:after{
width: 220px;
height: 90px;
}
#top-main #top-cat {
padding-bottom: 140px;
}
#top-main section:before{
display: none;
}
#top-popular-news{
background: url(https://www.grop.co.jp/outsourcingpro/wp-content/themes/easy-media/img/bg-triangle01.svg) no-repeat right top / 100% ,url(https://www.grop.co.jp/outsourcingpro/wp-content/themes/easy-media/img/bg-triangle02.svg) no-repeat left bottom / 100% #fff;
}
#top-main #top-new-news,#top-main #top-cat{
background: url(https://www.grop.co.jp/outsourcingpro/wp-content/themes/easy-media/img/bg-triangle03.svg) no-repeat right top / 100% ,url(https://www.grop.co.jp/outsourcingpro/wp-content/themes/easy-media/img/bg-triangle04.svg) no-repeat left bottom / 100% #548dba;
}
}

@media screen and (max-width : 376px){
#top-new-news .heading-en:after {
width: 120px;
}
}

@media screen and (max-width : 361px){
#top-new-news .heading-en:after {
width: 110px;
}
}


.d-none{
	display:none!important;
}

