html {
    font-family: 'dnp-shuei-gothic-gin-std', serif;
    font-weight: 400;
    font-size: calc(16px + 0.1vw);
    line-height: 1.9;
}

html {
    word-break: break-word;
    visibility: hidden;
}

@media (max-width: 46.25em) {
    body,
    .sentence {
        font-size: calc(12px + 0.3vw);
    }
}

@media (max-width: 27.5em) {
    body,
    .sentence {
        font-size: 15px;
    }
}

h1, h2, h3, h4, h5, h6, em {
    font-family: 'kinuta-maruminfuji-stdn', serif;
    line-height: 2;
    font-weight: 500;
}

html.wf-active,
html.loading-delay {
    visibility: visible;
}

.flex {
    display: flex;
}

a {
    text-decoration: none;
    color: #000;
}

b, strong {
    font-weight: 600;
}

.hand {
    cursor: pointer;
    cursor: hand;
}

.main_bkcolor {
    background-color: #000;
}

.b {
    font-weight: 600;
}

.sp {
    display: none;
}

h2 {
    font-size: 50px;
    line-height: 1.5;
}

h2.reimu {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-align: center;
    position: relative;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

h2.reimu::before {
    content: "";
    width: 200px;
    height: 200px;
    background-size: cover;
    position: absolute;
    background-image: url(../img/bk_reimu.svg);
    z-index: 0;
}


section {
    width: 1200px;
    margin: auto;
    margin-bottom: 50px;
}

.body_div {
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
}

.arrow_up_icon {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    z-index: 10;
}

.mail_icon {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    left: 20px;
    z-index: 10;
}

.front_page_header {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.front_page_header .back_img {
    width: 100%;
    background-size: cover;
    background-position: top center;
    height: 100%;
    background-color: #999;
    background-image: url(http://reitaisai.com/arts10/wp-content/uploads/sites/32/2023/10/8089e50294910c6cb163e5cb54ad137b.png);
}

.front_page_header .back_img.sp {
    display: none;
}

.front_page_header .menu {
    top: 62%;
    right: -600px;
}

.body_back_img {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.menu {
    position: absolute;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    background-size: 600px;
    font-size: 18px;
    letter-spacing: 4px;
    /*height: fit-content;*/
    z-index: 10;
}

.menu-header {
    width: inherit !important;
    height: inherit !important;
    right: inherit !important;
}

.menu-item {
    border-right: 2px solid #bbb !important;
    max-height: 170px;
}

.menu-item:first-child {
    border-left: 2px solid #bbb;
}

.menu_child {
    padding: 20px 40px 60px 40px;
}

.menu_child .coming_soon a {
    pointer-events: none;
    color: #bbb;
}

.menu_child a {
    width: 55px;
    display: flex;
    align-items: center;
    color: #fff;
    transition: 0.2s;
    height: 220px;
}

.menu_child a:hover {
    transform: translate(0px, -5px);

}

.menu_child .border_solid {
    width: 2px;
    background-color: #bbb;
    height: 165px;
}

.menu_close {
    opacity: 1;
    background: rgba(255, 255, 255, 0.15);
    display: flex;
    position: absolute;
    color: #fff;
    height: inherit;
    align-items: center;
    justify-content: center;
}

.menu_close span {
    transform: rotate(90deg);
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.news_info_sec div.btn_p {
    position: relative;
    z-index: 1;
    text-align: center;
    display: block;
    overflow: hidden;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    margin: 30px auto;
}

.news_info_sec .btn {
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    border: 2px solid #000;
    padding: 10px;
    position: relative;
    display: block;
    text-align: center;
    box-sizing: border-box;
    z-index: 1;
    width: 150px;
    background-color: transparent;
    transition: 0.2s;
}

.news_info_sec .btn::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .6s cubic-bezier(0.25, 0.1, 0.2, 1);
    -moz-transition: all .6s cubic-bezier(0.25, 0.1, 0.2, 1);
    transition: all .6s cubic-bezier(0.25, 0.1, 0.2, 1);
    content: "";
    background-color: #000;
    position: absolute;
    top: -150px;
    right: auto;
    left: -120px;
    z-index: -1;
    width: 0;
    height: 300px;
}

.news_info_sec .btn:hover::before {
    transform: rotate(70deg);
    width: 600px;
}

.news_info_sec .btn:hover {
    color: #fff;
}

.wp_social_bookmarking_light {
    white-space: initial;
}

.news_info_sec .pickup_area {
    margin: 50px auto;
    width: 80%;
    border: 2px red solid;
    font-size: 20px;
    color: red;
    line-height: 1.5;
    padding: 2%;
    font-weight: 600;
    display: block;
}

.news_info_sec .main_sec {
    display: flex;
    justify-content: space-between;
}

.news_info_sec .news_info {
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 10px;
    padding-top: 20px;
    box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.25);
    width: 100%;
}

.news_info_sec .news_info .news_info_link {
    width: calc(100% - 40px);
    display: grid;
    grid-template-columns: 105px 175px 1fr;
    position: relative;
    font-size: 18px;
    margin: auto;
    border-bottom: 1px solid #ddd;
    line-height: 1.5;
    padding: 20px 0;
    transition: 1s;
}

.news_info_sec .news_info .news_info_link::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    height: 1px;
    background-color: red;
    transition: 1s;
    width: 0;
}

.news_info_sec .news_info .news_info_link:hover::after {
    width: 100%;
}

.news_info_sec .news_info .news_info_link .title {
    transition: 0.3s;
}

.news_info_sec .news_info .news_info_link:hover .title {
    transform: translate(-5px, 0px);
}

.news_info .cate {
    font-size: 16px;
}

.news_info .cate span {
    border: 1px solid #000;
    padding: 0px 3px 2px 3px;
}

.news_info a.btn.more_btn {
    height: 33px;
    width: 150px;
    font-size: 20px;
    padding: 0;
    margin: auto;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*.news_info_sec .twitter{*/
/*	width: 400px;*/
/*}*/
/*.news_info_sec .twitter iframe{*/
/*	height: 100% !important;*/
/*	display: block!important;*/
/*	box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.25);*/
/*}*/

/*.twitter-timeline{*/
/*	height: 100%;*/
/*}*/
.map_sec .main_sec {
    display: grid;
    grid-template-columns: 45% 1fr;
    grid-gap: 20px;
}

.map_sec .main_sec .map {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}

.map_sec .main_sec iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.map_sec tr {
    border-bottom: 4px solid #ccc;
}

.map_sec th {
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    vertical-align: middle;
}

.map_sec th span {
    font-size: 20px;
}

.map_sec td {
    font-size: 25px;
    border-style: none;
    vertical-align: middle;
    padding: 2%;
}

.map_sec a.btn {
    width: 100%;
    height: 70px;
    background-color: rgba(200, 0, 0, 0.7);
    border: 3px solid rgba(200, 0, 0, 0.7);
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: center;
    font-size: 30px;
    border-radius: 24px;
    margin-top: 30px;
    transition: 0.5s;
}

.map_sec a.btn:hover {
    background-color: transparent;
    color: rgba(200, 0, 0);
}

.place_assignment_sec img.map {
    object-fit: cover;
    width: 100%;
    margin-bottom: 10px;
}

.pickup_sec_area {
    display: flex;
    justify-content: space-between;
}

.pickup_sec_area_child {
    width: 49%;
}

.pickup_sec_area_child h3 .main {
    text-align: center;
    font-size: 25px;
    line-height: 1.5;
    margin-bottom: 10px;
    font-weight: 600;
}

.pickup_sec_area_child h3 .sub {
    line-height: 1.5;
    font-size: 14px;
    margin-bottom: 20px;
}

.pickup_sec_area .news_list_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pickup_sec_area .news_list_box {
    width: 49%;
    height: 148px;
}

.pickup_sec_area .news_list_box_mes_1,
.pickup_sec_area .news_list_box_mes_2 {
    width: 250px;
}

.pickup_sec_area .news_list_box_mes_1 {
    font-size: 15px;
    margin: 7px auto 5px;
}

.pickup_sec_area .news_list_box_mes_2 {
    font-size: 15px;
}

.place_assignment_sec .news_list_area {
    display: flex;
    justify-content: space-between;
}

.place_assignment_sec .news_list_box {
    width: 49%;
    height: 306px;
}

.place_assignment_sec .news_list_box_mes_1 {
    width: 470px;
    margin: 15px auto 10px;
    font-size: 27px;
}

.place_assignment_sec .news_list_box_mes_2 {
    width: 470px;
    margin: 15px auto 10px;
    font-size: 30px;
}

.place_assignment_sec .news_list_box_mes_1 {
    width: 470px;
    margin: 15px auto 10px;
    font-size: 27px;
}

.place_assignment_sec .news_list_box_mes_2 {
    width: 470px;
    margin: 15px auto 10px;
    font-size: 30px;
}

.place_assignment_sec .news_list_box:hover .news_list_box_mes_1 {
    text-align: center;
    margin: auto;
    margin-bottom: 5px;
    font-size: 27px;
}

.place_assignment_sec .news_list_box:hover .news_list_box_mes_2 {
    text-align: center;
    margin-bottom: auto;
    font-size: 30px;
}

.goods_sec img {
    object-fit: cover;
    width: 100%;
}

.sponsor_sec .main_sec {
    width: 801px;
    margin: auto;
}

.sponsor_sec .main_sec a {
    margin-bottom: 20px;
    transition: 0.4s;
}

.sponsor_sec .sponsor_large {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.sponsor_sec .main_sec a:hover {
    transform: scale(1.05);
}

.sponsor_sec .sponsor_large img {
    width: 800px;
    height: auto;
}


.sponsor_sec .sponsor_middle {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}

.sponsor_sec .sponsor_middle img {
    width: 392px;
    height: auto;
}

.sponsor_sec .sponsor_small {
    display: flex;
    flex-wrap: wrap;
}

.sponsor_sec .sponsor_small img {
    width: 186px;
    height: auto;
}

.sponsor_sec .sponsor_small a {
    margin-right: 19px;
}

.sponsor_sec .sponsor_small a:nth-child(4n) {
    margin-right: 0px;
}

section.footer_menu {
    width: auto;
    background-color: #000;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 30px;
    margin-bottom: 0;
}

section.footer_menu a {
    color: #fff;
}


.footer_menu .title {
    font-size: 50px;
    font-weight: 600;
    width: 1200px;
    margin: auto;
    margin-bottom: 40px;
}

.footer_menu h3 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 20px;

}


.footer_menu .content {
    width: 1200px;
    margin: auto;
    margin-bottom: 20px;
}

.footer_menu .content a {
    font-size: 20px;
    text-decoration: underline;
    margin-right: 30px;
    margin-bottom: 20px;
    display: inline-flex;
    transform: 0.4s;
}

.footer_menu .content a:hover {
    font-weight: 600;
}

.footer_menu .community {
    width: 1200px;
    margin: auto;
    position: relative;
}

.footer_menu .create {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 20px;
}


.footer_menu .community_child img {
    height: 50px;
    margin-right: 20px;
}


.footer_menu .create a {
    transition: .3s;
}

.footer_menu .create a span {
    display: inline-block;
}

.footer_menu .create a:hover {
    text-decoration: underline;
}

.footer_menu .create a:hover span {
    -webkit-transform: rotateY(360deg) translate(-5px, 0px);
    transform: rotateY(360deg) translate(-5px, 0px);
    transition: .6s;
    color: #99f;
}

.footer_menu .create a:hover span:nth-of-type(1) {
    -webkit-transition-delay: .02s;
    transition-delay: .02s;
}

.footer_menu .create a:hover span:nth-of-type(2) {
    -webkit-transition-delay: .04s;
    transition-delay: .04s;
}

.footer_menu .create a:hover span:nth-of-type(3) {
    -webkit-transition-delay: .06s;
    transition-delay: .06s;
}

.footer_menu .create a:hover span:nth-of-type(4) {
    -webkit-transition-delay: .08s;
    transition-delay: .08s;
}

.footer_menu .create a:hover span:nth-of-type(5) {
    -webkit-transition-delay: .10s;
    transition-delay: .10s;
}

.footer_menu .create a:hover span:nth-of-type(6) {
    -webkit-transition-delay: .12s;
    transition-delay: .12s;
}

.footer_menu .create a:hover span:nth-of-type(7) {
    -webkit-transition-delay: .14s;
    transition-delay: .14s;
}

.footer_menu .create a:hover span:nth-of-type(8) {
    -webkit-transition-delay: .16s;
    transition-delay: .16s;
}

.footer_menu .create a:hover span:nth-of-type(9) {
    -webkit-transition-delay: .18s;
    transition-delay: .18s;
}

.footer_menu .create a:hover span:nth-of-type(10) {
    -webkit-transition-delay: .20s;
    transition-delay: .20s;
}

.footer_menu .create a:hover span:nth-of-type(11) {
    -webkit-transition-delay: .22s;
    transition-delay: .22s;
}

.footer_menu .create a:hover span:nth-of-type(12) {
    -webkit-transition-delay: .24s;
    transition-delay: .24s;
}

.footer_menu .create a:hover span:nth-of-type(13) {
    -webkit-transition-delay: .26s;
    transition-delay: .26s;
}

.footer_menu .create a:hover span:nth-of-type(14) {
    -webkit-transition-delay: .28s;
    transition-delay: .28s;
}

.footer_menu .create a:hover span:nth-of-type(15) {
    -webkit-transition-delay: .30s;
    transition-delay: .30s;
}

.footer_menu .create a:hover span:nth-of-type(16) {
    -webkit-transition-delay: .32s;
    transition-delay: .32s;
}

.footer_menu .create a:hover span:nth-of-type(17) {
    -webkit-transition-delay: .34s;
    transition-delay: .34s;
}

.footer_menu .create a:hover span:nth-of-type(18) {
    -webkit-transition-delay: .36s;
    transition-delay: .36s;
}

.footer_menu .create a:hover span:nth-of-type(19) {
    -webkit-transition-delay: .38s;
    transition-delay: .38s;
}

.footer_menu .create a:hover span:nth-of-type(20) {
    -webkit-transition-delay: .40s;
    transition-delay: .40s;
}

.footer_menu .create a:hover span:nth-of-type(21) {
    -webkit-transition-delay: .42s;
    transition-delay: .42s;
}


.global_page_header {
    position: relative;
    /*overflow: hidden;*/
}


.global_page_header .title {
    height: 70px;
    width: 100%;
    color: #fff;
    background-color: #000;
    position: absolute;
    font-weight: 600;
    font-size: 35px;
    display: flex;
    align-items: center;
    /*padding-left: 25px;*/
}

.global_page_header .menu {
    /*top: 0;*/
    right: -600px;
}

.global_page_header .title h1 {
    margin-left: 20px;
}

.global_page_header .title h1 a {
    color: #fff;
}

.news_list_sec {
    padding-top: 200px;
}

.news_list_sec .news_list_area {
    display: grid;
    grid-template-columns: 377px 377px 377px;
    justify-content: space-between;
}

.news_list_sec .news_list_area .small_cate_name {
    font-size: 30px;
    font-weight: 600;
    grid-column: 1 / 4;
    position: relative; /*相対位置*/
    padding-left: 1.2em; /*アイコン分のスペース*/
    line-height: 1.4; /*行高*/
    margin-top: 30px;
    margin-bottom: 20px;
}

.news_list_sec .news_list_area .small_cate_name:before {
    font-family: "Font Awesome 5 Free";
    content: "\f6a1"; /*アイコンのユニコード*/
    font-weight: 900;
    position: absolute; /*絶対位置*/
    font-size: 1em; /*サイズ*/
    left: 0; /*アイコンの位置*/
    top: 0; /*アイコンの位置*/
    color: #c30d23; /*アイコン色*/
}

.news_list_box {
    height: 197.925px;
    position: relative;
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
}

.news_list_box_mes {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    height: 50%;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    transition: 0.4s;
}

.news_list_box_mes_1 {
    font-size: 17px;
    width: 330px;
    margin: 10px auto 5px;
}

.news_list_box_mes_2 {
    font-size: 20px;
    width: 330px;
    line-height: 1.5;
    margin: auto;
    margin-top: 5px;
}


.news_list_box:hover .news_list_box_mes {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

}


.news_list_box:hover .news_list_box_mes_1 {
    text-align: center;
    margin: auto;
    font-size: 20px;
    margin-bottom: 5px;
    animation: anm_hov .7s;
}

.news_list_box:hover .news_list_box_mes_2 {
    text-align: center;
    font-size: 22px;
    animation: anm_hov .7s;
}

@keyframes anm_hov {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.news_detail_area {
    width: 1200px;
    margin-top: 270px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 30px;
    box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.25);
}

.news_detail_area h2 {
    width: 90%;
    margin: auto;
}

.news_detail_mes {
    width: 1000px;
    margin: auto;
}

.news_detail_mes img {
    max-width: 100%;
    height: auto;
}

.news_detail_mes_mozi {
    line-height: 1.75;
    font-size: 20px;
    white-space: pre-line;
    padding-bottom: 75px;
}

.news_detail_mes_img {
    width: 1000px;
    height: 525px;
    background-position: center;
    background-size: cover;
    margin: auto;
}

.news_detail_mes_date {
    text-align: right;
    font-size: 25px;
    margin-top: 20px;
}

.contact_area {
    width: 1100px;
    font-size: 20px;
    padding: 25px 50px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 30px;
    line-height: 1.75;
    margin-bottom: 50px;
    box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.25);
}

.contact_area h3 {
    font-size: 30px;
    margin-bottom: 10px;
}

.contact_sec {
    margin-top: 100px;
}

.contact_select {
    padding: 20px;
    font-size: 20px;
}

.irakon_sec {
    width: 85.714vw;
}

.irakon_sec h3 {
    background-color: #000;
    color: #fff;
    padding: 1vw;
    margin: 1vw 0;
    font-size: 1.8vw;
}

.irakon_sec h4 {
    font-size: 1.8vw;
    font-weight: bold;
    border-bottom: 5px solid #999
}

.irakon_sec h5 {
    font-weight: bold;
}

.irakon_sec .textarea {
    background-color: rgba(255, 255, 255, 0.5);
    line-height: 1.75;
    font-size: 1.5vw;
}

.irakon_sec .textarea img {
    max-width: 100%;
    height: auto;
}

.irakon_sec .irakon_sec_items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.irakon_sec .irakon_sec_items.col2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.irakon_sec .irakon_sec_items .item {
    width: 28vw;
    margin: 0 auto;
    margin-bottom: 2vw;
}

.irakon_sec .irakon_sec_items .item img {
    object-fit: contain;
    height: 28vw;
    width: 28vw;
    background-color: rgba(0, 0, 0, 0.2);
}

.irakon_sec .irakon_sec_items .item .title {
    font-size: 1.5vw;
    font-weight: bold;
    margin: 0.5vw;
}

.irakon_sec .irakon_sec_items .item .gaku {
    font-size: 1vw;
    color: #fff;
    background-color: #1246bb;
    padding: 0.5vw;
    margin-left: auto;
    width: fit-content;
}

.irakon_sec .irakon_sec_items .item .gaku.green {
    background-color: #127e03;
}

.irakon_sec .irakon_sec_items .item .name {
    font-size: 1.3vw;
    margin: 0.5vw;
}

.irakon_sec .irakon_sec_items.col2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.irakon_sec .irakon_sec_items.col2 .item {
    width: 42vw;
    margin-bottom: 2vw;
}

.irakon_sec .irakon_sec_items.col2 .item img {
    height: 42vw;
    width: 42vw;
}

.irakon_sec .more_button {
    font-size: 8vw;
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
    margin: 10vw;
}

.irakon_sec .btn_area {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.irakon_sec .btn_area .btn_syo {
    margin: 3vw;
    width: 89%;
    font-size: 3vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1246bb;
    border: #1246bb 3px solid;
    height: 10vw;
    color: #fff;
    border-radius: 20px;
    transition: 0.4s;
}

.irakon_sec .btn_area .btn_syo:hover {
    color: #1246bb;
    background-color: transparent;
}

.irakon_sec .btn_area .btn_tyu {
    margin: 3vw;
    width: 89%;
    font-size: 3vw;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 10vw;
    background-color: #127e03;
    border: #127e03 3px solid;
    color: #fff;
    border-radius: 20px;
    transition: 0.4s;
}

.irakon_sec .btn_area .btn_tyu:hover {
    color: #127e03;
    background-color: transparent;
}

.spinner-box {
    margin: 2vw;
}

.three-quarter-spinner {
    width: 50px;
    height: 50px;
    border: 3px solid #fb5b53;
    border-top: 3px solid transparent;
    border-radius: 50%;
    animation: spin .5s linear 0s infinite;
}


/* ----------------------------------------------------------------------
 前のサイト移植
---------------------------------------------------------------------- */
.post_content .style3a, .post_content .style3b, .post_content .style4a, .post_content .style4b, .post_content .style5a, .post_content .style5b, .post_content .style6 {
    line-height: 1.6;
}

/* h3 */
.post_content .style3a {
    margin: 1em 0 0 0;
    padding: 1.1em .2em 1em;
    font-size: 25px;
    font-weight: 400;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
}

.post_content .style3b {
    margin: 1em 0 0 0;
    padding: 1.1em .9em 1em;
    font-size: 25px;
    font-weight: 400;
    border-top: 2px solid #222;
    border-bottom: 1px solid #ddd;
    background: #fafafa;
    box-shadow: 0px 1px 2px #f7f7f7;
}

/* h4 */
.post_content .style4a {
    margin: 1em 0 0 0;
    padding: .3em 0 .3em .8em;
    font-size: 23px;
    font-weight: 400;
    border-bottom: none;
    border-left: 2px solid #222;
}

.post_content .style4b {
    margin: 1em 0 0 0;
    padding: .9em 0 .8em;
    font-size: 23px;
    font-weight: 400;
    border-bottom: 1px dotted #aaa;
}

/* h5 */
.post_content .style5a {
    margin: 1em 0 0 0;
    padding: .5em .8em .3em 1em;
    font-weight: 700;
    font-size: 23px;
    background: #f5f5f5;
    box-shadow: 0px 2px 0px 0px #f2f2f2;
}

.post_content .style5b {
    margin: 1em 0 0 0;
    padding: .5em .8em .4em 1em;
    font-weight: 400;
    font-size: 23px;
    color: #fff;
    background: #222;
    border-radius: 4px;
    box-shadow: 0px 2px 0px 0px #f2f2f2;
}

/* h6 */
.post_content .style6 {
    position: relative;
    margin: 2em 0 1em;
    padding: .5em .8em .8em 1.3em;
    color: #222;
    font-weight: bold;
    font-size: 20px;
}

.post_content .style6:before {
    position: absolute;
    width: 12px;
    height: 12px;
    top: .5em;
    left: .2em;
    background: #222;
    content: "";
}

.post_content .news_headline1 {
    position: relative;
    margin: 80px 0 25px 0;
    padding: .5em;
    border-left: 8px solid #444;
    line-height: 1.2;
    font-size: 1.2em;
}

.post_content .news_headline1:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 0;
    width: 100%;
    border-bottom: 1px dotted #ddd;
}

.post_content .news_headline2 {
    margin: 40px 0 20px 0;
    padding: 0 .5em;
    border-left: 6px solid #545454;
    line-height: 26px;
    font-size: 1.1em;
}

.post_content .balloon {
    clear: both;
    display: block;
    position: relative;
    margin: 50px 0 22px;
    padding: .5em 18px .5em;
    width: auto;
    min-width: 115px;
    color: #fff;
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    background: #222;
    z-index: 0;
    border-bottom: 0;
}

.post_content .balloon:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 30px;
    margin-left: -10px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #222 transparent transparent transparent;
}


.post_content .q_button {
    min-width: 200px;
    max-width: 90%;
    background-color: #535353;
    display: inline-block;
    vertical-align: middle;
    padding: .6em 1.3em .5em;
    font-weight: 400;
    font-size: 100%;
    color: #fff !important;
    margin: 0;
    text-decoration: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out 0s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
}

.post_content .q_button:hover, .post_content .q_button:focus {
    text-decoration: none;
    color: #fff;
    background-color: #7d7d7d;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .15) inset;
}

/* Button option */
.post_content .rounded {
    border-radius: 6px;
}

.post_content .pill {
    border-radius: 50px;
}

.post_content .sz_full {
    min-width: 100px;
    max-width: 100%;
    display: block;
    font-size: 110%;
    padding: 1em 1.5em .9em;
}

.post_content .sz_l {
    min-width: 350px;
    max-width: 90%;
    font-size: 110%;
    padding: .8em 1.5em .7em;
}

.faq-list h3 {
    background-color: #ddd;
    padding-bottom: 20px;
    cursor: pointer;
    font-size: 130%;
    padding-top: 20px;
    margin-bottom: 10px;
}

/* ----------------------------------------------------------------------
 Contactform - ���₢���킹�t�H�[��
---------------------------------------------------------------------- */
.wpcf7 {
    width: 100%;
    border: 1px solid #ddd;
    background: #fafafa;
    padding: 0;
    margin: 0 0 2.5em !important;
    font-size: 20px;
    white-space: normal;
}

.wpcf7 form {
    margin: 1.5em 1.5em 1.5em 1.5em;
}

.wpcf7 p {
    margin-bottom: 1em;
    font-size: 18px;
}

.wpcf7 input, .wpcf7 textarea {
    width: auto;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #ccc;
    line-height: 1.2;
    padding: 8px;
}

.wpcf7 select, .wpcf7 input[type=checkbox], .wpcf7 input[type=radio] {
    width: auto;
    max-width: 97%;
    border: 1px solid #ccc;
    padding: 8px;
}

.wpcf7 select, .wpcf7 .wpcf7-list-item-label {
    line-height: 1.2;
    font-size: 18px;
}

.wpcf7-list-item {
    display: block;
}

.wpcf7 textarea {
    height: 300px;
}

.wpcf7 input:focus, .wpcf7 textarea:focus {
    outline: none;
    border: 1px solid #bbb;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: inner 0 0 5px rgba(0, 0, 0, 0.5);
}

.wpcf7 input.wpcf7-submit {
    position: relative;
    display: block;
    width: 225px;
    height: 48px;
    margin: 30px auto 0;
    background-color: #333333;
    cursor: pointer;
    border: none !important;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.5;
    outline: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.wpcf7 input.wpcf7-submit, .wpcf7 input.wpcf7-submit::before, .wpcf7 input.wpcf7-submit::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.wpcf7 input.wpcf7-submit:hover {
    background-color: #666666;
}

.wpcf7 .wpcf7-not-valid {
    background: pink;
}

.wpcf7 .wpcf7-response-output {
    margin: 10px 0 0;
    padding: 8px 35px 8px 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.wpcf7 .wpcf7-validation-errors {
    color: #B94A48;
    background-color: #F2DEDE;
    border: 1px solid #EED3D7;
}

.wpcf7 .wpcf7-mail-sent-ok {
    color: #3A87AD;
    background-color: #D9EDF7;
    border: 1px solid #BCE8F1;
}


/* ----------------------------------------------------------------------
 font-size - �t�H���g�T�C�Y
---------------------------------------------------------------------- */
.text70 {
    font-size: 70%
}

/* �t�H���g�T�C�Y70% */
.text80 {
    font-size: 80%
}

.text90 {
    font-size: 90%
}

.text100 {
    font-size: 100%
}

.text110 {
    font-size: 110%
}

.text120 {
    font-size: 120%
}

.text130 {
    font-size: 130%
}

.text140 {
    font-size: 140%
}

.text150 {
    font-size: 150%
}

.text160 {
    font-size: 160%
}

.text170 {
    font-size: 170%
}

.text180 {
    font-size: 180%
}

.text190 {
    font-size: 190%
}

.text200 {
    font-size: 200%
}

.text210 {
    font-size: 210%
}

.text220 {
    font-size: 220%
}

.b {
    font-weight: 700
}

/* ���� */
.u {
    text-decoration: underline
}

/* ���� */
.del {
    text-decoration: line-throug
}

/* �ł������� */


@media screen and (max-width: 479px) {
    .post_content .sz_l {
        min-width: 320px;
        max-width: 95%;
    }
}

.post_content .sz_s {
    min-width: 100px;
    max-width: 90%;
    font-size: 85%;
    padding: .4em 1em .3em;
}

.post_content .bt_red {
    background: #c01f0e;
    color: #fff;
}

.post_content .bt_red:hover, .post_content .bt_red:focus {
    background-color: #d33929;
    color: #fff;
}

.post_content .bt_yellow {
    background: #f1c40f;
    color: #fff;
}

.post_content .bt_yellow:hover, .post_content .bt_yellow:focus {
    background-color: #f9d441;
    color: #fff;
}

.post_content .bt_blue {
    background: #2980b9;
    color: #fff;
}

.post_content .bt_blue:hover, .post_content .bt_blue:focus {
    background-color: #3a91c9;
    color: #fff;
}

.post_content .bt_green {
    background: #27ae60;
    color: #fff;
}

.post_content .bt_green:hover, .post_content .bt_green:focus {
    background-color: #39c574;
    color: #fff;
}


.post_content a {
    color: #00f;
    text-decoration: underline;
}


.post_content table {
    width: 100%;
}

.post_content td {
    border: 1px solid #999;
}

.post_content th {
    border: 1px solid #999;
}

.post_content .gt_btn_area .q_button {
    width: 499px;
}