/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
body {
	margin: 0
}
article, aside, footer, header, nav, section {
	display: block
}
h1 {
	font-size: 2em;
	margin: 0.67em 0
}
figcaption, figure, main {
	display: block
}
figure {
	margin: 1em 40px
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}
pre {
	font-family: monospace, monospace;
	font-size: 1em
}
a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}
b, strong {
	font-weight: inherit
}
b, strong {
	font-weight: bolder
}
code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em
}
dfn {
	font-style: italic
}
mark {
	background-color: #ff0;
	color: #000
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sub {
	bottom: -0.25em
}
sup {
	top: -0.5em
}
audio, video {
	display: inline-block
}
audio:not([controls]) {
	display: none;
	height: 0
}
img {
	border-style: none
}
svg:not(:root) {
	overflow: hidden
}
button, input, optgroup, select, textarea {
	font-size: 100%;
	margin: 0
}
button, input {
	overflow: visible
}
button, select {
	text-transform: none
}
button, html [type="button"], [type="reset"], [type="submit"] {
-webkit-appearance:button
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
border-style:none;
padding:0
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
outline:1px dotted ButtonText
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}
progress {
	display: inline-block;
	vertical-align: baseline
}
textarea {
	overflow: auto
}
[type="checkbox"], [type="radio"] {
box-sizing:border-box;
padding:0
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
height:auto
}
[type="search"] {
-webkit-appearance:textfield;
outline-offset:-2px
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
-webkit-appearance:none
}
::-webkit-file-upload-button {
-webkit-appearance:button;
font:inherit
}
details, menu {
	display: block
}
summary {
	display: list-item
}
canvas {
	display: inline-block
}
template {
	display: none
}
[hidden] {
display:none
}
html {
	box-sizing: border-box;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
*, *:before, *:after {
	box-sizing: inherit
}
html, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dd, p, hr {
	margin: 0;
	padding: 0
}
/*html, body {
	height: 100%
}*/
body {
	font-size: 13px;
	line-height: 1.39;
	margin: 0;
	padding: 0;
	color: #000;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	letter-spacing: 1px;
}
ul {
	list-style-type: none
}
dt {
	font-weight: bold;
	margin-bottom: 8px
}
ul>:last-child, ol>:last-child, dl>:last-child {
	margin-bottom: 0
}
dl>dd {
	margin: 0 0 15px
}
dl>dd:last-child {
	margin-bottom: 0
}
dl>dd>:last-child {
	margin-bottom: 0
}
ul li:last-child, ol li:last-child {
	margin-bottom: 0
}
em {
	font-weight: bold;
	font-style: normal
}
i {
	font-weight: bold;
	font-style: normal
}
a {
	color: #b58b03;
	text-decoration: underline
}
a:hover, a:focus {
	color: #5a5a5a;
	text-decoration: none
}
img {
	max-width: 100%;
	vertical-align: bottom
}
hr {
	border: none
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
}
/*@media(prefers-reduced-motion:reduce){
    html:focus-within{
        scroll-behavior:auto
    }
    *,*::before,*::after{
        animation-duration:.01ms
        !important;animation-iteration-count:1
        !important;transition-duration:.01ms
        !important;scroll-behavior:auto !important
    }
}*/
header {
    /*padding-top: 15px;*/
    background-color: #fff;
    z-index: 10;
}
.header-parts {
    margin: auto;
    padding: 0 2%;
    max-width: 1440px;
    position: relative;
}
@media(min-width: 1200px) and (-ms-high-contrast: none) {
    main {
        padding-top: 180px;
    }
}
@media (max-width: 1199px) {
    .header-parts {
        height: 80px;
    }
}
@media(max-width: 1199px) and (min-width: 769px) and (-ms-high-contrast: none) {
    main {
        padding-top: 140px;
    }
}
@media(max-width: 992px) {
    .contents-body {
        padding: 4% 4% 4%;
    }
}
.header-logo {
    display: inline-block;
    margin: 1.7% 20px 1.7% 0;
    width: 43%;
}
.header-logo a {
    text-decoration: none;
}
@media (max-width: 1199px) and (min-width: 769px) {
    .header-logo {
        width: 54.2%;
    }
}
.header-logo-text {
    height: 4em;
}
@media(max-width: 768px) {
    .header-logo-text {
        height: 3em;
        position: absolute;
        top: 20px;
    }
}
.header-search {
    display: inline-block;
    position: relative;
}
.header-search-input {
    background: none;
    outline-width: 0;
    font-size: 15px;
    font-family: inherit;
    width: 100%;
    line-height: 1;
    position: relative;
    display: inline-block;
    border: none;
}
.header-search-input::-webkit-input-placeholder {
    opacity: .7;
}
.header-search-input:-ms-input-placeholder {
    opacity: .7;
}
.header-search-input::-ms-input-placeholder {
    opacity: .7;
}
.header-search-input::placeholder {
    opacity: .7;
}
@media (min-width: 1200px) {
    .header-search {
        width: 25%;
        left: 2.5%;
    }
}
.header-search-btn {
    padding: 0;
    border: 0;
    background: none;
    position: absolute;
    right: 9px;
    top: 10px;
    cursor: pointer;
    width: 25px;
}
.header-parts div {
    vertical-align: middle;
}
@media(max-width: 815px) {
    .footer-col-sns {
        display: block;
    }
}
@media(max-width: 1199px) {
    header .header-action {
        position: fixed;
        display: flex;
        width: 100%;
        bottom: 0;
        left: 0;
        z-index: 4;
    }
}
.nav-toggle {
    display: none;
}
.nav {
    background-color: #fff;
    border-top: thin solid #ededed;
    border-bottom: thin solid #ededed;
}
.nav-item {
    text-align: center;
    padding: 5px 0px;
    position: relative;
}
.nav-item:hover {
    background-color: #b58b03;
}
.nav-item:hover .nav-text {
    color: #fff;
}
.hover-top {
    background-color: #fff;
    background-image: url("/assets/img/common/new-link-icon.png");
    background-position: 85%;
    background-size: 7%;
    background-repeat: no-repeat;
    color: #000;
}
.hover-top:hover, .nav-focus {
    background-color: #fff;
    color: #000;
}
.hover-top:hover .nav-text {
    color: #000;
}
.js-hover:hover .nav-text {
    color: #fff;
}
.nav-link {
    display: block;
    text-decoration: none;
    color: #fff;
}
.nav-text {
    padding-top: 6px;
    min-width: 103px;
    display: inline-block;
    /*font-size: 15px;*/
    padding-left: 2px;
    padding-bottom: 6px;
    font-weight: 600;
    color: #000;
}
.nav-item:hover .nav-link, .nav-link:focus {
    color: #fff;
}
.header-action {
    position: relative;
    font-size: 12px;
    display: inline-block;
    width: 26%;
    left: 4%;
}
.header-action:before, .header-action:after {
    content: " ";
    display: table;
}
.header-action:after {
    clear: both;
}
.header-action-btn_regist {
    width: 160px;
    background-color: #cf6316;
}
.header-action-btn {
    text-align: center;
    color: #fff;
    text-decoration: none;
    line-height: 1;
    display: inline-block;
    padding: 12px 14px 13px;
}
.header-action-btn_regist:before {
    background-size: 22px 15px;
    width: 22px;
    height: 15px;
}
.header-action-btn_login:before {
    background-size: 14px 15px;
    width: 14px;
    height: 15px;
}
.header-action-btn:before {
    content: "";
}
.header-action-btn-sub {
    font-size: 11px;
}
.header-action-btn:hover {
    opacity: .7;
}
.header-action-btn_regist:hover {
    color: #fff;
}
.header-action-btn_login {
    background-color: #fff;
    width: 160px;
    color: #000000;
    border: thin solid black;
    font-weight: bold;
    padding: 11px 14px 12px;
}
@media(max-width: 1325px){
    .header-action {
        width: 24.5%;
    }
    .header-action-btn {
        width: 136px;
    }
}
@media (max-width: 1199px) {
    .header-action {
        display: none;
    }
    .hover-top {
        display: none;
    }
}
@media(min-width: 1200px) {
    /*.header-action {
        margin-left: 3%;
    }*/
    .grobal-navigation {
        margin: 0 -2%;
    }
    .nav {
        display: flex;
        padding: 0 75px;
    }
    .hovering .nav-js {
        position: absolute;
        top: 40px;
        padding: 0px;
    }
    .nav-item {
        width: 20%;
    }
    .js-hover {
        width: 100%;
        padding: 5px 20px;
    }
    .nav-user {
        display: none;
    }
    .sp-nav {
        display: none;
    }
}
.nav-js {
    display: none;
}
.hovering .nav-js {
    display: block;
    width: 100%;
}
@media(max-width: 1199px) {
    .nav-wrap {
        display: inline-block;
    }
    .nav-toggle-btn {
        display: block;
        color: #cf6316;
        line-height: 1;
        font-size: 10px;
        font-weight: bold;
        text-align: right;
        text-decoration: none;
        padding: 0px 10px;
    }
    .nav-toggle-btn:before {
        content: "";
        display: block;
        margin: 3px auto 0;
        background: url("/assets/img/common/header-icon-open.png") no-repeat 0 0;
        background-size: 100%;
        width: 30px;
        height: 28px;
    }
    .is-open .nav-toggle-btn:before {
        background: url("/assets/img/common/header-icon-close.png") no-repeat 0 0;
        display: block;
        margin: 3px;
    }
    .header-action-btn {
        display: block;
        width: inherit;
    }
    .hovering {
        padding: 7px 0 0 0;
        background-color: #cf6316;
    }
    .header-search {
        position: absolute;
        right: 55px;
        top: 18px;
    }
    .grobal-navigation {
        right: 0px;
        top: 23px;
        position: absolute;
        display: inline-block;
    }
    .nav-wrap nav {
        display: none;
    }
    .is-open nav {
        display: block;
        position: absolute;
        width: max-content;
        right: 0;
    }
    .nav-item {
         line-height: 1;
         font-size: 16px;
         padding: 7px 20px;
         text-align: center;
         border-bottom: 1px solid #ebe6d2;
     }
     .nav-user {
         padding: 0;
     }
    .nav-js {
        position: absolute;
        top: 0;
        right: 100%;
    }
    .is-modal-noscroll .is-open .nav-wrap {
        background-color: rgba(0,0,0,0.7);
        position: fixed;
        z-index: 4;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        overflow: auto;
    }
    .is-open nav {
        display: block;
        position: absolute;
        width: 45%;
        right: 0;
        top: 62px;
    }
    .nav-toggle {
        display: inline-block;
        position: relative;
    }
    .is-open .nav-toggle {
        z-index: 5;
        background-color: #fff;
    }
}
@media (min-width: 993px) {
    .header-action-btn_regist {
        float: left;
    }
    .header-action-btn_login {
        float: right;
    }
}
@media(min-width: 769px) {
    .scroll-nav {
        display: none;
    }
}
@media(max-width: 768px) {
    .open-search {
        border: 1px solid #dadada;
        padding: 10px 50px 10px 15px;
        position: absolute;
        display: block;
        z-index: 2;
        background-color: #fff;
        top: 70px;
        right: 0;
        width: 100%;
        margin: auto;
    }
    .header-search-input {
        display: none;
    }
    .open-search .header-search-input {
        display: inline-block;
    }
    .grobal-navigation {
        overflow-x: scroll;
        -ms-overflow-style: none;    /* IE, Edge 対応 */
        scrollbar-width: none;
    }
    .grobal-navigation::-webkit-scrollbar {
        display: none;
    }
    nav > .nav {
        white-space: nowrap;
        width: 100%;
    }
    .nav-item {
        padding: 0;
        width: auto;
    }
    .nav-item a {
        padding: 11px 5%;
    }
    .nav-text {
        display: inline;
        padding: 0 4px 0 2px;
        text-wrap: balance;
    }
    .nav-js {
        display: block;
        position: absolute;
        top: 40px;
        padding: 0px;
        width: auto;
    }
    .js-hover {
        width: 100%;
    }
}
@media(min-width: 769px) {
    header {
        position: sticky;
        top: 0;
    }
    .is-modal-noscroll:not(.is-modal-noscroll-message) header {
        z-index: 1;
    }
    .is-modal-noscroll-message header {
        z-index: 0;
    }
    .header-search {
        border: 1px solid #dadada;
        padding: 10px 50px 10px 15px;
    }
}
@media(min-width: 769px) and (-ms-high-contrast: none) {
    header {
        position: fixed;
        width: 100%;
    }
}
.rss-button {
    display: inline-flex;
    height: 20px;
    text-decoration: none;
    color: white!important;
    background-color: #FF7E00;
    border-radius: 3px;
    vertical-align: bottom;
    font-size: 15px;
    letter-spacing: 1.5px;
    padding-right: 5px;
    font-weight: normal;
}
.rss-icon {
    width:20px;
    height:20px;
    background-image: url("/assets/img/common/rss-icon.png");
    background-size: cover;
}
.breadcrumb {
	height: 30px;
	padding-left: 3%;
	margin: 15px 0;
}
.breadcrumb-item {
	font-size: 12px;
	line-height: 1;
	color: #b2b2b2;
	text-decoration: none;
	display: inline-block;
	vertical-align: text-bottom;
	padding: 0 0 0 11px;
	letter-spacing: 2px;
}
.breadcrumb-item:before {
	content: "";
	padding: 8px 11px 9px 11px;
	background: url("https://shachomeikan.jp/assets/img/common/breadcrumb-icon.png") no-repeat left top
}
.breadcrumb-item:first-child {
	padding-left: 0
}
.breadcrumb-item:first-child:before {
	display: none
}
.breadcrumb-item:hover, .breadcrumb-item:focus {
	color: #333
}
.contents-body {
    display: table;
    table-layout: fixed;
}
.main-contents {
	background-color: #FFF;
}
.main-contents-inner {
	margin: 0 auto
}
.mod-grid-item {
    margin: auto;
    margin-bottom: 30px;
    width: 98%;
    font-size: 15px;
}
.main-contents-inner .top-new-row {
	display: flex;
}
/*.no-sub-contents {
    max-width: 1400px;
}*/
.mod-tag-item {
    background-color: #f6f6f6;
    padding: 20px;
    box-shadow: 3px 3px 5px 0px #cdcdcd;
    margin-bottom: 30px;
}
.return-link {
    margin-bottom: 15px;
    font-size: 15px;
}
.top-new-row .link-card {
    margin-bottom: 15px;
    width: 48.5%;
}
.top-new-row .link-card:nth-child(odd) {
    margin-right: 3%;
}
.pagetop {
    background: #987a02;
    display: block;
    position: absolute;
    right: 10px;
    overflow: hidden;
}
.pagetop:before {
    content:'';
    height:25px;
    width:25px;
    display:block;
    border:5px solid #e8e8e8;
    border-left-width:0;
    border-bottom-width:0;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
     position:absolute;
     top: 40%;
     left: 32%;
}
@media(min-width: 769px) {
    .contents-body {
        width: 90%;
        margin: auto;
    }
}
@media(max-width: 768px) {
    .contents-body {
        width: 100%;
    }
}
@media(min-width: 480px) {
    .card-thumbnail.interview-thumbnail {
        width: 100%;
    }
}
@media(max-width: 479px) {
    .top-new-row .link-card {
        width: 100%;
        display: block;
    }
    .top-new-row .link-card:nth-child(odd) {
        margin-right: 0px;
    }
    .top-new-row .card-thumbnail {
        display: inline-block;
        width: 44%;
    }
    .top-new-row .card-information {
        display: inline-block;
        width: 54%;
        padding-top: 0;
        vertical-align: top;
        margin-bottom: 0;
    }
    .top-new-row .link-card-title {
        font-size: 14px;
        position: relative;
        background-color: #fff;
        height: 3.1em;
        padding-right: 1em;
        margin-bottom: 5px;
        overflow: hidden;
    }
    .top-new-row .link-card-title:before {
        content: '…';
        position: absolute;
        right: 0;
        bottom: 0;
        display: inline-block;
        width: 1em;
        letter-spacing: 0;
    }
    .top-new-row .link-card-title:after {
        content: "";
        position: relative;
        right: -1em;
        float: right;
        width: 1em;
        height: 100%;
        background-color: inherit;
    }
    .top-new-row .link-card-text {
        font-size: 13px;
        margin-bottom: 0;
        height: 1.5em;
        padding-right: 1em;
        position: relative;
        background-color: #fff;
        overflow: hidden;
    }
    .top-new-row .link-card-text:before {
        content: '…';
        position: absolute;
        right: 0;
        bottom: 0;
        display: inline-block;
        width: 1em;
        letter-spacing: 0;
    }
    .top-new-row .link-card-text:after {
        content: "";
        position: relative;
        right: -1em;
        float: right;
        width: 1em;
        height: 100%;
        background-color: inherit;
    }
    .top-new-row .tag-space {
        display: none;
    }
}

.mpd-media-title {
    margin-bottom: 40px;
    font-size: 25px;
    letter-spacing: 5px;
}
.about-contents .mpd-media-title {
    position: relative;
    text-align: center;
}
.about-contents .mpd-media-title:after {
    content: '';
    height: 1px;
    width: 50px;
    display: block;
    background-color: #987a02;
    position: relative;
    margin: 30px auto;
}
.mod-media-title-number {
    font-size: 60px;
    color: #b58b03;
    display: inline-block;
    width: 11%;
    vertical-align: super;
    text-align: center;
}
.media-contacts {
    display: inline-block;
    font-size: 25px;
}
.mod-media-contents {
    text-align: center;
}
.mod-media-contents_around {
    text-align: left;
}
.mod-media-contents_around p {
    display: inline-block;
    width: 50%;
}
.mod-media-contents p {
    font-size: 15px;
}
.mod-contact:nth-child(even) .mod-media-contents_around {
    text-align: center;
}
.mod-contact:nth-child(n + 2) p {
    width: 42%;
    line-height: 2;
}
.mod-contact:nth-child(even) p {
    text-align: left;
    margin-right: 5px;
}
.mod-contact:nth-child(odd) p {
    margin-left: 15px;
}
.mod-contact .mod-media-item-img {
    width: 85%;
}
.mod-privacy p {
    font-size: 15px;
}
.terms-privacy .mod-media-contents {
    text-align: left;
}
@media(min-width: 993px) {
    .mqd-contact-title-pc {
        text-align: left;
        width: 92%;
        margin: auto;
    }
    .mqd-contact-title-sp {
        display: none;
    }
    .media-contacts {
        width: 33%;
    }
}

.sub-contents-inner>:first-child {
	margin-top: 0
}
.sub-contents-inner>:first-child>:first-child {
	margin-top: 0
}
.sub-item>:first-child {
	margin-top: 0
}
/*.sub-btn-area {
	padding: 20px 0;
}*/
.sub-btn-area>:last-child {
	margin-bottom: 0
}
.sub-btn-area_first {
	padding-top: 0;
}
.sub-item-title {
    font-weight: bold;
    padding-left: 30px;
    padding-bottom: 20px;
    font-size: 18px;
}
.mod-card-row {
    padding-left: 30px;
}
.mod-card {
    margin: 20px 0;
}
.sub-new-area {
	margin-top: 7px;
	display: table;
	width: 100%
}
.sub-news-date {
	color: #666;
	display: table-cell;
	text-align: right
}
.sub-new-tag {
	display: table-cell
}
.sub-new-tag-item {
	padding-right: 7px
}
.sub-news-item {
	padding: 12px 0 7px;
	border-bottom: 1px dotted #eee
}
.sub-news-item:first-child {
	padding-top: 0
}
.tenki_banner_img {
    width: 100%;
    height: auto;
}
.tenki_banner_img:hover {
    opacity: 0.7;
}
.company-interview-present:before {
    content: '';
    background-color: #bb0000;
    padding-right: 7px;
    margin-right: 20px;
}
.company-article-present:before {
    content: '';
    background-color: #172e79;
    padding-right: 7px;
    margin-right: 20px;
}

.mod-btn {
	display: block;
	position: relative;
	text-decoration: none;
    padding: 20px;
	cursor: pointer;
}
.mod-btn_tenki {
	background: #AAAAAA;
}
.mod-btn:hover, .mod-btn:focus {
	color: #fff
}
.mod-btn_strong {
	background: #e73600;
	color: #fff;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
}
.mod-btn_strong:hover {
    background-color: #fff;
    border: solid 2px #e73600;
    color: #e73600;
}
.mod-btn-bookmark {
    border: solid 2px;
    width: 100%;
    cursor: pointer;
    background-color: #fff;
    padding: 20px;
    font-weight: bold;
    font-size: 16px;
}
.mod-btn-mylist-insert, .mod-btn_complete {
    border-color: #2e952b;
    color: #2e952b;
}
.mod-btn-mylist-insert:hover {
    background-color: #2e952b;
    color: #fff;
}
.mod-btn-mylist-delete {
    border-color: #a70101;
    color: #a70101;
}
.mod-btn-mylist-delete:hover {
    background-color: #a70101;
    color: #fff;
}
.mod-btn-text {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	text-align: left
}
.feature-pickup-more .mod-btn {
    text-align: center;
    border: solid thin #b58b03;
}
.feature-pickup-more .mod-btn:hover {
    background-color: #b58b03;
    color: #fff;
}
.send-message-btn {
    border: solid 3px #b58b03;
}
.send-message-btn:before {
    content: '';
    display: block;
    position: absolute;
    height: 10px;
    width: 10px;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    margin-right: 21px;
    z-index: 1;
    border: 2px solid #b58b03;
    border-bottom-width: 0;
    border-left-width: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.tenki-move-btn:hover, .send-message-btn:hover {
    opacity: 0.7;
}
.send-message-btn .mod-btn-text {
    color: #b58b03;
    font-size: 16px;
    font-weight: bold;
}
.tenki-move-btn {
    border: solid 3px #900;
}
.tenki-move-btn:before {
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    background-color: #900;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    margin-right: 10px;
    box-sizing: border-box;
}
.tenki-move-btn:after {
    content: '';
    display: block;
    position: absolute;
    height: 10px;
    width: 10px;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    margin-right: 21px;
    z-index: 1;
    border: 2px solid #fff;
    border-bottom-width: 0;
    border-left-width: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.tenki-move-btn .mod-btn-text {
    color: #900;
}
.tenki-move-btn .mod-btn-text:first-child {
    font-size: 18px;
    font-weight: bold;
}
.sub-form-btn {
    background-color: #a91413;
    display: block;
    border: 1px solid transparent;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    margin: 0 auto 65px;
    padding: 16px 0;
    text-align: center;
    text-decoration: none;
    width: 340px;
    height: 60px;
    transition: all .3s;
    position: relative;
    font-size: 15px;
}
.sub-form-btn:after {
    position: absolute;
    top: 50%;
    right: 6%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '';
    background-image: url(/assets/img/common/btn_arrow_wh.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 8px;
    height: 12px;
}

/*フッター上会員登録案内*/
.user-regist-guide {
    background: linear-gradient(0deg, rgb(0, 0, 0, 50%) 0%, rgb(0, 0, 0, 50%) 100%), url("/assets/img/common/regist_guide_treated.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding: 10px 10px 60px;
}

.members_only {
    color: #cf6316;
    width: fit-content;
    margin: 60px auto 30px;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: bold;

}

.guide-sentence {
    color: #fff;
    width: 20em;
    margin: 40px auto 30px;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 5px;
    text-align: center;
}

.guide-upplement {
    color: #fff;
    width: fit-content;
    margin: 30px auto 40px;
    letter-spacing: 2px;
    font-weight: bold;
}

.mod-btn-guide {
    background-color: #cf6316;
    font-weight: 900;
    letter-spacing: 2px;
    width: 350px;
    color: #fff;
    margin: auto;
    text-align: center;
    font-size: 16px;
}

.mod-btn-guide:before {
    background-image: none!important;
}

/*フッター上会員登録案内(スマホ)*/
@media(max-width: 768px) {
    .user-regist-guide {
        /*background-size: 95em;*/
        background-position: 60% 100%;
        padding-bottom: 20px;
    }
    .members_only {
        width: 90%;
        text-align: center;
        border-bottom: solid thin #fff;
        padding-bottom: 10px;
        margin-top: 20px;
        font-weight: bold;
    }
    .guide-sentence {
        width: 90%;
        margin-bottom: 0px;
        padding-bottom: 30px;
        border-bottom: solid thin #fff;
        letter-spacing: 3px;
        margin-top: 20px;
    }
    .guide-upplement {
        width: 90%;
        font-size: 15px;
    }
    .mod-btn-guide {
        width: 80%;
    }
}

/*フッター*/
.footer {
    background: #e8e8e8;
    color: #5a5a5a;
    position: relative;
}

.footer-row {
    padding: 30px 0 0px;
    display: table;
    width: 100%;
    max-width: 1170px;
    margin: auto;
}

.footer-col {
    display: table-cell;
    vertical-align: top;
    width: 20%;
}

.footer-col-title {
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: large;
    letter-spacing: 2px;
    border-bottom: solid thin #987a02;
}
.footer-col:first-child .footer-col-contents {
    text-align: center;
}
.footer-nav-item {
    margin-bottom: 9px;
}
.footer-nav-link {
    margin: 0;
    display: inline-block;
    color: #5a5a5a;
    text-decoration: none;
}
.footer-nav-link:hover {
    opacity: .7;
}
.footer-sns-item {
    width: 40px;
    float: left;
    height: 40px;
    list-style: none;
    margin: 0 2%;
    background-color: #5d5d5d;
}
.footer-sns-item a {
    display: inherit;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 6px;
}
.footer-fb {
    background-image: url("/assets/img/common/share-icon-fb.png");
    background-size: 13px;
}
.footer-tw {
    background-image: url("/assets/img/common/share-icon-x.png");
    background-size: 22px;
}
.footer-hatena {
    text-align: center;
    text-decoration: none;
}
.footer-hatena:before {
    content: "B!";
    font-family: Verdana;
    font-weight: bold;
    color: #fff;
    font-size: 20px;
}
.footer-rss {
    background-image: url("/assets/img/common/rss-icon2.png");
    background-size: 16px;
}
.footer-copyright {
    font-size: 12px;
    padding: 20px 0 55px;
    display: block;
    line-height: 1;
}
@media(min-width: 993px) {
    .footer-col-sns .footer-nav {
        display: block;
    }
    .footer-sns-item {
        margin-bottom: 4%;
    }
}
.mod-heading-l1 {
	color: #5a5a5a;
	letter-spacing: 2px;
}
.mod-feature-heading {
    color: #fff;
    background: linear-gradient(0deg, rgb(0, 0, 0, 50%) 0%, rgb(0, 0, 0, 50%) 100%), url(/assets/img/top/president_quote_background.jpg);
    background-repeat: no-repeat;
    background-position: 100% 85%;
    background-size: 116%;
}
.mod-heading-title {
    display: block;
}
.mod-heading-l1-description {
    display: block;
    font-size: 15px;
    margin-top: 5px;
}
.mod-heading-tag-name {
    display: block;
    width: 74%;
    margin-bottom: 10px;
    font-size: 20px;
}
.mod-heading-l1-president-info {
    display: block;
    font-size: 15px;
    margin: 10px 0;
}

.mod-header-banner-l1 {
    color: #fff;
    background: linear-gradient(0deg, rgb(0, 0, 0, 50%) 0%, rgb(0, 0, 0, 50%) 100%), url("/assets/img/top/president_quote_background.jpg");
    background-size: 132%;
    background-repeat: no-repeat;
    background-position: 55% 81%;
    text-align: center;
    padding: 55px 0 50px;
    letter-spacing: 3px;
}
.gg-play-button-o {
    vertical-align: -10%;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    transform: scale(var(--ggs,1));
    width: 30px;
    height: 30px;
    border: 1px solid #b58b03;
    border-radius: 20px;
    margin-right: 10px;
}
.gg-play-button-o::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 0px;
    height: 10px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 11px solid;
    top: 7px;
    left: 10px;
    color: #b58b03;
}
.mod-chapter-link .gg-play-button-o {
    vertical-align: bottom;
    width: 25px;
    height: 25px;
}
.mod-chapter-link .gg-play-button-o:before {
    border-top-width: 6px;
    border-bottom-width: 6px;
    border-left-width: 8px;
    top: 6px;
    left: 9px;
}
.mod-heading-l2 {
	font-weight: normal
}
.mod-heading-icon {
	display: inline-block
}
.mod-heading-icon_link:before {
	background: url("https://shachomeikan.jp/assets/img/common/heading-icon.png") no-repeat left top
}
.mod-heading-icon_news:before {
	background: url("/assets/img/common/heading-icon-news.png") no-repeat left top
}
.mod-heading-icon:before {
	content: ""
}
.mod-heading-l3 {
	position: relative;
	padding: 0px 30px;
	margin: 40px 0 ;
}
.mod-heading-l3-2 {
	background: #eaeaea;
	position: relative;
}
.mod-heading-l1_st {
    font-size: 20px;
    display: block;
    padding-left: 5px;
    margin: 30px 0;
}
.mod-hr {
	display: block;
	width: 100%;
	height: 1px;
	margin: 60px 0;
	background: #ccc;
}
.mod-input-text {
	background-color: #fafafa;
    border: 1px solid #aaaaaa;
    height: 55px;
    padding: 10px 25px;
}
.mod-input-text_auto {
	width: 100%
}
.mod-input-text_disable {
    background-color: #dedede!important;
}
.mod-checkbox-label {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding-left: 27px;
	padding-bottom: 20px;
	font-size: 14px
}
.mod-checkbox {
	position: absolute;
	left: 2px;
	top: 6px;
	width: 1px;
	height: 1px
}
.mod-checkbox-icon {
	width: 15px;
	height: 15px;
	display: inline-block;
	border: 1px solid #dadada;
	position: absolute;
	left: 0;
	top: 3px;
	background: #fff
}
.mod-checkbox:checked+.mod-checkbox-icon:before {
	content: "";
	background-image: url("https://shachomeikan.jp/assets/img/common/chackbox-bg.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	position: absolute;
	display: block
}
.mod-checkbox:focus {
	outline: 0
}
.mod-select-area {
	overflow: hidden;
	display: inline-block;
	position: relative;
	border: 1px solid #dadada;
	background-color: #fff
}
.mod-select-area:before {
	content: "";
    height: 25px;
    width: 25px;
    position: absolute;
    border: solid thin #b58b03;
    border-radius: 20px;
    top: 6px;
    right: 4px;
}
.mod-select-area:after {
	content: "";
	border: 1px solid #b58b03;
	border-top-width: 0;
    border-left-width: 0;
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    right: 12px;
    top: 13px;
	transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.mod-select {
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	border: 0;
	margin: 0;
	background: none transparent;
	vertical-align: middle;
	text-indent: 0.01px;
	text-overflow: '';
	position: relative;
    z-index: 1;

}
.mod-select::-ms-expand {
    display:none
}
.mod-table-03 .mod-select {
    padding: 19px 55px 18px 15px;
}
.mod-table-03 .mod-select-area:before {
    top: 14px;
}
.mod-table-03 .mod-select-area:after {
    top: 20px;
}
.mod-form-info {
	border: 1px solid #dadada;
	width: 80%;
	margin: auto
}
.mod-form-info-inner {
	height: 100px;
	overflow-y: auto;
	overflow-x: hidden;
	width: 100%;
	padding: 0
}
.mod-form-error {
	font-size: 14px;
	line-height: 1.15;
	color: #e73600
}
.information-register > .mod-form-error {
    width: 90%;
    margin: auto;
}
.mod-icon-link {
	display: inline-block;
	text-indent: -13px;
	padding-left: 13px;
	text-decoration: none
}
.mod-icon-link_underline {
	text-decoration: underline
}
.mod-icon-tag {
	display: inline-block;
	text-indent: -14px;
	padding-left: 14px;
	text-decoration: none
}
.mod-icon-default_leave {
	display: inline-block;
    color: #999;
    cursor: pointer;
    font-size: 18px;
    text-decoration: none;
}
.mod-icon-default_leave:before {
	content: '×';
	font-weight: bold;
    font-size: 20px;
}
.mod-list-btn>:last-child {
	margin-bottom: 0
}
.mod-list-btn-item {
	margin-bottom: 20px;
}
.mod-list-sideBtn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}
.mod-list-sideBtn_center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.mod-list-sideBtn-item:first-child {
	margin-left: 0
}
.mod-panel {
	margin-bottom: 20px
}
.mod-panel_default {
	background: #fff
}
.mod-profile-title {
	font-weight: normal;
	line-height: 1;
	font-size: 30px;
	margin-bottom: 40px;
}
.mod-profile-title img {
    padding: 5px;
    background-color: #b58b03;
    width: 35px;
}
.mod-profile-img {
	display: inline-block;
}
.mod-profile-contens {
    display: inline-block;
    width: calc(100% - 206px);
    font-size: 16px;
}
.mod-profile-table {
	border-spacing: 0;
	width: 100%;
	background: #ffffff94;
}
.mod-profile-table tr:first-child .mod-profile-th, .mod-profile-table tr:first-child .mod-profile-td {
	border-top: none
}
.mod-profile-th {
	text-align: left;
	width: 100px;
	background-color: #fff!important;
	border: none;
}
.mod-profile-td {
	border: none;
}
.mod-career-history-title {
    font-size: 20px;
    font-weight: bold;
    margin: 15px 0 10px;
}
.mod-career-history-line {
    width: 150px;
    height: 1px;
    display: inline-block;
    background-color: #b58b03;
    margin: 6px 20px;
}
.mod-career-history-zone {
    font-size: 15px;
}
.mod-movie-contents {
	background: #f4f4f4
}
.mod-movie-contents>:last-child {
	margin-bottom: 0
}
.mod-movie-title {
	color: #987a02
}
.mod-movie-title-sub {
	display: block
}
.mod-playlist {
	margin: 1px 0 40px;
}
.mod-playlist:before, .mod-playlist:after {
	content: " ";
	display: table
}
.mod-playlist:after {
	clear: both
}
.mod-playlist-item {
	width: 25%;
	float: left;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	position: relative;
}
.mod-playlist-link {
	text-decoration: none;
	display: block
}
.mod-playlist-body {
	background: #f4f4f4
}
.mod-playlist-title {
	font-weight: bold;
	display: block;
	height: 5.2em;
	background: #f4f4f4;
	position: relative;
	padding-right: 1em;
	overflow: hidden;
	font-size: 15px;
}
.mod-playlist-title:before {
	content: "...";
	position: absolute;
	right: 0;
	bottom: 0;
	display: inline-block;
	width: 1em
}
.mod-playlist-title:after {
	content: "";
	position: relative;
	right: -1em;
	float: right;
	width: 1em;
	height: 100%;
	background-color: inherit
}
.mod-playlist-title-sub {
	display: block;
	line-height: 1
}
.mod-chapter {
    margin: 10px 0;
    display: flex;
    flex-wrap: wrap;
}
.mod-chapter-title {
    font-weight: bold;
    font-size: 1rem;
    width: 100%;
    display: inline;
    text-indent: -3em;
}
.mod-movie-toggle {
	position: relative
}
.mod-movie-toggle-body {
	overflow: hidden;
	background: #f9f9f9;
	font-size: 16px;
	margin-top: 30px;
}
article .mod-movie-toggle-body {
    background-color: #fff;
}
.mod-youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%
}
#mod-youtube-item {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important
}
.mod-grid {
	width: 100%;
	height: 100%
}
.sp-main-contents-inner .mod-grid {
    margin-top: 30px;
}
.mod-grid-item>:first-child {
	margin-top: 0
}
.mod-media:before, .mod-media:after {
	content: " ";
	display: table
}
.mod-media:after {
	clear: both
}
.mod-media-item {
	text-align: center;
	margin: auto;
	width: 49.3333%;
}
.mod-media-item_left {
	float: left;
	margin-bottom: 5px;
	margin-right: 10px;
}
.mod-media-item_right {
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
}
.mod-media-item-img {
	text-align: center;
	width: 100%;
	height: auto;
}
.mod-media-item_left .mod-media-item-img {
    margin-right: 10px;
}
.mod-media-item_full {
	margin-bottom: 40px;
	width: 60%;
}
.mod-contact .mod-media-item_right {
    text-align: left;
    margin-left: 10px;
}
.mod-selectbox {
    height: 38px;
}
.mod-signup-checkbox {
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada
}
.mod-signup-link-list {
    color: #b58b03;
    font-size: 14px;
    text-decoration: none;
    transition: .3s;
    margin-right: 10px;
}
.mod-signup-link-list:after {
    display: inline-block;
    content: '';
    background-image: url(/assets/img/common/btn_arrow_gl.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 1rem;
    width: 8px;
    height: 12px;
}
.mod-signup-note {
	color: #666
}
.mod-login-edit {
	background: #f4f4f4
}
.mod-login-edit>:first-child {
	margin-top: 0
}
.mod-company-icon {
    height:35px;
    width:35px;
    display:inline-block;
    position:relative;
    background: #987a02;
    vertical-align: top;
    margin-right: 20px;
}
.mod-company-icon:before {
    content: '';
    height: 20px;
    width: 15px;
    display: block;
    position: absolute;
    background: #fff;
    top: 7px;
    left: 10px;
}
.mod-company-icon:after {
    content:'';
    height:2px;
    width:2px;
    background:#987a02;
    display:block;
    position:absolute;
    top:9px;
    left:13px;
    box-shadow: 0 3.5px #987a02, 0 7px #987a02, 0 10.5px #987a02, 4px 0px #987a02, 4px 3.5px #987a03, 4px 7px #987a02, 4px 10.5px #987a02, 8px 0px #987a02, 8px 3.5px #987a02, 8px 7px #987a02, 8px 10.5px #987a02;
    -webkit-box-shadow: 0 3.5px #987a02, 0 7px #987a02, 0 10.5px #987a02, 4px 0px #987a02, 4px 3.5px #987a03, 4px 7px #987a02, 4px 10.5px #987a02, 8px 0px #987a02, 8px 3.5px #987a02, 8px 7px #987a02, 8px 10.5px #987a02;
    -moz-box-shadow: 0 3.5px #987a02, 0 7px #987a02, 0 10.5px #987a02, 4px 0px #987a02, 4px 3.5px #987a03, 4px 7px #987a02, 4px 10.5px #987a02, 8px 0px #987a02, 8px 3.5px #987a02, 8px 7px #987a02, 8px 10.5px #987a02;
}
.mod-company-icon-parts {
    display: inline-block;
    position: absolute;
    background-color: #fff;
    width: 9px;
    height: 4px;
    border-left: 4px solid #987A02;
    border-right: 4px solid #987A02;
    left: 13px;
    bottom: 8px;
}
.mod-heads-up {
    margin-bottom: 35px;
}
.heads-up-heading {
    font-weight: bold;
    font-size: 17px;
    text-align: center;
    margin-bottom: 10px;
}
.posting-date {
    text-align: right;
}
.mod-table {
	width: 100%;
	table-layout: fixed;
	font-size: 15px;
	border-collapse: collapse;
}
.mod-table-in-contents {
	border-spacing: 3px;
}
.mod-table-th {
	text-align: left;
	font-weight: bold;
	padding: 28px 7px 7px 21px;
}
.mod-table-td {
    line-height: 1.7em;
    padding: 25px 7px 22px 21px;
}
.mod-table-th, .mod-table-td {
	border-bottom: solid thin #a3a3a3;
}
table:not(.table-line) tr:last-child .mod-table-th, table:not(.table-line) tr:last-child .mod-table-td {
    border-bottom: none;
}
.mod-table-td p:nth-child(even) {
    margin-bottom: 10px;
}
.mod-table-td p:last-child {
    margin-bottom: 0px;
}
.mod-table-in-contents tr:first-child .mod-table-th,
.mod-table-in-contents tr:first-child .mod-table-td {
    border-top: none;
}
.company-information tr:first-child .mod-table-th,
.company-information tr:first-child .mod-table-td {
    border-top: none;
}
.mod-office-img {
    display: inline-block;
    width: 32%;
}
.mod-table-03-warp {
	background: #ebe6d2
}
.mod-table-03 {
	width: 100%;
    border-spacing: 0;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0 10px!important;
}
.mod-table-03-th {
	font-size: 18px;
    font-weight: bold;
    background-color: #fff!important;
    width: 40%;
    text-align: left;
}
.candidate-banner-link.hover {
    opacity: .7;
}
.candidate-banner-pc, .candidate-banner-sp {
    width: 100%;
    height: auto;
}
.candidate-banner-sp {
    display: none;
}
.mod-list-return {
    display: inline-block;
    margin-top: 50px;
    text-decoration: none;
    font-size: 15px;
    position: relative;
    padding-left: 30px;
}
.mod-list-return:before {
    content: '';
    height: 10px;
    width: 10px;
    display: block;
    border: 1px solid #987a02;
    border-top-width: 0;
    border-right-width: 0;
    position: absolute;
    top: 5px;
    left: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.mod-list-return:hover:before {
    border-color: #5a5a5a;
}
.mod-text-link {
    display: block;
    text-decoration: none;
    font-size: 15px;
    position: relative;
    padding-right: 30px;
    margin-bottom: 10px;
    width: fit-content;
}
.mod-text-link:after {
    content: '';
    height: 10px;
    width: 10px;
    display: block;
    border: 1px solid #987a02;
    border-bottom-width: 0;
    border-left-width: 0;
    position: absolute;
    top: 5px;
    right: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.mod-recommend {
    padding: 30px 5%;
    background-color: #f9f9f9;
}
.mod-recommend-list .link-card {
    width: 23%;
    margin: 0 1%;
}
.mod-recommend-list .link-card:first-child {
    margin-left: 0;
}
.mod-recommend-list .link-card:last-child {
    margin-right: 0;
}
.mod-recommend-list .link-card .square {
    height: auto;
}
.user-contents-btn-list {
    margin: 40px 0;
    display: flex;
}
.user-contents-btn {
    border: solid thin;
    padding: 30px;
    display: inline-block;
    width: 50%;
    text-decoration: none;
    text-align: center;
    position: relative;
}
.user-contents-btn:hover {
    opacity: 0.7;
}
.user-contents-btn-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
    width: fit-content;
}
.user-contents-btn-inner img {
    margin-right: 10px;
}
.user-contents-btn-text {
    display: inline-block;
    vertical-align: super;
    font-weight: bold;
    font-size: 15px;
    white-space: nowrap;
}
.user-contents-btn-text-small {
    display: block;
}
.bookmark {
    border-color: #b58b03;
    color: #b58b03!important;
}
.mod-short-btn {
    border: solid thin;
    padding: 9px 0 10px;
    font-size: 14px;
    width: 100%;
    margin: auto;
    display: block;
    text-align: center;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}
.cancel {
    border-color: #b58b03;
    color: #b58b03;
}
.cancel:hover {
    background-color: #b58b03;
    color: #fff;
}
.delete {
    border-color: #999;
    background-color: #fff;
    color: #999;
}
.delete:hover {
    background-color: #999;
    color: #fff;
}
/*社長名鑑とは新デザイン(3/10)*/
.about-top {
    margin: 40px 0 60px;
}
.bold-paragraph {
    font-family: YuGothic;
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: 43px;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 30px;
}
.mod-function {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
}
.thin-paragraph-pc, .thin-paragraph-sp {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 100;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
}
.thin-paragraph-sp {
    display: none;
}
.interview-paragraph {
    background-color: #CF6316;
    margin: 20px auto 0px;
    padding: 15px;
    max-width: 670px;
}
.interview-paragraph p {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    display: inline-block;
}
.interview-total {
    padding: 10px 25px;
    border: 2px solid #fff;
    border-radius: 10px;
}
.total-quantity {
    vertical-align: bottom;
    margin-left: 15px;
}
.two-thousand-eight-hundred {
    font-size: 35px;
}
.more {
    font-size: 25px;
}
.function-detail-zone {
    display: flex;
    margin-bottom: 50px;
}
.function-detail-sentence {
    font-family: 'YuGothic';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
}
.interview-link-btn {
    text-align: center;
    margin-top: 40px;
}
.link-btn {
    width: 280px;
    height: 55px;
    background: #CF6316;
    font-family: 'YuGothic';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    color: #FFFFFF;
    display: inline-block;
    padding: 12px;
    text-decoration: none;
}
.link-btn:hover {
    color: #fff;
    opacity: .7;
}
.site-feature {
    padding: 60px 12%;
}
.site-feature-title {
    font-family: 'YuGothic';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 60px;
}
.feature-description {
    display: inline-block;
    width: 50%;
    margin-top: 20px;
}
.feature-description p {
    text-align: left;
    width: 94%;
    font-family: 'YuGothic';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
}
.feature-description p:nth-of-type(1) {
    margin-top: 20px;
}
.description-title {
    display: flex;
    text-align: left;
    align-items: center;
}
.description-number {
    width: 42px;
    height: 42px;
    background-color: #B58B03;
    color: #fff;
    padding: 11px;
    margin-right: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}
.title-sentence {
    width: 80%;
    font-family: 'YuGothic';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 32px;
    text-align: left;
    padding: 5px 0;
}
.sp-sentence {
    display: none;
}
.annotation {
    font-family: 'YuGothic';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    color: #888888;
    text-indent: -1.5em;
    padding-left: 1.5em;
    text-align: left;
}
.annotation::before {
    content: '※';
}
.feature-description .annotation {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
}
.site-feature-item {
    text-align: center;
    margin: auto;
    width: 49.3333%;
}
.site-feature-item_right {
    float: right;
    margin-bottom: 5px;
    margin-left: 10px;
}
.site-feature-item_left {
    float: left;
    margin-bottom: 5px;
    margin-right: 10px;
}
.site-feature-item-sp {
    display: none;
}
.connection-annotation {
    width: fit-content;
    margin: 30px auto;
}
.connection-annotation .annotation:nth-child(2) {
    text-indent: -2.3em;
    padding-left: 2.3em;
}
.connection-annotation .annotation:first-child::before {
    content: '※1';
}
.connection-annotation .annotation:nth-child(2)::before {
    content: '※2';
}
.annotation-link {
    color: #B58B03;
    text-decoration: none;
}
.president-interview {
    padding: 40px 5%;
    width: 100%;
}
.president-interview-heading {
    font-family: 'YuGothic';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 16px;
    margin-bottom: 25px;
    text-align: center;
}
.president-interview-list {
    padding: 40px 50px 0;
}
.president-interview-list .link-card {
    margin: 0 0.3%;
}
.president-interview-list .top-featured-button {
    background-color: #fff;
    background-size: 30%;
    background-position: center;
    top: 40%;
    height: 50px;
    width: 50px;
    z-index: 5;
    position: absolute;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
}
.president-interview-list .prev-slide {
    background-image: url("/assets/img/top/left-btn-icon.png");
    left: 0;
}
.president-interview-list .next-slide {
    background-image: url("/assets/img/top/right-btn-icon.png");
    right: 0;
}
@media(min-width: 993px) {
    .feature-description:nth-child(2) {
        padding-left: 25px;
    }
    .feature-description:nth-child(2) p {
        width: 100%;
    }
    .connection-annotation .annotation:nth-child(2) {
        width: 60.2%;
    }
}
@media(max-width: 992px) {
    .bold-paragraph {
        font-size: 24px;
    }
    .mod-function {
        font-size: 16px;
        line-height: 30px;
        text-align: left;
        margin: auto;
        width: fit-content;
    }
    .thin-paragraph-sp {
        display: block;
        font-size: 16px;
        line-height: 30px;
        text-align: left;
        margin: auto;
        width: 19.3em;
    }
    .function-detail-sentence {
        font-weight: 400;
        text-align: left;
        max-width: 544px;
        margin: auto;
    }
    .link-btn {
        width: 100%;
        max-width: 280px;
        padding: 12px 0em;
    }
    .site-feature-title {
        font-size: 24px;
    }
    .function-detail-zone {
        display: block;
    }
    .feature-description {
        display: block;
        width: 100%;
    }
    .feature-description p {
        font-weight: 400;
        font-size: 15px;
    }
    .pc-sentence {
        display: none;
    }
    .sp-sentence {
        display: block;
        font-size: 21px;
        line-height: 30px;
    }
    .site-feature-item {
        display: none;
    }
    .site-feature-item-sp {
        display: block;
        margin-bottom: 30px;
    }
    .connection-annotation .annotation:first-child {
        text-indent: -2.2em;
        padding-left: 2.2em;
    }
    .president-interview-list .top-featured-button {
        background-color: #5a5a5a;
        background-image: none!important;
        height: 40px;
        width: 40px;
        z-index: 0;
    }
    .president-interview-list .top-featured-button:before {
        content: '';
        height: 10px;
        width: 10px;
        display: block;
        border: 2px solid #fff;
        border-left-width: 0;
        border-bottom-width: 0;
        position: absolute;
        top: 35%;
    }
    .president-interview-list .prev-slide:before {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        left: 40%;
    }
    .president-interview-list .next-slide:before {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        right: 40%;
    }
}
@media(max-width: 768px) {
    .site-feature {
        padding: 60px 0;
    }
    .description-title {
        margin: 0 auto 10px;
        width: fit-content;
    }
    .title-sentence {
        font-size: 21px;
        line-height: 30px;
    }
    .feature-description p {
        margin: 0 auto;
        width: 88%;
    }
}
@media(min-width: 768px) {
}
@media(max-width: 767px) {
    .president-interview {
        padding-top: 60px;
    }
    .president-interview .interview-link-btn {
        display: none;
    }
}

@media(min-width: 993px) {
    .company-toggle {
        padding: 60px 100px 0;
    }
}
@media(max-width: 992px) {
    .mod-office-img {
        display: block;
        width: 100%;
        margin-bottom: 30px;
    }
    .mod-office-name {
        text-align: left;
    }
    .mod-office-img img {
        width: 100%;
    }
}
@media(min-width: 769px) {
    .mod-table-th {
        width: 230px;
        vertical-align: top;
    }
    .user-contents-btn:first-child {
        margin-right: 30px;
    }
}
@media(max-width: 768px) {
    .mod-table-th, .mod-table-td {
        display: block;
        padding-left: 0;
        padding-right: 0;
    }
    .mod-table-th {
        border-bottom: none;
        border-top-width: 0px!important;
    }
    .mod-table-td {
        padding-top: 10px;
        border-bottom-width: 1px!important;
    }
    .user-contents-btn-list {
        display: block;
    }
    .user-contents-btn {
        width: 100%;
    }
    .user-contents-btn:first-child {
        margin-bottom: 10px;
    }
}
.required {
    font-size: 14px;
    display: block;
}
.mod-card-row>.mod-card {
	margin-top: 10px
}
.mod-card-row>.mod-card:first-child {
	margin-top: 0
}
.mod-card-link {
	display: block;
	text-decoration: none
}
.mod-card-link_table {
	display: table;
	width: 100%
}
.mod-card-link_table:hover {
    opacity: 0.7;
}
.mod-card-img {
	width: 100%
}
.mod-card-body {
	background: #FFF;
	padding: 0 10px;
}
.mod-card-body_cell {
	display: table-cell;
	vertical-align: top
}
.mod-card-body_cell>.mod-card-title {
	font-size: 16px;
    margin-bottom: 6px;
	height: 2.2em;
	background: #FFF;
	position: relative;
	padding-right: 1em;
	overflow: hidden;
	color: #000;
}
.mod-card-body_cell>.mod-card-title:before {
	content: "...";
	position: absolute;
	right: 0;
	bottom: 0;
	display: inline-block;
	width: 1em;
    letter-spacing: 0;
}
.mod-card-body_cell>.mod-card-title:after {
	content: "";
	position: relative;
	right: -1em;
	float: right;
	width: 1em;
	height: 100%;
	background-color: inherit
}
.mod-card-body_cell>.mod-card-sub {
	height: 2.6em;
	background: #FFF;
	position: relative;
	font-size: 14px;
    font-weight: bold;
    color: #b58b03;
}
.mod-card-sub-name {
    font-size: 14px;
    font-weight: bold;
    color: #b58b03;
    padding-top: 2px;
    height: 1.7em;
    overflow: hidden;
}
.mod-card-title {
	font-size: 14px;
	line-height: 1.15;
	margin-bottom: 2px
}
.mod-tenki-title {
    font-size: 16px;
    margin-bottom: 6px;
    height: 2.2em;
    line-height: 1.15;
    background: #FFF;
    position: relative;
    z-index: 2;
}
.main-contents-inner .mod-card-title {
	height: 2.2em;
	background: #FFF;
	position: relative;
	padding-right: 1em;
	overflow: hidden
}
.main-contents-inner .mod-card-title:before {
	content: "...";
	position: absolute;
	right: 0;
	bottom: 0;
	display: inline-block;
	width: 1em
}
.main-contents-inner .mod-card-title:after {
	content: "";
	position: relative;
	right: -1em;
	float: right;
	width: 1em;
	height: 100%;
	background-color: inherit
}
.mod-card-sub {
	font-size: 10px;
	line-height: 1.3;
	color: #666
}
.main-contents-inner .mod-card-sub {
	display: block;
	height: 1.2em;
	background: #f4f4f6;
	position: relative;
	padding-right: 1em;
	overflow: hidden
}
.main-contents-inner .mod-card-sub:before {
	content: "...";
	position: absolute;
	right: 0;
	bottom: 0;
	display: inline-block;
	width: 1em
}
.main-contents-inner .mod-card-sub:after {
	content: "";
	position: relative;
	right: -1em;
	float: right;
	width: 1em;
	height: 100%;
	background-color: inherit
}
.mod-card-item {
	position: relative;
	z-index: 1
}
.mod-card-item_cell {
	display: table-cell;
	vertical-align: top;
	width: 32%
}
.mod-card-num {
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	text-align: center;
	display: block;
	line-height: 1;
	background: #172e79
}
.mod-card-num_01 {
	background: #b49547
}
.mod-card-num_02 {
	background: #676767
}
.mod-card-num_03 {
	background: #965706
}
.mod-modal {
	bottom: 0;
	left: 0;
	overflow: auto;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 99999;
	text-align: center
}
.mod-modal:after {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle
}
.mod-modal.is-hidden {
	display: none
}
.mod-modal-contents {
	background-color: #fff;
	margin: 0 auto;
	position: relative;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	z-index: 150
}
.mod-modal-overlay {
	background-color: rgba(0,0,0,0.7);
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100
}
.mod-modal-contents-inner {
	background-color: #fff;
	position: relative
}
.login-required {
    font-size: 16px;
}
.mod-modal-closeBtn {
	position: absolute;
	z-index: 50;
	cursor: pointer;
	right: 0
}
.mod-modal-closeBtn-img {
	max-width: 100%
}
.is-modal-noscroll {
	height: 100%;
	overflow: hidden;
	position: fixed;
	width: 100%
}
.mod-pager {
	text-align: center;
}
.mod-pager-item {
	display: inline-block;
	background: #fff;
	border: solid thin #987a02;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	padding: 30px 0;
	width: 40px;
    padding: 12px 0;
    font-size: 14px;
    margin-left: 15px;
}
.mod-pager-item:first-child {
	margin-left: 0
}
.mod-pager-item_inactive, a[class*="mod-pager-item"]:hover {
	background: #987a02;
	color: #fff;
}
.mod-pager-item_prev, .mod-pager-item_next, .mod-pager-item-reader {
    position: relative;
    padding: 22px 0;
}
.mod-pager-item_prev:before, .mod-pager-item_next:before {
    content: '';
    height: 10px;
    width: 10px;
    display: block;
    border: 1px solid #987a02;
    border-left-width: 0;
    border-bottom-width: 0;
    position: absolute;
    top: 37%;
}
.mod-pager-item_prev:before {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    left: 45%;
}
.mod-pager-item_next:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    right: 45%;
}
.mod-pager-item:hover:before {
    border: 1px solid #fff;
    border-left-width: 0;
    border-bottom-width: 0;
}
.mod-pager-item-reader:before {
    content: '…';
    color: #987a02;
    position: absolute;
    bottom: 10%;
    left: 32%;
}
.mod-movie-toggle-body .mod-pager {
    margin-top: 40px;
    margin-bottom: 20px;
}
.mod-sub-genre {
    padding-left: 30px;
}
.mod-sub-genre-link {
    text-decoration: none;
    display: block;
}
.mod-sub-genre-link:hover {
    opacity: .7;
}
.mod-sub-genre-img {
    width: 100%;
    height: auto;
}
.mod-sub-genre-title {
    background-color: #e8e8e8;
    display: flex;
    align-items: center;
}
.mod-sub-genre-icon {
    position: relative;
    height: 40px;
    display: flex;
    padding: 30px 15px;
}
.sub-interview-icon {
    background-color: #bb0000;
}
.sub-interview-icon:before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 0px;
    height: 10px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 9px solid;
    top: 25px;
    left: 12px;
    color: #fff;
}
.sub-article-icon {
    background-color: #172e79;
}
.sub-article-icon:before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    background-image: url("/assets/img/top/fountain_pen.png");
    height: 15px;
    width: 15px;
    top: 20px;
    left: 8px;
}
.mod-sub-genre-name {
    width: 80%;
    padding: 15px;
    color: #000!important;
    font-weight: bold;
    font-size: 18px;
}
.mod-sub-genre-line {
    display: flex;
    width: 20%;
    height: 1px;
    background-color: #b58b03;
    margin: 29px 0;
}
.mod-sub-genre-arrow {
    width: 20%;
    position: relative;
    display: flex;
    align-items: center;
}
.mod-sub-genre-arrow:before {
    content: '';
    height: 10px;
    width: 10px;
    display: block;
    border: 2px solid #987a02;
    border-bottom-width: 0;
    border-left-width: 0;
    position: absolute;
    left: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.mod-sub-genre hr {
    margin: 30px 0;
    display: block;
    width: 100%;
    height: 1px;
    background: #ccc;
}

@media(max-width: 768px) {
    .mod-pager-item {
        margin-left: 3%;
        margin-bottom: 3%;
        width: 10%;
        max-width: 40px;
    }
}
.main-inner-tenki {
    display: block;
    margin: 30px auto 50px;
}
.main-inner-tenki:hover {
    opacity: .7;
}

@media(min-width: 769px) {
    .inner-tenki-banner-pc {
        display: block;
    }
    .inner-tenki-banner-sp {
        display: none;
    }
}
@media(max-width: 768px) {
    .candidate-banner-pc {
        display: none;
    }
    .candidate-banner-sp {
        display: block;
    }
    .inner-tenki-banner-pc {
        display: none;
    }
    .inner-tenki-banner-sp {
        display: block;
        margin: auto;
    }
}
.mod-search-select {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	position: relative;
}
.mod-search-select:before {
    content: "";
    display: block;
    width: 1px;
    background: #dadada;
    position: absolute;
    right: 36px;
    top: -1px;
    height: 71.04%;
    margin: 5px 0;
    z-index: 2;
}
.mod-search-btn {
	display: inline-block;
	vertical-align: top;
	border: solid thin #b58b03;
	color: #b58b03;
	background-color: #fff;
	padding: 8px 5px;
}
.mod-search-btn:hover {
    background-color: #b58b03;
    color: #fff;
}
.u-show-mobile {
	display: none
}
.u-100 {
	width: 100%
}
.sub-news-list {
    background-color: #FFF;
    padding: 10px;
}
.SP-redirect-message {
    display:none;
}
.tag-list-header {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;
}
.sp-tag-select-zone {
    display: none;
}
.return-list {
    text-decoration: none;
}
.bookmark-list .link-card .tag-space {
    display: none;
}
.president-tag {
    color: #757575;
    display: inline-block;
    text-decoration: none;
    margin-right: 5px;
    margin-bottom: 5px;
    border: solid thin #757575;
    padding: 2px 4px;
    font-weight: bold;
}
.president-tag:hover {
    color: #fff;
    background-color: #757575;
}
/*リンクカードの設定*/
.link-card {
    width: 46%;
    height: 100%;
    display: inline-block;
    text-align: left;
    vertical-align: top;
}
.card-thumbnail {
    /*object-fit: cover;*/
    /*width: 100%;
    height: auto;*/
}
.card-thumbnail.interview-thumbnail {
    height: auto;
}
.square {
    height: 100%;
    width: auto;
    margin: auto;
    display: block;
}
.rectangle {
    width: 100%;
    height: auto;
}
.card-href {
    display: block;
    position: relative;
    text-decoration: none;
}
.card-href:hover {
    opacity: .7;
}
.card-information {
    padding-top: 15px;
    margin-bottom: 10px;
}
.link-card-title {
    color: #5a5a5a;
    font-weight: bold;
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 10px;
}
.link-card-text {
    color: #987a02;
    font-weight: bold;
    font-size: 15px;
    line-height: 1.5;
    vertical-align: top;
}
.publishStartedAt {
    display: none;
}
.sub-item .link-card {
    display: block;
    width: 100%;
    padding-left: 30px;
    margin-bottom: 30px;
}
.sub-item .link-card:last-child {
    margin-bottom: 0px;
}
.sub-item .link-card .tag-space {
    display: none;
}
.corporation-contents-list .link-card {
    display: block;
    width: 100%;
}
.corporation-contents-list .link-card .card-href {
    display: flex;
}
.corporation-contents-list .link-card .card-thumbnail,
.corporation-contents-list .link-card .card-information {
    width: 50%;
}
.corporation-contents-list .link-card .card-thumbnail {
    height: fit-content;
}
.corporation-contents-list .link-card .card-information .link-card-title {
    height: 4.2em;
    position: relative;
    overflow: hidden;
    padding-right: 1em;
    background-color: #fff;
}
.corporation-contents-list .link-card .card-information .link-card-title:before {
    content: "...";
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    width: 1em;
    letter-spacing: 0;
}
.corporation-contents-list .link-card .card-information .link-card-title:after {
    content: "";
    position: relative;
    right: -1em;
    float: right;
    width: 1em;
    height: 100%;
    background-color: inherit;
}
.corporation-contents-list .link-card .tag-space {
    display: none;
}
.corporation-contents-list .link-card {
    display: block;
    width: 100%;
}
.corporation-contents-list .link-card .card-href {
    display: flex;
}
.corporation-contents-list .link-card .card-information {
    padding-top: 5px;
    padding-left: 15px;
}
.corporation-contents-list .link-card .card-information .link-card-title {
    height: 4.2em;
    position: relative;
    overflow: hidden;
    padding-right: 1em;
    background-color: #fff;
}
.corporation-contents-list .link-card .card-information .link-card-title:before {
    content: "...";
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    width: 1em;
    letter-spacing: 0;
}
.corporation-contents-list .link-card .card-information .link-card-title:after {
    content: "";
    position: relative;
    right: -1em;
    float: right;
    width: 1em;
    height: 100%;
    background-color: inherit;
}
.corporation-contents-list .link-card .tag-space {
    display: none;
}

.article-body-sns, .share-button-sp {
    display: block;
    text-align: right;
}
.article-body-sns {
    margin-bottom: 15px;
}
.alert-danger {
    color:#ff0000;
}
#loginForm .alert-danger {
    width: 65%;
    margin-left: auto;
}
.message-space {
    height: 48px;
}
.require-message {
    color: black;
}
.form_alert {
    color:#ff0000;
}
@media(max-width: 992px) {
    #loginForm .alert-danger {
        width: 100%;
    }
}
@media(max-width: 992px) and (min-width: 769px) {
    .sub-item .mod-card-row {
        display: flex;
        flex-wrap: wrap;
    }
    .mod-card-row .mod-card {
        display: inline-block;
        width: 49.5%;
    }
    .mod-card-row .mod-card:nth-child(odd) {
        margin-right: 1%;
    }
}
@media(max-width: 992px) and (min-width: 568px) {
    .sub-item .link-card .card-href {
        display: flex;
    }
    .sub-item .link-card .card-thumbnail {
        width: 50%;
        height: max-contents;
    }
    .sub-item .link-card .card-information {
        width: 50%;
        padding-top: 5px;
        padding-left: 10px;
    }
}
@media(min-width: 767px) {
    .mod-tag-item {
        margin-bottom: 30px;
        width: 100%;
    }
}
@media(max-width: 768px) {
    .mod-tag-item {
        padding-right: 10px;
    }
    .tag-list-header {
        letter-spacing: 1px;
        font-size: 18px;
        margin-bottom: 0;
        display: inline-block;
    }
    .mod-tag-item .president-tag {
        display: none;
    }
    .sp-tag-select-zone {
        display: inline-block;
        width: calc(95% - 152px);
        position: relative;
    }
    .sp-tag-select-zone:before {
        content: "";
        width: calc(100% - 40px);
        background-color: #000;
        height: 1px;
        margin: 17px 10px;
        position: absolute;
        top: 0;
        z-index: 2;
    }
    .sp-tag-form {
        position: relative;
    }
    .no-selected-form:before {
        content: "";
        height: 25px;
        width: 25px;
        position: absolute;
        border: solid thin #000;
        border-radius: 20px;
        top: 5px;
        right: -3px;
    }
    .no-selected-form:after {
        content: "";
        height: 10px;
        width: 10px;
        position: absolute;
        top: 10px;
        right: 4.5px;
        border: 1px solid #000;
        border-left-width: 0;
        border-bottom-width: 0;
        transform: rotate(
            135deg
        );
        -webkit-transform: rotate(
            135deg
        );
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
    }
    .sp-tag-select {
        border: none;
        background-color: transparent;
        width: 100%;
        padding: 10px 35px 10px 10px;
        position: relative;
        z-index: 1;
        outline:none;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        vertical-align: middle;
        text-indent: 0.01px;
        border-radius: 0;
    }
    .share-button-sp {
        display: block;
        margin: 30px 0;
    }
    .mod-tag-item {
        position: relative;
        bottom: 14px;
    }
    .return-link {
        margin-bottom: 8px;
    }
    .return-list {
        margin: 0 .8% ;
    }
    .tag-space {
        position: relative;
        bottom: 4px;
    }
    .president-tag {
        margin-left: 1%;
    }
}
@media (min-width: 993px) {
    .contents-body, .mod-login-edit {
        /*font-size: 16px;*/
        line-height: 1.5
    }
    .main-list-page {
        padding-top: 40px;
    }
    .main-contents {
        padding-bottom: 90px
    }
    .main-contents-inner {
        /*padding: 0 40px 0 60px;*/
        min-height: 600px;
        padding-right: 3%;
    }
    .mod-tenki-banner {
        margin: 50px 0;
        padding-right: 3%;
    }
    .tenki-banner-img {
        width: 100%;
    }
    .main-contents-inner .mod-tenki-banner {
        padding-right: 0;
    }
    .no-sub-contents {
        padding-right: 0;
    }
    .about-contents {
        padding: 0 100px;
    }
    .pagetop img {
        width: 22px;
        height: 13px;
    }
    .corporation-contents-list {
        padding-right: 3%;
        margin-bottom: 20px;
    }
    .corporation-contents-list .link-card {
        margin-bottom: 30px;
    }
    .main-list-page .sub-contents-inner {
        border-left: solid thin #bfbfbf;
    }
    .mod-company-info {
        padding: 0 40px 0 60px;
    }
    .sub-contents {
        display: table-cell;
        width: 377px;
        vertical-align: top;
    }
    .sub-item {
        margin: 50px 0 30px
    }
    .sub-news-date {
        font-size: 12px
    }
    .sub-new-tag {
        padding-left: 14px
    }
    .sub-news-item {
        font-size: 14px;
        padding: 15px 0 17px
    }
    .president_buttons {
        margin-bottom: 0px;
    }
    .mod-heading-l1 {
        font-size: 30px;
        padding: 24px 5% 30px;
        width: 100%;
    }
    .mod-feature-heading {
        width: 100%;
        padding: 40px 60px;
    }
    .mod-heading-title, .mod-heading-l1-description {
        width: 67%;
    }
    .mod-feature-heading .mod-heading-title {
        margin-bottom: 20px;
    }
    .mod-feature-heading .mod-heading-l1-description {
        width: 67%;
    }
    .mod-heading-l1-catch-copy {
        display:block;
        font-size:30px;
    }
    .mod-heading-l1-sub {
        font-size: 20px;
        display: block;
        margin-bottom: 5px;
        width: 67%;
    }
    .mod-heading-l1_small {
        padding-left: 15px;
        color: #b58b03;
    }
    .SP-sub-item .sub-item{
        margin:0px
    }
    .SP-sub-item .sub-btn-area_first{
        display:none
    }
    .mod-heading-l2 {
        font-size: 30px;
        margin: 45px 0 35px
    }
    .mod-small-heading {
        font-size: 25px;
    }
    .mod-heading-icon:before {
        background-size: 24px;
        padding-bottom: 2px;
        padding-left: 30px;
        position: relative;
        top: 2px
    }
    .mod-heading-l3 {
        font-size: 24px;
        margin: 40px 0 30px
    }
    div:not(.mod-modal-contents-inner) > .mod-heading-l3:before, .mod-heading-l3-2:before {
        content: '';
        background-color: #b58b03;
        width: 3px;
        height: 90%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .mod-heading-l3-2 {
        margin-bottom: 20px;
        padding: 15px 30px
    }
    .mod-input-text {
        padding: 10px 15px;
        font-size: 14px
    }
    .mod-checkbox:checked+.mod-checkbox-icon:before {
        width: 11px;
        height: 9px;
        background-size: 11px 9px;
        left: 1px;
        top: 2px
    }
    .mod-textarea {
        padding: 15px;
        border: 1px solid #dadada;
        width: 100%;
        font-size: 14px
    }
    .mod-select-area {
        font-size: 14px
    }
    .mod-select {
        font-size: 14px;
        padding: 9px 55px 8px 15px;
        min-height: 38px
    }
    .mod-form-info {
        padding: 15px;
        font-size: 14px
    }
    .mod-icon-link:before {
        background: url("/assets/img/common/link-icon-02.png") no-repeat left 5px;
        background-size: 10px 11px;
        content: "";
        padding-left: 12px
    }
    .mod-icon-tag:before {
        background: url("/assets/img/common/tag-icon.png") no-repeat left center;
        background-size: 14px 14px;
        content: "";
        padding-left: 22px
    }
    .mod-icon-default_leave:before {
        background-size: 12px 12px
    }
    .mod-list-sideBtn-item {
        width: 120px;
        margin-left: 20px
    }
    .mod-btn_auto {
        width: 100%;
        padding: 18px 26px;
    }
    .js-login-support, .js-login-proposal {
        margin-top: 10px;
    }
    .mod-btn-text-small {
        font-size: 13px;
    }
    .mod-panel-body {
        padding: 16px 24px
    }
    .mod-profile {
        padding: 0px;
    }
    .mod-profile-body {
        display: table;
        width: 100%
    }
    .mod-movie-contents {
        padding: 30px 20px
    }
    .mod-movie-title {
        font-size: 33px;
        line-height: 1.17;
        margin-bottom: 14px
    }
    .mod-movie-title-sub {
        font-size: 26px;
        line-height: 1;
        margin-bottom: 12px
    }
    .mod-playlist-body {
        padding: 20px 5px 20px 20px
    }
    .mod-playlist-title {
        line-height: 1.375
    }
    .mod-playlist-title-sub {
        font-size: 14px;
        padding-bottom: 6px
    }
    .mod-movie-toggle {
        min-height: 121px
    }
    .mod-movie-toggle-body {
        height: 163px
    }
    .is-movie-open .mod-movie-toggle-body {
        height: auto;
        padding-bottom: 30px
    }
    .mod-grid {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-content: space-around;
        -ms-flex-line-pack: distribute;
        align-content: space-around;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .mod-grid-item>.mod-grid .mod-grid-item {
        margin-bottom: 0
    }
    .mod-media {
        padding-top: 40px;
    }
    .mod-contact {
        padding-top: 0;
        margin: 80px 60px;
    }
    .mod-contact:first-child {
        padding-top: 60px;
    }
    .mod-contact:first-child .mod-media-contents {
        padding-bottom: 20px;
    }
    .media-contents-sp {
        display:none;
    }
    .mod-signup-checkbox {
        padding: 20px 0;
        margin: 15px 0 20px
    }
    .mod-signup-link-list {
        margin-top: 25px
    }
    .mod-signup-link-list:before {
        background-position: 0 3px
    }
    .mod-signup-btn {
        width: 274px;
        margin: 0 auto 30px
    }
    .mod-signup-note {
        margin-top: 10px
    }
    .mod-login-edit {
        padding: 35px 40px
    }
    .mod-login-edit-btn {
        width: 274px;
        margin: 30px auto 0
    }
    .mod-table-03-warp {
        padding: 20px 30px
    }
    .mod-table-03-td {
        font-size: 14px;
        text-align: left;
    }
    .mod-card-num {
        width: 32px;
        height: 32px;
        font-size: 18px;
        padding-top: 6px
    }
    .mod-card-row.mod-card-row_flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-content: space-around;
        -ms-flex-line-pack: distribute;
        align-content: space-around;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .mod-card-row.mod-card-row_flex:after {
        content: "";
        display: block;
        width: 32.51834%
    }
    .mod-card-row.mod-card-row_flex .mod-card {
        margin-top: 0;
        margin-bottom: 10px;
        width: 32.51834%
    }
    .mod-modal-contents {
        width: 58.12721%;
        max-width: 658px
    }
    .mod-modal-contents-inner {
        padding: 60px
    }
    .mod-modal-closeBtn {
        top: 0;
        width: 60px;
        height: 60px
    }
    .mod-pager-item_prev, .mod-pager-item_next, .mod-pager-item-reader {
        padding: 22px 0;
    }
    .mod-search-select {
        max-width: 300px
    }
    .mod-search-btn {
        width: 80px
    }
    .active_scroll {
        width: 356px;
    }
    .js-toggle-tenki {
        border-left: solid 2px #900;
        position: relative;
    }
    .js-toggle-tenki:before {
        content: '';
        display: block;
        box-sizing: border-box;
        position: absolute;
        width: 0px;
        height: 10px;
        border-top: 18px solid transparent;
        border-bottom: 18px solid transparent;
        border-left: 15px solid;
        color: #900;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        margin-left: 0;
    }
    .mod-list-btn-item {
        padding-left: 30px;
    }
    .footer-logo {
        width: 35%;
        height: auto;
    }
    .footer-col:nth-child(n+2) {
        padding-left: 3.45356%;
    }
    .pagetop {
        top: 130px;
    }
    .tenki_banner {
        padding-left: 30px;
    }
}
@media (min-width: 769px) {
    .wrap {
        position: relative;
        z-index: 0;
        max-width: 1400px;
        margin: auto
    }
    .mod-playlist-item:nth-child(4n+1) {
        border-left: none;
        clear: both
    }
}
@media (min-width: 1200px) {
    .pagetop {
        width: 70px;
        height: 70px;
        /*padding: 30px 0 0 35px;*/
    }
}
@media(max-width: 992px){
    .mod-tenki-banner {
        display: none;
    }
    .tenki_banner_position {
        display: none;
    }
    .sub-item-title, .sub-item .mod-card-row, .mod-sub-genre {
        padding-left: 0;
    }
}
@media (max-width: 768px) {
    .tenki-action-btn {
            min-width: 100%;
            text-align: center;
            display: block;
            background-color: #6F5D2F;
            color: #fff;
            font-size: 12px;
            text-decoration: none;
            line-height: 10px;
    }
    .SP-tenki-text {
        position: relative;
        color: #fff;
    }
    .SP-tenki-logo {
        height: 31px;
        margin: 6px;
        margin-bottom: 5px;
    }
    .redirect-message {
            display:none;
    }
    .SP-redirect-message {
        display:block;
    }
    .mod-playlist-item {
        width: 50%;
    }
    .mod-recommend {
        display: none;
    }
}
@media(max-width: 992px) and (min-width: 667px) {
    .mod-profile-contens {
        width: calc(100% - 211px);
    }
}
@media(min-width: 667px) {
    .mod-profile-img {
        vertical-align: top;
        margin-bottom: 20px;
    }
    .mod-profile-contens {
         vertical-align: top;
         background: #fff;
         padding-left: 32px;
    }
    .mod-profile-th, .mod-profile-td {
        padding: 10px 5px 10px 4px;
    }
}
@media(max-width: 666px) {
    .mod-profile-img {
        padding: 10px 72px;
        display: block;
        text-align: center;
    }
    .mod-profile-contens {
        margin: 2px 10px 0;
        width: 100%;
    }
}
@media (max-width: 992px) {
    .breadcrumb-item {
        font-size: 3.3vw;
        font-weight: bold;
    }
    .main-contents-inner {
        min-height: 600px;
    }
    .pagetop img {
        width: 20px;
    }
    .mod-corporation-contents {
        display: none;
    }
    .sub-item {
        margin: 35px 0 30px
    }
    .SP-sub-item .sub-item {
        margin: 3px 0 3px
        }
    .SP-sub-item .sub-btn-area_first {
        padding-bottom: 0px
        }
    .SP-sub-item .mod-list-btn-item {
        margin-bottom: 13px
        }
    .SP-sub-item .mod-btn{
        height: 35px;
        padding: 5px 20px
    }
    .SP-sub-item .mod-btn_strong {
        height: 55px;
    }
    .SP-sub-item .mod-btn-text {
        display: block;
    }
    .SP-sub-item .mod-btn-text-small {
        font-size: 12px;
    }
    .sub-news-date {
        font-size: 10px
    }
    .sub-new-tag {
        padding-left: 14px
    }
    .SP-sub-item {
        padding-top: 5px;
    }
    .sub-item .link-card {
        padding-left: 0px;
    }
    .footer-nav {
        margin: 0;
    }
    .footer-nav:before, .footer-nav:after {
        content: " ";
        display: table
    }
    .footer-nav:after {
        clear: both
    }
    .footer-nav-item {
        float: left;
        width: 50%;
    }
    .footer-nav-item:last-child {
        border-bottom: 0
    }
    .footer-nav-link {
        font-size: 14px;
        display: block;
        margin: 0 0 10px;
        line-height: 1
    }
    .footer-row, .footer-col {
        display: block;
        width:100%;
    }
    .footer-row {
        width:90%;
        padding-top:20px;
        padding-bottom:30px;
    }
    .footer-col {
        margin-bottom: 15px;
    }
    .footer-col-title {
        margin-bottom:15px;
        padding-bottom: 5px;
    }
    .footer-col:last-child {
        border-right:none;
        text-align: center;
        margin-bottom: 30px;
    }
    .footer-col:last-child .footer-col-contents {
        padding-left: 0;
    }
    .footer-copyright {
        padding: 15px 0 20px;
    }
    .pagetop {
        bottom: 0;
    }
    .mod-heading-l1 {
        padding: 17px 6% 0px;
    }
    .mod-feature-heading {
        padding: 40px 60px 120px;
    }
    .mod-heading-l1-sub {
        display: block;
        font-size: 14px
    }
    .mod-heading-l2 {
        font-size: 22px;
        margin: 20px 0
    }
    .mod-small-heading {
        font-size: 17px;
    }
    .mod-heading-icon:before {
        background-size: 20px;
        padding-bottom: 2px;
        padding-left: 30px;
        position: relative;
        top: 2px
    }
    .mod-heading-l3 {
        font-size: 20px;
        margin: 20px 0 15px;
        line-height: 35px;
        padding: 0;
    }
    .mod-heading-l3-2 {
        padding: 10px 20px;
        margin-bottom: 10px
    }
    .mod-input-text {
        padding: 6px 10px;
        font-size: 13px
    }
    .mod-checkbox:checked+.mod-checkbox-icon:before {
        width: 8px;
        height: 6px;
        background-size: 8px 6px;
        left: 3px;
        top: 3px
    }
    .mod-textarea {
        padding: 10px;
        border: 1px solid #dadada;
        width: 100%;
        font-size: 13px
    }
    .mod-select-area {
        font-size: 13px
    }
    /*.mod-select-area:after {
        background-size: 10px 6px;
        width: 10px;
        height: 6px;
        display: block;
        position: absolute;
        right: 7px;
        top: 50%;
        margin-top: -3px
    }*/
    .mod-select {
        padding: 5px 40px 5px 10px;
        min-height: 40px
    }
    .mod-form-info {
        padding: 10px
    }
    .mod-icon-link:before {
        background: url("/assets/img/common/link-icon-02.png") no-repeat left 3px;
        background-size: 10px 11px;
        content: "";
        padding-left: 12px
    }
    .mod-icon-tag:before {
        background: url("/assets/img/common/tag-icon.png") no-repeat left center;
        background-size: 10px 10px;
        content: "";
        padding-left: 14px
    }
    .mod-icon-default_leave:before {
        background-position: 0 1px;
        background-size: 11px 11px
    }
    .mod-list-sideBtn-item {
        width: 120px;
        margin-left: 10px
    }
    .mod-btn {
        padding: 14px 20px;
        /*max-width: 560px;
        margin-left: auto;
        margin-right: auto*/
    }
    .mod-btn_auto {
        max-width: none
    }
    .mod-btn-text {
        margin: 0 10px;
        display: block;
        text-align: center;
    }
    .mod-panel-body {
        padding: 13px 12px
    }
    .mod-profile-body {
        background: #fff;
        padding-bottom: 15px
    }
    .mod-profile-th {
        padding: 9px 5px 6px 4px
    }
    .mod-profile-td {
        padding: 7px 5px 4px 17px
    }
    .mod-movie-contents {
        padding: 15px 15px 15px 15px
    }
    .mod-movie-title {
        font-size: 16px;
        line-height: 1.32;
        margin-bottom: 8px
    }
    .mod-movie-title-sub {
        font-size: 16px;
        line-height: 1;
        margin-bottom: 8px
    }
    .mod-playlist {
        margin-bottom: 20px
    }
    .mod-playlist-body {
        padding: 5px
    }
    .mod-playlist-title {
        font-size: 14px
    }
    .mod-playlist-title-sub {
        padding-bottom: 3px
    }
    .mod-movie-toggle {
        min-height: 90px
    }
    .mod-movie-toggle-body {
        height: 123px
    }
    .is-movie-open .mod-movie-toggle-body {
        height: auto;
        padding-bottom: 25px
    }
    .mod-grid-item {
        margin-top: 15px
    }
    .mod-grid-item:first-child {
        margin-top: 0
    }
    .mod-grid-item>.mod-grid .mod-grid-item {
        margin-top: 10px
    }
    .mod-media {
        margin-bottom: 20px;
        padding: 0 10px;
    }
    .media-contents-pc {
        display: none;
    }
    .mqd-contact-title-pc {
        display: none;
    }
    .media-contents-sp p {
        text-align: left;
        margin-bottom: 15px;
        line-height: 1.7;
    }
    .mod-media-title-number {
        width: 80px;
    }
    .media-contacts {
        vertical-align: top;
        width: calc(100% - 85px);
        font-size: 4.3vw;
        margin-top: 10px;
    }
    .mod-media-contents_around p {
        line-height: 1.7;
    }
    .mod-contact:nth-child(n + 2) p {
        display: block;
        width: 100%;
    }
    .mod-signup-checkbox {
        padding: 13px 0;
        margin: 13px 0 15px
    }
    .mod-signup-checkbox>:first-child {
        margin-bottom: 5px
    }
    .mod-signup-link-list {
        margin-top: 13px
    }
    .mod-signup-btn {
        margin: 0 auto 15px
    }
    .mod-signup-note {
        margin-top: 5px
    }
    .mod-login-edit {
        padding: 25px 15px
    }
    .mod-login-edit-btn {
        margin-top: 15px
    }
    .mod-table-03-warp {
        padding: 15px
    }
    .mod-table-03 tr {
        display: block;
        width: 100%
    }
    .mod-table-03 tr:first-child th {
        padding-top: 0
    }
    .mod-table-03-th {
        display: block;
        width: 100%!important;
        padding-top: 15px
    }
    .mod-table-03-td {
        display: block;
        width: 100%!important;
    }
    .mod-card-num {
        width: 26px;
        height: 26px;
        font-size: 12px;
        padding-top: 6px
    }
    .mod-modal-contents {
        max-width: 600px;
        width: 93.75%
    }
    .mod-modal-contents-inner {
        padding: 40px;
    }
    .mod-modal-closeBtn {
        top: 0px;
        width: 40px;
        height: 40px
    }
    .mod-pager {
        padding: 20px 0px;
    }
    .u-hide-mobile {
        display: none
    }
    .u-show-mobile {
        display: block
    }
    .sub-contents-inner {
        padding: 5px;
    }
    .mod-card-body {
        padding: 5px;
        font-size: 12px !important;
        margin-bottom: 3px;
    }
    .article-body {
        font-size: 16px;
    }
    .mod-panel-body {
        font-size: 16px;
    }
}
@media(max-width: 992px) and (min-width: 723px) {
    .footer-logo {
        width: 15%;
    }
}
@media (max-width: 1199px) and (min-width: 769px) {
    .pagetop {
        width: 70px;
        height: 70px;
        padding: 23px 0 0 25px;
        margin-bottom: 41px;
    }
}
@media (max-width: 992px) and (min-width: 769px) {
    .twitter-share-button {
        margin-top: 5px;
    }
}
@media(max-width: 768px) and (min-width: 699px) {
    .mod-playlist-item {
        width: 33.3%;
    }
}
@media(max-width: 768px) {
    .mod-feature-heading {
        padding-bottom: 10%;
    }
    .mod-feature-heading .mod-heading-l1-description {
        width: 100%;
    }
    .mod-feature-heading-special {
        padding: 40px 20px 30px;
    }
    #article-87 {
        background-position: bottom;
    }
    .mod-signup-link-list {
        display:block;
    }
    .sub-form-btn {
        width: 100%;
        max-width: 340px;
    }
    .footer-logo {
        width: 20%;
    }
    .footer-col:nth-child(2) .footer-nav-item:last-child,
    .footer-col:nth-child(3) .footer-nav-item:last-child{
        width: 100%;
    }
    .pagetop {
        width: 60px;
        height: 60px;
        padding: 19px 0 0 22px;
        z-index: 3;
        bottom: 45px;
        right: 0px;
    }
}
@media(max-width: 634px){
    .mod-heading-title {
        width: 100%;
    }
    .mod-feature-heading .mod-heading-l1-description:last-child {
        display: none;
    }
}
.play-youtube {
	height: 40px;
	width: 40px;
	background: center center / 100% no-repeat;
	position: absolute;
	top: 15%;
	left: 40%;
	border: 0;
}
.mod-playlist-link:hover .play-youtube {
	top: 15%;
	left: 40%;
	background: url(https://s.ytimg.com/yts/img/large_play_button_hover_ringo-vfl7vEehF.png) center center / 100% no-repeat;
}
.sub_mod-playlist-link:hover .play-youtube {
	top: 43%;
	left: 44%;
	background: url(https://s.ytimg.com/yts/img/large_play_button_hover_ringo-vfl7vEehF.png) center center / 100% no-repeat;
}
@media (max-width: 992px) {
    .sp-main-contents-inner {
        padding-top:10px;
    }
    .mod-list-sideBtn_center {
        margin-top: 30px;
    }
    .mod-playlist-link:hover .play-youtube {
        top: 20%;
    }
    .active_scroll {
        width: 226px;
    }
}
@media (max-width: 767px) {
    .top-section-media-body {
        padding: 0px 10px;
    }
    .mod-tag-item {
        letter-spacing: 8px;
    }
}
@media (min-width: 992px) {
    .active_scroll {
        position: fixed;
        top: 135px;
    }
}
@media (max-width: 991px) {
    .active_scroll {
        width: 100%;
    }
}
@media (max-width: 767px) {
     @include retina_bg_image('/images/banner/sp_procrix_banner', 'png');
}
@media (max-width: 767px) {
    .footer-sp .header-action {
        position:fixed;
        top:auto;
        bottom:0px;
        right:auto;
        z-index:50;
        width:100%;
    }
    .footer-sp .header-action-btn {
        min-width: 50%;
        font-size: 16px;
        padding: 3px;
        line-height:2.5em;
    }
    .SP-sub-item .sub-btn-area{
        position: static;
    }
}
.fb-like span, .fb-like iframe {
    height: 20px!important;
    margin: 0 1px;
}
.twitter-share-button {
	vertical-align: bottom;
	margin-bottom: 0px !important;
}
.hatena-bookmark-button-frame {
  vertical-align: bottom;
}
.share-button {
	display: block;
	text-align: right;
	margin-top: 40px;
    margin-bottom: 60px;
}
@media (max-width: 768px) {
    .share-button {
        display: none;
    }
}
@media (max-width: 680px) {
    .play-youtube {
        display:none;
    }
}
@media (max-width: 386px) {
    .sns:nth-child(n+3) {
       margin-top: 10px;
    }
    .sns:nth-child(3n+1) {
        margin-left: 5px;
    }
}
.share-btn {
    display: inline-block;
    text-decoration: none;
    width: 45px;
    margin:2px;
    height: 25px;
    line-height: 50px;
    font-size: 23px;
    color:white;
    border-radius: 6px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    font-weight: bold;
    transition: .3s;
    background-position: center;
    background-repeat: no-repeat;
}
.share-btn:hover {
    color:white;
}
.facebook {
    background-color: #365899;
    background-image: url("/assets/img/common/share-icon-fb.png");
    background-size: 25%;
}
.twitter {
    background-color: #000000;
    background-image: url("/assets/img/common/share-icon-x.png");
    background-size: 45%;
}
.hatena {
    background-image: url("/assets/images/hatenabookmark-logomark.svg");
    background-size: 100%;
}
.rss {
    background-color: #FF7E00;
    background-image: url("/assets/img/common/rss-icon2.png");
    background-size: 45%;
}
.article-body-sns .rss {
    background-size: 75%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 8px;
}
.mod-chapter-list {
    position: relative;
    width: calc(50% - 5px);
    /*height: 48px;*/
    /*float: left;*/
    margin-bottom: 5px;
    background-color: #fff;
    display: inline-block;
}
.mod-chapter .mod-chapter-list:nth-child(odd) {
    margin-right: 5px;
}
.mod-chapter-link {
    text-decoration: none;
    display: block;
    height: 100%;
    padding: 10px;
}
.mod-chapter-info-pc, .mod-chapter-info-sp {
    font-size: 20px;
    padding: 15px 0 10px;
    position: relative;
}
.mod-chapter-info-sp {
    display: none;
}
.mod-chapter-info-pc:before, .mod-chapter-info-sp:before {
    content: "";
    position: relative;
    height: 2px;
    width: 20px;
    background-color: #b58b03;
    display: inline-block;
    margin: 7px 10px 7px 0px;
}
.mod-caption-info {
    font-weight: bold;
}
.mod-caption-info h3 {
    display: block;
    font-size: 20px;
    letter-spacing: 3px;
}
@media(max-width:768px) {
    .mod-movie-contents {
        padding: 0!important;
    }
    .mod-chapter-list {
        padding: 15px 15px 0;
        background-color: #f4f4f4;
    }
    .mod-chapter-link {
        background-color: #fff;
    }
    .mod-chapter {
        display: none;
    }
    .is-opened {
        display: block;
        background-color: #b9b9b9;
    }
    .mod-chapter .mod-chapter-list {
        padding-top: 0;
    }
    .is-opened .mod-chapter-list {
        background-color: #b9b9b9;
    }
    .is-opened .mod-chapter-list:first-child {
        padding-top: 20px;
    }
    .is-opened .mod-chapter-list:last-child {
        padding-bottom: 20px;
    }
    .mod-heading-tag-name {
        width: 100%;
    }
    .mod-chapter-list {
        width:100%;
    }
    .mod-movie-title {
        padding: 15px;
    }
    .mod-chapter-info-pc {
        display: none;
    }
    .mod-chapter-info-sp {
        display: flex;
        font-size: 16px;
        align-items: center;
        padding: 15px 15px 10px;
    }
    .mod-chapter-info-sp span {
        padding-right: 10px;
    }
    .mod-chapter-info-sp .arrow-area {
        width: calc(100% - 176px);
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    .mod-chapter-info-sp .line {
        border-top: 1px solid #000;
        width: calc(100% - 90px);
    }
    .mod-chapter-info-sp .arrow {
        display: flex;
        align-items: center;
        cursor: pointer;
    }
    .mod-chapter-info-sp .arrow:before {
        display: inline-block;
        content: '開く';
        color: #b58b03;
        padding: 0 10px;
        font-size: 15px;
        letter-spacing: 3px;
    }
    .mod-chapter-info-sp .arrow img {
        width: 20px;
        height: auto;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        transition: .3s;
    }
    .chapter-opened .arrow:before {
        content: '閉じる';
        padding-right: 0px;
    }
    .chapter-opened .arrow img {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
    }
    .mod-profile-th {
        padding-left: 0!important;
    }
    .mod-career-history-line {
        display: none;
    }
    .mod-career-history-zone {
        line-height: 1.8;
    }
}

/*折りたたみ式テキストデザイン(記事・動画共通)*/
.mod-panel .arrow-area {
    display: block;
    text-align: right;
}
.mod-panel .arrow {
    cursor: pointer;
}
.mod-panel .arrow:before {
    display: inline-block;
    content: 'もっとみる';
    color: #b58b03;
    padding-right: 5px;
    font-size: 15px;
    letter-spacing: 3px;
    vertical-align: 0px;
}
.mod-panel.is-movie-open .arrow:before {
    content: 'テキストを閉じる';
}
.mod-panel .arrow img {
    width: 20px;
    height: auto;
    -webkit-transform: rotate(
        0deg
    );
    transform: rotate(
        0deg
    );
    transition: .3s;
    margin-bottom: 0px;
    vertical-align: -5px;
}
.mod-panel.is-movie-open .arrow img {
    -webkit-transform: rotate(
        180deg
    );
    transform: rotate(
        180deg
    );
}
/*@media(min-width: 816px){
    .footer-col-sns {
        display: none;
    }
}*/
@media(min-width: 723px){
    .mod-media:last-child .mod-media-contents_around {
        text-align: right;
    }
    .mod-media:last-child .mod-media-contents_around p {
        text-align: left;
        width: 48.5%;
    }
    .mod-contact:last-child .mod-media-contents_around {
        text-align: left;
    }
    .mod-contact:last-child .mod-media-contents_around p {
        width: 42%;
    }
}
@media(max-width: 722px){
    .mod-header-banner-l1 {
        background-position: 35% 85%;
    }
    .mod-media {
        margin-bottom: 80px;
    }
    .about-contents .mod-media-contents_around p {
        display: block;
        width: 100%;
        margin-bottom: 50px;
    }
    .about-contents .mod-media-item {
        width: 100%;
    }
}

.information-register [type="checkbox"], .information-register [type="radio"] {
    width: fit-content;
}
.questionnaire_checkbox [type="text"]{
    width: 20%;
}
#toQre {
  width: fit-content;
  padding: 10px 30px;
  border: 1px solid #cf6316;
  margin: 20px 0 10px 70px;
  color: #fff;
  background: #cf6316;
  cursor: pointer;
}
#toQre:hover {
    color: #cf6316;
    background: #fff;
}