@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

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

/* 記事ページ */
.post_content td:last-child, .post_content th:last-child{
    border-right: 1px solid #5c5c5c;
}

.post_content tr:last-child>td {
	border-bottom: 1px solid #5c5c5c;
}

/* プロフィール*/
.profile_box_sns {
    margin: 0 auto 20px;
}

.profile_box dt {
    clear: both;
    display: block;
    float: left;
    width: 32px;
    height: 32px;
    margin-bottom: 0 !important;
    /*line-height: 32px;*/
    padding-right: 15px;
}

.profile_box dd {
    float: left;
    display: block;
    font-size: 16px;
    margin: 0 0 10px 10px;
}

.profile_box dd a {
    display: block;
    cursor: pointer;
}

.profile_box i {
    margin-top: 4.5px;
    font-size: 150%;
}

.profile_box img.chatwork {
    width: 100%;
    display: block;
    margin: 8px 3px;
}

.profile_box .profile_box_title {
    border-bottom: 4px double;
    margin: 0 0 20px;
    font-size: 20px;
}

/* NEWSページ */
a.page-numbers,span.page-numbers.current {
	width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    background-color: #eeeeee;
	display: inline-block;
}

span.page-numbers.current {
	background-color: #000;
}

a.prev.page-numbers,
a.next.page-numbers {
	display: inline-block;
	    box-shadow: none;
    background: none;
}

a.prev.page-numbers img,
a.next.page-numbers img{
	display: inline-block;
	width: 9px;
	height: auto;
	vertical-align: middle;	
}

[class*=page-numbers]:hover {
	background-color: #000;
}

.page-numbers:hover {
	opacity: .7;
}

/* フォームページ */
.text {
    margin: 0 0 40px;
}

.select_box select {
    height: 75px;
    border-radius: 10px;
    background-color: #eeeeee;
    border: none;
    width: 100%;
    color: #878787;
}

.contact_page #contactArea .container .case .pack .field.radio_box input {
    height: auto;
    border-radius: 10px;
    background-color: #eeeeee;
    border: none;
    width: auto;
}

.radio_box label {
    line-height: 65px;
}

.contact_page #contactArea .container .case .pack .field.file_box input {
    background-color: #fff;
    height: auto;
    width: auto;
    line-height: 60px;
    color: #878787;
}

.contact_page #contactArea .container .case .pack .field textarea {
    padding: 20px 15px;
}

.policybox {
    width: 550px;
    margin: 20px auto;
    height: 150px;
    overflow: scroll;
    border: 1px solid;
    padding: 10px;
    font-weight: normal;
}

.policybox dt {
    margin: 20px auto 0;
}

/* 古いテーマ */
.tac {
    text-align: center;
    margin: 0 auto;
}

.single_page cite {
    margin-bottom: 20px;
    display: block;
    background: #eee;
    padding: 5px 10px;
}

.single_page blockquote {
    margin: 30px 20px;
}

/* 記事ページ */
.single_page {
    margin: 20px auto 0;
    background: #fff;
    padding: 90px 0 0;
    color: #333;
    font-size: 16px;
}

.breadcrumbs {
    margin: 30px auto;
    color: #333;
    max-width: 75pc;
}

.breadcrumbs span,
.rtoc-mokuji-content .rtoc-mokuji li>a {
    color: #333 !important;
}

main.single_content {
    margin: 0 auto;
    padding-bottom: 70px;
}

.single_titlebox div {
    max-width: 75pc;
    z-index: 2;
    text-align: left;
    font-size: 30px;
    line-height: 1.4;
    letter-spacing: 2px;
    /*padding: 150px 20px 50px;*/
    padding: 0 20px 50px;
    margin: 0 auto;
    box-sizing: border-box;
    color: #333;
}

.single_image {
    margin: 0 auto 30px;
    text-align: center;
}

.subtitle {
    color: #333;
    margin: 0 0 30px;
    font-size: 16px;
    border-bottom: 1px solid;
}

.single_container {
    width: 900px;
    margin: 0 auto;
}

.single_container p,
.single_page li {
    color: #333;
    font-size: 16px;
}

.single_container h2 {
    position: relative;
    padding: 10px 0 0;
    border-bottom: 6px solid #2699bd;
    color: #333;
    font-size: 26px;
    text-align: left;
    margin: 30px auto 30px;
}

.single_container h2:before {
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 20%;
    height: 6px;
    content: '';
    background: #1c7893;
}

.single_container h3 {
    position: relative;
    padding: 10px 0 20px 30px;
    color: #333;
    text-align: left;
    font-size: 24px;
}

.single_container h3:after {
    content: "";
    position: absolute;
    top: 45%;
    left: 0;
    width: 20px;
    height: 4px;
    transform: translateY(-50%);
    background-color: #714895;
}

.single_container h4 {
    color: #714895;
    text-align: left;
    font-size: 22px;
    border-left: 2px solid #714895;
    padding: 0 0 0 10px;
    margin: 30px 0 20px;
    line-height: 1.2;
}

.single_container h2+h2,
.single_container h2+h3,
.single_container h2+h4,
.single_container h2+h5,
.single_container h3+h2,
.single_container h3+h3,
.single_container h3+h4,
.single_container h3+h5,
.single_container h4+h2,
.single_container h4+h3,
.single_container h4+h4,
.single_container h4+h5,
.single_container h5+h2,
.single_container h5+h3,
.single_container h5+h4,
.single_container h5+h5 {
    margin-top: 2rem;
}

.rtoc-mokuji-content {
    margin: 30px auto 40px;
}

/*aside#sidebar {width: 350px;border: 1px solid #eee;}*/

/* 共通 */
img.aligncenter {
    height: auto;
    padding-bottom: 30px;
}

.tal {
    text-align: left;
}

.marker-underline {
    text-decoration: underline;
    font-weight: 700;
    margin: 0 4px
}

.marker-bold {
    font-weight: 700;
    font-size: 1.1rem
}

.marker-orange {
    background: linear-gradient(transparent 75%, #ffbf7f 75%);
    font-weight: bold;
    color: #333;
}

.marker-red {
    font-weight: bold;
    color: red;
}

.marker-small {
    font-size: 12px;
}

/* Tableのスタイル */
.scroll-table table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.TableStyle02 {
    table-layout: fixed;
    word-break: break-all;
    margin: 30px auto;
}

.TableStyle02 th,
.TableStyle02 td {
    text-align: center;
    font-weight: bold;
    border: 1px solid #5c5c5c;
    color: #333;
    padding: 5px;
    vertical-align: middle;
}

.TableStyle02 tbody th {
    background: #b3a5bf;
}

/* ボタン */
.tacbtn {
    margin: 30px auto;
    text-align: center;
}

.btn_detail-link {
    font-weight: 500;
    line-height: 1.5;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    border-radius: 0.5rem;
    color: #fff;
    background-color: #29a2ca;
    font-size: 18px;
    position: relative;
    padding: 10px 30px 10px 20px;
}

.btn_detail-link:hover {
    color: #fff;
    background: #a38bb9;
}

.btn_detail-link:before {
    font-family: 'Font Awesome 5 Free';
    font-size: 18px;
    line-height: 1;
    position: absolute;
    top: calc(50% - 10px);
    right: 10px;
    margin: 0;
    padding: 0;
    content: '\f054';
    font-weight: 900;
}

/* ブログカード シンプルデザイン */
.cardbox {
    margin: 30px auto;
}

.blog-card-long {
    margin: 0 0 1.8rem;
}

.card-link {
    display: block;
    overflow: hidden;
    max-width: 400px;
    width: 100%;
    padding: 0;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    color: #555;
    font-weight: bold;
    text-decoration: none !important;
    position: relative;
}

.card-link:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
    color: #888;
    text-decoration: none;
    transform: translateY(-2px);
}

.blog-card-label-long {
    z-index: 1;
    display: inline-block;
    position: absolute;
    background-color: #f99f48;
    top: 10px;
    left: 10px;
    max-width: 120px;
    height: 25px;
    padding: 0 0.5rem;
    color: #fff;
    font-size: .8rem;
    font-weight: 700;
    text-align: center;
    line-height: 25px;
    transform-origin: 50% 50%;
    animation: animScale 3.5s ease-out;
}

.card-link .blogcard-text {
    display: block;
    padding: 15px 13px;
    line-height: 1.6;
}

.card-link img {
    width: 100%;
}

.longcard-link {
    margin-bottom: 1.5em;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
}

.longcard-link img {
    padding: 10px 10px 0;
}

.longcard-img {
    position: relative;
}

.blogcard-title {
    color: #333;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-card-excerpt-long {
    padding-top: .8em;
    font-size: .8em;
    line-height: 1.4;
    font-weight: normal;
    opacity: .8;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ブログカードのラベル */
.blog-card-label {
    display: inline-block;
    position: absolute;
    background-color: #ffb36b;
    top: 0px;
    left: 0px;
    z-index: 2;
    width: 70px;
    height: 25px;
    color: #fff;
    font-size: .8rem;
    font-weight: 700;
    text-align: center;
    line-height: 25px;
    transform-origin: 50% 50%;
    animation: animScale 3.5s ease-out;
}

/* リスト */
.list_style-01 {
    counter-reset: list;
    list-style-type: none;
    padding: 8px 25px;
    margin: 30px 0;
    border: #2799bd 2px solid;
}

.list_style-01 li,
.styled-box-1 li,
.styled-box-2 li {
    position: relative;
    padding: 0 0 0 20px;
    margin: 7px 0 7px 0px;
    font-weight: bold;
    line-height: 30px;
    color: #333;
    font-size: 16px;
	list-style-type: none;
}

.list_style-01 li:before,
.styled-box-1 li:before,
.styled-box-2 li:before {
    counter-increment: list;
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    height: 0;
    width: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 7px solid #2799bd;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.single_page table ul li:before {
    content: "・";
}

/* カテゴリーページ */
.category_list {
    margin: 0 auto;
    width: 80%;
}

.article-list {
    margin-bottom: 30px;
    padding: 1rem;
    border: 1px solid #ddd;
    display: flex;
}

.article-list:last-child {
    margin-bottom: 0;
}

.article-list:hover {
    background-color: #eee;
}

.article-list a {
    /*display: block;*/
    text-decoration: none;
    color: #333 !important;
}

.article-list a:after {
    display: block;
    clear: both;
    content: '';
}

.article-list .img-wrap {
    position: relative;
    float: left;
    line-height: 1;
}

.article-list .img-wrap img {
    width: 240px;
    height: 160px;
    object-fit: cover;
}

.article-list .img-wrap .cat-data {
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px 5px;
    color: #fff;
    background-color: #279dc3;
}

.article-list .text {
    margin-left: 20px;
    float: left;
    width: 75%;
}

.article-list .text h2 {
    font-size: 18px;
    margin-bottom: .5rem;
    color: #333;
}

.article-list .text .article-date,
.article-list .text .article-author {
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: .5rem;
    color: #888;
}

.article-list .text .article-date {
    margin-right: .5rem;
}

.article-list .text .article-author i {
    margin-right: .3rem;
}

.article-list .text p {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}

/* ページネーション */
.pagination.c-pa {
    margin: 0 auto;
    text-align: center;
    display: block;
    padding: 0 0 30px;
}

.pagination ul {
    font-size: 0;
}

.pagination ul li {
    font-size: 1rem;
    display: inline-block;
    margin-right: .5rem;
}

.pagination ul li:last-child {
    border: 0;
}

.pagination ul li a,
.pagination .current {
    display: block;
    padding: .5rem .8rem;
    border: 1px solid #ccc;
}

.pagination ul li .prev,
.pagination ul li .next {
    border: 0;
}

.pagination ul li a {
    text-decoration: none;
    color: #333 !important;
}

.pagination ul li a:hover {
    opacity: .6;
}

.pagination .current {
    color: #fff;
    background-color: #03162f;
}

/* wimax */
main .styled-box-1,
main .styled-box-2 {
    padding: 30px 15px;
    margin: 40px 10px;
    max-width: 100%
}

main .styled-box-1 ol,
main .styled-box-1 ul,
main .styled-box-2 ol,
main .styled-box-2 ul {
    margin: 12px auto 12px 12px;
    padding-left: 12px
}

main .styled-box-1 ol.no-style,
main .styled-box-1 ul.no-style,
main .styled-box-2 ol.no-style,
main .styled-box-2 ul.no-style {
    margin-left: -8px;
    padding-left: 0;
}

main .styled-box-1 ol li,
main .styled-box-1 ul li,
main .styled-box-2 ol li,
main .styled-box-2 ul li {
    color: #333;
    margin-left: 20px;
    font-size: 16px;
	list-style-type: none;
}

main .styled-box-1 {
    position: relative;
    border: 3px solid #d04255;
    background-color: rgba(255, 82, 105, .1);
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12);
    font-weight: 700
}

main .styled-box-1::after {
    content: attr(data-title);
    position: absolute;
    top: -20px;
    left: 16px;
    background-color: #d04255;
    border-radius: 4px;
    color: #fff;
    padding: 4px 16px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12)
}

main .styled-box-1.no-title {
    padding: 24px
}

main .styled-box-1.no-title::after {
    display: none
}

main .styled-box-1.primary {
    background-color: rgba(27, 164, 102, .1);
    border: 3px solid #009250
}

main .styled-box-1.primary::after {
    background-color: #009250
}

main .styled-box-1.grayscale {
    background-color: rgba(224, 224, 224, .1);
    border: 3px solid #909090
}

main .styled-box-1.grayscale::after {
    background-color: #909090
}

main .styled-box-2 {
    -webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 5px 8px 0 rgba(0, 0, 0, .14), 0 1px 14px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 5px 8px 0 rgba(0, 0, 0, .14), 0 1px 14px 0 rgba(0, 0, 0, .12)
}

@media screen and (max-width: 1024px) {
    .article-list .text {
        width: 65%
    }
}

@media screen and (max-width: 959px) {

    /* ブログカード シンプルデザイン */
    .blog-card-excerpt-long {
        display: none;
    }
}

@media screen and (max-width: 768px) {
	.policybox {
		width: 100%;
	}

    img.aligncenter {
        width: 100%;
    }

    /* 記事ページ */
    .single_page {
        padding: 70px 0 0;
    }

    .breadcrumbs {
        padding: 0 10px;
    }

    .single_titlebox div {
        padding: 0 20px 30px;
    }

    .single_image img,
    .single_container {
        width: 100%
    }

    .single_container {
        padding: 0 20px;
    }

    .TableStyle02 {
        font-size: 14px;
    }

    .scroll-table_sp table {
        display: block;
        overflow-x: scroll;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    /* カテゴリーページ */
    .article-list {
        padding: .5rem;
    }

    .article-list .img-wrap img {
        width: 100%;
        height: auto;
    }

    .article-list .img-wrap .cat-data {
        font-size: .6rem;
    }

    .article-list .text {
        margin: 10px 0 0;
        padding: 0;
        width: 100%;
    }

    .article-list .text h2 {
        font-size: 1rem;
        margin-bottom: 0;
    }

    .article-list .text p {
        display: none;
    }

    .article-list .text .article-date,
    .article-list .text .article-author {
        font-size: .625rem;
        margin-bottom: 0;
    }

    .article-list .text .article-date {
        margin-right: .2rem;
    }

    .article-list .img-wrap {
        float: none;
    }

    .btn.sidebtn {
        display: inline-block;
    }
	
	.profile_box img.chatwork {
        margin: 8px 1px;
    }
}

@media only screen and (min-width: 481px) {

    /* ブログカード シンプルデザイン */
    .card-link {
        display: inline-block;
        max-width: 310px;
        margin-right: 20px;
    }

    .longcard-link {
        max-width: 100%;
        display: table;
    }

    .longcard-img,
    .card-link.longcard-link .blogcard-content {
        display: table-cell;
        vertical-align: middle;
    }

    .longcard-img {
        width: 40%;
    }

    .blogcard-content {
        width: 60%;
    }

    .longcard-img img {
        width: 100%;
        padding: 10px;
    }
}

a:link.textlink {
    color: #714995 !important;
    font-weight: 600;
}

.twitter-tweet.twitter-tweet-rendered {
    margin: 0 auto;
}

/* ランキング */
main .styled-ranking {
    position: relative;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12);
    border-radius: 4px;
    border: 2px solid #1ba466;
    margin: 64px auto 24px
}

main .styled-ranking::after {
    position: absolute;
    content: "";
    display: block;
    width: 64px;
    height: 64px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 85%;
    top: -35px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    border-radius: 50%;
    background-color: #fff;
    border: 3px solid #1ba466;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12)
}

main .styled-ranking.rank1::after {
    background-image: url(/wp-content/themes/swell_child/wimax/images/common/rank1.png)
}

main .styled-ranking.rank2::after {
    background-image: url(/wp-content/themes/swell_child/wimax/images/common/rank2.png)
}

main .styled-ranking.rank3::after {
    background-image: url(/wp-content/themes/swell_child/wimax/images/common/rank3.png)
}

main .styled-ranking.rank4::after {
    background-image: url(/wp-content/themes/swell_child/wimax/images/common/rank4.png)
}

main .styled-ranking.rank5::after {
    background-image: url(/wp-content/themes/swell_child/wimax/images/common/rank5.png)
}

main .styled-ranking .ranking-header {
    width: 100%;
    background-color: rgba(145, 219, 185, .1);
    padding: 16px 0;
    border-radius: 4px 4px 0 0
}

main .styled-ranking .ranking-header .title {
    width: auto;
    margin: 0 auto;
    color: #1ba466;
    font-weight: 700;
    text-align: center;
    font-size: 25px;
    padding: 40px 16px 16px;
    letter-spacing: 2px
}

main .styled-ranking .ranking-header .title .title-inner {
    position: relative;
    display: inline-block
}

main .styled-ranking .ranking-header .catchphrase {
    font-weight: 700;
    text-align: center;
    padding: 0 16px;
    font-size: 18px;
    line-height: 1.6em
}

main .styled-ranking .ranking-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    /*-ms-flex-direction: column;
    flex-direction: column;*/
    margin-top: 24px
}

main .styled-ranking .ranking-image {
    position: relative;
    padding: 16px 0 8px
}

main .styled-ranking .ranking-image::after {
    position: absolute;
    display: block;
    top: -8px;
    left: 8px;
    border-radius: 20px;
    color: #fff;
    font-weight: 700;
    padding: 4px 24px;
    font-size: 16px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12)
}

main .styled-ranking .ranking-image img {
    display: block !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    max-width: 300px !important;
    margin: auto !important
}

main .styled-ranking.rank1 .ranking-image::after {
    content: "一番おすすめ！";
    background-color: #d04255
}

main .styled-ranking.rank2 .ranking-image::after {
    content: "おすすめ！";
    background-color: #1ba466
}

main .styled-ranking.rank3 .ranking-image::after {
    content: "おすすめ";
    background-color: #1ba466
}

main .styled-ranking .features {
    position: relative;
    margin: 4px 4px 0;
    padding: 0 8px 12px
}

main .styled-ranking .features ul {
    margin: 8px 0
}

main .styled-ranking .features ul li {
    font-weight: 700;
    list-style: disc;
    margin: 0 0 0 30px;
}

main .styled-ranking .features::after {
    position: absolute;
    display: block;
    top: -8px;
    left: 8px;
    border-radius: 20px;
    color: #fff;
    font-weight: 700;
    padding: 4px 24px;
    font-size: 16px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12);
    content: "特徴";
    background-color: #1ba466
}

main .styled-ranking .description {
    position: relative;
    width: 100%;
    padding: 16px;
    margin-bottom: 16px;
    color: #2d3436;
    font-size: 16px;
    line-height: 1.6em;
    max-height: 440px;
    overflow-y: auto;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch
}

main .styled-ranking .description::after,
main .styled-ranking .description::before {
    content: "";
    display: block;
    height: 1px;
    background-color: rgba(0, 0, 0, .12);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 90%
}

main .styled-ranking .description::before {
    top: 0
}

main .styled-ranking .description::after {
    bottom: 0
}

main .styled-ranking .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px
}

main .styled-ranking .actions .action-item {
    width: 100%
}

main .action-item+.action-item {
    margin-left: 2%
}

main .styled-button {
    display: block;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #1ba466;
    background-color: #1ba466;
    color: #fff;
    text-align: center;
    margin: 20px auto;
    width: 100%;
    max-width: 360px;
    font-size: 1rem;
    padding: 16px 8px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12)
}

main .styled-button:hover {
    opacity: .9
}

main .styled-button.secondary {
    border: 1px solid #d04255;
    background-color: #d04255
}

@media screen and (min-width:768px) {
    main .styled-ranking .ranking-image {
        width: 50%;
        margin-left: 16px
    }

    main .styled-ranking .features {
        width: 50%
    }

    main .styled-ranking .features,
    main .styled-ranking .ranking-image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    main .styled-ranking .description {
        max-height: 100%;
        padding: 24px 64px
    }

    main .styled-ranking .actions {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    main .styled-ranking .actions .action-item {
        width: 49%
    }
}


@media screen and (max-width: 768px) {
    main .styled-ranking .ranking-body {
        display: block;
    }

    main .styled-ranking .features {
        padding: 32px 8px 12px
    }
}

.styled-box-1 li a:link {
    color: #333 !important;
}

.l-mainContent__inner>.content_wimax.post_content {
    padding: 0 0 80px;
}

/* エントリーページ */
.bluebtn {
    width: 75% !important;
}




/* 記事ページ */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.tac {
    text-align: center;
}

.tal {
    text-align: left;
}

.tar {
    text-align: right;
}

table ul,
table ol {
    padding: 10px 0;
    margin: 0;
}

table ul li:last-child,
table ol li:last-child {
    margin-bottom: 0;
}

/* パソコン、モバイル表示 */
.pc_on {
    display: block !important;
}

.sp_on {
    display: none !important;
}

/* マーカー */
.marker-line {
    background: linear-gradient(transparent 75%, #7fbfff 75%);
    font-weight: 900;
}

.marker-red {
    color: red;
}

.marker-bold {
    font-weight: 900;
}

.marker-check {
    color: #a70002;
}

.marker-check::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    margin: 0 5px 0 0;
}

.text80 {
    font-size: 80%;
}

.text120 {
    font-size: 120%;
}

/* なになにとは */
.DescriptionBox {
    width: 90%;
    margin: 2em auto;
    padding: 1em 1.5em;
    line-height: 2;
    border: solid 3px #5c7f8e;
    border-radius: 10px;
}

/* 引用元 */
.QuoteTitle {
    font-size: 10px;
    color: gray;
}

.QuoteTitle-Img {
    font-size: 10px;
    text-align: center;
    color: gray;
    display: block;
}

@media screen and (max-width: 768px) {
    /* 投稿 */
    .pc_on {
        display: none !important;
    }

    .sp_on {
        display: block !important;
    }}
.btn01 {
    font-size: 13px;
    border: none;
    transition-duration: .4s;
    height: 40px;
    line-height: 40px;
    width: 160px;
    position: relative;
    text-align: center;
    display: block;
    color: #000000;
    margin: 0 0 0 auto;
    z-index: 2;
}

.btn01::after {
    content: " ";
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(https://actualproof.co.jp/wp-content/themes/swell_child/design/images/common/arrow.svg);
    background-size: contain;
    top: 25%;
    left: 10px;
    background-repeat: no-repeat;
    transition-duration: .4s;
    z-index: 2;
}

.btn01:hover::after {
    left: 15px;
}

.btn01:hover {
    opacity: 0.7;
}

.dep_page section {
	padding: 80px 0;
/* 	margin: 80px 0; */
}

.dep_page section#sec_01 {
	padding: 150px 0 0;
	margin: 0;
}

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

.sec_02_box {
	display: flex;
	margin: 60px auto 60px;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.sec_02_box_l {
    width: 49%;
}

.sec_02_box_l_s {
    display: flex;
    margin: 30px auto 0;
	align-items: center;
	justify-content: center;
}

.sec_02_box_l_s p {
	text-align: left;
}

.sec_02_box_logo {
	width: 120px;
	height: auto;
}

.sec_03_title {
  position: relative;
  padding: 0 65px;
  text-align: center;
	    width: 30%;
    margin: 0 auto;
}

.sec_03_title:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 4px;
  content: '';
  background: #197e69;
}

.sec_03_title span {
  position: relative;
  padding: 0 1em;
  background: #fff;
	font-size: 28px;
}

.sec_03_title_en {
    text-align: center;
    color: #f6a52dee;
}

@media screen and (max-width: 768px) { .dep_page section+section {padding: 50px 0 0;}.dep_page section#sec_01 {
	padding: 80px 0 0;
}.sec_02_box {display: block;margin: 30px auto;}.sec_02_box_l {
    width: 100%; margin: 20px 0 0;
	}.sec_02_box_logo {
    width: auto;
    height: 70px;
	}.sec_03_title {width: 100%;}}