@charset "UTF-8";
/*
Theme Name:kirakukan
*/

/*----------------------------------------------------
 Reset
----------------------------------------------------*/
*,
*::before,
*::after {
    box-sizing: border-box;
}

ul[class], ol[class] {
    padding: 0;
}

body, h1, h2, h3, h4, p, ul[class], ol[class], li, figure, figcaption, blockquote, dl, dd {
    margin: 0;
}

body {
    min-height: 100vh;
    scroll-behavior: smooth;
    line-height: 1.7;
    -webkit-text-size-adjust: 100%;
}

ul[class], ol[class] {
    list-style: none;
}

img {
    max-width: 100%;
    display: block;
}

input, button, textarea, select {
    font: inherit;
}

/*----------------------------------------------------
 h1-6
----------------------------------------------------*/
h1[class], h2[class], h3[class], h4[class],  h5[class], h6[class] {
    font-size: inherit;
}

/*----------------------------------------------------
 flex
----------------------------------------------------*/
.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.flex-grow-0{flex-grow:0}.flex-grow{flex-grow:1}.flex-shrink-0{flex-shrink:0}.flex-shrink{flex-shrink:1}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.order-first{order:-9999}.order-last{order:9999}.order-none{order:0}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.content-center{align-content:center}.content-start{align-content:flex-start}.content-end{align-content:flex-end}.content-between{align-content:space-between}.content-around{align-content:space-around}.content-evenly{align-content:space-evenly}.self-auto{align-self:auto}.self-start{align-self:flex-start}.self-end{align-self:flex-end}.self-center{align-self:center}.self-stretch{align-self:stretch}

@media (min-width: 768px) {
    .md\:block{display:block}.md\:flex{display:flex}.md\:inline-flex{display:inline-flex}.md\:flex-wrap{flex-wrap:wrap}.md\:flex-nowrap{flex-wrap:nowrap}.md\:flex-grow-0{flex-grow:0}.md\:flex-grow{flex-grow:1}.md\:flex-shrink-0{flex-shrink:0}.md\:flex-shrink{flex-shrink:1}.md\:order-1{order:1}.md\:order-2{order:2}.md\:order-3{order:3}.md\:order-4{order:4}.md\:order-5{order:5}.md\:order-6{order:6}.md\:order-7{order:7}.md\:order-8{order:8}.md\:order-9{order:9}.md\:order-10{order:10}.md\:order-11{order:11}.md\:order-12{order:12}.md\:order-first{order:-9999}.md\:order-last{order:9999}.md\:order-none{order:0}.md\:justify-start{justify-content:flex-start}.md\:justify-end{justify-content:flex-end}.md\:justify-center{justify-content:center}.md\:justify-between{justify-content:space-between}.md\:justify-around{justify-content:space-around}.md\:justify-evenly{justify-content:space-evenly}.md\:items-start{align-items:flex-start}.md\:items-end{align-items:flex-end}.md\:items-center{align-items:center}.md\:items-baseline{align-items:baseline}.md\:items-stretch{align-items:stretch}.md\:content-center{align-content:center}.md\:content-start{align-content:flex-start}.md\:content-end{align-content:flex-end}.md\:content-between{align-content:space-between}.md\:content-around{align-content:space-around}.md\:content-evenly{align-content:space-evenly}.md\:self-auto{align-self:auto}.md\:self-start{align-self:flex-start}.md\:self-end{align-self:flex-end}.md\:self-center{align-self:center}.md\:self-stretch{align-self:stretch}
}
@media (min-width: 1024px) {
    .lg\:block{display:block}.lg\:flex{display:flex}.lg\:inline-flex{display:inline-flex}.lg\:flex-wrap{flex-wrap:wrap}.lg\:flex-nowrap{flex-wrap:nowrap}.lg\:flex-grow-0{flex-grow:0}.lg\:flex-grow{flex-grow:1}.lg\:flex-shrink-0{flex-shrink:0}.lg\:flex-shrink{flex-shrink:1}.lg\:order-1{order:1}.lg\:order-2{order:2}.lg\:order-3{order:3}.lg\:order-4{order:4}.lg\:order-5{order:5}.lg\:order-6{order:6}.lg\:order-7{order:7}.lg\:order-8{order:8}.lg\:order-9{order:9}.lg\:order-10{order:10}.lg\:order-11{order:11}.lg\:order-12{order:12}.lg\:order-first{order:-9999}.lg\:order-last{order:9999}.lg\:order-none{order:0}.lg\:justify-start{justify-content:flex-start}.lg\:justify-end{justify-content:flex-end}.lg\:justify-center{justify-content:center}.lg\:justify-between{justify-content:space-between}.lg\:justify-around{justify-content:space-around}.lg\:justify-evenly{justify-content:space-evenly}.lg\:items-start{align-items:flex-start}.lg\:items-end{align-items:flex-end}.lg\:items-center{align-items:center}.lg\:items-baseline{align-items:baseline}.lg\:items-stretch{align-items:stretch}.lg\:content-center{align-content:center}.lg\:content-start{align-content:flex-start}.lg\:content-end{align-content:flex-end}.lg\:content-between{align-content:space-between}.lg\:content-around{align-content:space-around}.lg\:content-evenly{align-content:space-evenly}.lg\:self-auto{align-self:auto}.lg\:self-start{align-self:flex-start}.lg\:self-end{align-self:flex-end}.lg\:self-center{align-self:center}.lg\:self-stretch{align-self:stretch}
}
@media (min-width: 1280px) {
    .xl\:block{display:block}.xl\:flex{display:flex}.xl\:inline-flex{display:inline-flex}.xl\:flex-wrap{flex-wrap:wrap}.xl\:flex-nowrap{flex-wrap:nowrap}.xl\:flex-grow-0{flex-grow:0}.xl\:flex-grow{flex-grow:1}.xl\:flex-shrink-0{flex-shrink:0}.xl\:flex-shrink{flex-shrink:1}.xl\:order-1{order:1}.xl\:order-2{order:2}.xl\:order-3{order:3}.xl\:order-4{order:4}.xl\:order-5{order:5}.xl\:order-6{order:6}.xl\:order-7{order:7}.xl\:order-8{order:8}.xl\:order-9{order:9}.xl\:order-10{order:10}.xl\:order-11{order:11}.xl\:order-12{order:12}.xl\:order-first{order:-9999}.xl\:order-last{order:9999}.xl\:order-none{order:0}.xl\:justify-start{justify-content:flex-start}.xl\:justify-end{justify-content:flex-end}.xl\:justify-center{justify-content:center}.xl\:justify-between{justify-content:space-between}.xl\:justify-around{justify-content:space-around}.xl\:justify-evenly{justify-content:space-evenly}.xl\:items-start{align-items:flex-start}.xl\:items-end{align-items:flex-end}.xl\:items-center{align-items:center}.xl\:items-baseline{align-items:baseline}.xl\:items-stretch{align-items:stretch}.xl\:content-center{align-content:center}.xl\:content-start{align-content:flex-start}.xl\:content-end{align-content:flex-end}.xl\:content-between{align-content:space-between}.xl\:content-around{align-content:space-around}.xl\:content-evenly{align-content:space-evenly}.xl\:self-auto{align-self:auto}.xl\:self-start{align-self:flex-start}.xl\:self-end{align-self:flex-end}.xl\:self-center{align-self:center}.xl\:self-stretch{align-self:stretch}
}

/*----------------------------------------------------
 display
----------------------------------------------------*/
.block{display:block}.inline{display:inline}.inline-block{display:inline-block}.hidden{display:none}.flex{display:flex}.inline-flex{display:inline-flex}

@media (min-width: 768px) {
    .md\:block{display:block}.md\:inline{display:inline}.md\:inline-block{display:inline-block}.md\:hidden{display:none}.md\:flex{display:flex}.md\:inline-flex{display:inline-flex}
}
@media (min-width: 1024px) {
    .lg\:block{display:block}.lg\:inline{display:inline}.lg\:inline-block{display:inline-block}.lg\:hidden{display:none}.lg\:flex{display:flex}.lg\:inline-flex{display:inline-flex}
}
@media (min-width: 1280px) {
    .xl\:block{display:block}.xl\:inline{display:inline}.xl\:inline-block{display:inline-block}.xl\:hidden{display:none}.xl\:flex{display:flex}.xl\:inline-flex{display:inline-flex}
}

/*----------------------------------------------------
 text-aling
----------------------------------------------------*/
.text-left{text-align:left;}.text-center{text-align:center;}.text-right{text-align:right;}

@media (min-width: 768px) {
    .md\:text-left{text-align:left;}.md\:text-center{text-align:center;}.md\:text-right{text-align:right;}
}
@media (min-width: 1024px) {
    .lg\:text-left{text-align:left;}.lg\:text-center{text-align:center;}.lg\:text-right{text-align:right;}
}
@media (min-width: 1280px) {
    .xl\:text-left{text-align:left;}.xl\:text-center{text-align:center;}.xl\:text-right{text-align:right;}
}

/*----------------------------------------------------
 color
----------------------------------------------------*/
.red {
    color: #e60012;
}

/*----------------------------------------------------
    Component
----------------------------------------------------*/
/* clearfix */
.editor,
.clearfix {
    clear: both;
    zoom: 1;
}

.editor::after,
.clearfix::after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* rollover */
.rollover {
    animation: horizontalY 1s ease-in-out infinite alternate;
            transition: all 1s;
    -webkit-transition: all 1s;
}

.rollover:hover {
    animation: horizontalY 0.5s ease-in-out infinite alternate;
            transition: all 0.5s;
    -webkit-transition: all 0.5s;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

/* innerlink */
.innerlink {
    display: block;
    height: 1px;
    position: relative;
    top: -60px;
}

/* pc/sp */
.pc {
    display: none;
}

.pc-i {
    display: none;
}

.sp {
    display: block;
}

.sp-i {
    display: inline;
}

@media (min-width: 768px) {
    .pc {
        display: block;
    }

    .pc-i {
        display: inline;
    }

    .sp,
    .sp-i {
        display: none;
    }
}

.min {
    font-family: "游明朝",YuMincho,"Yu Mincho","ヒラギノ明朝 ProN","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","ＭＳ 明朝","MS Mincho",serif;
}

.indent {
    text-indent: -1rem;
    margin-left: 1rem;
}
/*----------------------------------------------------
 a
----------------------------------------------------*/
a {
    color: inherit;
    text-decoration: inherit;
}

.textlink a {
    color: #5c94bd;
    text-decoration: underline;
}
/*----------------------------------------------------
 font
----------------------------------------------------*/
body {
    font-size: .875rem;
    word-break: break-all;
}

@media (min-width: 768px) {
    body {
        font-size: 1rem;
    }
}
@media (min-width: 1024px) {
}
@media (min-width: 1280px) {
}

[lang="en"] {
    font-family: "engfont-i",serif;
}

/*----------------------------------------------------
 text
----------------------------------------------------*/
.spacing-1   > * + *,
.spacing-1-0 > * + *,
.spacing-1-2 > * + * {
    margin-top: 1rem;
}

.spacing-2   > * + *,
.spacing-2-3 > * + * {
    margin-top: 2rem;
}

@media (min-width: 768px) {
    .spacing-1-0 > * + * {
        margin-top: 0;
    }
    .spacing-1-2 > * + *,
    .spacing-2   > * + * {
        margin-top: 2rem;
    }
    .spacing-2-3 > * + * {
        margin-top: 3rem;
    }
}
@media (min-width: 1024px) {
}
@media (min-width: 1280px) {
}

/*----------------------------------------------------
 header
----------------------------------------------------*/
.header {
    border-top: 5px solid #004097;
    padding-bottom: 10px;
    position: relative;
}

.header .userinfo {
    margin-bottom: 20px;
    padding: 10px 10px 0;
    text-align: right;
}

.header img {
    margin: 0 auto;
}

.header h1 img {
    width: 40%;
}

/* main */
.header-main {
    margin: 0 auto;
    max-width: 1132px;
    padding: 0 1rem;
    position: relative;
}

.header-main .sns_box {
    position: absolute;
    right: 10px;
    top: 0;
}

.header-main .sns_box li {
    display: inline-block;
    margin-left: 10px;
}

@media (min-width: 768px) {
    .header h1 img {
        width: auto;
    }
    .header-main .sns_box {
        right: 30px;
    }
    
}

/*----------------------------------------------------
 movie
----------------------------------------------------*/
.movie {
    margin: 40px auto;
    max-width: 1132px;
    padding: 0 1rem;
}

/*----------------------------------------------------
 info
----------------------------------------------------*/
.info {
    margin: 40px auto;
    max-width: 1132px;
    padding: 0 1rem;
}

/* header */
.info-header {
    border-bottom: 8px solid #B9B9B9;
    margin-top: 80px;
    margin-bottom: 2rem;
    padding-bottom: 1.25rem;
}

.info-header time {
    background-color: #666666;
    color: #fff;
    display: inline-block;
    font-size: .875rem;
    letter-spacing: 1.5px;
    margin-bottom: 1.25rem;
    padding: .1rem .75rem;
}

.info-header-title[class] {
    font-size: 1.5rem;
    font-weight: normal;
}

.info-header p {
    font-size: .875rem;
}

/* content */
.info-content {
    margin-bottom: 2rem;
}

.info-content h1 {
    font-size: 2rem;
}

.info-content h2 {
    font-size: 1.5rem;
}

.info-content h2 {
    font-size: 1.5rem;
}

.info-content h3 {
    font-size: 1.17rem;
}

.info-content h4 {
    font-size: 1rem;
}

.info-content h5 {
    font-size: .83rem;
}

.info-content h6 {
    font-size: .67rem;
}

.info-content strong {
    font-weight: bold;
}

.info-content em {
    font-style: italic;
}

.info-content ul,
.info-content ol {
    margin-left: -1rem;
    margin-top: 0;
    margin-bottom: 0;
}

.info-content a {
    color: #00e;
}

.info-content a:hover {
    opacity: .7;
}

.alignleft {
    float: left;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignright {
    float: right;
}

/* page-feed */
.page-feed {
    border-top: 1px solid #B9B9B9;
    display: flex;
    margin-bottom: 3rem;
    padding-top: 5rem;
}

.page-feed div {
    width: 50%;
}

.page-feed div:first-child {
    padding-right: 1rem;
}

.page-feed div:last-child {
    padding-left: 1rem;
    text-align: right;
}

/* info-goto-list */
.info-goto-list {
    text-align: center;
}

.info-goto-list a {
    background-color: #4D4D4D;
    color: #fff;
    display: inline-block;
    font-size: 1.15rem;
    font-weight: bold;
    padding: 1rem;
    text-align: center;
    width: 50%;
}

/*----------------------------------------------------
 info-list
----------------------------------------------------*/
.info-list {
    margin: 80px auto;
    max-width: 1132px;
    padding: 0 1rem;
}

.info-list ul {
    border-top: 1px solid #B9B9B9;
    margin-bottom: 3rem;
}

.info-list li {
    padding: 2rem 0;
    border-bottom: 1px solid #B9B9B9;
    position: relative;
}


.info-list li::after {
    position: absolute;
    content: url(img/index.png);
    top: 50%;
    right: 35px;
    transform: rotate(-90deg);
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
}

.info-list a {
    color: #004096;
    font-weight: bold;
}

.info-list a time {
    color: #5bb7d2;
    font-size: .875rem;
}

.info-list a span {
    background-color: #666666;
    color: #fff;
    display: inline-block;
    font-size: .875rem;
    font-weight: normal;
    margin: 0 2rem .5rem;
    padding: .25rem 1rem;
    text-align: center;
    width: 105px;
}

@media (min-width: 768px) {
    .info-list a span {
        margin-bottom: 0;
    }
}

/*----------------------------------------------------
 login-info
----------------------------------------------------*/
/* お知らせ一覧不要 */
.single-info .login-info,
.post-type-archive-info .login-info {
    display: none;
}

.login-info {
    margin: 5rem auto 40px;
    max-width: 1132px;
    padding: 0 1rem;
}

/* title */
.login-info-title {
    box-sizing: content-box;
    background-color: #004097;
    color: #fff;
    height: 90px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 4rem;
    text-align: center;
    width: 152px;
}

.login-info-title::before {
    content: "";
    display: block;
    background-image: url(img/i_index06.png);
    width: 42px;
    height: 37px;
    margin: auto;
    position: relative;
    top: -10px;
    left: 4px;
}

/* list */
.info-list-wrap {
    flex-grow: 100;
}

/* link */
.login-info-link {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: auto;
    z-index: 1;
}

.login-info-link a {
    background-color: #fff;
    border: 2px solid #004097;
    color: #004097;
    display: block;
    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: .2em;
    padding: .75rem 0;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 100;
}

.login-info-link::after {
    background-color: #004097;
    content: "";
    height: 63px;
    margin: auto;
    position: absolute;
    bottom: -5px;
    left: 5px;
    width: 100%;
}

.login-info-link a:hover {
    opacity: .9;
}

.login-info-link:hover::after {
    bottom: 0;
    left: 0;
    width: 100%;
    transition: .2s;
}

@media (min-width: 768px) {
    /* list */
    .info-list-wrap {
        padding-left: 3rem;
    }
    /* main */
    .login-info-main {
        display: flex;
    }
    /* link */
    .login-info-link {
        width: 360px;
    }
    .login-info-link::after {
        width: 365px;
    }
    .login-info-link:hover::after {
        width: 360px;
    }
}

/*----------------------------------------------------
 archive-pager
----------------------------------------------------*/
.archive-pager {
    text-align: center;
}

.archive-pager span,
.archive-pager a {
    background-color: #ebedee;
    border: 1px solid #BFBFBF;
    box-sizing: content-box;
    color: #000;
    display: inline-block;
    font-size: .93rem;
    height: 30px;
    line-height: 30px;
    margin: 10px;
    padding: 3px 5px;
    padding: 3px 2px 3px 5px;
    width: 30px;
}

.archive-pager a:hover {
    color: #fff;
    background-color: #0f1936;
}

.archive-pager .current {
    color: #fff;
    background-color: #0f1936;
}

/*----------------------------------------------------
 pagetop
----------------------------------------------------*/
.pagetop {
    opacity: 0;
    position: fixed;
    right: 20px;
    bottom: 20px;
            transition: all 0.5s;
    -webkit-transition: all 0.5s;
    text-align: center;
    z-index: 10;
}

.pagetop a {
    display: inline-block;
}

.scroll .pagetop {
    opacity: 1;
}

@media (min-width: 768px) {
}

/*----------------------------------------------------
 footer
----------------------------------------------------*/
.footer {
    background: #fff;
    padding: 3rem 1rem 1rem;
}
.footer-header,
.footer-nav {
    margin: 0 auto;
    max-width: 1280px;
}
/* logo */
.footer-logo {
    margin: 0 auto 1rem;
    width: 70%;
}
/* lang */
.footer-lang {
    margin-bottom: 1rem;
    text-align: center;
}
.footer-lang a {
    display: inline-block;
    line-height: 1.2;
    margin: 0 .25rem;
    padding: .1rem .25rem;
}
.footer-lang a.selected {
    background-color: #fdd100;
}
@media (min-width: 768px) {
    .footer {
        padding-top: 6rem;
    }
    /* logo */
    .footer-logo {
        margin: 0 1rem 3rem;
    }
    /* lang */
    .footer-lang {
        margin-bottom: 2rem;
    }
}
@media (min-width: 1024px) {
    /* logo */
    .footer-logo {
        width: 560px;
    }
    /* contact */
    .footer-contact {
        padding-right: 1rem;
        width: 50%;
    }
    /* contact */
    .footer-external {
        padding-left: 1rem;
        width: 50%;
    }
}
@media (min-width: 1280px) {
}

/*----------------------------------------------------
 copyright
----------------------------------------------------*/
.copyright {
    font-size: .75rem;
    padding: 1rem;
    text-align: center;
}

/*----------------------------------------------------
 gutter
----------------------------------------------------*/
.gutter-1,
.gutter-1-2,
.gutter-1-3 {
    margin-bottom: 1rem;
}

.gutter-2,
.gutter-2-3,
.gutter-2-4 {
    margin-bottom: 2rem;
}

.gutter-3,
.gutter-3-6 {
    margin-bottom: 3rem;
}

.gutter-4-8 {
    margin-bottom: 4rem;
}

@media (min-width: 768px) {
    .gutter-1-2 {
        margin-bottom: 2rem;
    }
    .gutter-1-3,
    .gutter-2-3 {
        margin-bottom: 3rem;
    }
    .gutter-2-4 {
        margin-bottom: 4rem;
    }
    .gutter-3-6 {
        margin-bottom: 6rem;
    }
    .gutter-4-8 {
        margin-bottom: 8rem;
    }
}

/*----------------------------------------------------
 post-password-form
----------------------------------------------------*/
.post-password-form * + * {
    margin-top: 1rem;
    
}

/*----------------------------------------------------
 error
----------------------------------------------------*/
.error {
    margin: 40px auto;
    max-width: 1132px;
    padding: 0 1rem;
}

.error p {
    color: #f00;
    font-size: 2rem;
    text-align: center;
}

/*----------------------------------------------------
    form
----------------------------------------------------*/
/* ログインフォーム不要 */
.single-info .form,
.post-type-archive-info .form {
    display: none;
}

.form-text p {
    line-height: 2;
}

.form input[type='text'],
.form input[type='tel'],
.form input[type='email'],
.form input[type='password'] {
    font-family: "メイリオ",meiryo,sans-serif !important;
}

.form input[type='text']::placeholder,
.form input[type='tel']::placeholder,
.form input[type='email']::placeholder,
.form input[type='password']::placeholder {
    color: #CDCDCD;
    font-family: "メイリオ",meiryo,sans-serif !important;
}
.form input[type='text']::-webkit-input-placeholder,
.form input[type='tel']::-webkit-input-placeholder,
.form input[type='email']::-webkit-input-placeholder,
.form input[type='password']::-webkit-input-placeholder {
    color: #CDCDCD;
    font-family: "メイリオ",meiryo,sans-serif !important;
}
.form input[type='text']:-moz-placeholder,
.form input[type='tel']:-moz-placeholder,
.form input[type='email']:-moz-placeholder,
.form input[type='password']:-moz-placeholder {
    color: #CDCDCD;
    font-family: "メイリオ",meiryo,sans-serif !important;
}
.form input[type='text']::-moz-placeholder,
.form input[type='tel']::-moz-placeholder,
.form input[type='email']::-moz-placeholder,
.form input[type='password']::-moz-placeholder {
    color: #CDCDCD;
    font-family: "メイリオ",meiryo,sans-serif !important;
}
.form input[type='text']:-ms-input-placeholder,
.form input[type='tel']:-ms-input-placeholder,
.form input[type='email']:-ms-input-placeholder,
.form input[type='password']:-ms-input-placeholder {
    color: #CDCDCD;
    font-family: "メイリオ",meiryo,sans-serif !important;
}

.form table {
    border: 0;
    margin-top: 50px;
    width: 100%;
}

.form table tr td {
    border: 0;
    border-bottom: 1px solid #CDCDCD;
    padding: 15px 5px 5px;
    vertical-align: bottom;
    width: 50%;
}

.form table tr td small {
    display: inline-block;
    font-size: 1.2rem;
    padding-bottom: 5px;
}

.form .form-noborder,
.form input[type="text"],
.form input[type="password"] {
    border: 0;
    margin: 0;
    padding: 10px 0;
    width: 100%;
}

.form table tr td:nth-child(1) {
    border-right: 15px solid #fff;
}

.form table tr td:nth-child(2) {
    border-left: 15px solid #fff;
}

.form-center {
    text-align: center;
}

.form input[type="submit"] {
    background-position: right 50px center;
    border: 0;
    cursor: pointer;
    display: inline-block;
    line-height: 55px;
    margin: 0 10px;
    max-width: 465px;
    position: relative;
    text-align: center;
            transition: all 0.5s;
    -webkit-transition: all 0.5s;
    width: 100%;
}

@media screen and (max-width: 1100px) {
    .form input[type="submit"] {
        max-width: 365px;
    }
}

@media screen and (max-width: 768px) {
    .form table tr td {
        display: block;
        width: 100%;
    }

    .form table tr td:nth-child(1) {
        border-right: 0;
    }

    .form table tr td:nth-child(2) {
        border-left: 0;
    }

    .form input[type="submit"] {
        background-position: right 20px center;
        background-size: 50px auto;
        margin: 0 0 20px;
        max-width: 100%;
        padding-right: 50px;
        width: 100%;
    }

    .form input[type="submit"]:hover {
        background-position: right 15px center;
    }
}

/*----------------------------------------------------
 mainbox
----------------------------------------------------*/
.mainbox {
    margin: 40px auto;
    max-width: 1132px;
    padding: 0 1rem;
}

/*----------------------------------------------------
 movie-comment
----------------------------------------------------*/
.movie-comment {
    padding-top: 3rem;
}

/*----------------------------------------------------
 comments
----------------------------------------------------*/
/*コメントリスト*/
.comment-list {
    border-bottom: 1px solid #e8e8e8;
    margin-left: 0;
    display: none;
}

.comment-list li{
    position: relative;
    list-style: none;
    padding: 15px;
    background: #fff;
    font-size: .875rem;
    line-height: 1.5;
}

.comment-list li.depth-1 {
    margin-bottom: 15px;
}

.comment-list > li{
    border: 1px solid #e8e8e8;
}

.comment-body .reply{
    display: none;
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: .75rem;
}

.comment-body .reply a::before{
    display: inline-block;
    border-style: solid;
    border-width: 4px 6px;
    border-color: transparent;
    border-left-color: #000;
    content: '';
}

.comment-list .children{
    margin: 15px -15px -15px;
    border-top: 1px solid #e8e8e8;
}

.comment-list .children li{
    position: relative;
    padding: 15px 15px 15px 35px;
    background-color: #f7f7f7;
}

.comment-list .children li::before{
    position: absolute;
    top: 16px;
    left: 13px;
    display: inline-block;
    content: "→";
    font-size: .825px;
}

.comment-list .children > li:last-child{
    border-bottom: 0;
}

.comment-list li p:last-child{
    margin-bottom: 0;
}

.comment-author img{
    float: left;
    margin-right: 8px;
    border-radius: 50%;
}

.comment-author{
    font-size: .875rem;
}

.comment-meta,
.comment-meta a{
    color: #adadad;
    font-size: .75rem;
    text-decoration: none;
}

.comment-meta{
    margin-bottom: 10px;
    padding-right: 45px;
}

.comment-content{
    margin-top: 10px;
}

/*コメント*/
.comment-reply-title,
.comment-form_item_input,
.comment-form-comment{
    margin-top: -1px;
    margin-bottom: 0;
    padding: 10px;
    border: 1px solid #e8e8e8;
    background-color: #fff;
}

.comments .comment-reply-title {
    background-color: #f7f7f7;
    font-size: .875rem;
    font-weight: bold;
}

.comment-form-comment label {
    display: none;
}

.comment-form-comment textarea {
    display: block;
    margin: 0;
    width: 100%;
    padding: .2em;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
    font-size: 1em;
}

.comment-form .form-submit {
    padding-top: 30px;
    text-align: center;
}
.comment-form input[type="submit"] {
    background-position: right 50px center;
    border: 0;
    cursor: pointer;
    display: inline-block;
    line-height: 55px;
    margin: 0 10px;
    max-width: 465px;
    position: relative;
    text-align: center;
            transition: all 0.5s;
    -webkit-transition: all 0.5s;
    width: 100%;
}

@media screen and (max-width: 1100px) {
    .comment-form input[type="submit"] {
        max-width: 365px;
    }
}

@media screen and (max-width: 768px) {
    .comment-form input[type="submit"] {
        background-position: right 20px center;
        background-size: 50px auto;
        margin: 0 0 20px;
        max-width: 100%;
        width: 100%;
    }

    .comment-form input[type="submit"]:hover {
        background-position: right 15px center;
    }
}