@charset "utf-8";

/*
 * common.css のSCSS移行前スナップショット（凍結コピー）。
 * ポイントキャンペーン系レイアウト専用。SCSS移行の影響を受けないよう、
 * common.css とは独立して維持する。原則編集しない。
 */

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

body {
    line-height: 1;
}

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

ul,
ol {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

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

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

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

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

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

caption,
th,
td {
    text-align: left;
}

input,
select {
    vertical-align: middle;
}

label,
input[type="button"],
input[type="submit"],
input[type="image"],
button {
    cursor: pointer;
}

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

b,
strong,
em {
    font-weight: bold;
}

sup,
sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    vertical-align: super;
}

sub {
    vertical-align: sub;
}

svg:not(:root) {
    overflow: hidden;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

[hidden] {
    display: none;
}

input {
    border-radius: 0;
}

select:focus,
input:focus {
    outline: 0;
}

[type="number"] {
    width: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

textarea {
    resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
    font: inherit;
}

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

optgroup {
    font-weight: bold;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: 0;
    padding: 0;
}

button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button,
select {
    text-transform: none;
}

button,
input,
select,
textarea {
    background-color: transparent;
    border-style: none;
    color: inherit;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
html,
body {
    height: auto;
    width: 100%;
}

html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
}

body * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (min-width: 1074px) {
    body {
        font-family: Meiryo, "メイリオ", YuGothic, "游ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        line-height: 1.7;
    }
}

@media screen and (max-width: 1073px) {
    body {
        font-family: Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", sans-serif;
        line-height: 1.5;
    }
}

body {
    font-size: 15px;
    line-height: 1.7;
    word-wrap: break-word;
    background: #fff;
    color: #333;
}

.layout {
    margin: 40px 0 0 0;
}

.has-grid-item,
.has-grid-item>a,
.layout-2col,
.layout-wide,
.clearfix {
    *zoom: 1;
}

.has-grid-item::after,
.has-grid-item>a::after,
.layout-2col::after,
.layout-wide::after,
.clearfix::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
}

.layout-wide-content {
    margin: 15px 0 0 0;
}
ul {
    padding: 0 0 0px 33px;
    list-style: disc;
}

ol {
    padding: 0 0 0px 33px;
    list-style: decimal;
}

blockquote {
    border-top: 4px solid #eee;
    border-bottom: 4px solid #eee;
    margin: 20px 0px;
    padding: 30px 50px;
    overflow: hidden;
    position: relative;
    line-height: 1.5;
    font-style: italic;
    font-size: 0.88rem;
    color: #999;
}

blockquote::before,
blockquote::after {
    line-height: 1;
    font-size: 25px;
    font-style: normal;
    position: absolute;
    width: 25px;
    height: 21px;
    color: #ccc;
}

blockquote::before {
    content: '\201C';
    top: 15px;
    left: 23px;
}

blockquote::after {
    content: '\201D';
    bottom: 15px;
    right: 23px;
}

@media screen and (max-width: 1073px) {
    blockquote {
        border-width: 2px;
        margin: 15px 0px;
        padding: 30px 0;
    }

    blockquote::before {
        top: 9px;
        left: 0px;
    }

    blockquote::after {
        bottom: 9px;
        right: 0px;
    }
}

a {
    color: #0050ab;
    text-decoration: none;
}

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

.left {
    float: left;
}

.right {
    float: right;
}

.hide {
    display: none;
}

.layout-table {
    display: table;
    border-collapse: separate;
    border-spacing: 8px 0;
    width: 100%;
}

.layout-table div {
    display: table-cell;
    vertical-align: middle;
}

.card {
    max-width: 640px;
    padding: 0.25rem;
    border: 1px solid #dedede;
    background-color: #fbfbfb;
}

.card .wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.card .thumb-writer {
    width: 30px;
    height: 30px;
}

.card .thumb-writer img {
    border-radius: 50%;
    width: 100%;
    height: auto;
}

.card .detail {
    -webkit-font-smoothing: antialiased;
    position: relative;
    overflow: hidden;
    font-size: 0.7rem;
    line-height: 1.15rem;
}

.card .detail .title {
    font-weight: bold;
    font-size: 0.8rem;
    padding: 0.25rem 0.5rem;
}

.card .thumb-article {
    min-width: 160px;
    margin-right: 0.25rem;
}

.card .thumb-article img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.card .readmore {
    color: #014da3 !important;
    border: 1px solid #047aff;
    border-radius: 8px;
    padding: 5px;
    text-align: center;
}

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

    .display-pc {
        display: none !important;
    }
}

@media screen and (min-width: 1074px) {
    a:hover {
        text-decoration: underline;

        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .content {
        width: 1073px;
        margin: 0 auto 15px auto;
        position: relative;
    }

    article, .related-article, .layout-wide {
        width: 697px;
        margin-left: auto;
        margin-right: auto;
    }

    .layout {
        position: relative;
    }

    .layout-2col .content-main {
        width: 697px;
        float: left;
    }

    .layout-2col .content-side {
        right: 0;
        top: 0;
        float: right;
    }

    .layout-2col .content-side,
    .layout-2col .content-side-inner {
        width: 336px;
        transition-property: top;
        transition-duration: 0.1s;
        transition-timing-function: ease;
    }
}
@media screen and (max-width: 1073px) {

    .content {
        padding: 0 15px;
    }

    .layout {
        margin: 0;
    }
}
.has-grid-item>a {
    position: relative;
}

.has-grid {
    letter-spacing: -0.5em;
}

.has-grid>.has-grid-item {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
}

.has-flex {
    letter-spacing: -0.5em;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    align-content: stretch;
}

.has-flex>.has-grid-item {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    position: relative;

    width: 100%;
    -webkit-order: 0;
    order: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-align-self: auto;
    align-self: auto;
}

.has-flex-border {
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
}

.has-flex-border>.has-grid-item::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
}

@-webkit-keyframes act-fade-in {
    0% {
        opacity: 0;
    }

    99% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        display: block;
    }
}

@keyframes act-fade-in {
    0% {
        opacity: 0;
    }

    99% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        display: block;
    }
}

@-webkit-keyframes act-fade-out {
    0% {
        opacity: 1;
        display: block;
    }

    99% {
        opacity: 0;
    }

    100% {
        opacity: 0;
        display: none;
        height: 0;
    }
}

@keyframes act-fade-out {
    0% {
        opacity: 1;
        display: block;
    }

    99% {
        opacity: 0;
    }

    100% {
        opacity: 0;
        display: none;
        height: 0;
    }
}
.f-ex::before,
[class^="extend-icon-"]::before,
[class*=" extend-icon-"]::before,
.fa::before,
[class^="fa-"]::before,
[class*=" fa-"]::before {
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    speak: none;
    display: inline-block;
    text-decoration: none;
    width: 1em;
    margin: 0 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    font-family: "FontAwesome";
}

@font-face {
    font-family: 'fontello';
    src: url('https://ix.aacdn.jp/ichioshi/static/css/lib/fontello/fontello.eot?95702200');
    src: url('https://ix.aacdn.jp/ichioshi/static/css/lib/fontello/fontello.eot?95702200#iefix') format('embedded-opentype'),
        url('https://ix.aacdn.jp/ichioshi/static/css/lib/fontello/fontello.woff2?95702200') format('woff2'),
        url('https://ix.aacdn.jp/ichioshi/static/css/lib/fontello/fontello.woff?95702200') format('woff'),
        url('https://ix.aacdn.jp/ichioshi/static/css/lib/fontello/fontello.ttf?95702200') format('truetype'),
        url('https://ix.aacdn.jp/ichioshi/static/css/lib/fontello/fontello.svg?95702200#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

.f-ex::before,
[class^="extend-icon-"]::before,
[class*=" extend-icon-"]::before {
    font-family: "fontello";
}

.extend-icon-line::before {
    content: '\e803';
}

.extend-icon-hatena::before {
    content: '\e804';
}

input {
    position: relative;
}

select,
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime-local"],
input[type="number"],
input[type="range"],
input[type="color"],
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="text"] {
    font-size: 100%;
    max-width: 100%;
    border: 1px solid #cacaca;
    border-radius: 5px;
    display: inline-block;
}

textarea {
    border: 1px solid #CCC;
    min-height: 500px;
}

select,
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime-local"],
input[type="number"],
input[type="range"],
input[type="color"],
input[type="file"],
input[type="text"] {
    border: 1px solid #959595;
    padding: 7px 14px;
}

:placeholder-shown {
    color: #000000;
}

select:focus,
input:focus {
    box-shadow: 0px 0px 2px 2px rgba(227, 192, 69, 1) inset;
}

.btn,
.btn-default {
    background: #333;
    color: #fff;
    cursor: pointer;
    position: relative;
    display: block;
    padding: 15px 1px;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0px 2px 0px #dadadb;
    border-color: #ccc;
    margin: 0 auto;

    outline: 0;
    -webkit-appearance: none;
    display: inline-block;

    line-height: 1.4;
    letter-spacing: 1px;

    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

.btn-ichioshi-red {
    background: #d30d4a;
}

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

    .btn:hover,
    .btn-default:hover {
        text-decoration: none;
    }

    .btn,
    .btn-default {
        padding: 15px 60px;
        display: inline-block;
    }
}

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

    .btn,
    .btn-default {
        width: 100%;
    }
}

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

    .btn::before {
        display: none;
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.2);
        left: 0;
        top: 0;
    }

    .btn:hover::before {
        display: block;
    }
}

.btn-large {
    font-size: 1.2rem;
    height: 100%;
    padding: 20px 0;
}

.btn-large.btn-default {
    background: #ccc;
}

.globalfooter a.linklist,
.globalfooter .linklist>a {
    color: inherit;
}

.globalfooter .has-flex-border {
    border-color: #ddd;
}

.globalfooter .has-flex-border>.has-grid-item::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    position: absolute;
    top: 0;
    left: 0;
}

.globalfooter .has-flex-border .has-grid-item:last-of-type::before {
    border-right: 1px solid #ddd;
}

.globalfooter-inner-pagetoop {
    background: #f7f7f7;
}

.globalfooter-inner-detail {
    background: #eee;
}

.globalfooter-inner-copyright {
    background: #333;
    color: #fff;
    text-align: center;
    padding: 15px 0;
}

.globalfooter-pagetoop .linklist {
    margin: 0;
    padding: 15px 0;
    display: block;
    text-align: center;
}

.globalfooter-pagetoop .linklist::before {
    content: none;
}

.globalfooter-pagetoop .linklist .icon-angle-up {
    width: 18px;
    height: 18px;
    margin-left: 8px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.globalfooter-copyright {
    font-size: 0.65rem;
}

@media screen and (min-width: 1074px) {
    .globalfooter-description {
        margin-left: 20px;
        margin-right: 20px;
    }

    .globalfooter-inner-detail {
        padding: 1px 0 15px 0;
    }

    .globalfooter-pagetoop,
    .globalfooter-detail,
    .globalfooter-copyright {
        width: 1074px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1073px) {
    .globalfooter-description {
        margin-left: 15px;
        margin-right: 15px;
    }

    .globalfooter-inner-detail {
        padding: 1px 0 15px 0;
    }

    .globalfooter-logo-site {
        margin-right: 10px;
    }

    .globalfooter-logo-aalogo {
        margin-left: 10px;
    }

    .globalfooter-sitelinklist.has-flex-item-4col .has-grid-item {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        width: 50%;
    }
}

.linklist {
    padding: 0;
    margin: 0;
}

a.linklist,
.linklist>a {
    font-size: 0.75rem;
    line-height: 1.3;
    color: #999;
}

.linklist>a {
    padding: 15px 15px 0 0;
    display: inline-block;
}

a.linklist {
    padding: 15px 0 15px 15px;
    display: inline-block;
}

a.linklist:hover,
.linklist>a:hover {
    text-decoration: underline;
}

a.linklist::before,
.linklist>a::before {
    content: "\203A";
    color: #afafaf;
    margin-right: 10px;
    display: inline-block;
}

a.linklist::before,
.linklist>a::before,
a.linklist:hover::before,
.linklist>a:hover::before {
    text-decoration: none;
}

.linklist.vertical a {
    display: block;
    margin-bottom: 15px;
    padding-left: 0;
}

@media screen and (max-width: 1073px) {
    .linklist>a {
        padding: 15px 15px 18px 0;
    }
}

@media screen and (min-width: 1074px) {
    .description-category {
        width: 773px;
        padding: 14px 0 0 28px;
        font-weight: 700;
        font-size: 14px;
    }
}

@media screen and (max-width: 1073px) {
    .description-category {
        width: 100%;
        padding: 42px 0 0 0;
        font-weight: 700;
        font-size: 14px;
    }
}

.main_icon_app_title img {
    max-width: 92px;
    height: 100%;
    margin-right: 10px;
}

.main_icon_app_title .title-h1 {
    margin-bottom: 0;
}

.title-h1,.infinity-article-title {
    padding: 0;
    color: #454545;
    letter-spacing: 0.3px;
    font-weight: bold;
    font-size: 1.75rem;
    line-height: 1.4;
    margin: 0 0 20px 0;
}

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

    .title-h1,
    .infinity-article-title,
    article h1 {
        font-size: 1.32rem;
    }
}

.title-h2,
article h2 {
    background: none;
    border-bottom: 3px solid #d30d4a;
    padding: 5px 0;
    margin: 30px 0 0 0;
    font-weight: bold;
    font-size: 1.15rem;
    letter-spacing: 0.3px;
    line-height: 1.3;
    margin-bottom: 20px;
}

.title-h3,
article h3,
.about-contents h3 {
    padding: 5px 15px 5px 17px;
    margin: 26px 0 0 0;
    font-weight: bold;
    font-size: 1.07rem;
    position: relative;
    line-height: 1.3;
    letter-spacing: 0.3px;
    margin-bottom: 20px;
}

.title-h3::before,
article h3:before,
.about-contents h3:before {
    width: 8px;
    height: 100%;
    display: block;
    background: #d30d4a;
    border-radius: 2px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    letter-spacing: 0.3px;
}

.title-h4,
article h4 {
    font-weight: bold;
    margin: 26px 0 0 0;
    font-size: 1.01rem;
    line-height: 1.3;
    letter-spacing: 0.3px;
    margin-bottom: 20px;
}

.breadcrumb {
    margin: 15px auto 0;
    padding: 0;
    font-weight: bold;
    font-size: 0.75rem;
}

.breadcrumb li {
    display: inline-block;
}

.breadcrumb a, .breadcrumb .article_new_hide span {
    position: relative;
    margin-right: 8px;
    padding-right: 17px;
}

.breadcrumb a,
.breadcrumb span,
.breadcrumb .article_new_hide span {
    display: block;
    font-weight: normal;
    color: #333;
}

.breadcrumb span {
    font-weight: bold;
}

.breadcrumb a:after, .breadcrumb .article_new_hide span:after {
    content: '>';
    display: block;
    position: absolute;
    top: -1px;
    right: 0;
    color: #999;
    -webkit-transform: scaleX(0.6);
    -ms-transform: scaleX(0.6);
    transform: scaleX(0.6);
}

@media screen and (max-width: 1073px) {
    .breadcrumbs-trail {
        display: none;
    }

    .breadcrumbs-trail-category {
        padding: 0px;
    }

    .breadcrumbs-trail-category li.article_sp_hide {
        display: none;
    }

    .breadcrumbs-trail-category a,
    .breadcrumbs-trail-category span {
        display: block;
        font-weight: normal;
        color: #333;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .breadcrumbs-trail-category a:after {
        content: '>';
        display: block;
        position: absolute;
        top: -1px;
        right: 0;
        color: #d30d4a;
        -webkit-transform: scaleX(0.6);
        -ms-transform: scaleX(0.6);
        transform: scaleX(0.6);
    }

    .breadcrumbs-trail-category li:not(.article_sp_hide):not(:has(~ li:not(.article_sp_hide))) a:after {
        content: '' !important;
    }
}

#article_pubdate_top,
#article_provider_info {
    margin: 0 0 20px 0;
    font-size: .75rem;
}

#article_pubdate_bottom {
    text-align: right;
    font-size: .75rem;
}

.article-h2-next-link a {
    font-weight: bold;
}

.pagination {
    text-align: center;
    margin: 50px auto;
}

.pagination .has-grid {
    margin: 15px 0;
    letter-spacing: 1px;
}

.has-grid-item.pagination-prev,
.has-grid-item.pagination-next {
    display: block;
    text-align: center;
}

.pagination-number {
    min-width: 30px;
    height: 30px;
    display: inline-block;
    border: 1px solid #999;
    color: inherit;
    margin: 5px 5px 5px 5px;
    border-radius: 3px;
    line-height: 30px;
}

.pagination-number.current {
    background: #eee;
    border: 1px solid #eee;
}

@media screen and (max-width: 1073px) {
    .pagination {
        margin: 20px auto;
    }
}

.flowline-title {
    font-size: 1.01rem;
    line-height: 1.3;
    background: #eee;
    font-weight: bold;
    padding: 9px 15px 7px;
}

.flowline-recommendedarticle .flowline-title.big-category {
    border-bottom: 5px solid #ffffff;
}

.flowline-title.big-category {
    background: none;
    border-bottom: 5px solid #d30d4a;
    font-weight: 400;
}

.flowline-list a {
    position: relative;
    min-height: 105px;
    color: inherit;
    padding: 15px 0 15px 90px;
    display: block;
    border-bottom: 1px solid #eee;
}

.flowline-list .flowline-list-detail {
    width: 90%;
}

.flowline-list-categoryname {
    margin: 10px 0 0 0;
    font-size: 0.75rem;
    line-height: 1.3;
}

.flowline-list-authorname {
    margin: 2px 0 0 0;
}

.flowline-list-categoryname {
    color: #525252;
}

.content-side .flowline-list-categoryname,
.content-side .flowline-list-authorname {
    margin: 5px 0 0 0;
}

.flowline-list .has-grid-item {
    position: relative;
}

.flowline-list-title,
.flowline-list-authorname {
    line-height: 1.3;
    font-weight: bold;
}

.flowline-list-profile {
    margin: 8px 0 0 0;
    line-height: 1.6;
    font-size: 0.8rem;
    color: #585858;
}

.flowline-author .flowline-list-detail {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}

.flowline-author .flowline-list-detail::before,
.flowline-author .flowline-list-detail::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.flowline-author .flowline-list-detail::before {
    left: 100%;
    width: 10px;
    height: 10px;
    border-top: 4px solid #d3d3d3;
    border-right: 4px solid #d3d3d3;
    border-radius: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: auto 2%;
}

.flowline-list-imagebg {
    width: 75px;
    height: 75px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 15px;
}

.flowline-list-image {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}

.flowline-author .flowline-list-image {
    border-radius: 50%;
}

.flowline-list .flowline-list-guide-container {
    display: table;
}

.flowline-list-guide-container .icon-img-bg {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0 0px;
    width: 50px;
    height: 50px;
}

.flowline-list-guide-container .icon-img-bg .icon-img {
    background: #f7f7f7;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    text-indent: -9999px;
    margin: 0 20px 0 0px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.flowline-list .flowline-list-guide-container .guide-info-text {
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
}

@media screen and (min-width: 1074px) {
    .flowline {
        margin: 20px 0 0 0;
    }

    .flowline+.flowline {
        margin: 0;
    }

    .content-side .flowline {
        margin: 15px 0 0 0;
    }

    .flowline:first-child {
        margin-top: 0px;
    }

    .flowline:last-of-type {
        margin-bottom: 20px;
    }

    .flowline-title-image-wrapper {
        display: none;
    }

    .flowline-title-icon br {
        display: none;
    }

    .flowline-list-imagebg {
        width: 100px;
        height: 100px;
        text-align: center;
        position: absolute;
        left: 0;
        top: 15px;
    }

    .flowline-list a {
        position: relative;
        min-height: 160px;
        color: inherit;
        padding: 15px 0 15px 135px;
        margin: 0;
        display: block;
        border-bottom: 1px solid #eee;
    }

    .flowline-list a:hover {
        text-decoration: none;
    }

    .flowline-list a:hover .flowline-list-title,
    .flowline-list a:hover .flowline-list-authorname {
        text-decoration: underline;
    }

    .flowline-list a:hover .flowline-list-categoryname {
        text-decoration: none;
    }

    .flowline-list .flowline-list-guide-container .guide-info-text {
        width: 100px;
    }

    .flowline-list-title,
    .flowline-list-authorname {
        font-size: 1.07rem;
    }

    [class*="has-flex-pc2colandsp"] .flowline-list-title,
    [class*="has-flex-pc3colandsp"] .flowline-list-title,
    [class*="has-flex-pc4colandsp"] .flowline-list-title,
    [class*="has-flex-pc5colandsp"] .flowline-list-title,
    .content-side .flowline-list-title,
    [class*="has-flex-pc2colandsp"] .flowline-list-authorname,
    [class*="has-flex-pc3colandsp"] .flowline-list-authorname,
    [class*="has-flex-pc4colandsp"] .flowline-list-authorname,
    [class*="has-flex-pc5colandsp"] .flowline-list-authorname,
    .content-side .flowline-list-authorname {
        font-size: 0.88rem;
    }

    .content-side .flowline-list-imagebg {
        width: 75px;
        height: 75px;
        text-align: center;
        position: absolute;
        left: 0;
        top: 15px;
    }

    .content-side .flowline-list a {
        position: relative;
        min-height: 105px;
        color: inherit;
        padding: 15px 0 15px 90px;
        display: block;
        border-bottom: 1px solid #eee;
    }

}

@media screen and (max-width: 1073px) {
    .flowline {
        margin: 0;
    }

    .flowline-title {
        margin-left: -15px;
        margin-right: -15px;
    }

    .flowline-title-image-wrapper {
        background: #fff;
        text-align: center;
        vertical-align: middle;
        display: table-cell;
        border-radius: 3px;
        padding: 2px;
        width: 50px;
        height: 50px;
    }

    .flowline-title-image {
        max-width: 100%;
        max-height: 100%;
    }

    .flowline-list-title,
    .flowline-list-authorname {
        font-size: 0.88rem;
    }

    [class$="colandsp2"] .flowline-list-title,
    [class$="colandsp3"] .flowline-list-title,
    [class$="colandsp4"] .flowline-list-title,
    [class$="colandsp5"] .flowline-list-title,
    [class$="colandsp2"] .flowline-list-authorname,
    [class$="colandsp3"] .flowline-list-authorname,
    [class$="colandsp4"] .flowline-list-authorname,
    [class$="colandsp5"] .flowline-list-authorname {
        font-size: 0.82rem;
    }

    .flowline+.flowline .flowline-list .has-grid-item:last-child a {
        border-bottom: none;
    }

    .flowline:last-child .flowline-list .has-grid-item a {
        border-bottom: 1px solid #eee;
    }

}

.featurelist-large-item {
    padding: 10px 15px 10px 70px;
    display: block;
    color: inherit;
    min-height: 65px;
    width: 100%;
}

.featurelist-large-imagebg {
    border-radius: 50%;
    width: 45px;
    height: 45px;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 15px;
}

.featurelist-large-image {
    border: 1px solid #eee;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    border-radius: 50%;
}

.children_menu {
    display: none;
}

@media screen and (max-width: 1073px) {
    .categorylist-large-list.sp {
        display: block;
    }

    .categorylist-large-list.pc {
        display: none;
    }
}

@media screen and (min-width: 1074px) {
    .categorylist-large-list.sp {
        display: none;
    }

    .categorylist-large-list.pc {
        display: block;
    }

    .children_menu {
        display: none;
    }

    .children_menu.side-menu {
        position: absolute;
    }

    .has-grid-item.ichioshi-category {
        display: inline-block;
    }

    .ichioshi_category_item.hamburger {
        width: 25%;
        display: inline-block;
    }
}

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

    [class^="ad-desktop-"],
    [class^="ad-responsive-"] {
        text-align: center;
        margin: 20px 0;
    }

    .has-flex>[class*=" ad-mobile-"],
    .has-flex>[class^="ad-mobile-"],
    [class*=" ad-mobile-"],
    [class^="ad-mobile-"] {
        display: none;
    }
}

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

    [class^="ad-mobile-"],
    [class^="ad-responsive-"] {
        text-align: center;
        margin: 15px 0;
    }

    .has-flex>[class*=" ad-desktop-"],
    .has-flex>[class^="ad-desktop-"],
    [class*=" ad-desktop-"],
    [class^="ad-desktop-"] {
        display: none;
    }
}

article {
    margin: 10px auto 20px;
}

.content-article {
    margin: 15px 0 0 0;
    font-size: 1rem;
}

.heading-lead,
.article-description {
    font-size: 0.75rem;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.revenue-disclosure {
    font-size: 0.75rem;
}

.first-image {
    text-align: center;
    margin: 12px 0 0 0;
    aspect-ratio: 16 / 9;
}

.first-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.table-of-content {
    border: 1px solid #e5e5e5;
    background: #f7f8f9;
    padding: 18px;
    margin: 12px 0;
}

.table-of-content ul {
    list-style: none;
    padding: 0;
}

.table-of-content li {
    margin-bottom: 10px;
}

.table-of-content a {
    position: relative;
    display: block;
    padding: 0 0 0 25px;
    color: inherit;
}

.table-of-content a span {
    text-decoration: underline;
}

.table-of-content a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 14px;
    height: 14px;
    background-color: #222;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
    mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
}

.title-index {
    font-weight: bold;
    margin: 0 0 5px 0;
    display: inline-block;
}

.table-of-content li:last-of-type {
    margin-bottom: 0;
}

.android-link, .ios-link {
    text-align: center;
    margin: 15px 0;
}

.android-link a, .ios-link a {
    background: #d30d4a;
    padding: 12px 22px;
}

.android-link a, .ios-link a {
    width: 250px;
}

.article-text {
    margin: 15px 0;
}

.article-image,
.article_image_box {
    margin: 15px auto;
    text-align: center;
}

.article_image_box a {
    pointer-events: none;
}

.article_image_box .cap {
    color: #525252;
    font-size: 0.75rem;
    line-height: 1.3;
    margin: 10px 0 0 0;
    text-align: left;
}

@media screen and (min-width: 1074px) {
    .article_image_box.center200 {
        width: 200px;
    }

    .article_image_box.center300 {
        width: 300px;
    }

    .article_image_box.center400 {
        width: 400px;
    }

    .article_image_box a {
        text-decoration: none;
    }
}

.article-cooperation {
    margin: 15px 0;
}

.article-cooperation .linklist {
    font-weight: normal;
}

.article-cooperation-title {
    font-size: 0.88rem;
    margin: 10px 0;
}
.article-guide-name {
    font-weight: bold;
    font-size: 14px;
}

.article-guide-title {
    font-weight: bold;
    font-size: 11px;
    display: block;
}

.article-cooperation-inner {
    margin: 0;
    padding: 15px 20px;
}

.article-cooperation-head {
    width: 100%;
    position: relative;
}

.article-cooperation-headinner {
    width: auto;
    min-height: 91px;
}

.article-cooperation-image {
    background: #f7f7f7;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    text-indent: -9999px;
    margin: 0 20px 0 0px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.article-cooperation-head .article-cooperation-info {
    margin-top: 6px;
}

.article-cooperation-header {
    display: flex;
    align-items: center;
}

.ichioshi-icon {
    width: 26px;
    height: 26px;
}

.ichioshist-title {
    font-weight: bold;
    margin: 0 10px;
}

.article-cooperation-header::after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #D70A48;
    align-items: center;
}

.article-guide-job-title {
    font-weight: bold;
    display: block;
    font-size: 12px;
}

.article-cooperation-content {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.article-cooperation-profile {
    font-size: 0.75rem;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

@media screen and (min-width: 1074px) {
    .article-cooperation-profile {
        -webkit-line-clamp: unset;
    }
}

.article-cooperation-profile svg {
    position: absolute;
    top: 19px;
    right: 0;
    cursor: pointer;
}

@media screen and (min-width: 1074px) {
    .article-cooperation-image {
        width: 60px;
        height: 60px;
    }
}

@media screen and (max-width: 1073px) {
    .article-cooperation-inner {
        margin: 0;
        padding: 10px 0;
    }

    .article-cooperation-image {
        width: 50px;
        height: 50px;
    }
}

.share-twitter {
    text-align: center;
    margin: 16px 0;
}

.article-text {
    margin: 20px 0;
}

.article-text table,
.article-text th,
.article-text td {
    border-collapse: collapse;
    border-spacing: 0;
    text-align: left;
    border: 1px solid #ddd;
}

.article-text table {
    width: 100% !important;
    margin: 0 0 15px 0;
}

.article-text th,
.article-text td {
    padding: 5px 10px;
}

.article-text th {
    background: #f7f7f7;
}

.ichioshi_btn_detail_v002, .ichioshi_btn_detail_v003 {
    margin: 16px auto 24px auto;
    display: block;
    text-align: center;
}

.ichioshi_btn_detail_v002 .ichioshi_btn, .ichioshi_btn_detail_v003 .ichioshi_btn {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    background: #d30d4a;
    font-size: 22px;
    color: #fff;
    padding: 12px 40px;
    position: relative;
    width: 420px;
    font-weight: bold;
}

.ichioshi_btn_detail_v002 .ichioshi_btn:hover, .ichioshi_btn_detail_v003 .ichioshi_btn:hover {
    opacity: 0.7;
}

.ichioshi_btn_detail_v002 .ichioshi_btn::after, .ichioshi_btn_detail_v003 .ichioshi_btn::after {
    content: ">";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    padding: 12px 0;
}

@media screen and (max-width: 1073px) {
    .ichioshi_btn_detail_v002 .ichioshi_btn, .ichioshi_btn_detail_v003 .ichioshi_btn {
        display: block;
        text-align: center;
        text-decoration: none;
        background: #d30d4a;
        font-size: 19px;
        color: #fff;
        padding: 15px 35px;
        position: relative;
        max-width: 100%;
        font-weight: bold;
    }
}

.content-sitepolicy h4.sitepolicy_h {
    font-weight: bold;
    color: #505050;
    font-size: 16px;
    margin: 50px 0 20px;
}

.content-sitepolicy a {
    color: #333;
    text-decoration: underline;
}
.sitepolicy_providers_list {
    padding: 0px;
    list-style: none;
    margin: 10px 0 0 15px;
}

.sitepolicy_providers_list li {
    counter-increment: item;
}

.sitepolicy_providers_list li::before {
    content: '(' counter(item) ') ';
}

.sitepolicy_providers_list a {
    margin: 8px;
}

.about-header {
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.about-header .about-header-bg {
    background: none;
    height: 100%;
    margin: 0 auto;
}

.about-header .about-h1 {
    display: none;
}

@media screen and (min-width: 1074px) {
    .about-header {
        background-image: url(https://ix.aacdn.jp/ichioshi/static/img/top_header_pc.png);
    }

    .about-header .about-header-bg {
        padding-top: 35.4%;
    }
}

@media screen and (max-width: 1073px) {
    .about-header {
        background-image: url(https://ix.aacdn.jp/ichioshi/static/img/top_header_sp.jpg);
    }

    .about-header .about-header-bg {
        padding-top: 74%;
    }
}

.content-about .about-head {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 60px 0;
}

.content-about .about-contents {
    margin: 60px auto;
}

.about-contents ul {
    padding-left: 21px;
}

@media screen and (max-width: 1073px) {
    .about-header {
        margin: 0 -15px -10px;
    }
}

@media screen and (max-width: 480px) {
    .content-about .about-head {
        font-size: 12px;
        text-align: left;
    }

    .about-header .about-h1 {
        font-size: 12px;
    }
}

@media screen and (min-width: 1074px) {
    .adsence_sp {
        display: none;
    }

    .ad_double {
		display: inline-block;
		width: 49%;
	}

	.ad_double_container{
		text-align: center;
	}
}

@media screen and (max-width: 1073px) {
    .adsence_pc {
        display: none;
    }

    .adsence_sp {
        text-align: center;
        width: 100%;
    }

    .adsence_m_sp {
        margin: 40px 0;
    }

    .ad_double_container {
		display: none;
	}
}

.top_notice, .all_notice {
    margin: 20px auto;
    border: solid 1px #e80021;
    border-radius: 5px;
    padding: 10px;
}

@media screen and (min-width: 1074px) {
    .top_notice {
        text-align: center;
    }

}

.all_notice {
    text-align: center;
}

.all_notice > a {
    color:#e80021;
}

.content-article .article-image {
    text-align: center;
}

.content-article .article-image img {
    width: 80%;
}

.content-news-article header p {
    margin-bottom: 20px;
}
.content-news-article .content-article p {
    margin-bottom: 25px;
}
.content-news-article .content-article figure {
    text-align: center;
}

.sp-above-article-title {
    min-height: 430px;
}

.content-article .video-container {
    position: relative;
    width: 100%;
}

.top_banner_advertisement {
    margin: 20px 0 20px 0;
}

.banner_advertisement {
    margin: 30px 0;
}

.related-articles-simple {
    margin: 1.875rem 0;
}
.related-articles-simple__heading {
    font-weight: bold;
    background: #f0f0f3;
    padding: 0.5rem;
    margin: 0;
}
.related-articles-simple__list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.related-articles-simple__item {
    border-top: 1px solid #ddd;
    padding: 0.5rem;
}
.related-articles-simple__link {
    text-decoration: underline;
}
