@charset "utf-8";

/*
Theme Name: navi-care
Version: 2.0.6
-------------------------------------------------------------- */


/*	reset
----------------------------------------------------*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote,
tr,
th,
td,
figure,
section,
table,
article,
main,
textarea,
input,
form,
tbody,
button,
figcaption,
select {
    margin: 0;
    padding: 0;
    font-style: normal;
    font-size: 1rem;
    text-align: justify;
    line-height: 1.7;
    box-sizing: border-box;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Yu Gothic Medium", "Yu Gothic", YuGothic, Osaka, 'Noto Sans', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: normal;
    letter-spacing: 1px;
}

a:link {
    box-sizing: border-box;
    font-size: inherit;
    font-family: inherit;
}


/* iOSでのデフォルトスタイルをリセット */

input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
    outline-offset: -2px;
}


/*	reset_2
----------------------------------------------------*/

html {}

body {
    background: #F7F7F7;
}

h1 {}

h2 {
    font-weight: normal;
}

h3,
h4,
h5,
h6 {
    font-size: 1em;
}

p,
th,
td,
li {}

ul {
    list-style-type: none
}

ol {
    margin-bottom: 1em;
}

ol li {
    margin-left: 1.2em;
}

li {
    margin-bottom: 0.7em;
    line-height: 1.5;
}

a:link {
    color: #000;
    text-decoration: underline;
}

a {
    transition: 1s;
}

a:hover {
    opacity: 0.7;
}

a:visited {
    color: #000;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

img {
    border: 0;
    vertical-align: bottom;
}

address {
    font-style: normal;
    text-align: left;
}

p,
ul {
    margin-bottom: 1.4em;
}

em {
    text-decoration: none;
    font-style: normal;
}

.flexwrap_sp {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
}

strong {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fff30b));
    background: -webkit-linear-gradient(transparent 60%, #fff30b 60%);
    background: -o-linear-gradient(transparent 60%, #fff30b 60%);
    background: linear-gradient(transparent 60%, #fff30b 60%);
}

/*	heading
----------------------------------------------------*/

h1 {
    clear: both;
    padding-bottom: 16px;
    text-align: center;
    font-weight: bold;
    font-size: 1.7em;
    line-height: 1.2;
    letter-spacing: 2px;
}
.archive_h1 {
    text-align: left;
    padding: 1em 0.5em 0.5em 0.5em;
}

.uppercase {
    text-transform: uppercase;
}

.single_content h2 {
    margin-top: 2em;
    margin-bottom: 0.9em;
    padding: 0.6em;
    font-weight: bold;
    font-size: 1.2em;
    text-align: left;
    color: #334;
    border-bottom: 2px solid #CCC;
    letter-spacing: 2px;
    position: relative;
    line-height: 1.4;
    background: -webkit-repeating-linear-gradient(-45deg, #FFFCF3, #FFFCF3 5px, #FFF8ED 5px, #FFF8ED 10px);
    background: repeating-linear-gradient(-45deg, #FFFCF3, #FFFCF3 5px, #FFF8ED 5px, #FFF8ED 10px);
}


.single_content h2.h2_border::after {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    margin: 20px auto;
    border-radius: 10px;
    background: #000;
}

.article section h2:first-child {
    margin-top: 0;
}

.single_content h3,
.h2_h3 {
    margin-top: 2em;
    margin-bottom: 0.9em;
    padding: 0.6em;
    font-weight: bold;
    font-size: 1.12em;
    text-align: left;
    color: #334;
    border-bottom: 2px solid #CCC;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    background: #e0edff;
    border-radius: 6px;
}

.single_content h3:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #e0edff;
}

.print_h2 {
    font-size: 1.3em;
    border-bottom: #000 1px solid;
    margin-bottom: 1em;
    padding: 1em 0 0.4em 0;
    font-weight: bold;
}


.right-side h3 {
    font-size: 1.1em;
}

h4 {
    clear: both;
    margin: 2em 0 1em 0;
    padding: 0 0 0.5em;
    font-weight: normal;
    font-size: 1.2em;
    color: #000;
    border-bottom: #DDD 1px solid;
}

h5 {
    font-weight: bold;
    margin: 2em 0 1em 0;
    padding: 0 0 0.5em;
    font-size: 1.1em;
    color: #000;
    border-bottom: #DDD 1px solid;
}

.big {
    font-size: 1.5em;
}

.big strong {
    font-size: 1.5em;
    font-weight: 500;
}

.message {
    line-height: 1.8;
    font-size: 19px;
    margin-bottom: 2em;
}

.globalnavi-bg {
    background: #000;
}

.globalnavi {
    background: rgba(0, 0, 0, 0.2);
}

.globalnavi a {
    color: #FFF;
    font-weight: bold;
    font-size: 0.7em;
    text-decoration: none;
    display: block;
    padding: 0.6em 1em;
}

.breadcrumbs {
    margin: 0;
    margin: 0;
    padding: 4px 1em 6px 1em;
    color: #707070;
    font-size: 1em;
    display: flex;
    background: rgba(2555, 255, 255, 0.9);
}

.breadcrumbs li {
    display: flex;
    list-style: none;
    margin: 0;
}

.breadcrumbs li::before {
    display: flex;
    align-items: center;
    content: ">";
    margin: 0 0.8em;
    font-size: 12px;
}

.breadcrumbs li:first-child::before {
    display: none;
}

.breadcrumbs a,
.breadcrumbs span {
    color: #707070;
    font-size: 12px;
}

.breadcrumbs li {}

.front .breadcrumbs {
    display: none;
}


/*	header
----------------------------------------------------*/
#header {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page_title span {
    font-size: inherit;
    font-weight: inherit;
}


/*navi*/

.menu li {
    line-height: 1.4;
    text-align: center;
}

.menu li a {
    display: block;
    font-size: 1em;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    text-align: center;
}

.menu_icon {
    display: block;
    font-size: 1.2em;
    font-weight: 500;
    color: #919191;
    text-align: center;
}

.menu li a:visited {
    color: #000;
}

.menu li>ul {
    display: none;
}

.menu li#logo a {
    font-size: 1.3em;
    color: #FFF;
}

#menu-globalnavi li a:hover,
#menu-globalnavi li.current_page_item>a,
#menu-globalnavi li.current-page-parent>a {
    color: #000;
}

.header_desc {
    font-size: 0.7em;
    text-shadow: 1px 1px 2px #000;
}

#menuButton {
    display: block;
    width: 100%;
    position: relative;
}

#menuButton span {
    display: block;
    background: #FFF;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

#menuButton span:first-child {
    top: 23%;
}

#menuButton span:nth-child(2) {
    top: 39%;
}

#menuButton span:last-child {
    bottom: 43%;
}

#menuButton.active span:first-child {
    -webkit-transform: translateY(0) rotate(45deg);
    -moz-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
    top: 46%;
}

#menuButton.active span:nth-child(2) {
    opacity: 0;
}

#menuButton.active span:last-child {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
    bottom: 53%;
}

#menuButton span:last-child::after {
    content: 'メニュー';
    letter-spacing: -1px;
    margin-top: 1px;
    display: block;
    color: #FFF;
    text-align: center;
}

#menuButton.active span:last-child::after {
    display: none;
}

.description {
    position: relative;
    width: 100%;
    padding: 20px 0 10px 0;
    font-size: 0.8em;
    text-align: center;
    letter-spacing: 2px;
}

#popup_navi_wrap {
    z-index: 100;
    display: none;
    position: absolute;
    background: #FFF;
    width: 100%;
}

#popup_navi_wrap h3 {
    margin: 1em 0 0 0;
    font-size: 1em;
    border: none;
}

.popup_navi {
    margin: 0;
}

.post-categories.popup_cat,
#popup_navi_wrap .post-tags {
    margin: 0.5em 0;
}

#popup_navi_wrap .post-tags li {
    font-size: 0.85em;
}

.screen-reader-text {
    display: none;
}

#schedule_popup {
    position: fixed;
}

#schedule_toggle {
    z-index: 50;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    background: #FFF;
}

.schedule_popup_icon {
    font-size: 18px;
}

#schedule_popup_detail {
    z-index: 90;
    position: absolute;
    background: #FFF;
    box-shadow: -3px 0px 14px -6px rgb(0 0 0 / 40%);
}

.schedule_popup_icon_eject {
    transform: rotate(0.5turn);
    transition: 0.7s;
}

.custom_post_li a {
    position: relative;
    font-weight: bold;
    text-decoration: none;
    border-bottom: #AAAAAA 1px solid;
    display: block;
    padding: 0.8em 0.4em;
}

.custom_post_li a::after {
    content: '';
    display: block;
    width: 30%;
    position: absolute;
    bottom: -1px;
    left: 0px;
    transition: 0.8s;
    ;
}

.custom_post_li a:hover::after {
    width: 100%;
}

.custom_post_li a::before {
    content: '\025B8';
    display: inline-block;
    margin-right: 0.4em;
}


/*	footer
----------------------------------------------------*/

#footer {
    clear: both;
    background: #F7F7F7;
}

.footer_top {
    padding: 2em;
}

.footer_bottom {
    padding: 16px 30px;
    background: #F7F7F7;
}

.footer_logo {
    margin-bottom: 1em;
}

.footer_logo img {
    height: 40px;
}

.footer_address {
    font-size: 0.9em;
    line-height: 1.4;
    margin: 0;
}

.footer_navi {
    background: #FFF;
    padding: 1.4em 1.4em 0.7em 1.4em;
    border-top: #F7F7F7 1.5em solid;
}

.footer_navi.menu {
    margin: 0;
    padding-bottom: 0.8em;
}

.footer_navi.menu:last-child {
    padding-bottom: 0;
    padding-top: 0.8em;
    border: none;
}

.footer_navi.menu li a {
    padding-left: 0;
    padding-right: 3em;
}

.tel_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border: #8B8B8B 1px solid;
    border-radius: 3px;
    padding: 0.8em;
}

.tel_text {
    margin: 0 1em 0 0;
    padding-right: 1em;
    border-right: #DDD 1px solid;
    color: #E00000;
    font-weight: bold;
}

.tel_number {
    margin: 0;
}

.tel_number_aux {
    font-size: 0.5em;
}

.schedule_desc {
    margin: 0.5em 0;
}

.tel_text {
    color: #E00000;
    font-weight: bold;
}

.tel_number {
    margin: 0;
    font-size: 1.4em;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.footer_address {
    margin: 1.4em 0 0 0;
    line-height: 1.55;
}

.footer_address_em {
    display: block;
    font-weight: bold;
}

.footer_map_wrap iframe {
    max-width: 100%;
}

#copyright {
    margin-bottom: 0;
    text-align: center;
    color: #000;
    font-size: 0.7em;
}

#pagetop {
    background-color: rgba(0, 0, 0, 0.40);
    text-align: center;
    color: #FFF;
    font-size: 20px;
    text-decoration: none;
    position: fixed;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    padding: 13px;
    bottom: 13px;
    margin-bottom: 0;
    right: 15px;
    cursor: pointer;
    line-height: 1.2;
    border-radius: 200px;
}

/*	sidebar
----------------------------------------------------*/
.sidebar-section {
    background: #FFF;
    margin-bottom: 1em;
}

#sidebar h2 {
    margin: 0;
    padding: 0.5em 0;
    font-size: 0.9em;
    font-weight: bold;
    text-align: center;
}

#sidebar .archive_title {
    font-size: 0.9em;
}

#sidebar .post-categories,
#sidebar .post-tags {
    margin-right: 0;
}

#sidebar .post-categories {
    padding: 0 0.3em 0.3em 0.3em;
}

#sidebar .cat-item {
    width: 100%;
    text-align: center;
    margin-bottom: 0.3em;
}

#sidebar .list_desc {
    display: none;
}

#sidebar .archive_figure {
    width: 20%;
}

#sidebar .archive_figcap {
    width: 79%;
}

#sidebar .date,
#sidebar .post-categories li,
#sidebar .post-tags li,
#sidebar .post-tags .tag_icon {
    font-size: 12px;
}

#sidebar .sidebar-post-tags li {
    width: 100%;
}

#sidebar .sidebar-post-tags li a {
    display: flex;
    align-items: baseline;
    padding: 0.7em;
    border-top: #EEE 1px solid;
    width: 100%;
}

.sidebar-recent li {
    margin: 0;
}

.sidebar-recent li a {
    display: block;
    padding: 0.9em;
    font-size: 0.8em;
    border-top: #EEE 1px solid;
}

.wpp-list li {
    line-height: 1.2;
    margin: 0;
    padding: 0.6em;
    border-top: #EEE 1px solid;
    flex-wrap: wrap;
}

.wpp-list a {
    font-size: 0.9em;
    line-height: 1px;
    text-decoration: none;
}

.wpp-views {
    display: none;
}

/*	maincontent
----------------------------------------------------*/

#contents_wrapper {
    overflow: hidden;
}

.article section {
    padding: 4em 0;
}

#main img {
    max-width: 100%;
}

#main img.aligncenter {
    display: block;
    margin: 0 auto;
}

.single_intro_img {
    width: 100%;
}

.single_intro_img img {
    width: 100%;
}

.single_general_content {
    background: #F7F7F7;
    margin-top: 5em;
    padding: 3em;
    border-radius: 6px;
}

.general_h2 {
    margin: 0 0 1em 0;
}

#main .single ul {
    list-style: disc;
    padding-left: 1em;
}

#main .single ul {
    list-style: none;
    padding-left: 0;
}

.single td {
    padding: 0.5em;
    vertical-align: top;
    border-bottom: #DDD 1px solid;
}

.ip {
    top: 0;
    width: 100%;
    z-index: 100;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}

.main-ip {
    height: 270px;
}

.avatar {
    border-radius: 1000px;
    border: #FFF 2px solid;
    background: #FFF;
}

.main-ip .avatar {
    height: 100px;
    width: 100px;
}

.main-ip .author-name {
    font-size: 0.96em;
    color: #FFF;
    text-shadow: 1px 1px 2px #000;
    text-align: center;
}

.main-ip .author-desc p {
    font-size: 0.8em;
    color: #FFF;
    text-shadow: 1px 1px 2px #000;
    text-align: center;
}

/*home
----------------------------------------------------*/
.home_main_wrap {
    position: relative;
}

.h2_home {
    text-align: center;
    font-weight: normal;
    font-size: 1.4em;
}

.flex-control-nav {
    bottom: -13px !important;
}

.front .flexslider {
    background: #FFF !important;
    overflow: hidden;
}

.top_main .slides {
    background: #fcfcfc;
}

.slides li {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    filter: blur(4px);
    opacity: 0.7;
}

.slides li img {
    height: 100%;
}

.slides li a {
    display: block;
    width: 100%;
    height: 100%;
}

.slide_special_link {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 500px;
    transition: 1s;
}

.flex-control-nav a {
    background-blend-mode: difference;
    background-color: #E9E9E9 !important;
}

.flex-control-paging li a.flex-active {
    background-blend-mode: difference;
    background-color: #3F3F3F !important;
}

.top_main li {
    justify-content: center;
    align-items: center;
    margin: 0;
    text-align: center;
    background-color: #FFF;
    background-size: cover;
}

.top_main_text {
    display: inline-block;
    visibility: hidden;
    padding: 40px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
}

.top_main_text a {
    color: #FFF;
}

.top_main p {
    text-align: center;
    margin-bottom: 0;
    color: #FFF;
    font-size: 18px;
    text-shadow: 0px 0px 7px #000000;
}

.border_box {
    border: #000 1px solid;
    padding: 1em 2em;
}

.border_bottom:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    border: 2px solid #B9AA96;
}

.border_bottom {
    position: relative;
    border-bottom: #c9a063 2px solid;
}

.noborder {
    border: none !important;
}

.weightnormal {
    font-weight: normal !important;
}

.side_fav a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    background: #003466;
    color: #FFF;
    padding: 10px;
    border-radius: 9px;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.btn {
    text-align: center;
    width: 100%;
    margin: 1em auto;
}

.btn.mini_btn a,
.btn.mini_btn input[type="submit"] {
    display: block;
    min-width: inherit;
    padding: 10px;
    border-radius: 10px;
}

.btn a span {
    font-size: 0.8em;
}

.btn a,
.btn input[type="submit"] {
    -webkit-appearance: none;
    white-space: pre-line;
    word-break: break-all;
    cursor: pointer;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: #AEAEAE 1px solid;
    color: #000;
    background: #FFF;
    width: 100%;
    border-radius: 4px;
    margin: 0 auto;
    padding: 1em 2em;
    font-weight: bold;
    font-size: 1em;
    text-decoration: none;
    transition: 0.6s;
    max-width: 460px;
}

.btn_pdf a::before {
    display: block;
    content: "";
    width: 1em;
    height: 1em;
    margin-right: 0.4em;
    background-image: url(./images/pdf.png);
    background-size: cover;
}

.btn.purple_btn input {
    background-color: #764780;
}

.btn.purple_btn a {
    background-color: #764780;
}

.box {
    border: #000 4px solid;
    border-radius: 6px;
    padding: 1em;
}

.box h3:first-child {
    margin-top: 0;
}

.box p:last-child,
.box ul:last-child {
    margin-bottom: 0;
}

.single_main {
    display: flex;
    justify-content: center;
    align-items: center;
}

.single-author {
    background: #EEE;
    border-radius: 6px;
    margin-top: 1em;
    padding: 1em;
}

.single-avatar {
    text-align: center;
}

.single-avatar img {
    text-align: center;
    width: 90px;
    height: 90px
}

.single-author-title {
    text-align: center;
    font-weight: bold;
    padding: 0.3em 0;
}

.single-author-desc,
.single-author-desc p {
    text-align: center;
    font-size: 0.8em;
    margin: 0;
}

.main_img img {
    width: 100%;
}

.main_img_catch {
    position: absolute;
    bottom: 64px;
    padding: 0 20px;
}

.main_img_catch p,
.main_img_catch h1 {
    text-align: left;
    color: #FFF;
    font-weight: bold;
    margin: 0;
    text-shadow: 0px 0px 6px #000;
    line-height: 1;
}

.main_img_catch p.main_img_copy1 {
    font-size: 1em;
    margin-bottom: 19px;
}

.main_img_copy2 {
    font-size: 1.8em;
}

.main_img_copy3 {
    font-size: 3em;
    color: #FFF;
}

.main_img_copy4 {
    font-size: 1.8em;
}

.main_img_catch p.main_img_copy5 {
    font-size: 1em;
    margin-top: 19px;
    line-height: 1.5;
}

.tag {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.tag a {
    display: flex;
    align-items: center;
    padding: 5px 15px;
    color: #FFF;
    margin: 4px 2px 0 2px;
    background: #f29ac0;
    border-radius: 8px;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
}


/*page*/

.page_list {
    margin-top: 2em;
    margin-bottom: 2em;
    border-top: #DDD 1px solid;
}

.page_list li {
    border-bottom: #DDD 1px solid;
}

.page_list a {
    display: block;
    margin: 0 auto;
    padding: 1em;
    font-size: 1em;
    text-decoration: none;
    color: #000;
}

.page_list a.list_parent {
    font-size: 1.2em;
    font-weight: bold;
    padding: 40px 0;
    text-align: center;
    cursor: default;
    color: #FFF;
    background: #51934e;
}

.page_list li:last-child a {
    border-bottom: none;
}

.page_list .current_page_item,
.page_list .page_list {
    background: #77a444;
}

.page_list .current_page_item a,
.page_list a.page_list {
    background: #77a444;
    color: #FFF;
}

.page_list a.page_list {
    width: 100%;
}

.page_list li a.page_list11 {
    display: none;
}

.page_list li:last-child a {
    border-bottom: none;
}

.page_list .current_page_item,
.page_list .page_list {
    background: #77a444;
}

.page_list .current_page_item a,
.page_list a.page_list {
    background: #77a444;
    color: #FFF;
}

.page_list a.page_list {
    width: 100%;
}


/*archive*/

.archive {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 1em 0;
    border-bottom: #EEE 1px solid;
    margin: 0;
}

.archive_img {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.archive_figure {
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.avatar-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.archive_figure .avatar {
    width: 70px;
    height: 70px;
}

.archive_title,
.yarpp-related h3.archive_title {
    margin: 0;
    font-size: 1.3em;
    font-weight: 300;
    border: none;
    line-height: 1.4;
}

.archive_title a,
.yarpp-related h3.archive_title {
    text-decoration: none !important;
    font-weight: 300 !important;
}


.archive_figcap {
    padding-left: 0.6em;
}

.list_desc {
    color: rgb(51, 51, 51);
    font-size: 0.8em;
    padding-top: 1em;
}

.list_desc p,
.list_desc ul,
.list_desc li {
    font-size: 0.8em;
}

.column_listwrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

article .yarpp section {
    padding: 0;
}

.yarpp {
    padding-top: 4em;
}

.yarpp-related h3 {
    font-weight: 300 !important;
}

.yarpp .works_count {
    display: none;
}

.yarpp-h2 {
    padding: 1em 1em 0 1em;
    font-size: 1.2em;
    border-top: #CCC 1px solid;
}

.list_column {
    position: relative;
}

.list_column_img {
    position: relative;
    margin: 0 0 6px 0;
}

.list_column .tag_style {
    position: absolute;
    right: 0;
    bottom: 2px;
}

.column_list_h2 {
    text-align: left;
    margin-bottom: 0;
    letter-spacing: 0px;
    line-height: 1.3;
    font-size: 13px;
}

.column_list_h2 a {
    color: #000;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

.list_column_img .tag_studio {
    position: absolute;
    top: 3px;
    right: 4px;
}

.archive_count {
    text-align: center;
}

.archive h2 {
    margin-top: 1.5em;
}

.thumbnail {
    margin-bottom: 0;
}

.tag_style {
    margin: 0;
}

.tag_style li {
    display: inline-block;
    color: #FFF;
    background: #000;
    margin: 0 2px 0 0;
    padding: 3px 7px;
    border-radius: 6px;
    font-size: 10px;
}

.tag_style li.girly {
    background: #DB0065;
}

.tag_style li.cool {
    background: #1B6EAC;
}

.tag_style li.modern {
    background: #EE9447;
}

.search_result {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0 0 0 5%;
}

.search_result_p {
    display: flex;
    margin: 0 2px 20px 2px;
    border: #CCC 1px solid;
    padding: 10px 20px;
    border-radius: 60px;
    font-size: 14px;
    font-weight: bold;
}

.search_result_p span {
    display: block;
    font-size: 14px;
}

.search_result_p span::after {
    content: ',';
}

.search_result_p span:last-child::after {
    display: none;
}

.main_img {
    position: relative;
    width: 100%;
    margin-bottom: 1em;
    border-radius: 10px;
    overflow: hidden;
}

.main_img.archive_img {
    height: 367px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.outline {
    padding-top: 2em;
}

.sc_figcap h3 {
    margin: 0 0 0.2em 0;
    padding: 0;
    border: none;
    font-size: 1.1em;
    line-height: 1.3;
}

.sc_figcap h3 a {
    font-weight: bold;
}

.sc_time span {
    display: block;
    text-align: center;
    font-weight: bold;
    line-height: 1.3;
}

.sc_field {
    margin: 0;
    font-size: 0.8em;
    line-height: 1.5;
}

.year {
    font-size: 0.9em;
}

.md {
    font-size: 2.2em;
}

.week {
    font-size: 0.8em;
    text-transform: uppercase;
}

.Sun {
    color: #D00000;
}

.Sat {
    color: #375F93;
}

.cat {
    margin: 0 0 0.2em 0;
}

.cat li {
    display: inline-block;
    margin: 0 1px;
    padding: 2px 13px;
    font-size: 12px;
    background: #424242;
    color: #FFF;
    text-decoration: none;
}

.tags {
    padding-bottom: 20px;
    border-bottom: #CCC 1px solid;
}

.tags li a {
    display: inline-block;
    margin: 0 1px;
    padding: 5px 16px;
    font-size: 11px;
    border-radius: 5px;
    background: #ededed;
    color: #000;
    text-decoration: none;
}

.wp_social_bookmarking_light_clear {
    display: none;
}


/*	single
----------------------------------------------------*/

.page_title {
    padding: 2em 1em 0 1em;
}

.page_title h1 {
    text-transform: uppercase;
    text-align: justify;
}

.data {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: baseline;
    margin-bottom: 1em;
}

.archive .data {
    margin: 0;
}

.singe-data-author {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0.4em 0;
}

.singe-data-author dt,
.singe-data-author dd {
    font-size: 0.8em;
}

.singe-data-author img {
    width: 24px;
    height: 24px;
    margin-right: 0.4em;
}

.single section em {
    position: relative;
    display: block;
    margin: 1.5em 0 0 5em;
    padding: 13px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 16px;
    background: #e0edff;
    border-radius: 15px;
}

.single section em:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -26px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 15px solid #e0edff;
}

.single section em:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -60px;
    margin-top: -15px;
    width: 40px;
    height: 40px;
    border-radius: 1000px;
    background-size: cover;
}

.date,
.post-categories li,
.post-tags li,
.post-tags .tag_icon {
    font-size: 14px;
    margin: 0 1px 0 0;
}

.date {
    margin-right: 0.8em;
}

.post-categories,
.post-tags {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0.8em;
    margin-bottom: 0;
}

.post-tags li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.post-categories li a {
    display: block;
    padding: 3px 6px;
    font-size: 10px;
    background: #DDD;
    color: #000;
    text-decoration: none;
    border-radius: 6px;
}

.single_img {
    text-align: center;
}

.cat_ul {
    float: left;
    margin: 0 5px 0 0;
}

.cat_ul li {
    float: left;
    margin-right: 1px;
}

.cat_ul li a {
    padding: 2px 8px;
    font-size: 0.6em;
    text-align: center;
    background: #000;
    color: #FFFFFF;
    font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

.expert_build_name {
    font-weight: bold;
}

.list_catch {
    clear: both;
    margin: 1em 0;
    font-size: 1.1em;
    font-weight: bold;
}

.list_img img {
    width: 100%;
}

.odd {
    border-left: none;
}

.works_count {
    text-align: center;
}

.supplement {
    margin-top: 3em;
    padding: 45px 45px 35px 45px;
    border: #CCC 1px solid;
    background: #DDD;
    color: #000;
}

.supplement h2 {
    margin-top: 0;
}

.single_author {
    padding: 4em;
    border-top: #DDD 1px solid;
}

.single_intro_text {
    box-sizing: border-box;
    padding: 35px;
    color: #FFF;
}

.single_description {
    clear: both;
    padding-top: 15px;
    border-top: #FFF 1px solid;
}


/*search*/

.search_result h2 {
    font-size: 18px;
    margin-top: 2em;
}

.search_result p {
    font-size: 15px;
}

.searchform {
    position: relative;
    padding: 0 1em 0 0;
}

.searchform input[type="text"] {
    font-size: 1em;
    padding: 6px;
    border: solid 1px #bbb;
    border-radius: 4px;
    background-color: #efefef;
}

.searchform input[type="submit"] {
    font-size: 0.8em;
    position: absolute;
    top: 24%;
    right: 13%;
    padding: 0;
    cursor: pointer;
    color: #000;
    border: none;
    background: transparent;
}

.searchform input[type="submit"]:hover {
    opacity: .6;
}

.popup_navi #s {
    padding: 0.4em;
    width: 100%;
    box-sizing: border-box;
}

.popup_navi .searchform input[type="submit"] {
    right: 5%;
}

.popup_navi .searchform {
    padding-right: 0;
}

.faq_a {
    display: block;
    padding: 1.3em;
    border: #DEDEDE 1px solid;
    border-radius: 3px;
    text-decoration: none !important;
}

.faq_icon {
    font-size: 2.6em;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2em;
    height: 2em;
    margin: 0 auto 0.3em auto;
    background: #F8F8F8;
    border-radius: 200px;
}

.faq_h3 {
    margin: 0 0 0.5em 0;
    padding: 0;
    font-size: 1em;
    text-decoration: underline;
    border: none;
    line-height: 1.3;
}

.faq_desc {
    font-size: 0.8em;
}

.link_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}

.link_a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.3em;
    text-align: center;
    border: #DEDEDE 1px solid;
    border-radius: 3px;
    text-decoration: none !important;
}

.home_pr {
    background: #FBFBFB;
}


/*info*/

article section.info_wrap {
    margin: 0 auto;
    padding: 0;
}

.info_inner {
    padding: 2em;
    border: #E9E9E9 1px solid;
    border-radius: 3px;
}

.info {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: #CECECE 1px solid;
}

.info dt,
.info dd {
    line-height: 1.4;
}

.info_h2 {
    display: flex;
    align-items: center;
    margin: 0 0 10px 0;
    padding: 0 0 6px 0;
    border-bottom: #000 1px solid;
    font-size: 1em;
}

.a_info {
    display: block;
    margin-bottom: 0.3em;
    font-weight: bold;
}

.h_btn {
    margin-left: auto;
}

.h_btn a {
    display: inline-block;
    padding: 6px 20px;
    font-size: 12px;
    font-weight: bold;
    color: #000;
}


h3.question_Box {
    cursor: pointer;
}

.question_Box::before {}

.arrow_answer,
.arrow_question {
    position: relative;
    background: #fff;
    border: 1px solid #c8c8c8;
    border-radius: 10px;
    width: 86%;
    font-size: 16px;
    padding: 3%;
}

.arrow_answer {
    float: right;
}

.arrow_answer:after,
.arrow_answer:before,
.arrow_question:after,
.arrow_question:before {
    top: 25px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_question:after,
.arrow_question:before {
    left: 100%;
}

.arrow_answer:after,
.arrow_answer:before {
    right: 100%;
}

.arrow_answer:after,
.arrow_question:after {
    border-color: rgba(255, 255, 255, 0);
    border-width: 8px;
    margin-top: -8px;
}

.arrow_answer:after {
    border-right-color: #fff;
}

.arrow_question:after {
    border-left-color: #fff;
}

.arrow_answer:before,
.arrow_question:before {
    border-color: rgba(200, 200, 200, 0);
    border-width: 9px;
    margin-top: -9px;
}

.arrow_answer:before {
    border-right-color: #c8c8c8;
}

.arrow_question:before {
    border-left-color: #c8c8c8;
}

.question_image {
    float: right;
    width: 11%;
    background: #b9052f;
    color: #FFF;
    text-align: center;
    padding: 30px;
    border-radius: 16px;
    font-size: 23px;
}

.answer_image {
    float: left;
    width: 11%;
    background: #003466;
    color: #FFF;
    text-align: center;
    padding: 25px 0;
    border-radius: 16px;
    font-size: 28px;
}

.answer_image img,
.question_image img {
    border-radius: 50px;
    width: 100%
}

.question_Box {
    width: 100%;
    overflow: hidden;
    margin-bottom: 2%;
}

h3.question_Box {
    display: block;
}


/*company*/

.company_figcap h2 {
    margin: 0 0 4px 0;
    text-align: left;
}

.company_figcap h3 {
    margin: 0;
    text-align: left;
}

.company_figcap p {
    margin-bottom: 6px;
    font-size: 0.8em;
}

.company_figure img {
    width: 100%
}

.searchresult {
    margin: 1em 0 0 0;
    padding: 24px;
    border: #DDD 1px solid;
    background: #F5F5F5;
}

.sns_h2 {
    margin-top: -3em !important;
    padding-top: 30px;
    padding-bottom: 20px;
    border-top: #000 1px solid;
}

.sns_ul.flexwrap {
    display: flex;
    justify-content: center;
}

.sns_ul li {
    padding: 0 10px;
    text-align: center;
    line-height: 105%;
}

.sns_ul li a {
    font-size: 14px;
    color: #000;
}

.sns_ul li img {
    width: 40px !important;
}


/*contact*/

.privacy_box {
    margin: 40px 0 10px 0;
    padding: 15px;
    background: #F9F9F9;
}

.privacy_box p {
    font-size: 0.8em;
    line-height: 1.3;
}

.studio_main_img {
    margin-bottom: 0;
}

.btn_fix {
    width: 100% !important;
}

.seireki,
.gatsu,
.nichi {
    align-items: center;
    position: relative;
    overflow: hidden;
    width: 32%;
    display: flex;
    flex-wrap: wrap;
}

.seireki input,
.gatsu input,
.nichi input {
    padding-right: 90px;
    overflow: hidden;
}

.seireki::before,
.nichi::before,
.gatsu::before {
    position: absolute;
    right: 2px;
    display: flex;
    align-items: center;
    background: #DDD;
    padding: 14px 7px;
    font-size: 0.7em;
    border-radius: 0 5px 5px 0;
}

.seireki::before {
    content: '年';
}

.gatsu::before {
    content: '月';
}

.nichi::before {
    content: '日';
}


/*flow*/

.flow_single {
    margin-top: 34px !important;
    padding: 15px;
    border: #CCC 1px solid;
}

.flow_single p {
    text-align: center;
    margin-bottom: 0;
    font-size: 25px;
}


/*item*/

.item_navi {
    width: 100%;
    margin: 0 auto;
    padding: 22px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-top: #DDD 1px solid;
    border-bottom: #DDD 1px solid;
}

.item_navi a {
    display: block;
    font-size: 14px;
    padding: 0 10px;
    color: #000;
    text-decoration: none;
    border-right: #DDD 1px solid;
}

.item_navi li:last-child a {
    border-right: none;
}

.article section.item_section {
    padding-bottom: 6em;
}

.item_section h2 {
    font-size: 1.8em;
}

.item_list_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.item_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 45%;
}

.item_list dt {
    width: 40%;
    margin-bottom: 10px;
    border-bottom: #DDD 1px dashed;
}

.item_list dd {
    width: 60%;
    text-align: right;
    margin-bottom: 10px;
    border-bottom: #DDD 1px dashed;
}

.item_list.item_list_fullwidth {
    width: 100%;
    padding: 0 !important;
}

.item_list.item_list_fullwidth dt {
    width: 70%;
}

.item_list.item_list_fullwidth dd {
    width: 30%;
}


/*	others
----------------------------------------------------

----------------------------------------------------*/

.arrow_end {
    margin: 0 25px 47px 25px;
    border-bottom: #DDD 1px solid;
}

.arrow_bottom {
    margin-bottom: 47px;
    margin: 0 25px 47px 25px;
    border-bottom: #DDD 1px solid;
}

.arrow_end h4,
.arrow_bottom h4 {
    margin-top: 0;
    text-align: left;
}

.arrow_bottom:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -68px;
    left: 50%;
    margin-left: -26px;
    border: 26px solid transparent;
    border-top: 26px solid #c4d9c3;
}

.block_list a {
    display: block;
    padding: 12px 14px;
    font-size: 0.9em;
    color: #000;
    text-decoration: none;
}

.white_block_list.block_list li {
    background: #FFF;
}

.block_list li {
    margin-bottom: 10px;
    background: #E0E0E0;
    /* box-shadow */
    box-shadow: 0px 2px 0px 1px #bababa;
    /* border-radius */
    border-radius: 6px;
}

. .p_list {
    border-bottom: #c9a063 1px solid;
    padding-bottom: 1em;
}

.nomargintop {
    margin-top: 0 !important;
}

.nomarginbottom {
    margin-bottom: 0 !important;
}

.nopaddingtop {
    padding-top: 0 !important;
}

.no_decoration,
.no_decoration span {
    background: none !important;
    border: none !important;
}

.h1_404 {
    margin-top: 1.4em;
    font-size: 4em;
    text-align: center;
}

.desc_404 {
    margin-bottom: 6em;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
}


/*イレギュラー対応*/

.mb0 {
    margin-bottom: 0 !important;
}

.mt0 {
    margin-top: 0 !important;
}

.mt1em {
    margin-top: 1em;
}

.mt2em {
    margin-top: 2em;
}

.mt3em {
    margin-top: 3em;
}

.mb1em {
    margin-bottom: 1em !important;
}

.mb2em {
    margin-bottom: 2em !important;
}

.pt0 {
    padding-top: 0 !important;
}

.pt1em {
    padding-top: 1em !important;
}

.pt2em {
    padding-top: 2em !important;
}

.pt3em {
    padding-top: 3em !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pb1em {
    padding-bottom: 1em !important;
}

.pb2em {
    padding-bottom: 2em !important;
}

.pb3em {
    padding-bottom: 3em !important;
}

.pt05em {
    padding-top: 0.5em !important;
}

.pr1em {
    padding-right: 1em;
}

.pl1em {
    padding-left: 1em;
}

.em15 {
    font-size: 1.5em !important;
}

.p1em {
    padding: 1em 0 !important;
}

.p2em {
    padding: 2em 0 !important;
}

.p3em {
    padding: 3em 0 !important;
}

.p5em {
    padding: 5em 0 !important;
}

.fs07em {
    font-size: 0.7em;
}

.fs1em {
    font-size: 1em;
}

.fs15em {
    font-size: 1, 5em;
}

.fs2em {
    font-size: 2em;
}

.fs3em {
    font-size: 3em;
}

.pink {
    color: #f22470;
}

small,
.small a {
    font-size: 90%;
}

.small p {
    font-size: 1.1em;
}

.small h2 {
    font-size: 1.3em;
}

.black {
    color: #000 !important;
}

.white {
    color: #FFF !important;
}

.red {
    color: #ff0000 !important;
}

.beni {
    color: #a10000 !important;
}

.green {
    color: #77a444 !important;
}

.blue {
    color: #036eb8 !important;
}

.yellow {
    color: #ceab1c !important;
}

.purple {
    color: #675ca5 !important;
}

.bold {
    font-weight: bold !important;
}

.pink_bg {
    background: #ffe6ef !important;
}

.yellow_bg {
    background: #f9f6cf !important;
}

.purple_bg {
    background: #cdbbcc !important;
}

.allow_before::before {
    content: '';
    display: block;
    margin: 10px auto;
    width: 30px;
    height: 30px;
    border: 5px solid;
    border-color: transparent transparent #565656 #565656;
    transform: rotate(-45deg);
}

.allow_before_w.before_allow::before {
    border-color: transparent transparent #FFF #FFF;
}

.allow_after::after {
    content: '';
    display: block;
    margin: 10px auto;
    width: 30px;
    height: 30px;
    border: 5px solid;
    border-color: transparent transparent #565656 #565656;
    transform: rotate(-45deg);
}

.allow_after_w.before_allow::after {
    border-color: transparent transparent #FFF #FFF;
}

.ul_attention li {
    font-size: 0.8em;
}

.ul_attention li::before {
    content: '※';
    display: inline;
}

h3 span.flow_num {
    font-size: 1.7em;
    padding-right: 0.4em;
}

.required {
    font-size: 0.8em;
    color: #DC0000;
}

.wpcf7-form {
    padding: 20px 0;
}


/*table*/

thead {
    background: #f2f2f2;
}

.page_tb {
    width: 100%;
    margin-bottom: 15px;
}

.page_tb th {
    padding: 8px 0;
    border-bottom: #d8d8d8 1px solid;
    vertical-align: top;
}

.page_tb td {
    padding: 8px 0 8px 8px;
    border-bottom: #d8d8d8 1px solid;
}

.page_tb th div {
    font-weight: bold;
}

.page_tb ol li {
    margin-left: 20px;
    list-style: decimal;
    font-size: 1.0em;
}

.page_tb ul li {
    font-size: 1.0em;
}

.box_tb {
    border-collapse: separate;
    width: 100%;
}

.box_tb th {
    width: auto;
    background: #F1F1F1;
    color: #000;
    text-align: center;
    font-weight: bold;
    padding: 0.6em;
    font-size: 0.9em;
}

.box_tb thead th {
    background: #434343;
    color: #FFF;
}

.box_tb td {
    text-align: center;
    padding: 0.6em;
    font-size: 0.9em;
}

.plane_tb th,
.plane_tb td {
    border: none;
}

.basic_tb {
    width: 100%;
    border: #CCC 1px solid;
    border-collapse: collapse;
    background: rgba(255, 255, 255, 0.7);
}

.basic_tb th {
    padding: 0.8em;
    border: #CCC 1px solid;
    background: #F4F4F4;
}

.basic_tb td {
    padding: 0.8em 1em;
    border: #CCC 1px solid;
}

.basic_tb span {
    font-size: 0.8em;
    font-weight: normal !important;
}

.tr_dark th,
.tr_dark td {
    background: #363636 !important;
    color: #FFF !important;
}

.tablenav {
    clear: both;
    color: #000;
    background: white;
    margin: 1em auto 35px auto;
    line-height: 2em;
    text-align: center;
}

a.page-numbers,
.tablenav .current {
    color: #000;
    padding: 6px 10px;
    border: solid 1px #ccc;
    border-radius: 100px;
    text-decoration: none;
    font-size: smaller;
}

a.page-numbers:hover {
    color: white;
    background: #000;
}

.tablenav .current {
    color: white;
    background: #000;
    border-color: #000;
    font-weight: bold;
}

.tablenav .next,
.tablenav .prev {
    border: 0 none;
    background: transparent;
    text-decoration: underline;
    font-size: smaller;
    font-weight: bold;
}

.borderbox {
    border: #DDD 1px solid;
    margin: 3em 0;
    padding: 4em;
}

.alignleft,
.left {
    text-align: left;
}

.alignright,
.right {
    text-align: right;
}

.small {
    font-size: 0.7em;
}

.center {
    text-align: center !important;
}

.half img {
    max-width: 100%;
}

.sp_tb span {
    color: #FF0004;
}

.fs18 {
    font-size: 18px !important;
}

blockquote {
    background-color: rgba(0, 0, 0, 0.06);
    margin: 0 0 2em 0;
    padding: 1.7em;
    position: relative;
    border-radius: 6px;
}

blockquote h3:first-child {
    margin-top: 0;
}

blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0;
}

blockquote:before {
    content: "“";
    font-size: 220%;
    line-height: 1em;
    color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
}

blockquote:after {
    content: "”";
    font-size: 220%;
    line-height: 0em;
    color: rgba(0, 0, 0, 0.5);
    position: absolute;
    right: 0;
    bottom: 0;
}

.feature_wrap {
    padding: 3em 0;
}

.call {
    font-size: 1.2em;
    padding: 30px;
    margin: 0;
    background: #94b0b0;
    color: #FFF;
}

.call a {
    font-size: 1.2em;
    color: #FFF;
}

.set h3,
.set h4 {
    font-size: 15px;
    padding: 0;
    margin: 0;
}

.set p {
    font-size: 12px;
}

.fs150 {
    font-size: 150%;
}

.alc {
    align-items: center;
}

.serif {
    font-family: "Times New Roman", "はんなり明朝", hannari, "游明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif" !important;
    font-size: 108%;
}

.bt1px {
    border-top: #DDD 1px solid !important;
}

.bb1px {
    border-bottom: #DDD 1px solid !important;
}

#noscript {
    background: #73986e;
    padding: 50px 0;
}

#noscript h2 {
    margin-top: 0;
    text-align: center;
    border: none;
    color: #FFF;
}

#noscript h2::before {
    display: none;
}

#noscript p {
    margin-bottom: 0;
    text-align: center;
    border: none;
    color: #FFF;
}

#noscript a {
    color: #FFF;
}

.logged_in::before {
    content: '管理画面ログイン中のユーザーのみこのメッセージが表示されます';
    display: block;
    font-size: 12px;
}

.attention {
    padding: 10px;
    color: #306620;
    border: #306620 3px solid;
    background: #E4F1E5;
}

.attention_empty {
    padding: 10px;
    border: #363636 3px solid;
}

.attention.red {
    padding: 10px;
    color: #FF0004;
    border: #FF0004 3px solid;
    background: #FFEFEF;
}

.ind li {
    text-indent: -13px;
    padding-left: 16px;
}

.clear {
    clear: both !important;
}

.np {
    display: block;
    width: 100%;
    height: 100%;
    background: #EEE;
    position: relative;
}

.dummy {
    width: 100%;
}

.nobg {
    background: none !important;
}

h1.special_title {
    font-size: 2.5em;
    line-height: 1em;
}

.gallery_bg {
    margin-top: -10px;
    color: #FFF;
    background: #1c1c1c;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
}

.gallery li {
    width: 18%;
    margin: 0 1% 2% 1%;
}

.gallery-item {
    float: inherit !important;
    margin: 0 !important;
    padding: 0 0.2em 0.4em 0.2em;
}

.gallery-item img {
    border: none !important;
    height: inherit;
}

.gallery-caption {
    font-size: 0.8em;
}

.noborder {
    border: none;
}

.bg_gray {
    background-color: #FBFBFB;
}

.bg_beige {
    background-color: #faf6f2;
}

.bg_purple {
    background-color: #F6EBF6;
}

.bg_deep_purple {
    background-color: rgba(60, 37, 105, 0.9);
    color: #FFF;
}

.bg_deep_purple a {
    color: #FFF;
}

.bg_green {
    background-color: #edfaf1;
}

.bg_blue {
    background-color: #ebf1f9;
}

.bg_yellow {
    background-color: #F1A500;
    color: #FFF;
}

.bg_white {
    background-color: #FFF;
}

.bg_dark {
    background-color: #0C0C0C;
    color: #FFF;
}

.jcc {
    justify-content: center;
}

.jcs {
    justify-content: space-between;
}

.aligncenter {
    text-align: center;
}

.ribbon {
    display: inline-block;
    position: relative;
    height: 45px;
    text-align: center;
    box-sizing: border-box;
}

.ribbon:before {
    /*左側のリボン端*/
    z-index: 0;
    content: '';
    position: absolute;
    width: 10px;
    bottom: -10px;
    left: -35px;
    border: 20px solid #56adf3;
    border-left-color: transparent;
    /*山形に切り抜き*/
}

.ribbon:after {
    /*右側のリボン端*/
    z-index: 0;
    content: '';
    position: absolute;
    width: 10px;
    bottom: -10px;
    right: -35px;
    border: 20px solid #56adf3;
    border-right-color: transparent;
    /*山形に切り抜き*/
}

.ribbon h3 {
    z-index: 2;
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0 20px;
    line-height: 45px;
    font-size: 25px;
    color: #FFF;
    background: #2196F3;
    /*真ん中の背景色*/
    overflow: inherit;
}

.ribbon h3:before {
    z-index: 1;
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 10px transparent;
    border-right: solid 15px #397eb5;
    /*左の折り返し部分*/
}

.ribbon h3:after {
    z-index: 1;
    position: absolute;
    content: '';
    top: 100%;
    right: 0;
    border: none;
    border-bottom: solid 10px transparent;
    border-left: solid 15px #397eb5;
    /*右の折り返し部分*/
}

.ribbonwrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 1em;
}

.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

.icon_pdf {
    margin-right: 0.3em;
}

@keyframes a {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes b {
    0% {
        transform: scale(.5);
        opacity: 0
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes c {
    0% {
        transform: translate(-50%, -50%) rotate(0)
    }

    50% {
        transform: translate(-50%, -50%) rotate(-180deg)
    }

    to {
        transform: translate(-50%, -50%) rotate(-1turn)
    }
}

@keyframes d {
    0% {
        transform: scale(1)
    }

    10% {
        transform: scale(1.2) translateX(6px)
    }

    25% {
        transform: scale(1.3) translateX(8px)
    }

    40% {
        transform: scale(1.2) translateX(6px)
    }

    50% {
        transform: scale(1)
    }

    60% {
        transform: scale(.8) translateX(6px)
    }

    75% {
        transform: scale(.7) translateX(8px)
    }

    90% {
        transform: scale(.8) translateX(6px)
    }

    to {
        transform: scale(1)
    }
}

@keyframes e {
    0% {
        transform: scale(1)
    }

    10% {
        transform: scale(1.2) translateX(-6px)
    }

    25% {
        transform: scale(1.3) translateX(-8px)
    }

    40% {
        transform: scale(1.2) translateX(-6px)
    }

    50% {
        transform: scale(1)
    }

    60% {
        transform: scale(.8) translateX(-6px)
    }

    75% {
        transform: scale(.7) translateX(-8px)
    }

    90% {
        transform: scale(.8) translateX(-6px)
    }

    to {
        transform: scale(1)
    }
}

.lum-lightbox {
    background: rgba(0, 0, 0, .6)
}

.lum-lightbox-inner {
    top: 2.5%;
    right: 2.5%;
    bottom: 2.5%;
    left: 2.5%
}

.lum-lightbox-inner img {
    position: relative
}

.lum-lightbox-inner .lum-lightbox-caption {
    margin: 0 auto;
    color: #fff;
    max-width: 700px;
    text-align: center
}

.lum-loading .lum-lightbox-loader {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 66px;
    height: 20px;
    animation: c 1.8s linear infinite
}

.lum-lightbox-loader:after,
.lum-lightbox-loader:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    border-radius: 20px;
    background: hsla(0, 0%, 100%, .9)
}

.lum-lightbox-loader:before {
    left: 0;
    animation: d 1.8s linear infinite
}

.lum-lightbox-loader:after {
    right: 0;
    animation: e 1.8s linear infinite;
    animation-delay: -.9s
}

.lum-lightbox.lum-opening {
    animation: a .18s ease-out
}

.lum-lightbox.lum-opening .lum-lightbox-inner {
    animation: b .18s ease-out
}

.lum-lightbox.lum-closing {
    animation: a .3s ease-in;
    animation-direction: reverse
}

.lum-lightbox.lum-closing .lum-lightbox-inner {
    animation: b .3s ease-in;
    animation-direction: reverse
}

.lum-img {
    transition: opacity .12s ease-out
}

.lum-loading .lum-img {
    opacity: 0
}

.lum-gallery-button {
    overflow: hidden;
    text-indent: 150%;
    white-space: nowrap;
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    outline: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 100px;
    max-height: 100%;
    width: 60px;
    cursor: pointer
}

.lum-close-button {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 32px;
    height: 32px;
    opacity: .3
}

.lum-close-button:hover {
    opacity: 1
}

.lum-close-button:after,
.lum-close-button:before {
    position: absolute;
    left: 15px;
    content: " ";
    height: 33px;
    width: 2px;
    background-color: #fff
}

.lum-close-button:before {
    transform: rotate(45deg)
}

.lum-close-button:after {
    transform: rotate(-45deg)
}

.lum-previous-button {
    left: 12px
}

.lum-next-button {
    right: 12px
}

.lum-gallery-button:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 36px;
    height: 36px;
    border-top: 4px solid hsla(0, 0%, 100%, .8)
}

.lum-previous-button:after {
    transform: translateY(-50%) rotate(-45deg);
    border-left: 4px solid hsla(0, 0%, 100%, .8);
    box-shadow: -2px 0 rgba(0, 0, 0, .2);
    left: 12%;
    border-radius: 3px 0 0 0
}

.lum-next-button:after {
    transform: translateY(-50%) rotate(45deg);
    border-right: 4px solid hsla(0, 0%, 100%, .8);
    box-shadow: 2px 0 rgba(0, 0, 0, .2);
    right: 12%;
    border-radius: 0 3px 0 0
}

@media (max-width:460px) {
    .lum-lightbox-image-wrapper {
        display: flex;
        overflow: auto;
        -webkit-overflow-scrolling: touch
    }

    .lum-lightbox-caption {
        width: 100%;
        position: absolute;
        bottom: 0
    }

    .lum-lightbox-position-helper {
        margin: auto
    }

    .lum-lightbox-inner img {
        max-width: none;
        max-height: none
    }
}

.lum-lightbox {
    background: rgba(0, 0, 0, .8);
}

.lum-lightbox.lum-open {
    z-index: 100;
}

.lum-lightbox {
    z-index: 999;
}

.lum-lightbox-position-helper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 460px) {
    .lum-lightbox-inner img {
        max-width: 90vw;
        /* 好きなサイズ感で */
        max-height: 88vh;
        /* 90vhだと数pxだけ上下にスクロールできてしまうためこのサイズ */
        /* display: block;  を追加すると max-height: 92vh くらいでも大丈夫 */
    }

    /* 矢印ナビが大きすぎると感じたら */
    .lum-gallery-button:after {
        width: 6vw;
        height: 6vw;
    }
}

#toc_container a {
    font-size: 0.9em;
}

.wpp-no-data {
    padding: 1em;
    font-size: 0.8em;
}

/*	clearfix
----------------------------------------------------*/

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

* html .clearfix {
    zoom: 1;
}


/* IE6 */

*:first-child+html .clearfix {
    zoom: 1;
}


/* IE7 */

.clearfix {
    overflow: hidden;
}