@charset "utf-8";

/*-------------------------
 追加　CSS
 2020/04/03
-------------------------*/
@font-face {
	font-family: Noto Sans JP;
    src: url('../fonts/NotoSansJP-Regular.otf') format("opentype");
    font-weight: normal;
}

@font-face {
	font-family: Noto Sans JP;
    src: url('../fonts/NotoSansJP-Bold.otf') format("opentype");
    font-weight: bold;
}

html, body {
    height: 100%;
}

body {
    background: #F2F2F2;
    color: #000;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: normal;
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #444444;
    /* color: #000; */
}

a {
    cursor: pointer;
}

ol {
    list-style: none;
    padding-left: 20px;
}

input[type],
select[size] {
    border: 2px solid #dedede;
    border-radius: 3px;
    padding: 0.2rem 0.5rem;
}

input::placeholder {
    color: #c7c7c7;
}

textarea,
select[size] {
    border: 2px solid #dedede;
    border-radius: 3px;
    padding: 0.2rem 0.5rem;
}

textarea::placeholder {
    color: #c7c7c7;
}
.pl20 { padding-left: 20px; }
.width2 { width: 2% !important; }
.width5 { width: 5% !important; }
.width8 { width: 8% !important; }
.width10 { width: 10% !important; }
.width15 { width: 10% !important; }
.width20 { width: 20% !important; }
.width25 { width: 25% !important; }
.width80 { width: 80% !important; }

.width200px { width: 5% !important; min-width: 200px; max-width: 200px; }
.width150px { width: 5% !important; min-width: 150px; max-width: 150px; }
.width115px { width: 5% !important; min-width: 115px; max-width: 115px; }

/** ログイン画面 **/
.login-div {
padding-bottom: 20px;
}

/** 管理画面top **/
.navbar {
    background: #ffffff;
    border: none;
    margin-bottom: 0;
}
.btn_header {
    background: #ffffff;
    border: none;
}
.btn_header:hover {
    background: #ffffff;
    color: rgb(0, 0, 255);
    text-decoration: none;
}
.btn_header:focus {
    background: #ffffff;
    color: rgb(0, 0, 255);
    text-decoration: none;
}

.navbar-brand {
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    height: 50px;
    padding: 5px 20px;
    line-height: 40px;
}

.navbar-brand span {
    height: 100%;
}

.navbar-default .navbar-brand {
    text-shadow: none;
    color: #f39800;
    height: 100%;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #f39800;
}

.navbar-inner {
    line-height: 50px;
    min-height: 60px;
    height: 100%;
}

.navbar-inner .btn-group {
    margin: 0 10px;
}

.ch-container {
    /*height: calc(100% - 60px);*/
    padding: 0;
    min-height: 100vh;
    overflow: hidden;
}

.ch-container article {
    margin: auto;
}

.sidebar_container {
    background: linear-gradient(-75deg, rgb(0, 159, 230) 0%, rgb(0, 159, 230) 100%);
    margin-bottom: -20000px;
    padding: 0;
    padding-bottom: 20000px;
}

.sidebar-nav {
    border-radius: 0;
    box-shadow: none;
}

.main-menu > li {
    border-top: 1px solid rgba(2555, 255, 255, 0.5);
}

.icon_new {
    background: url(/img/icon_new.png) no-repeat;
    background-size: 20px;
    background-position: center left 25px;
    position: relative;
}

.icon_kanri {
    background: url(/img/icon_kanri.png) no-repeat;
    background-size: 20px;
    background-position: center left 25px;
    position: relative;
}

.icon_list {
    background: url(/img/icon_list.png) no-repeat;
    background-size: 20px;
    background-position: center left 25px;
    position: relative;
}

.icon_account {
    background: url(/img/icon_account.png) no-repeat;
    background-size: 20px;
    background-position: center left 25px;
    position: relative;
}

.icon_t-p {
    background: url(/img/icon_t-p.png) no-repeat;
    background-size: 20px;
    background-position: center left 25px;
    position: relative;
}

.icon_graph {
    background: url(/img/icon_graph.png) no-repeat;
    background-size: 20px;
    background-position: center left 25px;
    position: relative;
}

.icon_gateway {
    background: url(/img/icon_gateway.png) no-repeat;
    background-size: 20px;
    background-position: center left 25px;
    position: relative;
}

.icon_mail {
    background: url(/img/icon_mail.png) no-repeat;
    background-size: 20px;
    background-position: center left 25px;
    position: relative;
}

.icon_sendmail {
    background: url(/img/icon_sendmail.png) no-repeat;
    background-size: 20px;
    background-position: center left 25px;
    position: relative;
}

.icon_privacy {
    background: url(/img/icon_privacy.png) no-repeat;
    background-size: 20px;
    background-position: center left 25px;
    position: relative;
}

.icon_logout {
    background: url(/img/icon_logout.png) no-repeat;
    background-size: 20px;
    background-position: center left 25px;
    position: relative;
}
.icon_new {
    background: url(/img/icon_new.png) no-repeat;
    background-size: 20px;
    background-position: center left 25px;
    position: relative;
}
.icon_copy {
    display: inline-block;
    background: url(/img/icon_copy_16px.png) no-repeat;
    width: 16px;
    height: 16px;
    background-position: center top 0px;
}



ul.main-menu li:hover {
    margin-left: 0;
}

ul.main-menu li.active {
    margin-left: 0;
}

.main-menu > li > a {
    border: none;
    color: #fff;
}

.nav-pills > li > a {
    border-radius: 0;
    padding: 15px;
    padding-left: 55px;
}

.nav > li > a:hover,
.nav > li > a:focus,
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    background-color: rgba(255, 255, 255, 0.364);
    color: #fff;
    outline: none;
}

.box {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}


/** ユーザー管理 **/
/** アンケート一覧 **/
.box-inner {
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    height: 100%;
}

.box-content {
    display: block;
    /*margin-bottom: 30px;*/
    padding: 10px 16px;
}

.box-header {
    background: rgb(145, 225, 255);
    border: none;
    border-radius: 0;
    padding: 1em 16px;
    height: auto;
}

#data_table_filter {
    text-align: right;
}

.table_list_1 > thead > tr > th,
.table_list_1 > tbody > tr > td,
.table_list_2 > thead > tr > th,
.table_list_2 > tbody > tr > td {
    border: none;
    vertical-align: middle;
}

.table_list_1 > thead > tr > th,
.table_list_2 > thead > tr > th {
    border-bottom: 1px solid #dedede;
    text-align: center;
}

.table_list_1 > tbody > tr > td,
.table_list_2 > tbody > tr > td {
    text-align: center;
    word-break: break-all;
}

.table_list_2 > tbody > tr > td > a:nth-child(2),
.table_list_2 > tbody > tr > td > a:nth-child(3) {
    margin-left: 10px;
}

/*.table_list_1 > tbody > tr > td:last-child,
.table_list_2 > tbody > tr > td:last-child {
    display: flex;
    justify-content: space-around;
}*/

.btn_edit {
    background: rgb(0, 159, 230);
    border-radius: 3px;
    color: #fff;
    padding: 0.3em 0.5em;
}

.btn_edit:hover {
    background: rgb(145, 225, 255);
    color: #fff;
    text-decoration: none;
}

.btn_edit:focus {
    color: #fff;
    text-decoration: none;
    outline: none;
}

.btn_copy {
    background: #ffffff;
    border-color: #ccc;
    border-radius: 3px;
    color: rgb(214, 214, 214);
    padding: 0.3em 0.5em;
    /* border: 1px solid transparent; */
    border: solid 1px #737373;/*線*/
    border-radius: 5px;/*角の丸み*/
}

.btn_copy:hover {
    background: #d7d7d7;
    border-color: #ccc;
    color: rgb(92, 92, 92);
    text-decoration: none;
    border: solid 1px #737373;/*線*/
    border-radius: 5px;/*角の丸み*/
}

.btn_copy:focus {
    color: rgb(92, 92, 92);
    border-color: #ccc;
    text-decoration: none;
    outline: none;
    border: solid 1px #737373;/*線*/
    border-radius: 5px;/*角の丸み*/
}
.btn_info {
    background: rgb(0, 115, 255);
    border-radius: 3px;
    color: #fff;
    padding: 0.3em 0.5em;
}

.btn_info:hover {
    background: rgb(145, 225, 255);
    color: #fff;
    text-decoration: none;
}

.btn_info:focus {
    color: #fff;
    text-decoration: none;
    outline: none;
}

.btn_delete_1 {
    border-radius: 3px;
    color: #e50000;
    margin-left: 10px;
    padding: 0.3em 0.5em;
}

.btn_delete_1:hover {
    color: #b20000;
    text-decoration: none;
}

.btn_delete_1:focus {
    color: #e50000;
    text-decoration: none;
    outline: none;
}

.btn_new {
    background: linear-gradient(-75deg, rgb(0, 159, 230) 0%, rgb(0, 159, 230) 100%);
    border: none;
    font-size: 16px;
    max-width: 180px;
    width: 100%;
    padding: 1.5rem;
    position: relative;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.btn_new::before {
    content: "";
    background: url(/img/icon_new.png) no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 15px;
    left: 30px;
}

.btn_new:hover {
    -webkit-transform: scale(1.1);
	transform: scale(1.1);
    opacity: 0.7;
}

.btn_new:focus {
    /* background: linear-gradient(-75deg, #1b94d3 0%, #394d5a 100%); */
    outline: none;
    opacity: 0.7;
}

.btn_new2 {
    background: linear-gradient(-75deg, rgb(0, 159, 230) 0%, rgb(0, 159, 230) 100%);
    border: none;
    font-size: 16px;
    max-width: 200px;
    width: 100%;
    padding: 1.5rem;
    position: relative;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.btn_new2::before {
    content: "";
    background: url(/img/icon_new.png) no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 15px;
    left: 30px;
}

.btn_new2:hover {
    -webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.btn_new2:focus {
    background: linear-gradient(-75deg, rgb(0, 159, 230) 0%, rgb(0, 159, 230) 100%);
    outline: none;
}


.btn_new3 {
    background: linear-gradient(-75deg, rgb(0, 159, 230) 0%, rgb(0, 159, 230) 100%);
    border: none;
    font-size: 16px;
    max-width: 400px;
    width: auto;
    padding: 1.5rem;
    position: relative;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.btn_new3::before {
    content: "";
    background: url(/img/icon_new.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 17px;
    left: 15px;
}

.btn_new3:hover {
    -webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.btn_new3:focus {
    background: linear-gradient(-75deg, rgb(0, 159, 230) 0%, rgb(0, 159, 230) 100%);
    outline: none;
}
.modal-footer .btn+.btn {
    margin-left: 0;
}

.btn_export {
    background: linear-gradient(-75deg, rgb(0, 115, 255) 0%, rgb(0, 115, 255) 100%);
    border: none;
    font-size: 16px;
    max-width: 180px;
    width: 100%;
    padding: 1.5rem;
    position: relative;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.btn_export::before {
    content: "";
    background: url(/img/icon_t-p.png) no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 15px;
    left: 30px;
}

.btn_export:hover {
    -webkit-transform: scale(1.1);
	transform: scale(1.1);
    opacity: 0.7;
}

.btn_export:focus {
    /* background: linear-gradient(-75deg, #9ade7e 0%, #5ebe38 100%); */
    outline: none;
    opacity: 0.7;
}

/** 編集画面 **/
h3 {
    font-size: 20px;
    padding: 0.25em 0.5em;/*上下 左右の余白*/
    color: #494949;/*文字色*/
    background: transparent;/*背景透明に*/
    border-left: solid 5px #f39800;/*左線*/
}
  /** 
h3 {
    font-size: 20px;
    background: #f39800;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    width: 100px;
    margin: 0;
    padding: 10px;
    text-align: center;
}
 **/
.close {
    font-size: 30px;
}

.modal-header,
.modal-footer {
    border: none;
    margin: 0 auto;
    padding: 20px;
}


.table_modal { border: 2px #dedede solid; }

.table_edit tbody {
    display: block;
    width: 100%;
    padding: 20px 30px;
}

.table_edit tr {
    display: block;
    width: 100%;
    margin: 10px auto 10px;
}

.table_edit > tbody > tr > th {
    padding: 10px 30px;
}

.table_edit > tbody > tr > td {
    padding: 0 30px;
}

.table_edit th,
.table_edit td {
    background: #fff !important;
    border: none !important;
    display: block;
    width: 100%;
}
.span_width_120 {
    display: inline-block;
    /* background-color: Orange; */
    /* height: 10px; */
    width: 120px;
}
.span_width_180_R {
    display: inline-block;
    /* background-color: Orange; */
    /* height: 10px; */
    text-align: center;
    width: 165px;
}
.span_width_20p_c {
    display: inline-block;
    /* background-color: Orange; */
    height: 30px;
    color:#ffffff;
    text-align: center;
    width: 30px;
    border-radius: 50%;
    border: solid 1px gray;
}
.table_edit td div {
    margin-bottom: 10px;
}

.table_edit td div:last-child {
    margin-bottom: 0;
}
.table_edit pre {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    font-size: 13px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: normal;
}

th .required_data {
    background: #DF0101;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    margin-left: 10px;
    padding: 0.2em 0.3em;
}

div.col-sm_border {
    margin-bottom: 5px;
}
textarea.ten_text {
    width: 90%;
    padding: 0.5rem;
}
select.ten_text {
    width: 400px;
    padding: 0.5rem;
}
input[type].ten_text {
    width: 100%;
    padding: 0.5rem;
}
input[type].seven_text {
    width: 70%;
    padding: 0.5rem;
}
input[type].six_text {
    width: 60%;
    padding: 0.5rem;
}
input[type].five_text {
    width: 50%;
    padding: 0.5rem;
}
input[type].four_text {
    width: 40%;
    min-width: 250px;
    padding: 0.5rem;
}
input[type].three_text {
    width: 30%;
    padding: 0.5rem;
}
input[type].two_text {
    width: 20%;
    padding: 0.5rem;
}
input[type].one_text {
    width: 10%;
    padding: 0.5rem;
}
input[type].input_zip {
    width: 40%;
}
input[type].date_text {
    width: 30%;
    min-width: 150px;
    padding: 0.5rem;
}
input[type].auto_text {
    width: auto;
    padding: 0.5rem;
}

.right {
    margin: 0 0 0 auto;
}

.up-date {
    color: #A4A4A4;
    margin-bottom: 0.3rem;
}

.up-date span {
    display: inline-block;
}

.btn-flex {
    display: flex;
    justify-content: space-around;
}

.btn_save {
    background: linear-gradient(-75deg, rgb(0, 159, 230) 0%, rgb(0, 159, 230) 100%);
    border: none;
    font-size: 18px;
    width: 100px;
    padding: 10px;
}

.btn_save_top {
    background: linear-gradient(-75deg, rgb(0, 159, 230) 0%, rgb(0, 159, 230) 100%);
    border: none;
    font-size: 18px;
    width: 120px;
    padding: 10px;
}

.btn_save_top_long {
    background: linear-gradient(-75deg, rgb(0, 159, 230) 0%, rgb(0, 159, 230) 100%);
    border: none;
    font-size: 18px;
    width: 175px;
    padding: 10px;
}

.btn_save:hover {
    border: none;
    opacity: 0.7;
}

.btn_delete_2 {
    background: rgb(197, 0, 24);
    border: none;
    font-size: 18px;
    width: 100px;
    padding: 10px;    
}

.btn_delete_2:hover {
    background: rgb(255, 80, 100);
    border: none;
}

.btn_delete_3 {
    background: #fff;
    border: 2px solid rgb(197, 0, 24);
    color: rgb(197, 0, 24);
    font-size: 18px;
    width: 100px;
    padding: 10px;    
}

.btn_delete_3:hover {
    background: rgb(197, 0, 24);
    border: 2px solid rgb(197, 0, 24);
    color: #fff;
}

.btn_delete_4 {
    background: rgb(197, 0, 24);
    border: none;
    font-size: 18px;
    width: 160px;
    padding: 10px;    
}

.btn_delete_4:hover {
    background: rgb(197, 0, 24);
    border: none;
}

.btn_en_back {
    background: #fff;
    border: 2px solid #757575;
    color: #757575;
    font-size: 18px;
    width: 100px;
    padding: 10px;    
}

.btn_en_back:hover {
    background: #757575;
    border: 2px solid #757575;
    color: #fff;
}

.btn_close {
    background: #fff;
    border: 2px solid #E6E6E6;
    font-size: 18px;
    width: 100px;
    padding: 10px;
}
.btn-graph {
    background: #fff;
    border: 2px solid #E6E6E6;
    font-size: 18px;
    padding: 10px;
}

.btn_close:hover {
    background: #E6E6E6;
    border: 2px solid #E6E6E6;
}


/** 登録画面 **/
.radio-list li label,
.checkbox-list label {
    cursor: pointer;
    font-weight: normal;
    /*margin-bottom: 10px;*/
}

.table_form {
    width: 80%;
    margin: 0 auto;
}
.table_form2 {
    width: 100%;
    margin: 0 auto;
}

.btn-content {
    display: flex !important;
    justify-content: space-around;
    width: 100%;
    margin: 30px auto;
    text-align: center;
}

input[type].btn_all,
input[type].btn_back {
    border: none;
}

input[type].btn_all,
input[type].btn_back {
    background: linear-gradient(-75deg, rgb(0, 159, 230) 0%, rgb(0, 159, 230) 100%);
    border: none;
    font-size: 16px;
    max-width: 180px;
    width: 100%;
    padding: 2rem;
    position: relative;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

input[type].btn_all_reg {
    background: linear-gradient(-75deg, rgb(0, 159, 230) 0%, rgb(0, 159, 230) 100%);
    border: none;
    font-size: 16px;
    max-width: 325px;
    width: 100%;
    padding: 2rem;
    position: relative;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

input[type].btn_all_big {
    background: linear-gradient(-75deg, #1b94d3 0%, #394d5a 100%);
    border: none;
    font-size: 16px;
    width: 100%;
    padding: 2rem;
    position: relative;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

input[type].btn_back {
    background: #999;
}

input[type].btn_all:hover,
input[type].btn_back:hover {
    -webkit-transform: scale(1.1);
	transform: scale(1.1);
}

input[type].btn_all:focus {
    background: linear-gradient(-75deg, rgb(145, 225, 255) 0%, rgb(145, 225, 255) 100%);
    outline: none;
}

input[type].btn_back:focus {
    background: #A4A4A4;
    outline: none;
}

input[type=radio].radio-input,
input[type=checkbox].checkbox-input {
	display: none;
}

.radio-list {
    padding-left: 0;
    list-style: none;
}

.radio-list li {
    display: inline-block;
    margin-right: 30px;
}

.radio-input + label,
.checkbox-content {
  	padding-left: 25px;
 	position:relative;
}

.radio-input + label::before{
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	left: 0;
	width: 20px;
	height: 20px;
	border: 2px solid #999;
	border-radius: 50%;
}

.radio-input:checked + label::before {
	border: 2px solid #f39800;
}

.radio-input:checked + label::after{
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 4px;
	width: 12px;
	height: 12px;
	background: #f39800;
	border-radius: 50%;
}

.checkbox-content::before{
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	left: 0;
	width: 18px;
	height: 18px;
	border: 2px solid #999;
	border-radius: 2px;
}

.checkbox-input:checked + .checkbox-content::before{
	border: 2px solid #f39800;
}

.checkbox-input:checked + .checkbox-content::after{
	content: "";
	display: block;
	position: absolute;
	top: -1px;
	left: 4px;
	width: 10px;
	height: 16px;
	transform: rotate(40deg);
	border-bottom: 3px solid #f39800;
	border-right: 3px solid #f39800;
}

.table_question tr:not(:nth-child(3n)) {
    margin-bottom: -5px;
}

.table_question tr td input {
    margin-bottom: 10px;
}


/** お申込み画面 **/
.section_application {
    display: block;
    float: none;
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
}

.section_application table {
    width: 80%;
    margin: 0 auto;
}
.section_application2 {
    display: block;
    float: none;
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
}

.section_application2 table {
    width: 100%;
    margin: 0 auto;
}
#r_check_dm:checked + .checkbox-content::before,
#c_check_dm:checked + .checkbox-content::before {
    border: 2px solid #A4A4A4;
}

#r_check_dm:checked + .checkbox-content::after,
#c_check_dm:checked + .checkbox-content::after {
    border-bottom: 3px solid #A4A4A4;
    border-right: 3px solid #A4A4A4;
}


/** ポートフォリオの見方 **/
.portfolio-img img {
    width: 100%;
}


/** 利用規約 **/
.ol_tos {
    padding-left: 0;
}

.ol_tos > li {
    margin-bottom: 30px;
}


/** SP対応 **/
@media screen and  (max-width: 1000px) {
    .table_list_2 > tbody > tr > td:last-child a {
        display: block;
        width: 50%;
        margin: 0 auto 20px;
    }
    .table_list_2 > tbody > tr > td:last-child .btn_delete_1 {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 480px) {
    input[type].ten_text {
        width: 100%;
    }
    input[type].input_zip {
        width: 60%;
    }
    .navbar-default .navbar-brand {
        width: 100%;
    }
    .section_application table {
        width: 100%;
    }
    .table_edit tbody {
        padding: 0;
    }
    .table_edit > tbody > tr > th {
        padding: 10px 0;
    }
    .table_edit > tbody > tr > td {
        padding: 0;
    }
}
.icon-bar2 {
    background: rgb(173, 173, 173) !important;
}

