@charset "utf-8";

body {
    min-width: 1240px;
}

.header_nav .nav_link p.menubtn a:hover {
    text-decoration: none;
}

.display-sp {
    display: none;
}

a,
a:link,
a:visited {
    color: #127fe4;
    text-decoration: none;
}

a:hover,
a:active {
    color: #127fe4;
    text-decoration: underline;
}

section.sec_hints,
section.sec_themes,
section.sec_mmbnr,
section.sec_authorlist_link,
section.sec_searchform,
section.sec_adsbygoogle-pc,
section.sec_tagcloud {
    max-width: 840px;
    margin: 0 auto;
}

section.sec_authorlist_link,
section.sec_searchform {
    text-align: center;
}

section.sec_hints .fr_list_tags ul,
section.sec_authorlist_link .fr_list_tags ul {
    margin-bottom: 0px;
}

section.sec_hints .fr_list_tags ul li,
section.sec_themes .fr_list_tags ul li,
section.sec_authorlist_link .fr_list_tags ul li {
    display: inline-block;
    margin-left: 0.5%;
    margin-right: 0.5%;
    width: 31%;
    margin-bottom: 10px;

}

section.sec_hints .fr_list_tags ul li a,
section.sec_hints .fr_list_tags ul li a:link,
section.sec_hints .fr_list_tags ul li a:visited,
section.sec_authorlist_link .fr_list_tags ul li a,
section.sec_authorlist_link .fr_list_tags ul li a:link,
section.sec_authorlist_link .fr_list_tags ul li a:visited {
    display: inline-block;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-decoration: none;
    border-radius: 8px;
    border: 2px solid #127fe4;
    color: #127fe4;
    background-color: transparent;
    text-align: center;
}

section.sec_hints .fr_list_tags ul li a:hover,
section.sec_hints .fr_list_tags ul li a:active,
section.sec_authorlist_link .fr_list_tags ul li a:hover,
section.sec_authorlist_link .fr_list_tags ul li a:active {
    background-color: #127fe4;
    color: #ffffff;
}

section.sec_columns {
    max-width: 1200px;
    margin: 0 auto;
}

section.sec_columns .sec_columns_1 dl {
    display: inline-block;
    margin-left: 0.5%;
    margin-right: 0.5%;
    width: 32%;
    vertical-align: top;
}

section.sec_columns dl .profile {
    font-size: 14px;
    line-height: 16px;
    color: #323232;
    height: 60px;
}

section.sec_columns dl .profile img {
    border: 1px solid #dbd4c8;
    border-radius: 22px;
    height: 44px;
    width: 44px;
    float: left;
    display: block;
    margin-bottom: 10px;
    margin-right: 8px;
    vertical-align: middle;
}

section.sec_columns dl .profile .job {
    font-size: 12px;
    line-height: 1.4;
}

section.sec_columns dl .profile .date {
    font-size: 10px;
    line-height: 1.4;
    float: right;
}

section.sec_columns dl dt {
    font-size: 26px;
    line-height: 30px;
    font-weight: 900;
    color: #127fe4;
    display: block;
    margin-bottom: 15px;
}

section.sec_columns .excerpt {
    font-size: 14px;
    line-height: 1.4;
    color: #777;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

section.sec_columns .keyimage a {
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    z-index: 1;
}
section.sec_columns .keyimage img {
    aspect-ratio: 3 / 2;
    width: 100%;
    height: auto;
    object-fit: cover;
}

section.sec_columns .sec_columns_2 {
    width: 48%;
    display: block;
    float: left;
}

section.sec_columns .sec_columns_3 {
    width: 48%;
    display: block;
    float: right;
}

.sec_banners {
    margin-top: 50px;
    margin-bottom: 80px;
    clear: both;
}




.front_h1 {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    margin-top: 80px;
    text-align: center;
}

.front_lead {
    font-family: 'Mplus 1p';
    width: auto;
    margin-right: auto;
    margin-left: auto;
    margin-top: 22px;
    text-align: center;
    font-size: 14px;
}

.front_lead_mobile {
    display: none;
}

nav.breadcrumbs {
    max-width: 1200px;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

nav.breadcrumbs ul li {
    font-size: 10px;
    display: inline-block;
    margin-right: 5px;
}

nav.breadcrumbs ul li.lower::before {
    content: "\003e";
    margin-right: 5px;
    margin-left: 5px;
}

main.archive_category h2 {
    margin-top: 80px;
    margin-bottom: 36px;
    font-size: 18px;
    font-weight: 900;
    color: #002f80;
    text-align: center;
}

main.archive_category h1 {
    max-width: 1200px;
    margin-top: 65px;
    margin-bottom: 40px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #f7f7f7;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    font-size: 22px;
    line-height: 22px;
    color: #127fe4;
    font-weight: 900;
    text-align: center;
}

main.archive_category .asqmii_mark {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    margin-top: 40px;
    text-align: center;
}

main.archive_category .category_lead {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    margin-top: 22px;
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
    color: #323232;
}

main.archive_category section.sec_columns {
    margin-top: 70px;
}

main.single article {
    max-width: 870px;
    margin-top: 80px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

article .profile_image,
article .profile_name,
article .profile_job {
    width: 100%;
    margin: 0;
    text-align: center;
}

article .profile_image img {
    border: 1px solid #f6ca1b;
    border-radius: 40px;
    height: 80px;
    width: 80px;
    vertical-align: middle;
}

article .profile_name {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 900;
    margin-top: 15px;
}

article .profile_job {
    font-size: 12px;
    line-height: 1.4;
    margin-top: 6px;
}

article h1 {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.8;
    color: #002f80;
    text-align: center;
    margin-top: 20px;
}

article .date {
    font-size: 12px;
    line-height: 1.4;
    color: #808080;
    text-align: center;
    margin-top: 20px;
}

article h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    color: #127fe4;
    margin-top: 60px;
    margin-bottom: 20px;
}

article p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 2em;
    color: #333;
}

article span {
    /*font-family: メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
    font-size: 18px;
    line-height: 1.5;
}

article strong {
    font-size: 18px;
}

/*.rspace-first{
	position: relative;
	left: -.5em;
	letter-spacing: -.5em;
}
.rspace{letter-spacing: -.75em;}
.rspace2{letter-spacing: -.5em;}*/
/*article .lspace2{font-feature-settings : "palt";}*/

article .contents img {
    /*width: 100%;*/
    height: auto;
    clear: both;
    float: none;
    margin-bottom: 30px;
    display: block;
    text-align: center;
}


article .contents ul {
    font-size: 18px;
    margin: 0 0 2em;
    padding: 0 0 0 1.2em;
}

article .contents li {
    display: list-item;
    color: #323232;
    font-size: 18px;
    line-height: 1.8;
    list-style: disc outside;
    margin: 10px 0;
}

article .contents ul ul {
    margin: 0 0 0 0;
}

article .contents ul ul li {
    list-style: circle;
}

article .contents h4 {
    font-size: 20px;
    line-height: 1.5;
}

article .contents h5 {
    font-size: 18px;
    line-height: 1.5;
    margin: 12px 0 0 0;
}



section.sec_mmbnr {
    margin-top: 25px;
}

section.sec_mmbnr .mmbnr_frame {
    width: 100%;
    height: 70px;
    padding-top: 60px;
    background: transparent url("../../_img/parts/bnr_bg_01.png") no-repeat top center;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

section.sec_mmbnr .mmbnr_frame h4 {
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    color: #ffffff;
}

section.sec_mmbnr .mmbnr_frame p,
section.sec_mmbnr .mmbnr_frame a,
section.sec_mmbnr .mmbnr_frame a:link,
section.sec_mmbnr .mmbnr_frame a:visited {
    font-size: 12px;
    color: #ffffff;
    text-align: center;
}

.top_sec_mmbnr {
    margin: 25px auto;
    padding: 0 0 30px 0;
    border-bottom: 1px solid #e5e5e5;
}

section.sec_social {
    max-width: 870px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

section.sec_social div.letsshare {
    margin: 15px;
    text-align: center;
    font-size: 18px;
    color: #127fe4;
}

section.sec_social ul {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f7f7f7;
    text-align: center;
}

section.sec_social ul li {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}

section.sec_author {
    max-width: 870px;
    margin-top: 70px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

section.sec_author .author_image img {
    border: 1px solid #f6ca1b;
    border-radius: 35px;
    height: 70px;
    width: 70px;
    vertical-align: middle;
}

section.sec_author .sec_author_upper,
section.sec_author .sec_author_lower {
    background-color: #f7f7f7;
}

section.sec_author .sec_author_upper h4 {
    border-radius: 10px 10px 0px 0px;
    vertical-align: middle;
    background-color: #127fe4;
    color: #ffffff;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

section.sec_author .sec_author_upper dl {
    float: left;
    clear: left;
    margin-left: 20px;
    margin-top: 20px;
    width: 45%;
}

section.sec_author .sec_author_upper dl dt {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 900;
    display: inline-block;
    margin-top: 10px;
}

section.sec_author .sec_author_upper dl dd.author_job {
    font-size: 12px;
    line-height: 1.4;
}

section.sec_author .sec_author_upper dl dd.author_image {
    margin-right: 10px;
    float: left;
}

section.sec_author .sec_author_upper dl dd.author_image img {
    vertical-align: middle;
}

section.sec_author .sec_author_upper .talk_on_asqmii {
    float: right;
    clear: right;
    margin-right: 20px;
    margin-top: 20px;
    width: 45%;
    text-align: center;
}

section.sec_author .sec_author_upper .talk_on_asqmii a,
section.sec_author .sec_author_upper .talk_on_asqmii a:link,
section.sec_author .sec_author_upper .talk_on_asqmii a:visited {
    display: inline-block;
    width: 100%;
    border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid #127fe4;
    padding-top: 25px;
    padding-bottom: 25px;
    color: #127fe4;
}

section.sec_author .sec_author_upper .talk_on_asqmii a:hover,
section.sec_author .sec_author_upper .talk_on_asqmii a:active {
    background-color: #127fe4;
    color: #ffffff;
    text-decoration: none;
}

section.sec_author .sec_author_lower {
    border-radius: 0px 0px 10px 10px;
    padding: 20px;
}

section.sec_author .sec_author_lower_inner {
    background-color: #ffffff;
    text-align: center;
    border-radius: 10px;
    padding: 20px;
    padding-left: 20%;
    padding-right: 20%;
}

section.sec_author .sec_author_lower h4 {
    font-size: 18px;
    line-height: 1.4;
    color: #002f80;
    text-align: center;
}

section.sec_author .sec_author_lower ul {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

section.sec_author .sec_author_lower li {
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.5;
    background: transparent url("../../_img/parts/list_01.png") no-repeat left center;
    padding-left: 25px;
    white-space: nowrap;
}


/* header */
header.header {
    border: none;
}
.header_nav {
    max-width: 1180px;
}

.header_nav .site_title {
    margin: 0 0 0 30px;
    font-size: 12px;
    width: auto;
}

.header_nav .logo_jijico {
    width: 190px;
    margin: 0;
}

.header_nav .logo_jijico img {
    width: 100%;
    height: auto;
}

.wrap_breadcrumbs {
    max-width: 100%;
    border-bottom: 1px solid #dbd4c8;
    border-top: 1px solid #dbd4c8;
}
.frame_breadcrumbs {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
}
.frame_breadcrumbs ol li a {
    color: #777;
}

.header-views {
    background-color: #f9f7f2;
    padding: 20px 40px;
    margin: 26px 0 56px;
}

.header-views .index-txt {
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: normal;
}
.header-views p {
    line-height: 1.6;
    font-size: 15px;
}

section.sec_columns .sec_columns_1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

section.sec_columns .sec_columns_1 .block {
    display: inline-block;
    width: 370px;
    vertical-align: top;
}

section.sec_columns .block .profile {
    padding-top: 10px;
    font-size: 14px;
    line-height: 1.4;
    color: #323232;
}

section.sec_columns .block .profile img {
    border: 1px solid #dbd4c8;
    border-radius: 20px;
    height: 42px;
    width: 42px;
    float: left;
    display: block;
    margin-right: 8px;
}

section.sec_columns .block .profile .p-name {
    font-size: 12px;
    line-height: 1.4;
    padding-top: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

section.sec_columns .block .profile .p-job {
    font-size: 11px;
    line-height: 1.4;
    margin-top: 3px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

section.sec_columns .block .date {
    display: block;
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 10px;
}

section.sec_columns .block h2 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.3;
    color: #111;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    min-height: 86px;
}

section.sec_columns .block h2 a {
    color: #111;
}

section.sec_columns .excerpt {
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 10px;
}

/* .top_sec_mmbnr */
section.sec_columns .top_sec_mmbnr {
    display: flex;
    justify-content: center;
    margin: 45px auto 60px;
    border-bottom: none;
}

section.sec_columns .top_sec_mmbnr .btn_mail a,
section.sec_columns .top_sec_mmbnr .btn_fb a,
section.sec_columns .top_sec_mmbnr .btn_tw a {
    position: relative;
    display: flex;
    align-items: center;
    width: 274px;
    height: 52px;
    font-size: 14px;
    color: #E95504;
    border: 1px solid #E95504;
    border-radius: 4px;
    padding-left: 81px;
    margin: 0 20px;
    box-sizing: border-box;
}

section.sec_columns .top_sec_mmbnr .btn_mail a::before,
section.sec_columns .top_sec_mmbnr .btn_fb a::before,
section.sec_columns .top_sec_mmbnr .btn_tw a::before {
    content: '';
    display: block;
    position: absolute;
    top: 12px;
    left: 13px;
    width: 26px;
    height: 26px;
    background: url(/img/jijico/icon_mail.png) no-repeat;
}

section.sec_columns .top_sec_mmbnr .btn_fb a::before {
    background: url(/img/jijico/icon_fb.png) no-repeat;
}

section.sec_columns .top_sec_mmbnr .btn_fb a {
    color: #4168B2;
    border-color: #4168B2;
    padding-left: 58px;
}

section.sec_columns .top_sec_mmbnr .btn_tw a::before {
    background: url(/img/jijico/icon_tw.png) no-repeat;
}

section.sec_columns .top_sec_mmbnr .btn_tw a {
    color: #2E9FF2;
    border-color: #2E9FF2;
    padding-left: 55px;
}

section.sec_columns .top_sec_mmbnr .btn_mail a:hover,
section.sec_columns .top_sec_mmbnr .btn_fb a:hover,
section.sec_columns .top_sec_mmbnr .btn_tw a:hover {
    text-decoration: none;
}

/* .sec_columns_2,.sec_columns_3 */
section.sec_columns .sec_columns_2 .block,
section.sec_columns .sec_columns_3 .block {
    display: flex;
    justify-content: space-between;
    padding: 30px 0 30px;
    border-bottom: 1px solid #dbd4c8;
    min-height: 200px;
}

section.sec_columns .sec_columns_2 .block:first-child,
section.sec_columns .sec_columns_3 .block:first-child {
    border-top: 1px solid #dbd4c8;
}

section.sec_columns .sec_columns_2 .left_col,
section.sec_columns .sec_columns_3 .left_col {
    width: 376px;
}

section.sec_columns .sec_columns_2 .right_col,
section.sec_columns .sec_columns_3 .right_col {
    width: 180px;
}

section.sec_columns .sec_columns_2 h2,
section.sec_columns .sec_columns_3 h2 {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: unset;
}

section.sec_columns .sec_columns_2 .excerpt,
section.sec_columns .sec_columns_3 .excerpt {
    font-size: 13px;
    line-height: 1.4;
    color: #777;
    margin-bottom: 0;
}

section.sec_columns .sec_columns_2 .block .date,
section.sec_columns .sec_columns_3 .block .date {
    color: #777;
    margin-bottom: 6px;
}

/* .sec_pagenation */
section.sec_pagenation {
    clear: both;
    padding: 90px 0 0;
}

section.sec_pagenation ul {
    display: flex;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
}

section.sec_pagenation li {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: 14px;
    margin: 0 5px;
}

section.sec_pagenation li a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    color: #E95504;
    border: 1px solid #E95504;
    border-radius: 3px;
    box-sizing: border-box;
}

section.sec_pagenation li a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #E95504;
}

section.sec_pagenation li.cr a {
    color: #fff;
    background: #E95504;
}

section.sec_pagenation li.btn_prev a,
section.sec_pagenation li.btn_next a {
    display: block;
    width: 80px;
    text-indent: -99999px;
    overflow: hidden;
}

section.sec_pagenation li.btn_prev a:hover,
section.sec_pagenation li.btn_next a:hover {
    opacity: .7;
}

section.sec_pagenation li.btn_prev a::before,
section.sec_pagenation li.btn_next a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    border-right: 2px solid #E95504;
    border-bottom: 2px solid #E95504;
    transform: translate(-50%, -50%) rotate(-45deg);
    margin-left: -3px;
}

section.sec_pagenation li.btn_prev a::before {
    transform: translate(-50%, -50%) rotate(135deg);
    margin-left: 3px;
}

section.sec_pagenation li.btn_prev a:hover::before,
section.sec_pagenation li.btn_next a:hover::before {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

/* .sec_searchform */
.sec_search .block {
    margin-bottom: 30px;
}

section.sec_searchform {
    margin-top: 60px;
}

.header_search_box {
    margin-bottom: 60px;
}

.page_search .sec_pagenation {
    padding-top: 0;
}

.header_search_box form,
section.sec_searchform form {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header_search_box form input,
section.sec_searchform form input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    background: none;
    outline: none;
    width: 360px;
    height: 44px;
    font-size: 14px;
    padding: 2px 14px;
    border-radius: 3px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.header_search_box form input::placeholder,
section.sec_searchform form input::placeholder {
    color: #777;
}

.header_search_box form button,
section.sec_searchform form button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    outline: none;
    width: 90px;
    height: 44px;
    font-size: 16px;
    color: #fff;
    background: #607D8B;
    padding: 0;
    border: none;
    border-radius: 3px;
    margin-left: 20px;
    transition: opacity .3s;
}

.header_search_box form button:hover,
section.sec_searchform form button:hover {
    opacity: .7;
    cursor: pointer;
}

/* .sec_themes */
section.sec_themes {
    padding: 92px 0 0;
}

section.sec_themes h2,
section.sec_tagcloud h2,
aside h2 {
    font-size: 20px;
    color: #E95504;
    line-height: 1;
    text-align: center;
    margin-bottom: 25px;
}

section.sec_themes ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 840px;
    margin: 0 auto;
}

section.sec_themes li a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 260px;
    height: 30px;
    color: #333;
    font-size: 14px;
    margin-bottom: 10px;
    box-sizing: border-box;
    transition: opacity .3s;
    background-color: #f3f0e9;
}

section.sec_themes li a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 14px;
    width: 4px;
    height: 4px;
    border-right: 1px solid #555;
    border-bottom: 1px solid #555;
    transform: translateY(-50%) rotate(-45deg);
    margin-left: -3px;
}

section.sec_themes li a:hover {
    text-decoration: none;
    opacity: .7;
}

/* .sec_tagcloud */
section.sec_tagcloud {
    padding: 60px 0 0;
    margin-bottom: 80px;
}

section.sec_tagcloud h2 {
    margin-bottom: 20px;
}

section.sec_tagcloud ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 840px;
    margin: 0 auto;
}

section.sec_tagcloud li {
    margin: 0 7px 14px;
}

section.sec_tagcloud li a {
    color: #676666;
    background: #f6f6f6;
    padding: 8px;
    border-radius: 4px;
    display: block;
}

section.sec_tagcloud li a:hover {
    text-decoration: none;
    opacity: .7;
}

.sec_tagcloud .more {
    text-align: center;
    margin-top: 20px;
}

.fb_block .fb-page {
    display: block;
    width: 500px;
    height: 300px;
    margin: 92px auto 93px;
}

.fb_block .fb-page iframe {
    width: 500px !important;
    height: 300px !important;
}

aside {
    max-width: 870px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    text-align: center;
}

aside ul {
    width: 100%;
    clear: both;
    text-align: center;
}

aside ul li {
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 26px;
}

aside p {
    font-size: 14px;
    line-height: 24px;
}

footer {
    margin-top: 105px;
    padding-top: 30px;
    padding-bottom: 60px;
    background-color: #2f210b;
}

.footer_inner {
    max-width: 1200px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

footer .list_sns {
    display: block;
    float: left;
    clear: left;
    margin-right: 40px;
}

footer .list_sns li {
    display: inline-block;
    margin-right: 25px;
    line-height: 30px;
}

footer .list_sns li img {
    height: 20px;
    vertical-align: middle;
}

footer .list_utilities {
    display: block;
    float: left;
    padding-bottom: 12px;
}

footer .list_utilities li {
    display: inline-block;
    margin-right: 23px;
    font-size: 14px;
    color: #fff;
}

footer a,
footer a:link,
footer a:visited {
    color: #fff;
}

footer .mbp {
    float: right;
    clear: right;
}

footer .mbp img {
    max-width: 100px;
}

footer .copyright {
    margin-top: 10px;
    font-size: 11px;
    color: #fff;
    float: left;
    clear: left;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

/* sec_post */
.header_breadcrumbs {
    margin-top: 13px;
}

.sec_post {
    width: 870px;
    margin: 0 auto;
}

.sec_post .post-title {
    font-size: 28px;
    color: #111;
    line-height: 1.4;
    margin: 68px 0 12px;
    font-weight: 700;
}
.sec_search .search-title {
    font-size: 19px;
    color: #111;
    line-height: 1.4;
    margin: 30px 0 12px;
}
.sec_post .about-title {
    font-size: 28px;
    color: #111;
    line-height: 1.4;
    margin: 68px 0 40px;
}

.jijico_about .sec_post h2 {
    font-size: 28px;
    color: #111;
    margin: 68px 0 40px;
    padding-top: 0;
}

.sec_post .date,
section.sec_columns dl dt,
section.sec_columns dl dd {
    font-size: 13px;
    line-height: 22px;
    color: #777;
}

section.sec_columns dl dt {
    display: inline-block;
    font-weight: normal;
    min-height: auto;
    margin: 0 0 0 13px;
}

section.sec_columns dl dt:first-child {
    margin-left: 0;
}

section.sec_columns dl dd {
    display: inline-block;
}

.sec_post .social_head {
    display: flex;
    padding: 8px 0 17px;
}

.sec_post .social_head .tweet_btn {
    margin-right: 5px;
}

.sec_post figure {
    margin-bottom: 37px;
}

.sec_post mark {
    padding: 3q;
    font-weight: normal;
    font-style: normal;
}

.sec_post h2 {
    font-size: 22px;
    line-height: 1.5;
    margin-top: 28px;
    margin-bottom: 17px;
}

.sec_post h3 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 15px;
    line-height: 1.6;
}
.sec_post h4,
.sec_post h5 {
    font-size: 17px;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 15px;
    line-height: 1.7;
}
.sec_post p,
.sec_post li {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 34px;
}

.sec_post ul {
    margin-bottom: 34px;
}

.sec_post li {
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 0;
}

.sec_post .uline {
    text-decoration: underline;
}

.sec_post blockquote {
    font-size: 16px;
    line-height: 1.5;
    background: #E9E9E9;
    padding: 30px;
    margin-bottom: 30px;
}

.sec_post blockquote p:first-of-type {
    margin-bottom: 0;
}

/* sec_profile */
.sec_profile {
    display: flex;
    width: 870px;
    border-top: 1px solid #dbd4c8;
    padding-top: 30px;
    margin: 60px auto 30px;
}

.sec_profile figure {
    margin-right: 20px;
}

.sec_profile .p-job {
    font-size: 12px;
    margin-bottom: 10px;
}

.sec_profile .p-name {
    font-size: 18px;
    margin: 20px 0 15px;
}

.sec_profile .p-company {
    font-size: 12px;
    margin-left: 10px;
}

.sec_profile .link_box a {
    display: inline-block;
    font-size: 12px;
    margin-right: 20px;
}

.sec_profile .link_box a::before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border-right: 2px solid #E95502;
    border-bottom: 2px solid #E95502;
    transform: rotate(-45deg);
    margin-right: 6px;
}

.sec_profile .link_box a[target="_blank"]::after {
    content: '';
    display: inline-block;
    width: 13px;
    height: 12px;
    background: url(/img/jijico/article/icon_blank.png) no-repeat;
    background-size: contain;
    margin-left: 3px;
}

.entry_sns_sec {
    width: 870px;
    margin: 0 auto;
    margin-bottom: 60px;
}

.sec_adsbygoogle-pc {
    width: 870px;
    text-align: center;
    padding-bottom: 15px;
    margin: 110px auto 0;
}

.sec_adsbygoogle-pc div.ads {
    max-width: 434px;
    width: 100%;
    float: left;
}

.sec_adsbygoogle-pc div.wide-ads {
    margin-bottom: 30px;
}

.other_ttl {
    font-size: 18px;
    color: #E95504;
    text-align: center;
    margin-bottom: 25px;
}

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

    .display-sp {
        display: initial;
    }

    body {
        min-width: 100%;
    }

    section.sec_hints .fr_list_tags ul li,
    section.sec_themes .fr_list_tags ul li,
    section.sec_authorlist_link .fr_list_tags ul li {
        display: inline-block;
        margin-left: 4%;
        margin-right: 2%;
        width: 43%;
        margin-bottom: 10px;

    }

    section.sec_authorlist_link .fr_list_tags ul li {
        margin-left: 4%;
        margin-right: 4%;
        width: 92%;
    }

    .footer_inner {
        max-width: 80%;
        margin-right: auto;
        margin-left: auto;
    }

    footer .list_utilities {
        text-align: center;
        display: flex;
        flex-direction: column;
        float: none;
    }

    footer .list_utilities li {
        font-size: 13px;
        padding: 10px 0;
        margin: 0;
    }

    footer .mbp {
        width: 100%;
        text-align: center;
        margin-top: 30px;
        top: 30px;
        float: none;
        clear: both;
    }

    footer .copyright {
        margin-top: 20px;
        font-size: 12px;
        float: none;
        clear: both;
        text-align: center;
    }

    nav.breadcrumbs {
        max-width: 94%;
        margin-top: 20px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
    }

    nav.breadcrumbs {
        display: none;
    }

    main.single article {
        display: block;
        width: 90%;
        margin-right: auto;
        margin-left: auto;
    }

    main.single article h1 {
        font-size: 24px;
        line-height: 34px;
        text-align: left;
    }

    section.sec_social ul {
        width: 94%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #f7f7f7;
        text-align: center;
    }

    section.sec_author {
        width: 94%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 70px;
        margin-bottom: 0;
    }

    section.sec_mmbnr .mmbnr_frame {
        width: 94%;
        margin-left: auto;
        margin-right: auto;
        height: 70px;
        padding-top: 60px;
        background: transparent url("../../_img/parts/bnr_bg_01.png") no-repeat top center;
        text-align: center;
    }

    section.sec_author .sec_author_upper dl {
        float: none;
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        margin-bottom: 10px;
        width: 90%;
    }

    section.sec_author .sec_author_upper .talk_on_asqmii {
        display: block;
        float: none;
        clear: both;
        margin-right: auto;
        margin-left: auto;
        margin-top: 10px;
        width: 90%;
        border-radius: 10px;
        text-align: center;
    }

    section.sec_adsbygoogle-sp {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 25px;
        text-align: center;
    }

    section.sec_adsbygoogle-sp div.wide-ads {
        margin-bottom: 25px;
    }



    .front_lead_mobile {
        display: block;
        width: auto;
        margin-right: auto;
        margin-left: auto;
        margin-top: 22px;
        text-align: center;
        font-size: 14px;
    }

    .front_lead {
        display: none;
    }


    .header_nav {
        width: 100%;
        padding: 0 0 0 8px;
        border: none;
        box-sizing: border-box;
    }

    .header_nav .logo_jijico {
        width: 160px;
        margin: 0;
    }

    .frame_breadcrumbs {
        padding: 0;
    }

    h1 {
        font-size: 14px;
        margin: 24px 0 23px;
    }

    section.sec_columns {
        width: 100%;
        margin: 0;
    }

    section.sec_columns .sec_columns_1 {
        display: block;
        width: 89.3%;
        border-bottom: none;
        margin: 0 auto;
        margin-bottom: 40px;
    }

    section.sec_columns .sec_columns_1 .block {
        width: 100%;
        margin-bottom: 30px;
    }

    section.sec_columns .sec_columns_1 .block:last-child {
        margin-bottom: 0;
    }

    section.sec_columns .block h2 {
        min-height: auto;
        font-size: 16px;
        margin-bottom: 8px;
        min-height: unset;
    }

    section.sec_columns .block .date {
        font-size: 12px;
        margin-bottom: 12px;
    }

    section.sec_columns .excerpt,
    section.sec_columns .sec_columns_2 .excerpt,
    section.sec_columns .sec_columns_3 .excerpt {
        display: none;
    }

    section.sec_columns .top_sec_mmbnr {
        display: block;
        padding: 0;
        margin: 30px auto 40px;
    }

    section.sec_columns .top_sec_mmbnr .btn_mail,
    section.sec_columns .top_sec_mmbnr .btn_fb {
        margin-bottom: 15px;
    }

    section.sec_columns .top_sec_mmbnr .btn_mail a,
    section.sec_columns .top_sec_mmbnr .btn_fb a,
    section.sec_columns .top_sec_mmbnr .btn_tw a {
        width: 73vw;
        margin: 0 auto;
    }

    section.sec_columns .block .profile .p-name {
        font-size: 12px;
        padding-top: 7px;
    }

    section.sec_columns .block .profile .p-job {
        font-size: 10px;
        margin-top: 4px;
        color: #999;
    }

    section.sec_columns .sec_columns_2,
    section.sec_columns .sec_columns_3 {
        width: 100%;
        display: block;
        float: none;
        clear: both;
    }

    section.sec_columns .sec_columns_2 .block,
    section.sec_columns .sec_columns_3 .block {
        position: relative;
        display: block;
        padding: 20px 5.3% 18px;
        min-height: unset;
    }

    section.sec_columns .sec_columns_3 .block:first-child {
        border-top: none;
    }

    section.sec_columns .sec_columns_2 .left_col,
    section.sec_columns .sec_columns_3 .left_col {
        width: 59.7vw;
    }

    section.sec_columns .sec_columns_2 .right_col,
    section.sec_columns .sec_columns_3 .right_col {
        width: 100%;
    }

    section.sec_columns .sec_columns_2 h2,
    section.sec_columns .sec_columns_3 h2 {
        font-size: 14px;
        line-height: 1.4;
    }

    section.sec_columns .sec_columns_2 .block .date,
    section.sec_columns .sec_columns_3 .block .date {
        font-size: 11px;
        margin-bottom: 5px;
    }

    section.sec_columns .sec_columns_2 .keyimage,
    section.sec_columns .sec_columns_3 .keyimage {
        position: absolute;
        top: 0;
        right: 8vw;
        width: 21.3vw;
        height: 100%;
        max-width: none;
        max-height: none;
        display: block;
        float: none;
        box-sizing: border-box;
    }

    section.sec_columns .sec_columns_2 .keyimage a,
    section.sec_columns .sec_columns_3 .keyimage a {
        display: block;
        height: 100%;
        padding-top: 20px;
        min-height: unset;
    }

    section.sec_columns .sec_columns_2 .keyimage a::after,
    section.sec_columns .sec_columns_3 .keyimage a::after {
        content: '';
        position: absolute;
        top: 50%;
        right: -5.3vw;
        width: 10px;
        height: 10px;
        border-right: 2px solid #111;
        border-bottom: 2px solid #111;
        transform: translateY(-50%) rotate(-45deg);
    }

    section.sec_columns .sec_columns_2 .keyimage img,
    section.sec_columns .sec_columns_3 .keyimage img {
        width: 100%;
        max-width: 80px;
        height: auto;
    }

    section.sec_themes ul,
    section.sec_tagcloud ul {
        width: 100%;
    }

    section.sec_pagenation {
        padding: 40px 0 24px;
    }

    section.sec_pagenation ul {
        width: 100%;
    }

    section.sec_pagenation li {
        display: none;
    }

    section.sec_pagenation li.btn_prev {
        display: block;
        margin: 0 auto 0 5.3vw;
    }

    section.sec_pagenation li.btn_next {
        display: block;
        margin: 0 5.3vw 0 auto;
    }

    section.sec_pagenation li.btn_prev a,
    section.sec_pagenation li.btn_next a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 158px;
        color: #E95504;
        background: #fff;
        border: 1px solid #E95504;
        font-size: 14px;
        text-indent: 0;
        overflow: hidden;
    }

    section.sec_pagenation li.btn_prev a::before {
        left: 15px;
        width: 10px;
        height: 10px;
        border-color: #E95504;
        margin: 0;
    }

    section.sec_pagenation li.btn_next a::before {
        left: inherit;
        right: 5px;
        width: 10px;
        height: 10px;
        border-color: #E95504;
        margin: 0;
    }

    .header_search_box,
    section.sec_searchform {
        padding: 0 5.3vw;
    }

    .header_search_box {
        margin-bottom: 6vw;
    }

    .header_search_box form,
    section.sec_searchform form {
        justify-content: center;
    }

    .header_search_box form input,
    section.sec_searchform form input {
        width: 68vw;
        height: 40px;
        border-radius: 3px 0 0 3px;
    }

    .header_search_box form button,
    section.sec_searchform form button {
        width: 21.3vw;
        height: 40px;
        font-size: 14px;
        margin: 0;
        border-radius: 0 3px 3px 0;
    }

    section.sec_themes {
        max-width: 100%;
        font-size: 14px;
        padding: 60px 10px 0;
    }

    section.sec_themes ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 2px 2px;
        gap: 2px 2px;
        margin-top: 0;
    }

    section.sec_themes li a {
        justify-content: flex-start;
        width: 100%;
        height: 40px;
        margin: 0;
        line-height: 1.4;
        font-size: 12px;
        padding: 7px 20px 7px 10px;
    }

    section.sec_tagcloud {
        padding: 44px 0 0;
        margin-bottom: 44px;
    }

    section.sec_tagcloud ul {
        width: 90.6vw;
        margin: 0 auto;
    }

    section.sec_tagcloud li {
        margin-bottom: 12px;
    }

    .fb_block .fb-page {
        max-width: 89.3vw;
        height: 53.3vw;
        margin: 45px auto 63px;
    }

    .fb_block .fb-page iframe {
        max-width: 89.3vw !important;
        height: 53.3vw !important;
    }

    aside ul li {
        margin: 0 15px 16px;
    }

    aside img {
        height: 32px;
        width: auto;
    }

    aside p {
        font-size: 11px;
        line-height: 21px;
        padding: 5px 0 0;
    }

    footer {
        margin-top: 55px;
    }

    /* sec_post */
    .header_breadcrumbs {
        border-top: 2px solid #E95504;
        margin-top: -1px;
    }

    .frame_breadcrumbs ol li {
        font-size: 12px;
    }

    .sec_post {
        width: 89.3vw;
    }

    .header-views {
        margin: 0 0 30px;
        padding: 20px 20px;
    }
    .header-views .index-txt {
        margin: 0 0 12px;
        font-size: 17px;
    }
    .header-views p {
        line-height: 1.6;
        font-size: 13px;
    }
    .sec_post .post-title {
        font-size: 19px;
        margin: 15px 0 12px;
    }
    .sec_search .search-title {
        font-size: 19px;
        margin: 30px 0 12px;
    }
    .sec_post .about-title {
        font-size: 19px;
        line-height: 1.4;
        margin: 30px 0 15px;
    }
    
    .jijico_about .sec_post h2 {
        font-size: 19px;
        line-height: 1.4;
        margin: 30px 0 15px;
        text-align: left;
    }

    section.sec_columns dl dt {
        clear: left;
        float: left;
        display: block;
        margin: 0;
    }

    section.sec_columns dl dt:first-child {
        margin-left: 0;
    }

    section.sec_columns dl dd {
        float: left;
        display: block;
    }

    .sec_post .social_head {
        clear: left;
        display: flex;
        padding: 9px 0 17px;
    }

    .sec_post .social_head .tweet_btn {
        margin-right: 5px;
    }

    .sec_post figure {
        margin-bottom: 27px;
    }

    .sec_post figure img {
        width: 100%;
        height: auto;
    }

    .sec_post h2 {
        font-size: 18px;
        line-height: 1.5;
        margin-top: 28px;
        margin-bottom: 17px;
    }
    
    .sec_post h3 {
        font-size: 16px;
        font-weight: bold;
        margin-top: 25px;
        margin-bottom: 15px;
        line-height: 1.5;
    }
    .sec_post h4,
    .sec_post h5 {
        font-size: 15px;
        font-weight: bold;
        margin-top: 25px;
        margin-bottom: 15px;
        line-height: 1.5;
    }

    .sec_post p,
    .sec_post li {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 27px;
    }

    .sec_post ul {
        margin-bottom: 34px;
    }

    .sec_post li {
        margin-bottom: 0;
    }

    .sec_post blockquote {
        font-size: 14px;
        line-height: 25px;
        padding: 15px;
    }

    /* sec_profile */
    .sec_profile {
        width: 89.3vw;
        padding-top: 20px;
        margin: 30px auto 20px;
    }

    .sec_profile figure {
        margin-right: 10px;
    }

    .sec_profile figure img {
        width: 80px;
        height: auto;
    }

    .sec_profile .job {
        font-size: 10px;
        padding-top: 5px;
        margin-bottom: 15px;
    }

    .sec_profile .p-name {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .sec_profile .p-company {
        font-size: 10px;
        margin-left: 0;
    }

    .sec_profile .link_box {
        margin-left: -3px;
    }

    .sec_profile .link_box a {
        margin-right: 15px;
    }

    .sec_profile .link_box a::before {
        width: 5px;
        height: 5px;
        margin-right: 6px;
    }

    .entry_sns_sec {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 44px;
    }

    .sec_adsbygoogle-pc {
        width: 870px;
        text-align: center;
        padding-bottom: 15px;
        margin: 113px auto 0;
    }

    .sec_adsbygoogle-pc div.ads {
        max-width: 434px;
        width: 100%;
        float: left;
    }

    .sec_adsbygoogle-pc div.wide-ads {
        margin-bottom: 30px;
    }

    .other_ttl {
        font-size: 18px;
        color: #E95504;
        text-align: center;
        margin-bottom: 25px;
    }

}

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

    section.sec_pagenation li.btn_prev a,
    section.sec_pagenation li.btn_next a {
        width: 138px;
    }
}