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

body {
    line-height: 1
}

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

ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

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

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

ins {
    text-decoration: none
}

ins,
mark {
    background-color: #ff9;
    color: #000
}

mark {
    font-style: italic;
    font-weight: 700
}

del {
    text-decoration: line-through
}

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

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

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

input,
select {
    vertical-align: middle
}

* {
    box-sizing: border-box
}

html {
    font-size: 62.5% !important
}

body {
    font-size: 1.4rem;
    font-family: Noto Sans JP, sans-serif;
    color: #222;
    word-break: break-all;
    -webkit-text-size-adjust: 100%
}

a {
    color: inherit;
    text-decoration: none
}

img,
svg {
    vertical-align: bottom;
    width: 100%;
    height: auto
}

address {
    font-style: normal
}

p {
    line-height: 1.75
}

p+p {
    margin-top: 2em
}

button,
input[type=email],
input[type=search],
input[type=submit],
input[type=tel],
input[type=text],
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 0;
    font-family: Noto Sans JP, sans-serif
}

select {
    background: #333;
    color: #fff;
    border: 0
}

select::-ms-expand {
    display: none
}

input::placeholder {
    color: #bbb
}

input:-ms-input-placeholder,
input::-ms-input-placeholder {
    color: #bbb
}

textarea::placeholder {
    color: #bbb
}

textarea:-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #bbb
}

.pc {
    display: none !important
}

#header {
    background: #fff;
    position: fixed;
    z-index: 6;
    top: 0;
    right: 0;
    width: 100%;
    height: 50px
}

#header .logo {
    padding: 1pc 0 0 15px;
    display: inline-block
}

#header .logo img {
    width: 162px;
    height: 18px
}

#header nav>ul {
    padding-bottom: 30px
}

#header nav>ul>li {
    border-top: 2px solid #f3f3f3
}

#header nav>ul>li .li_w {
    font-size: 1.5rem;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 15px 50%
}

#header nav>ul>li .li_w>a {
    position: relative
}

#header nav>ul>li .li_w>a:after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 1px);
    right: 15px;
    width: 4px;
    height: 4px;
    border-top: solid 1px #5cc822;
    border-right: solid 1px #5cc822;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

#header nav>ul>li .li_w>a,
#header nav>ul>li .li_w>span {
    display: block;
    padding: 15px 15px 15px 45px
}

#header nav>ul>li .btn_w {
    display: none
}

#header nav>ul>li#ls_01 .nav_drop ul {
    padding: 0 15px 15px
}

#header nav>ul>li#ls_01 .nav_drop ul li {
    border-top: 1px solid #f3f3f3
}

#header nav>ul>li#ls_01 .nav_drop ul li:first-of-type {
    border-top: 0
}

#header nav>ul>li#ls_01 .nav_drop ul li a {
    padding: 15px 0;
    display: block;
    position: relative
}

#header nav>ul>li#ls_01 .nav_drop ul li a:after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 1px);
    right: 10px;
    width: 4px;
    height: 4px;
    border-top: solid 1px #5cc822;
    border-right: solid 1px #5cc822;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

#header nav>ul>li#ls_01 .li_w {
    background-image: url(img/common/icon_01.svg)
}

#header nav>ul>li#ls_02 .nav_drop {
    padding: 0 15px 15px;
    overflow: hidden
}

#header nav>ul>li#ls_02 .nav_drop input[type=search] {
    width: calc(100% - 50px);
    height: 40px;
    text-indent: 1em;
    font-size: 1.3rem;
    border: 1px solid #f3f3f3
}

#header nav>ul>li#ls_02 .nav_drop input[type=submit] {
    background: #5cc822;
    width: 50px;
    height: 40px;
    display: block;
    float: right;
    font-size: 1.3rem;
    color: #fff;
    font-family: Noto Sans JP, sans-serif;
    text-align: center;
    padding: 0
}

#header nav>ul>li#ls_02 .li_w {
    background-image: url(img/common/icon_02.svg)
}

#header nav>ul>li#ls_03 .li_w {
    background-image: url(img/common/icon_03.svg)
}

#header nav>ul>li#ls_04 .li_w {
    background-image: url(img/common/icon_05.svg)
}

#header nav#gnav {
    position: fixed;
    top: 50px;
    right: -250px;
    width: 250px;
    height: calc(100% - 50px);
    transition: all .3s 0 ease;
    overflow-y: scroll;
    background: hsla(0, 0%, 100%, .95)
}

#header nav#gnav.active {
    right: 0
}

#header #nav_btn {
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
    background: #5cc822
}

#header #nav_btn,
#header #nav_btn span {
    position: absolute;
    transition: all .3s 0 ease
}

#header #nav_btn span {
    display: block;
    width: 24px;
    background: #fff;
    height: 3px;
    left: calc(50% - 9pt)
}

#header #nav_btn span:first-of-type {
    top: 15px
}

#header #nav_btn span:nth-of-type(2) {
    top: calc(50% - 1.5px)
}

#header #nav_btn span:last-of-type {
    top: 33px
}

#header #nav_btn.active {
    background: #f3f3f3
}

#header #nav_btn.active span {
    background: #474e55
}

#header #nav_btn.active span:first-of-type {
    top: 25px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#header #nav_btn.active span:nth-of-type(2) {
    opacity: 0
}

#header #nav_btn.active span:last-of-type {
    top: 25px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

main {
    background: #f3f3f3;
    padding: 50px 0 25px;
    display: block
}

.upper_text {
    margin: 0 0 30px
}

.ls_card {
    padding: 15px;
    margin: 0 auto
}

.sec {
    margin: 0 0 30px
}

.sec.trouble {
    margin: 50px 0 30px
}

.ls_card ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 -5px -10px
}

.ls_card ol li {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
    background: #fff;
    position: relative
}

.ls_card ol li>span {
    display: block;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    padding: .5em 1em;
    font-size: 1.1rem
}

.ls_card ol li>span.entry_new {
    background: #ffa322
}

.ls_card ol li>span.pickup {
    background: #bf1015
}

.ls_card ol li:nth-of-type(1),
.ls_card ol li:nth-of-type(2) {
    width: 100%
}

.new .ls_card ol li:nth-of-type(1),
.new .ls_card ol li:nth-of-type(2),
.recom .ls_card ol li:nth-of-type(1),
.recom .ls_card ol li:nth-of-type(2) {
    width: calc(50% - 10px);
    margin: 0 5px 10px
}

.ls_card ol li .ls_det {
    padding: 1em 15px 15px
}

.ls_card ol li .ls_det .ls_c_h {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.75
}

.ls_card ol li .ls_det span {
    display: inline-block;
    color: #5cc822;
    font-size: 1rem;
    margin-top: .75em;
    margin-right: .5em
}

.ls_card ol li .ls_det span.category02 {
    color: #fad205
}

.ls_card ol li .ls_det span.category03 {
    color: #d2556a
}

.ls_card ol li .ls_det span.category04 {
    color: #297bab
}

.ls_card ol li .ls_det span.category05 {
    color: #069696
}

.ls_card ol li .ls_det time {
    display: inline-block;
    margin-top: .75em;
    font-size: 1rem;
    color: #b5b5b5
}

.ls_card ol li a {
    display: block;
    height: 100%
}

.ls_card.tri_col ol li:nth-of-type(1),
.ls_card.tri_col ol li:nth-of-type(2) {
    width: calc(50% - 10px)
}

.ls_cat {
    padding: 15px;
    margin: 0 auto -15px
}

.ls_cat section {
    margin: 0 0 15px;
    background: #fff;
    border-top: 5px solid #5cc822;
    padding: 0 15px;
    /*padding-bottom: 4px;*/
    padding-bottom: calc(4em + 32px);
    position: relative
}

.other .ls_cat section {
    padding-bottom: 3em
}

.ls_cat section.category02 {
    border-top: 5px solid #fad205
}

.ls_cat section.category03 {
    border-top: 5px solid #d2556a
}

.ls_cat section.category04 {
    border-top: 5px solid #297bab
}

.ls_cat section.category05 {
    border-top: 5px solid #069696
}

.ls_cat section .ls_cat_h {
    font-size: 1.8rem;
    font-weight: 700;
    padding: 30px 0;
    text-align: center
}

.ls_cat section ol {
    list-style: none;
    margin-bottom: -10px
}

.ls_cat section ol li {
    margin-bottom: 10px
}

.ls_cat section ol li a {
    display: block;
    overflow: hidden
}

.ls_cat section ol li a .ls_cat_thumb {
    width: 90px;
    float: left
}

.ls_cat section ol li a .ls_cat_det {
    float: left;
    margin-left: 15px;
    width: calc(100% - 105px)
}

.ls_cat section ol li a .ls_cat_det .ls_cat_h_02 {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.75
}

.ls_cat section ol li a .ls_cat_det span {
    display: inline-block;
    color: #5cc822;
    font-size: 1rem;
    margin-top: .75em;
    margin-right: .5em
}

.ls_cat section ol li a .ls_cat_det span.category02 {
    color: #fad205
}

.ls_cat section ol li a .ls_cat_det span.category03 {
    color: #d2556a
}

.ls_cat section ol li a .ls_cat_det span.category04 {
    color: #297bab
}

.ls_cat section ol li a .ls_cat_det span.category05 {
    color: #069696
}

.ls_cat section ol li a .ls_cat_det time {
    display: inline-block;
    margin-top: .75em;
    font-size: 1rem;
    color: #b5b5b5
}

.ls_cat section .link,
.ls_cat section ol+div {
    border-top: 2px solid #f3f3f3;
    width: 100%;
    padding: 1.5em;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    font-size: 1.2rem
}

.ls_cat section .link a:after,
.ls_cat section ol+div a:after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 1px);
    right: calc(50% - 5em);
    width: 4px;
    height: 4px;
    border-top: solid 1px #5cc822;
    border-right: solid 1px #5cc822;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.ls_popular {
    padding: 15px;
    margin: 0 auto
}

.ls_popular ol {
    list-style: none
}

.ls_popular ol li {
    position: relative;
    background: #fff;
    margin-bottom: 10px
}

.ls_popular ol li:last-of-type {
    margin-bottom: 0
}

.ls_popular ol li .ls_popular_det {
    padding: 1em 15px 15px
}

.ls_popular ol li .ls_popular_det .ls_popular_h {
    font-size: 1.5rem;
    line-height: 1.75;
    font-weight: 700;
    border-bottom: 2px solid #f3f3f3;
    padding-bottom: .75em
}

.ls_popular ol li .ls_popular_det .ls_popular_h+p {
    margin: .75em 0;
    font-size: 1.2rem
}

.ls_popular ol li .ls_popular_det span {
    display: inline-block;
    color: #5cc822;
    font-size: 1rem;
    margin-top: .75em;
    margin-right: .5em
}

.ls_popular ol li .ls_popular_det span.category02 {
    color: #fad205
}

.ls_popular ol li .ls_popular_det span.category03 {
    color: #d2556a
}

.ls_popular ol li .ls_popular_det span.category04 {
    color: #297bab
}

.ls_popular ol li .ls_popular_det span.category05 {
    color: #069696
}

.ls_popular ol li .ls_popular_det time {
    display: inline-block;
    margin-top: .75em;
    font-size: 1rem;
    color: #b5b5b5
}

.ls_popular ol li a {
    display: block
}

.ls_related {
    background: #ededed;
    padding: 30px 15px
}

.ls_related .ls_related_h {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 30px
}

.ls_related .ls_related_h span {
    font-size: 1rem;
    margin-left: .5em
}

.ls_related ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 -5px -10px
}

.ls_related ul li {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
    background: #fff;
    position: relative
}

.ls_related ul li a {
    display: block
}

.ls_related ul li .ls_related_det {
    padding: 1em 15px 15px
}

.ls_related ul li .ls_related_det .ls_related_h_02 {
    line-height: 1.75;
    font-size: 1.3rem;
    font-weight: 400
}

.ls_related ul li .ls_related_det span {
    display: inline-block;
    font-size: 1rem;
    margin-top: .75em;
    margin-right: .5em;
    color: #5cc822
}

.ls_related ul li .ls_related_det span.category02 {
    color: #fad205
}

.ls_related ul li .ls_related_det span.category03 {
    color: #d2556a
}

.ls_related ul li .ls_related_det span.category04 {
    color: #297bab
}

.ls_related ul li .ls_related_det span.category05 {
    color: #069696
}

.ls_related ul li .ls_related_det time {
    display: inline-block;
    font-size: 1rem;
    color: #b5b5b5;
    margin-top: .75em
}

.breadWrap {
    white-space: nowrap;
    word-break: keep-all;
    overflow-x: auto;
    overflow-y: hidden;
}

.bread {
    font-size: 1rem;
    line-height: 1.75;
    padding: 15px;
    margin: 0 auto;
}

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

.bread>span {
    float: left;
    font-weight: 700;
    margin-right: 15px;
    padding-right: 15px;
    position: relative
}

.bread>span:after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 2px);
    right: -2px;
    width: 4px;
    height: 4px;
    border-top: solid 1px #5cc822;
    border-right: solid 1px #5cc822;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.bread>span>a {
    font-weight: 400;
    display: block
}

.bread>span:last-of-type {
    margin-right: 0;
    padding-right: 0
}

.bread>span:last-of-type:after {
    display: none
}

.h_layout_01 {
    background: #ededed;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center
}

.h_layout_01.bg_non {
    background: 0
}

.h_layout_01 .inner {
    display: block;
    padding: 1.167em 15px
}

.h_layout_01 .s_txt {
    font-size: 1.2rem;
    margin-left: .5em
}

.h_layout_02 {
    height: 150px;
    background: #000;
    color: #fff;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover
}

.h_layout_02 .h_layout_02_h {
    padding: 65px 0 0;
    margin: 0 auto;
    font-weight: 700;
    font-size: 2.4rem;
    background: url(img/common/logo_02.svg);
    background-repeat: no-repeat;
    background-size: 90pt 14px;
    background-position: 50% 40px;
    text-align: center
}

.h_layout_02 .h_layout_02_h span {
    font-size: 1.2rem;
    display: block;
    margin-top: .8em
}

.h_layout_02.cat,
.h_layout_02.popular {
    background-image: url(img/common/h_bg_01.jpg)
}

.h_layout_02.page {
    background-image: url(img/common/h_bg_02.jpg);
    background-position: 80% 50%
}

.h_layout_03 {
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0 0 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #d3d3d3
}

.container {
    background: #fff;
    padding: 30px 15px;
    margin-bottom: 10px
}

.container p.read {
    font-size: 1.5rem
}

#toc_container {
    border: 1px solid #d3d3d3;
    margin: 30px 0
}

#toc_container .toc_title {
    font-size: 1.2rem;
    line-height: 1;
    border-bottom: 1px solid #d3d3d3;
    padding: .85em 15px
}

#toc_container ul.toc_list {
    padding: 1.5em 15px;
    line-height: 1.75;
    counter-reset: a 0
}

#toc_container ul.toc_list>li {
    position: relative;
    padding-left: 2em
}

#toc_container ul.toc_list>li:last-of-type {
    margin-bottom: 0
}

#toc_container ul.toc_list>li:before {
    counter-increment: a 1;
    content: counter(a) ".";
    font-weight: 700;
    color: #5cc822;
    position: absolute;
    top: 0;
    left: 0
}

#toc_container ul.toc_list>li>a {
    font-size: 1.2rem;
    font-weight: 700
}

#toc_container ul.toc_list>li>ul {
    margin: 4px 0
}

#toc_container ul.toc_list>li>ul li {
    position: relative;
    padding-left: 1em
}

#toc_container ul.toc_list>li>ul li a {
    font-size: 1.2rem
}

#toc_container ul.toc_list>li>ul li:before {
    content: "";
    width: 10px;
    height: 1px;
    background: #5cc822;
    position: absolute;
    top: 50%;
    left: 0
}

.sns {
    margin: 30px 0
}

.sns ul {
    overflow: hidden
}

.sns ul li {
    float: left;
    margin-right: 10px;
    min-width: 5pc
}

.sns ul li a,
.sns ul li span {
    display: block;
    padding: 15px 15px 15px 30px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
    background-repeat: no-repeat;
    background-size: 13px 13px;
    background-position: 10px 50%
}

.sns ul li.fb a {
    background-color: #3b5998;
    background-image: url(img/common/sns-f.svg)
}

.sns ul li.tw a {
    background-color: #1da1f2;
    background-image: url(img/common/sns-t.svg)
}

.sns ul li.lc {
    float: none;
    margin: 10px 0;
    max-width: 300px
}

.sns ul li.lc span {
    padding: 10px;
    border: 1px solid #ffa322;
    color: #ffa322;
    position: relative
}

.sns ul li.lc span.copied {
    border: 1px solid #d3d3d3;
    background-color: #ededed;
    color: #222;
    padding-left: 30px
}

.sns ul li.lc span.copied:after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 4px);
    left: 30px;
    width: 6px;
    height: 4px;
    border-top: solid 2px #ffa322;
    border-right: solid 2px #ffa322;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

#aside_ctr_02 {
    border: 8px solid #1e2022;
    padding: 35px 15px 25px;
    font-size: 1.4rem;
    line-height: 1.5;
    position: relative;
    margin: 60px 0 0;
}

#aside_ctr_02 .red_label {
    position: absolute;
    top: -36px;
    left: 50%;
    text-align: center;
    width: 92%;
    font-size: 1.4rem;
    background-color: #fc333e;
    color: #fff;
    font-weight: 700;
    padding: 8px 0;
    transform: translateX(-50%);
}

#aside_ctr_02 .cta_img_ctr a:hover {
    opacity: 0.8;
}

#aside_ctr_02 .txt_box {
    font-size: 1.6rem;
    font-weight: 700;
    margin: 20px 0 0;
    line-height: 1.2;
    text-align: center;
}

#aside_ctr_02 .txt_box span {
    font-size: 2.6rem;
}

#aside_ctr_02 .txt_box span span {
    font-size: 3.8rem;
    padding: 0 5px;
}

.btn_ls {
    max-width: 100%;
    margin: 20px auto 0
}

.cmn_btns>div {
    font-size: 1rem;
    text-align: center
}

.cmn_btns>div>a {
    border-radius: 10px;
    display: block;
    color: #fff;
    padding: 10px;
    line-height: 1.4;
    font-size: 1.3rem;
    height: 100%;
}

.cmn_btns>div>a:hover {
    opacity: 0.8;
}

.cmn_btns .tel_ctr>a {
    background: #da0202;
}

.cmn_btns .s_txt {
    background-color: #fad205;
    color: #2a2a2a;
    border-radius: 40px;
    padding: 3px 15px;
    font-size: 1rem;
    font-weight: 700;
}

.cmn_btns .tel_ctr .s_txt {
    margin: 0 10px 0 0;
}

.cmn_btns .b_txt {
    font-weight: 700;
    font-size: 2.8rem;
    display: block;
    margin: 2px 0 0;
}

.cmn_btns .b_txt:before {
    content: "";
    background: url(img/common/icon_08.svg) no-repeat;
    background-size: 100%;
    width: 14px;
    height: 24px;
    display: inline-block;
    margin: 0 10px 0 0;
}

.cmn_btns .s_time {
    font-size: 1.3rem;
    text-align: center;
    display: block;
}

.cmn_btns .mail_ctr {
    margin-top: 10px;
}

.cmn_btns .mail_ctr a {
    background-color: #2a2a2a;
    padding: 10px 0 15px;
}

.cmn_btns .mail_ctr .b_txt {
    font-weight: 700;
    font-size: 2rem;
    display: block;
    margin: 0 0 6px;
}

.cmn_btns .mail_ctr .b_txt:before {
    content: "";
    background: url(img/common/icon_07.svg) no-repeat;
    background-size: 100%;
    width: 22px;
    height: 17px;
    display: inline-block;
    margin: 0 10px 0 0;
}

.article_s {
    background: #fff;
    padding: 45px 15px 30px;
    position: relative
}

.article_s iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: 100%;
}

.article_s .article_d {
    font-size: 1.2rem
}

.article_s .article_d .c_name {
    position: absolute;
    top: -2px;
    left: 0;
    background: #5cc822;
    color: #fff;
    min-width: 180px;
    text-align: center;
    padding: .75em;
    font-size: 1.3rem
}

.article_s .article_d .posted_data,
.article_s .article_d .update_date {
    color: #b5b5b5
}

.article_s .article_d .posted_data {
    margin-right: 1em
}

.article_s .article_d .w_name {
    display: block;
    margin-top: 1em;
    padding-bottom: 1.5em;
    border-bottom: 1px solid #d3d3d3
}

.article_s h1 {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.5;
    margin: .5em 0 1.25em
}

.article_s h2 {
    font-size: 2rem;
    border-top: 2px solid #5cc822;
    background: #ededed
}

.article_s h2,
.article_s h3 {
    font-weight: 700;
    padding: .5em 15px;
    line-height: 1.5;
    margin: 2em 0
}

.article_s h3 {
    font-size: 1.8rem;
    border: 1px solid #d3d3d3
}

.article_s h4 {
    font-size: 1.8rem;
    font-weight: 700;
    padding: 0 15px 1em 25px;
    border-bottom: 1px solid #d3d3d3;
    line-height: 1.5;
    margin: 2em 0;
    position: relative
}

.article_s h4:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #5cc822;
    display: block;
    position: absolute;
    top: calc(1em - 8px);
    left: 5px
}

.article_s p {
    font-size: 1.6rem;
    line-height: 2
}

.article_s p+p {
    margin-top: 2em
}

.article_s p>img {
    width: calc(100% - 30px);
    display: block;
    margin: 30px auto
}

.article_s p>a {
    text-decoration: underline
}

.article_s p>a.bnr {
    display: block;
    width: calc(100% - 30px);
    margin: 30px auto;
    text-decoration: none
}

.article_s p>a.bnr>img {
    width: 100%;
    height: auto;
    margin: 0
}

.article_s>ul {
    border: 1px solid #d3d3d3;
    margin: 30px 0;
    padding: 1.5em 15px;
    line-height: 1.75;
    font-size: 1.6rem
}

.article_s>ul li {
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 1em
}

.article_s>ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: #5cc822;
    display: block;
    position: absolute;
    top: calc(1em - 3px);
    left: 0
}

.article_s>ul li:last-of-type {
    margin-bottom: 0
}

.article_s>ol {
    border: 1px solid #d3d3d3;
    margin: 30px 0;
    padding: 1.5em 15px;
    line-height: 1.75;
    font-size: 1.6rem;
    counter-reset: a 0;
    list-style: none
}

.article_s>ol li {
    position: relative;
    margin-bottom: 1em;
    padding-left: 1.5em
}

.article_s>ol li:before {
    counter-increment: a 1;
    content: counter(a) ".";
    font-weight: 700;
    margin-right: 1em;
    color: #5cc822;
    position: absolute;
    top: 0;
    left: 0
}

.article_s>ol li:last-of-type {
    margin-bottom: 0
}

.article_s blockquote {
    border: 1px solid #d3d3d3;
    padding: 25px 30px;
    margin: 30px 0;
    position: relative
}

.article_s blockquote:after,
.article_s blockquote:before {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 9pt;
    border-left: 4px solid #5cc822;
    border-right: 4px solid #5cc822
}

.article_s blockquote:before {
    top: 15px;
    left: 15px
}

.article_s blockquote:after {
    bottom: 15px;
    right: 15px
}

.article_s blockquote>p {
    font-size: 1.4rem;
    color: #959595
}

.article_s table {
    margin: 30px 0;
    border: 1px solid #d3d3d3;
    font-size: 1.4rem;
    line-height: 1.5
}

.article_s table td,
.article_s table th {
    padding: .5em;
    border: 1px solid #d3d3d3;
    text-align: left
}

.article_s table th {
    background: #ededed
}

.article_s .more_link {
    border: 1px solid #d3d3d3;
    padding: 1.5em 15px;
    margin: 30px 0
}

.article_s .more_link:before {
    content: "\3053\3061\3089\3082\0043\0048\0045\0043\004b\0021\0021";
    display: block;
    font-size: 1.6rem;
    background: url(img/common/icon_04.svg)no-repeat 0 0;
    background-size: 20px auto;
    line-height: 20px;
    padding-left: 30px;
    margin-bottom: 1em
}

/*.article_s .more_link {
    border: 3px solid #000;
    padding: 1.5em 15px;
    margin: 30px 0
}

.article_s .more_link:before {
    content: "\3053\3061\3089\3082\0043\0048\0045\0043\004b\0021\0021";
    display: block;
    font-size: 1.6rem;
    background: url(img/common/icon_04.svg)no-repeat 0 0;
    background-size: 20px auto;
    line-height: 20px;
    padding-left: 30px;
	font-weight: bold;
    margin-bottom: 1.5em
}
*/

.article_s .more_link p {
    font-size: 1.4rem;
    line-height: 1.75
}

.article_s .more_link p+p {
    margin-top: 1em
}

.article_s .more_link p a {
    position: relative;
    padding-left: 1.5em;
    display: inline-block
}

.article_s .more_link p a:after {
    content: "";
    display: block;
    position: absolute;
    top: calc(1em - 2px);
    left: 0;
    width: 4px;
    height: 4px;
    border-top: solid 1px #5cc822;
    border-right: solid 1px #5cc822;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

/*.article_s .more_link .more_link_box {
    margin-bottom: 10px;
}
.article_s .more_link .more_link_box:last-child {
    margin-bottom: 0;
}
.article_s .more_link .more_link_box a {
	display: flex;
	align-items: center;
}
.article_s .more_link .more_link_box .more_link_thumb {
    width: 50px;
	margin: 0 13px 0 0;
}
.article_s .more_link .more_link_box .more_link_thumb img {
    width: 50px;
	height: 50px;
	object-fit: cover;
}
.article_s .more_link .more_link_box .more_link_title {
    flex: 1;
	line-height: 1.6;
}*/







.article_s .w_profile {
    border: 1px solid #d3d3d3;
    padding: 15px;
    margin-top: 30px
}

.article_s .w_profile .w_img {
    display: flex;
    align-items: center;
    margin: 0 0 1em;
}

.article_s .w_profile .w_thumb {
    width: 70px;
    margin: 0 20px 0 0;
}

.article_s .w_profile .w_info {}

.article_s .w_profile .w_data {}

.article_s .w_profile .w_name {
    font-size: 1.4rem;
    display: block;
    margin: 0 0 5px;
}

.article_s .w_profile .w_name .w_post {
    font-size: 1rem;
    display: inline-block;
    margin-right: .5em
}

.article_s .w_profile .w_name a {
    text-decoration: underline
}

.article_s .w_profile .writer {
    display: block;
    color: #5cc822;
    font-size: 1.1rem;
    margin-top: 5px;
    margin-bottom: 3px;
}

.article_s .w_profile .w_affiliation {
    display: block;
    color: #b5b5b5;
    font-size: 1rem;
    margin-top: 10px
}

.article_s .w_profile .w_affiliation+.w_affiliation {
    margin-top: 5px;
}

.article_s .w_profile .w_txt {
    clear: both;
    padding: 1em 0 0;
    line-height: 1.75;
    border-top: 1px solid #d3d3d3;
    font-size: 1.2rem
}

.article_s .w_profile .hyou {
    padding: 15px 0 10px;
}

.article_s .w_profile .hyou dl {
    display: flex;
    align-items: flex-start;
    margin: 0 0 10px;
}

.article_s .w_profile .hyou dl:last-child {
    margin: 0;
}

.article_s .w_profile .hyou dt {
    background: #5cc822;
    text-align: center;
    color: #fff;
    font-size: 1.1rem;
    width: 80px;
    margin: 0 15px 0 0;
    line-height: 1.75;
}

.article_s .w_profile .hyou dd {
    flex: 1;
    font-size: 1.2rem;
    line-height: 1.75;
}

.article_s .w_profile .hyou dd a {
    text-decoration: underline;
}


.article_s.category02 .article_d .c_name {
    background-color: #fad205
}

.article_s.category03 .article_d .c_name {
    background-color: #d2556a
}

.article_s.category04 .article_d .c_name {
    background-color: #297bab
}

.article_s.category05 .article_d .c_name {
    background-color: #069696
}

#t_cv {
    background-image: url(img/top/top_fv_slider_bg.jpg);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 250px
}

#t_cv #t_cv_o {
    width: 300px;
    bottom: 5pc
}

#t_cv #t_cv_b,
#t_cv #t_cv_o {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 4
}

#t_cv #t_cv_b {
    bottom: 40px
}

#t_cv #t_cv_b img {
    width: 220px;
    height: 44px
}

#t_cv_txt {
    background-color: #5cc822;
    color: #fff;
    text-align: center;
    padding: 15px 0 20px
}

#t_cv_txt p {
    font-size: 1.3rem;
    margin-bottom: 10px
}

#t_cv_txt p+p {
    margin-top: 0
}

#t_cv_txt .select {
    display: block;
    position: relative;
    width: 200px;
    margin: 0 auto;
    background-color: #fff
}

#t_cv_txt .select:after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 4px);
    right: 15px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #5cc822;
    border-right: 2px solid #5cc822;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

#t_cv_txt .select select {
    background-color: transparent;
    color: #222;
    width: 100%;
    height: 37px;
    padding: 0 37px 0 15px;
    position: relative;
    z-index: 2;
    font-size: 1.3rem
}

#w_col {
    margin: 0 auto;
    padding: 0 15px
}

#w_col #w_col_l .ls_card,
#w_col #w_col_l .ls_popular {
    max-width: none;
    padding: 0;
    margin: 0
}

#w_col #w_col_l .wp-pagenavi {
    text-align: center;
    margin-top: 30px
}

#w_col #w_col_l .wp-pagenavi a,
#w_col #w_col_l .wp-pagenavi span {
    min-width: 30px;
    height: 30px;
    display: inline-block;
    background: #fff;
    margin: 0 1px;
    line-height: 30px
}

#w_col #w_col_l .wp-pagenavi .nextpostslink,
#w_col #w_col_l .wp-pagenavi .previouspostslink {
    width: 60px;
    position: relative
}

#w_col #w_col_l .wp-pagenavi .nextpostslink:after,
#w_col #w_col_l .wp-pagenavi .previouspostslink:after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 4px);
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

#w_col #w_col_l .wp-pagenavi .previouspostslink {
    margin-right: 10px
}

#w_col #w_col_l .wp-pagenavi .previouspostslink:after {
    border-left: solid 1px #5cc822;
    border-bottom: solid 1px #5cc822;
    right: calc(50% - 8px)
}

#w_col #w_col_l .wp-pagenavi .nextpostslink {
    margin-left: 10px
}

#w_col #w_col_l .wp-pagenavi .nextpostslink:after {
    border-top: solid 1px #5cc822;
    border-right: solid 1px #5cc822;
    left: calc(50% - 8px);
    right: 0
}

#w_col #w_col_l .wp-pagenavi .current {
    background: #5cc822;
    color: #fff;
    font-weight: 700
}

#w_col #w_col_r {
    padding-bottom: 15px;
    margin-top: 30px
}

#w_col #w_col_r aside #aside_ctr_01 {
    background-color: #fff;
    border: 8px solid #1e2022;
    padding: 25px 15px
}

#w_col #w_col_r aside #aside_ctr_01 h2 {
    text-align: center;
    font-weight: 700
}

#w_col #w_col_r aside #aside_ctr_01 h2 span {
    font-size: 2rem;
    display: block;
    margin-top: 8px
}

#w_col #w_col_r aside #aside_ctr_01 .tel_ctr {
    text-align: center;
    margin-top: 15px
}

#w_col #w_col_r aside #aside_ctr_01 .tel_ctr span,
#w_col #w_col_r aside #aside_ctr_01 .tel_ctr>a {
    display: inline-block;
    color: #5cc822;
    font-weight: 700;
    font-size: 2.8rem;
    background-image: url(img/common/icon_06.svg);
    background-repeat: no-repeat;
    background-size: 14px 24px;
    background-position: 0 4px;
    padding-left: 25px
}

#w_col #w_col_r aside #aside_ctr_01 .tel_ctr>a {
    text-decoration: underline
}

#w_col #w_col_r aside #aside_ctr_01 .tel_ctr>span {
    display: none
}

#w_col #w_col_r aside #aside_ctr_01 .tel_ctr+p {
    margin: 15px auto 0;
    padding: 3px 0;
    text-align: center;
    background-color: #f0f0f0;
    max-width: 15pc;
    border-radius: 50px;
    font-size: 1.2rem
}

#w_col #w_col_r aside #aside_ctr_01 .tel_ctr+p+.att_txt {
    max-width: 280px;
    font-size: 1.2rem;
    margin: 10px auto 0;
    line-height: 1.5;
    padding-left: 1.2em;
    position: relative
}

#w_col #w_col_r aside #aside_ctr_01 .tel_ctr+p+.att_txt:before {
    content: "※";
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

#w_col #w_col_r aside #aside_ctr_01 .mail_ctr {
    text-align: center;
    margin-top: 20px
}

#w_col #w_col_r aside #aside_ctr_01 .mail_ctr a {
    display: inline-block;
    width: 100%;
    max-width: 280px;
    background-color: #5cc822;
    color: #fff;
    font-size: 1.6rem;
    padding: 10px 0
}

#w_col #w_col_r aside #aside_ctr_01 .mail_ctr a>span {
    display: inline-block;
    background-image: url(img/common/icon_07.svg);
    background-repeat: no-repeat;
    background-size: 1pc 9pt;
    background-position: 0 3px;
    padding-left: 25px
}

#w_col #w_col_r .ls_sub {
    margin-bottom: 15px
}

#w_col #w_col_r .ls_sub .ls_sub_h {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    border-top: 2px solid #5cc822;
    padding: 30px 0;
    background: #fff
}

#w_col #w_col_r .ls_sub .ls_sub_h span {
    font-size: 1rem;
    margin-left: .5em
}

#w_col #w_col_r .ls_sub ol {
    list-style: none;
    padding: 0 15px 25px;
    background: #fff
}

#w_col #w_col_r .ls_sub ol li {
    margin-bottom: 10px
}

#w_col #w_col_r .ls_sub ol li:last-of-type {
    margin-bottom: 0
}

#w_col #w_col_r .ls_sub ol li a {
    display: block;
    overflow: hidden
}

#w_col #w_col_r .ls_sub ol li a .ls_sub_thumb {
    width: 90px;
    float: left
}

#w_col #w_col_r .ls_sub ol li a .ls_sub_det {
    float: left;
    margin-left: 15px;
    width: calc(100% - 105px)
}

#w_col #w_col_r .ls_sub ol li a .ls_sub_det .ls_sub_h_02 {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.75
}

#w_col #w_col_r .ls_sub ol li a .ls_sub_det span {
    display: inline-block;
    color: #5cc822;
    font-size: 1rem;
    margin-top: .75em;
    margin-right: .5em
}

#w_col #w_col_r .ls_sub ol li a .ls_sub_det span.category02 {
    color: #fad205
}

#w_col #w_col_r .ls_sub ol li a .ls_sub_det span.category03 {
    color: #d2556a
}

#w_col #w_col_r .ls_sub ol li a .ls_sub_det span.category04 {
    color: #297bab
}

#w_col #w_col_r .ls_sub ol li a .ls_sub_det span.category05 {
    color: #069696
}

#w_col #w_col_r .ls_sub ol li a .ls_sub_det time {
    display: inline-block;
    margin-top: .75em;
    font-size: 1rem;
    color: #b5b5b5
}

#single #w_col {
    padding: 0
}

#single #w_col #w_col_l {
    margin: 0 auto
}

#single #w_col #w_col_r {
    margin: 30px 15px 0
}

#page_lay {
    margin: 0 auto;
    padding: 0 0 15px
}

#page_lay .container+.container {
    margin-top: 10px;
    margin-bottom: 0
}

#page_lay *+.h_layout_03 {
    margin-top: 2.5em
}

#page_lay ul {
    margin: 1em 0;
    padding: 0 .5em
}

#page_lay ul li {
    margin-top: .5em;
    position: relative;
    padding-left: 1.5em;
    line-height: 1.75
}

#page_lay ul li:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #5cc822;
    border-radius: 2px;
    position: absolute;
    top: calc(50% - 2px);
    left: 0
}

#page_lay .w_col_dl {
    margin-top: -1.5em
}

#page_lay .w_col_dl dl {
    line-height: 1.75
}

#page_lay .w_col_dl dl dt {
    font-weight: 700;
    padding: 1.5em 0 1em
}

#page_lay .w_col_dl dl dd {
    border-bottom: 1px solid #d3d3d3;
    padding: 0 0 1.5em
}

#page_lay .w_col_dl dl dd a {
    text-decoration: underline
}

#error_info_page #cv_aside {
    display: none
}

#error_info {
    height: calc(100vh - 75px);
    text-align: center;
    position: relative
}

#error_info .inner {
    width: 250px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%)
}

#error_info p {
    font-size: 1.2rem
}

#error_info p.num {
    font-size: 6.4rem;
    font-weight: 700;
    line-height: 1
}

#error_info p.num span {
    font-size: 2rem;
    display: block
}

#error_info a {
    border: 1px solid #19222a;
    display: inline-block;
    padding: 1em 3em;
    margin-top: 2em
}

#cta {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 5;
    height: 5pc;
    width: 100%
}

#cta a {
    display: block;
    height: inherit;
    background-color: #fad205
}

#cta a#cta-category03 {
    background-color: #d2556a
}

#cta a#cta-category04 {
    background-color: #297bab
}

#cta a#cta-category05 {
    background-color: #069696
}

#cta .inner {
    height: inherit
}

#cta .cta_img_ctr {
    /*display: none*/
}

#cta .cta_img_ctr img {
    display: none;
}

#cta .cta_img_ctr img.sp {
    display: block;
}

#cta .cta_tel_ctr {
    height: inherit;
    padding: 15px 50px 0 15px;
    position: relative;
    font-weight: 700
}

#cta .cta_tel_ctr p {
    line-height: 1
}

#cta .cta_tel_ctr .h_txt {
    font-size: 1.2rem;
    display: block
}

#cta .cta_tel_ctr .h_txt .s_txt {
    background-color: #2a2a2a;
    color: #fad205;
    padding: 3px 6px;
    display: inline-block;
    margin-right: 5px;
    border-radius: 20px
}

#cta .cta_tel_ctr .h_txt .l_txt {
    display: block;
    font-size: 1.8rem;
    margin-top: 8px;
    text-decoration: underline
}

#cta .cta_tel_ctr:after,
#cta .cta_tel_ctr:before {
    content: "";
    display: block;
    position: absolute
}

#cta .cta_tel_ctr:before {
    top: calc(50% - 6px);
    right: 22px;
    width: 11px;
    height: 11px;
    border-top: solid 2px #fad205;
    border-left: solid 2px #fad205;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    z-index: 2
}

#cta .cta_tel_ctr:after {
    width: 50px;
    height: inherit;
    background-color: #2a2a2a;
    top: 0;
    right: 0
}

#cta #cta-category03 .cta_tel_ctr {
    color: #fff
}

#cta #cta-category03 .cta_tel_ctr .h_txt .s_txt {
    background-color: #fff;
    color: #d2556a
}

#cta #cta-category03 .cta_tel_ctr:before {
    border-top: solid 2px #d2556a;
    border-left: solid 2px #d2556a
}

#cta #cta-category03 .cta_tel_ctr:after {
    background-color: #692b35
}

#cta #cta-category04 .cta_tel_ctr {
    color: #fff
}

#cta #cta-category04 .cta_tel_ctr .h_txt .s_txt {
    background-color: #fff;
    color: #297bab
}

#cta #cta-category04 .cta_tel_ctr:before {
    border-top: solid 2px #297bab;
    border-left: solid 2px #297bab
}

#cta #cta-category04 .cta_tel_ctr:after {
    background-color: #153e56
}

#cta #cta-category05 .cta_tel_ctr {
    color: #fff
}

#cta #cta-category05 .cta_tel_ctr .h_txt .s_txt {
    background-color: #fff;
    color: #069696
}

#cta #cta-category05 .cta_tel_ctr:before {
    border-top: solid 2px #069696;
    border-left: solid 2px #069696
}

#cta #cta-category05 .cta_tel_ctr:after {
    background-color: #034b4b
}

#cta.cta_tel_lay a {
    background-color: #f0f0f0
}

#cta.cta_tel_lay .cta_tel_ctr {
    padding: 10px 0 0
}

#cta.cta_tel_lay .cta_tel_ctr .h_txt {
    text-align: center;
    background-color: #da0202;
    margin: 0 10px;
    padding: 10px 0;
    border-radius: 9pt;
    font-size: 1.2rem;
    color: #fff
}

#cta.cta_tel_lay .cta_tel_ctr .h_txt .s_txt {
    color: #da0202;
    background-color: #fad205
}

#cta.cta_tel_lay .cta_tel_ctr .h_txt .l_txt {
    background-image: url(img/common/icon_08.svg);
    background-repeat: no-repeat;
    background-size: auto 18px;
    background-position: calc(50% - 99pt)100%;
    text-decoration: none;
    margin: 4px auto 0;
    padding-left: 30px
}

#cta.cta_tel_lay .cta_tel_ctr:after,
#cta.cta_tel_lay .cta_tel_ctr:before {
    display: none
}

dl.contact_dl dt {
    font-weight: 700;
    padding: 15px 0
}

dl.contact_dl dt:before {
    content: "\4efb\610f";
    display: inline-block;
    font-size: 1.1rem;
    background-color: #eee;
    padding: .5em 1em;
    margin-right: 1em
}

dl.contact_dl dt.require_ttl:before {
    content: "\5fc5\9808";
    background-color: #5cc822;
    color: #fff
}

dl.contact_dl dd {
    padding: 0 0 30px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d3d3d3
}

dl.contact_dl dd a {
    text-decoration: underline;
    color: #5cc822
}

dl.contact_dl dd input[type=email],
dl.contact_dl dd input[type=tel],
dl.contact_dl dd input[type=text],
dl.contact_dl dd select,
dl.contact_dl dd textarea {
    border: 1px solid #eee;
    padding: 1em
}

dl.contact_dl dd input[type=email],
dl.contact_dl dd input[type=tel],
dl.contact_dl dd input[type=text],
dl.contact_dl dd textarea {
    width: 100%;
    max-width: 25pc;
    font-size: 1.6rem
}

dl.contact_dl dd select {
    background-color: #eee;
    color: #222
}

dl.contact_dl dd textarea {
    resize: vertical;
    min-height: 250px;
    max-width: none
}

dl.contact_dl dd .wpcf7-not-valid-tip {
    font-weight: 700;
    margin-top: 1em;
    color: #ffa322
}

#page_lay .send_btn {
    display: block;
    width: 200px;
    margin: 30px auto;
    padding: 1em 0;
    background-color: #ffa322;
    color: #fff;
    font-weight: 700
}

#page_lay .ajax-loader {
    display: none
}

#page_lay .wpcf7-form-control-wrap.pp {
    margin-top: 15px;
    display: block
}

#page_lay .wpcf7 form .wpcf7-response-output {
    margin: 30px 0 0;
    background-color: #eee;
    padding: 2em;
    line-height: 1.4;
    border: 0;
    text-align: center
}

#footer {
    background: #1e2022;
    color: #fff
}

#footer .f_nav {
    padding: 30px 0
}

#footer .f_nav ul {
    text-align: center
}

#footer .f_nav ul li {
    display: inline-block;
    font-size: 1rem;
    margin: 0 5px
}

#footer .f_nav ul.sns_ul {
    margin-top: 30px
}

#footer .f_nav ul.sns_ul li {
    font-size: 1.3rem;
    margin: 0 10px
}

#footer .f_nav ul.sns_ul li a {
    display: block;
    height: inherit;
    background-repeat: no-repeat;
    background-size: 13px 13px;
    background-position: 0 50%;
    padding-left: 1.5em
}

#footer .f_nav ul.sns_ul li a.fb {
    background-image: url(img/common/sns-f.svg)
}

#footer .f_nav ul.sns_ul li a.tw {
    background-image: url(img/common/sns-t.svg)
}

#footer .page_top {
    display: block;
    height: 40px;
    background: #5cc822;
    position: relative
}

#footer .page_top:after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 2px);
    left: calc(50% - 7px);
    width: 11px;
    height: 11px;
    border-top: solid 2px #1e2022;
    border-left: solid 2px #1e2022;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

#footer small {
    display: block;
    text-align: center;
    padding: 25px 0;
    font-size: 1rem;
    border-top: 1px solid #335151
}

#footer.single {
    padding-bottom: 60px
}

.red {
    color: red
}

.green {
    color: #5cc822
}

.alignCenter {
    text-align: center !important
}

.green_btn {
    width: 90%;
    margin: 30px auto 20px
}

.green_btn a {
    background: #5cc822 !important;
    color: #fff;
    text-align: center;
    padding: 20px;
    font-size: 1.6rem;
    display: block;
    line-height: 1.5
}

.green_btn a:hover {
    opacity: .7
}

.table_v01 {
    width: 100%
}

.table_v01 .bg_green {
    background: #5cc822;
    color: #fff
}

.table_v01 .bg_dgray {
    background: #ededed
}

.table_v01 .bg_dgray2 {
    background: #ddd
}

.table_v01 ul li {
    position: relative;
    padding-left: 1.3em;
    margin-bottom: .5em
}

.table_v01 ul li:last-child {
    margin-bottom: 0
}

.table_v01 ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: #5cc822;
    display: block;
    position: absolute;
    top: calc(1em - 5px);
    left: 0
}

.green_box {
    margin: 20px 0;
    border: solid 1px #5cc822
}

.green_box_obi {
    background: #5cc822;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
    font-weight: 700;
    padding: 15px;
    line-height: 1.5
}

.green_box .txt_box {
    padding: 1.5em 15px
}

.green_box p {
    padding: 0
}

.article_s .green_box p+p {
    margin-top: 1em
}

.cta_txt_box ul,
.green_box ul {
    padding: 0;
    font-size: 1.6rem;
    line-height: 1.75
}

.cta_txt_box ul,
.green_box p+ol,
.green_box p+ul {
    padding: 20px 0
}

.cta_txt_box ol,
.green_box ol {
    padding: 0;
    font-size: 1.6rem;
    line-height: 1.75
}

#cta.cta_tel_lay.cta_v01 {
    border: solid 2px #5cc822;
    position: static;
    height: auto;
    margin: 30px 0;
    padding: 0 0 15px
}

#cta.cta_tel_lay.cta_v01 a {
    background-color: transparent
}

#cta.cta_tel_lay.cta_v01 .cta_img_ctr {
    display: none
}

#cta.cta_tel_lay.cta_v02 {
    position: static;
    height: auto;
    margin: 20px 0
}

#cta.cta_tel_lay.cta_v02 a {
    background: none;
}

#cta.cta_tel_lay.cta_v02 .cmn_btns .tel_ctr a {
    background: #da0202;
}

#cta.cta_tel_lay.cta_v02 .cmn_btns .mail_ctr a {
    background-color: #2a2a2a;
}


.cta_txt_box ol {
    padding: 20px 0
}

.cta_txt_box {
    padding: 1.5em 15px
}

.cta_txt_box ul li,
.green_box ul li {
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 1em
}

.cta_txt_box ul li:before,
.green_box ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: #5cc822;
    display: block;
    position: absolute;
    top: calc(1em - 3px);
    left: 0
}

.cta_txt_box ul li:last-of-type,
.green_box ul li:last-of-type {
    margin-bottom: 0
}

.green_box ol {
    line-height: 1.75;
    font-size: 1.6rem;
    counter-reset: a 0;
    list-style: none
}

.green_box ol li {
    position: relative;
    margin-bottom: 1em;
    padding-left: 1.5em
}

.green_box ol li:before {
    counter-increment: a 1;
    content: counter(a) ".";
    font-weight: 700;
    margin-right: 1em;
    color: #5cc822;
    position: absolute;
    top: 0;
    left: 0
}

.green_box ol li:last-of-type {
    margin-bottom: 0
}

#cta.reFixed {
    /*display: none*/
}

#cta.reFixed img {
    display: none;
}

#cta.reFixed img.sp {
    display: block;
}

#trackingEle {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%
}

#trackingEle .slaEle {
    font-weight: 700;
    text-align: center;
    text-shadow:
        #fff 2px 0px 2px, #fff -2px 0px 2px,
        #fff 0px -2px 2px, #fff -2px 0px 2px,
        #fff 2px 2px 2px, #fff -2px 2px 2px,
        #fff 2px -2px 2px, #fff -2px -2px 2px,
        #fff 1px 2px 2px, #fff -1px 2px 2px,
        #fff 1px -2px 2px, #fff -1px -2px 2px,
        #fff 2px 1px 2px, #fff -2px 1px 2px,
        #fff 2px -1px 2px, #fff -2px -1px 2px,
        #fff 1px 1px 2px, #fff -1px 1px 2px,
        #fff 1px -1px 2px, #fff -1px -1px 2px;
}

#trackingEle ul {
    display: flex;
    width: 100%
}

#trackingEle ul li {
    height: 60px
}

#trackingEle ul li:nth-of-type(1) {
    width: 60%
}

#trackingEle ul li:nth-of-type(2) {
    width: 40%
}

#trackingEle ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    height: 100%
}

#trackingEle ul li.telEle a {
    background-color: #da0202;
    padding-bottom: 3px;
}

#trackingEle ul li.mailEle a {
    background-color: #2a2a2a
}

#trackingEle ul li a>span>span {
    display: inline-block;
    color: #fff
}

#trackingEle ul li a>span>span:nth-of-type(1) {
    font-size: 1.1rem;
    margin-bottom: 4px;
}

#trackingEle ul li.telEle a>span>span:nth-of-type(2) {
    background-image: url(img/common/icon_08.svg);
    background-repeat: no-repeat;
    background-size: auto 15px;
    font-size: 1.8rem;
    padding-left: 15px;
    font-weight: 700;
}

#trackingEle ul li.mailEle a>span>span:nth-of-type(1) {
    background-image: url(img/common/icon_07.svg);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 15px auto;
    font-size: 1.6rem;
    padding-left: 20px;
    font-weight: 700
}

#trackingEle ul li.telEle a>span>span:nth-of-type(3) {
    font-size: 0.9rem;
    margin-top: 4px;
}

#trackingEle ul li.mailEle a>span>span:nth-of-type(2) {
    background-color: #fad205;
    color: #2a2a2a;
    border-radius: 40px;
    padding: 3px 15px;
    font-size: 1rem;
    font-weight: 700;
    margin-top: 5px
}

.pers-service__list01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    width: min(100%, 1240px);
    margin: 0 auto
}

.pers-service__list01 li {
    position: relative;
    width: 31%;
    background-color: #fff;
    border-bottom: 4px solid #003481;
    border-radius: 10px 10px 0 0;
    overflow: hidden
}

.pers-service__list01 a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1
}

.pers-service__list01 a~.pers-service__title02 i {
    display: none
}

@media(hover: hover) {
    .pers-service__list01 a:hover~.pers-service__img01 img {
        -webkit-transform: scale(1.07);
        transform: scale(1.07)
    }

    .pers-service__list01 a:hover~.pers-service__title02 i:before {
        -webkit-animation: arrowbefore .6s;
        animation: arrowbefore .6s
    }

    .pers-service__list01 a:hover~.pers-service__title02 i:after {
        -webkit-animation: arrowafter .6s;
        animation: arrowafter .6s
    }
}

@media only screen and (max-width: 1024px) {
    .pers-service__list01 {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px
    }

    .pers-service__list01:after {
        content: "";
        width: clamp(280px, 50% - 10px, 482px);
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        display: block;
        height: auto
    }

    .pers-service__list01 li {
        width: 48%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

@media screen and (max-width: 568px) {
    .pers-service__list01 li {
        width: 100%
    }
}

.pers-service__img01 {
    overflow: hidden
}

.pers-service__img01 img {
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out
}

.pers-service__title02 {
    position: relative
}

.pers-service__title02:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    background-color: #003481;
    top: 0;
    left: 0
}

.pers-service__title02 span {
    display: inline-block;
    padding: 7px 10px;
    background-color: #003481;
    border-radius: 0 0 10px 0;
    color: #fff;
    font-size: 1pc;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.5
}

.pers-service__title02 span.sub {
    padding: 0;
    font-size: .666666em;
    letter-spacing: .02em
}

@media only screen and (max-width: 1024px) {
    .pers-service__title02 span {
        padding-left: 20px;
        padding-right: 1pc;
        font-size: 18px
    }
}

.pers-service__text01 {
    padding: 1pc 1pc 24px
}

.pers-service__text01 p {
    position: relative;
    padding-left: 1em;
    margin-top: 0
}

.pers-service__text01 p:before {
    position: absolute;
    content: "・";
    left: 0
}

@media only screen and (max-width: 1024px) {
    .pers-service__text01 {
        padding-left: 1pc;
        padding-right: 1pc
    }
}

@media screen and (min-width: 568px) {
    .ls_card ol li {
        width: calc(33.3333% - 10px)
    }

    .ls_card ol li:nth-of-type(1),
    .ls_card ol li:nth-of-type(2) {
        width: calc(50% - 10px)
    }

    .ls_card.tri_col ol li:nth-of-type(1),
    .ls_card.tri_col ol li:nth-of-type(2),
    .new .ls_card ol li:nth-of-type(1),
    .new .ls_card ol li:nth-of-type(2),
    .recom .ls_card ol li:nth-of-type(1),
    .recom .ls_card ol li:nth-of-type(2) {
        width: calc(33.3333% - 10px)
    }

    .ls_cat {
        display: flex;
        flex-wrap: wrap
    }

    .ls_cat section {
        width: calc(50% - 10px * 1/2);
        margin: 0 10px 15px 0
    }

    .ls_cat section:nth-of-type(2n) {
        margin-right: 0
    }

    .ls_popular ol li .ls_popular_thumb {
        overflow: hidden;
        width: 30%;
        float: left
    }

    .ls_popular ol li .ls_popular_det {
        float: left;
        width: 70%;
        padding: 0 0 0 15px
    }

    .ls_popular ol li a {
        height: 100%;
        overflow: hidden;
        padding: 15px
    }

    .ls_related ul li {
        width: calc(25% - 10px)
    }

    #t_cv {
        height: calc(100vh - 50px);
        max-height: 25pc
    }

    #t_cv #t_cv_o {
        bottom: 18vw
    }

    #t_cv #t_cv_b {
        bottom: 12vw
    }

    #w_col #w_col_r aside {
        max-width: 300px;
        margin: 0 auto
    }
}

@media screen and (min-width: 769px) {
    body {
        min-width: 80pc
    }

    a {
        transition: all .3s 0 ease
    }

    .pc {
        display: block !important
    }

    .sp {
        display: none !important
    }

    #header {
        width: 5pc;
        height: 100%
    }

    #header .logo {
        padding: 20px 25px
    }

    #header .logo img {
        width: 30px;
        height: 270px
    }

    #header nav>ul {
        border-bottom: 2px solid #f3f3f3;
        padding-bottom: 0
    }

    #header nav>ul>li {
        position: relative
    }

    #header nav>ul>li .li_w {
        display: none
    }

    #header nav>ul>li .btn_w {
        display: block;
        height: 5pc;
        background-repeat: no-repeat;
        background-size: 30px 30px;
        background-position: 50% 17px;
        transition: all .3s 0 ease
    }

    #header nav>ul>li .btn_w span {
        display: block;
        position: absolute;
        bottom: 9pt;
        left: 0;
        width: 100%;
        line-height: 1;
        font-size: 1rem;
        color: #5cc822;
        text-align: center
    }

    #header nav>ul>li .btn_w a {
        display: block;
        height: 100%
    }

    #header nav>ul>li .btn_w:hover {
        opacity: .5;
        transition: all .3s 0 ease;
        cursor: pointer
    }

    #header nav>ul>li .nav_drop {
        width: 20pc;
        position: absolute;
        top: 0;
        right: 5pc;
        opacity: 0;
        transition: opacity .2s, visibility 0 .2s;
        visibility: hidden;
        background-color: rgba(30, 32, 34, .85)
    }

    #header nav>ul>li .nav_drop.active {
        opacity: 1;
        transition: opacity .2s;
        visibility: visible
    }

    #header nav>ul>li#ls_01 .btn_w {
        background-image: url(img/common/icon_01.svg)
    }

    #header nav>ul>li#ls_01 .nav_drop {
        position: fixed;
        height: 100%
    }

    #header nav>ul>li#ls_01 .nav_drop ul {
        padding: 0 10px
    }

    #header nav>ul>li#ls_01 .nav_drop ul li {
        border-top: 1px solid #474e55
    }

    #header nav>ul>li#ls_01 .nav_drop ul li a {
        color: #fff;
        padding: 1.5em 1em
    }

    #header nav>ul>li#ls_01 .nav_drop ul li a:after {
        border-top: solid 1px #fff;
        border-right: solid 1px #fff
    }

    #header nav>ul>li#ls_01 .nav_drop ul li a:hover {
        opacity: .5
    }

    #header nav>ul>li#ls_02 .btn_w {
        background-image: url(img/common/icon_02.svg)
    }

    #header nav>ul>li#ls_02 .nav_drop {
        height: 60px;
        padding: 10px
    }

    #header nav>ul>li#ls_02 .nav_drop input[type=search] {
        width: calc(100% - 5pc);
        height: 40px;
        font-size: 1.6rem;
        border: 0
    }

    #header nav>ul>li#ls_02 .nav_drop input[type=submit] {
        width: 5pc;
        height: 40px;
        cursor: pointer
    }

    #header nav>ul>li#ls_03 .btn_w {
        background-image: url(img/common/icon_03.svg)
    }

    #header nav>ul>li#ls_04 .btn_w {
        background-image: url(img/common/icon_05.svg)
    }

    #header nav#gnav {
        position: static;
        width: auto;
        top: auto;
        right: auto;
        height: auto;
        overflow-y: visible;
        background: #fff
    }

    #header nav#gnav.active {
        right: auto
    }

    #header #nav_btn {
        display: none
    }

    main {
        padding: 0
    }

    .ls_card {
        padding: 40px;
        max-width: 80pc
    }

    .ls_card ol {
        margin: 0 -7.5px -15px
    }

    .ls_card ol li {
        width: calc(33.3333333% - 15px);
        margin: 0 7.5px 15px
    }

    .ls_card ol li span.entry_new,
    .ls_card ol li span.pickup {
        font-size: 1.4rem
    }

    .ls_card ol li:nth-of-type(1),
    .ls_card ol li:nth-of-type(2) {
        width: calc(50% - 15px)
    }

    .new .ls_card ol li:nth-of-type(1),
    .new .ls_card ol li:nth-of-type(2),
    .recom .ls_card ol li:nth-of-type(1),
    .recom .ls_card ol li:nth-of-type(2) {
        width: calc(33.3333333% - 15px);
        margin: 0 7.5px 15px
    }

    .ls_card ol li .ls_thumb {
        overflow: hidden
    }

    .ls_card ol li .ls_thumb img {
        transition: transform .3s
    }

    .ls_card ol li .ls_det {
        padding: 1em 20px 20px
    }

    .ls_card ol li .ls_det .ls_c_h {
        font-size: 1.6rem
    }

    .ls_card ol li .ls_det span,
    .ls_card ol li .ls_det time {
        font-size: 1.3rem
    }

    .ls_card ol li a:hover .ls_thumb img {
        transform: scale(1.1, 1.1)translateZ(0)
    }

    .ls_card ol li a:hover .ls_det .ls_c_h {
        text-decoration: underline
    }

    .ls_card.tri_col ol li:nth-of-type(1),
    .ls_card.tri_col ol li:nth-of-type(2) {
        width: calc(33.3333333% - 15px)
    }

    .ls_cat {
        padding: 40px;
        max-width: 80pc;
        margin: 0 auto -30px
    }

    .other .ls_cat {
        padding: 0
    }

    .ls_cat section {
        width: calc(50% - 15px * 1/2);
        margin: 0 15px 30px 0;
        padding: 0 20px;
        /*padding-bottom: 4px*/
        padding-bottom: calc(4em + 32px);
    }

    .ls_cat section:nth-of-type(2n) {
        margin-right: 0
    }

    .ls_cat section .ls_cat_h {
        font-size: 2.4rem;
        padding: 38px 0
    }

    .ls_cat section ol {
        margin-bottom: -15px
    }

    .ls_cat section ol li {
        margin-bottom: 15px
    }

    .ls_cat section ol li a .ls_cat_thumb {
        width: 35.3%;
        overflow: hidden
    }

    .ls_cat section ol li a .ls_cat_thumb img {
        transition: transform .3s
    }

    .ls_cat section ol li a .ls_cat_det {
        width: calc(64.7% - 15px)
    }

    .ls_cat section ol li a .ls_cat_det .ls_cat_h_02 {
        font-size: 1.4rem
    }

    .ls_cat section ol li a .ls_cat_det span,
    .ls_cat section ol li a .ls_cat_det time {
        font-size: 1.3rem
    }

    .ls_cat section ol li a:hover .ls_cat_thumb img {
        transform: scale(1.1, 1.1)translateZ(0)
    }

    .ls_cat section ol li a:hover .ls_cat_det .ls_cat_h_02 {
        text-decoration: underline
    }

    .ls_cat section ol+div {
        font-size: 1.4rem
    }

    .ls_cat section ol+div a:hover {
        opacity: .5
    }

    .ls_popular {
        padding: 40px;
        max-width: 80pc
    }

    .ls_popular ol li {
        margin-bottom: 15px
    }

    .ls_popular ol li .ls_popular_thumb {
        width: 45.123%
    }

    .ls_popular ol li .ls_popular_thumb img {
        transition: transform .3s
    }

    .ls_popular ol li .ls_popular_det {
        width: 54.877%;
        padding: 0 0 0 20px
    }

    .ls_popular ol li .ls_popular_det .ls_popular_h {
        font-size: 1.8rem
    }

    .ls_popular ol li .ls_popular_det .ls_popular_h+p {
        font-size: 1.4rem
    }

    .ls_popular ol li .ls_popular_det span,
    .ls_popular ol li .ls_popular_det time {
        font-size: 1.3rem
    }

    .ls_popular ol li a {
        padding: 20px
    }

    .ls_popular ol li a:hover .ls_popular_thumb img {
        transform: scale(1.1, 1.1)translateZ(0)
    }

    .ls_popular ol li a:hover .ls_popular_det .ls_popular_h {
        text-decoration: underline
    }

    .ls_related {
        padding: 40px 40px 60px
    }

    .ls_related .ls_related_h {
        font-size: 2.6rem;
        margin-bottom: 40px
    }

    .ls_related .ls_related_h span {
        font-size: 1.3rem
    }

    .ls_related ul {
        margin: 0 -7.5px -15px
    }

    .ls_related ul li {
        width: calc(25% - 15px);
        margin: 0 7.5px 15px
    }

    .ls_related ul li a:hover .ls_related_thumb img {
        transform: scale(1.1, 1.1)translateZ(0)
    }

    .ls_related ul li a:hover .ls_related_det .ls_related_h_02 {
        text-decoration: underline
    }

    .ls_related ul li .ls_related_thumb {
        overflow: hidden
    }

    .ls_related ul li .ls_related_thumb img {
        transition: transform .3s
    }

    .ls_related ul li .ls_related_det {
        padding: 15px
    }

    .ls_related ul li .ls_related_det .ls_related_h_02 {
        font-size: 1.2rem
    }

    .ls_related ul li .ls_related_det span,
    .ls_related ul li .ls_related_det time {
        font-size: 1.1rem
    }

    .bread {
        font-size: 1.2rem;
        line-height: 1.4;
        max-width: 80pc;
        padding: 25px 40px
    }

    .bread>span>a:hover {
        opacity: .5
    }

    .h_layout_01 {
        font-size: 3.6rem
    }

    .h_layout_01 .inner {
        padding: 1.167em 40px
    }

    .h_layout_01 .s_txt {
        font-size: 1.8rem
    }

    .h_layout_02 {
        height: 250px
    }

    .h_layout_02 .h_layout_02_h {
        max-width: 80pc;
        padding: 110px 40px 0;
        font-size: 3.6rem;
        background-size: 145px 1pc;
        background-position: 40px 70px;
        text-align: left
    }

    .h_layout_02 .h_layout_02_h span {
        font-size: 1.8rem;
        margin-top: 1em
    }

    .h_layout_03 {
        font-size: 1.8rem;
        margin: 0 0 1.5em
    }

    .container {
        padding: 60px;
        margin-bottom: 15px
    }

    .container p.read {
        font-size: 1.6rem
    }

    #toc_container {
        margin: 40px 0
    }

    #toc_container .toc_title {
        font-size: 1.8rem;
        padding: .85em 30px
    }

    #toc_container ul.toc_list {
        padding: 1.5em 30px
    }

    #toc_container ul.toc_list>li:before,
    #toc_container ul.toc_list>li>a {
        font-size: 1.6rem
    }

    #toc_container ul.toc_list>li>ul li a {
        font-size: 1.4rem
    }

    .sns {
        margin: 40px 0
    }

    .sns ul li a {
        font-size: 1.3rem;
        padding: 15px 40px 15px 50px;
        background-position: 30px 50%
    }

    .sns ul li a:hover {
        opacity: .5
    }

    .sns ul li.lc {
        display: none
    }

    #aside_ctr_02 {
        font-size: 1.6rem;
        padding: 45px 30px 30px;
    }

    #aside_ctr_02 .red_label {
        top: -39px;
        font-size: 1.8rem;
    }

    #aside_ctr_02 .txt_box {
        font-size: 2rem;
        line-height: 1.1;
    }

    #aside_ctr_02 .txt_box span {
        font-size: 3rem;
    }

    #aside_ctr_02 .txt_box span span {
        font-size: 5rem;
        vertical-align: text-bottom;
    }

    .btn_ls {
        display: flex;
        justify-content: space-between;
    }

    .btn_ls>div {
        font-size: 1rem;
        width: 49%;
    }

    .cmn_btns .mail_ctr {
        margin-top: 0;
    }

    .cmn_btns .mail_ctr a {
        padding: 20px 0 15px;
    }

    .cmn_btns .mail_ctr .b_txt {
        font-size: 2.2rem;
        margin: 0 0 10px;
    }


    .article_s {
        padding: 60px 40px
    }

    .article_s .article_d {
        font-size: 1.3rem
    }

    .article_s .article_d .c_name {
        font-size: 1.4rem
    }

    .article_s .article_d .w_name {
        margin-top: 0;
        padding-bottom: 0;
        border-bottom: 0;
        float: right
    }

    .article_s h1 {
        font-size: 2.6rem
    }

    .article_s h2 {
        font-size: 2.4rem;
        padding: .5em 30px
    }

    .article_s h3 {
        font-size: 2rem;
        padding: .5em 30px
    }

    .article_s h4 {
        font-size: 1.8rem;
        padding: 0 30px 1em
    }

    .article_s h4:before {
        width: 14px;
        height: 14px;
        border-radius: 7px;
        top: calc(1em - 11px)
    }

    .article_s p {
        font-size: 1.6rem
    }

    .article_s p>img {
        width: calc(100% - 5pc);
        margin: 40px auto
    }

    .article_s p>a:hover {
        opacity: .5
    }

    .article_s p>a.bnr {
        width: calc(100% - 15pc);
        margin: 40px auto
    }

    .article_s p>a.bnr:hover {
        opacity: .8
    }

    .article_s>ol,
    .article_s>ul {
        margin: 40px 0;
        padding: 1.5em 30px;
        font-size: 1.6rem
    }

    .article_s blockquote {
        padding: 45px 60px;
        margin: 40px 0
    }

    .article_s blockquote:before {
        top: 35px;
        left: 35px
    }

    .article_s blockquote:after {
        bottom: 35px;
        right: 35px
    }

    .article_s blockquote>p {
        font-size: 1.4rem
    }

    .article_s table {
        margin: 40px 0
    }

    .article_s table td,
    .article_s table th {
        padding: 1em
    }

    .article_s .more_link {
        padding: 30px;
        margin: 40px 0
    }

    .article_s .more_link:before {
        font-size: 1.8rem;
        background-size: 28px auto;
        line-height: 28px;
        padding-left: 40px
    }

    .article_s .more_link p {
        font-size: 1.4rem
    }

    .article_s .more_link p a:hover {
        opacity: .5
    }

    /*.article_s .more_link .more_link_box .more_link_thumb {
        width: 60px;
        margin: 0 20px 0 0;
    }
    .article_s .more_link .more_link_box .more_link_thumb img {
        width: 60px;
        height: 60px;
        object-fit: cover;
    }*/



    .article_s .w_profile {
        display: flex;
        margin-top: 40px
    }

    .article_s .w_profile .w_thumb {
        width: auto;
        margin: 0;
    }

    .article_s .w_profile .w_img {
        width: 150px;
        margin: 0 15px 0 0;
        float: none;
        display: block;
    }

    .article_s .w_profile .w_img img {
        width: 120px;
        margin: 0 auto;
        display: block;
    }

    .article_s .w_profile .w_img a:hover {
        opacity: .5
    }

    .article_s .w_profile .w_data {
        /*width: 170px;*/
        float: none;
        margin-top: 0;
        border-left: 1px solid #d3d3d3;
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex: 1;
    }

    .article_s .w_profile .w_data:before {
        font-size: 1.2rem;
        margin-bottom: 10px
    }

    .article_s .w_profile .w_name {
        font-size: 1.6rem;
        white-space: nowrap
    }

    .article_s .w_profile .w_name a:hover {
        opacity: .5
    }

    .article_s .w_profile .w_affiliation,
    .article_s .w_profile .w_data .w_name .w_post {
        font-size: 1.2rem
    }

    .article_s .w_profile .w_txt {
        /*width: calc(100% - 280px);*/
        padding: 10px 0 10px 15px;
        border-top: 0
    }

    .article_s .w_profile .hyou {
        padding: 10px 0 10px 15px;
    }

    .article_s .w_profile .hyou dd a:hover {
        opacity: .5
    }


    #cv_aside {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1;
        width: 28.125%;
        height: 100%
    }

    #t_cv {
        height: 60%;
        max-height: none
    }

    #t_cv #t_cv_o {
        width: 80%;
        max-width: 500px;
        bottom: 45%
    }

    #t_cv #t_cv_b {
        width: 100%;
        bottom: 30%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        text-align: center
    }

    #t_cv #t_cv_b img {
        width: 80%;
        height: auto;
        max-width: 25pc;
        max-height: 5pc
    }

    #t_cv_txt {
        height: 40%;
        padding: 50px 25px 0
    }

    #t_cv_txt p {
        margin-bottom: 15px
    }

    #t_cv_txt .pc {
        margin-bottom: 25px
    }

    #t_cv_txt .pc img {
        width: 100%;
        height: auto;
        max-width: 345px
    }

    #t_blog_lay {
        margin: 0 5pc 0 28.125%
    }

    #c_blog_lay {
        margin: 0 5pc 0 0
    }

    #w_col {
        overflow: hidden;
        max-width: 80pc;
        padding: 0 40px 75pt
    }

    #w_col #w_col_l {
        float: left;
        max-width: 860px;
        width: calc(100% - 340px)
    }

    #w_col #w_col_l .wp-pagenavi {
        margin-top: 40px
    }

    #w_col #w_col_l .wp-pagenavi a,
    #w_col #w_col_l .wp-pagenavi span {
        min-width: 40px;
        height: 40px;
        margin: 0 1px;
        line-height: 40px
    }

    #w_col #w_col_l .wp-pagenavi a:hover {
        opacity: .5
    }

    #w_col #w_col_l .wp-pagenavi .nextpostslink,
    #w_col #w_col_l .wp-pagenavi .previouspostslink {
        width: 5pc
    }

    #w_col #w_col_l .wp-pagenavi .previouspostslink {
        margin-right: 15px
    }

    #w_col #w_col_l .wp-pagenavi .nextpostslink {
        margin-left: 15px
    }

    #w_col #w_col_r {
        width: 300px;
        float: right;
        padding-bottom: 0;
        margin-top: 0
    }

    #w_col #w_col_r aside {
        width: inherit;
        max-width: none;
        margin: 0
    }

    #w_col #w_col_r aside #aside_ctr_01 h2 span {
        font-size: 2.4rem;
        margin-top: 9pt
    }

    #w_col #w_col_r aside #aside_ctr_01 .tel_ctr>a {
        display: none
    }

    #w_col #w_col_r aside #aside_ctr_01 .tel_ctr>span {
        display: inline-block
    }

    #w_col #w_col_r aside #aside_ctr_01 .tel_ctr+p {
        margin: 20px auto 0;
        font-size: 1.3rem
    }

    #w_col #w_col_r aside #aside_ctr_01 .mail_ctr a {
        padding: 9pt 0
    }

    #w_col #w_col_r aside #aside_ctr_01 .mail_ctr a:hover {
        opacity: .5
    }

    #w_col #w_col_r aside#bnr_a {
        padding-top: 0;
        transition: all .3s 0 ease
    }

    #w_col #w_col_r aside#bnr_a.fixed {
        position: fixed;
        top: 0;
        left: auto;
        padding-top: 40px
    }

    #w_col #w_col_r .ls_sub {
        margin-bottom: 40px
    }

    #w_col #w_col_r .ls_sub .ls_sub_h {
        font-size: 2rem;
        padding: 25px 0
    }

    #w_col #w_col_r .ls_sub .ls_sub_h span {
        font-size: 1rem
    }

    #w_col #w_col_r .ls_sub ol li {
        margin-bottom: 15px
    }

    #w_col #w_col_r .ls_sub ol li a .ls_sub_thumb {
        width: 40%;
        overflow: hidden
    }

    #w_col #w_col_r .ls_sub ol li a .ls_sub_thumb img {
        transition: transform .3s
    }

    #w_col #w_col_r .ls_sub ol li a .ls_sub_det {
        margin-left: 10px;
        width: calc(60% - 10px)
    }

    #w_col #w_col_r .ls_sub ol li a .ls_sub_det .ls_sub_h_02 {
        line-height: 1.5
    }

    #w_col #w_col_r .ls_sub ol li a .ls_sub_det span,
    #w_col #w_col_r .ls_sub ol li a .ls_sub_det time {
        font-size: 1.1rem;
        margin-top: .5em
    }

    #w_col #w_col_r .ls_sub ol li a:hover .ls_sub_thumb img {
        transform: scale(1.1, 1.1)translateZ(0)
    }

    #w_col #w_col_r .ls_sub ol li a:hover .ls_sub_det .ls_sub_h_02 {
        text-decoration: underline
    }

    #single #w_col {
        padding: 0 40px 75pt
    }

    #single #w_col #w_col_l {
        max-width: 860px;
        margin: 0
    }

    #single #w_col #w_col_r {
        margin: 0
    }

    #page_lay {
        max-width: 80pc;
        padding: 0 40px 75pt
    }

    #page_lay .container+.container {
        margin-top: 15px
    }

    #page_lay *+.h_layout_03 {
        margin-top: 4em
    }

    #page_lay ul {
        margin: 2em 0;
        padding: 0 1em
    }

    #page_lay .w_col_dl {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -30px
    }

    #page_lay .w_col_dl dl {
        width: calc(50% - 60px);
        margin: 0 30px;
        overflow: hidden
    }

    #page_lay .w_col_dl dl dt {
        float: left;
        padding: 2em 0
    }

    #page_lay .w_col_dl dl dd {
        padding: 2em 1em 2em 90pt
    }

    #error_info_page #cv_aside {
        display: block
    }

    #error_info {
        height: calc(100vh - 5pc)
    }

    #error_info .inner {
        width: auto
    }

    #error_info p {
        font-size: 1.8rem
    }

    #error_info p.num {
        font-size: 10rem
    }

    #error_info p.num span {
        font-size: 3rem
    }

    #error_info a {
        padding: 1.5em 5em;
        margin-top: 5em
    }

    #error_info a:hover {
        opacity: .5
    }

    #cta {
        position: static;
        bottom: auto;
        left: auto;
        width: auto;
        margin: 40px 0
    }

    #cta,
    #cta a {
        height: auto
    }

    #cta a:hover {
        opacity: .8
    }

    #cta .inner {
        height: auto;
        max-width: none
    }

    #cta .cta_img_ctr {
        display: block
    }

    #cta .cta_img_ctr img {
        display: block;
    }

    #cta .cta_tel_ctr {
        height: auto;
        padding: 0 5pc 0 30px;
        display: flex;
        align-items: center;
        height: 5pc;
        overflow: hidden
    }

    #cta .cta_tel_ctr .h_txt {
        font-size: 1.5rem
    }

    #cta .cta_tel_ctr .h_txt .s_txt {
        padding: 5px 15px;
        margin-right: 10px
    }

    #cta .cta_tel_ctr .h_txt .l_txt {
        font-size: 2.4rem;
        text-decoration: none
    }

    #cta .cta_tel_ctr:before {
        top: calc(50% - 6px);
        right: 35px
    }

    #cta .cta_tel_ctr:after {
        height: 100%;
        width: 5pc;
        background-color: #2a2a2a
    }

    #cta.cta_tel_lay .cta_tel_ctr {
        padding: 0
    }

    #cta.cta_tel_lay .cta_tel_ctr .h_txt {
        font-size: 1.5rem;
        margin: 0;
        padding: 13px 20px;
        border-radius: 0;
        width: 100%
    }

    #cta.cta_tel_lay .cta_tel_ctr .h_txt .l_txt {
        background-size: auto 24px;
        width: auto;
        margin: 8px 0 0;
        padding-left: 50px;
        background-position: calc(50% - 150px)100%
    }

    dl.contact_dl {
        display: flex;
        flex-wrap: wrap
    }

    dl.contact_dl dt {
        width: 280px;
        padding: 15px 0 45px;
        margin-bottom: 45px;
        font-size: 1.8rem;
        border-bottom: 1px solid #d3d3d3
    }

    dl.contact_dl dt:before {
        font-size: 1.4rem
    }

    dl.contact_dl dd {
        width: calc(100% - 280px);
        padding: 0 0 45px;
        margin-bottom: 45px
    }

    #page_lay .send_btn {
        margin: 0 auto
    }

    #page_lay .wpcf7 form .wpcf7-response-output {
        margin: 45px 0 0
    }

    #footer {
        margin: 0 5pc 0 0;
        padding-left: 28.125px;
        position: relative
    }

    #footer .f_nav {
        padding: 25px 65px 0 0;
        overflow: hidden
    }

    #footer .f_nav ul {
        float: right;
        overflow: hidden;
        text-align: left
    }

    #footer .f_nav ul li {
        padding-right: 1.5em;
        float: left;
        font-size: 1.1rem;
        margin: 0;
        display: block
    }

    #footer .f_nav ul li a {
        line-height: 1
    }

    #footer .f_nav ul li a:hover {
        opacity: .5
    }

    #footer .f_nav ul li+li {
        border-left: 1px solid #474e55;
        padding-left: 1.5em
    }

    #footer .f_nav ul li:last-of-type {
        padding-right: 0
    }

    #footer .f_nav ul.sns_ul {
        margin: 0 65px 0 0
    }

    #footer .f_nav ul.sns_ul li {
        font-size: 1.1rem;
        margin: 0
    }

    #footer .f_nav ul.sns_ul li a {
        background-size: 11px 11px
    }

    #footer .page_top {
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 100%
    }

    #footer .page_top:hover {
        opacity: .5
    }

    #footer small {
        text-align: right;
        padding: 15px 65px 25px 25px;
        border: 0
    }

    #footer.single {
        padding-bottom: 0
    }

    .green_btn {
        width: 25pc;
        margin: 30px auto 20px
    }

    .green_box {
        margin: 30px 0
    }

    .green_box .txt_box {
        padding: 1.5em 30px
    }

    #cta.cta_tel_lay.cta_v01 {
        padding: 0
    }

    #cta.cta_tel_lay.cta_v01 a {
        background-color: transparent
    }

    #cta.cta_tel_lay.cta_v01 .cta_img_ctr {
        display: block
    }

    #cta.cta_tel_lay.cta_v02 {
        margin: 40px 0
    }

    .cta_txt_box ol {
        padding: 20px 0
    }

    .cta_txt_box {
        padding: 1.5em 30px
    }

    #cta.reFixed {
        display: block
    }

    #trackingEle {
        display: none
    }
}



/*CHATBOT削除　24.02.10*/
.wc-static-ctn {
    display: none !important;
}

/*戻るボタンでMODAL出現　24.02.10*/
.modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.modal__bg {
    background: rgba(0, 0, 0, 0.85);
    height: 100vh;
    position: absolute;
    width: 100%;
}

.modal__content {
    background: #fff;
    left: 50%;
    padding: 30px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 670px;
    text-align: center;
    border: solid 5px #da0202;
}

.modal__content .catch {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 20px;
}

.modal__content .js-modal-close {
    background: #da0202;
    color: #fff;
    text-align: center;
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: -20px;
    right: -20px;
    font-size: 22px;
    line-height: 1.7;
}

.modal__content .txt_box {
    font-size: 1.6rem;
    line-height: 1.1;
    font-weight: bold;
    margin: 20px 0 0;
}

.modal__content .txt_box span {
    font-size: 2.5rem;
}

.modal__content .txt_box span span {
    font-size: 4.5rem;
    vertical-align: text-bottom;
}

.cta-service {
    position: relative;
    margin: 30px 0;
    display: block;
}

.cta-service .pic img {
    object-fit: cover;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 1;
}

.cta-service .btm img {
    object-position: bottom;
}

.cta-service .tit {
    background: #003481;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    padding: 12px 20px 14px;
    border-radius: 0 10px 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 18px;
}

.cta-service .tit:after {
    border-radius: 50%;
    content: "";
    width: 16px;
    height: 16px;
    background: #fff url(https://tokyo-startup-law.or.jp/common/img/_icon/icon_arrow02.svg) no-repeat center / cover;
    background-size: 70%;
    display: inline-block;
    position: relative;
    top: 3px;
    margin: 0 0 0 3px;
}

.cta-service .tit span.big {
    font-size: 115%;
    margin: 0 2px 0 0;
    line-height: 1;
}

.cta-service .tit span.big span {
    font-size: 70%;
}

@media only screen and (max-width: 1024px) {
    .cta-service .tit {
        padding: 7px 10px 10px;
        font-size: 13px;
    }
}

/* furinレイアウト追加 */
.cta-furin {
    display: flex;
    justify-content: space-between;
}

.cta-furin .cta-service {
    width: 49%;
    position: relative;
    margin: 30px 0;
    display: block;
}

.cta-furin .cta-service .pic img {
    object-fit: cover;
    object-position: bottom;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
}

.cta-furin .cta-service .btm img {
    object-position: bottom;
}

.cta-furin .cta-service .tit {
    background: #003481;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    padding: 8px 15px 7px;
    border-radius: 0 10px 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 16px;
}

.cta-furin .cta-service .tit:after {
    border-radius: 50%;
    content: "";
    width: 16px;
    height: 16px;
    background: #fff url(https://tokyo-startup-law.or.jp/common/img/_icon/icon_arrow02.svg) no-repeat center / cover;
    background-size: 70%;
    display: inline-block;
    position: relative;
    top: 3px;
    margin: 0 0 0 3px;
}

.cta-furin .cta-service .tit span.big {
    font-size: 110%;
    margin: 0 2px 0 0;
    line-height: 1;
}

.cta-furin .cta-service .tit span.big span {
    font-size: 70%;
}

@media only screen and (max-width: 1024px) {
    .cta-furin {
        display: block;
    }

    .cta-furin .cta-service {
        width: 100%;
        display: block;
    }

    .cta-furin .cta-service .pic img {
        aspect-ratio: 3 / 1;
    }

    .cta-furin .cta-service .tit {
        padding: 7px 10px 10px;
        font-size: 12px;
    }
}