@charset "utf-8";

/*                reset
======================================================= */

body,
h1,
h2,
h3,
h4,
h5,
table,
th,
td,
ul,
li,
ol,
dl,
dt,
dd,
form,
p,
table,
th,
td {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    list-style-type: none;
    font-size: 100%;
}

body {
    color: #1c1c22;
    background-color: #ffffff;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    line-height: 1.5;
    font-size: 12px;
    -webkit-text-size-adjust: none;
}

p {
    line-height: 1.5;
}


/* for IE6 */

* html body {
    font-size: 100%;
}

a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
}

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

a img {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

input,
textArea,
select,
button {
    background: none;
    margin: 0px;
    outline: none;
    padding: 0px;
    font-weight: normal;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    list-style-type: none;
    font-size: 12px;
}

* {
    box-sizing: border-box;
}

@font-face {
    font-family: 'FontAwesome';
    src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon.eot?bo999l");
    src: url("../fonts/icomoon.eot?bo999l#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?bo999l") format("truetype"), url("../fonts/icomoon.woff?bo999l") format("woff"), url("../fonts/icomoon.svg?bo999l#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}


/* mailアイコン追加のためのフォント */

@font-face {
    font-family: 'icomoon-mail';
    src: url("../fonts/icomoon-mail.eot?bo999l");
    src: url("../fonts/icomoon-mail.eot?bo999l#iefix") format("embedded-opentype"), url("../fonts/icomoon-mail.ttf?bo999l") format("truetype"), url("../fonts/icomoon-mail.woff?bo999l") format("woff"), url("../fonts/icomoon-mail.svg?bo999l#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'icomoon-bullhorn';
    src: url('../fonts/icomoon-bullhorn.eot?sogb4h');
    src: url('../fonts/icomoon-bullhorn.eot?sogb4h#iefix') format('embedded-opentype'), url('../fonts/icomoon-bullhorn.ttf?sogb4h') format('truetype'), url('../fonts/icomoon-bullhorn.woff?sogb4h') format('woff'), url('../fonts/icomoon-bullhorn.svg?sogb4h#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}


/*                link
======================================================= */

a:link {
    color: #1c1c22;
    text-decoration: none;
}

a:visited {
    color: #1c1c22;
    text-decoration: none;
}

a:hover {
    color: #128ec8;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}


/*                common
======================================================= */

.clear:after {
    content: '';
    display: block;
    clear: both;
}

.clear_both {
    clear: both;
}

.hidden {
    overflow: hidden;
}


/*                leyout
======================================================= */

body {
    min-width: 1024px;
}

body#login {
    background: #f8f8f9;
    height: 740px;
}

body#dashboard {
    background: #f8f8f9;
}

body#dashboard.setup {
    background: #fff;
}

#wrapper {
    overflow: hidden;
}

#main_area {
    display: flex;
    flex-direction: row;
}

#article #main_area {
    padding-bottom: 100px;
}

#article.setup #main_area {
    padding-bottom: 0;
}

#main_area .main_cont {
    flex: 1;
    padding-top: 32px;
    padding-right: 40px;
    margin-bottom: 20px;
}

#main_area .right_cont {
    background: #f8f8f9;
    width: 300px;
    padding-top: 15px;
    border-left: 1px #dcdcdc solid;
}

.main_width {
    max-width: 100%;
}

.container_flex {
    display: flex;
    flex-direction: row;
}

.container_table {
    display: table;
}

.container_table .item {
    display: table-cell;
}

ul.asterisk {
    margin-top: 0.3em;
    margin-bottom: 0.3em;
}

ul.asterisk li {
    padding-left: 1em;
    text-indent: -1em;
}

ul.asterisk li:before {
    content: '※';
}

p.asterisk {
    padding-left: 1em;
    text-indent: -1em;
}

p.asterisk:before {
    content: '※';
}

span.asterisk:before {
    content: '※';
}

ul.period {
    display: flex;
    flex-direction: row;
    font-size: 116.7%;
}

ul.period li {
    cursor: pointer;
    border: 1px solid #d2d2d2;
    background: #fff;
    padding: 10px 12px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

ul.period li+li {
    border-width: 1px 1px 1px 0;
}

ul.period li.day {
    border-radius: 8px 0 0 8px;
}

ul.period li.month {
    border-radius: 0 8px 8px 0;
}

ul.period li.active {
    color: #fff;
    border-color: #1a86ca;
    background: #1a86ca;
}

ul.period li:hover {
    color: #fff;
    border-color: #1a86ca;
    background: #1a86ca;
}

ul.side_direction {
    margin-bottom: 8px;
}

ul.side_direction li {
    color: #646464;
    display: inline-block;
    margin-right: 5px;
}

ul.side_direction li:before {
    background-color: #646464;
    content: '';
    display: inline-block;
    height: 10px;
    position: relative;
    top: 1px;
    width: 1px;
    margin-right: 5px;
}

ul.side_direction li:first-child:before {
    content: none;
}

input[type="text"],
input[type="mail"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
select {
    height: 50px;
    border: 1px #d2d2d2 solid;
    width: 100%;
    border-radius: 6px;
    background: #fff;
    padding: 0.5em 0.7em;
    font-size: 116.7%;
}

textarea {
    border: 1px #dcdcdc solid;
    width: 100%;
    border-radius: 6px;
    background: #fff;
    padding: 0.5em 0.7em;
    font-size: 116.7%;
}

button,
input,
select,
textarea {
    font-family: inherit;
    line-height: 1.5;
}

a.t_link {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    font-size: 14px;
    color: #0aaa5a;
    font-weight: bold;
}

a.t_link:hover {
    color: #128ec8;
}

button {
    cursor: pointer;
    color: #fff;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

button:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
}

button.h_60 {
    width: 210px;
    height: 60px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 30px;
}

button.h_45 {
    width: 210px;
    height: 45px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 30px;
}

button.h_30 {
    width: 210px;
    height: 30px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 30px;
}

button.c_green {
    background: #0aaa5a;
}

button.c_gray {
    background: #55555a;
}

button.c_pink {
    background: #dd3f61;
}

button.w_260 {
    width: 260px;
}

button.w_240 {
    width: 240px;
}

button.w_120 {
    width: 120px;
}

button.w_100 {
    width: 100px;
}

button.w_60 {
    width: 60px;
}

a.btn {
    color: #fff;
    display: inline-block;
    text-align: center;
}

a.btn.h_60 {
    width: 210px;
    height: 60px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 30px;
    padding-top: 10px;
}

a.btn.h_45 {
    width: 210px;
    height: 45px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 30px;
    padding-top: 10px;
}

a.btn.h_30 {
    width: 210px;
    height: 30px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 30px;
    padding-top: 10px;
}

a.btn.c_green {
    background: #0aaa5a;
}

a.btn.c_gray {
    background: #55555a;
}

a.btn.c_pink {
    background: #dd3f61;
}

a.btn.w_120 {
    width: 120px;
}

a.btn.w_100 {
    width: 100px;
}

a.btn.w_60 {
    width: 60px;
}

span {
    position: relative;
}

span label.arrow:after {
    pointer-events: none;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    font-size: 20px;
    content: "\f107";
    color: #dcdcdc;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

span label.arrow select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px #d2d2d2 solid;
    border-radius: 8px;
    height: 50px;
    width: 70px;
    padding: 0.5em 0.7em;
}


/* IE10以降 */

@media all and (-ms-high-contrast: none) {
    span label.arrow:after {
        content: none;
    }
}


/* Chrome, Safari */

::-webkit-input-placeholder {
    color: #c7c7c7;
}


/* Firefox */

::-moz-placeholder {
    color: #c7c7c7;
}


/* Firefox 18以前 */

:-moz-placeholder {
    color: #c7c7c7;
}


/* IE */

:-ms-input-placeholder {
    color: #c7c7c7;
}


/* Chrome, Safari */

input.youtube::-webkit-input-placeholder {
    font-size: 116.7%;
    position: relative;
    top: 0.1em;
}


/* Firefox */

input.youtube::-moz-placeholder {
    font-size: 116.7%;
    position: relative;
    top: 0.1em;
}


/* Firefox 18以前 */

input.youtube:-moz-placeholder {
    font-size: 116.7%;
    position: relative;
    top: 0.1em;
}


/* IE */

input.youtube:-ms-input-placeholder {
    font-size: 116.7%;
    position: relative;
    top: 0.1em;
}

.gray_bg_area {
    border-radius: 6px;
    background: #f8f8f9;
    padding: 40px;
}

.gray_bg_area+.gray_bg_area {
    margin-top: 40px;
}

.gray_bg_area.line {
    background: #f5f5fa;
    border: 1px #dcdcdc solid;
}

ul.check_mark {
    display: flex;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

ul.check_mark li {
    font-size: 133.3%;
    font-weight: bold;
}

ul.check_mark li label input[type="checkbox"],
ul.check_mark li label input[type="radio"] {
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    top: -1px;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background: url(../media/images/common/check_mark.png) left top;
    margin-right: 10px;
}

ul.check_mark li label input[type="checkbox"]:checked::before,
ul.check_mark li label input[type="radio"]:checked::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 30px;
    height: 30px;
    background: url(../media/images/common/check_mark.png) left bottom;
}

.blue_check label {
    font-weight: bold;
}

.blue_check label input[type="checkbox"],
.blue_check label input[type="radio"] {
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    top: -1px;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-right: 7px;
    border: 2px solid #83838c;
}

.blue_check label input[type="checkbox"]:checked::before,
.blue_check label input[type="radio"]:checked::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 2.5px;
    width: 9px;
    height: 6px;
    margin-top: -5px;
    border-left: 2px solid #267fce;
    border-bottom: 2px solid #267fce;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: "";
    position: absolute;
    top: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.file_drag_area {
    background: #e9e9eb;
    text-align: center;
    border-radius: 6px;
    padding: 28px 38px;
}

.file_drag_area .inner .ul_icon {
    display: inline-block;
}

.file_drag_area .inner .desc {
    font-size: 116.7%;
    color: #686872;
    font-weight: bold;
    margin-top: 20px;
}

.file_drag_area .inner button {
    margin: 20px 0;
}

.radius_wh_frame {
    background: #fff;
    border: 1px #d2d2d2 solid;
    border-radius: 8px;
    overflow: hidden;
    padding: 30px;
}

.radius_regist_information {
    border: 1px #d2d2d2 solid;
    border-radius: 8px;
    overflow: hidden;
    padding: 30px;
    margin-bottom: 50px;
}

.radius_regist_information ul {
    list-style-type: none;
}

.radius_regist_information ul li {
    padding-left: 1em;
    text-indent: -1em;
}

dl.date_2row dt {
    font-size: 116.7%;
    clear: left;
    float: left;
    width: 130px;
}

dl.date_2row dd {
    font-size: 116.7%;
    padding-left: 130px;
}

dl.date_2row dd+dd {
    margin-top: 5px;
}

dl.date_2row dd.bold {
    font-size: 133.3%;
    font-weight: bold;
}

dl.row_one {
    font-size: 116.7%;
    overflow: hidden;
    margin-bottom: -5px;
}

dl.row_one dt {
    clear: left;
    float: left;
    margin-bottom: 5px;
}

dl.row_one dd {
    font-weight: bold;
    margin-bottom: 5px;
}

ul.preview_icon {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

ul.preview_icon li+li {
    margin-left: 10px;
}

ul.preview_icon li a,
ul.preview_icon li span {
    display: block;
}

ul.preview_icon li a:before,
ul.preview_icon li span:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #0aaa5a;
    font-size: 24px;
    position: relative;
}

ul.preview_icon li.pc a:before,
ul.preview_icon li.pc span:before {
    content: "\e913";
}

ul.preview_icon li.sp a:before,
ul.preview_icon li.sp span:before {
    content: "\e914";
    font-size: 26px;
}

body#contact,
body#article,
body#contents_list {
    width: 100%;
    overflow-y: scroll;
}

body.modal_open {
    position: fixed;
}

.modal {
    background: url(../media/images/common/modal_bg.png) repeat left top;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    overflow-y: auto;
    padding: 185px 0 0;
}

.modal .modal_wrap {
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    max-width: 820px;
    border-radius: 6px;
    position: relative;
    padding: 40px;
}

.modal .modal_wrap .modal_content .modal_area .modal_close {
    cursor: pointer;
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 100%;
    margin-bottom: 10px;
}

#contents_list .modal .modal_wrap .modal_content .modal_area .modal_cont .modal_set {
    width: 500px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.modal .modal_wrap .modal_content .modal_area .modal_cont .modal_set+.modal_set {
    margin-top: 30px;
}

.modal .modal_wrap .modal_content .modal_area .modal_cont .modal_set .modal_title h2 {
    font-size: 166.7%;
    font-weight: bold;
    margin-bottom: 10px;
}

.modal .modal_wrap .modal_content .modal_area .modal_cont .modal_set .modal_title>.subject {
    font-size: 133.3%;
    font-weight: bold;
}

.modal .modal_wrap .modal_content .modal_area .modal_cont .modal_set p {
    font-size: 116.7%;
    line-height: 1.8;
}

.modal .modal_wrap .modal_content .modal_area .modal_cont .modal_set p+p {
    margin-top: 1.5em;
}

.modal .modal_wrap .modal_content .modal_area .modal_cont .modal_btn {
    text-align: center;
    margin-top: 30px;
}

.modal .modal_wrap .modal_content .modal_area .modal_cont .modal_btn button+button {
    margin-left: 5px;
}


/* 連携メディアモーダル用(2022/02/02) */

.modal .modal_wrap .modal_content .modal_area .modal_cont .modal_media_info {
    margin: 20px 20px 25px 20px;
    font-size: 16px;
    overflow: auto;
    background-color: #f6f6f6;
    padding: 20px 30px 25px 30px;
    border-radius: 5px;
    border: solid;
    border-width: 1px;
    border-color: #CCC;
}

.modal .modal_wrap .modal_content .modal_area .modal_cont .modal_media_info dt {
    float: left;
    clear: left;
    margin-top: 0.5em;
    margin-right: 0.5em;
    width: 200px;
}

.modal .modal_wrap .modal_content .modal_area .modal_cont .modal_media_info dt .modal_media_info_note {
    font-size: 12px;
}

.modal .modal_wrap .modal_content .modal_area .modal_cont .modal_media_info dd {
    float: left;
    margin-top: 0.5em;
    margin-left: 1em;
}

.modal_icon_question:before {
    font-family: 'icomoon';
    content: "\e902";
    margin-left: 0.5em;
}

.display_results {
    margin-top: 10px;
    text-align: right;
}

.display_results span.txt {
    margin-right: 10px;
}

.pagenation ul {
    margin: 0 auto;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.pagenation ul li {
    text-align: center;
    vertical-align: middle;
}

.pagenation ul li+li {
    margin-left: 5px;
}

.pagenation ul li.prev a,
.pagenation ul li.next a {
    border: none;
}

.pagenation ul li.prev a:hover,
.pagenation ul li.next a:hover {
    background: none;
}

.pagenation ul li.prev a:before,
.pagenation ul li.next a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    font-size: 18px;
    position: relative;
    top: 2px;
}

.pagenation ul li.prev {
    margin-right: -5px;
}

.pagenation ul li.prev a:before {
    content: "\f104";
}

.pagenation ul li.next a:before {
    content: "\f105";
}

.pagenation ul li.active span {
    background: #f0f0f0;
}

.pagenation ul li a {
    color: #5d5d5d;
    border: 1px #d2d2d2 solid;
    border-radius: 6px;
    width: 30px;
    height: 30px;
    display: inline-block;
    padding-top: 4px;
}

.pagenation ul li a:hover {
    background: #f0f0f0;
}

.pagenation ul li span {
    color: #5d5d5d;
    border: 1px #d2d2d2 solid;
    border-radius: 6px;
    width: 30px;
    height: 30px;
    display: inline-block;
    padding-top: 4px;
}


/*                タイトル装飾
======================================================= */

.main_title {
    margin-bottom: 50px;
}

.main_title h1 {
    font-size: 250%;
    font-weight: bold;
}

.cont_title {
    margin-bottom: 12px;
}

.cont_title_prid {
    text-align: center;
    margin-bottom: 40px;
}

@media only screen and (max-width: 640px) {
    .cont_title_prid {
        text-align: left;
        margin-bottom: 20px;
    }
}

.cont_title h2,
.cont_title h3 {
    font-size: 150%;
    font-weight: bold;
}

.cont_title ul {
    margin-top: 1em;
    margin-bottom: 1em;
    list-style-type: none;
}

.cont_title ul li {
    padding-left: 1em;
    text-indent: -1em;
}

.dashboard_cmn .cont_title h2,
.dashboard_cmn .cont_title h3 {
    font-size: 166.7%;
}

.dashboard_cmn .cont_title h2.size_l,
.dashboard_cmn .cont_title h3.size_l {
    font-size: 216.7%;
}


/*                テキスト装飾
======================================================= */

.text_right {
    text-align: right;
}

.text_left {
    text-align: left;
}

.text_center {
    text-align: center;
}

.underline {
    text-decoration: underline;
}

.lato {
    font-family: "Lato", "arial", sans-serif;
}

.mintyo {
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}


/*                table
======================================================= */

table {
    width: 100%;
    border-collapse: separate;
    border-collapse: collapse;
    border-spacing: 0;
}

table tr td,
table tr th {
    text-align: left;
    padding: 0px;
}

.ie7 table tr th,
.ie7 table tr td {
    position: relative;
}

table {
    border-collapse: collapse;
    line-height: 1.2;
}


/*
    ◆◆◆◆◆ テーブル NEWバージョン ◆◆◆◆◆
*/

.radius_table_layout table thead tr.col__header__1 th {
    color: #237dcd;
    height: 44px;
}

.radius_table_layout table thead tr.col__header__1 th {
    padding: 4px 1px 4px 1px;
}

.radius_table_layout table thead tr.col__header__1 th:first-child {
    padding: 4px 1px 4px 4px;
}

.radius_table_layout table thead tr.col__header__1 th:last-child {
    padding: 4px 4px 4px 1px;
}

.radius_table_layout table thead tr.col__header__1 th .top__back {
    display: table;
    border-radius: 6px;
    background-color: #d5e9f5;
    width: 100%;
    height: 100%;
}

.radius_table_layout table thead tr.col__header__1 th span.top__front {
    display: table-cell;
    vertical-align: middle;
}


/* テーブル 従来バージョン */

@media only screen and (max-width: 1200px) {
    .radius_table_layout table {
        font-size: 83.3%;
    }
    .radius_table_layout table thead tr th.pd_add span {
        padding-top: 12px !important;
    }
    .radius_table_layout table thead tr.top th.pd_add span {
        padding-top: 6px !important;
    }
}

.radius_table_layout table thead {
    background: #f0f0f0;
}

.radius_table_layout table thead tr th {
    font-size: 80%;
    font-weight: bold;
    text-align: center;
    background: #f0f0f0;
}

.radius_table_layout table thead tr th.radius01 {
    border-radius: 6px 0 0 0;
}

.radius_table_layout table thead tr th.radius02 {
    border-radius: 0 6px 0 0;
}

.radius_table_layout table thead tr th.radius03 {
    border-radius: 0 0 0 6px;
}

.radius_table_layout table thead tr th.radius04 {
    border-radius: 0 0 6px 0;
}

.radius_table_layout table thead tr th.radius05 {
    border-radius: 6px 6px 0 0;
}

.radius_table_layout table thead tr th.title {
    width: 220px;
}

.radius_table_layout table thead tr th.status {
    width: 120px;
}

.radius_table_layout table thead tr th.preview {
    width: 100px;
}

.radius_table_layout table thead tr th.pkeisai {
    width: 80px;
}

.radius_table_layout table thead tr th.release {
    width: 100px;
}

.radius_table_layout table thead tr th.update {
    width: 100px;
}

.radius_table_layout table thead tr th.pv {
    width: 40px;
}

.radius_table_layout table thead tr th.material {
    width: 80px;
}

.radius_table_layout table thead tr th.approval {
    width: 60px;
}

.radius_table_layout table thead tr th.data {
    width: 60px;
}

.radius_table_layout table thead tr th.setting {
    width: 90px;
}

.radius_table_layout table thead tr th.delpv {
    width: 60px;
}

.radius_table_layout table thead tr th span.span_old {
    display: block;
    border-radius: 6px;
    padding-top: 18px;
    height: 50px;
    vertical-align: middle;
    margin: 5px 5px 0 5px;
}

.radius_table_layout table thead tr.col__header__2 {
    height: 50px;
}

.radius_table_layout table thead tr th.pd_add span {
    padding-top: 9px;
}

.radius_table_layout table thead tr.top th {
    color: #237dcd;
}

.radius_table_layout table thead tr.top th.opr span {
    margin: 5px 1px 0 5px;
}

.radius_table_layout table thead tr.top th.material_dl span {
    margin: 5px 1px 0 1px;
}

.radius_table_layout table thead tr.top th.storage span {
    margin: 5px 1px 0 1px;
}

.radius_table_layout table thead tr.top th.setting span {
    margin: 5px 5px 0 1px;
}

.radius_table_layout table thead tr.top th.pd_add span {
    padding-top: 4px;
}

.radius_table_layout table thead tr.top th span {
    background-color: #d5e9f5;
    height: 35px;
    padding-top: 10px;
}

.radius_table_layout table tbody tr+tr {
    border-top: 1px #e5e5e5 solid;
}

.radius_table_layout table tbody tr td {
    text-align: center;
    position: relative;
    padding: 20px 0;
}

.radius_table_layout table tbody tr td span {
    display: block;
}

.radius_table_layout table tbody tr td span:before {
    background-color: #d2d2d2;
    content: '';
    display: block;
    height: 24px;
    width: 1px;
    margin-right: 0.8em;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.radius_table_layout table tbody tr td:first-child span:before {
    content: none;
}

.radius_table_layout table tbody tr td.title {
    text-align: left;
    padding-left: 1.5em;
}

.radius_table_layout table tbody tr td button {
    display: block;
    margin: 0 auto;
}

.radius_table_layout table tbody tr td button+button {
    margin-top: 5px;
}

@media only screen and (max-width: 1200px) {
    .radius_table_layout table tbody tr td button {
        font-size: 108.3%;
        width: 50px;
    }
}

.radius_table_layout table tbody tr td a {
    display: block;
}

@media only screen and (max-width: 1200px) {
    .radius_table_layout table tbody tr td a.t_link {
        font-size: 91.7%;
    }
}

.radius_table_layout table.report thead tr th.title {
    width: 350px;
}

.radius_table_layout table.report thead tr th.release {
    width: 100px;
}

.radius_table_layout table.report thead tr th.update {
    width: 100px;
}

.radius_table_layout table.report thead tr th.pv {
    width: 80px;
}

.radius_table_layout table.report thead tr th.visitor {
    width: 80px;
}

.radius_table_layout table.report thead tr th.material {
    width: 80px;
}

.radius_table_layout table.report thead tr th.detail {
    width: 100px;
}

.radius_table_layout table.check_in thead {
    background: #f0f0f0;
}

.radius_table_layout table.check_in thead tr th.check_mark {
    width: 60px;
}

.radius_table_layout table.check_in thead tr th.title {
    width: 235px;
}

.radius_table_layout table.check_in thead tr th.status {
    width: 80px;
}

.radius_table_layout table.check_in thead tr th.preview {
    width: 100px;
}

.radius_table_layout table.check_in thead tr th.pkeisai {
    width: 100px;
}

.radius_table_layout table.check_in thead tr th.release {
    width: 100px;
}

.radius_table_layout table.check_in thead tr th.update {
    width: 100px;
}

.radius_table_layout table.check_in thead tr th.pv {
    width: 60px;
}

.radius_table_layout table.check_in thead tr th.material {
    width: 60px;
}

.radius_table_layout table.check_in thead tr th.approval {
    width: 60px;
}

.radius_table_layout table.check_in thead tr th.data {
    width: 60px;
}

.radius_table_layout table.check_in thead tr th.setting {
    width: 100px;
}

.radius_table_layout table.check_in tbody tr td.check_mark>span>label input[type="checkbox"],
.radius_table_layout table.check_in tbody tr td.check_mark>span>label input[type="radio"] {
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    top: -1px;
    width: 30px;
    height: 30px;
    background: url(../media/images/common/check_mark.png) left top;
    margin-right: 0;
}

.radius_table_layout table.check_in tbody tr td.check_mark>span>label input[type="checkbox"]:checked::before,
.radius_table_layout table.check_in tbody tr td.check_mark>span>label input[type="radio"]:checked::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 30px;
    height: 30px;
    background: url(../media/images/common/check_mark.png) left bottom;
}

.radius_table_layout table.check_in tbody tr td.title {
    text-align: left;
    padding-left: 0;
}

.radius_table_layout table.check_in tbody tr td.title span span.inner {
    margin-left: 1.5em;
    margin-right: 1.5em;
}

.radius_table_layout table.check_in tbody tr td.title span span.inner:before {
    content: none;
}

.radius_table_layout table.check_in tbody tr td.approval button {
    margin-top: 2px;
}

.simple_table_layout table {
    line-height: 1.2;
}

.simple_table_layout table thead {
    background: #f0f0f0;
}

.simple_table_layout table thead tr th {
    font-weight: bold;
    text-align: center;
    height: 43px;
}

.simple_table_layout table thead tr th.radius01 {
    border-radius: 6px 0 0 6px;
}

.simple_table_layout table thead tr th.radius02 {
    border-radius: 0 6px 6px 0;
}

.simple_table_layout table tbody tr {
    border-bottom: 1px #e5e5e5 solid;
}

.simple_table_layout table tbody tr td {
    font-size: 116.7%;
    text-align: center;
    position: relative;
    padding: 20px 0;
}

.simple_table_layout table tbody tr td:before {
    background-color: #d2d2d2;
    content: '';
    display: block;
    height: 24px;
    width: 1px;
    margin-right: 0.8em;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.simple_table_layout table tbody tr td:first-child:before {
    content: none;
}

.simple_table_layout table tbody tr td button {
    display: block;
    margin: 0 auto;
}

.simple_table_layout table tbody tr td button+button {
    margin-top: 5px;
}

.simple_table_layout table.request tbody tr td.number {
    width: 60px;
}

.simple_table_layout table.request tbody tr td.media {
    width: 520px;
    text-align: left;
    font-weight: bold;
}

.simple_table_layout table.request tbody tr td.media span {
    padding-left: 1.5em;
}

.simple_table_layout table.request tbody tr td.company {
    width: 238px;
    text-align: left;
}

.simple_table_layout table.request tbody tr td.company span {
    padding-left: 1.5em;
}

.simple_table_layout table.request tbody tr td.approval {
    width: 146px;
    font-weight: bold;
    color: #237dcd;
}

.simple_table_layout table.request tbody tr td.approval span {
    height: 30px;
    display: block;
    position: relative;
    top: 7px;
}

.simple_table_layout table.report tbody tr span {
    height: 30px;
    display: block;
    position: relative;
    top: 7px;
}

.simple_table_layout table.report tbody tr td.page_view {
    width: 240px;
}

.simple_table_layout table.report tbody tr td.visitor {
    width: 240px;
}

.simple_table_layout table.report tbody tr td.material {
    width: 240px;
}

.simple_table_layout table.report tbody tr td.publish {
    width: 240px;
}


/* 擬似テーブル */

.table {
    display: table;
    width: 100%;
}

.table .tableCell {
    display: table-cell;
    vertical-align: top;
}


/* RSSワイヤーレポートページ */

.simple_table_layout table.rss_report {
    width: auto !important;
}

.simple_table_layout table.rss_report thead tr th {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.simple_table_layout table.rss_report tbody tr td.rss_media_name {
    text-align: left !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

@media only screen and (max-width: 640px) {
    .table.sp_brake {
        display: block;
    }
    .table.sp_brake .tablecell {
        display: block;
        width: 100%;
    }
}


/*                pageTop
======================================================= */

#page_top {
    position: fixed;
    right: 20px;
    bottom: 205px;
    z-index: 1000;
    display: none;
}

#page_top a {
    display: block;
}

@media only screen and (max-width: 640px) {
    #page_top {
        bottom: 50px;
    }
    #page_top img {
        width: 36px;
        height: 36px;
    }
}


/*                カラム
======================================================= */

.row {
    margin-left: -14px;
    margin-right: -14px;
    overflow: hidden;
    margin-bottom: -14px;
}

@media only screen and (max-width: 1024px) {
    .row {
        margin-left: -8px;
        margin-right: -8px;
    }
}

@media only screen and (max-width: 768px) {
    .row {
        margin-left: -5px;
        margin-right: -5px;
    }
}

.row img {
    width: 100%;
}

.row .col1,
.row .col2,
.row .col3,
.row .col4,
.row .col5,
.row .col6,
.row .col7,
.row .col8,
.row .col9,
.row .col10,
.row .col11,
.row .col12 {
    float: left;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    margin-bottom: 14px;
}

@media only screen and (max-width: 1024px) {
    .row .col1,
    .row .col2,
    .row .col3,
    .row .col4,
    .row .col5,
    .row .col6,
    .row .col7,
    .row .col8,
    .row .col9,
    .row .col10,
    .row .col11,
    .row .col12 {
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media only screen and (max-width: 768px) {
    .row .col1,
    .row .col2,
    .row .col3,
    .row .col4,
    .row .col5,
    .row .col6,
    .row .col7,
    .row .col8,
    .row .col9,
    .row .col10,
    .row .col11,
    .row .col12 {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.row .tab1,
.row .tab2,
.row .tab6 {
    float: left;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
}

@media only screen and (max-width: 1024px) {
    .row .tab1,
    .row .tab2,
    .row .tab6 {
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media only screen and (max-width: 768px) {
    .row .tab1,
    .row .tab2,
    .row .tab6 {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.square {
    overflow: hidden;
}

.square .col1,
.square .col2,
.square .col3,
.square .col4,
.square .col5,
.square .col6,
.square .col7,
.square .col8,
.square .col9,
.square .col10,
.square .col11,
.square .col12 {
    float: left;
    min-height: 1px;
    padding: 0;
    margin-bottom: 0;
}

.col12 {
    width: 100%;
}

.col11 {
    width: 91.66666667%;
}

.col10 {
    width: 83.33333333%;
}

.col9 {
    width: 75%;
}

.col8 {
    width: 66.66666667%;
}

.col7 {
    width: 58.33333333%;
}

.col6 {
    width: 50%;
}

.col5 {
    width: 41.66666667%;
}

.col4 {
    width: 33.33333333%;
}

.col3 {
    width: 25%;
}

.col2 {
    width: 16.66666667%;
}

.col1 {
    width: 8.33333333%;
}

@media only screen and (max-width: 1024px) {
    .pc1024Col12 {
        width: 100%;
    }
    .pc1024Col6 {
        width: 50%;
    }
    .pc1024Col3 {
        width: 25%;
    }
    .pc1024Col2 {
        width: 16.66666667%;
    }
}

@media only screen and (max-width: 768px) {
    .tab12 {
        width: 100%;
    }
    .tab6 {
        width: 50%;
    }
    .tab4 {
        width: 33.33333333%;
    }
}

@media only screen and (max-width: 767px) {
    .sp12 {
        width: 100%;
    }
    .sp6 {
        width: 50%;
    }
}

@media only screen and (max-width: 480px) {
    .sps12 {
        width: 100%;
    }
    .sps6 {
        width: 50%;
    }
}


/*                iframeのレスポン化
======================================================= */

.frame_respon .fb_iframe_widget,
.frame_respon .fb_iframe_widget span,
.frame_respon .fb_iframe_widget iframe[style] {
    width: 100%important;
}

.gmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.gmap iframe,
.gmap object,
.gmap embed {
    border: none !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*                ヘッダー・サイド・フッター
======================================================= */


/*                header
======================================================= */

#header {
    height: 60px;
    /*border-bottom: 1px #dcdcdc solid;*/
    background: #fff;
}

#header #header_area {
    padding: 17px 20px;
}

@media only screen and (max-width: 1024px) {
    #header #header_area {
        display: none;
    }
}

#header #header_area:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#header #header_area #hd_logo {
    float: left;
}

#header #header_area #hd_logo a {
    display: block;
}

#header #header_area #hd_navi {
    float: right;
}

#login #header #header_area #hd_navi {
    display: none;
}

#header #header_area #hd_navi>ul {
    display: flex;
    flex-direction: row;
}

#header #header_area #hd_navi>ul>li {
    text-align: center;
}

#header #header_area #hd_navi>ul>li+li {
    margin-left: 14px;
}

#header #header_area #hd_navi>ul>li>a,
#header #header_area #hd_navi>ul>li>span {
    color: #83838c;
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;
}

#header #header_area #hd_navi>ul>li>a:hover,
#header #header_area #hd_navi>ul>li>span:hover {
    color: #168ac9;
}

#header #header_area #hd_navi>ul>li>a:before,
#header #header_area #hd_navi>ul>li>span:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 200%;
    position: relative;
}

#header #header_area #hd_navi>ul>li>a.active,
#header #header_area #hd_navi>ul>li>span.active {
    color: #168ac9;
}

#header #header_area #hd_navi>ul>li#site a:before,
#header #header_area #hd_navi>ul>li#site span:before {
    content: "\e906";
}

#header #header_area #hd_navi>ul>li#help a:before,
#header #header_area #hd_navi>ul>li#help span:before {
    content: "\e902";
}

#header #header_area #hd_navi>ul>li#user a:before,
#header #header_area #hd_navi>ul>li#user span:before {
    content: "\e90c";
}

#header #header_area #hd_navi>ul>li>.pulldown {
    position: absolute;
    display: none;
    z-index: 1000;
    background: #fff;
    border-bottom: 1px #dcdcdc solid;
    border-left: 1px #dcdcdc solid;
    border-right: 1px #dcdcdc solid;
    width: 300px;
    right: 0;
    top: 60px;
    padding: 0 20px;
}

@media only screen and (max-width: 1024px) {
    #header #header_area #hd_navi>ul>li>.pulldown {
        display: none !important;
    }
}

#header #header_area #hd_navi>ul>li>.pulldown .company_name {
    font-size: 116.7%;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px #e5e5e5 solid;
    padding-top: 10px;
    padding-bottom: 12px;
}

#header #header_area #hd_navi>ul>li>.pulldown .company_name:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 25px;
    content: "\e90c";
    color: #83838c;
    position: relative;
    top: 5px;
    margin-right: 5px;
}

#header #header_area #hd_navi>ul>li>.pulldown>ul {
    display: block;
}

#header #header_area #hd_navi>ul>li>.pulldown>ul>li {
    text-align: left;
    margin-left: 0;
}

#header #header_area #hd_navi>ul>li>.pulldown>ul>li+li {
    border-top: 1px #e5e5e5 solid;
}

#header #header_area #hd_navi>ul>li>.pulldown>ul>li>a,
#header #header_area #hd_navi>ul>li>.pulldown>ul>li>span {
    display: block;
    padding: 15px 0;
}

#header #header_area #hd_navi>ul>li>.pulldown>ul>li>a:before,
#header #header_area #hd_navi>ul>li>.pulldown>ul>li>span:before {
    content: "" !important;
}

#header #header_area #hd_navi>ul>li>.pulldown>ul>li label {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 10px;
}

#header #header_area #hd_navi>ul>li>.pulldown>ul>li label input {
    width: 100%;
    height: 40px;
}

#header #header_area #hd_navi>ul>li>.pulldown>ul>li label button {
    font-size: 116.7%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
}


/*                side
======================================================= */

.left_cont {
    width: 50px;
    margin: 20px 40px 0 20px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.left_cont .menu_btn {
    display: table;
    text-align: center;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.left_cont .menu_btn span {
    color: #69697a;
    background: #fff;
    display: table-cell;
    vertical-align: middle;
    border-radius: 50px;
    height: 50px;
    width: 50px;
    border: 1px #dcdcdc solid;
    cursor: pointer;
}

.left_cont .menu_btn span:hover {
    border: none;
    background: -moz-linear-gradient(left, #237dcd, #00a3d1);
    background: -webkit-linear-gradient(left, #237dcd, #00a3d1);
    background: linear-gradient(to right, #237dcd, #00a3d1);
    color: #fff;
}

.left_cont .menu_btn span:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 150%;
    content: "\e909";
    position: relative;
    top: 1px;
}

.left_cont #gnavi {
    width: 100%;
    margin-top: 10px;
    position: relative;
    z-index: 1000;
}

.left_cont #gnavi>ul {
    display: flex;
    flex-direction: column;
}

.left_cont #gnavi>ul>li {
    position: relative;
}

.left_cont #gnavi>ul>li+li {
    margin-top: 10px;
}

.left_cont #gnavi>ul>li>a {
    color: #69697a;
    background: #fff;
    font-size: 116.7%;
    font-weight: bold;
    vertical-align: middle;
    border-radius: 50px;
    height: 50px;
    width: 50px;
    border: 1px #dcdcdc solid;
    padding-left: 14px;
    display: block;
    padding-top: 12px;
}

.left_cont #gnavi>ul>li>a:hover {
    border: none;
    color: #fff;
    background: -moz-linear-gradient(left, #237dcd, #00a3d1);
    background: -webkit-linear-gradient(left, #237dcd, #00a3d1);
    background: linear-gradient(to right, #237dcd, #00a3d1);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}

.left_cont #gnavi>ul>li>a:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline;
    font-size: 150%;
    position: relative;
    top: 1px;
}

.left_cont #gnavi>ul>li>a span {
    margin-left: 1em;
    display: none;
    opacity: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    top: -2px;
}

.left_cont #gnavi>ul>li#gnavi01>a:before {
    content: "\e904";
}

.left_cont #gnavi>ul>li#gnavi02>a:before {
    content: "\e900";
}

.left_cont #gnavi>ul>li#gnavi03>a:before {
    content: "\e903";
    top: 2px;
    left: -1px;
}

.left_cont #gnavi>ul>li#gnavi05>a:before {
    font-family: 'icomoon-mail';
    content: "\e903";
}

.left_cont #gnavi>ul>li#gnavi04>a:before {
    content: "\e90a";
}

.left_cont #gnavi>ul>li#gnavi06>a:before {
    font-family: 'icomoon-bullhorn';
    content: "\e91a";
}

.left_cont #gnavi>ul>li>.balloon_wrap {
    position: absolute;
    padding-left: 16px;
    display: none;
    left: 100%;
    top: 0;
}

.left_cont #gnavi>ul>li>.balloon_wrap>.balloon {
    width: 210px;
    z-index: 100;
    font-size: 116.7%;
    text-align: left;
    border-radius: 6px;
    overflow: hidden;
}

.left_cont #gnavi>ul>li>.balloon_wrap>.balloon .title {
    color: #fff;
    font-weight: bold;
    background: -moz-linear-gradient(left, #237dcd, #00a3d1);
    background: -webkit-linear-gradient(left, #237dcd, #00a3d1);
    background: linear-gradient(to right, #237dcd, #00a3d1);
    border-bottom: 1px #fff solid;
    padding: 12px 0 12px 20px;
}

.left_cont #gnavi>ul>li>.balloon_wrap>.balloon .title:before {
    color: #237dcd;
    position: absolute;
    top: 14px;
    left: 10px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    font-size: 18px;
    content: "\f0d9";
}

.left_cont #gnavi>ul>li>.balloon_wrap>.balloon>ul>li {
    font-weight: bold;
    background: #f0f0f0;
}

.left_cont #gnavi>ul>li>.balloon_wrap>.balloon>ul>li+li {
    border-top: 1px #fff solid;
}

.left_cont #gnavi>ul>li>.balloon_wrap>.balloon>ul>li>a {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    color: #55555d;
    display: block;
    padding: 12px 0 12px 20px;
}

.left_cont #gnavi>ul>li>.balloon_wrap>.balloon>ul>li>a:before {
    content: none;
}

.left_cont #gnavi>ul>li>.balloon_wrap>.balloon>ul>li>a:hover {
    color: #128ec8;
}

.left_cont .contract_box {
    display: none;
    background: #fff;
    border-radius: 10px;
    border: 1px #dcdcdc solid;
    padding: 16px 10px;
    margin-top: 20px;
}

.left_cont .contract_box .title {
    font-size: 116.7%;
    font-weight: bold;
    margin-left: 0.5em;
    margin-bottom: 10px;
}

.left_cont .contract_box .plan {
    font-size: 116.7%;
    text-align: center;
    color: #237dcd;
    font-weight: bold;
    background: #f8f8f9;
    border-radius: 50px;
    padding: 12px 0;
}

.left_cont.wide {
    width: 220px;
}

.left_cont.wide .menu_btn {
    margin-left: auto;
    transform: rotate(180deg);
}

.left_cont.wide #gnavi {
    width: 100%;
}

.left_cont.wide #gnavi>ul>li>a {
    width: 100%;
}

.left_cont.wide #gnavi>ul>li>a span {
    display: inline;
    opacity: 1;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.right_cont .cont_title {
    margin-bottom: 18px;
}

.right_cont .cont_title h2 {
    font-size: 150%;
    font-weight: bold;
    color: #686872;
}

.right_cont p.asterisk {
    color: #646464;
}

.right_cont .right_cont_set {
    padding: 20px;
}

.right_cont .right_cont_set+.right_cont_set {
    border-top: 1px #dcdcdc solid;
}

.right_cont .ul_material .file_drag_area {
    margin-top: 20px;
}

.right_cont .material_rule textarea {
    height: 120px;
    margin-top: 20px;
}

.right_cont .ul_material_list .ul_block {
    overflow: hidden;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 20px;
}

.right_cont .ul_material_list .ul_block .ul_set {
    float: left;
    width: 50%;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.right_cont .ul_material_list .ul_block .ul_set .thumb {
    margin-bottom: 10px;
}

.right_cont .ul_material_list .ul_block .ul_set input {
    border-radius: 6px;
    height: auto;
    padding: 0.35em 0.4em;
}

.right_cont .ul_material_list .ul_block .ul_set button {
    margin-top: 10px;
}


/*                footer
======================================================= */

#footer {
    text-align: center;
    /*margin: 40px 0;*/
}

#footer .ft_top .ft_logo {
    margin-bottom: 18px;
}

#footer .ft_top a {
    display: inline-block;
}

#footer .ft_btm .copy {
    font-size: 83.3%;
    color: #b3b3b3;
}

#footer_logo {
    text-align: center;
    margin: 40px 0;
}

#footer_logo .ft_btm .copy {
    font-size: 83.3%;
    color: #b3b3b3;
}


/*                sp
======================================================= */

#sp_menu_btn {
    cursor: pointer;
}

@media only screen and (min-width: 641px) {
    #sp_menu_btn {
        display: none !important;
    }
}

#sp_menu_btn.menu-trigger,
#sp_menu_btn.menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}

#sp_menu_btn.menu-trigger {
    position: relative;
    width: 32px;
    height: 24px;
    margin-top: 45px;
}

@media only screen and (max-width: 1024px) {
    #sp_menu_btn.menu-trigger {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 640px) {
    #sp_menu_btn.menu-trigger {
        margin-top: 6px;
    }
}

#sp_menu_btn.menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #2a2a2a;
}

#sp_menu_btn.menu-trigger span:nth-of-type(1) {
    top: 0;
}

#sp_menu_btn.menu-trigger span:nth-of-type(2) {
    top: 10px;
}

#sp_menu_btn.menu-trigger span:nth-of-type(3) {
    bottom: 0;
}

#sp_menu_btn.menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(11px) rotate(-45deg);
    transform: translateY(11px) rotate(-45deg);
}

#sp_menu_btn.menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
}

#sp_menu_btn.menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
}

#sp_navi {
    display: none;
    left: 0;
    position: absolute;
    top: 110px;
    width: 100%;
    height: 100%;
}

@media only screen and (min-width: 1025px) {
    #sp_navi {
        display: none !important;
    }
}

#sp_navi #sp_menu {
    position: relative;
    z-index: 994;
    background-color: rgba(68, 68, 68, 0.9);
}

#sp_navi #sp_menu #sp_menu_wrap .search_box {
    border-bottom: 1px rgba(0, 0, 0, 0.3) solid;
    padding: 15px;
}

#sp_navi #sp_menu #sp_menu_wrap .search_box label {
    display: block;
    position: relative;
    width: 100%;
}

#sp_navi #sp_menu #sp_menu_wrap .search_box label input {
    width: 100%;
    height: 40px;
    border-radius: 40px;
    padding-left: 20px;
    padding-right: 35px;
}

#sp_navi #sp_menu #sp_menu_wrap .search_box label button {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 16px;
}

#sp_navi #sp_menu #sp_menu_wrap .search_box label button:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e919";
    color: #69697a;
    font-size: 20px;
    position: relative;
}

#sp_navi #sp_menu #sp_menu_wrap .company_hd_list li a {
    font-size: 116.7%;
    font-weight: bold;
    color: #fff;
    display: block;
    padding: 14px 0;
    padding: 15px;
}

#sp_navi #sp_menu #sp_menu_wrap .company_hd_list li+li {
    border-top: 1px rgba(0, 0, 0, 0.3) solid;
}

#sp_navi #sp_menu #sp_menu_wrap .company_hd_list li#contract a {
    position: relative;
}

#sp_navi #sp_menu #sp_menu_wrap .company_hd_list li#contract a:after {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e91b";
    font-size: 13px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    margin-left: 8px;
}

a[target="_blank"]:after {
    margin: 0 3px;
    font-family: FontAwesome;
    vertical-align: middle;
    content: '\f08e';
}

li#site a[target="_blank"]:after {
    content: none;
}

.flash {
    margin: 0 0 20px 0;
}

.flash .flash_message {
    padding: 3px 10px;
    font-size: 16px;
    color: #0aaa5a;
    font-weight: bold;
}

.flash .flash_message::before {
    font-family: FontAwesome;
    content: '\f00c';
    margin-right: 5px;
}


/* SVNコミット実験 */

.mt-1 {
    margin-top: 1em;
}

.mt-2 {
    margin-top: 2em;
}

.mt-3 {
    margin-top: 3em;
}

.mt-4 {
    margin-top: 4em;
}

.mt-5 {
    margin-top: 5em;
}

.mb-1 {
    margin-bottom: 1em;
}

.mb-2 {
    margin-bottom: 2em;
}

.mb-3 {
    margin-bottom: 3em;
}

.mb-4 {
    margin-bottom: 4em;
}

.mb-5 {
    margin-bottom: 5em;
}

