@charset "UTF-8";

/*共通*/
html {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 62.5%;
    /* 1em = 10px */
    /* letter-spacing: 0.05em; */
    line-height: 1.6;
    height: 100%;
}

body {
    font-size: 1.5rem;
    overflow-x: hidden;
    color: #484848;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
}

* {
    margin: 0;
    padding: 0;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

img {
    vertical-align: bottom;
    width: 100%;
}

a:focus,
*:focus {
    outline: none;
}

*,
:after,
:before {
    box-sizing: border-box;
}

ul {
    padding-left: 0;
}

ul li {
    list-style-type: none;
}

ul,
ol {
    padding: 0;

}

a {
    outline: none !important;
    color: inherit;
    text-decoration: none;
    /* transition: .7s; */
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

a:focus {
    outline: none !important;
}

a:-webkit-any-link {
    cursor: pointer;
    text-decoration: none;
}

input {
    letter-spacing: .05rem;
}

input[type="submit"],
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-clear-button,
input[type="date"]::-webkit-calendar-picker-indicator,
input[type="date"] {
    -webkit-appearance: none;
}

input[type="button"],
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-clear-button,
input[type="date"]::-webkit-calendar-picker-indicator,
input[type="date"] {
    -webkit-appearance: none;
}

button:focus {
    outline: 0;
}

.w1300,
.w1100,
.w1000,
.w840,
.w600,
.sp {
    display: none;
}

.reg {
    font-size: 50%;
    position: relative;
    bottom: 4px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}



/*Flex*/
.container {
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
}

.main_inner {
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    list-style: none;
}

.main_inner.bt_1 main {
    min-height: calc(100vh - 80px);
}

.flexible {
    flex: 1;
}

.fixed {
    width: 200px;
}



/*サイドナビ*/
.hidden_box {
    margin: 0;
    padding: 0;
    background: #f3f3f3;
    min-height: calc(100vh - 80px);
}

.hidden_box label {
    padding: 3px 5px 4px;
    font-weight: bold;
    background: #dedede;
    cursor: pointer;
    height: 24px;
    display: block;
    line-height: 18px;
    text-align: right;
    border-bottom: 1px solid #dedede;
}

.hidden_box label:before {
    display: inline-block;
    content: '\f048';
    font-family: "Font Awesome 5 Free";
    font-size: 1.2rem;
    position: relative;
    top: -2px;
    color: #ffffff;
}

.hidden_box input:checked + label:before {
    content: '\f051';
}

.hidden_box input {
    display: none;
    margin: 0;
    padding: 0;
}

.hidden_box .hidden_show.fixed {
    padding: 0;
    margin: 0;
    opacity: 1;
    width: 200px;
    /*    height: calc(100vh - 105px);*/
}

.hidden_box input:checked + label + .hidden_show.fixed {
    height: 0;
    padding: 0;
    opacity: 0;
    width: 0;
}

#sidebar ul li {
    border-bottom: 1px solid #ffffff;
    font-size: 1.4rem;
}

#sidebar ul li a {
    color: #3a3a3a;
    display: block;
    padding: 8px 20px;
    height: 36px;
}

#sidebar ul li a:hover {
    background: #dedede;
}

#sidebar ul li a.now {
    background: #ffffff;
    pointer-events: none;
    position: relative;
}

.hidden_box input:checked + label + .hidden_show.fixed #sidebar ul li a {
    pointer-events: none;
}

.hidden_box label.bar {
    padding: 0;
    background: none;
    cursor: pointer;
    height: calc(100% - 210px);
    display: block;
    border-bottom: none;
}

.hidden_box label.bar.ca {
    height: calc(100% - 400px);
}

.hidden_box label.bar.admin {
    height: calc(100% - 734px);
}

.hidden_box label.bar:before {
    display: none;
}

.hidden_box input:checked + label + .hidden_show.fixed + label.bar,
.hidden_box input:checked + label + .hidden_show.fixed + label.bar.ca .hidden_box input:checked + label + .hidden_show.fixed + label.bar.admin {
    height: calc(100% - 24px);
}


/*Main*/
.main {
    /*background: #ffffff;*/
    min-height: calc(100vh - 105px);
    padding-bottom: 50px;
    width: 100%;
    min-width: calc(100% - 200px);
}

.bt_1 .main {
    min-height: calc(100vh - 121px);
}

.breadcrumb {
    width: 100%;
    background: #ffffff;
    height: 24px;
    line-height: 26px;
    padding-left: 10px;
    font-size: 1.2rem;
    letter-spacing: 0.02em;
    border-bottom: 1px solid #dedede;
    border-top: 1px solid #dedede;
}

.breadcrumb li {
    display: inline-block;
    position: relative;
}

.breadcrumb li span {
    margin-left: 8px;
    position: relative;
    top: -1px;
    color: #a9a9a9;
}

.breadcrumb a {
    margin-right: 14px;
}

.breadcrumb li a span {
    color: #484848;
}

.breadcrumb li a span:hover {
    color: #a9a9a9;
}

.breadcrumb li:first-child span {
    margin-left: 2px;
}

.breadcrumb .icon-arrow-right {
    margin: 0 8px;
}

.breadcrumb a:after,
.breadcrumb a:before {
    position: absolute;
    top: 50%;
    right: -3px;
    margin-top: -1.14em;
    content: '';
    border-top: 0.98em solid transparent;
    border-bottom: 0.98em solid transparent;
    border-left: 0.6em solid;
    color: #dedede;
}

.breadcrumb a:after {
    z-index: 2;
    border-left-color: #ffffff;
    right: -2px;
}

.breadcrumb.home a:after,
.breadcrumb.home a:before {
    display: none;
}

.breadcrumb li:first-child span i {
    font-size: 1.3rem;
}

.inner {
    width: 90%;
    margin: 0 auto;
    max-width: 1000px;
}

#page-top {
    z-index: 60;
    position: fixed;
    bottom: 20px;
    right: 20px;
}

#page-top a {
    width: 50px;
    height: 50px;
    text-decoration: none;
    display: block;
    opacity: 0.8;
    background: url(../img/common/top.png)no-repeat center top/cover;
}



/* Header */
#header {
    width: 100%;
    height: 50px;
    text-align: center;
    background-color: #ffffff;
    position: relative;
}

h1 {
    float: left;
    margin: 0;
}

h1 img {
    height: 30px;
    margin: 0 0 4px 50px;
    width: 135px;
}

/* nav {
    float: right;
    margin-right: 50px;
}

nav ul {
    float: left;
} */

#header #gnav li {
    float: left;
}

#header #gnav li a {
    text-decoration: none;
    display: block;
    padding: 0 4px;
    margin-left: 20px;
    font-size: 1.4rem;
    height: 50px;
    line-height: 50px;
    color: #484848;
}

#header #gnav li a:hover {
    color: #a9a9a9;
}

.user {
    float: right;
    margin-right: 50px;
    height: 50px;
}

.user .dropdown,
.user .switch_mode {
    padding: 0 10px;
    font-size: 1.4rem;
    line-height: 50px;
    display: inline-block;
    color: #a9a9a9;
    position: relative;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 8px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    position: absolute;
    top: 24px;
    right: 8px;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    background-color: #eee;
    color: #555;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-text {
    color: #777;
}

/* .nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: #eee;
    border-color: #3097d1;
} */

.user .btn_nologin {
    padding: 4px 6px;
    font-size: 1.2rem;
    line-height: 20px;
    display: inline-block;
    color: #fd8939;
    border: 1px solid #fd8939;
    margin-top: 10px;
}

.user .btn_nologin:hover {
    color: #ffffff;
    background: #fd8939;
}

#header #gnav li a.now {
    pointer-events: none;
    border-bottom: 4px solid #fd8c39;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.dropdown-menu {
    position: relative;
    z-index: 1000;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    display: none;
}

.dropdown a {
    display: block;
    width: 100%;
    z-index: 999;
    max-width: 140px;
    min-width: 110px;
    height: 50px;
}

.dropdown a .overflow {
    width: 110px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding-right: 14px;
    position: relative;
}

.dropdown.open .dropdown-menu {
    display: block;
    position: absolute;
    background: #f3f3f3;
    width: 100%;
    right: 0;
    border-top: 1px solid #ffffff;
}

.dropdown.open {
    background: #f3f3f3;
    color: #3a3a3a;
    z-index: 999;
}

.dropdown-menu li {
    padding: 0;
    height: 36px;
}

.dropdown-menu > li > a {
    white-space: nowrap;
    position: relative;
    font-size: 1.3rem;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 36px;
    border-bottom: 1px solid #ffffff;

}

.dropdown-menu > li > a:hover {
    background: #dedede;
}

.dropdown-menu > li:last-of-type > a {
    border-bottom: none;
}

/*
.user > ul + .full {
    display: none;
}

.user:hover > ul + .full {
    display: block;
    position: absolute;
    font-size: 1rem;
    top: 3px;
    color: #797979;
    overflow: hidden;
    z-index: 1;
    line-height: 1;
    width: 136px;
    margin-left: -2px;
    height: 10px;
}

.user:hover > ul li.dropdown.open .full {
    display: none;
}
*/



/* Footer */
/* footer {
    width: 100%;
    display: block;
    background: #dedede;
    height: 30px;
}

.copyright {
    font-size: 1.2rem;
    line-height: 30px;
    display: block;
    text-align: center;
    letter-spacing: 0.05em;
} */



/* Heading  */
h2,
h3,
h4 {
    font-weight: 400;
}

h2, .info-title,
.form-terms h4.info-title {
    font-size: 1.7rem;
    margin-bottom: 8px;
}

h3.info-title {
    color: #ffffff;
    font-size: 1.5rem;
}

h3.form_list-title,
.flex_2 h3.form_list-title {
    font-size: 1.5rem;
    padding: 3px 15px 2px;
    background: #797979;
    color: #ffffff;
    border-radius: 4px;
    box-shadow: 0px 0px 0px 1px #efefef;
    margin-top: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

h3.form_list-title.inner_block {
    min-width: 440px;
    width: 94%;
    justify-content: left;
    margin-bottom: 0;
}

.inner_form.top h3.form_list-title {
    margin-top: 10px;
}

.info h2 {
    color: #ffffff;
    font-size: 1.5rem;
}

.terms h2,
.terms h3 {
    margin-top: 30px;
    font-size: 1.5rem;
}

.app_btn h3 {
    color: #ffffff;
    font-size: 1.5rem;
    margin-bottom: 8px;
}

.h_inner {
    margin-top: 40px;
    margin-left: 3%;
    margin-right: 3%;
}



/* Top */
.manu_btn li {
    margin-left: 2%;
    position: relative;
    display: block;
    color: #ffffff;
    text-decoration: none;
    background: linear-gradient(180deg, #fd8d39 0, #fd8d39 29px, #fff7f1 29px, #fff7f1 100%);
    border-radius: 4px;
    font-weight: normal;
    box-shadow: 0px 0px 0px 1px #fdeee9;
    text-align: center;
    transition: color .3s, box-shadow .3s, transform 0.3s;
    min-width: 150px;
    cursor: pointer;
}

.manu_btn.main_4 li {
    margin-left: 2%;
    position: relative;
    display: block;
    color: #ffffff;
    text-decoration: none;
    background: linear-gradient(180deg, #fd8d39 0, #fd8d39 29px, #fff7f1 29px, #fff7f1 100%);
    border-radius: 4px;
    font-weight: normal;
    box-shadow: 0px 0px 0px 1px #fdeee9;
    text-align: center;
    transition: color .3s, box-shadow .3s, transform 0.3s;
    min-width: calc((100% / 4) - 2.1%);
    cursor: pointer;
}

.manu_btn.main_3 li {
    margin-left: 2%;
    position: relative;
    display: block;
    color: #ffffff;
    text-decoration: none;
    background: linear-gradient(180deg, #fd8d39 0, #fd8d39 29px, #fff7f1 29px, #fff7f1 100%);
    border-radius: 4px;
    font-weight: normal;
    box-shadow: 0px 0px 0px 1px #fdeee9;
    text-align: center;
    transition: color .3s, box-shadow .3s, transform 0.3s;
    margin-bottom: 30px;
    cursor: pointer;
}

.manu_btn.kanri li {
    margin-left: 2%;
    position: relative;
    display: block;
    color: #ffffff;
    text-decoration: none;
    background: #fd8d39;
    border-radius: 4px;
    font-weight: normal;
    box-shadow: 0px 0px 0px 1px #fdeee9;
    text-align: center;
    transition: color .3s, box-shadow .3s, transform 0.3s;
    margin-bottom: 20px;
    min-width: 200px;
}

.manu_btn.main_3 li {
    min-width: calc((100% / 3) - 2.1% );
}


.manu_btn.kanri li {
    min-width: calc((100% / 3) - 2.1% );
}

.manu_btn.kanri::after {
    content: "";
    display: block;
    width: 33.33%;
}

.manu_btn.main_3 li:hover,
.manu_btn li:hover {
    box-shadow: 0px 0px 0px 1px #fdf2ee, 0 1px 0 rgb(243, 243, 243);
    transform: translateY(4px);
}

.manu_btn.main_4 li a,
.manu_btn.main_3 li a {
    display: inline-block;
    padding: 3px 0 10px;
    width: 100%;
}

.manu_btn.kanri li a {
    display: inline-block;
    padding: 30px 0;
    width: 100%;
}

svg.text {
    height: 60px;
    vertical-align: text-bottom;
    fill: #fd8c39;
    margin-top: 14px;
}

#ct_ic {
    position: relative;
    left: 1px;
}

#mn_ic {
    position: relative;
    left: 2px;
}

#cv_ic {
    position: relative;
    left: -1px;
}

.info {
    padding: 3px 15px 15px;
    border-radius: 4px;
    background: linear-gradient(180deg, #797979 0, #797979 29px, #fbfbfb 29px, #fbfbfb 100%);
    margin: 40px auto;
    box-shadow: 0px 0px 0px 1px #efefef;
    width: 90%;
}

.inner_form .info {
    padding: 0;
    width: 100%;
}

.info.nottl {
    background: #fbfbfb;
    padding-top: 1px;
}

.info p:first-of-type {
    margin-top: 18px;
}

.btn_r {
    float: right;
    margin-top: 10px;
}

.btn_l {
    float: left;
}

.btn_l:nth-of-type(2) {
    margin-left: 5px;
}

.btn_r.top {
    margin-top: 0;
}

.inner_block.top .btn_r.top {
    margin-left: 4px;
    ;
}

.main_block {
    border-bottom: 4px solid #f3f3f3;
}

.comp {
    text-align: center;
    padding-top: 40px;
}

.comp .main_txt {
    font-size: 3rem;
    font-weight: bold;
    margin: 60px auto 50px;
}



/* Plan */
.plan_select label:hover {
    background: linear-gradient(180deg, #fd8a39 0, #fd8a39 30px, #fffcfa 31px, #fffcfa 100%);
    box-shadow: 0px 0px 0px 1px #fdf2ee;
    cursor: pointer;
}

.plan_select label {
    flex: 1;
    margin-left: 1%;
    position: relative;
    display: block;
    padding-top: 4px;
    color: #484848;
    text-decoration: none;
    background: linear-gradient(180deg, #797979 0, #797979 30px, #fbfbfb 31px, #fbfbfb 100%);
    border-radius: 4px;
    font-weight: normal;
    box-shadow: 0px 0px 0px 1px #f1f1f1;
    text-align: center;
    min-width: 200px;
    max-width: 200px;
    padding-bottom: 4px;
    -moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear;
    transition: transform 0.3s linear;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    cursor: pointer;
}

/*.plan_select label:nth-of-type(5) {
    display: none;
}*/

.plan_select {
    margin-left: -1%;
    position: relative;
}

.plan_select label > p:first-of-type {
    margin: 8px auto;
}

.plan_select input[type=radio] {
    display: none;
}

.plan_select input[type="radio"]:checked + label {
    background: linear-gradient(180deg, #fd8a39 0, #fd8a39 30px, #fffcfa 31px, #fffcfa 100%);
    box-shadow: 0px 0px 0px 1px #f7f2f0;
}

.inner_select.mw_06 .plan_select label {
    width: 600px;
    max-width: 600px;
    min-width: 600px;
    background: linear-gradient(180deg, #fd8a39 0, #fd8a39 30px, #fffcfa 31px, #fffcfa 100%);
    box-shadow: 0px 0px 0px 1px #f7f2f0;
    margin-left: 0;
}



/*Btn*/
.l_btn {
    padding: 4px 20px 3px 10px;
    border-radius: 4px;
    background: #a5a5a5;
    /*    background: #797979;*/
    font-size: 1.2rem;
    color: #ffffff;
    position: relative;
}

.l_btn:hover {
    opacity: 0.7;
}

.l_btn:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 8px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    transform: rotate(45deg);
    margin-top: -3px;
}

.btn_r.top .l_btn {
    margin-top: 20px;
    margin-bottom: 4px;
    display: inline-block;
    margin-right: 4px;
}

.manu_btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 40px 0 40px -2%;
}

.manu_btn li {
    flex: 1;
}

.app_btn,
.select_btn,
.form_list {
    display: flex;
    justify-content: center;
    margin: 40px 0;
}

.flex_2 + .select_btn {
    width: 100%;
}

.app_btn {
    flex-wrap: wrap;
}

.mw_06 .select_btn {
    margin-top: 0;
}

.plan_select .app_btn .cost {
    text-align: left;
}

.plan_select .app_btn .cost:first-of-type {
    margin-top: 4px;
    margin-bottom: 6px;
}

.plan_select .app_btn .cost:nth-of-type(2) {
    margin-bottom: 6px;
}

.plan_select .app_btn .cost:last-of-type {
    margin-bottom: 10px;
}

.plan_select .app_btn .cost .fs-s-l {
    font-size: 1.8rem;
    margin: 0;
    font-weight: bold;
}

.plan_select .app_btn .cost .fs-s-m {
    font-size: 1.6rem;
    margin: 0 -4px 0 -3px;
    font-weight: bold;
}

.plan_select .app_btn .cost .fs-s {
    font-size: 1.1rem;
    margin: 0 0 0 10px;
    display: inline-block;
    width: 100%;
}

.mw_06 .plan_select .app_btn .cost .fs-s {
    font-size: 1.1rem;
    margin: 16px 0 0 40px;
    display: inline-block;
    float: left;
    width: 30%;
}

.mw_06 .plan_select .app_btn .cost .ta_r {
    display: block;
    float: right;
    width: 60%;
}

.plan_select .app_btn .cost .fs-ss,
.inner_form .form-apply .control-label .fs-ss {
    font-size: 1.1rem;
    margin: 0 0 0 -6px;
    font-weight: normal;
}

.mw_06 .plan_select .app_btn .cost .fs-ss {
    margin: 0 30px 0 -6px;
}

table thead tr th .fs-ss {
    font-size: 1.1rem;
}

.plan_select .app_btn .cost .fs-l {
    font-size: 2.6rem;
    font-weight: bold;
    letter-spacing: -0.005em;
    bottom: -2px;
    position: relative;
    margin-left: -6px;
}

.plan_select .c_btn {
    padding: 10px 10px;
    border-radius: 4px;
    background: #cfcfcf;
    font-size: 1.2rem;
    color: #ffffff;
    display: block;
    margin: 10px auto 16px;
    width: 80%;
    border-bottom: none;
}

.d_btn {
    background: #afafaf!important;
}
.plan_select label:hover .c_btn {
    background: #fd8a39;
}

.plan_select input[type="radio"]:checked + label .c_btn {
    background: #fd8a39;
}

.app_btn dl {
    padding: 0;
    letter-spacing: -0.01em;
}

.app_btn dl div {
    padding: 0 10px;
    border-top: 1px solid #f3f3f3;
    height: 36px;
    line-height: 36px;
}

.mw_06 .app_btn dl div {
    border-top: 1px solid #f7f2f0;
    padding: 0 40px;
}

.plan_select input[type="radio"]:checked + label dl div,
.plan_select label:hover dl div {
    border-top: 1px solid #f7f2f0;
}

.mw_06 .app_btn dl div:last-of-type {
    height: auto;
    background: #ffffff;
    padding: 6px 16px 16px;
    margin: 20px;
    border: none;
    box-shadow: 0px 0px 0px 1px #f7f2f0;
    border-radius: 4px;
}

.app_btn dt,
.form_list dt {
    float: left;
    font-size: 1.1rem;
}

.app_btn dd {
    float: right;
    font-size: 1.2rem;
}

.app_btn dl div:last-of-type {
    border-bottom: none;
    margin-bottom: 16px;
}

.form_list dd {
    float: left;
    width: 60%;
}

.form_list dt,
.form_list dd {
    font-size: 1.4rem;
}

.form_list dl {
    width: 100%;
    padding: 0;
}

.form_list dt {
    width: 40%;
    font-weight: bold;
}

.form_list > dl > div > dt {
    width: 50%;
}

.form_list > dl > div > dd {
    width: 50%;
    white-space: normal;
    word-break: break-all;
}

.form_list > dl > div > dd.w840_dd,
.form_list > dl > div > dd.w840w_dd {
    padding-top: 10px;
}

.form_list > dl > div.lg > dd {
    margin-top: 12px;
}

.select_btn label {
    font-size: 1.2rem;
    margin-top: 18px;
    background: no-repeat;
    box-shadow: none;
    padding-bottom: 0;
    margin-bottom: 0;
    text-align: left;
}

.select_btn label:hover {
    background: none;
    box-shadow: none;
}

.select_btn label input {
    margin-left: 0;
    display: block;
}

.select_btn.bt_l {
    position: relative;
    top: -185px;
    left: 14%;
}

.mw_06 .app_btn dl div:last-of-type dt {
    float: none;
    font-size: 1.4rem;
}

.mw_06 .app_btn dl div:last-of-type dd {
    text-align: left;
    line-height: 1.5;
    width: 100%;
}

.inner_block .form_list dl {
    width: 100%;
    padding: 0;
}

.form_list dl div {
    padding: 10px 15%;
    border-bottom: 1px solid #f3f3f3;
}

.mw_08 .form_list dl div {
    padding: 10px 6%;
}

.inner_block .form_list dl div {
    padding: 8px 24px;
    border-bottom: 1px solid #f3f3f3;
    display: flex;
    align-items: center;
}

.inner_block .form_list dl div.edit_label {
    display: block;
}

.inner_block .form_list dl div.edit_label > div {
    display: flex;
    align-items: center;
}

.inner_block .form_list dl div.edit_label > div dt > label {
    display: inline-block;
}

.inner_block .form_list.edit dl div {
    padding: 16px 24px 10px;
}

.inner_block .form_list dl div.edit_label > div {
    padding: 0;
}

.inner_block .form_list.edit dl div dd .form-control {
    position: relative;
    top: -3px;
}

.form_list dl div:last-of-type,
.inner_block .form_list dl div:last-of-type {
    border-bottom: none;
}

.inner_block .form_list dl div dt,
.inner_block .form_list dl div dd {
    font-size: 1.3rem;
}

.inner_block .form_list dl div dt {
    font-weight: bold;
    color: #545454;
    width: 43%;
}

.inner_block .form_list dd {
    padding-left: 2%;
    width: 55%;
    white-space: normal;
    word-break: break-all;
}

.inner_block .form_list dd .dd_btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    padding: 0;
}

.inner_block .form_list dd .dd_btn a {
    white-space: nowrap;
}

.inner_block > .flex_2 .form_list > div a {
    line-height: 1.8;
    font-size: 1.3rem;
    display: inline-block;
    margin-left: 24px;
}

.inner_block > .flex_2 .form_list > div a:first-of-type {
    margin-bottom: 14px;
}

.inner_block .form_list dd .dd_btn a.form_btn:first-of-type {
    margin-left: 2%;
}

.inner_block > .flex_2 .form_list > div a + span {
    font-size: 1.2rem;
    display: inline-block;
    margin-left: 18px;
    height: 100%;
    margin-bottom: 30px;
    padding-top: 6px;
}




/* Form */

.inner_form {
    width: 90%;
    margin: 40px auto;
    max-width: 1000px;
}

.inner_form.top {
    margin-bottom: 0;
}

.inner_form.top + .inner_form.top {
    margin-top: 0;
}

.inner_block.top {
    margin-bottom: 0;
    margin-left: 3%;
    margin-top: 40px;
    justify-content: flex-start;
}

/*不要かもしれないです*/
.inner_form {
    width: 90%;
    margin: 40px auto;
    max-width: 1000px;
}

.inner_block {
    width: 98%;
    margin: 10px auto 20px;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-right: 2%;
}

h3.form_list-title.inner_block + .inner_block {
    margin: 0 auto 40px;
    background: #fbfbfb;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 8px 0;
    border: 1px solid #efefef;
    border-top: none;
    min-width: 440px;
    width: 94%;
}

h3.form_list-title.inner_block + .inner_block .form_list dl div:last-of-type {
    border-bottom: 1px solid #f3f3f3;
}

h3.form_list-title.inner_block + .inner_block > .flex_2 + .flex_2 > .form_list dl div:last-of-type {
    border-bottom: none;
}

.inner_block.mw_08 {
    max-width: 800px;
    margin: 40px auto 0;
    display: block;
    padding-right: 0;
    width: 90%;
}

.inner_block > .flex_2 {
    flex: 1;
    margin-left: 2%;
    position: relative;
    display: block;
    min-width: 440px;
}

.form_list {
    background: #fbfbfb;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin: 0 0 40px;
    padding: 8px 0;
    border: 1px solid #efefef;
    border-top: none;
}

.form_list .w100 {
    width: 96%;
    margin: 10px auto;
}

.form_list .w100 p {
    font-size: 1.4rem;
}

.form_list .w100 .notes {
    color: #484848;
    margin: 0 auto;
    font-size: 1.2rem;
}

.form_list .w100 .notes li {
    text-indent: -12px;
    margin-left: 10px;
    line-height: 1.5;
}

.form_list .w100 .form_btn {
    border-radius: 4px;
    margin: 16px auto 20px;
    font-size: 1.3rem;
    padding: 4px 8px 3px;
    color: #ffffff;
    text-align: center;
    display: block;
    width: 40%;
    min-width: 300px;
    background: #a5a5a5;
}

.form_list .w100 .form_btn i {
    font-size: 1rem;
    position: relative;
    bottom: 3px;
    margin-left: 2px;
}

.inner_block > .flex_2 .form_list {
    margin: 0 0 20px;
}

h3.form_list-title.inner_block + .inner_block > .flex_2 {
    margin-top: -8px;
    margin-left: 0;
}

h3.form_list-title.inner_block + .inner_block > .flex_2 .form_list {
    border: none;
    margin-bottom: 0;
}

h3.form_list-title.inner_block + .inner_block > .flex_2 .form_list .w_100.com {
    width: 100%;
    padding: 8px 24px;
}

.inner_form .form-control,
.inner_select .form-control,
.inner_block .form_list dl div dd .form-control {
    width: 100%;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccd0d2;
    border-radius: 4px;
}

.inner_form .form-control,
.inner_form output,
.inner_select .form-control {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #555;
    display: block;
}

.form-control.has-error,
.inner_block .form_list.edit dl div dd .form-control.has-error,
.form-control_mmyydata.has-error {
    border: 1px solid #fd8a39;
    background: #fff4ec;
}

.inner_block .form_list dl div dd .help-block {
    display: none;
    height: 0;
}

.inner_block .form_list.edit dl div dd .form-control.has-error + .help-block,
.inner_block .form_list dl div dd.has-error > .help-block {
    color: #fd8939;
    font-size: 1.1rem;
    width: 100%;
    text-align: left;
    display: inline-block;
    line-height: 1.4;
    padding: 6px 0;
}


.inner_form .form-control_radio.col-r {
    font-size: 1.2rem;
}
.inner_form .form-control_radio.col-r.mt {
    margin-top: 15px;
}
  @media (max-width: 768px) {
    .inner_form .form-control_radio.col-r.mt {
        margin-top: 6px;
    }
  }

.inner_form .form-group.dl .col-r {
    font-size: 1.4rem;
    margin-top: -3px;
}

.inner_form .form-control_radio.col-r label input {
    margin-right: 3px;
    margin-left: 20px;
}

.inner_form .form-control_radio.col-r label:first-of-type input,
input#passcheck {
    margin-left: 0;
}

.inner_block .form_list dl div dd input[type="checkbox"] {
    margin-right: 3px;
}

.inner_form .form-control_radio input[type="radio"],
.inner_block .form_list dl div dd input[type="radio"] {
    margin-right: 4px;
}

.form-apply .info .form-group.pass .col-r label {
    top: 4px;
    position: relative;
    font-size: 1.2rem;
}

.form-app .form-group.pass .col-r label {
    top: 8px;
    position: relative;
    font-size: 1.2rem;
}

.form-app .form-group.pass .col-r label + label {
    margin-left: 12px;
}

/*横並び*/
ul.side-by-side {
  display: flex;
    display:-ms-flex;
}
ul.side-by-side li {
  width: 48%;
}
  ul.side-by-side li:nth-child(2) {
    margin-left: 4%;
  }


.inner_form .form-control.col_2 {
    width: 20%;
    float: left;
}

.inner_form .form-control.col_2 + span {
    float: left;
    width: 6%;
    text-align: center;
    line-height: 36px;
    font-size: 1.3rem;
    color: #484848;
    margin-bottom: 4px;
}

.inner_form .form-control.col_2_l,
.inner_block .form_list dl div dd .form-control.col_2_l {
    width: 48%;
    float: left;
}

.inner_block .form_list dl div dd .form-control.col_2_l + .form-control.col_2_l {
    float: left;
    margin-left: 4%;
}

.inner_form .form-control.col_2_l:nth-of-type(2) {
    margin-left: 4%;
}

#cc-exp-m.form-control.col_2_l,
#cc-exp-y.form-control.col_2_l {
    width: 22%;
    float: left;
}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #ccc;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ccc;
}

::placeholder {
    /* Others */
    color: #ccc
}

.inner_form .checkbox label,
.inner_form .radio label {
    min-height: 22px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 1.2rem;
    color: #484848;
}

.inner_form .form-app .checkbox,
.inner_form .form-app .radio {
    min-height: 29px;
}

.inner_form .form-app .checkbox,
.inner_form .form-app .checkbox-inline,
.inner_form .form-app .radio,
.inner_form .form-app .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.inner_form .checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.inner_form .form-app .form-group:after,
.inner_form .form-app .form-group:before {
    content: " ";
    display: table;
}

.disabled-btn:disabled {
    padding: 8px 16px;
    border-radius: 4px;
    background: #dedede!important;
    font-size: 1.6rem;
    color: #ffffff!important;
    display: block;
    margin: 20px auto 16px;
    border: none;
    transition: color .3s, box-shadow .3s, transform 0.3s;
    pointer-events: none!important;
}

.disabled-btn:enabled,
.select_btn .c_btn {
    padding: 8px 16px;
    border-radius: 4px;
    background: #fd8a39;
    font-size: 1.6rem;
    color: #ffffff;
    display: block;
    margin: 20px auto 16px;
    border: none;
    cursor: pointer;
    transition: color .3s, box-shadow .3s, transform 0.3s;
    z-index: 999;
}

.select_btn.mt_120 .disabled-btn,
.select_btn.mt_120 .disabled-btn:enabled,
.select_btn.mt_120 .select_btn .c_btn {
    position: relative;
    left: -12%;
}

/* IE11 */
@media all and (-ms-high-contrast:none) {

    *::-ms-backdrop,
    .mt_120.select_btn .disabled-btn,
    .mt_120.select_btn :enabled.disabled-btn,
    .mt_120.select_btn .select_btn .c_btn {
        left: -60%
    }

    .mt_120.select_btn .disabled-btn,
    .mt_120.select_btn :enabled.disabled-btn,
    .mt_120.select_btn .select_btn .c_btn {
        padding: 3px 16px 6px
    }

    .mt_120.select_btn .disabled-btn,
    .mt_120.select_btn :enabled.disabled-btn,
    .mt_120.select_btn .select_btn .c_btn {
        top: -6px
    }

    .app_btn.plan_flex {
        margin-left: -6.5%
    }

    .plan_select {
        margin: 0 auto
    }

}

.select_btn .c_btn.Rej {
    background: #545454;
}

.fl_r .c_btn {
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 1.2rem;
    color: #ffffff;
    background: #545454;
    display: block;
    margin: 20px auto 16px;
    border: none;
    cursor: pointer;
    transition: color .3s, box-shadow .3s, transform 0.3s;
    z-index: 999;
}

.form_btn {
    padding: 8px 16px;
    border-radius: 4px !important;
    background: #fd8a39;
    font-size: 1.6rem;
    color: #ffffff;
    display: inline-block;
    margin: 20px auto 16px;
    border: none;
    cursor: pointer;
    transition: color .3s, box-shadow .3s, transform 0.3s;
}

.btn_r.top .form_btn,
.btn_l.top .form_btn {
    border-radius: 2px;
    margin: 0 0 2px 8px;
    font-size: 1.2rem;
    padding: 3px 8px 2px;
}

.btn_l.top .form_btn:first-of-type {
    margin-left: 0;
}

.btn_r.top .l_btn:first-of-type {
    margin-right: 14px;
}

.form_btn:hover,
.select_btn .c_btn:hover,
.fl_r .c_btn:hover {
    box-shadow: 0px 0px 0px 1px #fdf2ee, 0 1px 0 rgb(243, 243, 243);
    transform: translateY(4px);
}

.btn_r.top .form_btn:hover,
.btn_l.top .form_btn:hover {
    box-shadow: none;
    transform: none;
    opacity: 0.7;
}

.disabled-btn:hover {
    box-shadow: none;
    transform: none;
}

.form_btn.bl {
    display: block;
}

.select_btn .c_btn,
.select_btn .form_btn {
    margin-top: auto;
}

.mod_formBtn_contentsCSV{
    margin: 20px 18px 0px;
}

.fix {
    text-align: center;
    margin-top: 40px;
}

.inner_block .form_list.memo dl div .fix {
    text-align: center;
    margin-top: 0;
    padding-bottom: 0;
}

.memo .fix .form_btn {
    padding: 2px 8px 4px;
    border-radius: 2px;
    background: #fd8a39;
    font-size: 1.2rem;
    color: #ffffff;
    display: inline-block;
    margin: 6px auto 0;
    border: none;
    cursor: pointer;
    transition: color .3s, box-shadow .3s, transform 0.3s;
}

/*管理者登録画面への影響あり*/
.form-group {
    margin: 26px auto 0;
    display: block;
}

.form-group.admin {
    height: 28px;
}

.form-app .form-group,
.form-apply .form-group/*不要かもしれないです*/
 {
    display: block;
    padding-left: 5%;
    border-bottom: 1px solid #f3f3f3;
}
/* 不要かもしれないです */
.form-app .form-group {
    border-bottom: none;
    padding-bottom: 40px;
    padding-left: 0;
}

.form-app .form-group.pass.clearfix {
    padding-bottom: 0;
}

.form-apply .info .form-group:last-child {
    border-bottom: none;
}

.label_g {
    display: flex;
    align-items: center;
}

.dl {
    padding-bottom: 18px;
}

.form-app {
    margin: 60px auto;
}

.select_btn .form-app {
    margin: 10px 2%;
    flex-direction: column;
    display: flex;
}

.txt-link {
    transition: .4s;
    font-size: 1.3rem;
    color: #70889c;
}

.txt-link:hover {
    color: #a9a9a9;
}

.form-terms {
    margin: 80px auto 0;
    height: 342px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

iframe {
    width: 96%;
    margin: 0 2%;
    height: 300px;
    border: 1px solid#cccfd2;
    padding: 0 0 0 16px;
}

.grecaptcha-logo iframe {
    width: 100%;
    margin: 0;
    border: 0;
    padding: 0;
}

.form-terms iframe + .clearfix .checkbox label input {
    margin-right: 5px;
}

.form-terms iframe .iterms .terms {
    font-size: 1.3rem;
}

.required {
    float: right;
    font-size: 1.1rem;
    padding: 0 3px;
    background: #fd8b39;
    position: relative;
    color: #ffffff;
    white-space: nowrap;
}

.inner_form .form-apply .control-label.rb .required {
    margin-top: 3px;
}

.form_list.edit .required {
    float: right;
    font-size: 1rem;
    font-weight: normal;
    padding: 0 2px;
    background: #fd8b39;
    position: relative;
    top: 1px;
    color: #ffffff;
    white-space: nowrap;
}

.form-apply .form-group.lg .required,
.form-apply .form-group.lgw .required {
    top: -9px;
}

.required_last {
    font-size: 1.1rem;
    text-align: center;
    padding: 0 3px;
    background: #fd8b39;
    position: relative;
    color: #ffffff;
    display: inline-block;
    top: -1px;
    margin-left: 4px;
}

.inner_form .form-control.input-sm,
.inner_select .form-control.input-sm {
    height: 24px;
    padding: 0 10px;
    font-size: 12px;
    line-height: 24px;
    border-radius: 3px;
    margin-bottom: 20px;
}

.select_btn.bt_l .input-sm {
    margin-bottom: 0;
}

.terms {
    font-size: 1.3rem;
}

textarea,
input.form-textarea {
    width: 100%;
    height: 160px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccd0d2;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

input.form-textarea {
    vertical-align: top;
    overflow-y: scroll;
}

.inner_block > .flex_2 .form_list.memo {
    display: block;
}

.memo textarea {
    width: 100%;
    margin: 0 auto;
    height: 160px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccd0d2;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font-size: 1.2rem;
}

.inner_block > .flex_2 .form_list.memo dl > div:last-of-type,
.inner_block > .flex_2 .form_list.memo dl > div:last-of-type > div {
    display: block;
}

.inner_block > .flex_2 .form_list.memo dl > div:last-of-type dt,
.inner_block > .flex_2 .form_list.memo dl > div:last-of-type dd {
    width: 100%;
    float: none;
    padding-left: 0;
}

.inner_block > .flex_2 .form_list.memo dl > div:last-of-type dd {
    margin-top: 10px;
    padding-bottom: 8px;
}

.inner_block > .flex_2 .form_list.memo dl > div:last-of-type dd div {
    display: block;
}



/* Table */
.inner_table {
    width: 94%;
    margin: 40px auto;
}

.inner_table.top {
    margin-bottom: 0;
}

.inner_table .top.clearfix {
    margin-bottom: 10px;
}

.inner_table.top + .inner_table.top {
    margin-top: 0;
}

.inner_table.top .btn_r.top .form_btn {
    margin-bottom: 12px;
}

.inner_table_ov {
    width: calc(100% - 1px);
    margin: 0 auto;
    overflow: auto;
    overflow-y: hidden;
}

table {
    border-collapse: collapse;
    width: 100%;
}

@media (max-width: 567px) {
  table {
      display: block;
      overflow-x: scroll;
      white-space: nowrap;
      -webkit-overflow-scrolling: touch;
      border-collapse: collapse;
      width: 100%;
  }
}
.caption {
    margin-bottom: 40px;
    margin-top: 20px;
    font-size: 1.3rem;
    padding: 0 40px;
}

table th {
    border: 1px solid #dedede;
    height: 32px;
    line-height: 32px;
    text-align: center;
}

table td {
    border: 1px solid #dedede;
    font-size: 1.2rem;
    text-align: right;
    white-space: nowrap;
    padding: 6px 8px;
}

table td.ws_nor {
    white-space: normal;
}

table tr td.link_txt a span {
    display: inline-block;
    transition: .4s;
    color: #70889c;
    border-bottom: 1px dotted;
}

table td input[type="button"] {
    font-size: 1.2rem;
    padding: 3px 6px 4px;
    border-style: none;
    border: none;
    border-radius: 4px;
    background: #fd8939;
    color: #ffffff;
    margin: 8px;
    transition: color .3s, transform 0.3s;
}

table td input[type="button"]:hover,
table td input[type="button"]:active {
    transform: translateY(4px);
}

table th.w20 {
    padding: 2px 100px;
}

table td.w20 {
    white-space: normal;
    line-height: 1.5;
}

table thead tr th {
    background-color: #797979;
    font-size: 1.2rem;
    font-weight: 400;
    color: #ffffff;
    padding: 3px 8px 2px;
    white-space: nowrap;
    line-height: 1.4;
}

table thead tr th.sorting_desc,
table thead tr th.sorting_asc {
    background-color: #fd8b39;
}

table tbody tr:nth-child(odd) {
    background-color: #ffffff;
}

table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

table thead tr th label {
    padding: 4px 6px 0;
    display: inline-block;
    line-height: 1.6;
}

table tbody tr.clickable:hover {
    background-color: #eaeaea;
    cursor: pointer;
}

table tbody tr:nth-child(even):hover td.link_txt,
table tbody tr:nth-child(even):hover td.no_link {
    background-color: #f9f9f9;
}

table tbody tr td.link_txt {
    background: border-box;
}

table tbody tr td.link_txt:hover,
table tbody tr:nth-child(even) td.link_txt:hover {
    background: #dedede;
}

table tbody tr td.link_txt:hover td.link_g,
table tbody tr:nth-child(even) td.link_txt:hover {
    background: #eaeaea;
}

.inner_block .form_list dl div dd a,
.form_list dd a,
.inner_block > .flex_2 .form_list > div a,
.form_list.news dl div dd a {
    transition: .4s;
    color: #70889c;
    border-bottom: 1px dotted;
}

.inner_block .form_list dl div dd a:hover,
.form_list dd a:hover {
    opacity: 0.8;
}

.btnApp,
.btnUna,
.btnRej {
    padding: 3px 8px 4px;
    font-size: 1rem;
    position: relative;
    white-space: nowrap;
}

.btnApp {
    color: #ffffff;
    background: #fdad75;
    border: 1px solid #fdad75;
}

.btnUna {
    background: #afafaf;
    border: 1px solid #afafaf;
    color: #ffffff;
}

.btnRej {
    color: #ffffff;
    background: #545454;
    border: 1px solid #545454;
}

.btn_l.top .btnApp,
.btn_l.top .btnUna,
.btn_l.top .btnRej {
    margin: 0 0 2px 0;
    font-size: 1.2rem;
    padding: 4px 8px 3px;
}

.select_btn .c_btn.btnApp {
    background: #fdad75;
}

.btn_l.top .date {
    border: 1px solid #fd8939;
    font-size: 1.2rem;
    padding: 4px 8px 3px;
    margin-left: -6px;
}

.btn_l.top .btnUna + .date {
    border: 1px solid #afafaf;
}

.btn_l.top .btnRej + .date {
    border: 1px solid #545454;
}

.select_btn.btnRej,
.select_btn.btnApp {
    display: none;
}

.select_btn.btnUna {
    background: transparent;
    border: none;
}

td .select_btn .c_btn.Rej {
    font-size: 1.1rem;
    padding: 2px 8px;
    margin: 0;
    height: auto;
}

td .select_btn.btnUna {
    padding: 0;
    margin: 4px auto;
    background: none;
}

.inner_form .col-r .help-block,
.select_btn .form-app .help-block,
.inner_form .form-control.col_2 + span.help-block,
.select_btn.bt_l span.help-block,
.inner_block .form_list dl div dd .help-block_2 {
    color: #fd8939;
    font-size: 1.1rem;
    width: 100%;
    text-align: left;
    display: inline-block;
    line-height: 1.4;
    padding: 6px 0;
}

.select_btn.bt_l span.help-block {
    padding: 0;
}

.inner_form .col-r .help-block + .help-block {
    top: -8px;
    position: relative;
}

.inner_form .col-r .help-block + .help-block.t12 {
    top: -12px;
    position: relative;
}

.select_btn .form-app .help-block {
    margin-top: -16px;
    margin-bottom: 20px;
}

.inner_form .col-r .help-block_2 {
    color: #fd8939;
    font-size: 1.2rem;
    line-height: 1.4;
    margin: 6px 0 0;
    display: inline-block;
}

/* フォーム項目名 */
.inner_form .form-apply .control-label {
    text-align: left;
    margin-bottom: 0;
    padding-top: 7px;
    margin-right: 10px;
    padding-left: 4%;
}

.converter-contents.form-apply .col-r--contents-create {
    width: 50%
}

.inner_form .form-apply .control-label--contents-create {
    text-align: left;
    margin-bottom: 0;
    margin-right: 10px;
    padding-left: 4%;
    padding-top: 0;
}
/* コンテンツ生成画面で使用 */
.info p.drag-drop-info {
    margin: 0;
}

.inner_form .form-apply .col_2_span {
    float: left;
    line-height: 36px;
    margin: 0 10px 0 22px;
    font-size: 1.3rem;
    color: #484848;
}

.inner_form .form-apply .col_3_span {
    float: left;
    line-height: 36px;
    margin: 0 6px 0 12px;
    font-size: 1.3rem;
    color: #484848;
}

.inner_form .form-apply .control-label.rb {
    margin-top: -11px;
}

.inner_form .form-apply .control-label.rb span.note,
.form-group .col-l.control-label span.note {
    display: block;
    margin-top: 2px;
    margin-bottom: 26px;
    font-size: 1.2rem;
    color: #777;
}

@media (max-width: 768px) {
  .inner_form .form-apply .control-label.rb span.note{
      margin-bottom: 0;
  }

  .form-group .col-l.control-label span.note {
    margin-bottom: 0;
    padding-left: 8px;
    }
}


/* 検索 */
.search_inner {
    display: flex;
}

.search-group {
    font-size: 1.3rem;
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.col-r.search-group {
    margin-top: 0;
    margin-bottom: 26px;
}

.l-box,
.r-box {
    width: 100%;
    margin-right: 4%;
}

.search-group > div {
    width: 70%;
}

.search-group .control-label {
    width: 30%;
    text-align: right;
    padding-right: 3%;
}


.search-group .control-label.aaf {
    letter-spacing: -0.01em;
}

.search-group .form-control {
    width: 100%;
    padding: 8px 12px;
    background-color: #fff;
    border: 1px solid #ccd0d2;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.search-group .form-control_radio {
    padding: 4px 0 0;
    font-size: 1.2rem;
}

.search-group .form-control_radio input[type="checkbox"],
.search-group .form-control_radio input[type="radio"] {
    margin-right: 3px;
}

.search-box {
    width: 100%;
    margin-bottom: 40px;
    border-radius: 4px;
    box-shadow: 0px 0px 0px 1px #efefef;
}

.search-box input#label4 {
    display: none;
}

.search-box .accshow {
    height: auto;
    padding: 14px 4% 1px;
    background: #fcfcfc;
    opacity: 1;
}

.search-label {
    background: #797979;
    color: #fff;
    display: block;
    padding: 3px 12px;
    width: 100%;
    border-radius: 4px 4px 0 0;
    position: relative;
    font-size: 1.4rem;
    cursor: pointer;

}

.cssacc:checked + label + .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

.cssacc:checked + label.search-label {
    background: #797979;
    border-radius: 4px;
}

.search-label:after {
    display: inline-block;
    content: '\f056';
    font-family: "Font Awesome 5 Free";
    font-size: 1.4rem;
    position: absolute;
    right: 8px;
    top: 3px;
    color: #ffffff;
    font-weight: bold;
}

.cssacc:checked + label.search-label:after {
    content: '\f055';
}

#search-block .search-button {
    margin: 34px auto;
    text-align: center;
}

#search-block .search-button input[type="submit"] {
    width: 100px;
    height: 38px;
    color: #fff;
    border: none;
    background: #fd8b39;
    padding: 0;
    border-radius: 0;
    -webkit-appearance: none;
    font-size: 1.4rem;
    font-weight: 400;
    border-radius: 4px;
    letter-spacing: 0.2em;
    transition: color .3s, box-shadow .3s, transform 0.3s;
    cursor: pointer;
}

#search-block .search-button input[type="submit"]:hover {
    box-shadow: 0px 0px 0px 1px #fdf2ee, 0 1px 0 rgb(243, 243, 243);
    transform: translateY(4px);
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border: none;
}

#search-block select.select {
    float: left;
    width: 290px;
    height: 38px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: 1px solid #dedede;
    border-right: none;
    background: #f9f9f9;
    background-image: url(../img/common/down.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: right 10px center;
    padding: 8px 10px;
    font-size: 1.3rem;
    color: #484848;
}

.col-r select.select,
.form-control_pd,
.form-control_mmyydata {
    width: 46%;
    border-radius: 4px;
    border: 1px solid #cccfd2;
    background: #ffffff;
    background-image: url(../img/common/down.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: right 12px center;
    padding: 8px 12px;
    font-size: 1.2rem;
}

.col-r select.select.w_100 {
    width: 100%;
}

.ph_ph {
    position: relative;
    left: -43%;
}

.search-group .form-control_pd {
    width: 45%;
    border-radius: 4px;
    border: 1px solid #cccfd2;
    background: #ffffff;
    background-image: url(../img/common/down.png);
    background-repeat: no-repeat;
    background-size: 1.2rem;
    background-position: right 8px center;
    padding: 8px;
    font-size: 1.2rem;
    float: left;
}



/*Sort*/
.submit_button {
    cursor: pointer;
    outline: none;
    padding: 6px 8px 4px;
}

.submit_button:after {
    font-family: "Font Awesome 5 Free";
    content: "\f0dc";
    opacity: 0.5;
    font-weight: bold;
    position: relative;
    left: 2px;
}

.submit_button.desc:after {
    content: "\f0de";
}

.submit_button.asc:after {
    content: "\f0dd";
}


.submit_button.asc,
.submit_button.desc {
    background-color: #585858;
}



/* Pager */
.display_number {
    display: inline-block;
    margin: 10px auto;
    width: 100%;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination > li {
    display: inline
}

.pagination > li > a,
.pagination > li > span {
    font-size: 1.3rem!important;
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px!important;
    margin-bottom: 0!important;
    line-height: 1.42857143!important;
    color: #fd8a39!important;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd!important;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    opacity: 0.7;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 3;
    color: #fff!important;
    cursor: default;
    background-color: #fd8a39!important;
    border-color: #fd8a39!important;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    color: #777;
    cursor: auto;
    background-color: #fff;
    border-color: #ddd;
    opacity: 1;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

.pager li {
    display: inline
}

.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li > a:focus,
.pager li > a:hover {
    text-decoration: none;
    background-color: #eee
}

.pager .next > a,
.pager .next > span {
    float: right
}

.pager .previous > a,
.pager .previous > span {
    float: left
}

.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}

.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " "
}

.pager:after,
.panel-body:after,
.row:after {
    clear: both
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 8px;
    white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: center;
}



/* News */
.form_list.news,
.form_list.rn,
.news_inner .form_list.news_list,
.news_inner .form_list.news_detail {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top: 1px solid #efefef;
    padding: 0;
}

.rn_inner .form_list.rn .news_inner .form_list.news_detail {
    border: none;
    padding: 0;
    margin-top: -16px;
    margin-bottom: 0;
}

.form_list.news dl div,
.form_list.rn dl div {
    padding: 24px 3%;
    border-bottom: 1px solid #f3f3f3;
}

.form_list.news dl div:last-of-type,
.form_list.rn dl div:last-of-type {
    border-bottom: none;
}

.form_list.news dl div dt {
    width: 16%;
}

.form_list.news dl div dd {
    width: 84%;
}

.form_list.news dl div dd article h1 {
    float: none;
    font-size: 1.4rem;
    font-weight: bold;
}

.news_inner .form_list.news_detail h1 {
    float: none;
    font-size: 2.4rem;
    font-weight: normal;
}

.news_inner .form_list.news_detail > p {
    font-size: 1.3rem;
    color: #ffffff;
    background: #797979;
    display: inline-block;
    padding: 2px 6px 2px 8px;
    letter-spacing: 0.2em;
    margin-bottom: 10px;
}

.news_inner .form_list.news_detail .news_main {
    margin-top: 30px;
    margin-bottom: 20px;
}

.form_list.rn dl div dt {
    width: 120px;
}

.form_list.rn dl div dd {
    width: calc(100% - 120px);
}

.form_list.news dl div dd p,
.form_list.rn dl div dd p {
    padding-bottom: 16px;
    line-height: 1.7;
}

.news table tbody tr:hover,
.rn table tbody tr:hover {
    background-color: #ffffff;
}

.news table tbody tr:nth-child(even),
.rn table tbody tr:nth-child(even) {
    background-color: #ffffff;
}

.news table th,
.rn table th {
    font-weight: normal;
    white-space: nowrap;
    vertical-align: top;
    padding: 8px;
    line-height: 1.6;
    height: auto;
    font-size: 1.4rem;
}

.news table td,
.rn table td {
    white-space: normal;
    text-align: left;
    padding: 8px;
    font-size: 1.4rem;
}

.form_list.news dd a,
.form_list.rn dd a {
    border-bottom: none;
}

.form_list.news table tr td a,
.form_list.rn table tr td a {
    display: inline;
}

.rn_inner {
    margin-top: 40px;
    margin-left: 3%;
    margin-right: 3%;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
}

.news_inner {
    margin-top: 40px;
    margin-left: 3%;
    margin-right: 3%;
    margin-bottom: 40px;
    width: 94%;
}

.news_nav {
    border-radius: 4px;
    background: #f3f3f3;
    margin-bottom: 20px;
    border: 1px solid #f3f3f3;
}

.rn_inner .form_list.rn {
    flex: 1;
    margin-bottom: 20px;
    min-width: 540px;
    margin-right: 2%;
}

.news_nav ul li {
    border-bottom: 1px solid #ffffff;
    font-size: 1.4rem;
}

.news_nav ul li a {
    color: #3a3a3a;
    padding: 8px 20px;
    display: block;
    min-height: 36px;
}

.news_nav ul li a.now {
    background: #ffffff;
}

.news_nav ul li:first-of-type a {
    border-radius: 4px 4px 0 0;
}

.news_nav ul li a:hover {
    background: #dedede;
}

.news_inner .form_list.news_list dl div {
    padding: 16px 24px;
    border-bottom: 1px solid #f3f3f3;
    display: flex;
    align-items: center;
}

.news_inner .form_list.news_list dl div:last-of-type {
    border-bottom: none;
}

.news_inner .form_list.news_list dt {
    width: 140px;
    font-weight: normal;
    font-size: 1.3rem;
    color: #ffffff;
    background: #797979;
    padding: 2px 6px 2px 8px;
    letter-spacing: 0.2em;
    text-align: center;
}

.news_inner .form_list.news_list dd {
    width: 100%;
    margin-left: 2%;
    text-align: left;
}

.news_inner .form_list.news_list dd a {
    position: relative;
}

.news_inner .form_list.news_list dd a > span {
    margin-left: 3px;
    font-size: 1rem;
    position: relative;
    bottom: 3px;
}

.news_inner .form_list.news_detail {
    display: block;
    padding: 24px;
}

.info.news_inner {
    padding: 3px 0 0;
}


.info.news_inner h2 {
    padding-left: 15px;
}

.info.news_inner .form_list.news_list {
    border: none;
    width: 100%;
    margin-bottom: 0;
}

.info.news_inner .form_list.news_list + .btn_r.top + .news_list {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 1px solid #efefef;
}

.info.news_inner .btn_r.top .l_btn {
    margin-top: 8px;
    margin-bottom: 16px;
}

.info.news_inner .form_list.news_list dl div {
    border-bottom: none;
    padding: 8px 24px;
}

.info.news_inner .form_list.news_list dt {
    width: 100px;
    font-weight: normal;
    font-size: 1.4rem;
    color: #484848;
    background: none;
    padding: 0;
    letter-spacing: 0.1em;
}



/* Swal */
.swal-title {
    font-size: 2rem;
}



/* 404 */
.er_404,
.goTop {
    text-align: center;
    font-size: 3.4rem;
    margin-top: 100px;
    color: #cacaca;
    line-height: 1.4;
    font-weight: bold;
}

.goTop {
    margin-top: 0;
}

.er_404 .er_txt {
    font-size: 1.3rem;
    margin-top: 30px;
    color: #484848;
    font-weight: normal;
    line-height: 1.7;
}

.er_404 .l_btn,
.goTop .l_btn {
    padding: 6px 30px 4px 14px;
    border-radius: 4px;
    background: #fd8b39;
    font-size: 1.3rem;
    color: #ffffff;
    position: relative;
    margin-top: 40px;
    display: inline-block;
    font-weight: normal;
}

.er_404 .l_btn:before,
.goTop .l_btn:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    margin-top: -3px;
}

.goTop .l_btn + br + .l_btn {
    margin-top: 20px;
}

/*Contents*/
.popup_help {
    color: white;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1.5rem;
    font-weight: bold;
    cursor: pointer;
    border-radius: 10px;
    background: #797979;
    position: relative;
    width: 1.5rem;
    height: 1.5rem;
    text-align: center;
}

.popup_help div,
.inner_block .form_list dl div .popup_help div {
    display: none;
}

.popup_help:hover div,
.inner_block .form_list dl div .popup_help:hover div {
    position: absolute;
    display: inline-block;
    background: rgba(50, 50, 50, 0.9);
    border-radius: 2px;
    padding: 8px;
    font-size: 1.3rem;
    font-weight: normal;
    width: 400px;
    min-height: auto;
    left: 36px;
    top: -9px;
    z-index: 9999;
    text-align: left;
}
.popup_help:hover div:before {
    content: "";
    position: absolute;
    top: 11px;
    left: -14px;
    border: 6px solid transparent;
    border-right: 8px solid rgba(50, 50, 50, 0.9);
}

a.popup_help--link {
    color: #fd8b39!important;
}
a.popup_help--link::after {
    content: '\f35d';
    font-family:'Font Awesome 5 Free';
    font-weight: 900;
    font-size: .8rem;
    margin: 0 2px;
    position: relative;
    top: -1px;
}

#video-edit-button,
#start {
    padding: 8px 16px;
    width: 40%;
    text-align: center;
}

#video-edit-button {
    margin: auto 0.1% auto 3%;
}

.select_btn a.help {
    margin: -10px 0 0 0.5%;
}

.format_select .app_btn a {
    padding: 10px 10px;
    border-radius: 4px;
    background: #cfcfcf;
    font-size: 1.2rem;
    color: #ffffff;
    display: block;
    margin: 10px auto 16px;
    width: 80%;
    border-bottom: none;
    height: 100%;
}

.btn-tab {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    border-bottom: 2px solid #fd8939;
}

.btn-tab--start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.btn-default input[type=radio] {
    display: none;
}

.btn-default {
    display: -webkit-box;
    display: flex;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 25%;
    background: #797979;
    text-align: center;
    border-radius: 4px 4px 0 0;
    color: #fff;
    font-size: 1.6rem;
    padding: 10px 10px 7px;
    margin-left: 1%;
    cursor: pointer;
}

.btn-default:first-of-type {
    margin-left: 0;
}

.btn-default.active {
    background-color: #fd8939;
}

.converter-contents {
    background: #fbfbfb;
    border: 1px solid #efefef;
    border-top: none;
    border-radius: 0 0 4px 4px;
}

.converter-contents .info {
    margin: 0 auto;
    box-shadow: none;
}

.form-control_pd.converter {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #cccfd2;
    background: #ffffff;
    background-image: url(../img/common/down.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: right 12px center;
    padding: 8px 32px 8px 12px;
    font-size: 1.3rem;
    line-height: 1.6;
}

.converter-contents.form-apply .form-group {
    margin: 26px auto;
    display: block;
    padding-left: 5%;
    padding-right: 5%;
    border-bottom: 1px solid rgba(204,208,212,.6);
    padding-bottom: 26px;
}

/* コンテンツ作成画面のフォーム画面用 */
.converter-contents.form-apply .form-group--contents-create {
    margin: 0;
    display: flex;
    padding: 26px 5%;
    border-bottom: 1px solid rgba(204,208,212,.6);
    align-items: center;
}

.converter-contents.form-apply .form-group--upload-contents-create {
    display: flex;
    align-items: flex-start;
}

.inner_form .form-control_radio.col-r.converter {
    font-size: 1.4rem;
}

.comment-format {
    margin: 3rem 5%;
}
@media (max-width: 768px) {
    .comment-format {
        margin: 2rem 5%;
    }
}

.video-control-element {
    display: inline-block;
}

#collapse-area {
    padding: 10px 5px;
    margin-bottom: -1px;
    background-color: #fbfbfb;
    border: none;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.converter-contents #video-edit-group .btn-default {
    width: 40%;
    display: block;
    margin: 0 auto -20px;
}

.list-group-item.list-group-item-action.collapsed,
.list-group-item.list-group-item-action:enabled {
    padding: 8px 16px;
    border-radius: 4px;
    background: #fd8a39;
    font-size: 1.6rem;
    color: #ffffff;
    display: block;
    margin: 20px auto 16px;
    border: none;
    cursor: pointer;
    transition: color .3s, box-shadow .3s, transform 0.3s;
    z-index: 999;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

#video-edit-area {
    position: relative;
    text-align: center;
    margin: 0 auto;
}

/* コンテンツ作成画面でのみ使用 */
.inner_form .form-control_dd {
    padding: 12px 20px;
    background-color: #fff;
    border: 2px dashed #ccd0d2;
    border-radius: 4px;
    text-align: center;
    font-size: 1.4rem;
}


.inner_form .converter-contents.form-apply .control-label.rb {
    margin-top: -8px;
}

.inner_form .converter-contents.form-apply .control-label .required {
    margin-top: 2px;
}

.inner_form .converter-contents.form-apply .control-label.rb .required {
    margin-top: 4px;
}

.text-info {
    font-size: 1.2rem;
    display: inline-block;
    color: #868686;
}

hr {
    border: 1px solid #efefef;
    border-bottom: none;
}

#container {
    margin: 50px auto;
    width: 100%;
    height: 10px;
    position: relative;
}

.convert {
    text-align: center;
}

.convert .main_txt {
    font-size: 2.4rem;
    font-weight: bold;
    margin: 60px auto 20px;
}

.convert .txt {
    font-size: 1.6rem;
    margin: 0 auto 50px;
}

.inner_block .form_list dl div dd .form_btn {
    padding: 6px 10px 4px;
    border-radius: 4px;
    background: #fd8a39;
    font-size: 1.2rem;
    color: #ffffff;
    display: inline-block;
    margin: 6px 2%;
    border: none;
    cursor: pointer;
    transition: color .3s, box-shadow .3s, transform 0.3s;
    white-space: nowrap;
}

.inner_block .form_list dl div dd .form_btn.dor {
    background: #ca7f4c;
}

.inner_block .form_list dl div dd .form_btn:first-of-type {
    margin-left: 0;
}

.form_btn.copy,
.inner_block > .flex_2 .form_list > div a.form_btn.copy {
    padding: 2px 6px 3px;
    border-radius: 4px;
    font-size: 1rem;
    color: #ffffff;
    display: inline-block;
    margin: 0 0 10px;
    border: none;
    cursor: pointer;
    transition: color .3s, box-shadow .3s, transform 0.3s;
    float: right;
    color: #484848;
    background: #fff;
    border: 1px solid #dedede;
    font-weight: normal;
}

.inner_block .form_list dl > div.w_100,
.inner_block .form_list dl > div.w_100 {
    display: block;
}

.inner_block .form_list dl > div.w_100 dt,
.inner_block .form_list dl > div.w_100 dd {
    width: 100%;
    padding-left: 0;
}

.inner_block .form_list dl > div.w_100 dd textarea,
h3.form_list-title.inner_block + .inner_block > .flex_2 .form_list .w_100.com textarea {
    font-size: 1.3rem;
    background: #f3f3f3;
}

.inner_block .form_list dl > div.w_100 dd textarea.h_2em {
    height: auto;
}

h3.form_list-title.inner_block + .inner_block > .flex_2 .form_list .w_100.com textarea.h_3em {
    height: auto;
    margin-bottom: 0;
}

h3.form_list-title.inner_block + .inner_block > .flex_2 .form_list .w_100.com p {
    font-weight: bold;
    color: #545454;
    font-size: 1.3rem;
}

.inner_block .form_list dd .qr {
    background: #ffffff;
    width: 100%;
    display: flex;
    padding: 8px;
}

.inner_block .form_list dd .qr img,
.inner_block .form_list dd .qr p {
    width: 50%;
    display: flex;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.inner_block .form_list dd .qr p span,
.inner_block .form_list dd .qr p a {
    min-width: 60%;
}

.inner_block .form_list dd .qr p {
    flex-wrap: wrap;
}

.inner_block .form_list dd .qr p span,
.inner_block .form_list dd .qr p a {
    display: flex;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.inner_block .form_list dl div dd .qr p a.form_btn {
    margin-left: 2%;
}

/*トグルボタン：ここから*/
.tgl {
  display: none;
}
.tgl + .tgl-btn {
  box-sizing: border-box;
}
.tgl + .tgl-btn {
  cursor: pointer;
  display: block;
  height: 2em;
  width: 8em;
  outline: 0;
  position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
  user-select: none;
}
.tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
  content: "";
  display: block;
  height: 100%;
  width: 50%;
    top: 0;
  position: absolute;
}
.tgl + .tgl-btn:after {
  content: attr(data-tg-on);
}
.tgl + .tgl-btn:before {
  content: attr(data-tg-off);
}
.tgl + .tgl-btn:after {
  left: 0;
}
.tgl:checked + .tgl-btn:after {
  left: 50%;
}
.tgl:checked + .tgl-btn:after,
.tgl-flat:checked + .tgl-btn:after {
  background: #8accff;
  content: attr(data-tg-on);
  left: 50%;
}
.tgl-flat + .tgl-btn {
  background: #fff;
  border: 1px solid #f3f3f3;
  border-radius: 2em;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 2em;
  padding: 0;
  text-align: center;
  transition: all .2s ease;
}
.tgl-flat + .tgl-btn:after {
  background: #cfcfcf;
  border-radius: 1em;
  content: "";
  content: attr(data-tg-off);
  transition: all .2s ease;
}
.tgl-flat + .tgl-btn:after {
  content: attr(data-tg-off);
}
/*.tgl {
    display: none;
}

.tgl + .tgl-btn {
    box-sizing: border-box;
}

.tgl + .tgl-btn {
    outline: 0;
    display: block;
    width: 8em;
    height: 2em;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tgl + .tgl-btn:after,
.tgl + .tgl-btn:before {
    position: absolute;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    top: 0;
}

.tgl + .tgl-btn:after {
    content: attr(data-tg-off);
}

.tgl + .tgl-btn:before {
    content: attr(data-tg-on);
}

.tgl + .tgl-btn:after {
    left: 0;
}

.tgl:checked + .tgl-btn:after {
    left: 50%;
}

.tgl:checked + .tgl-btn:after {
    left: 50%;
    content: attr(data-tg-on);
}

.tgl-flat:checked + .tgl-btn:after {
    left: 50%;
    background: #cfcfcf;
    content: attr(data-tg-off);
}

.tgl-flat + .tgl-btn {
    padding: 0;
    transition: all .2s ease;
    background: #fff;
    border: 1px solid #f3f3f3;
    border-radius: 2em;
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 2em;
    text-align: center;
}

.tgl-flat + .tgl-btn:after {
    transition: all .2s ease;
    background: #8accff;
    content: "";
    border-radius: 1em;
    content: attr(data-tg-on);
}

.tgl-flat + .tgl-btn:after {
    content: attr(data-tg-on);
}*/
/*トグルボタン：たぶんここまで*/


.inner_block .form_list dl div dt .edit_icon,
.fl_r.fz_12.mb_08 .edit_icon {
    color: #ffcc52;
    margin: 0 4px 0 8px;
}

.inner_block .form_list dl div dd.edit {
    display: flex;
    align-items: center;
}

.inner_block .form_list dl div dd.edit span {
    margin-left: 10px;
}

.inner_block .form_list dl div dd.edit a {
    padding: 2px 8px;
    border-radius: 2px;
    background: #fd8a39;
    font-size: 1.1rem;
    color: #ffffff;
    display: inline-block;
    border: none;
    cursor: pointer;
    margin: 0;
    white-space: nowrap;
}

.inner_block .form_list dl div dd.edit .form_btn:first-of-type {
    margin-left: auto
}

.d_none {
    display: none;
}

h3.btn-default {
    width: auto;
    padding: 3px 15px 2px;
    font-size: 1.5rem;
    justify-content: left;
}

.checkAgree input[type="checkbox"] {
    position: relative;
    top: 1px;
}



/* MyPage */
.form_list dd .form_btn.dl {
    border-bottom: none;
    border-radius: 4px;
    margin: 4px 0 0 0;
    font-size: 1.2rem;
    padding: 3px 8px 2px;
    color: #ffffff;
}



/* 汎用 */
.bt_1 {
    border-top: 1px solid #dedede;
    display: block;
}

.mh_main {
    min-height: calc(100vh - 80px);
}

.ml_27 {
    margin-left: 27%;
}

.ml_53 {
    margin-left: 53%;
}

.mt_04 {
    margin-top: 4px;
}

.mt_08 {
    margin-top: 8px;
}


.mt_-12 {
    margin-top: -12px;
}

.mt_10 {
    margin-top: 10px;
}

.mt_18 {
    margin-top: 18px;
}

.mt_30 {
    margin-top: 30px;
}

.mt_40 {
    margin-top: 40px;
}

.mt_50 {
    margin-top: 50px;
}

.mt_60 {
    margin-top: 60px;
}

.mt_80 {
    margin-top: 80px;
}

.mt_120 {
    margin-top: 120px;
}

.mb_08 {
    margin-bottom: 8px;
}

.mb_20 {
    margin-bottom: 20px;
}

.mb_40 {
    margin-bottom: 40px;
}

.mb_60 {
    margin-bottom: 60px;
}

.mb_80 {
    margin-bottom: 80px;
}

.pb_40 {
    padding-bottom: 40px;
}

.mw_06 {
    max-width: 600px;
    margin: auto;
}

.mw_08 {
    max-width: 800px;
    margin: auto;
}

.mw_08.mt_40 {
    margin-top: 40px;
}

.mw_14 {
    max-width: 1400px;
}

.w_10 {
    width: 10%;
    float: left;
    text-align: center;
    margin-top: 6px;
}

.w_20 {
    width: 20% !important;
    float: left;
    white-space: normal;
    word-break: break-word;
}

.w_46 {
    width: 46% !important;
    float: left;
    white-space: normal;
    word-break: break-word;
}

.w_46_r {
    width: 46% !important;
    float: right;
    white-space: normal;
    word-break: break-word;
}

.ta_r {
    text-align: right;
}

.ta_l,
.sp_ta_l {
    text-align: left;
}

.ta_c {
    text-align: center;
}

.fl_r {
    float: right;
}

.fz_s,
.app_btn dd.fz_s {
    font-size: 1.1rem;
}

.d_ib {
    display: inline-block;
}

.fz_12 {
    font-size: 1.2rem;
}



@media (min-width: 1400px) {
    .search_inner {
        padding-right: 2%;
    }
}

@media (min-width: 1100px) {
    .plan_select {
        padding: 0 1%;
    }
}

@media (min-width: 769px) {
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .inner_form .form-app .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
        margin-right: 10px;
    }

    .inner_form .form-apply .form-group.lg .control-label,
    .inner_form .form-apply .form-group.lgw .control-label {
        padding-top: 0;
        margin-top: -14px;
        padding-bottom: 12px;
    }

    .inner_form .col-l {
        width: 38%;
    }

    .inner_form .col-r {
        width: 50%;
    }

    .inner_form .w_33 {
        margin-left: 33.3333333333%;
    }

    .inner_form .col-l,
    .inner_form .col-r {
        float: left;
    }

    .inner_form .form-control_radio {
        color: #484848;
    }

    .inner_form .form-apply .form-group.lg .form-control_radio,
    .inner_form .form-apply .form-group.lgw .form-control_radio {
        margin-top: 4px;
    }

    .form-apply .news .form-group,
    .form-apply .rn .form-group {
        padding-left: 0;
        font-size: 1.4rem;
    }

    .inner_form .news .col-l {
        width: 20%;
    }

    .inner_form .news .col-r {
        width: 78%;
    }

    .inner_form .news .col-r.r_no {
        width: 78%;
        margin-bottom: 24px;
    }

    .inner_form .news .col-r.r_no .col-l {
        width: auto;
        padding-left: 4%;
        font-size: 1.2rem;
    }

    .inner_form .news .col-r.r_no .col-l:first-of-type {
        padding-left: 0;
    }

    .inner_form .news .col-r.r_no .col-r {
        width: 12%;
        margin-left: 0;
    }

    .inner_form .rn .col-l {
        width: 160px;
    }

    .inner_form .rn .col-r {
        width: calc(100% - 200px);
    }

    .inner_form .news textarea,
    .inner_form .rn textarea {
        height: 300px;
        font-size: 1.2rem;
    }

    .inner_form .form-apply .news .control-label,
    .inner_form .form-apply .rn .control-label {
        padding-left: 3%;
    }

    .inner_form .news .col-r.form-control_radio {
        margin-top: 8px;
        margin-bottom: 8px;
    }
}

@media (max-width: 1300px) {
    .w1300 {
        display: inline;
    }

}

@media (max-width:1200px) {
    .hidden_box .hidden_show.fixed {
        height: 0;
        padding: 0;
        opacity: 0;
        width: 0;
    }

    .hidden_box input:checked + label + .hidden_show.fixed {
        width: 200px;
        height: auto;
        opacity: 1;
    }

    #sidebar ul li a {
        pointer-events: none;
    }

    .hidden_box input:checked + label + .hidden_show.fixed #sidebar ul li a {
        pointer-events: painted;
    }

    .hidden_box label.bar,
    .hidden_box label.bar.ca,
    .hidden_box label.bar.admin {
        height: calc(100% - 24px);
    }

    .hidden_box input:checked + label + .hidden_show.fixed + label.bar {
        height: calc(100% - 210px);
    }

    .hidden_box input:checked + label + .hidden_show.fixed + label.bar.ca {
        height: calc(100% - 400px);
    }

    .hidden_box input:checked + label + .hidden_show.fixed + label.bar.admin {
        height: calc(100% - 734px);
    }

    .app_btn dl {
        letter-spacing: 0.01em;
    }

    .search-group .form-control_pd {
        background-size: 1rem;
        font-size: 1rem;

    }

}

@media (max-width: 1126px) {
    .rn_inner {
        margin-right: 1%;
    }

    .news_nav {
        width: 100%;
        margin-right: 2%;
    }

}


@media (max-width: 1100px) {
    .inner_select {
        width: 90%;
        margin: auto;
    }

    .plan_select label {
        min-width: 26%;
        max-width: 26%;
    }

    .select_btn.bt_l {
        left: 16%;
    }

    .plan_select .select_btn.bt_l label {
        white-space: nowrap;
    }

    .select_btn.mt_120 .disabled-btn,
    .select_btn.mt_120 .disabled-btn:enabled,
    .select_btn.mt_120 .select_btn .c_btn {
        position: relative;
        left: -16%;
    }

    .w1100 {
        display: inline;
    }

    .inner_form .form-apply .form-group.lg .control-label {
        padding-top: 0;
        margin-top: -15px;
        line-height: 1.5;
    }

    .inner_form .form-apply .form-group.lg .form-control_radio.col-r {
        margin-top: 0;
    }

    .inner_form .form-apply .form-group.lgw .form-control_radio {
        margin-top: 16px;
    }

    .form-apply .form-group.lgw .required {
        top: -19px;
    }

    .l-box,
    .r-box {
        margin-right: 2%;
    }

    .search-group .control-label {
        width: 40%;
        padding-right: 2%;
    }

    .search-group .control-label.aaf {
        width: 47%;
    }

    search-group > div {
        width: 60%;
    }

}

/* IE11 */
@media all and (-ms-high-contrast:none)and (max-width: 1100px) {

    *::-ms-backdrop,
    .plan_flex.app_btn {
        margin-left: 0
    }

    .select_btn.mt_120 .disabled-btn,
    .select_btn.mt_120 .disabled-btn:enabled,
    .select_btn.mt_120 .select_btn .c_btn {
        left: -60%
    }

}


@media (max-width:1000px) {
    .plan_select label {
        margin-left: 2%;
        min-width: 30%;
        max-width: 30%;
    }

    h1 img {
        margin: 0 0 0 10px;
    }

    .user {
        margin-right: 10px;
    }

    /* nav {
        margin-right: 20px;

    } */

    #header #gnav li a,
    .user span.company,
    .user span.name {
        font-size: 1.2rem;
    }

    .btn-flat-vertical-border span {
        font-size: 1.3rem;
        letter-spacing: 0.04em;
    }

    .manu_btn.kanri .btn-flat-vertical-border span {
        font-size: 1.5rem;
    }

    .select_btn a {
        font-size: 1.4rem;
        margin: 20px 1%;
        padding: 10px 20px 10px 10px;
    }

    .select_btn a:before {
        right: 8px;
    }

    .select_btn a.btn_2 {
        margin: 0;
        padding: 0;
    }

    .form_list dl div {
        padding: 10px 10%;
    }

    .mt_40 .manu_btn li {
        margin-left: 6%;
    }

    .mt_40 .manu_btn li:first-of-type {
        margin-left: 0;
    }

    .w1000 {
        display: inline;
    }

    .select_btn.bt_l {
        left: 20%;
    }

    .select_btn.mt_120 .disabled-btn,
    .select_btn.mt_120 .disabled-btn:enabled,
    .select_btn.mt_120 .select_btn .c_btn {
        position: relative;
        left: -20%;
    }

    .search-box .accshow {
        padding: 14px 2% 1px;
    }

    .l-box,
    .r-box {
        margin-right: 1%;
    }

    .select_btn a.help {
        padding: 0;
    }

    #video-edit-button,
    #start {
        width: 50%;
        padding: 8px;
        font-size: 1.5rem;
    }

}

/* IE11 */
@media all and (-ms-high-contrast:none)and (max-width: 1000px) {

    *::-ms-backdrop,
    .select_btn.mt_120 .disabled-btn,
    .select_btn.mt_120 .disabled-btn:enabled,
    .select_btn.mt_120 .select_btn .c_btn {
        left: -64%
    }

}

@media (max-width: 960px) {
    .inner_form .info.nottl .col-l {
        width: 42%;
    }

    select.select {
        float: none;
        width: 100%;
        height: 38px;
        border-right: 1px solid #dedede;
        border-top-right-radius: 4px;
        border-bottom-left-radius: 0;
    }

    .form_list dl div {
        padding: 10px 6%;
    }

    .inner_form .info.nottl.news .col-l {
        width: 24%;
    }

    .inner_form .news .col-r.r_no .col-l {
        width: auto;
    }

    .inner_form .news .col-r,
    .inner_form .news .col-r.r_no {
        width: 72%;
    }

    .inner_form .info.nottl.rn .col-l {
        width: 160px;
    }


}

@media (max-width: 925px) {
    .manu_btn.main_4 li {
        margin-bottom: 30px;
    }
}

@media (max-width: 910px) {

    .manu_btn li {
        min-width: 270px;
        margin-bottom: 30px;
    }

    .manu_btn {
        margin-bottom: 10px;
    }

    .manu_btn.mb_60 {
        margin-bottom: 30px;
    }
}

@media (max-width: 895px) {

    .manu_btn.kanri li {
        min-width: calc((100% / 2) - 2.1% );
    }

    .manu_btn.kanri::after {
        content: "";
        display: block;
        width: 50%;
    }

    .inner_form .form-control_radio.col-r label input {
        margin-left: 10px;
    }
}

@media (max-width: 840px) {
    .app_btn dd {
        font-size: 1.3rem;
    }

    .app_btn dt {
        font-size: 1.1rem;
    }

    .inner_form .info.nottl .col-l {
        width: 47%;
    }

    .inner_form .form-apply .control-label {
        padding-left: 0;
    }

    .inner_form .form-apply .control-label--contents-create {
        padding-left: 0;
    }

    .form-apply .form-group {
        padding-left: 3%;
    }

    .w840 {
        display: inline;
    }

    .btn-default {
        padding: 6px 0 3px;
        line-height: 1.4;
    }

    .inner_select {
        width: 96%;
    }

    .form_list > dl > div > dd.w840w_dd {
        padding-top: 20px;
    }
}

@media (max-width:768px) {
    .btn-flat-vertical-border span {
        letter-spacing: 0;
    }

    .main {
        min-height: auto;
        padding-bottom: 40px;
    }

    .main_inner.bt_1 .main {
        min-height: calc(100vh - 120px);
    }

    .hidden_box {
        min-height: 0;
    }

    .hidden_box .hidden_show.fixed {
        height: 0;
        padding: 0;
        opacity: 0;
        width: 0;
    }

    .hidden_box input:checked + label + .hidden_show.fixed {
        width: 100%;
        height: auto;
        opacity: 1;
    }

    .hidden_box label {
        padding: 10px 14px 0 0;
        height: 40px;
        background: #dedede;
    }

    .hidden_box input:checked + label:before,
    .hidden_box label:before {
        content: '\f142';
        font-family: "Font Awesome 5 Free";
        font-size: 2.6rem;
        top: 0;
        right: 10px;
    }

    #sidebar ul li a {
        padding: 10px 0;
        height: auto;
        font-size: 1.3rem;
        text-align: center;
    }

    #sidebar ul li a.now {
        color: #aeaeae;
    }

    #sidebar ul li a.now:after {
        display: none;
    }

    #sidebar ul li:last-of-type {
        border-bottom: none;
    }

    .main_inner {
        display: block;
    }

    /* nav {
        display: none;
        margin-top: 50px;

    }

    nav ul {
        float: none;
        position: absolute;
        right: 0;
        z-index: 9999;
        background: rgba(255, 255, 255, 0.8);
        padding: 10px;
    }

    .user.nologin + nav ul {
        top: 50px;
    } */

    #header #gnav li a {
        color: #484848;
        padding: 0 20px;
        margin-left: 0;
        height: 40px;
        line-height: 40px;
    }


    #header #gnav li a.now {
        color: #aeaeae;
        border-bottom: none;
    }

    #header #gnav li {
        float: none;
        background: #ffffff;
        border: 1px solid #fd8c39;
        margin-top: 10px;
    }

    #header #gnav li:first-of-type {
        margin-top: 0;
    }

    .user {
        margin-right: 70px;
        z-index: -999;
    }

    .info {
        font-size: 1.4rem;
    }

    h2,
    .form-terms h4.info-title {
        font-size: 1.6rem;
    }

    .hum {
        display: inline-block;
        position: absolute;
        right: 16px;
        top: 0;
        cursor: pointer;
        z-index: 9000;
    }

    .dropdown-menu li {
        height: 40px;
    }

    .dropdown-menu > li > a {
        line-height: 40px;
    }

    .hum:before {
        display: inline-block;
        content: '\f0c9';
        font-family: "Font Awesome 5 Free";
        font-size: 3.2rem;
        position: relative;
        color: #484848;
        font-weight: bold;
    }

    .hum.active:before {
        content: '\f00d';
    }

    .hum.active {
        width: 30px;
        height: 50px;
        z-index: 99999;
        text-align: right;

    }

    .main_inner {
        overflow: hidden;
        min-height: calc(100vh - 80px);
    }

    .col-l,
    .col-r {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .inner_form .form-control_radio.col-r {
        line-height: 1.5;
        font-size: 1.2rem;
    }

    .required {
        float: none;
        margin-left: 5px;
        top: -1px;
        padding: 1px 3px 2px;
        font-size: 1rem;
    }

    .required_last {
        font-size: 1rem;
    }

    .form-apply .form-group .col-r {
        /* top: -12px;
        margin: 0 4%;*/
    }

    .form-apply .form-group dd.col-r {
        top: 12px;
        font-size: 1.3rem;
    }

    .form-apply .form-group .col-r.search-group,
    .col-r.search-group {
        margin-bottom: 26px;
    }

    .form-apply .form-group dl {
        top: -20px;
        position: relative;
    }

    .form-apply .form-group.dl dl {
        margin-bottom: 30px;
        top: 0;
    }

    .form-apply .form-group.admin .col-r {
        top: 6px;
    }

    .form-apply .form-group {
        margin-bottom: 0;
        border-bottom: none;
        padding-left: 0;
        padding-bottom: 0;
        height: auto;
        margin-top: 0;
    }

    .form-apply .form-group:first-of-type {
        margin-top: 30px;
    }

    .form-group label {
        font-size: 1.3rem;
    }

    .form-apply .form-group label {
        font-size: 1.3rem;
        padding-left: 20px;
    }

    .inner_form .news .col-r.r_no .col-l {
        font-size: 1.3rem;
        float: left;
    }

    .form-apply .form-group label.col-l,
    .form-apply .form-group dt.col-l {
        font-size: 1.4rem;
        padding-left: 2%;
    }

    .form-apply .form-group label + .col-r label {
        padding-left: 0;
    }

    .inner_form .form-apply .control-label.rb label {
        font-size: 1.4rem;
        margin-left: -20px;
    }

    .inner_form .checkbox label,
    .inner_form .radio label {
        font-size: 1.2rem;
    }

    .inner_form .fix .checkbox {
        top: 0;
    }

    iframe + .clearfix .checkbox {
        top: 0;
    }

    .fix {
        margin-top: 50px;
    }

    .fix.mt_10 {
        margin-top: 10px;
    }

    .form-terms + .fix {
        margin-top: 40px;
    }

    .form_list dl {
        width: 100%;
    }

    .main_inner.bt_1 {
        min-height: 0;
    }

    .main_inner.bt_1.mh_main {
        min-height: calc(100vh - 80px);
    }

    .mb_80 {
        margin-bottom: 40px;
    }

    .form-apply .form-group.lg br,
    .form-apply .form-group.lgw br {
        display: none;
    }

    .form-apply .form-group.lg .required,
    .form-apply .form-group.lgw .required {
        top: auto;
    }

    .inner_form .form-apply .form-group.lg .col-r,
    .inner_form .form-apply .form-group.lgw .col-r {
        margin-top: auto;
    }

    .form-apply .form-group.lg,
    .form-apply .form-group.lgw {
        height: auto;
    }

    .inner_select.mw_06 .plan_select label {
        width: 80%;
        max-width: 80%;
        min-width: 80%;
    }

    .manu_btn {
        margin-bottom: 15px;
    }

    .select_btn {
        display: block;
        margin-top: 40px;
    }

    .select_btn.help_btn {
        display: flex;
    }

    .select_btn.btnUna {
        display: flex;
    }

    .select_btn .c_btn,
    .select_btn .form_btn,
    .select_btn label,
    .inner_select .form-control.input-sm {
        width: 60%;
        margin: auto;
        text-align: center;
    }

    .select_btn.btnUna > a > button.c_btn {
        width: 100%;
    }

    .select_btn.btnUna button.c_btn,
    .select_btn.btnUna .form-app {
        margin: 10px 4%;
        width: auto;
    }

    .select_btn.btnUna .form-app .form_btn {
        width: auto;
    }

    .select_btn .form-app:nth-of-type(2) {
        margin-top: 50px;
    }

    .select_btn.btnUna .form-app:nth-of-type(2) {
        margin-top: 10px;
    }

    .inner_form .form-control.input-sm,
    .inner_select .form-control.input-sm {
        margin-bottom: 20px;
        text-align: left;
    }

    .form_list dl div {
        padding: 10px 4%;
    }

    .inner_form.edit .info.nottl {
        padding: 1px 0 6px;
    }

    .select_btn.bt_l,
    .select_btn.mt_120 .disabled-btn,
    .select_btn.mt_120 .disabled-btn:enabled,
    .select_btn.mt_120 .select_btn .c_btn {
        left: auto;
    }

    .select_btn.bt_l {
        top: 40px;
    }

    .select_btn.bt_l .form_btn {
        margin-top: -16px;
    }

    .select_btn.bt_l span.help-block {
        top: -18px;
        position: relative;
        text-align: center;
    }

    .inner_form .form-control_radio.col-r label input {
        margin-right: 3px;
        margin-left: 20px;
    }

    .form-app .form-group.pass.clearfix {
        margin-top: 0;
    }

    .search-label {
        font-size: 1.2rem;
    }

    .search-label:after {
        top: 2px;
    }

    #search-block .search-button input[type="submit"] {
        height: 36px;
        font-size: 1.2rem;
    }

    .inner_form .info.nottl.news .col-l,
    .inner_form .news .col-r,
    .inner_form .news .col-r.r_no {
        width: auto;
    }

    .inner_form .news .col-r.r_no .col-r {
        width: 16%;
        margin-left: 0;
        top: 0;
    }

    .inner_form .news .col-r.r_no {
        margin-bottom: 24px;
    }

    .inner_form .form-apply .form-group.lg .form-control_radio.col-r {
        margin-top: auto;
    }

    .converter-contents.form-apply .form-group {
        margin-bottom: 20px;
        /* border-bottom: none; */
        padding-left: 2%;
        padding-right: 2%;
        padding-bottom: 0;
        height: auto;
        margin-top: 0;
    }

    .converter-contents.form-apply .col-r--contents-create {
        position: relative;
        width:90%;
        margin: 0 auto;
        overflow: hidden;
    }

    /* コンテンツ作成画面用 */
    .converter-contents.form-apply .form-group--contents-create {
        padding-left: 2%;
        padding-right: 2%;
        padding-top: 0;
        height: auto;
        margin-top: 0;
        display: block;
    }

    .converter-contents.form-apply .control-label--contents-create {
        display: block;
        margin-bottom: 20px;
    }

    .converter-contents.form-apply.required {
        margin-left: 10px;
    }

    .converter-contents.form-apply .form-group .col-r {
        top: -12px;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
    }


    .popup_help:hover div,
    .inner_block .form_list dl div .popup_help:hover div {
        width: 150px;
        left: -60px;
        top: 30px;
        margin-left: 10px;
    }
    .popup_help:hover div:before {
        content: "";
        position: absolute;
        top: -14px;
        left: 53px;
        border: 6px solid transparent;
        border-bottom: 8px solid rgba(50, 50, 50, 0.9);
        border-top:  6px solid transparent;
    }

    .l-box,
    .r-box {
        margin-right: 3%;
    }

    .inner_form .info.nottl .col-l {
        width: 100%;
    }

    .search-group .control-label.aaf {
        width: 44%;
    }

    .mw_06 .app_btn dl div {
        padding: 0 20px;
    }

    .mw_06 .plan_select .app_btn .cost .fs-s {
        margin: 16px 0 0 20px;
    }

    .mw_06 .plan_select .app_btn .cost .fs-ss {
        margin: 0 10px 0 -6px;
    }

    .plan_select label:hover {
        background: linear-gradient(180deg, #797979 0, #797979 30px, #fbfbfb 31px, #fbfbfb 100%);
        box-shadow: 0px 0px 0px 1px #f1f1f1;
    }

    .plan_select label:hover .c_btn {
        background: #cfcfcf;
    }

}

@media (max-width: 764px) {
    .inner_select {
        width: 90%;
    }
}

@media (max-width: 740px) {

    .plan_select .plan_flex label {
        min-width: 43%;
        max-width: 43%;
        margin-left: 5%;
    }

    .inner_select.mw_06 .plan_select label {
        margin-left: 5%;
    }

    .plan_select {
        margin-left: -5%;
    }

    .select_btn {
        margin-left: 5%;
    }

    .select_btn.bt_3,
    .select_btn.bt_2 {
        margin-left: 0;
    }

    .select_btn.bt_3.btnUna .form-app {
        /* margin: 10px 3%; */
    }
}

@media (max-width:600px) {

    .main_block,
    .inner {
        clear: both;
        overflow: hidden;
    }

    .inner {
        padding: 10px 0;
    }

    .manu_btn {
        margin-bottom: 0;
    }

    .inner.mt_40 {
        padding: 1px 0 0;
    }

    .inner.mt_40 + .inner_form {
        margin-top: 30px;
    }

    .breadcrumb + .main_block > .inner {
        padding-bottom: 0;
        padding-top: 20px;
    }

    .breadcrumb + .main_block + .main_block + .main_block + .inner {
        margin-top: -20px;
    }

    .btn-flat-vertical-border {
        width: 90%;
        margin: 0 auto;
        font-size: 1.4rem;
        height: auto;
    }

    svg.text {
        margin-top: 20px;
    }

    .manu_btn.kanri {
        margin-top: 20px;
    }

    .kanri .btn-flat-vertical-border {
        width: 100%;
    }

    .form_list dt,
    .form_list dd,
    .form_list > dl > div > dt,
    .form_list > dl > div > dd,
    .form_list.news dl div dt,
    .form_list.news dl div dd,
    .form_list.rn dl div dt,
    .form_list.rn dl div dd {
        float: none;
        width: 100%;
    }

    .form_list dl,
    .form_list.news dl div:nth-child(-n+2) dd,
    .form_list.news dl div:nth-of-type(4) dd,
    .form_list.news dl div:nth-of-type(7) dd,
    .form_list.rn dl div:nth-child(-n+3) dd,
    .form_list.rn dl div:nth-of-type(5) dd,
    .form_list.rn dl div:nth-of-type(6) dd {
        text-align: center;
    }

    .news_inner .form_list.news dl div dd,
    .news_inner .form_list.rn dl div dd,
    .form_list.news dl dd,
    .form_list.rn dl dd {
        text-align: left;
    }

    .news_inner .form_list.news dl div:nth-child(1) dd,
    .news_inner .form_list.rn dl div:nth-child(1) dd {
        text-align: center;
    }

    .form_list dt,
    .form_list dd,
    .news_nav ul li,
    .form_list .w100 p {
        font-size: 1.3rem;
    }

    .inner_block > .flex_2 .form_list,
    .inner_block .form_list dl,
    .form_list,
    .form_list.news,
    .form_list.news dl div,
    .form_list.rn,
    .form_list.rn dl div {

        padding: 0;
    }

    .inner_block .form_list dl div,
    .form_list dl div,
    .inner_block .form_list.edit dl div,
    .mw_08 .form_list dl div {
        padding: 0;
    }

    .inner_block .form_list dl div,
    .form_list dl div,
    .inner_block .form_list dl div.edit_label label,
    .inner_block .form_list dl div.edit_label > div {
        display: block;
    }

    .inner_block .form_list dl div dt,
    .form_list dt,
    h3.form_list-title.inner_block + .inner_block > .flex_2 .form_list .w_100.com p {
        background: #e8e8e8;
        padding: 4px 0 3px;
        width: 100%;
        margin-bottom: 2px;
    }

    h3.form_list-title.inner_block + .inner_block > .flex_2 .form_list .w_100.com p {
        margin-bottom: 20px;
    }

    h3.form_list-title.inner_block + .inner_block > .flex_2 .form_list .w_100.com {
        width: 100%;
        padding: 0;
    }

    .inner_block .form_list dl div dd,
    .form_list dd {
        padding: 6px 8px 8px;
        width: 100%;
        min-height: 30px;
    }

    .inner_block .form_list.edit dl div dd {
        padding: 24px 10%;
    }

    .form_list > dl > div > dd.w840w_dd {
        padding-top: 10px;
    }

    .inner_block .form_list dl div dd .help-block_2 {
        text-align: center;
    }

    .mt_40 .manu_btn {
        margin-top: -16px;
    }

    .mt_40 .manu_btn li {
        margin-left: 2%;
    }

    .mt_40 .manu_btn li {
        width: 49%;
    }

    .mt_40 .manu_btn.mb_80 {
        margin-top: 0;
        margin-bottom: 10px;
        height: 140px;
    }

    h3.form_list-title {
        text-align: center;
    }

    h3.form_list-title.inner_block {
        justify-content: center;
    }

    .form_list dl div.lg br {
        display: none;
    }

    .form_list {
        margin-bottom: 20px;
    }

    #search-form .search-button input[type="submit"] {
        width: 40%;
        margin-left: 30%;
    }

    .btn-flat-vertical-border,
    .main_3 .btn-flat-vertical-border {
        width: 38vw;
    }

    .main_3 .btn-flat-vertical-border {
        margin-bottom: auto;
    }

    .manu_btn.main_3 {
        margin-top: 20px;
    }

    .form_list > dl > div > dt br,
    .form_list.news dl div dt br,
    .w840 {
        display: none;
    }

    .form_list dl div label dd.w840_dd {
        padding-top: 6px;
    }

    .er_404 .er_txt2 {
        font-size: 2.8rem;
    }

    .inner_form .col-r .help-block + .help-block.t12 {
        top: -10px;
    }

    .select_btn.bt_3.btnUna .form-app {
        /* margin: 10px 3%; */
    }

    .inner_block .form_list dl div dd .help-block {
        text-align: center;
    }

    .inner_block > .flex_2 .form_list.memo dl > div:last-of-type dd {
        padding: 8px 14px 16px;
        text-align: left;
    }

    .search_inner {
        display: block;
    }

    .search-group .control-label {
        width: 22%;
        padding-right: 2%;
    }

    .search-group .control-label.aaf {
        width: 24%;
        padding-right: 2%;
    }

    .form_list.edit .required {
        float: none;
        margin-left: 5px;
        top: -1px;
        padding: 1px 3px 2px;
        font-size: 1rem;
    }

    .btn-default .w840 {
        display: inline;
    }

    .btn-default {
        font-size: 1.4rem;
    }

    .form-control_pd.converter {
        font-size: 1.2rem;
    }

    .convert .main_txt {
        font-size: 2rem;
    }

    .form_btn.copy,
    .inner_block > .flex_2 .form_list > div a.form_btn.copy {
        padding: 1px 6px 2px;
        margin-right: 1%;
    }

    .inner_block .form_list dl > div.w_100 dd textarea {
        width: 96%;
        margin-left: 2%;
    }

    h3.form_list-title.inner_block + .inner_block > .flex_2 .form_list .w_100.com textarea {
        width: 94%;
        margin: -4px auto;
    }

    .converter-contents.form-apply .form-group .col-r.form-control_dd .drag-drop-info {
        display: none;
    }
    /* コンテンツ生成画面のファイルアップロードフォームの説明文 */
    .drag-drop-info {
        display: none;
    }

    /* コンテンツ作成画面でのみ使用 */
    .inner_form .form-control_dd {
        padding: 12px 20px;
        background-color: #fff;
        border: 1px solid #ccd0d2;
        border-radius: 4px;
        text-align: center;
        font-size: 1.4rem;
    }

    .converter-contents.form-apply .form-group .col-r.form-control_dd {
        padding: 6px 12px;
        background-color: #fff;
        border: 1px solid #ccd0d2;
        border-radius: 4px;
        font-size: 1.2rem;
        line-height: 1.6;
        color: #555;
        display: block;
        margin: 0 auto;
    }

    .converter-contents #video-edit-group .btn-default,
    #start {
        width: 64%;
    }

    .mt_40 a .popup_help {
        top: -40px;
        left: calc(50% + 30%);
    }

    .tgl-flat + .tgl-btn {
        margin: auto;
    }

    h3.btn-default {
        justify-content: center;
        padding: 3px 10px 2px;
    }

    h3.form_list-title.inner_block + .inner_block > .flex_2 .form_list > div {
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }

    .inner_block .form_list dl > div.w_100 dt:nth-of-type(2),
    .inner_block .form_list dl > div.w_100 dt:nth-of-type(3) {
        background: none;
    }

    .inner_block .form_list dl > div.w_100 dd {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .inner_block .form_list dd .qr p span,
    .inner_block .form_list dd .qr p a {
        width: 90%;
    }

    .inner_block .form_list dd .dd_btn {
        justify-content: center;
    }

    .w600 {
        display: inline;
    }

    .rn_inner {
        width: 90%;
        margin: 40px 5% 0;
    }

    .news_inner .form_list.news,
    .rn_inner .form_list.rn,
    .news_nav {
        min-width: auto;
        margin-right: 0;
    }

    .news_inner .form_list.news_list dl div {
        display: block;
        padding: 0;
    }

    .news_inner .form_list.news_list dt {
        margin: 12px 0 8px 8px;
        font-size: 1.1rem;
        padding: 2px;
        width: 100px;
    }

    .news_inner .form_list.news_list dd {
        padding: 0 3% 18px;
        margin-left: 0;
    }

    .info.news_inner .form_list.news_list dl div {
        padding: 0 8px;
    }

    .info.news_inner .form_list.news_list dd {
        padding: 0 3% 8px;
    }

    .info.news_inner .form_list.news_list dt {
        margin: 10px 0 2px 0;
    }
}


@media (max-width: 600px) {
  .manu_btn.main_4 li { min-width: calc((100% / 2) - 2.1%); margin-bottom: 2%; }
    .manu_btn.main_4 li:nth-of-type(odd) { margin-left: 0; }
}
@media (max-width: 567px) {
    .manu_btn {
        margin: 30px auto 0;
    }
    .manu_btn.kanri li:nth-of-type(odd) { margin-left: 0; }
    .manu_btn.kanri .btn-flat-vertical-border span { font-size: 1.4rem; }

    .manu_btn.main_3,
    .manu_btn.kanri {
        margin-top: 10px;
    }

    .info {
        margin: 26px auto;
    }

    .manu_btn li,
    .manu_btn.main_3 li,
    .manu_btn.main_4 li {
        margin-bottom: 15px;
    }
      .manu_btn.main_3 li:first-of-type, .manu_btn.main_3 li:nth-of-type(4) { margin-left: 0; }

    .inner_block > .flex_2 .form_list > div a {
        margin-left: 0;
    }

    .inner_block > .flex_2 .form_list > div a + span {
        font-size: 1rem;
        margin-left: 0;
    }
}

@media (max-width: 520px) {

    .plan_select label {
        min-width: 80%;
        margin-bottom: 30px;
        margin-left: 0;
    }

    .mw_06 .app_btn dl {
        padding: 8px 0;
    }

    .select_btn .c_btn,
    .inner_select .form-control.input-sm,
    .select_btn .form_btn,
    .select_btn label {
        width: 80%;
        margin: auto;
    }

    .select_btn.bt_3 {
        display: block;
    }

    .select_btn.bt_3.btnUna > .form-app:first-of-type,
    .select_btn.bt_3.btnUna > .form-app:first-of-type + .form-app {
        margin: 20px auto;
        /* position: relative;
        top: -20px; */
    }

    .select_btn.bt_3.btnUna .form-app.Rej + .form-app,
    .select_btn.bt_3.btnUna .form-app.Rej + .form-app + .form-app {
        top: -80px;
    }

    .select_btn.bt_3.btnUna .form-app.Rej {
        top: 100px;
    }

    .inner_select .form-control.input-sm {
        margin-bottom: 20px;
    }

    .inner_form .form-control.col_2 {
        width: 45%;
    }

    .inner_form .form-control.col_2 + span {
        width: 10%;
    }

    .col-r select.select,
    .form-control_pd {
        width: 100%;
    }
    form-control_mmyydata {
        width: 48%;
    }

    .er_404 .er_txt2 {
        font-size: 2.4rem;
    }

    .er_404 .er_txt {
        font-size: 1.2rem;
        text-align: left;
    }

    .er_404 {
        padding: 0 3%;
    }

    .inner_form .form-control_radio.col-r label input {
        margin-left: 10px;
    }

    #video-edit-button,
    #start {
        width: auto;
        padding: 8px 16px;
    }

    .search-group .control-label,
    .search-group .control-label.aaf {
        width: 30%;
    }

    .plan_select label,
    .inner_select.mw_06 .plan_select label,
    .plan_select .plan_flex label {
        max-width: 90%;
        min-width: 90%;
    }

    .mw_06 .app_btn dl div {
        padding: 0 10px;
    }

    .mw_06 .plan_select .app_btn .cost .fs-s {
        float: none;
        width: 100%;
        margin: 0 0 0 10px;
    }

    .mw_06 .plan_select .app_btn .cost .ta_r {
        float: none;
        width: 100%;
        margin-top: -12px;
    }

    .mw_06 .plan_select .app_btn .cost .fs-ss {
        margin: 0 0 0 -6px;
    }

    .manu_btn.main_3 li { min-width: calc((100% / 2) - 2.1% ); }
    .manu_btn.main_3 li:nth-of-type(odd) { margin-left: 0; }
    .manu_btn.main_3 li:nth-of-type(even) { margin-left: 2%; }
}

@media (max-width: 460px) {

    .select_btn .c_btn,
    .inner_select .form-control.input-sm,
    .select_btn .form_btn,
    .select_btn label {
        width: auto;
        margin: auto;
    }

    .inner_select .form-control.input-sm {
        margin-bottom: 20px;
    }

    .sp {
        display: inline;
    }

    .er_404 .er_txt2 {
        font-size: 2rem;
    }

    .inner_form .col-r .help-block {
        line-height: 1.2;
        font-size: 1rem;
    }

    .inner_form .col-r .help-block + .help-block.t12 {
        top: -9px;
    }

    .l-box,
    .r-box {
        width: 96%;
        float: none;
        margin-right: 4%;
        margin-left: 0;
    }

}

@media (max-width:450px) {
    svg.text {
        height: 40px;
        margin-top: 16px;
    }

    .user {
        width: 100%;
        margin: -2px auto 0;
    }

    .dropdown a {
        max-width: 180px;
    }

    .dropdown a .overflow {
        width: 180px;
    }

    /*nav {
        margin-top: -50px;
    }*/

    /*#header {
        height: auto;
    }*/

    .manu_btn.kanri {
        margin-bottom: 0;
    }

    .user.nologin {
        width: auto;
        margin-right: 60px;
    }

    .mt_40 .manu_btn.mb_80 {
        height: 110px;
    }

    .manu_btn.kanri li a {
        padding: 20px 0;
    }

    .manu_btn.kanri li {
        margin-bottom: 15px;
    }

    .info {
        margin: 20px auto;
    }

    .btn-flat-vertical-border,
    .main_3 .btn-flat-vertical-border {
        width: 97%;
    }

    .btn_l,
    .btn_r {
        float: none;
        text-align: center;
    }

    .btn_l {
        margin-top: -16px;
        margin-bottom: 16px;
    }

    .btn_l:nth-of-type(2) {
        margin-top: 0;
        margin-bottom: -2px;
        width: 100%;
        text-align: left;
    }

    .btn_l:nth-of-type(2).top .form_btn {
        margin: 0 8px 2px 0;
    }

    .inner_block > .flex_2,
    h3.form_list-title.inner_block,
    h3.form_list-title.inner_block + .inner_block {
        min-width: 86%;
    }

    .inner_form .form-control_radio.col-r label {
        display: block;
        width: 100%;
    }

    .inner_form .form-control_radio.col-r label:first-of-type input,
    .inner_form .form-control_radio input[type="radio"] {
        margin-left: 10px;
    }

    .form-apply .form-group dd.col-r {
        margin-left: 20px;
    }

    .select_btn.btnUna {
        display: block;
    }

    .select_btn.btnUna button.c_btn,
    .select_btn.btnUna .form-app {
        margin: auto;
        font-size: 1.4rem;
    }

    .select_btn.btnUna.bt_2 > .Rej + .form-app {
        /* position: relative;
        top: -40px; */
    }

    .select_btn.btnUna.bt_2 + .select_btn.btnUna.bt_2 > .Rej + .form-app {
        /* position: relative;
        top: -70px; */
    }

    .select_btn.btnUna.bt_2 > .Rej {
        /* top: 65px;
        position: relative; */
    }

    .select_btn.btnUna .form-app:nth-of-type(2),
    .select_btn.btnUna button.c_btn + .form-app.c_btn {
        margin-top: 20px;
    }

    .select_btn.bt_3.btnUna .form-app,
    .form_btn {
        font-size: 1.4rem;
    }

    .select_btn.bt_3.btnUna .form-app.Rej {
        top: 90px;
    }

    .search-group .control-label {
        width: 26%;
        padding-right: 2%;
    }

}

@media (max-width: 440px) {
    .btn-default {
        font-size: 1.2rem;
    }

    .converter-contents #video-edit-group .btn-default,
    .converter-contents .disabled-btn {
        width: 76%;
        font-size: 1.3rem;
    }

    .mt_40 a .popup_help {
        top: -40px;
        left: calc(50% + 30%);
    }

    .inner_form .news .col-r.r_no .col-r {
        width: 24%;
    }
}



@media (max-width:380px) {

    .inner,
    .btn-flat-vertical-border {
        width: 96%;
    }

    .inner.mt_40 {
        width: 94%;
    }

    .inner_form {
        width: 96%;
    }

    .inner_form h2,
    .form-terms h4.info-title {
        margin-left: 3%;
    }

    .inner {
        padding-bottom: 0;
    }

    .er_404 {
        font-size: 2.4rem;
    }

    .search-group .control-label,
    .search-group .control-label.aaf {
        width: 40%;
    }
    .manu_btn.kanri .btn-flat-vertical-border span { font-size: 1.2rem; }
    .manu_btn.kanri li a { padding: 15px 0; }

    .btn-flat-vertical-border span { font-size: 1.2rem; }
}

@media (max-width:350px) {
    .er_404 .er_txt2 {
        font-size: 1.8rem;
    }

    .form_list .w100 .form_btn {
        font-size: 1.2rem;
        padding: 6px;
        width: auto;
        min-width: auto;
    }
}

@media (max-width:280px) {
    .btn-flat-vertical-border span {
        display: none;
    }

    .kanri .btn-flat-vertical-border span {
        display: inline;
    }

    svg.text {
        margin-top: 0;
        fill: #ffffff;
        margin-bottom: 8px;
    }

    .manu_btn li,
    .manu_btn.main_3 li,
    .manu_btn.main_4 li,
    .manu_btn.kanri li {
        background: #fd8b39;
        min-width: 80%;
        margin-bottom: 10px;
    }

    .manu_btn.main_3.kanri li {
        min-width: 80%;
    }

    .manu_btn li a,
    .manu_btn.main_3 li a,
    .manu_btn.main_4 li a,
    .manu_btn.kanri li a {
        padding: 8px 0;
    }

    .manu_btn.kanri .btn-flat-vertical-border span {
        font-size: 1.4rem;
    }

    .mt_40 .manu_btn.mb_80 {
        height: 80px;
    }

}

@media (max-width: 260px) {
    .user.nologin {
        width: 100%;
        margin: 0 auto 14px;
    }
}












/* Loader */
.loader {
    margin: 100px auto;
    width: 120px;
    height: 120px;
    position: relative;
}

.loader .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.loader .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #787878;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 2.4s infinite ease-in-out both;
    animation: sk-circleFadeDelay 2.4s infinite ease-in-out both;
}

.loader .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.loader .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.loader .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.loader .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.loader .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.loader .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.loader .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}

.loader .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

.loader .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.loader .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}

.loader .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}

.loader .sk-circle2:before {
    -webkit-animation-delay: -2.2s;
    animation-delay: -2.2s;
}

.loader .sk-circle3:before {
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

.loader .sk-circle4:before {
    -webkit-animation-delay: -1.8s;
    animation-delay: -1.8s;
}

.loader .sk-circle5:before {
    -webkit-animation-delay: -1.6s;
    animation-delay: -1.6s;
}

.loader .sk-circle6:before {
    -webkit-animation-delay: -1.4s;
    animation-delay: -1.4s;
}

.loader .sk-circle7:before {
    -webkit-animation-delay: -1.2s;
    animation-delay: -1.2s;
}

.loader .sk-circle8:before {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.loader .sk-circle9:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8;
}

.loader .sk-circle10:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.loader .sk-circle11:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.loader .sk-circle12:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

@-webkit-keyframes sk-circleFadeDelay {

    0%,
    39%,
    100% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }
}

@keyframes sk-circleFadeDelay {

    0%,
    39%,
    100% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }
}






/*Dark*/
/*
body.darkmode {
    color: #ffffff;
}

.darkmode .hidden_box {
    background: #0c0c0c;
}

.darkmode .hidden_box label {
    background: #0c0c0c;
    border-bottom: 1px solid #505050;
}

.darkmode .main {
    background: #383838;
    background: linear-gradient(-60deg, #4e4e4e, #383838);
}

.darkmode .breadcrumb {
    background: #383838;
    color: #ffffff;
    border-bottom: 1px solid #505050;
}
*/







/*
input[type="button"]#back:disabled,
input[type="submit"]:disabled {
    background: #000000;
}
*/



/* Coming Soon */
.manu_btn.main_4 li.cs,
.manu_btn.main_3 li.cs {
    background: linear-gradient(180deg, #c7c7c7 0, #c7c7c7 29px, #fbfbfb 29px, #fbfbfb 100%);
    box-shadow: 0px 0px 0px 1px #f1f1f1;
    pointer-events: none;
}

.manu_btn.main_4 li.cs svg.text,
.manu_btn.main_3 li.cs svg.text {
    fill: #c6c6c6;
    height: 40px;
}

.manu_btn.main_4 li.cs svg.text + br + span,
.manu_btn.main_3 li.cs svg.text + br + span {
    color: #c6c6c6;
}




/*table*/
.inner_table_ov table th,
.inner_table_ov table td {
  vertical-align: middle;
}
.main_inner,
.search-group,
.search-group label {
    font-size: 1.4rem;
}

/*削除予定TOPページのみに使用しているCSS*/
.btn-1 {
    max-width: 40%;
    margin-left: 30%;
}

.manu_btn.btn-1 li a {
    display: inline-block;
    padding: 3px 0 10px;
    width: 100%;
}

@media (max-width:768px) {
    .btn-1 {
        max-width: 70%;
        margin-left: 15%;
    }
}

@media (max-width:600px) {
    .mt_40 .manu_btn.btn-1 li {
        width: 100%;
    }
}

@media (max-width:280px) {
    .manu_btn.btn-1 li a {
        padding: 11px 0 0;
    }
}

/*---------- プレスホルダーカラー -----------*/
input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #ddd!important;
}

input::-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ddd!important;
}

input::placeholder {
    /* Others */
    color: #ddd!important;
}

textarea::placeholder {
    color: #ddd!important;
}



/* ==============================
  利用申し込み部分
============================== */
/*---------- 申込みフォームの選択次第で入力不可部分 -----------*/
.inner_form input.readOnly {
  background-color: rgb(192, 192, 192);
  color: rgb(102, 102, 102);
}

/*---------- 申込みフォームの注意書き部分 -----------*/
.inner_form span.incomplete-notice {
  border: solid 3px #ff0000;
  color: #ff0000;
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
/* -----------利用規約部分追記----------- */
.form-terms iframe {
  padding: 14px;
}
ul.wraplist{padding-left: 3rem; }
ul.wraplist { margin: 6px 0 20px; }
ul.innerlist {padding-left: 2.8rem; }
ul.wraplist li, ul.innerlist li { position: relative; }
ul.wraplist li:nth-child(n+2) { margin-top: 8px; }
ul.innerlist li { margin-top: 2px!important; }
ul.wraplist li span.num, ul.innerlist li span.num {
    position: absolute;
    _position: static;
    _display: inline-block;
    top: 0;
    left: -2.0em;
    _left: 0;
}
ul.wraplist li span.num-kana, ul.innerlist li span.num-kana {
    position: absolute;
    _position: static;
    _display: inline-block;
    top: 0;
    left: -2.8em;
    _left: 0;
}
/* -----------利用申込み　クレジットカードロゴ部分----------- */
.notes-creditBox {}
.notes-creditBox > ul {
  margin: 0;
  display:-webkit-box;
    display:-ms-flexbox;
  display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
  align-items: center;
    -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.notes-creditBox > ul li:first-of-type {
  width: 80px;
}
.notes-creditBox > ul li:nth-of-type(2) {
  box-sizing: border-box;
  font-size: 1.3rem;
  line-height: 1.2;
  padding-left: 10px;
}
@media (max-width: 600px) {
  .notes-creditBox > ul li:first-of-type {
    width: 20%;
  }
  .notes-creditBox > ul li:nth-of-type(2) {
    font-size: 1.1rem;
    width: 80%;
  }
  .notes-creditBox > ul li:nth-of-type(2) br { display: none; }
}
/* -----------利用申込み画面や管理画面の　パスワード候補 ----------- */
.password-candidate {
  color: #827f86;
  display: block;
  font-size: 1.4rem;
  margin-bottom: 3%;
}
/* -----------カーソル：デフォルトに設定（カスタムプラン申込みページなど） ----------- */
.cursolDefault { cursor: default!important; }

/* -----------申し込み画面、ログイン画面の利用規約承諾文言 ----------- */
.askTerms-box p {
  font-size: 1.2rem;
  margin-bottom: 0;
}
.askTerms-box p>a { color: #fd8a39; }
  .askTerms-box p>a:hover { opacity: 0.6; }
.mt10 { margin-top: 10px!important; }

/* -----------申し込み画面、プラン変更画面の利用規約承諾文+チェックボックス ----------- */
.terms{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: center;
}.mt30{ margin-top: 30px!important; }
.term__group {
  font-size: 1.2rem;
  margin-bottom: 0;
}
.term__label {
  display: flex;
  align-items: flex-start;
  font-size: 1.2rem;
  margin-bottom: 0;
}
.terms__checkbox {
  margin-right: 4px;
}
.term__text {
  white-space: normal;
  text-align: left; 
  word-wrap: break-word;
  align-items: flex-start;
  overflow-wrap: break-word;
}
.term__info{ 
  white-space: normal;
  text-align: center; 
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.term__link{ color: #fd8a39 !important }
  .term-group label a:hover { opacity: 0.6; }

/* -----------ログイン画面もしかして… ----------- */
.askApply-box .form_btn { margin-top: 10px!important; max-width: 200px; }

/* -----------希望サブドメイン----------- */
input.company-SubDomain {
  display: inline-block!important;
  max-width: 100px;
  margin:0 2px;
}
.mb20 {padding-bottom: 20px!important}

/* ==============================
  管理画面
============================== */
/* -----------ヘッダー部分 スマホ時にはアイコンに ----------- */
#header .user-spOnly { display: none; }
@media (max-width: 520px) {
  #header .user-pcOnly { display: none; }
  #header .user-spOnly {
    display: block!important;
  }
  #header .user.onlogin {
    width: 32px;
    margin-right: 65px;
  }
  #header .user a.user-spOnly img { height: 32px; }

  .dropdown a {
    min-width: inherit;
  }
  .dropdown a .overflow {
    display: block;
    padding: 0;
    overflow: hidden;
    position: relative;
    width: 35px;
    white-space: inherit;
    text-overflow: inherit;
  }
  .user .dropdown, .user .switch_mode {
    padding: 0;
    font-size: 0;
    line-height: 42px;
    display: inline-block;
    color: #a9a9a9;
    position: relative;
  }
  .dropdown.open .dropdown-menu{ width: inherit; }
  .dropdown.open .dropdown-menu>li>a { padding: 0 5px; }
}

/* -----------利用状況画面、契約情報画面内の現在プラン表示関連----------- */
.planFlexWrap {
    margin-top: 20px;
}
.planFlexWrap .planBox {
  text-align: center;
  margin: 0 auto;
}
.planFlexWrap .planBox_btn {
  background: #fff;
  border: solid 1px #fd8c39;
  border-radius: 4px;
  cursor: pointer;
  color: #fd8c39!important;
  font-size: 1.2rem;
  display: inline-block;
  letter-spacing: -0.05rem;
  margin-left: auto;
  padding: 8px 14px;
}
.planFlexWrap .planBox dl {
  border: 2px solid #fd8d39;
  box-sizing: border-box;
  display: inline-block;
  letter-spacing: 0rem;
  padding: 10px 15px 12px;
    max-width: 800px;
  width: 100%;
}
.planFlexWrap .planBox dl dt {}
.planFlexWrap .planBox dl dt > span { font-size: 2rem; }
.planFlexWrap .planBox dl dd { font-size: 1.2rem; margin-top: 5px; text-align: right; }
.planFlexWrap .planBox dl dd a { color: #70889c; }
.planFlexWrap .planBox dl dd a:hover { opacity: 0.5 ; }
@media (max-width: 425px) {
  .planFlexWrap {}
  .planFlexWrap .planBox { text-align: left; }
  .planFlexWrap .planBox dl { padding: 15px 15px 14px; }
  .planFlexWrap .planBox dl dt { font-size: 1.2rem; }
  .planFlexWrap .planBox dl dt > span { display: block; font-size: 2rem; }
  .planFlexWrap .planBox dl dd { font-size: 1.1rem; margin-top: 5px; }
  .planFlexWrap .planBox dl dd a { color: #70889c; }
  .planFlexWrap .planBox dl dd a:hover { opacity: 0.5 ; }
}

/* -----------利用状況画面、契約情報画面内の現在プラン表示関連----------- */
.companiesName {
  margin-top: 30px;
  text-align: right;
  width: 100%;
}
.companiesName select.select {
  border-radius: 4px;
  border: 1px solid #cccfd2;
  background: #ffffff;
  background-image: url(../img/common/down.png);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: right 12px center;
  height: inherit;
  padding: 8px 40px 8px 12px;
  font-size: 1.2rem;
}

.companiesName select.select::-ms-expand { display: none; }
@media (max-width: 960px) {
  .companiesName select.select { width: auto }
}

.usage-stateTable { margin-top: 20px; }


/* -----------メニューボタン----------- */
ul.manuButtonBox {
  margin-top: 40px;
  width: 100%;
    display:-webkit-box;
    display:-ms-flexbox;
  display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
  justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
  align-items: center;
    -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
ul.manuButtonBox li { width: calc((100% / 3) - 2%);}
ul.manuButtonBox li:nth-child(n+4) { margin-top: 2%; }
ul.manuButtonBox li a {
  background-color: #fd8d39;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  padding: 25px 0;
  text-align: center;
  width: 100%;
}
ul.manuButtonBox li a:hover { transform: translateY(4px); }
@media (max-width: 600px) {
  ul.manuButtonBox { margin-top: 20px; }
  ul.manuButtonBox li { width: calc((100% / 2) - 2%);}
  ul.manuButtonBox li a { padding: 15px 0; }
    ul.manuButtonBox li:nth-child(n+3) { margin-top: 2%; }
}

/* -----------フラッシュメッセージ----------- */
.modFlashMessage {
  border: solid 2px #FF0000;
  background-color: white;
  font-size: 1.4rem;
  padding: 8px 0;
  text-align: center;
}

/* -----------リンク設定----------- */
.infoContents__text__link {
    transition: .4s;
    color: #70889c;
    border-bottom: 1px dotted;
}
.infoContents__text__link:hover {
    opacity: .8;
}

/* -----------一覧系、チェックボックスのかーそる対応----------- */
.inner_table_ov form input[type="checkbox"] {
  cursor: pointer;
}
/* -----------一覧からの詳細ページ、入力系----------- */
.form-control--width {
  width: 72%!important;
  margin-top: 5px;
}
.pluralBtn {
  background: #fff;
  border: 1px solid #ccc!important;
  border-radius: 5px!important;
  cursor: pointer;
  height: 25px;
  width: 25px;
  margin: 0;
  padding: 0;
}
.btnBox--block {
  display: block!important;
  padding: 0!important;
}
/* ----------- h2. ----------- */
.pageContents .h_inner {
    background-color: rgba(247,248,248,1);
    border-bottom: solid 1px #ccd0d4;
    padding: 10px 20px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}
.pageContents .info-title {
    font-size: 1.7rem;
    margin-bottom: 0;
}


/* -----------全ページ共通、告知・警告系メッセージ----------- */
.alertMessage {
  width: 100%;
}
.alertMessage__text {
  border-bottom: 1px solid transparent;
  font-size: 1.4rem;
  padding: 10px 20px;
  width: 100%;
}
.alertMessage__text a {
  font-weight: bold;
  cursor: pointer;
}
.alertMessage__text a:hover{
  opacity: 0.6;
}
.alertMessage__text--success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;;
}
.alertMessage__text--info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alertMessage__text--warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;;
}
.alertMessage__text--danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* ----------- 新規コンテンツ作成のモーダル部分 ----------- */
/* 成功 */
.modalCreateProgress {
  text-align: center;
  padding-top: 60px;
}
.modalCreateProgress__icon {
  text-align: center;
}
.modalCreateProgress__icon__item {
  color: #fd8b39;
  font-size: 10rem;
  text-align: center;
}
.modalCreateProgress__text {
  margin-top: 40px;
}
/* 失敗 */
.modalCreateError {
  text-align: center;
  padding-top: 100px;
}
.modalCreateError__text {
  font-size: 2rem;
}
.modalCreateError__btn {
  margin-top: 40px;
}
.modalCreateError__btn__item {
  background-color: #fd8a39;
  border-color: rgba(252,120,32,1);
  color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  letter-spacing: .001rem;
  padding: 6px 12px;
  text-align: center;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
}
.mtHeader {
  margin-top: 50px;
}
.infoWrap {
    clear: both;
}

/* アンケート */
.form-apply .infoContents__wrap {
    margin-top: 2rem;
    position: relative;
}
.form-apply .infoContents__pluralBtn {
    margin-top: 1rem;
    text-align: right;
    width: 89%;
}
@media (max-width: 960px) {
    .form-apply .infoContents__pluralBtn {
        width: 94%;
    }
}
@media (max-width: 768px) {
    .form-apply .infoContents__pluralBtn {
        margin-top: 0;
        padding-right: calc(2% + 15px);
        width: 100%;
    }
}
.infoContents__wrap .infoContents__pluralBtn .pluralBtn {
    display: block;
}
.infoContents__wrap .infoContents__pluralBtn .pluralBtn:nth-of-type(n+2) {
    margin-top: .2rem;
}
@media (max-width: 768px) {
    .infoContents__wrap .infoContents__unit:nth-of-type(n+2) {
        margin-top: 0!important;
    }
    .infoContents__wrap .infoContents__pluralBtn {
        position: absolute;
        top: 0;
        left: inherit;
        right: calc(2% + 15px);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .infoContents__wrap .infoContents__pluralBtn .pluralBtn {
        display: inline-block;
    }
    .infoContents__wrap .infoContents__pluralBtn .pluralBtn:nth-of-type(n+2) {
        margin-top: 0;
    }
}
/* /アンケート */

.form-apply .infoContents__unit.modFlexBox {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
	justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
	align-items: flex-start;
}
@media (max-width: 768px) {
    .form-apply .infoContents__unit.modFlexBox {
        display: block;
    }
}
.infoWrap--contentsCreate {
    border: 1px solid #f3f3f3;
    background-color: #fff;
    display: inline-block;
    padding: 1.5rem 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-right: 5%;
    width: 100%;
}
.infoWrap--contentsCreate .infoContents__unit:nth-of-type(n+2) {
    margin-top: 1rem;
}
.infoWrap--contentsCreate .infoContents__title {
    padding-left: 6%!important;
}
.infoWrap--contentsCreate .infoContents__title--note {
    color: #fd8b39;
    font-size: 12px;
    display: block;
}
@media (max-width: 768px) {
    .infoWrap--contentsCreate .infoContents__title {
        padding-left: 5%!important;
    }
    .infoWrap--contentsCreate {
        margin-top: 0;
        margin-right: 0;
        padding: 1rem 0 .5rem;
    }
    .infoWrap--contentsCreate .infoContents__title--note {
        padding-left: 18px;
    }
}
.noTotaling {
    display: block;
    padding: 15px 24px;
}

/* ==============================
  その他
============================== */
/* -----------一時対応 ----------- */
body.bg-staging,
body.bg-staging .pageContents {
  background-image: url(../img/common/bg_staging.gif);
  background-repeat: repeat;
}
body.bg-develop,
body.bg-develop .pageContents  {
  background-image: url(../img/common/bg_develop.gif);
  background-repeat: repeat
}

/* ----------- とりあえずの調整用 ----------- */
.h_inner+.inner_form.edit {
    margin-top: 30px;
}
.back_button {
    margin-top: 20px;
}
.back_button a {
    color: #ffffff;
    font-size: 1.6rem;
    background-color: #fd8a39;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    margin-top: 15px;
    padding: 8px 20px;
    transition: color .3s, box-shadow .3s, transform 0.3s;
}
.btnWrap--enquete {
    text-align: center;
    margin-top: 8px;
}
.btnWrap--enquete .form_btn {
    padding: 6px 10px 4px;
    border-radius: 4px;
    background: #fd8a39;
    font-size: 1.2rem;
    color: #ffffff!important;
    display: inline-block;
    margin: 6px 2%;
    border: none;
    cursor: pointer;
    transition: color .3s, box-shadow .3s, transform 0.3s;
    white-space: nowrap;
}
@media (max-width: 600px) {
    .btnWrap--enquete {
        text-align: center;
        margin-top: 0;
    }
}
/* ----------- プランチェンジ確認画面などで出す　注意ボックス ----------- */
.attentionWrap {
    background-color: #fcfcfc;
    border: solid 2px #fd8c39;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 1.2rem;
    margin: 0 auto 2rem;
    padding: 1rem 1.5rem 1.2rem;
    text-align: center;
    width: 100%;
    max-width: 700px;
}
.attentionWrap__title {
    color: #fd8c39;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: .5rem;
    text-align: center;
}
.attentionWrap__title::before {
    display: inline-block;
    content: '\f071';
    font-family: "Font Awesome 5 Free";
    font-size: 1.4rem;
    margin-right: 5px;
    position: relative;
    top: -1px;
}
.attentionWrap__item {}
.attentionWrap__item__textL {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0 .2rem;
}
.attentionWrap__item--margin-top {
    margin-top: 20px ;
}
/* ----------- 利用申請詳細却下ボタンスマホ時に重なる対応 ----------- */
@media (max-width: 450px) {
  .Rej-top {
    top: 0!important;
  }
}

.grecaptcha-badge {
    bottom: 100px!important;
}

@media (max-width: 425px) {
    .modBreakSP {
        display: block;
    }
    #format.tab .tabBtn {
        font-size: 1.3rem!important;
    }
}

/* ----------- コンテンツ作成のタブの挙動など ----------- */
.btn-tab--scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.btn-tab--scroll::-webkit-scrollbar {
    display:none;
}
.btn-tab--scroll .btn-default {
    white-space: nowrap;
    width: auto;
    padding: 1rem 2rem;
}


/* コンテンツ作成画面：DXExpoパネル数表示 */
.form-group--notice {
    margin-top: 0!important;
    text-align: center;
}

/* フォーム下にフォームが挿入されるケース */
/* 中央揃えを強制解除する */
.form-group--popuped {
    align-items: normal!important;
    display: inline-block!important;
    width: 100%;
}

/* 追加表示されるフォームの中でフォームの固定を行う*/
.bind-form {
    align-items: center;
    display: flex;
    width: 100%;
}

.panelNoticeBox {
    text-align: center;
    padding: 1rem;
    border: solid 1px #fd8c39;
    width: 100%;
}
.panelNoticeBox__item {
    font-size: 1.4rem;
}
.panelNoticeBox__item--error {
    color: #fd8939;
    font-weight: bold;
}
.panelNoticeBox__strong {
    font-size: 1.6rem;
    font-weight: bold;
}
@media (max-width: 768px) {
    .form-group--notice {
        margin-top: 0!important;
        padding-bottom: 1rem!important;
    }

    .bind-form {
        align-items: normal;
        display: inline-block;
    }

}

/* マイぺなどで変更画面の添書き */
.attach-block {
    color: #868686;
    display: block;
    font-size: 1.1rem;
    line-height: 1.4;
    text-align: left;
    padding: 4px 0 0;
    width: 100%;
}

.control-label--noPtop {
    padding-top: 0!important;
}

/* Liveact用のlink text */
.link-text {
    color:#fd8a39;
}
