@charset "UTF-8";

/* --------------------------------------------- */
/* ▼mobile (全環境に共通) */
/* --------------------------------------------- */
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,hgroup,menu,nav,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

* {
    box-sizing: border-box;
}

body {
    line-height: 1;
}

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

.accordion {
    color: black;
    font-weight: bold;
    transition: 0.4s;
    font-size: 14px;
    display: block;
    width: 100%;
    text-align: center;
}

.accordion:hover {
    cursor: pointer;
}

.panel {
    margin-top: 20px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordion::before {
    content: '\002B';
    font-size: 14px;
    /* margin-left: 5px; */
}

.active-accord::before {
    content: "\2212";
}


.show-pc {
    display: none;
}

nav ul {
    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;
}

ins {
    background-color: #ff9;
    color: #111;
    text-decoration: none;
}

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

del {
    text-decoration: line-through;
}

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

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

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

input,
select {
    vertical-align: middle;
}

ol,
ul {
    list-style: none;
}

img {
    vertical-align: top;
    font-size: 0;
    line-height: 0;
}

html {
    overflow-y: scroll;
}

html {
    font-size: 62.5%;
}

body {
    -webkit-text-size-adjust: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    font-size: 14px;
    color: #111;
}

@font-face {
    font-family: 'icomoon';
    src: url(fonts/icomoon.woff) format('woff'), url(fonts/icomoon.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    height: 32px;
    width: 32px;
    display: inline-block;
    fill: currentColor;
}

a {
    color: #111;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

a:visited {
    color: #111;
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    color: #ea5e11;
}

a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

a.linklist {
    color: #014099;
}

a.linklist:hover {
    color: #3480ce;
    text-decoration: underline;
}

a.blank::after {
    display: inline-block;
    width: 12px;
    height: 10px;
    background: url(/img/svg_blank.svg) right top no-repeat;
    content: '';
}

a[href^="tel:"] {
    cursor: pointer;
}

*:focus {
    outline: none;
}

#container {
    width: auto;
}

#container_main {
    float: none;
    width: auto;
}

#container_right {
    float: none;
    width: auto;
}

#container_left {
    float: none;
    width: auto;
}

#Checksize {
    display: none;
}

/* header
-----------------------------------------*/
header.header {
    border-bottom: 1px solid #eee;
    background: #fff;
}

.header_nav {
    padding: 0 8px;
    width: auto;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.header_nav .logo-wrap {
    display: flex;
    align-items: center;
    padding-left: 4px;
}

.header_nav .site_title {
    width: 100px;
    margin: 0;
}
.area .header_nav .site_title {
    width: 100px;
    margin: 0 8px 0 0;
}

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

.header_nav .site_title a {
    display: block;
}

.header_nav .util_sitetxt {
    display: none;
}

.header_nav .util_sitetxt img {
    width: auto;
    height: 11px;
}

.area .header_nav .util_comlogo img {
    height: 25px;
}

.header_nav .nav_link {
    width: auto;
}

.header_nav .nav_link p {
    float: left;
    position: relative;
}

.header_nav .nav_link p.link a {
    position: relative;
    padding: 11px 18px 10px 20px;
    font-size: 12px;
    font-weight: bold;
    display: block;
}

.header_nav .nav_link p.link:after {
    display: block;
    content: '';
    position: absolute;
    top: 12px;
    left: 7px;
    width: 5px;
    height: 5px;
    margin: 2px 0 0 0;
    border-top: solid 1px #111;
    border-right: solid 1px #111;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header_nav .nav_link p.search,
.header_nav .nav_link p.menubtn {
    width: 46px;
    font-size: 8px;
    font-weight: bold;
    border-right: solid 1px #ccc;
}

.header_nav .nav_link p.search {
    border-left: solid 1px #ccc;
    position: relative;
}

.header_nav .nav_link p.menubtn {
    border-right: none;
}

.header_nav .nav_link p.search a,
.header_nav .nav_link p.menubtn a {
    display: block;
    color: #111;
    height: 33px;
    padding-top: 24px;
    font-size: 8px;
    text-align: center;
    box-sizing: border-box;
}

.header_nav .nav_link p.search a:hover,
.header_nav .nav_link p.menubtn a:hover {
    color: #e95504;
}

.header_nav .nav_link p.search a {
    background: url(/img/header/header_search_sp.png) no-repeat center top;
    background-size: 20px;
}

.header_nav .nav_link p.menubtn a,
.header_nav .nav_link p.menubtn.close a {
    background: url(/img/header/header_menu_sp.png) no-repeat center top;
    background-size: 20px;
}

.header_nav .nav_link p.menubtn.open a {
    background: url(/img/header/header_menu_close_sp.png) no-repeat center top;
    background-size: 20px;
}

.nav_menu {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    z-index: 999;
}

.nav_menu.close {
    display: none;
}

.nav_menu ul {
    background-color: #fff;
    border-top: solid 1px #CCC;
}

.nav_menu ul li {
    border-bottom: solid 1px #CCC;
}

.nav_menu ul li a {
    position: relative;
    display: block;
    padding: 15px;
}

.nav_menu ul li a:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    width: 6px;
    height: 6px;
    margin: -4px 0 0 0;
    border-top: solid 2px #111;
    border-right: solid 2px #111;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav_menu p {
    background-color: #fff;
    padding: 15px;
    text-align: right;
    border-bottom: solid 1px #CCC;
}

.nav_menu p a {
    position: relative;
}

.nav_menu p a:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: -20px;
    width: 6px;
    height: 6px;
    margin: -2px 0 0 0;
    border-top: solid 2px #111;
    border-right: solid 2px #111;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* ハンバーガーメニュー */
.site-header-nav {
    position: fixed;
    top: 50px;
    left: 0;
    z-index: 99;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    min-height: 100vh;
    min-height: 100dvh;
    padding-bottom: 64px;
    overflow-y: scroll;
    box-shadow: none;
    transition: transform .3s;
    transform: translateX(100%);
    background-color: #fb6614;
}

.site-header-nav.active {
    transform: translateX(0);
}

.site-header-nav .nav-list-wrap:before {
    display: none;
}
.menubtn {
    position: absolute;
    top: 0px;
    right: 8px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    overflow: hidden;
    text-align: center;
}
.menubtn .on {
    display: block;
}
.menubtn .off {
    display: none;
}

.menubtn.active .on {
    display: none;
}
.menubtn.active .off {
    display: block;
}

.menubtn .fas {
    font-size: 20px;
    padding-top: 10px;
    color: #444;
}
.menubtn-area .text {
    font-size: 10px;
    margin-top: 4px;
}

.menubtn .menubtn-area {
    transition: all .4s;
}

.menubtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    background: #e95504;
    width: 23px;
}

.menubtn span:nth-of-type(1) {
    top: 15px;
}

.menubtn span:nth-of-type(2) {
    top: 23px;
}

.menubtn span:nth-of-type(3) {
    top: 31px;
}

.menubtn.active .menubtn-area {
    transform: rotateX(360deg);
}

.menubtn.active span:nth-of-type(1) {
    top: 18px;
    left: 15px;
    transform: translateY(6px) rotate(-135deg);
    width: 40%;
}

.menubtn.active span:nth-of-type(2) {
    opacity: 0;
}

.menubtn.active span:nth-of-type(3) {
    top: 30px;
    left: 15px;
    transform: translateY(-6px) rotate(135deg);
    width: 40%;
}

/* .nav-list-wrap */
.site-header-nav .nav-list-wrap {
    flex-direction: column;
    padding: 0 0 100px;
    height: auto;
    max-width: 1060px;
    margin: 0 auto;
}

.site-header-nav .nav-list {
    height: auto;
    padding: 0 20px;
}

.site-header-nav .nav-list .ttl {
    text-align: center;
    font-size: 16px;
    padding-top: 15px;
    color: #fff;
}

.site-header-nav .nav-list dl dt {
    position: relative;
    background: #fff;
    border-radius: 3px;
    font-size: 16px;
    text-align: center;
    padding: 8px 0 8px 0;
    margin-top: 10px;
    cursor: pointer;
}
.site-header-nav .nav-list dl dd li {
    display: inline-block;
    vertical-align: top;
    margin-top: 6px;
    padding-bottom: 6px;
    width: 33.333%;
    border-bottom: 1px solid #fff;
}
.site-header-nav .nav-list dl dd li a {
    display: block;
    text-align: center;
    padding: 10px 0;
    border-right: 1px solid #fff;
    color: #fff;
}
.site-header-nav .nav-list dl dd li a:hover {
    color: #fb6614;
    background: #fff;
}

.site-header-nav .nav-list dl dd li:nth-child(3n) a {
    border-right: none;
}
.site-header-nav .nav-list .all-top a {
    margin: 10px 0;
    padding: 15px;
    display: block;
    text-align: center;
    color: #fff;
}
.site-header-nav .nav-list .all-top a:hover {
    color: #fb6614;
    background: #fff;
}






.site-header-nav .nav-list-ul {
    display: block;
    height: auto;
}

.site-header-nav .nav-list-li {
    padding: 25px 16px 0;
}

.site-header-in .site-header-nav .nav-list-li:hover {
    border: none;
}

.site-header-nav .nav-list-li .nav-name {
    padding-bottom: 20px;
}

.site-header-nav .nav-list-li .list-wrap {
    position: relative;
    visibility: unset;
    box-shadow: none;
    padding: 0;
}

.site-header-in .site-header-nav .nav-list-li .list-wrap .list-ul {
    max-width: none;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px 32px;
    gap: 20px 20px;
}

.site-header-in .site-header-nav .nav-list-li .list-wrap .list-ul .list-li a .img-box {
    max-width: 200px;
}

.site-header-in .site-header-nav .hd-link-wrap {
    margin: 50px 16px 0;
    padding: 30px 0;
    width: calc(100% - 32px);
    border-top: 1px solid #fff;
}



/* breadcrumbs
-----------------------------------------*/
.wrap_breadcrumbs {
    font-size: 10px;
    overflow-x: scroll;
    word-break: keep-all;
    -webkit-overflow-scrolling: touch;
    padding: 7px 10px;
}

.frame_breadcrumbs ol {
    display: inline;
    width: 100%;
    white-space: nowrap;
}

.frame_breadcrumbs ol:before {
    font-family: 'icomoon';
    content: '\e912';
    font-size: 1.1em;
    line-height: 1;
    margin-right: 3px;
    color: #666;
}

.frame_breadcrumbs ol li {
    display: inline;
    font-size: 10px;
    line-height: 1;
    position: relative;
    padding-right: 18px;
}

.frame_breadcrumbs ol li a:after {
    position: absolute;
    top: 4px;
    right: 7px;
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-top: 1px solid #bbb;
    border-right: 1px solid #bbb;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* container_left
-----------------------------------------*/

/* container_right
-----------------------------------------*/
.frame_side_contents {
    padding-bottom: 30px;
}

.frame_side_contents p.limit {
    margin: 13px 10px 0;
    text-align: right;
    font-size: 11px;
    font-weight: bold;
}

.frame_side_contents .sideTitle {
    position: relative;
    margin: 0 10px;
    padding: 18px 0 18px 50px;
    text-align: left;
    background-color: #f1efe3;
    background-size: 40px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: bold;
}

.frame_side_contents .sideTitle:after {
    position: absolute;
    top: 44%;
    left: 10px;
    margin-top: -40px;
    margin-left: -25px;
}

.frame_side_contents.rank .sideTitle:after {
    content: url(/img/icon/icon_side_rank_sp.png);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

.frame_side_contents .sideTitle.icon:after {
    position: absolute;
    top: 10px;
    left: 7px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #fff;
    border: none;
    content: '';
    font-family: 'icomoon';
    font-size: 22px;
    font-weight: normal;
    line-height: 34px;
    margin: 0 0 0 0px;
    text-align: center;
}

.frame_side_contents.chumoku .sideTitle.icon:after {
    content: '\e911';
}

.frame_side_contents.seminar .sideTitle.icon:after {
    content: '\e8f9';
}

.frame_side_contents .morelink {
    margin: 0 10px;
}

.frame_side_contents .morelink a {
    position: relative;
    text-align: center;
    margin: 20px 0px 0;
    padding: 10px 10px;
    border: solid 1px #ccc;
    font-weight: bold;
    display: block;
    font-size: 13px;
}

.frame_side_contents .morelink a:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    width: 6px;
    height: 6px;
    margin: -4px 0 0 0;
    border-top: solid 2px #111;
    border-right: solid 2px #111;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.frame_side_entry {
    display: block;
    margin: 15px 10px;
    padding-bottom: 15px;
    border-bottom: solid 1px #ccc;
}

.jijico .frame_side_entry {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 0 0 15px 30px;
}

.jijico .frame_side_entry .pro_title {
    font-size: 14px;
    line-height: 1.42;
}

.frame_side_entry:after {
    content: '';
    display: block;
    clear: both;
}

.jijico .frame_side_entry::after {
    display: none;
}

.frame_side_entry .frame_side_entry_img {
    position: relative;
    float: left;
    width: 100px;
}

.jijico .frame_side_entry .frame_side_entry_img {
    position: relative;
    float: none;
    width: 74px;
    height: 74px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-left: 10px;
}

.frame_side_entry .frame_side_entry_img img {
    width: 100%;
    height: auto;
}

.frame_side_entry .frame_side_entry_body {
    padding-left: 110px;
}

.frame_side_entry .frame_side_entry_body p {
    font-size: 13px;
    line-height: 1.5;
}

.frame_side_entry .frame_side_entry_body ul.side_column_tags {
    margin-top: 10px;
    float: none;
    width: auto;
}

.frame_side_entry .frame_side_entry_body ul.side_column_tags li {
    display: inline-block;
    padding: 3px 12px;
    font-size: 10px;
    border-radius: 4px;
    border: solid 1px #ccc;
    color: #777;
}

/* rank */
.rank_list_sec li .frame_side_entry_img:before,
.jijico .frame_side_entry::before {
    position: absolute;
    top: -20px;
    left: -20px;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    z-index: 9;
}

.jijico .frame_side_entry::before {
    top: -14px;
    left: -14px;
    transform: scale(0.4);
}

.jijico .rank_list_sec li .frame_side_entry_img:before {
    display: none;
}

.rank_list_sec li:nth-child(1) .frame_side_entry_img:before,
.jijico .rank_list_sec li:nth-child(1) .frame_side_entry::before {
    content: url(/img/icon/icon_rank_01.png);
}

.rank_list_sec li:nth-child(2) .frame_side_entry_img:before,
.jijico .rank_list_sec li:nth-child(2) .frame_side_entry::before {
    content: url(/img/icon/icon_rank_02.png);
}

.rank_list_sec li:nth-child(3) .frame_side_entry_img:before,
.jijico .rank_list_sec li:nth-child(3) .frame_side_entry::before {
    content: url(/img/icon/icon_rank_03.png);
}

.rank_list_sec li:nth-child(4) .frame_side_entry_img:before,
.jijico .rank_list_sec li:nth-child(4) .frame_side_entry::before {
    content: url(/img/icon/icon_rank_04.png);
}

.rank_list_sec li:nth-child(5) .frame_side_entry_img:before,
.jijico .rank_list_sec li:nth-child(5) .frame_side_entry::before {
    content: url(/img/icon/icon_rank_05.png);
}

.rank_list_sec .frame_side_entry_body .pro_name {
    margin-top: 8px;
    display: block;
    font-size: 13px;
    line-height: 1.5;
    font-weight: bold;
}

/* seminar */
.seminar_list_sec .frame_side_entry_img {
    width: 60px;
}

.seminar_list_sec .frame_side_entry_img ul.side_column_tags {
    margin-top: 10px;
    width: 225px;
}

.seminar_list_sec .frame_side_entry_img .date {
    float: left;
    width: 60px;
    height: 86px;
    box-sizing: border-box;
    text-align: center;
    border: solid 1px #CCC;
    font-size: 14px;
    font-weight: bold;
}

.seminar_list_sec .frame_side_entry_img .date span {
    position: relative;
    display: block;
    padding-top: 14px;
    margin-bottom: 18px;
    box-sizing: border-box;
    height: 40px;
    background-color: #f0efe3;
}

.seminar_list_sec .frame_side_entry_img .date span:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin: 0 0 0 -10px;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-top: 10px solid #f0efe3;
    border-left: 10px solid transparent;
}

.seminar_list_sec .frame_side_entry_img .date small {
    font-size: 10px;
}

.seminar_list_sec .frame_side_entry_body {
    padding-left: 75px;
}

/* logon */
.login_img {
    margin: 0 15px;
    padding-bottom: 20px;
}

.login_img img {
    width: 100%;
    height: auto;
}

/* bn */
.bn_img {
    width: 300px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.bn_img img {
    width: 100%;
    height: auto;
}

/* .mp-ie
-----------------------------------------*/
.mp-ie {
    padding: 30px 0;
}

.mp-ie .page_one {
    overflow: hidden;
    padding: 0 10px;
}

.mp-ie .page_one div a,
.mp-ie .page_one div span {
    position: relative;
    border: solid 1px #ea5a1e;
    background-color: #fff;
    color: #ea5a1e;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 4px;
    font-weight: bold;
}

.mp-ie .page_one div span {
    color: #fff;
}

.mp-ie .page_one .other_p,
.mp-ie .page_one .current_p,
.mp-ie .page_one .ten {
    display: none;
}

.mp-ie .page_one .prev_p {
    float: left;
    width: 48%;
    margin: 0;
}

.mp-ie .page_one .prev_p a {
    padding-left: 15px;
}

.mp-ie .page_one .next_p {
    float: right;
    width: 48%;
    margin: 0;
}

.mp-ie .page_one .next_p a {
    padding-right: 15px;
}

.mp-ie .page_one div.prev_p a:after {
    display: block;
    content: '';
    position: absolute;
    top: 13px;
    left: 10px;
    width: 10px;
    height: 10px;
    border-top: solid 2px #ea5a1e;
    border-right: solid 2px #ea5a1e;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.mp-ie .page_one div.next_p a:after {
    display: block;
    content: '';
    position: absolute;
    top: 13px;
    right: 10px;
    width: 10px;
    height: 10px;
    border-top: solid 2px #ea5a1e;
    border-right: solid 2px #ea5a1e;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mp-ie .page_one .prev_p span,
.mp-ie .page_one .next_p span {
    border: none;
    display: inline;
    color: #ea5a1e;
}

/* .mp-ie.appear
-----------------------------------------*/
.mp-ie.appear .page_one {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    padding: 0;
}

.mp-ie.appear .page_one div,
.mp-ie.appear .page_one div {
    margin: 0 4px 4px;
}

.mp-ie.appear .page_one .other_p,
.mp-ie.appear .page_one .current_p {
    display: block;
}

.mp-ie.appear .page_one .next_p,
.mp-ie.appear .page_one .prev_p {
    float: none;
    width: 40px;
}

.mp-ie.appear .page_one .next_p span,
.mp-ie.appear .page_one .prev_p span {
    display: none;
}

.mp-ie.appear .page_one div a,
.mp-ie.appear .page_one div span {
    width: 40px;
    padding: 0;
}

.mp-ie .page_one div.next_p a:after {
    right: 15px;
}

.mp-ie .page_one div.prev_p a:after {
    left: 15px;
}


/* container_bottom
-----------------------------------------*/
.Addbnr {
    padding: 24px 0px 14px 0px;
    border-top: solid 1px #eeeeee;
}

.Addbnr_inner {
    margin: 0 8px;
    width: auto;
}

.Addbnr_inner .addTitle {
    text-align: center;
    font-weight: bold;
    margin: 15px 0 5px;
    font-size: 17px;
    line-height: 1.5;
}

.Addbnr_inner ul:after {
    content: '';
    display: block;
    clear: both;
}

.Addbnr_inner ul li {
    float: left;
    width: 33.33%;
    width: 33.33333%;
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
    border: 2px solid #efefef;
    box-sizing: border-box;
}

.Addbnr_inner ul li img {
    width: 100%;
    height: auto;
}

.Addbnr_inner ul li a {
    display: block;
}

.Addbnr .media-image {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
}

.Addbnr .media-image img {
    width: 100%;
}

/* frame_footer
-----------------------------------------*/
#frame_footer_inner {
    margin: 0 10px;
    width: auto;
}

#frame_footer_summary .summaryTitle {
    font-size: 11px;
    color: #444;
    margin-top: 25px;
    margin-bottom: 12px;
    padding-bottom: 12px;
    font-weight: bold;
    line-height: 1.5;
    background: url(/img/bg_line.png) repeat-x left bottom;
}

#frame_footer_summary p {
    font-size: 10px;
    line-height: 1.3;
    margin-bottom: 30px;
    color: #898989;
}

#frame_footer_recent {
    padding-bottom: 10px;
    background-color: #f1efeb;
}

#frame_footer_recent_inner {
    margin: 0 auto;
    width: auto;
    overflow: hidden;
}

#frame_footer_recent_inner h4,
#frame_footer_recent_inner .tit {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    padding-top: 27px;
}

#frame_footer_recent_inner h4 span,
#frame_footer_recent_inner .tit span {
    display: inline-block;
    padding: 5px 0 5px 30px;
    background: url(/img/icon/icon_pro.png) no-repeat left 3px;
    background-size: 20px;
}

#recentView-wrap ul {
    margin: 20px 20px 20px 15px;
}

#recentView-wrap ul:after {
    content: '';
    display: block;
    clear: both;
}

#recentView-wrap ul li {
    float: left;
    width: auto;
    margin: 0 10px;
    font-size: 10px;
    line-height: 1.4;
}

#recentView-wrap ul li a {
    display: block;
}

#recentView-wrap ul li img {
    border: solid 2px #fff;
    margin-bottom: 11px;
    width: 100%;
    height: auto;
}

#recentView-wrap ul li a span {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #555;
}

#recentView-wrap ul li:nth-child(8n) {
    margin-right: 0;
}

/* Slick */
#recentView-wrap .slick-prev,
#recentView-wrap .slick-next {
    top: 50%;
    margin-left: -30px;
    height: 60px;
    width: 60px;
    background-color: #dd5511;
    border-radius: 50%;
    z-index: 9;
}

#recentView-wrap .slick-next {
    margin-right: -30px;
}

#recentView-wrap .slick-prev:before,
#recentView-wrap .slick-next:before {
    opacity: 1;
    content: '';
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    margin: -7px 0 0 5px;
    border-top: solid 4px #fff;
    border-right: solid 4px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#recentView-wrap .slick-next:before {
    left: 5px;
    margin: -7px 0 0 5px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

/* related-service
-----------------------------------------*/
.related-service {
    padding: 20px 0 18px;
    border-top: solid 1px #eeeeee;
}

.related-service .group-site {
    text-align: center;
    margin: 0 auto;
    padding: 0px 20px;
}

.related-service .group-site ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-end;
}

.related-service .group-site ul li {
    width: 50%;
    padding: 12px 0;
    text-align: center;
}

.related-service .group-site ul li span {
    display: block;
    padding: 4px 0 0 0;
    color: #959599;
    font-size: 10px;
}

.related-service .group-site ul li img {
    height: 15px;
    max-width: 100%;
}

.related-service .group-site ul li img.fif {
    height: 20px;
}

.related-service .group-site ul li a {
    border-left: solid 1px #eeece4;
    display: block;
}

.related-service .group-site ul li:first-child a {
    border: none;
}

.related-service .group-site ul li:nth-child(odd) a {
    border: none;
}

/* footer
-----------------------------------------*/
#footer {
    border-top: solid 2px #ea5503;
}

#footer_inner {
    position: relative;
    margin: 0 10px;
    width: auto;
}

/* 20230609 フッター変更 */
.area-ft {
    padding: 20px;
}

.area-ft .logo-wrap .area-logo a img {
    width: 134px;
}
.area .area-ft .logo-wrap .area-logo a img {
    width: 170px;
}

.area-ft .logo-wrap .media-logo {
    padding-top: 5px;
}

.area-ft .logo-wrap .media-logo a img {
    max-width: 145px;
    max-height: 40px;
}

.area-ft .footer-link {
    padding: 20px 0 0;
}

.area-ft .footer-link ul li {
    position: relative;
    padding: 0 25px 0 14px;
    margin-top: 7px;
    font-size: 13px;
    line-height: 1.5;
}

.area-ft .footer-link ul li::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 5px;
    height: 5px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.area-ft .footer-link ul li a {
    color: #333;
    font-size: 13px;
}

.area-ft .footer-link ul li a:hover {
    text-decoration: underline
}

.area-ft .footer-info {
    border-radius: 4px;
    background: #f9fafb;
    font-size: 13px;
    line-height: 1.6;
    margin-left: auto;
    box-sizing: border-box;
    margin-top: 30px;
}

.area-ft .footer-info .business-sec {
    padding: 15px 0 19px;
    color: #3b525c;
    text-align: center;
}

.area-ft .footer-info .business-sec .p1 {
    letter-spacing: .05em;
    font-weight: 700;
    font-size: 15px;
}

.area-ft .footer-info .business-sec .p2 {
    margin-bottom: 8px;
    letter-spacing: .05em;
    font-size: 12px;

}

.area-ft .footer-info .business-sec .btn a {
    width: 200px;
    background-color: #fff;
    color: #0a2733;
    padding: 0 14px;
    height: 44px;
    font-size: 14px;
    line-height: 42px;
    display: inline-block;
    border: 1px solid #b6bfc2;
    border-radius: 5px;
    text-align: center;
    font-weight: 700;
    box-sizing: border-box;
}

/* .footer-bottom */
.footer-bottom {
    padding: 10px 15px 20px;
}

.footer-bottom .copy {
    font-size: 11px;
    color: #888;
    text-align: center;
}


/* #japan-ft */
#japan-ft {
    background: #f6f6f6;
    background-color: #efefef;
    border-top: 1px solid #dedede;
    padding: 15px 20px 60px;
}

#japan-ft .inner {
    position: relative;
    max-width: 1060px;
    margin: 0 auto;
}

#japan-ft .link {
    display: inline-block;
    vertical-align: middle;
}

#japan-ft .link li {
    position: relative;
    padding-left: 16px;
    line-height: 1.3;
    margin-top: 7px;
}

#japan-ft .link li:first-child {
    margin-top: 0
}

#japan-ft .link li::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 5px;
    height: 5px;
    border-top: 2px solid #333333;
    border-right: 2px solid #333333;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

#japan-ft .link li a {
    font-size: 12px;
    font-weight: 700
}

#japan-ft .link li a:hover {
    text-decoration: underline
}

#japan-ft .copy {
    font-size: 11px;
    color: #888;
    text-align: right;
}

/* #widget
-----------------------------------------*/
#widget {
    margin-top: 10px;
}

#widget dl {
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 17px 0;
}

#widget dt {
    background-color: #fff;
    border-radius: 4px;
    width: 60px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    margin: 0 7px;
    text-align: center;
    text-transform: uppercase;
    font-family: Noto Sans CJK JP, sans-serif;
}

#widget dd {
    display: flex;
}

#widget dd ul {
    display: flex;
}

#widget dd ul li {
    margin: 0 8px;
}

#widget dd ul li a {
    display: block;
}

#widget dd ul li a img {
    width: 40px;
    height: auto;
}




/* -------------------------------------------- */
/* ▼tablet */
/* -------------------------------------------- */
@media all and (min-width: 768px) {

    .show-sp {
        display: none;
    }

    /* container_right
-----------------------------------------*/
    /* bn */
    .bn_img {
        width: 60%;
    }

    /* related-service
-----------------------------------------*/
    .related-service .group-site ul li {
        width: 25%;
    }

    .related-service .group-site ul li:nth-child(odd) a {
        border-left: solid 1px #eeece4;
    }

    /* footer
-----------------------------------------*/
    #japan-ft .link li {
        display: inline-block;
        margin-left: 30px;
    }

    #japan-ft .link li:first-child {
        margin-left: 0px;
    }


}

/* ------------------------------------ */
/* ▼pc */
/* ------------------------------------ */
@media all and (min-width: 920px) {

    .show-pc {
        display: block;
    }

    .show-sp {
        display: none;
    }

    a[href^="tel:"] {
        cursor: default;
    }

    a[href^="tel:"]:hover {
        text-decoration: none;
    }

    a[href^="tel:"]:active {
        color: #111;
        text-decoration: none;
    }

    #container:after {
        content: '';
        display: block;
        clear: both;
    }

    #container_inner {
        width: 1060px;
        margin: 0 auto;
    }

    #container_inner_wrap {
        width: 1060px;
        margin: 0 auto 80px;
        padding-top: 40px;
    }

    #container_main {
        float: right;
        width: 768px;
    }

    #container_main.leftMain {
        float: left;
        width: 718px;
    }

    #container_right {
        float: right;
        width: 300px;
    }

    #container_left {
        float: left;
        width: 250px;
    }

    #container_center {
        width: 925px;
        margin: 0 auto;
    }

    #Checksize {
        display: block;
    }

    /* header
-----------------------------------------*/
    .default .header,
    .area .header {
        position: sticky;
        top: 0;
        z-index: 999;
    }

    .header_nav {
        height: 80px;
        max-width: 1460px;
        margin: 0 auto;
        padding: 0 20px;
        position: relative;
    }

    .header_nav .logo-wrap {
        padding: 0;
    }

    .header_nav .site_title {
        margin-left: 27px;
        margin-right: 27px;
        padding: 0;
        width: auto;
    }

    .area .header_nav .site_title {
        margin-right: 27px;
        padding: 0;
        width: auto;
    }

    .header_nav .site_title img {
        width: 150px;
    }
    
    .area .header_nav .site_title img {
        width: 190px;
        backface-visibility: hidden;
    }

    .header_nav .util_sitetxt {
        display: block;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 1px;
    }

    .area .header_nav .util_comlogo a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 32px;
    }

    .area .header_nav .util_comlogo img {
        width: auto;
        height: 100%;
        backface-visibility: hidden;
    }

    .header_nav .nav_link p.link {
        position: relative;
        padding: 16px 52px 0 20px;
        font-weight: bold;
    }

    .header_nav .nav_link p.link a {
        padding: 0;
        font-size: 14px;
    }

    .header_nav .nav_link p.link:after {
        top: 50%;
        left: 0;
        width: 8px;
        height: 8px;
        margin: 2px 0 0 0;
        border-top: solid 2px #111;
        border-right: solid 2px #111;
    }

    .header_nav .nav_link p.search,
    .header_nav .nav_link p.menubtn {
        width: 76px;
        text-align: center;
        text-transform: uppercase;
        font-size: 11px;
        font-weight: bold;
    }

    .header_nav .nav_link p.search a,
    .header_nav .nav_link p.menubtn a {
        display: block;
        height: 51px;
        box-sizing: border-box;
        padding-top: 40px;
    }

    .header_nav .nav_link p.search a {
        background: url(/img/header/header_search.png) no-repeat center top;
    }

    .header_nav .nav_link p.menubtn a,
    .header_nav .nav_link p.menubtn.close a {
        background: url(/img/header/header_menu.png) no-repeat center top;
    }

    .header_nav .nav_link p.menubtn.open a {
        background: url(/img/header/header_menu_close.png) no-repeat center top;
    }

    .nav_menu {
        top: 85px;
        margin: 0 10px;
    }
    
    /* ハンバーガーメニュー */
    .site-header-nav {
        top: 80px;
    }
    .menubtn {
        top: 6px;
        right: 8px;
        width: 70px;
        height: 70px;
    }
    .menubtn .fas {
        font-size: 34px;
        padding-top: 10px;
    }
    .menubtn-area .text {
        font-size: 12px;
        margin-top: 5px;
    }
    .site-header-nav .nav-list dl dd li {
        width: 12.5%;
        border-bottom: 0;
    }
    .site-header-nav .nav-list dl dd li:nth-child(3n) a {
        border-right: 1px solid #fff;
    }
    
    .menubtn span:nth-of-type(1) {
        top: 20px;
        left: 24px;
    }
    .menubtn span:nth-of-type(2) {
        top: 28px;
        left: 24px;
    }
    .menubtn span:nth-of-type(3) {
        top: 36px;
        left: 24px;
    }
    .menubtn.active span:nth-of-type(1) {
        top: 28px;
        left: 21px;
    }
    .menubtn.active span:nth-of-type(3) {
        top: 40px;
        left: 21px;
    }

    /* breadcrumbs
-----------------------------------------*/
    .wrap_breadcrumbs {
        overflow: hidden;
        padding: 15px 0px;
        margin: 0 auto;
        max-width: 1060px;
    }

    .frame_breadcrumbs ol {
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

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

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

    .frame_breadcrumbs ol li a {
        color: #777;
    }

    .frame_breadcrumbs ol li a:after {
        top: 5px;
        right: 8px;
        width: 6px;
        height: 6px;
    }

    /* container_left
-----------------------------------------*/

    /* container_right
-----------------------------------------*/
    .frame_side_contents {
        padding-bottom: 60px;
    }

    .frame_side_contents p.limit {
        margin: 0px;
    }

    .frame_side_contents .sideTitle {
        padding: 28px 0 23px 0;
        text-align: center;
        margin: 0 0 10px;
    }

    .frame_side_contents.jijico .sideTitle {
        margin-bottom: 17px;
    }

    .frame_side_contents .sideTitle:after {
        top: -25px;
        left: 50%;
        margin-top: 0;
    }

    .frame_side_contents .sideTitle.icon:after {
        position: absolute;
        top: -25px;
        left: 50%;
        margin-left: -25px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #fff;
        border: solid 5px #f1efe3;
        font-family: 'icomoon';
        font-size: 22px;
        line-height: 40px;
        color: #111;
    }

    .frame_side_contents.rank .sideTitle:after {
        content: url(/img/icon/icon_side_rank.png);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .frame_side_contents.seminar .sideTitle:after {
        content: url(/img/icon/icon_side_seminar.png);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .frame_side_entry {
        margin: 0;
        padding-top: 15px;
    }

    .jijico .frame_side_entry {
        margin-bottom: 15px;
    }

    .frame_side_entry .frame_side_entry_body ul.side_column_tags li {
        font-size: 11px;
    }

    .frame_side_entry .frame_side_entry_body ul.side_column_tags {
        width: 185px;
    }

    .frame_side_contents .morelink {
        margin: 0;
    }

    .frame_side_contents .morelink a {
        margin: 20px 0 0;
        font-size: 14px;
    }

    /* login */
    .login_img {
        margin: 0;
        padding-bottom: 30px;
    }

    /* bn */
    .bn_img {
        width: 100%;
        margin: 0;
        padding-bottom: 30px;
    }

    /* .mp-ie
-----------------------------------------*/
    .mp-ie .page_one {
        display: flex;
        justify-content: center;
        flex-flow: row wrap;
        padding: 0;
    }

    .mp-ie .page_one div {
        margin: 0 4px;
    }

    .mp-ie .page_one .other_p,
    .mp-ie .page_one .current_p {
        display: block;
    }

    .mp-ie .page_one .prev_p {
        float: none;
        width: 80px;
        margin: 0 10px 4px 0;
    }

    .mp-ie .page_one .next_p {
        float: none;
        width: 80px;
        margin: 0 0 4px 10px;
    }

    .mp-ie .page_one .prev_p a,
    .mp-ie .page_one .next_p a {
        padding: 0;
    }

    .mp-ie .page_one div.next_p span,
    .mp-ie .page_one div.prev_p span {
        display: none;
    }


    .mp-ie .page_one div {
        margin: 0 4px 4px;
        font-size: 14px;
        font-weight: bold;
    }

    .mp-ie .page_one div.ten {
        width: 20px;
        text-align: center;
        line-height: 40px;
        display: block;
    }

    .mp-ie .page_one div a,
    .mp-ie .page_one div span {
        display: block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        box-sizing: border-box;
        border-radius: 4px;
    }

    .mp-ie .page_one .current_p span {
        border: solid 1px #ea5a1e;
        background-color: #ea5a1e;
        color: #fff;
    }

    .mp-ie .page_one div a:hover {
        border: solid 1px #ea5a1e;
        background-color: #ea5a1e;
        color: #fff;
        text-decoration: none;
    }

    .mp-ie .page_one div.next_p a,
    .mp-ie .page_one div.prev_p a {
        position: relative;
        width: auto;
    }

    .mp-ie .page_one div.next_p a:after {
        display: block;
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 10px;
        height: 10px;
        margin: -6px 0 0 -8px;
        border-top: solid 2px #ea5a1e;
        border-right: solid 2px #ea5a1e;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .mp-ie .page_one div.prev_p a:after {
        display: block;
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 10px;
        height: 10px;
        margin: -6px 0 0 -3px;
        border-top: solid 2px #ea5a1e;
        border-right: solid 2px #ea5a1e;
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    .mp-ie .page_one div.next_p a:hover:after,
    .mp-ie .page_one div.prev_p a:hover:after {
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
    }

    /* container_bottom
-----------------------------------------*/
    .Addbnr {
        padding: 60px 0;
        border-top: solid 1px #eeeeee;
        margin-top: 60px;
    }

    .Addbnr_inner {
        width: 1060px;
        margin: 0 auto;
        text-align: center;
    }

    .Addbnr_inner .addTitle {
        margin-top: 0;
        margin-bottom: 36px;
        text-align: center;
        font-size: 23px;
    }

    .Addbnr_inner ul {
        margin-left: 2px;
    }

    .Addbnr_inner ul li {
        width: 130px;
        margin: 0 1px 3px 1px;
        border: 0;
        border-right: 1px solid #efefef;
    }

    /* frame_footer
-----------------------------------------*/
    #frame_footer_inner {
        margin: 0 auto;
        width: 1060px;
    }

    #frame_footer_summary {
        padding-top: 40px;
    }

    #frame_footer_summary .summaryTitle {
        font-size: 14px;
        margin-top: 0;
        margin-bottom: 18px;
        padding-bottom: 18px;
        line-height: 1.5;
    }

    #frame_footer_summary p {
        font-size: 12px;
        line-height: 1.7;
        margin-bottom: 30px;
    }

    #frame_footer_recent_inner {
        width: 1060px;
    }

    #frame_footer_recent_inner h4 {
        text-align: left;
    }

    #recentView-wrap ul {
        margin: 18px 0 0 0;
    }

    #recentView-wrap ul li {
        width: 110px;
        margin: 0 25px 25px 0;
    }

    /* related-service
-----------------------------------------*/
    .related-service {
        padding: 20px 0 18px;
    }

    .related-service .group-site {
        text-align: center;
        margin: 0 auto;
        padding: 0px 20px;
        width: 1060px;
    }

    .related-service .group-site ul {
        display: flex;
        justify-content: center;
    }

    .related-service .group-site ul li {
        width: 25%;
        padding: 20px 0;
        text-align: center;
    }

    .related-service .group-site ul li span {
        display: block;
        padding: 4px 0 0 0;
        color: #959599;
        font-size: 11px;
    }

    .related-service .group-site ul li img {
        height: 22px;
    }

    .related-service .group-site ul li img.fif {
        height: 30px;
        margin-top: -8px;
    }

    .related-service .group-site ul li a {
        border-left: solid 1px #eeece4;
        display: block;
    }

    .related-service .group-site ul li:first-child a {
        border: none;
    }

    /* footer
-----------------------------------------*/
    .footer-inner {
        margin: 0 auto;
        width: 1060px;
        padding: 40px 20px 60px;
    }

    .area-ft {
        display: flex;
        padding: 0;
    }

    .area-ft .logo-wrap {
        margin-right: 60px;
    }

    .area-ft .logo-wrap .area-logo a img {
        width: 174px;
    }
    .area .area-ft .logo-wrap .area-logo a img {
        width: 220px;
    }

    .area-ft .logo-wrap .media-logo {
        padding-top: 5px;
    }

    .area-ft .logo-wrap .media-logo a img {
        max-width: 180px;
        max-height: 44px;
    }

    .area-ft .footer-link {
        padding: 0;
    }

    .area-ft .footer-link ul li {
        position: relative;
        padding: 0 25px 0 14px;
        margin-top: 7px;
        font-size: 13px;
        line-height: 1.5;
    }

    .area-ft .footer-link ul li::before {
        content: "";
        position: absolute;
        top: 5px;
        left: 0;
        width: 5px;
        height: 5px;
        border-top: 2px solid #333;
        border-right: 2px solid #333;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .area-ft .footer-link ul li a {
        color: #333;
        font-size: 13px;
    }

    .area-ft .footer-link ul li a:hover {
        text-decoration: underline
    }

    .area-ft .footer-info {
        width: 280px;
        margin-top: 0;
    }

    .area-ft .footer-info .business-sec {
        padding: 15px 0 19px;
        color: #3b525c;
        text-align: center;
    }

    .area-ft .footer-info .business-sec .p1 {
        letter-spacing: .05em;
        font-weight: 700;
        font-size: 15px;
    }

    .area-ft .footer-info .business-sec .p2 {
        margin-bottom: 8px;
        letter-spacing: .05em;
        font-size: 12px;

    }

    .area-ft .footer-info .business-sec .btn a {
        width: 200px;
        background-color: #fff;
        color: #0a2733;
        padding: 0 14px;
        height: 44px;
        font-size: 14px;
        line-height: 42px;
        display: inline-block;
        border: 1px solid #b6bfc2;
        border-radius: 5px;
        text-align: center;
        font-weight: 700;
        box-sizing: border-box;
    }

    /* .footer-bottom */
    .footer-bottom {
        padding: 20px 15px 40px;
    }

    .footer-bottom .copy {
        font-size: 12px;
        color: #888;
        text-align: center;
    }


    /* #japan-ft */
    #japan-ft {
        background: #f6f6f6;
        background-color: #efefef;
        border-top: 1px solid #dedede;
        padding: 20px 20px 25px;
    }

    #japan-ft .inner {
        position: relative;
        max-width: 1060px;
        margin: 0 auto;
    }

    #japan-ft .link {
        display: inline-block;
        vertical-align: middle;
    }

    #japan-ft .link li {
        position: relative;
        display: inline-block;
        padding-left: 16px;
        margin-left: 30px;
        line-height: 1.3;
    }

    #japan-ft .link li:first-child {
        margin-left: 0
    }

    #japan-ft .link li::before {
        content: "";
        position: absolute;
        top: 6px;
        left: 0;
        width: 5px;
        height: 5px;
        border-top: 2px solid #333333;
        border-right: 2px solid #333333;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    #japan-ft .link li a {
        font-size: 12px;
        font-weight: 700
    }

    #japan-ft .link li a:hover {
        text-decoration: underline
    }

    #japan-ft .copy {
        font-size: 12px;
        color: #888;
        text-align: right;
    }


    /* #widget
-----------------------------------------*/
    .entry_sns_sec {
        margin-top: 40px;
    }

    #widget dt {
        width: 76px;
        margin: 0 10px;
    }

    #widget dd ul li a img {
        width: 40px;
    }


/* Added 2019.09.13 by Hitonote */
#page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 0;
    bottom: 0;
    background: #333333;
    opacity: 0.8;
}

#page_top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
}

#page_top a::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f106';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

@font-face {
    font-family: 'icomoon-plus-minus';
    src: url('fonts/icomoon-plus-minus.eot?4n5r4x');
    src: url('fonts/icomoon-plus-minus.eot?4n5r4x#iefix') format('embedded-opentype'),
        url('fonts/icomoon-plus-minus.ttf?4n5r4x') format('truetype'),
        url('fonts/icomoon-plus-minus.woff?4n5r4x') format('woff'),
        url('fonts/icomoon-plus-minus.svg?4n5r4x#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

/* ジャンルで探す */
.search-pro-genre {
    margin: 50px 10px 0;
    padding-top: 50px;
}

.search-pro-genre {
    border-top: 1px solid #999;
}

.search-pro-ttl {
    position: relative;
    margin-bottom: 1rem;
    padding: 2rem 0 2rem 3.5rem;
    font-size: 2rem;
    background-color: #eee;
}

.search-pro-ttl::before {
    position: absolute;
    left: .5rem;
    content: '\e900';
    font-family: 'icomoon';
}

.search-pro-genre-parent {
    border-bottom: 1px solid #999;
}

.search-pro-genre-parent>a {
    position: relative;
    display: block;
    padding: 1rem 0 1rem .5rem;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.8;
    cursor: pointer;
}

.search-pro-genre-parent>a::after {
    content: '\e901';
    position: absolute;
    right: .5rem;
    font-family: 'icomoon-plus-minus' !important;
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    color: #999;
    line-height: 1.8;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.search-pro-genre-parent>a.is-active::after {
    content: "\e900";
}

.search-pro-genre-child {
    display: none;
}

.search-pro-genre-child li {
    position: relative;
    display: block;
    /* margin-right: 1rem; */
    padding: 1rem 0 1rem .5rem;
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 2;
    border-top: 1px solid #999;
}

.search-pro-genre-child li::after {
    content: "\e904";
    position: absolute;
    right: .5rem;
    font-family: 'icomoon-plus-minus' !important;
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* エリアで探す */
.search-pro-area {
    margin: 50px 10px;
}

.search-pro-area dl {
    display: block;
}

.search-pro-area-child,
.search-pro-area li {
    display: block;
    font-size: 1.8rem;
    border-bottom: 1px solid #999;
}

.search-pro-area dt {
    position: relative;
    display: block;
    padding: 1rem 0 1rem .5rem;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.8;
    cursor: pointer;
    border-bottom: 1px solid #999;
}

.search-pro-area dt::after {
    content: '\e901';
    position: absolute;
    right: .5rem;
    font-family: 'icomoon-plus-minus' !important;
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    color: #999;
    line-height: 1.8;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.search-pro-area dt.is-active::after {
    content: "\e900";
}

.search-pro-area li {
    position: relative;
    display: block;
    /* margin-right: 1rem; */
    padding: 1rem 0 1rem .5rem;
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 2;
}

.search-pro-area li::after {
    content: "\e904";
    position: absolute;
    right: .5rem;
    font-family: 'icomoon-plus-minus' !important;
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.search-pro-area-more li {
    color: #bbb;
}

.search-pro-area-child {
    display: none;
}

.search-pro-area-child li:last-child {
    border: 0;
}

.ttl-pref {
    display: inline-block;
    width: 100%;
    height: 100%;
}

/* PC */
@media all and (min-width: 920px) {
    .search-pro-ttl {
        background: none;
    }

    .search-pro-genre-child {
        margin-bottom: 2rem;
    }

    .search-pro-genre-child li {
        display: inline;
        margin-right: 1rem;
        padding: 1rem 0 1rem .5rem;
        font-size: 1.5rem;
        font-weight: normal;
        line-height: 2;
        border: 0;
    }

    .search-pro-genre-child li::before {
        display: none;
    }

    .search-pro-genre-child li::after {
        display: none;
    }

    .search-pro-genre-parent>a::after {
        content: "\e903";
        right: 80px;
    }

    .search-pro-genre-parent>a.is-active::after {
        content: "\e902";
    }

    .search-pro-area dl {
        display: table;
    }

    .search-pro-area dt:first-child {
        width: 15rem;
    }

    .search-pro-area dt,
    .search-pro-area dd,
    .search-pro-area li {
        display: table-cell;
        font-size: 1.8rem;
        padding: 0;
    }

    .search-pro-area li {}

    .ttl-pref {
        display: inline;
    }

    .search-pro-area li::after {
        position: static;
        content: '|';
        padding: 0 .5rem;
        color: #999;
    }

    .search-pro-area li:last-child::after {
        content: '';
    }

    .search-pro-area dt,
    .search-pro-area dd,
    .search-pro-area li {
        border: 0;
    }

    .search-pro-area dt::after {
        display: none;
    }
}


/* 20210122 */

#main-contents-top .search-pro-area-more ul {
    display: flex;
    flex-wrap: wrap;
}

@media all and (max-width: 920px) {
    #main-contents-top .search-pro-area-more ul {
        display: block;
    }
}